*{margin:0;padding:0;}
/* font-size:14px; */
/* html {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
} */
body{
    background: #F3F4F8;
}

.bg-blue{background:#4D82FF}
.bg-lightgreen{background:#00D090}
.bg-red{background:red}
.bg-white{background:#fff;}
.bg-brown{background:#cbaa69;}
.bg-def{background:linear-gradient(180deg,rgba(23,25,65,1) 0%,rgba(49,50,96,1) 100%);}
.bg-white-box{
    background: #F3F4F8;
    margin-top:80px;
}
.bg-lightgreen:hover,.bg-blue:hover{
    opacity: 0.8;
    color:white;
}
.text-red{color:red}
.text-light-green{color:#00D090}
.margin-0{margin:0}
.margin-xs{margin:10px}
.margin-sm{margin:20px}
.margin{margin:30px}
.margin-lg{margin:40px}
.margin-xl{margin:50px}
.margin-top-xs{margin-top:10px}
.margin-top-sm{margin-top:20px}
.margin-top{margin-top:30px}
.margin-top-lg{margin-top:40px}
.margin-top-xl{margin-top:50px}
.margin-right-xs{margin-right:10px}
.margin-right-sm{margin-right:20px}
.margin-right{margin-right:30px}
.margin-right-lg{margin-right:40px}
.margin-right-xl{margin-right:50px}
.margin-bottom-xs{margin-bottom:10px}
.margin-bottom-sm{margin-bottom:20px}
.margin-bottom{margin-bottom:30px}
.margin-bottom-lg{margin-bottom:40px}
.margin-bottom-xl{margin-bottom:50px}
.margin-left-xs{margin-left:10px}
.margin-left-sm{margin-left:20px}
.margin-left{margin-left:30px}
.margin-left-lg{margin-left:40px}
.margin-left-xl{margin-left:50px}
.margin-lr-xs{margin-left:10px;margin-right:10px}
.margin-lr-sm{margin-left:20px;margin-right:20px}
.margin-lr{margin-left:30px;margin-right:30px}
.margin-lr-lg{margin-left:40px;margin-right:40px}
.margin-lr-xl{margin-left:50px;margin-right:50px}
.margin-tb-xs{margin-top:10px;margin-bottom:10px}
.margin-tb-sm{margin-top:20px;margin-bottom:20px}
.margin-tb{margin-top:30px;margin-bottom:30px}
.margin-tb-lg{margin-top:40px;margin-bottom:40px}
.margin-tb-xl{margin-top:50px;margin-bottom:50px}
.padding-0{padding:0}
.padding-xs{padding:10px}
.padding-sm{padding:20px}
.padding{padding:30px}
.padding-lg{padding:40px}
.padding-xl{padding:50px}
.padding-top-xs{padding-top:10px}
.padding-top-sm{padding-top:20px}
.padding-top{padding-top:30px}
.padding-top-lg{padding-top:40px}
.padding-top-xl{padding-top:50px}
.padding-right-xs{padding-right:10px}
.padding-right-sm{padding-right:20px}
.padding-right{padding-right:30px}
.padding-right-lg{padding-right:40px}
.padding-right-xl{padding-right:50px}
.padding-bottom-xs{padding-bottom:10px}
.padding-bottom-sm{padding-bottom:20px}
.padding-bottom{padding-bottom:30px}
.padding-bottom-lg{padding-bottom:40px}
.padding-bottom-xl{padding-bottom:50px}
.padding-left-xs{padding-left:10px}
.padding-left-sm{padding-left:20px}
.padding-left{padding-left:30px}
.padding-left-lg{padding-left:40px}
.padding-left-xl{padding-left:50px}
.padding-lr-xs{padding-left:10px;padding-right:10px}
.padding-lr-sm{padding-left:20px;padding-right:20px}
.padding-lr{padding-left:30px;padding-right:30px}
.padding-lr-lg{padding-left:40px;padding-right:40px}
.padding-lr-xl{padding-left:50px;padding-right:50px}
.padding-tb-xs{padding-top:10px;padding-bottom:10px}
.padding-tb-sm{padding-top:20px;padding-bottom:20px}
.padding-tb{padding-top:30px;padding-bottom:30px}
.padding-tb-lg{padding-top:40px;padding-bottom:40px}
.padding-tb-xl{padding-top:50px;padding-bottom:50px}
.fl{float:left}
.fr{float:right}
.relative-p{position: relative;}

.line-bottom{border-bottom:1px #ddd solid;}
.line-top{border-top:1px #EBEBEB solid;}
.line-red::after,.lines-red::after{border-color:#e54d42}
.line-orange::after,.lines-orange::after{border-color:#f37b1d}
.line-yellow::after,.lines-yellow::after{border-color:#fbbd08}
.line-olive::after,.lines-olive::after{border-color:#8dc63f}
.line-green::after,.lines-green::after{border-color:#39b54a}
.line-cyan::after,.lines-cyan::after{border-color:#1cbbb4}
.line-blue::after,.lines-blue::after{border-color:#0081ff}
.line-purple::after,.lines-purple::after{border-color:#6739b6}
.line-mauve::after,.lines-mauve::after{border-color:#9c26b0}
.line-pink::after,.lines-pink::after{border-color:#e03997}
.line-brown::after,.lines-brown::after{border-color:#a5673f}
.line-grey::after,.lines-grey::after{border-color:#8799a3}
.line-gray::after,.lines-gray::after{border-color:#aaa}
.line-black::after,.lines-black::after{border-color:#333}
.line-white::after,.lines-white::after{border-color:#fff}
.bg-red{background-color:#e54d42;color:#fff}
.bg-orange{background-color:#f37b1d;color:#fff}
.bg-yellow{background-color:#fbbd08;color:#333}
.bg-olive{background-color:#8dc63f;color:#fff}
.bg-green{background-color:#39b54a;color:#fff}
.bg-cyan{background-color:#1cbbb4;color:#fff}
.bg-blue{background-color:#0081ff;color:#fff}
.bg-purple{background-color:#6739b6;color:#fff}
.bg-mauve{background-color:#9c26b0;color:#fff}
.bg-pink{background-color:#e03997;color:#fff}
.bg-brown{background-color:#a5673f;color:#fff}
.bg-grey{background-color:#8799a3;color:#fff}
.bg-gray{background-color:#f0f0f0;color:#333}
.bg-black{background-color:#333;color:#fff}
.bg-white{background-color:#fff;color:#595959}
.bg-shadeTop{background-image:linear-gradient(rgba(0,0,0,1),rgba(0,0,0,.01));color:#fff}
.bg-shadeBottom{background-image:linear-gradient(rgba(0,0,0,.01),rgba(0,0,0,1));color:#fff}
.bg-red.light{color:#e54d42;background-color:#fadbd9}
.bg-orange.light{color:#f37b1d;background-color:#fde6d2}
.bg-yellow.light{color:#fbbd08;background-color:#fef2ced2}
.bg-olive.light{color:#8dc63f;background-color:#e8f4d9}
.bg-green.light{color:#39b54a;background-color:#d7f0dbff}
.bg-cyan.light{color:#1cbbb4;background-color:#d2f1f0}
.bg-blue.light{color:#0081ff;background-color:#cce6ff}
.bg-purple.light{color:#6739b6;background-color:#e1d7f0}
.bg-mauve.light{color:#9c26b0;background-color:#ebd4ef}
.bg-pink.light{color:#e03997;background-color:#f9d7ea}
.bg-brown.light{color:#a5673f;background-color:#ede1d9}
.bg-grey.light{color:#8799a3;background-color:#e7ebed}
.bg-gradual-red{background-image:linear-gradient(45deg,#f43f3b,#ec008c);color:#fff}
.bg-gradual-orange{background-image:linear-gradient(45deg,#ff9700,#ed1c24);color:#fff}
.bg-gradual-green{background-image:linear-gradient(45deg,#39b54a,#8dc63f);color:#fff}
.bg-gradual-purple{background-image:linear-gradient(45deg,#9000ff,#5e00ff);color:#fff}
.bg-gradual-pink{background-image:linear-gradient(45deg,#ec008c,#6739b6);color:#fff}
.bg-gradual-blue{background-image:linear-gradient(45deg,#0081ff,#1cbbb4);color:#fff}
.shadow[class*="-red"]{box-shadow:6px 6px 8px rgba(204,69,59,.2)}
.shadow[class*="-orange"]{box-shadow:6px 6px 8px rgba(217,109,26,.2)}
.shadow[class*="-yellow"]{box-shadow:6px 6px 8px rgba(224,170,7,.2)}
.shadow[class*="-olive"]{box-shadow:6px 6px 8px rgba(124,173,55,.2)}
.shadow[class*="-green"]{box-shadow:6px 6px 8px rgba(48,156,63,.2)}
.shadow[class*="-cyan"]{box-shadow:6px 6px 8px rgba(28,187,180,.2)}
.shadow[class*="-blue"]{box-shadow:6px 6px 8px rgba(0,102,204,.2)}
.shadow[class*="-purple"]{box-shadow:6px 6px 8px rgba(88,48,156,.2)}
.shadow[class*="-mauve"]{box-shadow:6px 6px 8px rgba(133,33,150,.2)}
.shadow[class*="-pink"]{box-shadow:6px 6px 8px rgba(199,50,134,.2)}
.shadow[class*="-brown"]{box-shadow:6px 6px 8px rgba(140,88,53,.2)}
.shadow[class*="-grey"]{box-shadow:6px 6px 8px rgba(114,130,138,.2)}
.shadow[class*="-gray"]{box-shadow:6px 6px 8px rgba(114,130,138,.2)}
.shadow[class*="-black"]{box-shadow:6px 6px 8px rgba(26,26,26,.2)}
.shadow[class*="-white"]{box-shadow:6px 6px 8px rgba(26,26,26,.2)}
.text-shadow[class*="-red"]{text-shadow:6px 6px 8px rgba(204,69,59,.2)}
.text-shadow[class*="-orange"]{text-shadow:6px 6px 8px rgba(217,109,26,.2)}
.text-shadow[class*="-yellow"]{text-shadow:6px 6px 8px rgba(224,170,7,.2)}
.text-shadow[class*="-olive"]{text-shadow:6px 6px 8px rgba(124,173,55,.2)}
.text-shadow[class*="-green"]{text-shadow:6px 6px 8px rgba(48,156,63,.2)}
.text-shadow[class*="-cyan"]{text-shadow:6px 6px 8px rgba(28,187,180,.2)}
.text-shadow[class*="-blue"]{text-shadow:6px 6px 8px rgba(0,102,204,.2)}
.text-shadow[class*="-purple"]{text-shadow:6px 6px 8px rgba(88,48,156,.2)}
.text-shadow[class*="-mauve"]{text-shadow:6px 6px 8px rgba(133,33,150,.2)}
.text-shadow[class*="-pink"]{text-shadow:6px 6px 8px rgba(199,50,134,.2)}
.text-shadow[class*="-brown"]{text-shadow:6px 6px 8px rgba(140,88,53,.2)}
.text-shadow[class*="-grey"]{text-shadow:6px 6px 8px rgba(114,130,138,.2)}
.text-shadow[class*="-gray"]{text-shadow:6px 6px 8px rgba(114,130,138,.2)}
.text-shadow[class*="-black"]{text-shadow:6px 6px 8px rgba(26,26,26,.2)}
.bg-img{background-size:cover;background-position:center;background-repeat:no-repeat}
.bg-mask{background-color:#333;position:relative}
.bg-mask::after{content:"";border-radius:inherit;width:100%;height:100%;display:block;background-color:rgba(0,0,0,.4);position:absolute;left:0;right:0;bottom:0;top:0}
.text-xxs{font-size:14px}
.text-xs{font-size:20px}
.text-sm{font-size:24px}
.text-df{font-size:28px}
.text-lg{font-size:32px}
.text-xl{font-size:36px}
.text-xxl{font-size:44px}
.text-sl{font-size:80px}
.text-xsl{font-size:120px}
.text-Abc{text-transform:Capitalize}
.text-ABC{text-transform:Uppercase}
.text-abc{text-transform:Lowercase}
.text-price::before{content:"¥";font-size:80%;margin-right:4px}
.text-cut{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.text-bold{font-weight:700}
.text-center{text-align:center}
.text-content{line-height:1.6}
.mline-height{line-height:38px;}
.text-left{text-align:left}
.text-right{text-align:right}
.line-red,.lines-red,.text-red{color:#e54d42}
.line-orange,.lines-orange,.text-orange{color:#f37b1d}
.line-yellow,.lines-yellow,.text-yellow{color:#fbbd08}
.line-olive,.lines-olive,.text-olive{color:#8dc63f}
.line-green,.lines-green,.text-green{color:#39b54a}
.line-cyan,.lines-cyan,.text-cyan{color:#1cbbb4}
.line-blue,.lines-blue,.text-blue{color:#0081ff}
.line-purple,.lines-purple,.text-purple{color:#6739b6}
.line-mauve,.lines-mauve,.text-mauve{color:#9c26b0}
.line-pink,.lines-pink,.text-pink{color:#e03997}
.line-brown,.lines-brown,.text-brown{color:#a5673f}
.line-grey,.lines-grey,.text-grey{color:#595959}
.line-gray,.lines-gray,.text-gray{color:#666666}
.line-light-gray,.lines-light-gray,.text-light-gray{color:#8C8C8C}
.line-black,.lines-black,.text-black{color:#262626}
.line-white,.lines-white,.text-white{color:#fff}
.text-white-op{color:rgba(255,255,255,0.65);}
.btn-padding{padding:8px 12px;}


.none{display:none;}
.border-none{border:none;}
.mw{width:1200px;margin:0 auto;}
.thirdhref img{width:20px;}
.cursor-s{cursor: pointer;}
/*tab切换公用*/
.tab-box{overflow: hidden;}
.tab-box li{color:#FFFFFF;opacity:0.65;cursor: pointer;}
.tab-box li a{color:#FFFFFF;}
.tab-box li.active-li,.tab-box li:hover{color:#FFFFFF;opacity:1;}
.tab-box li.active-li span{display: block;width: 20px;height: 2px;background: linear-gradient(270deg,rgba(61,215,117,1) 0%,rgba(61,215,173,1) 100%);box-shadow: 0px 2px 4px rgba(61,215,154,0.3);border-radius: 1px;margin: 0 auto;margin-top: 4px;}
.tab-box li.active-li,.tab-box li a:hover{color:#FFFFFF;opacity:1;}
/**
 * 头部
 */
.topbar{height:80px;width:100%;background:url('/public/v2/images/top.png') no-repeat; background-size: 100% 100%;position: fixed;top:0;z-index: 9;}
.topbar .logo img{max-width:100%;height:40px;}
.topbar .schoollogo{width:60px;height:60px;border-radius:30px;overflow:hidden;}
.topbar .schoollogo img{width:100%;height:100%;}

.topbar .menulist>li.on>a.text-white-op,.topbar .menulist>li>a.text-white-op:hover,.topbar .menulist>li:hover>a{color:#FFF;}
.topbar .menulist>li{float:left;position:relative;}
.topbar .menulist>li>a{display:inline-block;height:80px;line-height:80px;font-size:16px;}
.topbar .menulist>li ul{display:none;position:absolute;background:#313260;width:115px;height:auto;z-index:3;top:70px;left:0;border-radius:4px;}
.topbar .menulist>li:hover ul{display:block;}
.topbar .menulist>li ul li a{display:block;}
.topbar .menulist>li ul li a:hover{background:rgba(23,23,45,0.45);color:#FFF;}

/* .topbar .hovermenu ul{width:208px;position:absolute;z-index:30;right:0px;margin-top:-3px;
    box-shadow:0px 4px 16px rgba(0,0,0,0.08);border-radius:4px;}
.topbar .hovermenu:hover ul{display:block;}

.topbar .downlist li.first i{display:inline-block;border-width:10px;margin-right: 15px;border-style: solid;border-color: transparent #fff transparent transparent;transform: rotate(90deg);margin-bottom:-4px;}
.topbar .downlist li a{display:block;padding-left:15px;padding-right:15px;background:#fff;}
.topbar .downlist li a.meee:hover{background:rgba(0,208,144,0.04)!important; color: #00D090;} */


.topbar .hovermenu ul{width:200px;position:absolute;z-index:30;right:0;margin-top:-1px;}
.topbar .hovermenu:hover ul{display:block;}
.topbar .downlist li.first i{display:inline-block;border-width:10px;border-style: solid;border-color: transparent #fff transparent transparent;transform: rotate(90deg);margin-bottom:-3px;}
.topbar .downlist li a{display:block;height:40px;line-height:40px;padding-left:15px;padding-right:15px;background:#f7f7f7;}
.topbar .downlist li a:hover{background:#e2e2e2;}



.meee{
    padding: 11px 20px;
    color: #595959;
    height: 18px;
    line-height: 18px;

}
.meee i{
    color: #00D090;
    float: right;
    font-size: 16px;
}
.meee img{
    width: 16px;
    float: right;
}
.line-red5{
    background: #fff;
}
.topbar .downlist li:nth-child(2) {border-radius:6px 6px 0 0;overflow:hidden;}
.topbar .downlist li:last-child {border-radius:0 0 6px 6px;overflow:hidden;}
.topbar .toprightmenu.layui-btn-group .layui-btn,.topbar a.message{border-left:0;background:none;height:40px;line-height:40px;}
.topbar .toprightmenu .headimg text{border-radius:20px;background:#666;height:40px;line-height:40px;display:block;width:40px;}
.topbar a.message{display: inline-block;font-size:22px;}


/**
 * 底部
 */
.footer>.content {background:#313260;}
.footer .erweima{width:90px;}
.footer .erweima img{width:100%;}
.footer .contact{line-height:28px;}

.index-body{position:relative;z-index:1;}
.content-top{height:160px;}
/*.content-body{width:1200px;position:absolute;margin:-140px auto 0 -600px;left:50%;}
.content-body:after, .content-body:before,.index-body:after, .index-body:before{content:'';display:block;clear:both;}*/
.content-body{margin-top:-160px;position:relative;z-index:2;}


/**
 * 按钮
 */
 button{cursor: pointer;}
 .but-green{background: #00D090;color: #fff;border:none;border: 1px solid #00D090;}
 .but-green-line{background: #fff;color: #00D090;border: 1px solid #00D090;}
 .but-padding{padding: 8px 12px;}
 .but-padding-w{padding: 6px 16px;font-size: 14px;}
 .but-red-line{background: #fff;color: #F64343;border: 1px solid #F64343;}
 .but-orange{background:rgba(250,129,0,0.08);color:#FA8100;border:none;}
 .but-p-w-g{padding: 7px 15px; background: #00D090;color: #fff;border: 1px solid #00D090;}
 .but-p-w-h{padding: 7px 15px; background: #fff;color: #595959;border: 1px solid #DEDEDE;}
 .but-p-w-r{padding: 7px 15px; background:rgba(246,67,67,0.08);;color: #F64343;border: 1px solid #F64343;}
 .but-p-w-wg{padding: 7px 15px; background:rgba(0,208,144,0.08);color: #00D090;border: 1px solid #00D090;}
 .but-p-w-wgw{padding: 7px 15px; background:#fff;color: #00D090;border: 1px solid #00D090;}
 .dw-active{
    color: #595959!important;
    border: 1px dashed #EBEBEB!important;
    background: #fff;
 }
 .but-padding-s{
    padding: 7px 19px;
 }
 .padding-sm-com{padding: 32px;}
 .but-p-w-gh{
     background: #F5F5F5;
     color: #CCCCCC;
     padding: 7px 15px;
     border: 1px solid #F5F5F5;
 }

 .button-t{
    border:1px solid #DEDEDE;
    background: #fff;
    color: #595959;
}

 /* 审核状态 */
    .dsh-color{color: #4886FF;}
    .dfp-color{color: #FA8100;}
    .yqr-color{color: #00D090;}
    .btg-color{color: #F64343;}
    .orange-bc{background:#FA8100;border:1px solid #FA8100;}
    .tkinput{
        width: 300px;
    }
/**
 * 圆角
 */

 .border-r{border-radius:4px;}
 .border-ltb-r{border-radius:4px 0px 0px 4px;}
 .border-rtb-r{border-radius:0px 4px 4px 0px;}
/**
 * tab切换  label
 */
 .s-checked{
    background:rgba(245,253,251,1)!important;
    border:1px solid rgba(171,240,219,1)!important;
    color: #00D090!important;
}

/*****
 *步骤条
 */

 .top-progress{
    text-align: center;
    margin: 40px 0 32px 0;
}
.top-progress img{
    width:32px;
    height:32px;
    margin-right:14px;
}
.nums{
    width:30px;
    height:30px;
    border-radius:50%;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border: 1px solid #00B788;
    color: #00B788;
    margin-right:14px;
}
.progressimg{
    width:30px;
    height:30px;
    margin-right:5px;
}
.numtow{
    border: 1px solid #00B788;
    background:#00B788;
    color:white;
}
.solid{
    width: 80px;
    height: 1px;
    background:#AAB0BD;
    display: inline-block;
    vertical-align: 3px;
    margin: 0 24px;
}
.activefont{
    color:#00B788;
    font-size:14px;
    font-weight: bold;
}
.noactivefont{
    color:#AAB0BD;
    font-size:14px;
}
/* 带绿色下划线的标题统一样式 */
.module-title{
    font-size:20px;
    color:#333333;
    display: inline-block;
    position: relative;
}
.module-title b{
    position: absolute;
    left: -51px;
    bottom: 0;
    width: 43px;
    height: 61px;
    font-size: 48px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    line-height: 61px;
    color: rgba(234,77,18,0.30);
}
.module-title span{
    height: 8px;
    display: block;
    background: linear-gradient(270deg,rgba(61,215,117,0.16) 0%,rgba(61,215,173,0.16) 100%);
    box-shadow: 0px 2px 4px rgba(61,215,154,0.3);
    margin-bottom:12px;
    margin-top: -8px;
}
/* 分页 */
.layui-laypage a, .layui-laypage span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0px 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 14px;
}
/* 滑动页面时顶部下拉横条按钮 */
.fixedtop{
    width:100%;
    height:76px;
    background:linear-gradient(180deg,rgba(23,25,65,1) 0%,rgba(49,50,96,1) 100%);
    box-shadow:0px 4px 16px rgba(0,0,0,0.04);
    position: fixed;
    top:80px;
    z-index: 2;
    display: none;
}
.fixedtop_box{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 输入框样式 */
.detail-ipt .layui-form-label{
    padding:9px 8px 9px 0;
    width:110px;
    font-size: 14px;
    color: #595959;
}
.layui-form-item .layui-input-inline{
    margin-right:12px;
    width: initial;
}
.layui-form-label b{
    font-weight: normal;
    color:#CCCCCC;
}
.long-input,.long-input input{
    width:372px;
    height:34px;
}
.long-textarea{
    width:372px;
    height:78px;
    border:1px solid #EBEBEB;
    border-radius:4px;
}
.xslong-input{
    width:280px;
    height:34px;
}
.xslong-mdel-input,.xslong-mdel-input .layui-input,.xslong-mdel-input .layui-textarea{
    width:275px;
    height:34px;
}
.xslong-input .layui-input,.xslong-input .layui-textarea{
    width:280px;
    height:34px;
}
.xsmiddle-input .layui-input,.xsmiddle-input .layui-textarea{
    width:134px;
    height:34px;
}
.slong-input{
    width:220px;
    height:34px;
}
.middle-input,.middle-input .layui-input{
    width:180px;
    height:34px;
}
.short-input{
    width:120px;
    height:34px;
}
.layui-input{
    border-color:#EBEBEB;
    border-radius: 4px;
}
.layui-input::-webkit-input-placeholder,.layui-textarea::-webkit-input-placeholder,.textarea-ph::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #CCCCCC;
}
.layui-input:-moz-placeholder,.layui-textarea::-webkit-input-placeholder,.textarea-ph::-webkit-input-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #CCCCCC;
}
.layui-input::-moz-placeholder,.layui-textarea::-webkit-input-placeholder,.textarea-ph::-webkit-input-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #CCCCCC;
}
.layui-input:-ms-input-placeholder,.layui-textarea::-webkit-input-placeholder,.textarea-ph::-webkit-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #CCCCCC;
}
.layui-form-select dl dd.layui-this{
    background-color:#00D090;
}
.majorlist::-webkit-scrollbar{
    width:8px;
    height:8px;
}
.majorlist::-webkit-scrollbar-track{
    background: #FAFBFC;
    border-radius:10px;
}
.majorlist::-webkit-scrollbar-thumb{
    background: #F0F3F7;
    border-radius:10px;
}
.person-num[type=number]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    height: 34px;
    width: 17px;
    border:1px solid #ccc;
    background: white;
    background: url("/public/v2/images/lectures/number.png"),no-repeat;
    background-size:100% 100%;
}
.person-num[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    height: 17px;
    width: 17px;
    background: white;
    color:white;
    border:1px solid #ccc;
}
.required{
    color:#F64343;
    margin-right:2px;
}
/* .iconnv{
    color: #FF5069;
}
.iconnan{
    color: #2971FF;
} */


/* 专业弹窗样式 */
.hasbox-major{
    background:#F5F7FA;
    padding:8px 12px;
    border-radius: 4px;
    max-height: 190px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.hasbox-major::-webkit-scrollbar{
    width:8px;
    height:8px;
}
.hasbox-major::-webkit-scrollbar-track{
    background: #FAFBFC;
    border-radius:10px;
}
.hasbox-major::-webkit-scrollbar-thumb{
    background: #F0F3F7;
    border-radius:10px;
}
.education li{
    display: inline-block;
    width:88px;
    height:40px;
    line-height: 40px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(235,235,235,1);
    border-radius:4px 4px 0px 0px;
    font-size:14px;
    color:#8C8C8C;
    text-align: center;
    cursor: pointer;
    margin-right:10px;
}
.majorcont{
    max-height: 350px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(235,235,235,1);
    border-radius: 0px 4px 4px 4px;
    margin-top: -1px;
    padding: 0 20px 20px 20px;
    overflow-y: scroll;
}
.majorcont::-webkit-scrollbar{
    width:8px;
    height:8px;
}
.majorcont::-webkit-scrollbar-track{
    background: #FAFBFC;
    border-radius:10px;
}
.majorcont::-webkit-scrollbar-thumb{
    background: #F0F3F7;
    border-radius:10px;
}
.education li.major-active{
    border-bottom:1px solid white;
    color:#00D090;
}
.modal-majlist>p{
    margin-bottom:12px;
    font-size:16px;
}
.modal-majlist{
    border-bottom:1px dashed #DEDEDE;
    padding: 20px 0 10px 0;
}
.majortotal{
    display: none;
}
.majortotal p{
    display: inline-block;
    margin: 0 10px 10px 0;
}
.majortotal span{
    padding:6px 10px;
    border:1px solid #EBEBEB;
    border-radius:4px;
    font-size:14px;
    color:#595959;
    display: inline-block;
    cursor: pointer;
}
.majortotal input{
    width:36px;
    height:30px;
    border:1px solid #ABF0DB;
    border-radius:4px;
    background:rgba(0,208,144,0.04);
    text-align: center;
    font-size:12px;
    display: none;
    color:#00D090;
    margin-left:2px;
}
.majorname i{
    display: none;
    font-style:normal;
    margin-left:4px;
}
.majorname b{
    display:none;
    font-weight: normal;
}
.hasmajor>div{
    padding-top: 10px;
    border-bottom: 1px dashed #DEDEDE;
    margin-bottom: 10px;
    display: flex;
}
.hasmajor-zk-cont,.hasmajor-bk-cont,.hasmajor-yjs-cont{
    width:100%;
}
.hasmajor p{
    display: inline-block;
    margin: 0 10px 10px 0;
    height: 30px;
}
.hasmajor p span{
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #00D090;
    border: 1px solid #ABF0DB;
    background: #F5FDFB;
}
.majorname i.del_hasmajor{
    display: none;
    cursor: pointer;
}
.department i{
    display: inline-block;
}
.hasnum{
    padding:0 4px;
}

/* 职位库弹窗样式 */
.job-table{
    width: 100%;
}
.job-table thead tr,.joblist thead tr,.numlist thead tr{
    width: 100%;
    height:34px;
    background:#F5F7FA;
    color:#262626;
}
.job-table tbody tr,.joblist tbody tr,.numlist tbody tr{
    width: 100%;
    height:34px;
    border-bottom:1px solid #EBEBEB;
    color:#595959;
}
.job-table tbody tr:hover,.joblist tbody tr:hover,.numlist tbody tr:hover{
    background:#FAFAFC;
}
.job-table tr th,.job-table tr td,.joblist tr th,.joblist tr td,.numlist tr th,.numlist tr td{
    text-align: left;
    padding-left:10px;
}

.job-table thead tr,.joblist2 thead tr,.numlist thead tr{
    width: 100%;
    height:34px;
    background:#F5F7FA;
    color:#262626;
}
.job-table tbody tr,.joblist2 tbody tr,.numlist tbody tr{
    width: 100%;
    height:34px;
    border-bottom:1px solid #EBEBEB;
    color:#595959;
}
.job-table tbody tr:hover,.joblist2 tbody tr:hover,.numlist tbody tr:hover{
    background:#FAFAFC;
}
.job-table tr th,.job-table tr td,.joblist2 tr th,.joblist2 tr td,.numlist tr th,.numlist tr td{
    text-align: left;
    padding-left:10px;
}


.zpzw_tav .numlist tr th,.zpzw_tav .numlist tr td{
padding-left: 16px;
}
.job-table .layui-form-item{
    margin: 0;
    padding:0;
}
.job-table .layui-form-item .layui-form-checkbox[lay-skin=primary]{
    margin:0;
}
.job-table .layui-form-checkbox[lay-skin=primary] i{
    width:14px;
    height:14px;
    border: 1px solid #999999;
}
.job-table .layui-form-checked[lay-skin=primary] i{
    width:14px;
    height:14px;
    border-color:#00D090;
    background:#00D090;
}
.job-table .jobname{
    width:450px;
}
.job-table .jobname div{
    width:450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 宣讲右侧定位悬浮 */
.fixed-dw{
    position: fixed;
    right:0;
    top:50%;
    width:98px;
    background:#00D090;
    box-shadow:0px 4px 12px rgba(0,208,144,0.45);
    border-radius:4px 0px 0px 4px;
    z-index: 9999;
}
.fixed-ul{
    padding:12px 0;
    margin-bottom:0;
}
.fixed-ul li{
    padding:10px 12px;
    color: white;
    text-align: center;
    cursor: pointer;
}
.fixed-ul li:hover{
    background:rgba(0,0,0,0.08);
}
.fixed-ul li a{
    color:white;
}
.active a{
    color:rgb(0, 179, 139)!important;
}
/*-- bootstrap弹框统一样式*/
.modal-header{
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.modal-footer{
    border: none!important;
    margin-top:0!important;
    text-align: center!important;
}
.modal-header>span{
    font-size: 18px!important;
}
/* layui弹窗统一样式 */
.layui-layer{
    border-radius: 4px!important;
}
.layui-layer-title{
    height: 56px!important;
    line-height: 56px!important;
    font-size: 18px!important;
    color: #262626!important;
    background-color: white!important;
    border-radius: 4px 4px 0 0!important;
}
.layui-layer-page .layui-layer-content {
    border-radius: 0 0 4px 4px;
}
/* 统一按钮划过交互 */
.newcancel-btn{
    border-color: #DEDEDE!important;
    color:#595959!important;
}
.newsure-btn:hover{
    opacity: 0.8;
}
.newcancel-btn:hover{
    border-color:#00D090!important;
    color:#00D090!important;
}

/*  */
.screen-header {
    height: 28px;
    font-size: 22px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    line-height: 28px;
    color: rgba(38,38,38,1);
    opacity: 1;
}
.screen-header button{
    font-size:14px;
}
.sreen-label span {
    display: inline-block;
    padding: 4px 12px;
    color: #8C8C8C;
    border: 1px solid #EBEBEB;
    margin-left: 14px;
    cursor: pointer;
}
.publish-active,.agent-active,.agent-active2 {
    color: #00D090!important;
    border: 1px solid #ABF0DB!important;
    background: #F5FDFB;
}
.layui-btn{
    height:34px;
    line-height: 34px;
}




.sreen-input{
    position: relative;
}
.sreen-input input{
    width:186px;
    height:34px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(235,235,235,1);
    font-size:14px;
    color: #333;
    padding-left: 34px;
}
.search_icon {
    position: absolute;
    font-size: 14px;
    top: 10px;
    left: 12px;
    cursor: pointer;
}
.bg-block {
    background: white;
    border-radius: 4px;
    padding: 32px 0 32px 280px;
    position: relative;
}
.button-a {
    display: inline-block;
    cursor: pointer;
}
.btn-pad{
    padding: 7px 15px;
}
.back_but{
    border:1px solid #EBEBEB;
    color: #595959;
    margin-left: 20px;
    background: #fff;
}
/* 更多操作 */
.more-handle{
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}
.more-handle i{
    font-size:12px;
}
.handle-list{
    position: absolute;
    border:1px solid rgba(235,235,235,1);
    box-shadow:0px 0px 8px rgba(0,0,0,0.04);
    border-radius:4px;
    background: white;
    padding:8px 0;
    margin-top:8px;
    display: none;
    z-index: 10;
}
/* 职位库页面表格样式 */
.joblist {
    width: 520px;
    margin: 12px 0 0 120px;
    display: none;
}
.joblist thead, .joblist tbody tr, .joblist tfoot tr {
    display: table;
    width: 100%;
    height: 40px;
    table-layout: fixed;
    font-size: 16px;
    text-align: center;
}
.joblist tbody {
    display: block;
    max-height: 206px;
    overflow-y: scroll;
}
.joblist thead, .joblist tbody tr, .joblist tfoot tr {
    display: table;
    width: 100%;
    height: 40px;
    table-layout: fixed;
    font-size: 16px;
    text-align: center;
}
.joblist .jobname {
    width: 230px;
}
.joblist .jobname div {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.deljobbtn{
    color:#00D090;
    cursor: pointer;
}
.deljobbtn:hover{
    color:#00D090;
    opacity: 0.8;
}


.joblist2 {
    width: 520px;
    margin: 12px 0 0 120px;
    display: none;
}
.joblist2 thead, .joblist2 tbody tr, .joblist2 tfoot tr {
    display: table;
    width: 100%;
    height: 40px;
    table-layout: fixed;
    font-size: 16px;
    text-align: center;
}
.joblist2 tbody {
    display: block;
    max-height: 206px;
    overflow-y: scroll;
}
.joblist2 thead, .joblist2 tbody tr, .joblist2 tfoot tr {
    display: table;
    width: 100%;
    height: 40px;
    table-layout: fixed;
    font-size: 16px;
    text-align: center;
}
.joblist2 .jobname {
    width: 230px;
}
.joblist2 .jobname div {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.deljobbtn2{
    color:#00D090;
    cursor: pointer;
}
.deljobbtn2:hover{
    color:#00D090;
    opacity: 0.8;
}
/*滚动条的宽度*/

.joblist tbody::-webkit-scrollbar {
    width:9px;
    height:9px;
}

/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/

.joblist tbody::-webkit-scrollbar-track {
    width: 6px;
    background-color:#fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

/*滚动条的设置*/

.joblist tbody::-webkit-scrollbar-thumb {
    background-color:#F0F3F7;
    background-clip:padding-box;
    min-height:28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
/*滚动条的宽度*/

.joblist2 tbody::-webkit-scrollbar {
    width:9px;
    height:9px;
}

/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/

.joblist2 tbody::-webkit-scrollbar-track {
    width: 6px;
    background-color:#fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

/*滚动条的设置*/

.joblist2 tbody::-webkit-scrollbar-thumb {
    background-color:#F0F3F7;
    background-clip:padding-box;
    min-height:28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.pay_img{border:2px #02b689 solid;}

.layui-input-inline.progress-style{
    min-width:283px;
    background:#F5F7FA;

}
.layui-laypage select{
    height: 24.5px;
}
.quanxuan{
    position: absolute;
    top: -30px;
    left: -6px;
    font-size: 12px!important;
    display: inline-block;
    padding: 3px 4px!important;
    color: #595959!important;
    background: #fff!important;
    border-radius: 4px!important;
    box-shadow:0px 2px 8px rgba(0,0,0,0.08);
    font-weight:normal;
    display: none;
}
.vercode{
    height: 34px;
    width: auto;
    margin-left: 10px;
}

.nodata{
    position: relative;
    left: 50%;
    margin-left: -124px;
}
.disableds {
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}
.nodata_table{
    position: absolute;
    left: 50%;
    margin-left: -124px;
    top: 120px;
    width: 250px;
}
.type_ts{
    position: absolute;
    margin-top: 5px;
    width: 300px;
    font-size: 12px;
}
.img_textarea img{
    max-width: 100%;
    height: auto;
}
.overhiden{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.layui-form-select dl::-webkit-scrollbar{
    width:8px;
    height:8px;
}
.layui-form-select dl::-webkit-scrollbar-track{
    background: #FAFBFC;
    border-radius:10px;
}
.layui-form-select dl::-webkit-scrollbar-thumb{
    background: #F0F3F7;
    border-radius:10px;
}
.layui-form-select dl {
    /*height: 180px;*/
}

.gerena{
    display: inline-block;
    padding: 16px 20px;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    border-bottom: 1px solid #EBEBEB;
}
.gerena img{
    width: 32px;
    height: 32px;
    float: right;
}
.gerena:hover{
  color: #333;
}
.touxi{
    width: 20px!important;
    height: 20px!important;
}

.hh{word-wrap: break-word;}

.logo_layui{
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    margin-top: 15px;

}
.logo_layui img{
    max-width: 100%;
    max-height: 100%;
}
.gdrc{
    color: #FA8100;
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
}
.gdrc img{
    width: 6px;
    height: auto;
    vertical-align: middle;
}
.gdrcjlbox{
    padding: 20px 0;
    text-align: center;
}
.gdrcjlbox button{
    padding: 7px 20px;
    color: #FA8100;
    background: #F3F4F8;
    outline: none;
    border: 1px solid #FA8100;
    border-radius: 4px;
}
.gdrcjlboxb{
    padding: 7px 20px;
    color: #FA8100;
    background: #fff;
    outline: none;
    border: 1px solid #FA8100;
    border-radius: 4px;
}
.solid_grey{
    width: 2px;
    height: 18px;
    background: #ebebeb;
    display: inline-block;
    vertical-align: -4px;
    margin-left: 14px;
}

.lee-bottom-line{position:relative;display:inline-block;}
.lee-bottom-line::after{
    content:'';
    display:block;
    width:100%;
    height:2px;
    position:absolute;
    bottom:0;
    background:#00D090;
    opacity:.5;
    transition:all 0.3s ease-in-out;
    transform: scale3d(0,1,1);
    left:0;
}
.lee-bottom-line:hover::after,.lee-bottom-line.active::after{
    transform:scale3d(1,1,1);
}
.lee-bottom-line.center::after{transform-origin:50% 0;}
.lee-bottom-line.left::after{transform-origin:0 0;}
.lee-bottom-line.right::after{transform-origin:100% 0;}


.lee-intention{padding:8px 20px;line-height:35px;}
.lee-intention span{border: 1px solid #EEEEEE;margin-right:8px;padding:3px 10px;color:#999;white-space:nowrap;}


.fl_open_wrap{
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    bottom: 55px;
    width: 86px;
    height: 194px;
    overflow: hidden;
}

.fl_open_wrap .fl_open_wrap_cntr{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/public/v2/images/qingyuan.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
}
.fl_open_wrap .fl_open_wrap_cntr :nth-child(2){
    font-size: 24px;
}
.fl_tit{
    align-items: center;
    display: block;
    width: 16px;
    margin-left: 12px;
    margin-right: 12px;
}
.fl_pop_wrap{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    left: -100%;
}
.fl_pop_wrap_cntr{
    width: 100%;
    left: -100%;
    /* background: url('/public/v2/images/more_sx_bg.png') no-repeat; */
    background-size: 100% 100%;
    background: linear-gradient(180deg, #6A9CF7 0%, #6F58EB 100%);
    display: block;
}
.fl_pop_wrap .fl_pop_wrap_cntr_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #051223;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: -200;
}
.fl_pop_wrap .fl_pop_box{
    position: relative;
    width: 980px;
    height: 151px;
    margin: auto;
    font-size: 12px;
    font-weight: 1.5;
    color: #333;
}

.fl_pop_wrap .fl_pop_box .fl_pop_pic{
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 822px;
    height: 171px;
}
.fl_pop_wrap .fl_pop_box .fl_pop_pic img{
    width: 822px;
}
.fl_pop_wrap .fl_pop_cnt{
    position: absolute;
    top: 8px;
    right: 218px;
    height: 100%;
    padding: 0 2px 0 16px;
    color: #fff;
}
.fl_pop_wrap .fl_pop_cnt_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: -100;
}
.fl_pop_wrap .fl_pop_qrcode{
    position: relative;
    margin: 20px 14px 0 0;
    text-align: center;
}
.fl_pop_wrap .fl_pop_qrcode .fl_pop_hint{
    line-height: 1.5;
    text-align: center;
}
.fl_pop_wrap .fl_pop_qrcode img{
    margin-top: 6px;
}
.fl_pop_wrap .fl_wrap_close{
    position: absolute;
    top: 10px;
    right: 120px;
    font-size: 38px;
    line-height: 1.1;
    font-family: Simsun;
    color: #fff;
    outline: 0 none;
    font-size: 26px;
    font-weight: 600;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
}
.fl_pop_pic>div{
    position: absolute;
    top: 63px;
    right: 255px;
}
.fl_pop_box p{
    font-size: 30px;
    color: #fff;
    line-height: 43px;
}
.fl_pop_box .bmgd{
    color: rgb(255, 199,48);
    font-size: 24px;
    cursor: pointer;
}
.fl_pop_qrcode img{
    border-radius: 4px;
}
.dfb_mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.46);
    z-index: 999;
    top: 0;
}
.dfb{
    position: fixed;
    width: 100%;
    height: 246px;
    bottom: 0;
    z-index: 1000;
}
.dfb .tan_img{
    width: 100%;
    height: 100%;
}
.dfbxq .close,.dfb .close{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 90px;
    top: -27px;
    opacity: 1;
}
.dfb .close:hover{
    opacity: 1;
}
.dfbxq{
    width: 445px;
    height: 537px;
    position: fixed;
    top: 144px;
    left: 50%;
    margin-left: -222px;
    z-index: 2000;
}
.dfbxq .xq{
    width: 100%;
    height: 100%;
}
.ljcy{
    display: block;
    position: absolute;
    color: #fff;
    left: 160px;
    bottom: 24px;
    width: 124px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(105deg, #FEA947 0%, #FD7536 100%);
    border-radius: 20px;
}
