@charset "utf-8";
@import url(../lib/layui/css/layui.css);
*{
    margin: 0px;
    padding: 0px;
    font-family: Microsoft YaHei;
}
a{
    text-decoration: none;
}
i,em{
    font-style: normal;
}
html{
    width: 100%;
    height: 100%;
    overflow-x:hidden;
    overflow-y:auto;
}
body{
    width: 100%;
    min-height: 100%;
    background: #f1f1f1;
    /*background: #fff;*/
}



.left-logo{
    width: 180px;
    height: 64px;
    background: url("../images/page_logo.png");
    box-shadow:  0 0 9px #090f21;
    margin-bottom: 10px;
}





.x-red{
    color: red;
}

.layui-form-switch{
    margin-top: 0px;
}
.layui-input:focus, .layui-textarea:focus {
    border-color: #427ef5 !important;
}
.layui-card-body input{
    width: 180px;
    margin-right: 3px;
}

.layui-fluid{
    padding:0;
    margin:0 15px;
    /*overflow: hidden;*/
}
.table-style{padding:0 10px 0 15px}
.x-nav{
    padding: 0 20px;
    position: relative;
    z-index: 99;
    line-height: 49px;
    height: 48px;
    overflow: hidden;
}
.page{
    text-align: center;

}
.page a{
    display: inline-block;
    background: #fff;
    color: #888;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
}
.page b{
    font-weight:normal;
}
.page span{
    display: inline-block;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
}
.page span.current{
    display: inline-block;
    background-image: linear-gradient(to bottom right, #348eff, #3466ff);
    color: #fff;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #427ef5;

}
.page a,.page span.current{
    height: 20px;
    line-height: 18px;
    border-radius: 2px;
    padding: 5px 8px;
}
.page .pagination li{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.page .pagination li.active span{
    background: #009688;
    color: #fff;
    border: 1px solid #009688;

}

#jump_num{display: inline-block;background: #fff;color: #888;padding: 5px;border: 1px solid #E2E2E2;width:26px;margin-right: 3px;height:20px;}
.page a:hover{color: #ff5722}

/*登录样式*/
/*头部*/
.container{
    width: 100%;
}
.layui-nav .layui-nav-item a{
    color: #333;
}
.layui-nav .layui-nav-item a:hover{
    color: #333;
}
.container .logo a{
    display: block;
    width: 169px;
    height: 44px;
    background: url("/admin/Public/images/page_logo.png");
}
.container .logo a{
    float: left;
    font-size: 18px;
    padding-left: 20px;
    line-height: 45px;
    width: 150px;
}
.container .right{
    background-color:rgba(0,0,0,0);
    float: right;

}
.container .left_open{
    float: left;
    margin-left: 18px;
}
.container .left_open a{
    line-height: 50px;
}

.container .left_open a i{
    font-size: 22px;
    color: #888;
}

.container .left_open i:hover{
    color: #427ef5;
}

.container .left{
    background-color:rgba(0,0,0,0);
    float: left;

}
.container .layui-nav-item{
    height: 50px;
    line-height: 50px;
}
.container .layui-nav-more{
    top: 20px;
}
.container .layui-nav-child{
    top: 50px;
}
.container .layui-nav-child i{
    margin-right: 10px;
}
.layui-nav .layui-nav-item a{
    cursor: pointer;
}
.layui-nav .layui-nav-child a{
    color: #333;
    cursor: pointer;
}
.index{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.left-nav{
    width: 180px;
    height: 100%;
    z-index: 2;
    background-color: #EEEEEE;
    overflow: hidden;
    position: absolute;
}

.left-nav{
    user-select:none;
}
.click-scroll{
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    background: rgba(70,83,123,.7);
    position: absolute;
    z-index: 999;
    cursor: pointer;
    color: #fff;
    display: none;
    transition: .5s;
    left: 50%;
    transform: translate(-50%,0);
}
.click-up{
    top: 38px
}
.click-down{
    bottom: 0
}
.left-nav:hover .click-scroll{
    display: block;
    transition: .5s
}

.page-content{
    position: absolute;
    left: 180px;
    width: calc(100% - 180px);
    height: 100%;
}

#side-nav{
    width: 180px;
    height: calc(100% - 110px);
    overflow-y: scroll;
    position: relative;
    scrollbar-width: none;
}

.hideScrollBar::-webkit-scrollbar {
    width: 0
}

.hideScrollBar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.left-nav #nav li:hover > a{
    /*color: blue;*/
}
.left-nav #nav .current{
    background-color: rgba(0, 0, 0, 0.3);
}
.left-nav #nav li a{
    height: 46px;
    line-height: 46px;
    padding: 0 12px 0 28px;
    display: block;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: all 0.3s;
}

.left-nav a:hover{
    background: #009688 !important;
    color: #fff;
    border-color:  #04564e !important;
}
.left-nav a.active{
    background: #009688 !important;
    color: #fff;
    border-color:  #427ef5 !important;
}
.left-nav #nav li a cite{
    font-size: 14px;
}

.left-nav #nav li .sub-menu{
    display: none;
}
.left-nav #nav li .opened{
    display: block;
}
.left-nav #nav li .opened:hover{
    /*background: #fff ;*/
}
.left-nav #nav li .opened .current{
    
}
.left-nav #nav li .sub-menu li:hover{
    /*color: blue;*/
     /*background: #fff ;*/
}
.left-nav #nav li .sub-menu li a{
    padding: 12px 15px 12px 30px;
    font-size: 14px;
    cursor: pointer;
}
.left-nav #nav li .sub-menu li .sub-menu li a{
    padding-left: 45px;
}
/*.left-nav #nav li .sub-menu li a:hover{
    color: #148cf1;
}*/
.left-nav #nav li .sub-menu li a i{
    font-size: 12px;
}
.left-nav #nav li a i{
    padding-right: 7px;
    line-height: 14px;
}
.left-nav #nav li .nav_right{
    float: right;
    font-size: 14px;
    color: rgba(255,255,255,.4);
    padding-top: 17px;
}
.x-slide_left {
    width: 17px;
    height: 61px;
    background: url(../images/icon.png) 0 0 no-repeat;
    position: absolute;
    top: 200px;
    left: 220px;
    cursor: pointer;
    z-index: 3;
}


.scroll-div{overflow-y: scroll;overflow-x: hidden}
/*.page-content:after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}*/
.page-content-bg{
    /*bottom: 42px;*/
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    z-index: 100;
    display: none;
}

.page-content .tab{
    height: 100%;
    width: 100%;
    /*background: #EFEEF0;*/
    margin: 0px;
}
.page-content .layui-tab-title{
    /*padding-top: 5px;*/
    height: 35px;
    background: #EFEEF0 ;
    position: relative;
    z-index: 100;
    display: none;
}
.page-content .layui-tab-title li.home i{
    padding-right: 5px;
}
.page-content .layui-tab-title li.home .layui-tab-close{
    display: none;
}
.page-content .layui-tab-title li{
    line-height: 35px;
}
.page-content .layui-tab-title .layui-this:after{
    height: 36px;
}
.page-content .layui-tab-title li .layui-tab-close{
    border-radius: 50%;
}
.page-content .layui-tab-title .layui-this{
    background: #fff ;
}
.page-content .layui-tab-bar{
    height:34px;
    line-height: 35px;
}
.page-content .layui-tab-content{
    /*position: absolute;
    top: 0px;
    bottom: 0px;*/
    width: 100%;height: 100%;
    padding: 0px;
    overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item iframe{
    width: 100%;
    height: 100%;

}
.x-admin-carousel,.layui-carousel,.x-admin-carousel>[carousel-item]>* {
    background-color:#fff
}

.x-admin-backlog .x-admin-backlog-body {
    display:block;
    padding:10px 15px;
    background-color:#f8f8f8;
    color:#999;
    border-radius:2px;
    transition:all .3s;
    -webkit-transition:all .3s
}
.x-admin-backlog-body h3 {
    padding-bottom:10px;
    font-size:12px
}
.x-admin-backlog-body p cite {
    font-style:normal;
    font-size:30px;
    font-weight:300;
    color:#009688
}
.x-admin-backlog-body:hover {
    background-color:#CFCFCF;
    color:#888
}

.layui-table td, .layui-table th{
    min-width: 60px;
}

table th, table td {
    word-break: break-all;
}

/*404页面样式*/
.fly-panel {
    margin-bottom: 15px;
    border-radius: 2px;
    /*background-color: #fff;*/
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.fly-none {
    min-height: 600px;
    text-align: center;
    padding-top: 50px;
    color: #999;
}
.fly-none .layui-icon {
    line-height: 300px;
    font-size: 300px;
    color: #393D49;
}
.fly-none p {
    margin-top: 50px;
    padding: 0 15px;
    font-size: 20px;
    color: #999;
    font-weight: 300;
}
#tab_right{
    display: none;
    width: 80px;
    position: absolute;
    top: 35px;
    left: 0px;
}
#tab_right dl{
    top: 0px;
}
#tab_show{
    position: absolute;
    top: 36px;
    bottom: 0px;
    width: 100%;
    background:rgb(255, 255, 255,0);
    padding: 0px;
    overflow: hidden;
    display: none;
}


@media screen and (max-width: 768px){
    .fast-add{
        display: none;
    }
    .layui-nav .to-index{
        display: none;
    }
    .container .logo a{
        width: 140px;
    }
    .left-nav #nav li a i{
        font-size: 18px;
    }
    .left-nav cite,.left-nav .nav_right{
        display: none;
    }
    .page-content .layui-tab-content .layui-tab-item{
        -webkit-overflow-scrolling: touch; 
        overflow-y: scroll; 
    }
    .x-so input.layui-input{
        width: 100%;
        margin: 10px;
    }
}

/*精细版样式*/

.x-admin-sm{
    font-size: 12px;
}
.x-admin-sm body{
    font-size: 12px;
}
/*登录页面样式*/
.x-admin-sm .login input[type=submit],.x-admin-sm .login input[type=button]{
    font-size: 14px;
}
.x-admin-sm .login input[type=text],
.x-admin-sm .login input[type=file],
.x-admin-sm .login input[type=password],
.x-admin-sm .login input[type=email], .x-admin-sm select {
    font-size: 12px;
}
.x-admin-sm .login .message{
    font-size: 14px;
}

.x-admin-sm .layui-table td, .x-admin-sm .layui-table th{
    font-size: 12px;
}
.x-admin-sm .layui-elem-field legend{
    font-size: 18px;
}

.x-admin-sm .x-admin-backlog-body p cite{
    font-size: 24px;
}
.x-admin-sm .left-nav #nav li a cite{
    padding-left: 5px;
    font-size: 14px;
}
.x-admin-sm .iconfont{
    font-size: 16px;
}
.x-admin-sm .layui-tab-title li{
    font-size: 12px;
}
.x-admin-sm .layui-icon{
    font-size: 14px;
}
.x-admin-sm  .layui-breadcrumb>*{
    font-size: 14px;
    padding: 8px;
}
.x-admin-sm .layui-breadcrumb cite{
    color: #999;
}
.x-admin-sm .layui-breadcrumb i{
    color: #666;
}
.x-admin-sm .layui-breadcrumb span{
    color: #888;
}


.x-admin-sm  .layui-btn,.x-admin-sm .layui-btn-xs,.x-admin-sm .layui-btn-sm{
    font-size: 12px;
}

.x-admin-sm .layui-laydate{
    font-size: 12px;
}
.x-admin-sm .layui-btn{
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}
.layui-form-item .layui-btn{
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: block;
    margin:5px auto 0 auto;
}

.x-admin-sm .layui-btn-lg{
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    font-size: 14px;
}
.x-admin-sm .layui-layer-title,.x-admin-sm .layui-layer-dialog .layui-layer-content{
    font-size: 12px;
}
.x-admin-sm .layui-input,.x-admin-sm .layui-select,.x-admin-sm .layui-textarea{
    height: 36px;
}

.x-admin-sm .layui-form-pane .layui-form-label{
    height: 36px;
    line-height: 14px;
}
.x-admin-sm .layui-form-checkbox span{
    font-size: 12px;
}
.x-admin-sm .fly-none .layui-icon {
    line-height: 300px;
    font-size: 300px;
    color: #393D49;
}




.layui-btn-small{
    margin-top:7px;
    position: absolute;
    right:20px;
    background: #e5e5e5;
    transition: .3s;
}
.layui-btn-small:hover{
    background-image: linear-gradient(to bottom right, #519eff, #348eff);
    color: #fff;
}
.layui-btn-small .iconfont{
    font-size: 12px !important;
}

/*滚动条样式*/
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #348eff;
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background   : #efefef;
}


/*
.spinner {
    position: absolute;
    top:42%;
    left:50%;
    transform: translate(-50%,-50%);
    width:32px;
    height:32px;
    position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 8px;
    height: 8px;
    background-color: #348bff;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

*/
/*数据追踪*/
.level-one{background:#f60}
.level-two{background:#3c0}
.level-three{background:#fc0}
.level-four{background:#09f}
.level-none{background:#eee}
.level-safe{background:#3cc !important}
.userInfo{color:#427ef5;padding-right: 15px}
.layui-info-left{position:fixed;top:0;right:-850px;width:830px;height:100%;background:#f9f9f9;z-index:999;box-shadow:0 0 10px #999;transition:.3s;overflow:hidden;overflow-y:scroll}

.record-main{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.2);top:0;z-index: 990;display: none}
.close-left-main{width:100%;position:fixed;height:45px; z-index:99;background:#f9f9f9}
.close-left-main a{display:block;width:50px;height:50px;text-align:center;line-height:50px;font-size:20px !important;transition:.3s}
.close-left-main a:hover{color:#ff5722}
.left-info-list{width:800px;margin:50px auto 0 auto}
.customer-info-main{width:531px;border-right:1px solid #eee;float:left}
.left-title{width:98%;height:40px;line-height:40px;border-bottom:1px solid #eee;font-size:15px;padding-left:2%}
.customer-info dt,.customer-info dd{height:50px;line-height:50px;float:left;position:relative}
.customer-info dt{width:60px !important;color:#666;text-align: right}
.customer-info dd{width:116px !important}
#main{width:100%;height:400px;margin:15px 0;overflow:hidden}
#mainMajor{width:100%;height:350px;margin-top:15px;overflow:hidden}
.telCall{color:#197adb;transition:.3s}
.telCall:hover{color:#f60}

.record-text{width:208px;min-height:131px;border:1px solid #e2e2e2;margin-top:10px;outline:none;padding:10px;box-shadow: 0 0 5px #eee inset;background: #fff;border-radius: 2px}



.record-loding-main{position:fixed;top:0;right:0;width:830px;height:100%;background:rgba(255,255,255,.6);z-index:99999;display:none}
.study-class{width:300px !important;height:auto !important;line-height:25px !important}
.study-class a{display:block;line-height:22px !important;padding-bottom:12px;color: #333 !important}
.study-class a span{display:inline;color:#999}
.operate a{margin:0 2px}
.close-left-main .level-tips{left:610px;top:6px}
.close-left-main .level-tips i{line-height:39px;color:#999}
.msg_sub_btn{height:40px;width:100%}
.msg_sub_btn a{display:block;float:right;width:74px;height:28px;background:#409eff;line-height:28px;text-align:center;color:#fff;margin-top:10px;border-radius:2px;transition:.3s}
.msg_sub_btn a:hover{background:#64b0ff}
.visit-record-list{width:100%;overflow:hidden;color:#666}
.visit-record-list li{width:94%;line-height:25px;padding:12px 3%;border-bottom:1px solid #eee}
.visit-record-list li span{display:block;text-align:right;color:#999;margin-top:5px}
.visit-record-list li i{display:inline-block;width:9px;height:9px;border-radius:50%;margin:6px 3px 0 0}
.edit-name{outline:none;border-bottom:1px solid #999;display:inline-block;min-width:30px}
.level-tips{display:block;width:270px;position:absolute;right:60px;top:0}
.level-tips i{display:block;float:left;padding:0 10px 0 4px}
.level-tips p{display:block;float:left; width:10px;height:10px;margin-top:27px;border-radius:50%}
.layui-follow-level .layui-form-select{width:230px;margin-top:6px}

/*placeholder颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #bfbfbf;
    font-size: 12px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bfbfbf;
    font-size: 12px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bfbfbf;
    font-size: 12px;
}
.layui-form .layui-input{width: 175px;color: #888}

.search-btn{
    border: 0;
    width: 66px;
    height: 32px;
    background-image: linear-gradient(to bottom right, #348eff, #3466ff);
    color: #fff;
    border-radius: 3px;
    font-size:12px !important;
    cursor: pointer;
}
.search-btn:hover{
    background-image: linear-gradient(to bottom right, #3466ff, #348eff);
}
.search-btn .iconfont{
    font-size: 12px !important;
}

.btn-one{
    /*background-image: linear-gradient(to bottom right, #519eff, #3466ff);*/
    background: #1472ff;
}
.btn-one:hover{
    /*background-image: linear-gradient(to bottom right, #3466ff, #519eff);*/
    background: #0864ed;
    color: #fff;
}

.btn-two{
    /*background-image: linear-gradient(to bottom right, #2cde3b, #06b510);*/
    background: #01ce0d;
    color: #fff;
}
.btn-two:hover{
    /*background-image: linear-gradient(to bottom right, #06b510, #2cde3b);*/
    background: #06b510;
    color: #fff;
}

.btn-three{
    background-image: linear-gradient(to bottom right, #ff8a3c, #f60) !important;
}
.btn-three:hover{
    background-image: linear-gradient(to bottom right, #f60, #ff8a3c) !important;
    color: #fff;
}

.btn-four{
    background-image: linear-gradient(to bottom right, #cdd334, #a2a70d) !important;
}
.btn-four:hover{
    background-image: linear-gradient(to bottom right, #a2a70d, #cdd334) !important;
    color: #fff;
}
.btn-five{
    background-image: linear-gradient(to bottom right, #9bb9b6, #577f7b) !important;
}
.btn-five:hover{
    background-image: linear-gradient(to bottom right, #577f7b, #9bb9b6) !important;
    color: #fff;
}
.btn-six{
    background-image: linear-gradient(to bottom right, #4fd59b, #32c384) !important;
}
.btn-six:hover{
    background-image: linear-gradient(to bottom right, #32c384, #4fd59b) !important;
    color: #fff;
}

.layui-form tr{
    height: 52px;
}

.nickName a{color:#333}
.nickName a span{color:#333}
.nickName a i{opacity:0}
.nickName:hover a i{opacity:1}
.nickName p{width:3px;height:100%;line-height:14px;text-align:center;color:#fff;position:absolute;top:0;left:0}

/*loading*/
.layui-loading{position:fixed;width: 100%;height: 100%;background:rgba(255,255,255,.4);display: none;top:0;z-index: 9999}
.loading{
    width: 14px;
    height: 14px;
    margin: 0 auto;
    -webkit-animation: load 3s linear infinite;
    position: absolute;
    left:50%;
    top:44%;
    transform: translate(-50%,-50%);
}
.loading div{
    width: 100%;
    height: 100%;
    position: absolute;
}
.loading span{
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-animation: changeBgColor 3s ease infinite;
}
@-webkit-keyframes load{
    0%{
        -webkit-transform: rotate(0deg);
    }
    33.3%{
        -webkit-transform: rotate(120deg);
    }
    66.6%{
        -webkit-transform: rotate(240deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes changeBgColor{
    0%,100%{
        background: #66CCFF;
    }
    33.3%{
        background: #FFFF66;
    }
    66.6%{
        background: #FF6666;
    }
}
.loading div:nth-child(2){
    -webkit-transform: rotate(120deg);
}
.loading div:nth-child(3){
    -webkit-transform: rotate(240deg);
}
.loading div:nth-child(2) span{
    -webkit-animation-delay: 1s;
}
.loading div:nth-child(3) span{
    -webkit-animation-delay: 2s;
}

/*按钮颜色*/
.table-ctrl{color: #c7c7c7 !important}
.layui-right-btn{
    color: #f60;
}
.layui-right-btn:hover{
    color: #ff954e;
}

#disTeacher{display: block;margin:22px auto 0 auto;width:200px;height: 34px;border: 1px solid #ddd;border-radius: 3px;color: #666;padding-left: 15px}

.none-pic{width: 110px;height: 110px;background: url("/admin/Public/images/none_pic.png");margin: auto}



.blue-btn{
    border: 0;
    width: 110px;
    height: 38px !important;
    line-height: 39px !important;
    background-image: linear-gradient(to bottom right, #348eff, #3466ff);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.blue-btn:hover{
    background-image: linear-gradient(to bottom right, #3466ff, #348eff);
}

.header_img{width: 36px;height: 36px;border-radius: 50%}
.user_tel{padding-right: 5px}
.layui-table .client{color: #ddd;padding-left: 5px;font-size: 16px !important}
.is-have-mp{color: #2ec100 !important}
.is-have-wechat{color: #6568eb !important}
.fastView{font-size: 14px;height: 50px;line-height: 50px;color: #777;padding-left: 25px;min-width: 980px}
.fastView span{color: #777;padding-right: 8px}
.fastView i{display: inline-block;height: 30px;line-height: 30px;padding: 0 14px;border-radius: 4px;margin:0 2px;cursor: pointer}
.fastView .click-here{color: #348eff !important;background: #ebf7ff}
.fastView i:hover{color: #348eff}


.record-info-list .layui-input{width: 230px}


.level-one-show{ color: #f60}
.level-two-show{color: #3c0}
.level-three-show{color: #fc0}
.level-four-show{color: #09f}
.level-five-show{color: #3cc !important}


.is-color{color: #ff7519}
.no-color{color: #bbb}

.ac-type-tab{width: 98.2%;height: 50px;margin: auto;position: relative}
.ac-type-tab hr{position: absolute;width: 100%;border:0;padding:0;margin:0;border-bottom: 1px solid #e8e8e8;bottom: 0;z-index: 0;background: none}
.ac-type-tab a{display: block;float: left;width: 100px;text-align: center;font-size: 14px;line-height: 55px;height: 50px;overflow: hidden;color: #777;position: relative;z-index: 1;margin-right: 30px}
.ac-type-tab a p{width: 30px;height: 2px;position: absolute;left: 50%;margin-left: -15px;bottom: 0}
.ac-here{color: #ff8534 !important;}
.ac-here p{background: #ff8534;}



/*.layui-btn-see{
    border: 1px solid #c9c9c9;
    color: #666;
    height: 28px !important;
    line-height: 27px !important;
}*/


/*.layui-btn-see{
    border: 1px solid #c9c9c9;
    color: #666;
    height: 28px !important;
    line-height: 27px !important;
}
.layui-btn-see:hover{
    border: 1px solid #f60;
    background:#f60;
    color: #fff;
}

.layui-btn-del{
    border: 1px solid #c9c9c9;
    color: #666;
    height: 28px !important;
    line-height: 27px !important;
}
.layui-btn-del:hover{
    border: 1px solid #3390ff;
    background:#3390ff;
    color: #fff;
}*/



.layui-table,.layui-table th{text-align:center}
.nickName a{color:#333}
.nickName a span{color:#333}
.nickName a i{opacity:0}
.nickName:hover a i{opacity:1}
.nickName p{width:3px;height:100%;line-height:14px;text-align:center;color:#fff;position:absolute;top:0;left:0}
.level-one{background:#f60}
.level-two{background:#3c0}
.level-three{background:#fc0}
.level-four{background:#09f}
.level-none{background:#eee}
.level-safe{background:#3cc !important}
.layui-info-left{position:fixed;top:0;right:-550px;width:550px;height:100%;background:#fff;z-index:999;box-shadow:0 0 8px #ddd;transition:.5s;overflow:hidden;overflow-y:scroll}
.layui-info-left::-webkit-scrollbar,.user-class ul::-webkit-scrollbar{width:8px;height:1px}
.layui-info-left::-webkit-scrollbar-thumb,.user-class ul::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:#3c9af7}
.layui-info-left::-webkit-scrollbar-track,.user-class ul::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:10px;background:#ededed}
.userInfo{color:#197adb}
.close-left-main{width:100%;position:fixed;height:45px;background:#fff;z-index:99}
.close-btn{display:block;width:50px;height:50px;text-align:center;line-height:50px;font-size:20px !important;transition:.3s}
.close-btn:hover{color:#ff5722}
/*.left-info-list{width:550px;margin:50px auto 0 auto;overflow:hidden;margin-bottom:45px}*/
/*.customer-info-main{width:530px;float:left;padding-left:10px}*/
.left-title{width:96%;height:40px;line-height:40px;border-bottom:1px solid #eee;font-size:15px;padding-left:2%;overflow: hidden}
.customer-info{width:100%;height:190px;padding-bottom:10px}
.customer-info dt,.customer-info dd{height:50px;line-height:50px;float:left;position:relative}
.customer-info dt{width:65px !important;color:#777;text-align:right}
.customer-info dd{width:111px !important}
.telCall{color:#197adb !important;transition:.3s}
.telCall:hover{color:#f60 !important}
.record-info-list{width:230px;float:left;margin-left:15px}
/*.record-text{width:494px;min-height:131px;border:1px solid #efefef;margin-top:10px;outline:none;padding:10px}*/

.record-text:empty::before,.next-follow-date:empty::before{color:#ccc;content:attr(placeholder)}
.record-text:focus,.next-follow-date:focus,.money:focus,.eTime:focus{box-shadow:0 0 5px #71daf4;border:1px solid #6bb5ef !important}

.next-follow-date,.money,.eTime{width:208px;height:30px;line-height:30px;border:1px solid #e6e6e6;margin-top:6px;outline:none;padding:0 10px;background: #fff;border-radius: 3px}
.money,.eTime{width: 230px}
.record-loding-main{position:fixed;top:0;right:0;width:550px;height:100%;background:rgba(255,255,255,.9);z-index:999;display:none}
.operate a{margin:0 2px}
.close-left-main .level-tips{left:335px;top:6px}
.close-left-main .level-tips i{line-height:39px;color:#999}
.msg_sub_btn{height:40px;width:98%}
.msg_sub_btn a{display:block;float:right;width:74px;height:28px;background:#409eff;line-height:28px;text-align:center;color:#fff;margin-top:10px;border-radius:2px;transition:.3s}
.msg_sub_btn a:hover{background:#64b0ff}
.visit-record-list{width:100%;overflow:hidden;color:#666}
.visit-record-list li{width:94%;line-height:25px;padding:12px 3%;border-bottom:1px solid #eee}
.visit-record-list li span{display:block;text-align:right;color:#999;margin-top:5px}
.visit-record-list li i{display:inline-block;width:9px;height:9px;border-radius:50%;margin:6px 3px 0 0}
.visit-record-list li p{color: #39f}
.visit-record-list li em{color: #bbb}


.edit-name{outline:none;border-bottom:1px solid #999;display:inline-block;min-width:30px}
.level-tips{display:block;width:270px;position:absolute;right:50px;top:0}
.level-tips i{display:block;float:left;padding:0 8px 0 4px}
.level-tips p{display:block;float:left;width:10px;height:10px;margin-top:14px;border-radius:50%}
.main-right p{margin-top: 19px;}
.layui-follow-level .layui-form-select{width:230px;margin-top:6px}
.customer-info dd a{color:#fff}
.customer-info dd:hover a{color:#666}
.editSelect ul{position:absolute;top:70px;left:0;z-index:999;border:1px solid #ddd;box-shadow:0 0 6px #ddd;display:none;transition:.5s}
.editSelect ul li{height:36px;line-height:36px;background:#fff;cursor:pointer;padding:0 25px;text-align:center}
.editSelect ul li:hover{background:#409eff;color:#fff}
.user-edu li{width:80px}
.user-class li{width:130px}
.user-class ul{height:365px;overflow-y:scroll}
.suc-btn{background:#f33;color:#fff;display:block;width:68px !important;height:28px !important;line-height:28px !important;text-align:center;position:absolute;top:10px;left:461px;border-radius:2px;transition:.3s}
.close-left-main .suc-btn{font-size: 12px !important}
.suc-btn:hover{color:#fff !important;background:#ff5e52}
.suc-view{color: #ff7519}

.crm-dt{padding-left: 10px;}

.td-doedit{color: #c7c7c7}
.td-doedit a{color: #f60}
.kuang-style{display: block; width: 50px;height: 25px;line-height: 25px;text-align: center;color: #fff;border-radius: 3px;margin: auto}

.oper{color: #ccc}
.oper a{color: #f60}



.small-title{font-size: 12px;color: #666;height: 40px;line-height: 40px;overflow: hidden}
.type-one,.type-two{display: none}
.type-one input{margin-bottom: 10px}
.type-two{overflow: hidden;padding: 5px 0 8px 0}
.type-three{padding-bottom: 6px;display: none}
.type-three ul{width: 230px;overflow: hidden}
.type-two input,.type-three input{height: 16px;width: 16px;display: inline-block;margin: 14px 8px 0 5px;position: absolute}
.type-two li,.type-three li{width: 50%;text-align: left;line-height: 32px;height: 32px;float: left}
.type-two li label,.type-three li label{position: absolute;margin-left: 25px;line-height: 42px;}
.gz-title{margin: auto;width: 220px;color: #666;font-size: 14px;height: 30px;line-height: 45px;overflow: hidden;padding-left: 8px}
.gz-list{width: 220px;margin: auto;overflow: hidden;padding:0 0 10px 10px;}
.gz-list li{width: 50%;height: 28px;line-height: 28px;float: left}
.gz-list input{height: 14px;width: 14px;display: inline-block;margin: 14px 8px 0 0;position: absolute}
.gz-list label{position: absolute;margin-left: 20px;line-height: 42px;}
.gz-input{display: none}
.small-title-two{height: 26px}


.crm-gz-input .gz-title{margin: 0}
.crm-gz-input .gz-list{margin: 0;width: 400px;}
.crm-gz-input .gz-list li{width: 25%}

.isHide{display: none}

.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
    border-right:1px solid #eee;
}
.layui-table td{
    border-bottom:1px solid #eee;
}
.layui-table-view{border-right: 0}

.one-line-show{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    height: 30px;
}

.layui-table{height: 30px !important}


.surplus-box{display: inline-block;width: 72px;height: 26px;line-height: 26px;border-radius: 2px;color: #fff;font-size: 12px}
.is-soon{background: #0abdbb}
.is-conduct{background: #0abd6f}
.is-delay{background: #f94a4a}

.quick-sp{position: relative;}
.quick-sp p{display: block;width: 7px;height: 7px;background: #f24343;border-radius: 50%;position: absolute;right: 7px;top: 6px}
.have-report{color: #f24343}

.participant-list-icon{cursor: pointer;color: #a2daef;padding-left: 3px}

/*任务*/

.task-main{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;z-index: 200;display: none}
.task-box{position: absolute;width: 620px;transform: translate(-50%,-50%);background: #fff;border-radius: 6px;box-shadow: 0 0 5px #666;left: 50%;top: 50%;overflow: hidden;transition: .3s}
.task-title{width: 100%;height: 55px;line-height: 56px;font-size: 16px;text-align: center;position: relative;border-bottom: 1px solid #eee;overflow: hidden}
.task-title i{position: absolute;right: 0;width: 60px;font-size: 24px;cursor: pointer;line-height: 58px;}
.task-title i:hover{color: #c00}
.task-main-content{max-height: 650px;position: relative}
.task-txt{max-height: 540px;overflow-y: scroll;width: 640px !important;}

.task-info{width: 570px;margin: 16px 0 0 25px;overflow: hidden;}
.task-info *{outline: none}
.task-head:empty::before{
    color:#ddd;
    content:attr(placeholder);
}
.task-content:empty::before{
    color:#999;
    content:attr(placeholder);
}
#start_date:empty::before,#end_date:empty::before{
    color:#555;
    content:attr(placeholder);
    font-size: 14px;
}
.task-head{font-size: 18px;margin-bottom: 10px;}
.task-content{color: #666;border-bottom: 1px solid #eee;min-height: 107px;padding-bottom: 15px;line-height: 21.2px}
.task-enclosure-icon{width: 100%;height: 38px;}
.task-enclosure-icon a{width: 80px;height: 36px;line-height: 38px;float: right;font-size: 12px !important;text-align: right;padding-right: 10px;color: #666}
.task-enclosure-icon a:hover{color: #427ef5}
.task-list{width: 100%;overflow: hidden;margin-top: 6px;}
.task-list-dt,.task-list-dd{float: left;min-height: 50px;font-size: 14px;position: relative}
.task-list-dt{width: 135px;color: #999}
.task-list-dt i{padding-left: 7px}
.task-list-dd{width: 435px;color: #555;}
.executor{width: 100px}
.executor-id{position: absolute;opacity: 0;pointer-events: none}
.task-list-dd .layui-form-select{width: 200px;}
.task-list-dd .layui-form-select dl{padding: 0 !important;font-size: 12px}
.task-main-close{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0}
.no-click{pointer-events: none !important}


.task-enclosure-info{width: 570px;overflow: hidden}

.task-enclosure-info li{width: 568px;height: 41px;line-height: 40px;border: 1px solid #eee;background: #f8f8f8;margin-bottom: 5px;}
.task-enclosure-info li i{display: block;float: left;width: 40px;text-align: center;color: #5bbbff;font-size: 22px !important}
.task-enclosure-info li b{width: 250px;display: block;float: left;font-weight: normal}
.task-enclosure-info li em{display: block;width: 106px;float: left}
.task-enclosure-info li span{display: block;float: left;width: 106px;}
.task-enclosure-info li p{float: left;width: 52px;}
.task-enclosure-info li p a{display: block;width: 26px;text-align: center;float: left;color: #ccc;transition: .3s;font-size: 16px !important}
.task-enclosure-info li p a:hover{color: #f60}
.see-icon{opacity: 0;pointer-events: none}
.executor-name{cursor: pointer;transition: .3s}
.executor-name:hover,.participant-list:hover,.priority-txt:hover,.work-cycle span:hover{color: #427ef5}
.participant-list{padding-bottom: 10px;display: block;cursor: pointer;transition: .3s}
.participant-list em{display: inline-block;background: #427ef5;font-size: 12px;padding: 5px 12px;margin: 0 4px 4px 0;border-radius: 2px;cursor: pointer;transition: .3s;color: #fff}
.participant-list em:hover{background: #538bf9;color: #fff}
.priority-txt{cursor: pointer}
.choose-priority{position: absolute;width: 180px;overflow: hidden;background: #fff;box-shadow: 0 0 12px #ddd;border-radius: 3px;z-index: 999;top: -68px;padding: 5px 0;left: 90px;display: none}
.choose-priority li{height: 36px;line-height: 36px;cursor: pointer;transition: .3s;font-size: 12px}
.choose-priority li:hover{background: #f4f4f4}
.choose-priority li em{display: block;width: 30px;height: 36px;position: relative;float: left}
.choose-priority i{display: block;width: 6px;height: 6px;border-radius: 50%;margin: 0 10px 0 15px;position: absolute;top: 15px;}
.choose-priority li span{display: block;float: left}
.icon1{background: #FF5722}
.icon2{background: #FFB800}
.icon3{background: #1E9FFF}
.icon4{background: #009688}

.work-cycle em{color: #999;padding: 0 2px}
.work-cycle span{cursor: pointer}

.work-cycle .layui-input{border: 0;display: inline-block;width: 90px}
.ystep-container li{float: left;margin: 0;padding: 0}

.task-save-btn{width: 590px;height: 62px;position: fixed;bottom: 0;left: 0;border-top: 1px solid #eee;padding: 0 15px;background: #fff;z-index: 999}
.task-save-btn a{height: 29px;border: 1px solid #ddd;color: #333;display: inline-block;border-radius: 3px;line-height: 28px;float: right;padding: 0 12px;margin-left: 10px;transition: .3s;margin-top: 17px}
.task-save-next:hover{border: 1px solid #2b88fe;color: #2b88fe}
.task-save{color: #fff !important;background: #2b88fe;border: 1px solid #2b88fe !important}
.task-save:hover{background: #1a66d9 !important}
.task-bottom{width: 100%;height: 69px;}
.choose-radio-main{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,.3);z-index: 9;top: 0;left: 0;display: none}
.choose-radio-contact{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 270px;height: 400px;background: #fff;border-radius: 3px;box-shadow: 0 0 5px #999}
.input-choose-name{width: 220px;height: 35px;border: 1px solid #eee;border-radius: 3px;margin: 20px auto;display: block;padding-left: 10px;}
.input-choose-name:focus{border: 1px solid #2b88fe}
.choose-tab{width: 230px;margin: auto;display: block;height: 40px;padding: 0 20px;transition: .3s}
.choose-tab i,.choose-tab span{margin-top: 8px;display: inline-block;height: 24px;line-height: 24px;}
.choose-tab i{width: 24px;text-align: center;background: #557dbb;color: #fff;border-radius: 3px}
.choose-tab span{display: inline-block;padding-left: 5px}
.choose-tab:hover{background: #f4f4f4}

.choose-title{width: 230px;height: 35px;line-height: 38px;border-bottom: 1px solid #eee;margin: auto;padding: 0 10px;font-weight: bold;color: #444;font-size: 13px;}

.choose-user-list{width: 100%;overflow: hidden;overflow-y: scroll;height: 248px;}


.choose-user-list ul{overflow: hidden;margin: auto;width: 270px;margin: 5px 0}
.choose-user-list li{cursor: pointer;height: 32px;line-height: 32px;color: #666;position: relative;transition: .3s;padding: 0 20px;}
.choose-user-list li:hover{background: #f4f4f4}
.choose-user-list li i{position: absolute;right: 0;color: #2b88fe;right: 20px;display: block;opacity: 0}
.choose-close{position: absolute;width: 100%;height: 100%;z-index: 0}
.is-choose i{opacity: 1 !important}


.edit-main{color: #ccc}
.edit-main a{color: #f60;transition: .3s}
.edit-main a:hover{color: #f03}
.task-reject{background: #f33;border:1px solid #f33 !important;color: #fff !important;transition: .3s}
.task-reject:hover{background: #f00}

.task-right{width: 290px;height: 500px;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(100px,-298px);border-radius: 6px;position: relative;display: none;box-shadow: 0 0 5px #666}
.task-right-btn{width: 270px;margin: auto;height: 56px;border-bottom: 1px solid #eee;line-height: 62px;overflow: hidden}
.task-right-btn a{display: block;width: 90px;text-align: center;float: left;font-size: 13px}
.task-right-ishere{color: #2b88fe !important;}
.task-right-content{display: none;width: 260px;margin: auto;}
.task-right-ishere-txt{display: block}
.task-pl-main{width: 100%;overflow: hidden;overflow-y: scroll;height: 420px;margin: 10px 0}


.task-pl-main::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}
.task-pl-main::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #348eff;
}
.task-pl-main::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : none;
    border-radius: 8px;
    background   : #fff;
}
.task-pl-content{height: 300px}


.task-show-edit .task-right{display: block !important}
.task-show-edit .task-box{transform: translate(-535px,-50%)}




.task-pl-main li{width: 100%;border-bottom: 1px dotted #ddd;line-height: 18px;padding-bottom: 8px}
.task-pl-main li span{display: block;height: 22px;line-height: 22px;color: #666}
.task-pl-main li span em{color: #999}
.task-pl-main li p{width: 240px;position: relative}
.task-pl-main li p i{cursor: pointer;color: #e5e5e5;transition: .3s;position: absolute;right: 0}
.task-pl-main li p i:hover{color: #f60}
.task-pl-add{position: absolute;bottom: 15px;width: 260px}
.task-pl-add textarea{padding: 5px;border: 1px solid #ddd;border-radius: 2px;width: 248px;height: 50px;margin: 0;float: left}
.task-pl-add a{display: block;width: 260px;height: 38px;line-height: 38px;background: #2b88fe;color: #fff;text-align: center;border-radius: 3px;transition: .3s;float: left;margin-top: 8px}
.task-pl-add a:hover{background: #427ef5}

.report-type{display: inline-block;width: 80px;height: 26px;line-height: 26px;text-align: center;background: #f49141;color: #fff;border-radius: 2px}
.daily{background: #1bbc9b}

.my-daily{color:#05b3d8;}
.my-inspiration{color: #d8bd05}


.right-help-btn{position: absolute;right: 18px;top: 10px;font-size: 14px;color: #ccc;transition: .3s}
.right-help-btn i{color: #cfcfcf;transition: .3s}
.right-help-btn:hover,.right-help-btn:hover i{color: #f60}

.no-log{color: #ccc}

/*简报面板*/
.briefing-main{position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.5);z-index: 99;display: none}
.briefing-content{position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);width: 660px;height: 600px;background: #fff;border-radius: 6px;box-shadow: 0 0 8px #666}
.briefing-title{width: 100%;height: 55px;line-height: 56px;font-size: 16px;text-align: center;position: relative;border-bottom: 1px solid #eee;overflow: hidden}
.briefing-title i{position: absolute;right: 0;width: 60px;font-size: 24px;cursor: pointer;line-height: 58px;}
.briefing-title i:hover{color: #c00}
.briefing-show{width: 650px;margin: auto;overflow:hidden;overflow-y: scroll;height: 460px;margin-top: 5px;padding-right: 1px;padding-bottom: 15px}
.briefing-header{width: 100%;height: 40px;line-height: 45px;font-size: 14px;overflow: hidden}
.briefing-txt{padding: 8px 12px;border: 1px solid #eee;width: 596px;min-height: 120px;outline: none;border-radius: 2px}
.briefing-txt:focus{border: 1px solid #427ef5}
.w-briefing,.j-briefing{min-height: 80px}
.briefing-txt:empty::before{
    color:#999;
    content:attr(placeholder);
}
.bottom-submit{width: 100%;position: absolute;bottom: 0;border-top: 1px solid #eee;height: 60px}
.bottom-submit a{display: block;float: right;width: 90px;height: 32px;background: #2b88fe;color: #fff;line-height: 32px;text-align: center;border-radius: 3px;transition: .3s;margin: 13px 15px 0 0}
.bottom-submit a:hover{background: #1a66d9}
.briefing-show::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}
.briefing-show::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #348eff;
}
.briefing-show::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : none;
    border-radius: 8px;
    background   : #fff;
}

.briefing-show-main{width: 630px;margin-left: 15px}
.briefing-close-main{position: absolute;width: 100%;height: 100%;z-index: 0}

.show-tips{width: 96%;height: 38px;border: 1px solid #ffdeae;background: #fffaf2;color: #666;margin: 15px auto 0 auto;line-height: 38px;border-radius: 3px}
.show-tips i{display: block;float: left;width: 40px;text-align: right;color: #f68c45;font-size: 19px !important;}
.show-tips p{float: left;padding-left: 5px}

/*素材库*/
.layui-card-body{width: 96%;margin: auto}
.layui-card-header{padding: 10px 15px 5px 15px}

.file-list{width: 100%;overflow: hidden;}
.file-list *{font-size: 12px !important;color: #000}
.file-list li{height: 60px;border-bottom: 1px dotted #ddd}
.file-list li p{height: 60px;line-height: 60px;float: left;text-align: center}


.file-title{text-align: left !important;width: 20%}
.file-title em{display: block;height: 60px;float: left}

.file-list li .file-title:hover em{color: #1472FF}
.edit-file-name i{color: #999;font-size: 16px !important;cursor: pointer}
.edit-file-name i:hover{color: #333}
.edit-file-name{width: 15%;}
.file-count{width:  15%}
.file-capacity{ width: 15%}
.file-uptime{width: 23%}
.file-manager{width: 12%;color: #ddd}
.file-manager a{color: #f60}
.file-manager a:hover{color: #1472FF}
.file-list-title p{color: #666 !important}

.help-main{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;z-index: 999;display: none}
.close-help{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0}
.help-content{width: 700px;height: 100%;overflow: hidden;overflow-y: scroll;background: #fff;margin: auto;box-shadow: 0 0 14px #333;z-index: 1}

.ac-tips{height: 0;transition: .3s}
.main-top-nav li{position: relative}
.main-top-nav i{display: block;height: 20px;width: 1px;background: #ddd;position: absolute;right: 0;top: 15px}
.main-top-nav li a{font-size: 13px !important;color: #555 !important}
.main-top-nav li a:hover,.layui-breadcrumb a:hover{color: #1472FF !important}

.main-top-title{width: 100%;height: 52px;background: #fff}


.layui-card{position: relative;margin-top: 10px}
.main-top-title b{height: 52px;line-height: 52px;padding-left: 18px;font-size: 16px;display: block}
.sub-menu li a{padding: 0 0 0 30px !important;height: 40px !important;line-height: 40px !important;}
.sub-menu li cite{font-size: 13px !important;color: rgba(255,255,255,.8)}

.layui-btn-group .layui-btn{background: #0c80fe}
.layui-btn-group .layui-btn-danger{display: none}





