@charset "utf-8";
@import url(../lib/layui/css/layui.css);



/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar  

{  

    width: 10px;  

   height: 10px; 

   

}  

::-webkit-scrollbar-track  

{  

   /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;

}  

  

/*定义滑块 内阴影+圆角*/  

::-webkit-scrollbar-thumb  

{  

    border-radius   : 10px;
    background-color: skyblue;
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );

}


*{
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a{
    text-decoration: none;
}
html{
    width: 100%;
    height: 100%;
    overflow-x:hidden; 
    overflow-y:auto;
}
body{
    width: 100%;
    /* min-height: 100%; */
    /* background: #f1f1f1; */
    background: #fff;
}
iframe {border: none}
.x-red{
    color: red;
}

.layui-form-switch{
    margin-top: 0px;
}
.layui-input:focus, .layui-textarea:focus {
    border-color: #189f92!important;
}

.layui-fluid{
    padding:15px;
}
.x-nav{
    padding: 0 20px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
    background: #fff;
}
.page{
    text-align: center;

}
.page a{
    display: inline-block;
    background: #fff;
    color: #888;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;

}
.page span{
    display: inline-block;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
}
.page span.current{
    display: inline-block;
    background: #009688;
    color: #fff;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #009688;
}
.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;

}

/*登录样式*/
/*头部*/
.containers{
    width: 100%;
    height: 60px;
    /* background: #fff; */
    background: #00b5f9;
    /* border: 1px solid rgba(0,0,0,.2); */
}
/* .layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
    color: #1e9fff;
} */

.layui-nav-list a:hover{ 
     /* color: #1e9fff !important; */
    }
.containers a,.layui-nav .layui-nav-item a{
    color: #c2c2c2;
}

.layui-nav .layui-nav-item a{
    color: #fff;
}
.containers .logo{text-align: center; overflow: hidden; float: left;}
.containers .logo a{
    /* background-color: rgba(0,0,0,0); */
    /* background: #00b5f9; */
    /* background:#001529 */
}
.containers .logo a{
    float: left;
    font-size: 20px;
    /* padding-left: 20px; */
    line-height: 60px;
    /* width: 220px; */
    float: left;
    font-weight: bold;
    color: #fff;
    padding:0 20px;
}
.containers .right{
    background-color:rgba(0,0,0,0);
    float: right;

}
.containers .left_open{
    height: 60px;
    float: left;
    margin-left: 10px;
}
.containers .left_open i{
    display: block;
    /* background: rgba(255,255,255,0.1); */
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    margin-top: 13px;
    cursor: pointer;
    /* background: #1e9fff; */
    background: #fbfbfb;
}
.containers .left_open i:hover{
    /* background: rgba(255,255,255,0.3); */
    background: #1e9fff;
}

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

}
.containers .layui-nav-item{
    line-height: 60px;
}
.containers .layui-nav-more{
    top: 31px;
}
.containers .layui-nav-child{
    top: 60px;
}
.containers .layui-nav-more{
    border-color: #fff transparent transparent;
    border-top-color: #fff;
}
.containers .layui-nav-mored {
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}
.containers .layui-nav-child i{
    margin-right: 10px;
}
.layui-nav .layui-nav-item a{
    cursor: pointer;
}
.layui-nav .layui-nav-child a{
    color: #f2f2f2;
    cursor: pointer;
    /* color: #393d49; */
}

.layui-nav .layui-nav-tabname a{
    /* color: #f2f2f2; */
    cursor: pointer;
    color: #393d49;
}
.left-nav{
    position: absolute;
    top: 60px;
    bottom: 0px;
    /*bottom: 42px;*/
    left: 0;
    z-index: 2;
    /* padding-top: 10px; */
    /* background: #444c63; */
    background:#001529;
    width: 220px;
    max-width: 220px;
    overflow: auto;
    overflow-x:hidden;
    overflow: hidden;

    /*width: 0px;*/
}

.layui-nav{ background: #444c63;}
#side-nav{
    width: 220px;
}

.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{
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    display: block;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: all 0.3s;
}
.left-nav a:hover{
    background: #1890ff !important;
    color: #fff;
    border-color:  #04564e !important;
    padding-left: 25px;
}
.left-nav a.active{
    background: #009688 !important;
    color: #fff;
    border-color:  #04564e !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: 14px 15px 14px 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: 14px;
}
.left-nav #nav li a i{
    padding-right: 10px;
    line-height: 14px;
}
.left-nav #nav li .nav_right{
    float: right;
    font-size: 16px;
}
.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;
}

/* 底部 */


 .layui-footer {
    position: fixed;
    left: 222px;
    right: 0;
    bottom: 0;
    height: 45px;
    background-color: #eee;
    z-index: 9999;
}
.footer {
    
    line-height: 45px;
    text-align: center;
    background-color: #eee;
    color: #666;
    font-weight: 300;
}








.page-content{
    position: absolute;
    top: 60px;
    right: 0;
    /*bottom: 42px;*/
    bottom: 0px;
    left: 220px;
    overflow: hidden;
    z-index: 1;
}
.page-content-bg{
    position: absolute;
    top: 45px;
    right: 0;
    /*bottom: 42px;*/
    bottom: 0px;
    left: 220px;
    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;
}
.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 ; */
    background-color: #1890ff;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #fff;
}
.page-content .layui-tab-bar{
    height:34px;
    line-height: 35px;
}
.page-content .layui-tab-content{
    position: absolute;
    top: 36px;
    bottom: 0px;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item{
    width: 100%;
    height: 100%;
    
}
.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:14px
}
.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: 80px; */
}

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;
    }
    .containers .logo a{
        width: 140px;
    }
    .containers .left_open {
        /*float: right;*/
    }
    .left-nav{
        width: 60px;
    }
    .left-nav #nav li a i{
        font-size: 18px;
    }
    .left-nav cite,.left-nav .nav_right{
        display: none;
    }
    .page-content{
        left: 60px;
    }
    .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: 14px;
}
.x-admin-sm body{
    font-size: 14px;
}
/*登录页面样式*/
.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: 14px;
}
.x-admin-sm .login .message{
    font-size: 14px;
}

.x-admin-sm .layui-table td, .x-admin-sm .layui-table th{
    font-size: 14px;
}
.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{
    font-size: 14px;
}
.x-admin-sm .iconfont{
    font-size: 14px;
}
.x-admin-sm .layui-tab-title li{
    font-size: 14px;
}
.x-admin-sm .layui-icon{
    /* font-size: 14px; */
}
.x-admin-sm .layui-nav *{
    /* font-size: 14px; */
}
.layui-icon{
    font-size: 16px;
    margin-right:5px;
}
.x-admin-sm  .layui-breadcrumb>*{
   font-size: 14px; 
}
.x-admin-sm  .layui-btn,.x-admin-sm .layui-btn-xs,.x-admin-sm .layui-btn-sm{
    font-size: 14px;
}

.x-admin-sm .layui-laydate{
    font-size: 14px;
}
.x-admin-sm  .layui-btn{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.x-admin-sm  .layui-btn-xs{
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}
.x-admin-sm .layui-btn-lg{
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    font-size: 14px;
}

.x-admin-sm .layui-nav-item{
    border-bottom: 1px solid rgba(0,0,0,.2);
    line-height: 50px;
}
.x-admin-sm .layui-layer-title,.x-admin-sm .layui-layer-dialog .layui-layer-content{
    font-size: 14px;
}
/* .x-admin-sm .layui-input,.x-admin-sm .layui-select,.x-admin-sm .layui-textarea{
    height: 30px;
} */

.x-admin-sm .layui-form-label .oldman_infolist{
    display: inline-block;  margin-right: 20px;
   font-weight: 900;

}
.oldman_infolist span{
    color: #1e9fff;
}
.x-admin-sm .layui-form-checkbox span{
    /* font-size: 14px; */
}
.x-admin-sm .fly-none .layui-icon {
    line-height: 300px;
    font-size: 300px;
    color: #393D49;
}

.layui-nav-tree .layui-nav-item a {
  
    height: 50px;
    line-height: 50px;
   
}

.layui-nav-tree .layui-nav-bar{
    background-color:#1890ff;
}

.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover {
    background-color: rgba(24, 144, 255, 0.2);
    color: #fff;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #1890ff;
}

.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #1890ff;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #1890ff;
}
.layui-form-checked[lay-skin=primary] i {
    border-color: #1890ff!important;
    background-color: #1890ff;
    color: #fff;
}
.layui-form-label.layui-required:before{
    content:"*";
    color:red;
    /* position: absolute;
    top:5px;
    left:15px; */
}

.user_info{overflow: hidden;width: 100%;padding: 20px  30px;box-sizing: border-box;}
.user_contaner{overflow: hidden;width: 100%;}
.user_list {
    font-size: 16px;
    width: 30%;
    display: block;
    margin-bottom: 10px;
    color: #171725;
    font-weight: 400;
    float: left;
}
.user_list label {
    display: block;
    float: left;
    width: 80px;
    text-align: right;
}
.user_list span {
    font-weight: 400;
    display: block;
    float: left;
    color: #696974;
    width: calc(100% - 80px);
    line-height: 24px;
}
.user_info .layui-tab-title{border-bottom-width: 0;color: rgb(77, 77, 77);}
.user_info .layui-tab-title .layui-this{color: #fff}
.user_info .layui-tab-title .layui-this:after{background: #00b5f9;z-index: -9;}
.user_info .layui-tab-title li{margin-right: 10px;transform: skewX(-20deg)}
.user_info .layui-tab-title li span{transform: skewX(20deg);display: block;}
.user_info .layui-tab-title li:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
    
}
.question-required{width: 60px;display: inline-block;}
.answer-inline{display: inline-block;}
.qusetion_answer_list .question-required:before {
    content: "*";
    color: red;
}
.qusetion_answer_list .answer{margin-left: 10px;
    height: 38px;
    line-height: 1.3;
   
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
    display: block;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    padding-left: 10px;
}
.qusetion_answer_list{margin-bottom: 10px;}
/* .lmn_input{width: 92%} */
.video_list{display: inline-block;font-size: 16px;width: 15%;}
.record_info{width: 100%;overflow: hidden;}
.record_list{float: left;width: 24%;margin-left: 1%;box-sizing: border-box;padding: 10px; font-size: 16px;}
.record_list_name{float:left;display: block;width: 90px;text-align: right;}
.record_list_info{float:left;display: block;
    width: calc(100% - 90px);
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}


    .layui-radio-disbaled>i {
      color: #1890ff!important;
    }

    .layui-disabled, .layui-disabled:hover {
        color: #888!important;
       
    }

    .record_question h4{ font-size: 18px; font-weight: bold;color: #00b5f9; margin: 20px 0 10px 0;}
    .question_lists{}
    .questioncss{margin-bottom: 10px;}
    .questioncss .question_top{font-size: 16px;margin-bottom: 5px;}

     .record_xunlian h4{font-size: 18px; font-weight: bold;color: #00b5f9; margin: 20px 0 10px 0;}
     .record_top{overflow: hidden;padding: 5px;}
    .record_infos{ float: left;font-size: 16px;margin-right: 60px;}
    .record_xunliantable{margin: 0;}
    .record_xunliantable th{text-align: center}
    .record_xunliantable td{text-align: center}

    .record_bottom{overflow: hidden;padding: 10px;background-color: #f2f2f2;}
    .record_bottom .record_tatol{float: left;font-size: 16px;margin-right: 60px;}
    .record_bottom .record_tatol span{color: #00b5f9;}
    .rule_set{width:100%;overflow: hidden;}
    .rule_question{width: 35%; float: left;}
    .rule_question_top{padding: 10px; text-align: center;}
    .rule_check{width: 65%;float: left;}
    .rule_questionlist{border: 1px solid #e6e6e6;padding-bottom:20px; margin-top: 10px;}
    .rule_question_show{padding: 5px;border-bottom: 1px solid #e6e6e6;}
   

    .train_info{width: 100%;overflow: hidden;}
.train_list{float: left;width: 24%;margin-left: 1%;box-sizing: border-box;padding: 10px; font-size: 16px;}
.train_list_name{float:left;display: block;width: 90px;text-align: right;}
.train_list_info{float:left;display: block;
    width: calc(100% - 90px);
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.train_days{width: 100%;overflow: hidden; margin: 50px 0}
.train_days_list{width: 13%;float: left;margin-right: 1%;margin-bottom: 1%;}
.train_days_list h4{font-size: 18px; font-weight: bold;color: #000; text-align: center;}
.train_days_list h4:nth-child(2n + 1){background:#090}

.train_date{background: #1890ff;width: 100%;float: left; height: 120px;}
.month_info{width: 100%;text-align: center;padding: 10px; box-sizing: border-box;}
.day_info{width: 100%;text-align: center;padding: 10px;color: #fff;font-weight: bold;font-size: 16px;box-sizing: border-box;}
.tran_type{width: 100%;text-align: center;padding: 10px;box-sizing: border-box;}
.tabfont li{font-size: 16px; font-weight: bold;}

.sb_bangding .layui-required:before {
    content: "*";
    color: red;
}

.sb_bangding .layui-table{width: 83%;float: left;}
.sb_bangding .tianjia_btn{margin:20px 0 0 10px;float: left;background-color: #1E9FFF;height: 30px;
    line-height: 30px;
    padding: 0 10px;border-radius: 5px;color: #fff;cursor: pointer;}
.sb_bangding .del{color: blue;cursor: pointer;}

.conter{padding: 20px;overflow: hidden;}
.file-iteme{float: left;margin-left: 10px;position: relative;}
.handle {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #1e9fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 27px;
    overflow: hidden;
    line-height: 26px;
    cursor: pointer;
}
.xieyi{font-size: 18px;margin:20px 0;overflow: hidden;font-weight: 600;}
.edit_button {width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    margin:30px auto;
    cursor: pointer;
}

.edit1_button {width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    margin:30px auto;
    cursor: pointer;
}

.images_up{width: 100%;overflow: hidden;}
.images_up .layui-form-label{margin-top: 85px;}
.images_up #upload1{width: calc(100% - 80px); float: left;box-sizing: border-box;border: 10px solid #666;}
.images_up #upload1 #imgdemo1{width: 100%;height: 200px;}

.news_origin{width: 100%;margin-bottom: 20px;float: left;}
.news_origin #origin{width: calc(100% - 80px);float: left;}
.news_origin .layui-form-select{width: calc(100% - 80px);float: left;}

.news_shezhi #remark{height: 200px;}
/* 公共部分 */
.news_shezhi{width: 100%;overflow: hidden; margin-bottom: 20px;}
.news_shezhi .layui-input-block{width: calc(100% - 80px);}

.news_zw{width: 60%;overflow: hidden;float: left;padding-left: 20px;box-sizing: border-box;}


.history_vido{width: 100%; overflow: hidden;padding: 20px;box-sizing: border-box}
.history_vido_show{width: 70%;float: left;border-radius: 6px;padding-bottom: 20px;}
.vido_show_name{overflow: hidden; padding: 20px 20px 15px 20px;}
.vido_show_name h3{font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
   display: inline-block;
    line-height: 33px;
   
}
.vido_show_name p{font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
   
    line-height: 20px;
    margin-top: 20px;
    display: inline-block;
    margin-left: 10px;
}
.vido_show_name span{color: #696974;}

.history_list{width: 25%;float: left;margin-left: 2%;padding: 10px;background: #FFFFFF;
    border-radius: 6px;}
.history_vido .layui-tab-brief>.layui-tab-title .layui-this {
    color: #0062FF;
}
.history_vido .layui-tab-title{border: none;}
.history_vido .layui-tab-title li {
  font-weight: 600;
    font-size: 16px;
}

.oldman_illness{overflow: hidden;}
.oldman_illness .illness_list{margin-top: 20px;font-size: 16px;}
.user_list span {
    font-weight: 400;
    color: #696974;
}
.illness_list span {
    color: #696974;
    font-weight: 300;
}

.feedback_list{float: left;
    width: 32%;
    margin-left: 1%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;}

    .feedback_img{overflow: hidden;
        width: 100%;
        margin: 20px 0;
    }
    .feedback_img_list{width: 300px;height: 300px;float: left;box-sizing: border-box;margin-left: 10px;}
    .feedback_img_list img{width: 100%;height: 100%;}



    .layui-input-block .layui-treeSelect .ztree li span.button.root_close {
        content: '';
        width: 0;
        height: 0;
        /* border-style: solid dashed dashed; */
        /* border-color: #fff transparent transparent; */
        overflow: hidden;
        cursor: pointer;
        transition: all .2s;
        -webkit-transition: all .2s;
        /* position: absolute; */
        top: 0px;
        right: 3px;
        /* margin-top: -8px; */
        border-width: 6px;
        /* border-top-color: #0062ff; */
        border-left: 14px solid #0062ff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        margin: 0 5px;
    }
    
    .layui-input-block .layui-treeSelect .ztree li span.button.root_open {
        content: '';
        width: 0;
        height: 0;
        /* border-style: solid dashed dashed; */
        /* border-color: #fff transparent transparent; */
        overflow: hidden;
        cursor: pointer;
        transition: all .2s;
        -webkit-transition: all .2s;
        /* position: absolute; */
        top: 1px;
        right: 3px;
        /* margin-top: -8px; */
        border-width: 6px;
        /* border-top-color: #0062ff; */
        border-top: 14px solid #0062ff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        margin: 0 5px;
    }

    .x-admin-sm .layui-form-onswitch {
        border-color: #0062FF;
        background-color: #0062FF;
    }

    .quanxian_list {
        border-radius: 13px;
        border: 1px solid #E2E2EA;
        padding: 20px;
        box-sizing: border-box;
    }
    .mobanlist {
        margin-bottom: 20px;
    }
    .check_css {
        margin-top: 10px;
        margin-left: 50px;
    }
    .role_list {
        border-radius: 13px;
        border: 1px solid #E2E2EA;
        /* padding: 20px; */
        box-sizing: border-box;
        overflow: auto;
        height: 300px;
    }

    .role_list .role_name {
        background: #FAFAFA;
        border-radius: 13px 0px 0px 0px;
        padding: 10px 20px;
        ont-size: 19px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #171725;
        line-height: 29px;
    }
    .role_show_list {
        padding: 20px;
    }

    .date_icon {
        position: absolute;
        right: 1px;
        top: 10px;
        font-size: 25px;
    }

    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 5px;
        background-color: #0062FF;
        transition: all .2s;
        -webkit-transition: all .2s;
    }
    .containers .layui-nav-more.layui-nav-mored {
        margin-top: -10px;
        border-style: dashed dashed solid;
        border-color: transparent transparent #666;
        border-top-color: #00b5f9; 
    
    
    }
    
    /* .layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
        background-color: #fff;
        color: #fff;
    } */
    
    .layui-nav.xiala .layui-nav-child dd.layui-this a{
        background-color: #e2e2e2;
        color: #fff;
    }
   
    
    /* .xiala .layui-nav-child dd.layui-this a, {
        background-color: #fff;
        color: #fff;
    } */

    .image_changeback{overflow: hidden;
        margin-left: 36px;
        color: #1e9fff;
        margin-top: -4px;
        cursor: pointer;
    }  

    .scheduling_list{
        font-size: 16px;
    width: 25%;
    display: block;
    margin-bottom: 10px;
    color: #171725;
    font-weight: 400;
    float: left;
    }
    .scheduling_list label {
        display: block;
        float: left;
        width: 80px;
        text-align: right;
    }
    .scheduling_list span {
        font-weight: 400;
        display: block;
        float: left;
        color: #696974;
        width: calc(100% - 80px);
        line-height: 24px;
        word-break: break-all;
    }

    .scheduling_contaner {
        overflow: hidden;
        width: 100%;
        margin-top: 50px;
    }
   










    .huiyuan_info{
        overflow: hidden;
        width: 100%;
        padding: 20px 20px 0 20px;
        box-sizing: border-box;
    }

    .huiyuan_contaner{
        overflow: hidden;
    width: 90%;
    float: left;
    }

    .huiyuan_list{
        font-size: 14px;
    width: 20%;
    display: block;
    margin-bottom: 10px;
    color: #171725;
    font-weight: 400;
    float: left;
    }

    .huiyuan_list label {
        display: block;
        float: left;
        width: 80px;
        text-align: right;
    }

 
    .huiyuan_list span {
        font-weight: 400;
        display: block;
        float: left;
        color: rgb(105, 105, 116);
        width: calc(100% - 80px);
        line-height: 20px;
    }
    .huiyuan_info .layui-tab-title {
        border-bottom-width: 0px;
        color: rgb(77, 77, 77);
    }

    .huiyuan_info .layui-tab-title {
        border-bottom-width: 0px;
        color: rgb(77, 77, 77);
    }

    .huiyuan_info .layui-tab-title .layui-this {
        color: rgb(255, 255, 255);
    }
    .huiyuan_info .layui-tab-title li {
        margin-right: 10px;
        transform: skewX(-20deg);
    }

    .huiyuan_info .layui-tab-title li span {
        transform: skewX(20deg);
        display: block;
    }
    .huiyuan_info .layui-tab-title .layui-this::after {
        background: rgb(0, 181, 249);
        z-index: -9;
    }
    .huiyuan_info .layui-tab-title li::after {
        position: absolute;
        left: 0px;
        top: 0px;
        content: "";
        width: 100%;
        height: 41px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(230, 230, 230);
        border-radius: 2px 2px 0px 0px;
        box-sizing: border-box;
        pointer-events: none;
    }

    .allmoney{width: 10%;text-align: center;border: 1px solid rgb(230, 230, 230);overflow: hidden;float: left;
        box-sizing: border-box;padding: 5px;}

    .allmoney h4{font-weight: 700;color: #000;margin: 5px 0;font-size: 16px;}

    .sale_table td:nth-child(2n+1){width: 20%}
    .sale_table td:nth-child(2n){width: 30%}
    .sale_table td{padding: 10px;}
    .sale_table{margin: 0;}
    .sale_table thead tr{background: #00b5f9}
    .sale_table thead tr th{color: #fff;font-size: 16px;font-weight: 600}


    .jiesuan_contaner{
        overflow: hidden;
    width: 100%;
    float: left;
    }

    .jiesuan_list{
        font-size: 16px;
    width: 20%;
    display: block;
    margin-bottom: 10px;
    color: #171725;
    font-weight: 400;
    float: left;
    }

    .jiesuan_list label {
        display: block;
        float: left;
        width: 80px;
        text-align: right;
    }

 
    .jiesuan_list span {
        font-weight: 400;
        display: block;
        float: left;
        color: rgb(105, 105, 116);
        width: calc(100% - 80px);
        line-height: 25px;
    }
.jiesuan_contaner .jiesuan_list:nth-child(4n){width: 30%}
.huiyuan_info .layui-tab-title{padding-left: 20px;}

.jiesuan_img{width: 100%;overflow: hidden;padding: 10px 20px 0 20px;
    box-sizing: border-box;
}
.jiesuan_kuang{padding:40px 10px;float: left;width: 23%;margin: 0 1%;border: 1px solid #e6e6e6;border-radius: 8px;
    /* box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset; */
    /* text-shadow: 0 1px 0 rgba(255,255,255, .9); */
    box-sizing: border-box;
}
.jiesuan_left{width: calc(100% - 60px);float: left;}
.jiesuan_left h2{font-size: 30px;font-weight: bolder;}
.jiesuan_left p{font-weight: bolder;margin-top: 10px;}
.jiesuan_right{width: 60px;float: left;}
.jiesuan_right .jiesuan_xiao{width: 60px;height: 60px;border-radius: 50px;font-size: 24px;
    font-weight: bolder;color: #fff;background: #0062FF;text-align: center;
    line-height: 60px;
}

.jiesuan_right .jiesuan_zong{width: 60px;height: 60px;border-radius: 50px;font-size: 24px;
    font-weight: bolder;color: #fff;background:#090;text-align: center;
    line-height: 60px;
}


.jiesuan_right .jiesuan_yao{width: 60px;height: 60px;border-radius: 50px;font-size: 24px;
    font-weight: bolder;color: #fff;background:rgb(231, 120, 23);text-align: center;
    line-height: 60px;
}

.jiesuan_right .jiesuan_hui{width: 60px;height: 60px;border-radius: 50px;font-size: 24px;
    font-weight: bolder;color: #fff;background:rgba(255, 153, 204, 1);text-align: center;
    line-height: 60px;
}


.pay_table td:nth-child(2n+1){width: 20%;  background-color: rgba(242, 242, 242, 1);color: #00b5f9;}
    .pay_table td:nth-child(2n){width: 30%}
    .pay_table td{padding: 10px;}
    .pay_table{margin: 0;}
    .pay_table thead tr{background: #00b5f9}
    .pay_table thead tr th{color: #fff;font-size: 16px;font-weight: 600}

.layui-btn-cz{color:#1E9FFF}
.layui-upload-list{position: relative;}

.image_delete{position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    background: #ff1824;
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fbfbfb;
    cursor: pointer;
    display: none;
}
.layui-upload-list:hover .image_delete{display: block;}
.quanyi_title{font-size: 16px;width: 100%;text-align: center;}
.layui-nav-tree .layui-nav-more {
    right: 20px;
}