/*重载layui样式*/
body .layui-layout-admin .layui-header{background-color:#20222a;border-bottom:0;}
body .layui-layout-admin .layui-header a, .layui-layout-admin .layui-header a cite {color:#f9f3f3;}
body .layui-layout-admin .layui-header a:hover, .layui-layout-admin .layui-header a:hover cite{color:#009688;}
body .layadmin-side-shrink .layui-layout-admin .layui-logo{background-image: url(./logo.png);}
body .layer-refresh{background:red; color:#fff; border: none; height:40px; line-height:40px;}
body .layui-tab-title{box-shadow:1px 2px 6px 0px #999;}
body .layui-tab-title .layui-this:after{border-width:2px;border-bottom-color:#009688;}
body .layui-table-page{background:#FAFAFA}
body .layui-none{background:#fff}
body .layui-form-item{margin-bottom: 5px;} 
body .layui-layer-black .layui-layer-title{background-color:#20222a;color:#fff;}
body .layui-form-pane .layui-form-label{background:#e6dfdf;}
body .layui-this a{color:#009e94;}
body .layui-form{margin:10px;height:100%;margin-bottom:120px;}
body .layui-table-cell{text-align:center;}
body .layui-tab-title .layui-this{color:#fff;}
body .axc-search{margin: 10px; width: calc(100% - 42px); height: auto; border: 1px solid #eee; padding: 10px; background: #fafafa; display:block; padding-bottom: 5px;}
body .axc-search .layui-form-item{float:left;display:inline-block;clear:none;}
body .axc-search .layui-form-label {width: auto; padding: 0 15px; height: 30px; line-height: 30px; text-align: center; background: #c1c1c1; color:#fff; }
body .axc-search .layui-input-inline{height:30px; width:auto;}
body .axc-search .layui-input{height:100%;border: 1px solid #c1c1c1;border-radius:0;}
body .axc-search .layui-input:focus{border: 1px solid #c1c1c1 !important;}
body .axc-search .layui-btn{height:30px;line-height:30px;border:1px solid transparent;padding:0 18px;background-color: #009688; color: #fff; white-space: nowrap; text-align: center; font-size: 14px; border-radius: 2px; cursor: pointer; }
body .axc-search .layui-select-title{height:30px;width:130px;}
body .layui-input, body .layui-textarea, body .layui-form-pane .layui-form-label{border-color:#ccc;}
body .layui-form-item .layui-block{margin-bottom:5px;}
body .axc-dropdown-black, body .axc-dropdown-black .layui-menu{background:#20222a;border:none;}
body .axc-dropdown-black .layui-menu li{color:#fff;}
body .axc-dropdown-black .layui-menu li:hover{background:#333 !important;}
/*自定义样式*/
body .empty{height:300px;line-height:300px;text-align:center;color:#b1adad;}
body .captcha,body .cursor,body .axc-href{cursor:pointer}
body .disa{background:#e6dfdf;}
body .w50{width:50px;}
body .bd{border:1px solid red;}
body .x_nav {
    padding: 0 20px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
    background: #ffffff;
}
body .t_sx {
    width:52px;
    height:30px;
    line-height:30px;
    text-align:center;
    margin-top: 4px;
    padding:0;
    background-color: #2fb9d4;
    float: right;
}
body .bge{background: #eee;}
body .e_view{
    display: inline-block;
    width: 40px;
    height: 25px;
    line-height: 25px;
    background: #d2cece;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
body .s_view{
    display: inline-block;
    width: 40px;
    height: 25px;
    line-height: 25px;
    background: #4caf50;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.imgbox{
    background: #fff;
    height: 535px;
    padding: 10px;
}
.imgbox .utime{
    background: #ff9800;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 2px;
}
.imgbox .item{
    position: relative;
    height: 142px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #ff9800;
}
.imgbox .item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition:transform 2s;
}
.imgbox .item .tbox{
    position: absolute;
    top: 50px;
    height: 50px;
    width: 100%;
    text-align: center;
}
.imgbox .item .tbox .tips{
    display: inline-block;
    background: #8bc34a99;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: bold;
}
.imgbox .item .bbox{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
}
.imgbox .item:hover .bbox{
    display: block;
}
.imgbox .item:hover img{
    transform: scale(1.2,1.2);
}
.imgbox .item .bbox .sinfo{
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    padding: 5px 20px;
    background: #f4433661;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}
.imgbox .item .bbox .sinfo:hover{
    font-weight: bold;
}
.imgbox .item .bbox .bigimg{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    padding: 5px 20px;
    background: #2196f39e;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}
.imgbox .item .bbox .bigimg:hover{
    font-weight: bold;
}
.imgbox .item .bbox .delimg{
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    background: #f44336bd;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 25px;
}
.imgbox .item .bbox .delimg:hover{
    font-weight: bold;
}
.st2{box-shadow: 0 0 5px 2px #e23434;}
.st3{box-shadow: 0 0 5px 2px #4caf50;}
.st4{box-shadow: 0 0 5px 2px #e23434;}
.tp1{color: #ffc107;}
.tp2{color: red;}
.tp3{color: #4caf50;}
.tp4{color: red;}
input[readonly]{
    background-color: #efe7e7;
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
    background: none;
}

body .layui-table tbody>tr:hover{background-color: #ddd !important;}

@media screen and (max-width: 450px){
.layui-form-item .layui-inline {
    display: block;
    margin-right: 0;
    margin-bottom: 0px;
    clear: both;
}