/** 登录样式 **/
.admin-login {
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}
.admin-login-main {
    width: 800px;
    height: 480px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-login-box {
    padding: 20px
}
.admin-login-header h2 {
    margin-top: 10px;
    font-weight: 300;
    font-size: 28px;
    color: #000;
    text-align: center
}
.admin-login-body .layui-form-item {
    position: relative;
    margin-bottom: 25px;
}

.admin-login-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #d2d2d2
}
.admin-login-body .layui-form-item .layui-input {
    padding-left: 38px
}
.admin-login-codeimg {
    max-height: 38px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box
}
.admin-login-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .5)
}

/** 后台样式 **/
.layui-layout-admin{
    height: 60px;
    clear: both;
}
.layui-layout-admin .layui-header {
    background-color: #001529;
}
.layui-nav .layui-nav-item a{
    color: rgb(255 255 255 / 65%);
}
.zy-nav .layui-nav-item a i{
    margin-right: 8px;
}
.zy-main-nav{
    margin: 0 auto;
}
.layui-container{
    background-color: #fff;
    min-height: 80vh;
    padding: 25px;
    border-radius: 2px;
}
.zy-breadcrumb{
    margin: 15px auto;
}
@media screen and (min-width: 768px){
    .zy-main-nav {
        width: 750px;
    }
    .zy-breadcrumb {
        width: 750px;
    }
}
@media screen and (min-width: 992px){
    .zy-main-nav {
        width: 970px;
    }
    .zy-breadcrumb {
        width: 970px;
    }
}
@media screen and (min-width: 1200px){
    .zy-main-nav {
        width: 1170px;
    }
    .zy-breadcrumb {
        width: 1170px;
    }
}
.layui-nav .nav-this a {
    color: #fff;
}
.zy-edit{
    color: #00bf94;
    margin: 0 5px;
}
.zy-normal{
    color: #333;
    margin: 0 5px;
}
.zy-upload{
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin-top: 10px;
}
.zy-upload img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.zy-upload-msg{
    background-color: #f3f3f3;
    color: #999;
    height: 60px;
    line-height: 60px;
    width: 202px;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}
.p-tb-10{
    padding: 10px 0;
}
.m-l-10{
    margin-left: 10px;
}
.input-btn{
    cursor: pointer;
    position: absolute;
    top:0;
    right:0;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid #eee;
}
.input-suffix{
    position: absolute;
    top:0;
    right:0;
    height: 38px;
    line-height: 38px;
    width: 50px;
    text-align: center;
    border-left: 1px solid #eee;
}
.layui-footer{
    text-align: center;
    padding: 30px;
}

.index-row{
    height: 200px;
    border: 1px solid #f6f6f6;
}
.layui-table-view{
    border: none;
}

.upload-pic{
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin-top: 10px;
}
.upload-pic img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.upload-msg{
    background-color: #f3f3f3;
    color: #999;
    width: 202px;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
.upload-btn{
    cursor: pointer;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #eee;
}
.layui-footer {
    text-align: center;
    padding: 30px;
}

.plugin-row {
    height: 100px;
    background-color: #fff;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.plugin-row img {
    height: 56px;
    width: 56px;
    margin-left: 20px;
    border-radius: 100%;
    box-shadow: 0 0 20px #eee;
}
.plugin-name {
    margin-left: 10px;
}

.layui-nav .layui-this:after, .layui-nav-bar{
    background-color:#001529;
}
.layui-table .status-red{
    margin-right: 5px;
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #FF5722;
    border-radius: 8px;
    margin-bottom: 2px;
}
.layui-table .status-yellow{
    margin-right: 5px;
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #FFB800;
    border-radius: 8px;
    margin-bottom: 2px;
}
.layui-table .status-gray{
    margin-right: 5px;
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #999;
    border-radius: 8px;
    margin-bottom: 2px;
}

.layui-table .status{
    margin-right: 5px;
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #1E9FFF;
    border-radius: 8px;
    margin-bottom: 2px;
}