@charset "UTF-8";
/***************************page common style************************************/
body{
    /*导航栏会往下坠*/
    /*min-width: 1060px ;*/
}
.ck-body{
    background-color:#f4f4f4;
    line-height: 1.42857143;
}
/*导航栏*/
.ck-navtop{
    background-color:#232A34;
}
/*logo*/
.ck-navtop .div-img{
    float:left;
    margin-right:80px;
    height:58px;
    margin-bottom: 0;
}
.ck-navtop .div-img img{
    height:38px;
	margin:10px 0;
}
.ck-navtop ul.nav{
    font-size:14px;
    float:left;
}
.ck-navtop ul.tablist{
    font-size:15px;
    line-height:58px;
}
.ck-navtop ul.nav li{
    float:left;
    position:relative;
    font-size:inherit;
	background-color: #525366;
	border-radius: 5px 5px 0 0;
	margin:18px 10px 0 0;
	height:40px;
	line-height:40px;
}
.ck-navtop ul.nav li:hover{
	background-color:#4BA575;
}
.ck-navtop ul.nav li.active {
	background-color:#4BA575;
}
.ck-navtop ul.nav li>a{
    color:#FFF;
	padding: 0 25px;
}
.ck-navtop ul.nav li>a:after{

}
.ck-navtop ul.nav li>a:hover,.ck-navtop ul.nav li.active>a {
    color:#FFF;
}
.ck-navtop ul.nav li>a:hover:after,.ck-navtop ul.nav li.active>a:after{
    transition:all .3s;
    height: 2px;
    opacity: 1;
    filter:Alpha(opacity=100);
}
.ck-navtop ul.nav-sm li>a{
    padding-left:0px;
}
/*.ck-navtop ul.nav-sm li:first-child a{*/
/*margin-left:25px;*/
/*}*/
.ck-navtop .ispacer{
    display: inline-block;
    height:20px;
    width:1px;
    background-color:#b5b5b5;
    margin:20px 12px 0px 12px;
}
.ck-navtop ul.nav li .i-hot{
    position:absolute;
    right:0px;
    top:10px;
}

/*20200228*/
.nav-ban>li{
    /*margin: 0px!important;*/
    /*line-height: 20px;*/
    cursor: pointer;
    padding:0px 20px;
    position: relative;
    z-index:2;
    font-size:14px;
    color:#FFF;
}
.nav-ban>li:hover{
    border-color:#e4e4e4;
}
.nav-ban>li>i.icon-down{
    display: inline-block;
    vertical-align: middle;
    width:9px;
    height:20px;
    margin-left:10px;
    background:url(images/icon-down.png) no-repeat center;
}
.nav-ban>li>span{
    display: inline-block;
    color: #FFF;
    font-size: 14px;
}
.nav-ban>li>i.icon-tit{
    display: inline-block;
    vertical-align: middle;
    width:20px;
    height:16px;
    margin-right:12px;
    margin-top:-4px;
    background:url(images/erweima-icon.png) no-repeat center;
}
.nav-ban>li.fuli,.nav-ban>li.taobao{
    width:116px;
}
.nav-ban>li.fuli>i.icon-tit{
    background-image:url(images/weixin.png);
}
.nav-ban>li.taobao>i.icon-tit{
    background-image:url(images/taobao.png);
}
.nav-ban>li.runse>i.icon-tit{
    background-image:url(../images/runse-icon.png);
}
.nav-ban>li.gongkao>i.icon-tit{
    background-image:url(../images/gong-icon.png);
}
.nav-ban>li>.bodyer{
    position: absolute;
    left:0px;
    top:100%;
    margin-top:0;
    z-index:1;
    cursor: default;
    display: none;
    line-height:20px;
}
.nav-ban>li:hover>.bodyer{
    display: block;
    height:160px;
}
.nav-ban>li>.bodyer{
    width:116px;
	padding:3px;
	background-color:#FFF;
	border:#4BA575 1px solid;
	text-align:center
}
.nav-ban>li>.bodyer img{
    width:110px;
	margin-bottom:2px;
}
.nav-ban>li.jiang>.bodyer{
    width:674px;
}
.nav-ban>li.runse>.bodyer{
    width:557px;
}
.nav-ban>li.gongkao>.bodyer{
    width:557px;
}
.nav-ban>li>.bodyer>.col50,.nav-ban>li>.bodyer>.col100{
    height:100%;
    float:left;
    border:1px solid #e4e4e4;
    background-repeat:no-repeat;
    background-position: center;
    padding:0px 20px;
    position: relative;
}
.nav-ban>li>.bodyer>.col50{
    width:50%;
}
.nav-ban>li>.bodyer>.col100{
    width:100%;
	background-color:#FFFFFF;
}
.nav-ban>li>.bodyer>.col50:first-child{
    border-right:none;
}
.nav-ban>li>.bodyer h2{
    font-size:28px;
    font-weight:bold;
    margin-bottom:15px;
}
.nav-ban>li>.bodyer .sec{
    color:#686868;
    font-size:13px;
    margin-bottom:28px;
}
.nav-ban>li>.bodyer .icon-bg{
    position:absolute;
    right:0px;
    bottom:0px;
    display: inline-block;
    background-repeat:no-repeat;
}
.nav-ban>li>.bodyer .btn{
    font-weight:bold;
    color:#fff;
    background-color:#fcc957;
    margin:0px 4px 0px 0px;
    padding:3px 12px 4px;
    border:0px;
}
.nav-ban>li>.bodyer .btn.btn-single{
    font-size:18px;
    padding:6px 22px;
}
/*登录信息*/
.ck-navtop .login-info{
    float:right;
    color:#838383;
    position:relative;
    text-align:left;
    height: 48px;
	top:10px;
}
.ck-navtop .login-info:hover::before{
    transform: rotate(180deg);
}
.ck-navtop .login-info .lazy-load{
/*    border-radius:50%;
    margin-right:25px;
    width:32px;*/
    height:32px;
    margin-top:3px;/*10+60+10=80*/
    /*border:1px solid #C09853;*/
	cursor:pointer
}

.ck-navtop .login-info ul.basic{
    margin-top:4px;
    float:right;
    max-width:160px; /*用户名6个字超出*/
}
.ck-navtop .login-info ul.basic li span{
    color:#686868;
    line-height:22px;
}
/*移入鼠标悬浮*/
.ck-navtop .login-info .hovermenu{
    background:#fff;
    width:200px;
    position:absolute;
    right:0px;
    top:100%;
    z-index:110;
    margin-right:-1px;
    display:none;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    box-shadow: 0 0 10px #efefef;
}
.ck-navtop .login-info:hover .hovermenu{
    display:block;
}
.ck-navtop .login-info .hovermenu-top{
    background-color: #3f3f3f;
    padding:10px 17px;
    color: white;
    line-height:22px;
    letter-spacing: 1px;
    position:relative;
	text-align:center;
}
.ck-navtop .login-info .hovermenu-top i.icon{
    display: inline-block;
    height: 18px;
    width: 18px;
    content:"";
    position:absolute;
    right:30px;
    top:10px;
}
.ck-navtop .login-info  .hovermenu-top i.icon.wx{
    background:url("../images/wx.png");
    content: url('../images/wx.png');
}
.ck-navtop .login-info .hovermenu-top i.icon.qq{
    background:url("../images/wx.png");
    content: url('../images/qq.png');
}

.ck-navtop .login-info .hovermenu>ul{
    padding: 5px 0 0;
}
.ck-navtop .login-info .hovermenu>ul li{
    width: 100%;
	padding:0 10px;
    text-align: left;
    position:relative;
    line-height:35px;
}
.ck-navtop .login-info .hovermenu a{
    color:#838282;
}
/*知网本科及职场必备*/
.nav-ban>li .col50.huang{
    background-image: url(../images/bg-huang.png);
}
/*知网硕博*/
.nav-ban>li .col50.fen{
    background-image: url(../images/bg-fen.png);
}
/*青年里*/
.nav-ban>li .col50.lan{
    background-image: url(../images/bg-lan.png);
}
/*论文降重*/
.nav-ban>li .col100.lan{
    background-image: url(../images/bg-lan-long.png);
}
/*润色*/
.nav-ban>li.runse .col100{
    background-image: url(../images/bg-runse.png);
}
/*玩转大学简历优化*/
.nav-ban>li.fuli .col100{
    height:160px;
    background-image: url(../images/bg-free.png);
    border-top:none;
}
/*公考*/
.nav-ban>li.gongkao .col100{
    background-image: url(../images/bg-gong.png?v200402);
}

.nav-ban>li.fuli .col100 h2{
    font-size: 24px;
    color:#ff7f24;
}
.nav-ban>li.fuli .col100 .sec{
    margin-bottom:8px;
}
.nav-ban>li.fuli .col100 .wanzhuandaxue{
    float:left;
    margin-right:30px;
    margin-left:10px;
}
.nav-ban>li .huang h2{
    color:#ffc000;
}
.nav-ban>li .fen h2{
    color:#eb5648;
}
.nav-ban>li .lan h2{
    color:#1364bd;
}
.nav-ban>li.zhi .btn1{
    background: #f53f3f ;
    background: -moz-linear-gradient(top, #ffb674  0%, #f53f3f 100%);
    background: -webkit-linear-gradient(top, #ffb674  0%, #f53f3f 100%);
    background: -o-linear-gradient(top, #ffb674  0%, #f53f3f 100%);
    background: -ms-linear-gradient(top, #ffb674  0%, #f53f3f 100%);
    background: linear-gradient(to bottom, #ffb674  0%, #f53f3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffb674 , endColorstr=#f53f3f,GradientType=0 );
}
.nav-ban>li.zhi .btn2{
    background: #f77026 ;
    background: -moz-linear-gradient(top, #facd5a  0%, #f77026 100%);
    background: -webkit-linear-gradient(top, #facd5a  0%, #f77026 100%);
    background: -o-linear-gradient(top, #facd5a  0%, #f77026 100%);
    background: -ms-linear-gradient(top, #facd5a  0%, #f77026 100%);
    background: linear-gradient(to bottom, #facd5a  0%, #f77026 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#facd5a , endColorstr=#f77026,GradientType=0 );
}
.nav-ban>li.zhi .btn3{
    background: #ff436f ;
    background: -moz-linear-gradient(top, #fd761e  0%, #ff436f 100%);
    background: -webkit-linear-gradient(top, #fd761e  0%, #ff436f 100%);
    background: -o-linear-gradient(top, #fd761e  0%, #ff436f 100%);
    background: -ms-linear-gradient(top, #fd761e  0%, #ff436f 100%);
    background: linear-gradient(to bottom, #fd761e  0%, #ff436f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#fd761e , endColorstr=#ff436f,GradientType=0 );
}
/*立即降重、青年里微信扫码关注*/
.nav-ban>li .lan .btn2{
    background: #2cade2;
    background: -moz-linear-gradient(top, #2cade2 0%, #216dd6 100%);
    background: -webkit-linear-gradient(top, #2cade2 0%, #216dd6 100%);
    background: -o-linear-gradient(top, #2cade2 0%, #216dd6 100%);
    background: -ms-linear-gradient(top, #2cade2 0%, #216dd6 100%);
    background: linear-gradient(to bottom, #2cade2 0%, #216dd6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#2cade2, endColorstr=#216dd6,GradientType=0 );
}
.nav-ban>li.fuli .huang .btn{
    background-color:#fdc257;
    font-size:16px;
    padding:5px 20px;
    margin-top:-10px;
}
.nav-ban>li.fuli .lan .btn2{
    font-size:16px;
    padding:5px 18px;
    margin-top:-10px;
}
/*玩转大学简历优化*/
.nav-ban>li.fuli .col100 .btn3{
    background: #ff7d22 ;
    background: -moz-linear-gradient(top, #ff7d22  0%, #ff6b03 100%);
    background: -webkit-linear-gradient(top, #ff7d22  0%, #ff6b03 100%);
    background: -o-linear-gradient(top, #ff7d22  0%, #ff6b03 100%);
    background: -ms-linear-gradient(top, #ff7d22  0%, #ff6b03 100%);
    background: linear-gradient(to bottom, #ff7d22  0%, #ff6b03 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ff7d22 , endColorstr=#ff6b03,GradientType=0 );
}
.nav-ban>li.runse>.bodyer .btn1{
    background: #18529b;
    background: -moz-linear-gradient(top, #18529b 0%, #084588 100%);
    background: -webkit-linear-gradient(top, #18529b 0%, #084588 100%);
    background: -o-linear-gradient(top, #18529b 0%, #084588 100%);
    background: -ms-linear-gradient(top, #18529b 0%, #084588 100%);
    background: linear-gradient(to bottom, #18529b 0%, #084588 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#18529b, endColorstr=#084588,GradientType=0 );
}
.nav-ban>li.gongkao .btn1{
    background: #00edff;
    background: -moz-linear-gradient(top, #00edff 0%, #00cfdf 100%);
    background: -webkit-linear-gradient(top, #00edff 0%, #00cfdf 100%);
    background: -o-linear-gradient(top, #00edff 0%, #00cfdf 100%);
    background: -ms-linear-gradient(top, #00edff 0%, #00cfdf 100%);
    background: linear-gradient(to bottom, #00edff 0%, #00cfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00edff, endColorstr=#00cfdf,GradientType=0 );
}
@media screen and (max-width: 1432px){
    /*窄屏隐藏润色菜单banner*/
    .nav-ban>li.runse{
        display: none;
    }
}

/*主体内容*/
.ck-content{
    margin:20px auto;
}
.block1200.ck-content{
    margin-top:20px;
    margin-bottom:0;
}

/*适配*/
@media screen and (max-width: 1620px){
    /*全局*/
    .block1620{
        width: calc(100% - 45px) !important;
        padding-right: 40px;
    }
    .ck-content {
        padding-right: 40px;
    }
    .block1620.ck-content{
        margin-top:20px;
        margin-bottom:25px;
    }

    /*提交检测页面,防止上下拉伸的太长，因为字会从2行变成5行所以会拉伸,col-xs-3的padding调整,控制.col-xs-3字的行数*/
    .submit-cont>.row>.col-rmain{
        padding: 28px 16px!important;
    }

    .submit-cont .item-txt{
        padding-top:20px;
    }	
    .submit-cont .item-txt>ul>li>.col-txt{
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 1300px) {
    /*空出右侧栏fixed-bar的距离-->用js计算会更准确*/
    .ck-navtop .div-img{
        margin-right:0px;
    }
    .ck-navtop .logoin .pleaselogin{
        width:57px;
    }
    .nav-ban>li{
        padding-left:8px;
        padding-right:8px;
    }
    .submit-cont>.row>.col-rmain{
        padding: 25px 10px !important;
    }
    .submit-cont>.row>.col-xs-9{
        padding: 25px 20px !important;
    }
}
/*@media screen and (max-width: 1200px){
    .free-content,.tg-content,.rauth-cons,.des{
        width: 100%!important;
    }
}*/

.ck-body .form-control:focus{
    border-color:#fecccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(252,103, 102, 0.35);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(252,103, 102, 0.35)
}
/*底部栏-版权*/
.ck-footer{
    background-color:#222222;
    font-size:12px;
    color:#a9a9a9;
    text-align:center;
}
.ck-footer .copy-right{
    line-height:54px;
}
.ck-footer .copy-right a{
    color:#FFFFFF;
}
.ck-footer .layle-2{
    padding-bottom:16px;
}
.ck-footer .layle-2>a>img{
    vertical-align: middle;
    margin-left:8px;
    max-height:25px;
}
.ck-footer .layle-2>a:first-child>img{
    margin-left:0px;
}
/*降重提示*/
.jc-attention{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #EB5648;
    text-align: center;
    color: white;
}
.jc-attention img:first-child{
    margin:-5px 25px 0 0;
}
.jc-attention .jc-attention-close{
    margin: 12px 20px 0 0;
    cursor: pointer;
	float:right
}

/*submit.html提交+order.html提交支付+pay.html完成支付+report.html查询+account.html扫码支付*/
.ck-content .btn-submit-pay,.scan-cont .btn-finish-pay{
    font-size:20px;
    color:#ffffff;
    font-weight:bold;
    background:url(../images/btn-submit.png) no-repeat;
    padding:0px;
    width:240px;
    height:59px;
    line-height:58px;
	border-radius:30px;
}
.ck-content .btn-submit-pay.v1{
    width: 320px;
    height: 50px;
    background: none;
    background-color: #56b282;
    font-weight: normal;
    line-height: 50px;
}
.ck-content .btn-submit-pay:focus,.ck-content .btn-prev:focus,.scan-cont .btn-finish-pay:focus{
    outline:none;
}
.ck-content .btn-submit-pay:hover,.scan-cont .btn-finish-pay:hover{
    box-shadow: 0 14px 26px -12px rgba(86,178,130, 0.42);
}
.ck-content .btn-submit-pay:active,.scan-cont .btn-finish-pay:active{
    background-image:none;
    background-color:#46a575;
}
/*上一步*/
.ck-content .btn-prev{
    /*font-size:22px;*/
    /*color:#86670e;*/
    /*background: url(../images/btn-prev.png) no-repeat;*/
    font-size:18px;
    color:#4d4d4d;
    padding:0px;
}
.ck-content .btn-prev:hover{
    text-decoration: underline;
}
.ck-content .btn-prev:focus{
    box-shadow: none;
}

/*步骤引导*/
.ck-content>.cheader{
    border-bottom:1px solid #e6e6e6;
    padding-left:30px;
    padding-right:30px;
}
.ck-content .cheader{
    background-color:#fff;
    padding-top:35px;
    padding-bottom:25px;
    position: relative;
}
.ck-content .cheader.bordernone{
    border: none;
    padding-bottom: 15px;
}
.ck-content .cheader>div>p:first-child{
    position: absolute;
    left: 34px;
    top: 42px;
    color: #ffffff;
    font-style: italic;
}
.ck-content .cheader .titer{
    color:#292929;
    font-size:24px;
    font-weight:bold;
    margin-bottom:15px;
}
.ck-content .cheader .titer-num{
    position: absolute;
    color: white;
}
.ck-content .cheader .titer-num.tn1{
    top: 41px;
    left: 6px;
}
.ck-content .cheader .titer-num.tn2{
    top: 40px;
    left: 36px;
}
.ck-content .cheader .titer-tips{
    color: #8f8f8f;
    margin-top: 10px;
    padding-left: 35px;
}
.ck-content .cheader .titer img{
    margin-right: 15px;
}
.ck-content .cheader>.ul-step{
    float:right;
}
.ck-content .cheader>.ul-step li{
    display: inline-block;
    width:112px;
    color:#ffd6d7;
    text-align: center;
}
.ck-content .cheader .ul-step li.before{
    color:#e9b7c3;
}
.ck-content .cheader .ul-step li.active{
    color:#df292b;
}

/*****************************custom style**********************************/
/*****提交检测页面******/
.ck-content.submit-cont{
    display:block;/*override home/css/common.css .block1200*/
}
.submit-cont>.alert-dismissible.alert {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0px;
    background-color: #fffcee;
    color: #565656;
}
.submit-cont>.row>.col-xs-9{
    background-color:#fff;
    padding:30px;
    border-right:1px solid #EBEBEB;
}
.submit-cont>.row>.col-xs-12{
    background-color:#fff;
    padding:30px;
}
/**20181031新版本*/
.submit-cont>.row>.col-rmain{
    background:url(../images/bg-check.png) no-repeat,#fbfbfc;
    background-size:100% 100%;
    padding:30px 40px;
    /*left no shadow*/
    border-left:1px solid #FFF;
    box-shadow: 2px 2px 10px #EBEBEB;
    -moz-box-shadow: 2px 2px 10px #EBEBEB;
    -o-box-shadow:2px 2px 10px #EBEBEB;
    -ms-box-shadow:2px 2px 10px #EBEBEB;
    box-sizing: border-box;
    position: relative;
}
/*2019/5/10*/
.submit-cont>.row>.col-rmain .col-rmain-line{
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    left: 0;
}

/*左边表单主体区域*/
.submit-cont>.row .col-xs-9 form{
    height:100%;
}
.submit-cont form .form-control{
    border-radius:0px;
}
.submit-cont form .form-group{
    margin-bottom:28px;
    position: relative;
}
.submit-cont form label,.order-cont label{
    color:#2f2f2f;
    font-weight: 400;
}
.submit-cont form label.label-upload{
    font-size: 16px;
    margin-bottom:20px;
}
.order-cont label{
    font-size:18px;
    margin-bottom:20px;
}
.ck-content form label .sub-tit{
    color:#484848;
    font-size:14px;
    font-weight:normal;
    padding-left:8px;
}
/*图标*/
.submit-cont form label img,.order-cont label img{
    margin-right:12px;
    vertical-align: sub;
}
/*必填项*/
.submit-cont .required {
    font-size:14px;
    color: #dc3033;
    margin-right:12px;
}

/*提交检测页面,input和textarea的长度*/
.submit-cont form .form-line{
    padding-left:66px;
}
.submit-cont form .form-line>div{
    font-size: 16px;
}
.submit-cont form .form-line label{
    width:85px;
    /*calc改为绝对定位保证兼容性*/
    position: absolute;
    left:0px;
    top:10px;
}
.submit-cont form input.form-control{
    height:40px;
    line-height:40px;
    padding-top:0px;
    padding-bottom:0px;
    border-color:#e6e5e5;
}
.submit-cont form textarea {
    border-color:#e6e5e5;
    resize:none;
}
.submit-cont form .tab-pane{
    height:250px;
    padding-left:66px;
}
.submit-cont form .tab-pane textarea,.submit-cont form .tab-pane .upload-wrap{
    height:100%;
    width:100%;
}

/*2020/3/3*/
.submit-cont form .form-line>div.half{
    display: inline-block;
    position: relative;
    margin-right: 135px;
    margin-bottom: 28px;
}
.submit-cont form .form-line>div.half label{
    left: -66px;
    top: 9px;
}
.submit-cont form .form-line>div.half .form-control{
    height: 40px;
    border-color: #e6e5e5;
    position: relative;
}
.submit-cont form .form-line>div.half .select-txt{
    width: 100%;
    height: 100%;
    display: inline-block;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
}
.submit-cont form .form-line>div.half .type-list{
    display: none;
    position: absolute;
    border: 1px solid #ececec;
    left: 0;
    right: 0;
    top: 39px;
    border-radius: 4px;
    z-index: 1000;
    box-shadow: 0 1px 4px #dcdcdc;
}
.submit-cont form .form-line>div.half .type-list.active{
    display: block;
}
.submit-cont form .form-line>div.half.search .type-list ul{
    max-height: 392px;
    overflow-y: auto;
}
.submit-cont form .form-line>div.half .type-list li{
    background: white;
    color: #727272;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}
.submit-cont form .form-line>div.half .type-list li:hover{
    /*background: linear-gradient(#d67376,#, #d67376);e1252a*/
    background: #e1252a;
    color: white;
    /*box-shadow: inset 0 0 10px black ;*/
    border-radius:2px
}
.submit-cont form .form-line>div.half .type-list li:active{
    background: #e76764;
    border-color: #e76764;
    box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.2);
    color: #fff;
}
.submit-cont form .form-line>div.half .icon-half-err{
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    z-index: 1000;
}
.submit-cont form .form-line>div.half .icon-half{
    width: 12px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
    transition: all 0.2s;
}
.submit-cont form .form-line>div.half .icon-half.active{
    transform: rotate(180deg);
}
.submit-cont form .form-line>div.half.has-error .form-control{
    border: 1px solid red;
}

.submit-cont form .form-line>div.half.has-error .form-control {
    border: 1px solid red;
}
.submit-cont form .form-line>div.half.has-error .form-control {
    border: 1px solid red;
}
.submit-cont form .form-line>div.half.has-error .icon-half-err{
    display: block;
}

.submit-cont form .counter{
    font-size:15px;
    color:#666666;
    font-weight: 400;
    margin:30px 0;
	padding-left:66px;
}
.submit-cont form .counter i{
    color:#FF0000;
    font-style:normal;
    font-size:20px;
    font-weight: bold;
    padding: 0 10px;
}

/*2020/3/30 end*/

.submit-cont form .placeholder{color:#4BA575;}
.submit-cont input::-webkit-input-placeholder,.submit-cont textarea::-webkit-input-placeholder {color:#9a9a9a;}
.submit-cont input:-moz-placeholder,.submit-cont textarea:-moz-placeholder {color:#9a9a9a;}
.submit-cont input::-moz-placeholder,.submit-cont textarea::-moz-placeholder {color:#9a9a9a;}
.submit-cont input:-ms-input-placeholder,.submit-cont textarea:-ms-input-placeholder{color:#9a9a9a;  }
.submit-cont .radio-wrap span{
    padding-left:10px;
    color:#2e2e2e;
}
.submit-cont .radio-wrap span i {
    font-style: normal;
    color: #696969;
}
.submit-cont .form-control-static{
    margin:0px;
}
.submit-cont .has-error .form-control,.submit-cont .has-error .upload-wrap{
    border-color: #ff3636;
    border-width:1px;
}
.submit-cont .err-info{
    font-size:12px;
    font-family: '宋体', SimSun;
    color:#d81e06;
    float:right;
    position:absolute;
    right:10px;
    top:12px;
    display:none;
}
.submit-cont .err-info::before{
    width:23px;/*17+5*/
	padding-top:2px;
    content:url(images/icon-info-sm.png);
    vertical-align:middle;
    display:inline-block;
}

/*右边文字说明区域*/
.submit-cont .rli-txt{
    margin:40px auto;
    position:relative;
}
.submit-cont .rli-txt .ptitle{
    text-align:center;
    margin-bottom:25px;
    color:#e02d25;
}
.submit-cont .rli-txt .ptitle span{
    background-color:#fbfbfc;
    margin:0px auto;
    padding-left:6px;
    padding-right:6px;
    position:relative;
    z-index:1;
}
.submit-cont .rli-txt .line{
    display:block;
    width:100%;
    height:1px;
    background-color:#ebebeb;
    position:absolute;
    top:10px;
    left:0px;
    z-index:0;
}
.submit-cont .rli-txt .des{
    font-size:12px;
    letter-spacing: 0.2px;
    line-height:23px;
    color:#999898;
}
/*2019/5/9*/
.submit-cont .item-txt>.phead,.submit-cont .item-ques>.phead{
    color:#565656;
    font-size:18px;
    font-weight:600;
}
.submit-cont .item-txt>ul{
    color:#202020;
    font-size:12px;
    padding-top:10px;
    padding-bottom:10px;
}
.submit-cont .item-txt>ul>li{
    line-height:18px;
    padding:10px 0px;
}
.submit-cont .item-txt>ul>li>.col-img{
    float:left;
    width:16%;
}
.submit-cont .item-txt>ul>li>.col-txt{
    float:left;
    width:84%;
    color: #8f8f8f;
    line-height: 24px;
    padding-right: 50px;
}
.submit-cont .item-txt>ul>li>.col-txt h3{
    font-size: 16px;
    color: #151515;
    margin-bottom: 10px;
}
.submit-cont .item-txt>ul>li img{
    margin-top:4px;
}
.submit-cont .col-rmain .item-ques{
    padding-top: 20px;
}
.submit-cont .item-ques .ques-warp{
    font-size:14px;
    color:#878787;
    line-height:22px;
    margin:20px 0px;
}
.submit-cont .ques-warp .row>a{
    color:#525252;
	height:25px;
	line-height:25px; 
	padding-left:0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;	
}
.submit-cont .ques-warp .title{font-size:15px; margin-bottom:5px; font-weight:600; color:#565656}
.submit-cont .ques-warp .content{font-size:14px; line-height:20px; margin-bottom:5px; text-align:justify; padding-left:38px;}
.submit-cont .ques-warp .row .collapse{
    margin-bottom:0;
}
.submit-cont .ques-warp .row:last-child .collapse{
    margin-bottom:0px;
}
.submit-cont .col-rmain .impl{
    color:#dd292c;
}
.submit-cont .btn-help{
    width:100%;
    padding:0px;
    height:35px;
    line-height:35px;
    border-radius: 0px;
    background:url(../images/btn-help.png);
    font-size:12px;
    color:#8d8d8d;
}
.submit-cont .item-bom{
    background-color:#ffe8e8;
    padding:26px 26px 26px 42px;
    margin-top:20px;
    color:#e9201c;
}

/*2020/3/3*/
.submit-cont .item-table{
    margin-bottom: 0;
}
.submit-cont .item-table .table-head{
    font-size: 18px;
    color: #e1252a;
    font-weight: bold;
    position: relative;
	height:20px;
}
.submit-cont .item-table .table-head .hover-layer{
    display: none;
    position: absolute;
    top:36px;
    left: -20px;
    width: 360px;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    box-shadow: 0 0 2px #ececec;
    padding: 20px 30px;
    font-size: 14px;
    color: #EB5648;
    font-weight: lighter;
	line-height:25px;
}
.submit-cont .item-table .table-head>a:hover>.hover-layer{
    display: block;
}
.submit-cont .item-table .table-head .hover-layer:before,
.submit-cont .item-table .table-head .hover-layer:after{
    position: absolute;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #efefef;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    top: -10px;
    right: 75px;
}
.submit-cont .item-table .table-head .hover-layer:after {
    border-bottom: 9px solid #ffffff;
    top: -8px;
}
.submit-cont .item-table table th,
.submit-cont .item-table table td{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #535353;
}
.submit-cont .item-table table th{
    color: white!important;
	font-size:15px;
}
.submit-cont .item-table table td:first-child{
    color: #535353
}
.submit-cont .item-table table th.mid{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.submit-cont .item-table table td.mid{
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}
.submit-cont .item-table table th{
    background-color: #4BA575;
}
.submit-cont .item-table table tr.even td{
    background-color: #fff5f5;
}

/*英文论文查重入口*/
.submit-cont .btn-english{
    color:#0e60f5;
    text-decoration: underline;
}
/*20190104内容选择方式*/
.submit-cont .ul-conType{
    display: inline-block;
}
.submit-cont .ul-conType>li{
    display: inline;
    padding-left:22px;
    font-size:16px;
}
.submit-cont .ul-conType>li:first-child{
    padding-left: 12px;
}
.submit-cont .ul-conType,
.submit-cont .ul-conType>li>a,
.submit-cont .upload-wrap .btn_addPic{
    color:#2f2f2f;
}
.submit-cont .ul-conType>li input{
    margin-right:10px;
}
/*模拟input radio*/
.submit-cont .ul-conType>li>.i-radio+a{
    display: inline-block;
    vertical-align: middle;
}
.submit-cont .ul-conType>li>.i-radio{
    cursor:pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
    width:16px;
    height:16px;
    background:url(images/radio.png) no-repeat;
}
.submit-cont .ul-conType>li> i{
    color:#FF0000;
    font-style:normal;
    font-size:18px;
    font-weight: bold;
    padding: 0 10px;
}
.submit-cont .ul-conType>li.active>.i-radio{
    background:url(images/radio-checked.png) no-repeat;
}

.submit-cont .upload-wrap{
    background-color:#fafafa;
    border: 1px solid #e6e5e5;
    height:265px;
    text-align: center;
    position: relative;
}
.submit-cont .upload-wrap>.before-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -360px;
}
.submit-cont .upload-wrap>.on-wrap{
    text-align:center;
	margin:85px auto 0 auto;
	width:800px;
}
.submit-cont .upload-wrap .btn_addPic{
    width:175px;
    height:46px;
    line-height:46px;
    border:1px solid #e6e5e5;
    border-radius:4px;
    font-size:16px;
    background-color:#f2f2f2;
    background: -moz-linear-gradient(top,  #fefefe 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom,  #fefefe 0%,#e8e8e8 100%);
}
.submit-cont .upload-wrap .btn_addPic>.filePrew{
    display: none;
}
.submit-cont .upload-wrap .upload-err{
    color:#d81e06;
    margin-top:6px;
    margin-bottom:12px;
    display:none;
}
.submit-cont .upload-wrap .upload-tip {
    font-size:16px;
    margin-top:12px;
}
.submit-cont .upload-wrap>.after-wrap{
    margin-top:110px;
    display:none;
}
.submit-cont .upload-wrap .filePath{
    font-size:16px;
    display: inline-block;
    margin-right:25px;
    min-width:250px;
}
.submit-cont .upload-wrap .upload-close{
    color:#737373;
    display:inline-block;
    border:1px solid #c9c9c9;
    border-radius:2px;
    padding:4px 12px;
}
.submit-cont .upload-wrap .upload-close>img{
    margin-right:12px;
    width:12px;
    height:12px;
}

.submit-cont .ad-dianpu-box{
    width: 100%;
    position: relative;
}
.submit-cont .ad-dianpu-box .ad-dianpu{
    width: 100%;
}
.submit-cont .ad-dianpu-box .dianpu-close{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top:10px
}

/*检测版本 2020/3/03*/
.submit-cont .level-verisons{
    margin-bottom:30px;
}
.submit-cont .level-verisons .version-item{
    display: block;
    float:left;
    width:20%;
    margin-left:1.5%;
    max-width:300px;
    overflow:hidden;
    height: 75px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align: center;
    background-color: #f5f5f5;
    color: #898989;
    cursor: pointer;
    position: relative;
}
.submit-cont .level-verisons .version-item:first-child{
    margin-left:0px;
}
.submit-cont .level-verisons .version-item .v-name{
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    font-size: 16px;
}
.submit-cont .level-verisons .version-item .v-name img{
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
	border-radius:50%
}
.submit-cont .level-verisons .version-item .v-name span{
    font-size: 14px;
}
.submit-cont .level-verisons .version-item .v-foot{
    height: 30px;
    line-height: 32px;
	font-size:13px;
}
.submit-cont .level-verisons .version-item .icon-check,
.submit-cont .level-verisons .version-item .icon-check-blue{
    display: none;
    position: absolute;
    right: -1px;
    top: -1px;
}
.submit-cont .level-verisons .version-item.lower .v-name i{
    background: url("../images/icon-free-gray.png") no-repeat;
}
.submit-cont .level-verisons .version-item.lower:hover .v-name i,
.submit-cont .level-verisons .version-item.lower.active .v-name i{
    background: url("../images/icon-free.png") no-repeat;
}
.submit-cont .level-verisons .version-item.high .icon-recomend{
    position: absolute;
    left: 10px;
    top: 0;
}
.submit-cont .level-verisons .version-item.high .v-name i{
    background: url("../images/icon-huangguan-gray.png") no-repeat;
}
.submit-cont .level-verisons .version-item.high.active .v-name i{
    background: url("../images/icon-huangguan.png") no-repeat;
}
.submit-cont .level-verisons .version-item:hover{
    border-color: #f63f44;
}
.submit-cont .level-verisons .version-item.active{
    border-color: #e1252a;
}
.submit-cont .level-verisons .version-item:hover .icon-check,
.submit-cont .level-verisons .version-item.active .icon-check{
    display: block;
}
.submit-cont .level-verisons .version-item:hover .v-name{
    color: #e1252a;
}
.submit-cont .level-verisons .version-item.active .v-name{
    color: #e1252a;
}
.submit-cont .level-verisons .version-item.jc .v-name i{
    background: url("../images/icon-jiangchong-gray.png") no-repeat;
}
.submit-cont .level-verisons .version-item.jc:hover .v-name i,
.submit-cont .level-verisons .version-item.jc.active .v-name i{
    background: url("../images/icon-jiangchong.png") no-repeat;
}
.submit-cont .level-verisons .version-item.jc:hover .v-name{
    color: #4BA575;
}
.submit-cont .level-verisons .version-item:hover .v-foot{
    background-color: #e1252a;
    color: white;
}
.submit-cont .level-verisons .version-item.active .v-foot{
    color: white;
    background-color: #e1252a;
}
.submit-cont .level-verisons .version-item.jc:hover .v-foot{
    color: white;
    background-color: #4BA575;
}
.submit-cont .level-verisons .version-claim{
    margin: 20px auto;
    color: #808080;
}
.submit-cont .level-verisons .version-claim a{
    text-decoration: underline;
    color: #e1252a;
}
.submit-cont .level-verisons .version-claim span{
    color: #e1252a;
}
/*****2020/3/26 submit页面新增早降重*******/
.submit-cont .level-verisons .version-item.jc:hover,
.submit-cont .level-verisons .version-item.jc.active{
    border: 1px solid #4BA575;
}
.submit-cont .level-verisons .version-item.jc:hover .icon-check-blue{
    display: block;
}
/*降重版本 2020/3/03*/
.submit-cont .jc-verisons{
    margin-bottom:35px;
}
.submit-cont .jc-verisons .version-item{
    /*display: inline-block;*/
    /*width: 280px;*/
    display: block;
    float:left;
    width:15.8%;
    margin-left:0.7%;
    max-width:280px;
    overflow:hidden;
    height: 88px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align: center;
    background-color: #f5f5f5;
    color: #898989;
    cursor: pointer;
    position: relative;
}
.submit-cont .jc-verisons .version-item:first-child{
    margin-left:0px;
}
.submit-cont .jc-verisons .version-item .v-name{
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    font-size: 16px;
}
.submit-cont .jc-verisons .version-item .v-name img{
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
	border-radius:50%
}
.submit-cont .jc-verisons .version-item .v-name span{
    font-size: 14px;
}
.submit-cont .jc-verisons .version-item .v-foot{
    height: 33px;
    line-height: 33px;
}
.submit-cont .jc-verisons .version-item .icon-check,
.submit-cont .jc-verisons .version-item .icon-check-blue{
    display: none;
    position: absolute;
    right: -1px;
    top: -1px;
}
.submit-cont .jc-verisons .version-item.lower .v-name i{
    background: url("../images/icon-free-gray.png") no-repeat;
}
.submit-cont .jc-verisons .version-item.lower:hover .v-name i,
.submit-cont .jc-verisons .version-item.lower.active .v-name i{
    background: url("../images/icon-free.png") no-repeat;
}
.submit-cont .jc-verisons .version-item.high .icon-recomend{
    position: absolute;
    left: 10px;
    top: 0;
}
.submit-cont .jc-verisons .version-item.high .v-name i{
    background: url("../images/icon-huangguan-gray.png") no-repeat;
}
.submit-cont .jc-verisons .version-item.high.active .v-name i{
    background: url("../images/icon-huangguan.png") no-repeat;
}
.submit-cont .jc-verisons .version-item:hover{
    border-color: #f63f44;
}
.submit-cont .jc-verisons .version-item.active{
    border-color: #e1252a;
}
.submit-cont .jc-verisons .version-item:hover .icon-check,
.submit-cont .jc-verisons .version-item.active .icon-check{
    display: block;
}
.submit-cont .jc-verisons .version-item:hover .v-name{
    color: #e1252a;
}
.submit-cont .jc-verisons .version-item.active .v-name{
    color: #e1252a;
}
.submit-cont .jc-verisons .version-item.jc .v-name i{
    background: url("../images/icon-jiangchong-gray.png") no-repeat;
}
.submit-cont .jc-verisons .version-item.jc:hover .v-name i,
.submit-cont .jc-verisons .version-item.jc.active .v-name i{
    background: url("../images/icon-jiangchong.png") no-repeat;
}
.submit-cont .jc-verisons .version-item.jc:hover .v-name{
    color: #4BA575;
}
.submit-cont .jc-verisons .version-item:hover .v-foot{
    background-color: #e1252a;
    color: white;
}
.submit-cont .jc-verisons .version-item.active .v-foot{
    color: white;
    background-color: #e1252a;
}
.submit-cont .jc-verisons .version-item.jc:hover .v-foot{
    color: white;
    background-color: #4BA575;
}
.submit-cont .jc-verisons .version-claim{
    margin: 20px auto;
    color: #808080;
}
.submit-cont .jc-verisons .version-claim a{
    text-decoration: underline;
    color: #e1252a;
}
.submit-cont .jc-verisons .version-claim span{
    color: #e1252a;
}

/*****提交检测->订单结算******/
.order-cont>.row,.scan-cont>.row{
    background-color:#fff;
    padding:30px 25px 25px 30px;
}
.order-cont label{
    font-weight:bold;
}
.order-cont label img{
    margin-right:14px;
}
.order-cont label .sub-tit{
    color:#8a8a8a;
    font-size:12px;
    margin-left:12px;
    font-weight:normal;
}
.order-cont .coupon label .sub-tit{
    cursor:pointer;
}
/*核对订单信息 2019/5/14*/
.order-cont .order-info dl{
    float:left;
    color:#3d3d3d;
    margin-bottom:0px;
    border-bottom: 1px solid #d8d8d8;
}
.order-cont .order-info dl:first-child{
    width:15%;
    border-left: 1px solid #d8d8d8;
}
.order-cont .order-info dl.width-tm{
    width:29%;
}
.order-cont .order-info dl.width-zz{
    width:29%;
}
.order-cont .order-info dl.width-lx{
    width:15%;
    position: relative;
}
.order-cont .order-info dl.width-dj{
    width:12%;
    position: relative;
}
.order-cont .order-info dl.width-zj{
    width:12%;
    border-right: 1px solid #d8d8d8;
}
.order-cont .order-info dl dt {
    padding:12px;
    background-color: #f6f6f6;
    font-weight: bold;/*conflict home/common.css first style*/
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px #d8d8d8 solid;
}
.order-cont .order-info dl dd{
    /*padding:18px 12px 8px 12px;*/
    padding:21px 15px 21px 15px;
}
.order-cont .order-info dl:first-child dt,.order-cont .order-info dl:first-child dd{
    padding-left:75px;
}
.order-cont .order-info dl>span{
    display: inline-block;
    margin-right: 5px;
}
.order-cont .order-info dl.width-lx span{
    color: #e1252a;
}
.order-cont .order-info dl .outimg{
    display: inline-block;
}
.order-cont .order-info dl .outimg>img{
    cursor: pointer;
    width: 14px;
    padding-bottom: 3px;
}
.order-cont .order-info dl .outimg:hover .own-layer{
    display: block;
}
.order-cont .order-info dl .own-layer{
    display: none;
    box-sizing: border-box;
    padding: 12px 8px;
    border: 1px solid #ececec;
    box-shadow: 0 0 5px #ececec;
    position: absolute;
    background-color: #fff;
    z-index: 1000
}
.order-cont .order-info dl .own-layer.active{
    display: block;
}
.order-cont .order-info dl .own-layer:before,
.order-cont .order-info dl .own-layer:after{
    position: absolute;
    content:'';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #ececec;
}
.order-cont .order-info dl .own-layer.v1{
    width: 350px;
    left: 95px;
    top: 36px;
}
.order-cont .order-info dl .own-layer.v1:before{
    top:30px;
    left: -21px;
    border-right-color: #ececec;
}
.order-cont .order-info dl .own-layer.v1:after{
    top:30px;
    left: -19px;
    border-right-color: #fff;
}
.order-cont .order-info dl .own-layer.v2{
    width: 220px;
    left: 130px;
    top: 54px;
}
.order-cont .order-info dl .own-layer.v2:before{
    top:13px;
    left: -21px;
    border-right-color: #ececec;
}
.order-cont .order-info dl .own-layer.v2:after{
    top:13px;
    left: -19px;
    border-right-color: #fff;
}
.order-cont .order-info dl .own-layer.v1 h6{
    font-size: 16px;
    color: #3a3a3a;
    margin-bottom: 10px;
}
.order-cont .order-info dl .own-layer table th,
.order-cont .order-info dl .own-layer table td{
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    color: #d81e06;
}
.order-cont .order-info dl .own-layer table th{
    height: 40px;
    line-height: 40px;
    color: white!important;
}
.order-cont .order-info dl .own-layer table td:first-child{
    color: #535353
}
.order-cont .order-info dl .own-layer table th.mid{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.order-cont .order-info dl .own-layer table td.mid{
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}
.order-cont .order-info dl .own-layer table th{
    background-color: #eb5648;
}
.order-cont .order-info dl .own-layer table tr.even td{
    background-color: #fff5f5;
}

/*20190318 abandon*/
/*.order-cont .coupon-pay-wrap{*/
/*!*background:url(../images/bg-coupon-pay.png) repeat-y;*!*/
/*padding-top:36px;*/
/*}*/
/*.order-cont .coupon-pay-wrap.bgcolor{*/
/*background-color:#fff;*/
/*}*/
/*.order-cont .coupon-pay-wrap .coupon{*/
/*padding-top:25px;*/
/*}*/
/*.order-cont .coupon-pay-wrap.bgcolor .coupon{*/
/*padding-top:0px;*/
/*}*/
/*.order-cont .coupon-pay-wrap .payway{*/
/*padding-bottom:25px;*/
/*border-bottom:1px dashed #cfcfcf;*/
/*}*/

/*2019/05/14 账户余额*/
.order-cont .coupon-pay-wrap.bgcolor{
    background-color:#fff;
}
.order-cont .coupon-pay-wrap .account{
    padding: 20px 0 10px ;
	position:relative;
}
.order-cont .coupon-pay-wrap .account .ul-money{
    display: inline-block;
}
.order-cont .coupon-pay-wrap .account .ul-money .ye-kxf{
    font-size:18px;
    display:inline-block;
    vertical-align: middle;
    min-width:92px;
    position: relative;
    top: -3px;
}

/*优惠券*/
.order-cont .coupon-pay-wrap .coupon .btn.btn-exchange{
    height: 40px;
}
.order-cont .coupon{
    padding: 20px 0 10px ;
    position:relative;
}
.order-cont .coupon label {
    margin-bottom: 0px;
    margin-top:0px;
}

.order-cont .coupon .form-wrap{
    margin-left:40px;
    margin-top:10px;
}
.order-cont .coupon .form-wrap{
    display: inline-block;
}
/*错误提示*/
.order-cont .coupon .form-wrap .err-info{
    font-size:12px;
    font-family: '宋体', SimSun;
    color:#d81e06;
    position: absolute;
    right:0px;
	top:40px;
    display:none;
}
.order-cont .coupon .form-wrap .err-info::before{
    padding-top:3px;
	width:23px;/*17+5*/
    content:url(../images/icon-info-sm.png);
    vertical-align:middle;
    display:inline-block;
}
.order-cont .coupon select{
    border-radius:0px;
    height:32px;
    line-height:32px;
    padding:0px 15px;
    border-right-width: 1px;
    width:400px;
    border-color:#e6e5e5;
    box-shadow: none;
    color:#565656;
	margin-left:12px;
}

/*2019/5/14 支付方式*/
.order-cont .payway{
    margin-top: 20px;
}
.order-cont .payway label{
    width: 50%;
}
/*错误提示*/
.order-cont .payway label .err-info{
    font-size:12px;
    font-family: '宋体', SimSun;
    color:#d81e06;
    float:right;
    position:relative;
    right:30px;
    display:none;
}
.order-cont .payway label .err-info::before{
    padding-top:3px;
	width:23px;/*17+5*/
    content:url(../images/icon-info-sm.png);
    vertical-align:middle;
    display:inline-block;
}
.order-cont .payway label .redrob{
    margin-left: 14px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.order-cont .payway label .redrob .redbag{
    position: absolute;
    left: 40px;
    bottom: -45px;
    display: none;
}
.order-cont .payway label .redrob:hover .redbag{
    display: block;
}
.order-cont .payway .moneypart{
    border: 1px #efefef solid;
    background-color: #f7f7f7;
}
.order-cont .payway .choose-way{
    width: 50%;
	height:172px;
    padding: 30px;
    background-color: white;
    border-right:1px #e7e7e7 solid;
}
.order-cont .payway .show-money{
    width: 50%;
    padding: 20px;
    background: url("../images/bg-show-money.png") no-repeat center center;
    background-size: 100% 100%;
    border-left:1px white solid;
}
.order-cont .payway .show-money>div{
    box-sizing: border-box;
    text-align: right;
}
.order-cont .payway .show-money ul{
    height: 80px;
}
.order-cont .payway .show-money ul li{
    margin-bottom: 15px;
}
.order-cont .payway .show-money ul li p{
    min-width: 80px;
    display: inline-block;
    font-size: 16px;
    color: #202020;
    margin-left: 25px;
}
.order-cont .payway .show-money .yj.line{
    text-decoration: line-through;
}
.order-cont .payway .show-money ul li p.red{
    color: red;
}
.order-cont .payway .payway-footer{
    margin-top: 25px;
}
.order-cont .payway .payway-footer .btn-prev{
    color: red;
}
.order-cont .payway .payway-footer .btn-prev img{
    margin-right: 25px;
    vertical-align: bottom;
}
.order-cont .payway .payway-footer .btn-submit-pay{
    width: 150px;
    height: 50px;
    background: none;
    background-color: #e1252a;
    line-height: 50px;
    font-weight: normal;
    font-size: 18px;
    position: relative;
}
.order-cont .payway .payway-footer .btn-submit-pay:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.order-cont .payway .payway-footer .btn-submit-pay:hover::after{
    background-color: rgba(246, 246, 246, 0.3);
}
.order-cont .payway .payway-footer .btn-submit-pay:hover{
    box-shadow: none;
}

.order-cont .coupon form .placeholder{color:#c7c7c7;font-weight:normal;}
.order-cont .coupon form input::-webkit-input-placeholder {color:#c7c7c7;font-weight:normal;}
.order-cont .coupon form input:-moz-placeholder {color:#c7c7c7;font-weight:normal;}
.order-cont .coupon form input::-moz-placeholder {color:#c7c7c7;font-weight:normal;}
.order-cont .coupon form input:-ms-input-placeholder {color:#c7c7c7;font-weight:normal;  }
/*for ie8*/
.order-cont .coupon .form-inline .form-group{
    display: inline-block;
    vertical-align: middle;
}
.order-cont .coupon .form-inline .form-control{
    display: inline-block;
}
.order-cont .coupon form .btn{
    height:41px;/*40+1*2border*/
    padding:0px;
    border-radius: 0px;
    font-size:16px;
}
/*兑换按钮*/
.order-cont .coupon form .btn.btn-exchange{
    width:80px;
    color:#fff;
    background-color:#e1252a;
    margin-left:-6px;
}
.order-cont .coupon form .btn:focus{
    outline:none;
}
.order-cont .coupon form .btn-exchange:active{
    background-image:none;
    background-color:#dd292c;
}
/*清空*/
.order-cont .coupon form .btn.btn-clear{
    height:40px;
    width:90px;
    color:#5f5f5f;
    border-color:#939393;
    background-color:transparent;
}
.order-cont .coupon form .btn-clear:active{
    border-color:#dd292c;
}
.order-cont .coupon .save-money{
    position:absolute;
    right:0px;
    top:0px;
}
.order-cont .coupon .sub-tit{
    color:#8a8a8a;
    margin-top:6px;
    margin-bottom:0px;
}
.order-cont .coupon .btn-yhq{
    display:inline-block;
    width:211px;
    height:41px;
    background:url(../images/bg-wx-code.png) no-repeat;
    vertical-align: middle;
    line-height:40px;
    font-size:16px;
    color:#ad9334;
    padding-left:50px;
    margin-right:18px;
}
.order-cont .coupon>label>.icon-expand{
    display: inline-block;
    width:18px;
    height:10px;
    cursor: pointer;
    margin-left:10px;
    background: url(../images/icon-zhankai.png) no-repeat;
}
.order-cont .coupon.active>label>.icon-expand{
    background-image: url(../images/icon-shouqi.png)
}
.order-cont .coupon .change-res-tip{
    color:#d82006;
    font-size:16px;
    display: inline-block;
    visibility: hidden;
}
.order-cont .coupon .change-res-tip>img{
    margin:0px 10px;
}

/*支付方式->账户充值复用*/
.ck-content .mainbox .payway ul li,.order-cont .account>.ul-money{
    line-height:60px;
    padding-left:40px;
}
.account-cont .mainbox .payway ul li{
    padding-left:20px;
}
.ck-content .mainbox .payway ul li.active,.ck-content .mainbox .payway ul li:not(.disabled):hover{
    box-shadow: 0 0 2px #EBEBEB;
    -moz-box-shadow: 0 0 2px #EBEBEB; /* 老的 Firefox */
    -o-box-shadow:0 0 2px #EBEBEB; /*Opera*/
    -ms-box-shadow:0 0 2px #EBEBEB;
    cursor:pointer;
}
.ie8 .ck-content .mainbox .payway ul li.active{
    border:1px solid #EBEBEB;
}
.ck-content .mainbox .payway ul li .icon-pw{
    margin:0px 20px;
    width:33px;
    height:33px;
}
.ck-content .mainbox .payway ul li .tit{
    color:#2f2f2f;
    font-size:18px;
    display:inline-block;
    vertical-align: middle;
    min-width:92px;
}
/*checkbox*/
.icheckbox {
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
}
.icheckbox_sr{
    display: inline-block;
    *display: inline;
    margin: 0;
    padding: 0;
    width: 21px;
    height: 21px;
    border: none;
    cursor: pointer;
}
input[type=checkbox]{
    /*去除浏览器默认样式*/
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    /*自己样式*/
    width: 20px;
    height: 20px;
    border:1px solid red;
    outline: none;
    background: transparent;
    border:2px solid #F32613;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

input[type=checkbox]::after{
    content: '✔';
    display: block;
    width: 100%;
    height: 100%;
    background: #F32613;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 18px;
    /*增加动画*/
    transition:all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    opacity: 0;
}
input[type=checkbox]:checked::after{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 1;
} 
.ck-content .money-sf{
    text-align: right;
    margin: 10px auto 0 auto;
}
.ck-content .money-sf .sf-tit{
    color:#373636;
	font-size:16px;
}
.ck-content .money-sf .shifu{
    color: #a1a1a1;
    font-weight:600;
}
.ck-content .money-sf .shifu i{
    color:#eb575b;
    font-size:30px;
    font-style:normal;
}
.order-cont .btn-submit-pay{
    font-size:22px;
}

/*勾选账户余额*/
.order-cont .account+.coupon{
    padding-top: 20px;
    border-top: 1px dashed #cfcfcf;
}
.order-cont .account>label{
    margin-bottom:0px;
}
.order-cont .account>label>img{
    min-width:22px;
}
.order-cont .ul-money>span{
    display:inline-block;
    vertical-align: middle;
}
.order-cont .ul-money>.tit{
    color:#2f2f2f;
    font-size:16px;
    margin-left:8px;
}
.order-cont .ul-money>.ye-kxf{
    color:#e60000;
    font-weight:bold;
}
.order-cont .ul-money>.ye-kxf>i{
    font-size:24px;
    font-style: normal;
}
.order-cont .ul-money .fc-b2b2b2{
    color: #b2b2b2;
}
.order-cont .ul-money .fc-b2b2b2 .predeposit {
	 line-height: 20px;
	 color: #FFF;
	 background-color: #F32613;
	 display: inline-block;
	 padding: 3px 10px;
	 margin: 0 4px;
	 border-radius: 5px;
}
.order-cont .ul-money .fc-b2b2b2 .red {
	line-height: 20px;
	color: #F32613;
	margin-left:25px;
	font-weight:600
}

/**支付状态弹出框20191219 change**/
.yestate-modal.modal{
    top:50%;
    margin-top:-242px;
}
.yestate-modal .modal-content{
    box-shadow: none;
    border:none;
}
.yestate-modal .modal-dialog{
    width:350px;
    margin: 30px auto;
}
.yestate-modal .modal-header{
    position:relative;
    padding:30px 15px 10px;
    border-bottom:none;
}
.yestate-modal .modal-header .close{
    position:absolute;
    top:10px;
    right:10px;
    z-index:1;
    font-size:36px;
    font-weight:normal;
}
.yestate-modal .modal-title{
    text-align:center;
    color:#252525;
    font-size:20px;
}
.yestate-modal .modal-title img{
    /*margin-right:10px;
    vertical-align:sub;
    text-align:center;*/
    margin-left:24px;
}
.yestate-modal .modal-body{
    padding:10px 30px 0px 30px;
    text-align: center;
    color:#b1b1b1;
}
.yestate-modal .modal-body .des{
    font-size:14px;
    margin-top:12px;
    letter-spacing: 0.1px;
}
.yestate-modal .modal-body a.suc-link{
    color:#eb4029;
    text-decoration: underline;
}
.yestate-modal .modal-body .btn{
    color:#ffffff;
    font-size:16px;
    border-radius:0px;
    padding:0px;
    width:154px;
    height:48px;
    line-height:46px;
    margin:50px 0px 45px;
    background:url(../images/yuestate-btn.png) no-repeat center;
    text-shadow: 1px 1px 4px rgba(208, 151, 33, 0.75);
}
.yestate-modal .modal-body .btn:active{
    box-shadow: none;
}
.yestate-modal .modal-footer{
    padding:15px 18px;
    background-color:#faf7f8;
    border-top:0px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius:6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius: 6px;
}
.yestate-modal .modal-footer .warm-tip{
    text-align: left;
    font-size:12px;
    color:#919191;
    margin-bottom:0px;
}
.yestate-modal .modal-footer .warm-tip span{
    color: #474747;
}
/*20200313支付成功手机号绑定*/
.yestate-modal.success{
    margin-top:-268px;
}
.yestate-modal.success .modal-content {
    height:537px;
    background:url(../images/yuestate-success-bg.png) no-repeat center;
}
.yestate-modal.success .modal-body .btn{
    margin-top:12px;
    margin-bottom:28px;
}
.yestate-modal.success .telBinder{
    padding:36px 28px 0px;
}
.yestate-modal.success .telBinder .form-control{
    color:#a9a9a9;
    height:36px;
    padding-top:0px;
    padding-bottom:0px;
    line-height:36px;
    border-radius:0px;
    box-shadow: none;
    border:none;
    width:195px;
    display: inline-block;
    vertical-align: middle;
}
.yestate-modal.success .telBinder .btn-bind{
    display: inline-block;
    vertical-align: middle;
    font-size:16px;
    color:#ffffff;
    line-height:36px;
    padding-left:15px;
    padding-right:15px;
    background: #f9d659;
    background: -moz-linear-gradient(top,  #f9d659 0%, #ffbd56 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9d659), color-stop(100%,#ffbd56));
    background: -webkit-linear-gradient(top,  #f9d659 0%,#ffbd56 100%);
    background: -o-linear-gradient(top,  #f9d659 0%,#ffbd56 100%);
    background: -ms-linear-gradient(top,  #f9d659 0%,#ffbd56 100%);
    background: linear-gradient(to bottom,  #f9d659 0%,#ffbd56 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d659', endColorstr='#ffbd56',GradientType=0 );
    text-shadow: 1px 1px 4px rgba(208, 151, 33, 0.75);
}
.yestate-modal.success .telBinder .tip{
    color:#fffefe;
    margin-top:12px;
}

/*****提交检测->扫码支付页面******/
.scan-cont .ls-ptitle{
    color:#2f2f2f;
    font-size:18px;
    margin-bottom:0px;
}
.scan-cont .st-order{
    margin-bottom: 16px;
}
.scan-cont .st-order .ls-ptitle{
    margin-top:6px;
}
.scan-cont .st-order .ls-ptitle i{
    font-style:normal;
}
.scan-cont .st-order p:first-child+p{
    margin-bottom:0px;
}
.scan-cont .st-order .yingfu-tit{
    color:#5e5e5e;
}
/*应付金额*/
.scan-cont .st-order .yingfu-je{
    color:#eb575b;
    font-size:24px;
    font-weight: 600;
}
.scan-cont .st-order .yingfu-je i{
    font-style: normal;
}
/*二维码读秒等文字*/
.scan-cont .erweima-tips{
    margin-left:20px;
    margin-top:6px;
    font-size:12px;
}
.scan-cont .erweima-tips p{
    margin-bottom:0px;
    color:#8a8a8a;
}
/*二维码过期等失败*/
.scan-cont .erweima-tips .tip-error{
    color:#ec676a;
    display:none;
}
/*完成支付*/
.scan-cont .btn-finish-pay{
    font-size:18px;
    background:url(../images/btn-finish-pay.png) no-repeat center;
    width:168px;
    height:51px;
    line-height:51px;
}
/*二维码显示区域*/
.scan-cont .sm-scan{
    width:45%;
    margin:50px auto 50px auto;
    min-width: 700px;
}
/*二维码图片*/
.scan-cont .sm-scan .div-img{
    width:298px;
    height:298px;
    position:relative;
    margin-bottom:0px;
    padding:20px;
    border:1px solid #e6e5e5;
}
/*真实生成的二维码*/
.scan-cont .sm-scan .div-img canvas,#qrcode{
    width:100%;
    height:100%;
}
/*二维码:加载;加载失败;过期;支付成功状态*/
.scan-cont .sm-scan .div-img .abs-wrap{
    display: none;
}
.scan-cont .sm-scan .div-img .abs-wrap.active{
    display:block;
}
/*多建一个蒙版层,否则内容元素会跟随透明也可用rgba*/
.scan-cont .sm-scan .div-img .abs-wrap .tranmb{
    background-color:#1d1d1d;
    opacity: 0.62;
    filter: alpha(opacity :60);
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:0;
}
.scan-cont .sm-scan .div-img .abs-wrap .cont{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:1;
    margin-top:30%;
}
.scan-cont .sm-scan .div-img .abs-wrap .txt{
    font-size:18px;
    color:#ffffff;
    font-weight:bold;
    margin-top:30px;
}
/*刷新*/
.scan-cont .sm-scan .div-img .abs-wrap .txt a{
    color:#ffffff;
    text-decoration: underline;
}

/*二维码底部的文字*/
.scan-cont .sm-scan .scan-txt-wrap{
    background-color:#ec676a;
    padding-top:15px;
    padding-bottom:15px;
    margin-top:16px;
    color:#ffffff;
}
.scan-cont .sm-scan .scan-txt-wrap>div{
    width:61%;
    margin:0 auto;
}
.scan-cont .sm-scan .scan-txt-wrap p{
    margin-bottom:2px;
}
.scan-cont .sm-scan .scan-txt-wrap img{
    margin-top:5px;
}
.scan-cont .sm-scan .payway-logo{
    margin-top:-20px;
}
.scan-cont a:hover .ls-ptitle{
    color:#e02d25;
}

/*****查看报告页面--->基本复用v1******/
/* use web/css/index.css  line634 .table-sm至line 868.remind*/
/*20180912 after bak delete old style*/
.itemm0 .Order-number{
    position: relative;
    float:left;
}
.itemm0 .Order{
    float: right;
    padding-top:8px;
    line-height: 20px;
}
.Order span{
    position: absolute;
    top: 30px;
    display: none;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 2px #efefef;
    z-index: 2;
}
.Order span:before,.Order span:after{
    position: absolute;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #efefef;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    top: -10px;
}
.Order span:after{
    border-bottom: 9px solid #ffffff;
    top: -8px;
}
.itemm0 .Order a{
    color: #525252;
    font-size: 14px;
    vertical-align: bottom;
    position: relative;
}
.itemm0 .Order a:hover{
    color: #e1252a;
}
.itemm0 .Order img{
    padding-right: 10px;
}
.Order-number label{
    margin: 0;
}
.Order-number input{
    padding: 10px;
    color: #b0b0b0;
    border: 1px solid #e6e5e5;
}
.Order-number button{
    width: 100px;
    height:100%;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    position: relative;
    top: 1px;
    border: none;
    font-size: 16px;
    margin-right: 50px;
}
.Lookreason {
    position: absolute;
    bottom: 30px;
    width: 260px;
    height: 127px;
    background: url(../images/item44.png) no-repeat;
    left: 95px;
    padding: 18px;
    display: none;
}
.Testing {
    color: #3a3842;
    padding-top: 25px;
    padding-left: 10px;
}
.remind{
    height: 48px;
	width:-webkit-calc(100% - 40px);
    background: #ffefef;
    color: #e42025;
    line-height: 48px;
	position: absolute;
	bottom:20px;
}
/*****本页面override v1 index.css*****/
.Order span{
    right:-200px;
}
.Order span:before,.Order span:after{
    right:280px;
}
.Order .Alipay-order span{
    right:-35px;
}
.Order .Alipay-order span:before,.Order .Alipay-order span:after{
    right:120px;
}
/*删除成功/失败*/
.layui-layer-msg{
    min-width:130px!important;
}
.layui-layer-ico.layui-layer-ico2{
    background:url(../images/icon-copy-fail.png) no-repeat;
}
.layui-layer-ico.layui-layer-ico1{
    background:url(../images/icon-copy-ok.png) no-repeat;
}
/**论文重复率下载弹出框20190128**/
.repeatModal{
    top:50%;
    margin-top:-268px;/*margin-top:-308px;*/
    text-align: center;
    color:#fff;
}
.repeatModal>.modal-dialog{
    margin: 0px auto;
    width:587px;
}
.repeatModal>.modal-dialog>.modal-content{
    background-color:transparent;
    border-color:transparent;
    box-shadow: none;
}
.repeatModal>.modal-dialog>.modal-content>.modal-body{
    width:100%;
    height:440px;/* height:568px;*/
    padding:35px;
    margin-top:48px;
}
.repeatHigh>.modal-dialog>.modal-content>.modal-body{
    background:url(../images/repeath-bg1.png) no-repeat;
}
.repeatMid>.modal-dialog>.modal-content>.modal-body{
    background:url(../images/repeatm-bg1.png) no-repeat;
}
.repeatLow>.modal-dialog>.modal-content>.modal-body{
    background:url(../images/repeatl-bg1.png) no-repeat;
}
/*关闭*/
.repeatModal .rp-close{
    position:absolute;
    right:-22px;
    top:-48px;
    z-index:100;
}
/*头像*/
.repeatModal .tx{
    width:100%;
    height:155px;
}
.repeatHigh .tx{
    background:url(../images/repeath-tx.png) no-repeat center;
}
.repeatMid .tx{
    background:url(../images/repeatm-tx.png) no-repeat center;
}
.repeatLow .tx{
    background:url(../images/repeatl-tx.png) no-repeat center;
}
.repeatModal .txt1{
    font-size:24px;
    line-height:56px;
    margin-bottom:0px;
}
.repeatModal .txt1>span{
    font-size:36px;
    display: inline-block;
    vertical-align: middle;
}
.repeatModal .txt2{
    font-size:18px;
    line-height:40px;
    margin-bottom:0px;
}
.repeatModal .txt2>span{
    font-weight:bold;
}
.repeatMid .txt2{
    color:#4e4e4e;
}
.repeatLow .txt2{
    color:#023733;
}
.repeatModal .txt3{
    color:#8f560e;
    margin:10px 0px;
}
.repeatModal .txt3:before{
    display: inline-block;
    width:16px;
    height:14px;
    content:"";
    background:url(../images/repeat-lb2.png) no-repeat left center;
    vertical-align: middle;
    margin-right:10px;
}
.repeatHigh .txt3{
    color:#fff;
}
.repeatHigh .txt3:before{
    background:url(../images/repeat-lb.png) no-repeat left center;
}
/*按钮*/
.repeatModal .bottom .btn{
    padding:0px;
    color:#ffffff;
    font-size:24px;
    box-shadow: none;
    width:148px;
    height:48px;
    line-height:46px;
    margin-top:10px;
}
.repeatModal .bottom .btn-down{
    margin-left:40px;
}
.repeatHigh .bottom .btn-again{
    width:172px;
    height:72px;
    line-height:70px;
    background:url(../images/repeath-btn1.png) no-repeat center;
    margin-top:0px;
}
.repeatHigh .bottom .btn-down{
    width:178px;
    height:78px;
    line-height:76px;
    background:url(../images/repeath-btn2.png) no-repeat center;
    color:#7f670a;
    margin-top:0px;
    margin-left:20px;
}
.repeatMid .bottom .btn-again{
    background:url(../images/repeatm-btn1.png) no-repeat center;
}
.repeatMid .bottom .btn-down{
    background:url(../images/repeatm-btn2.png) no-repeat center;
}
.repeatLow .bottom .btn-again{
    background:url(../images/repeatl-btn1.png) no-repeat center;
}
.repeatLow .bottom .btn-down{
    background:url(../images/repeatl-btn2.png) no-repeat center;
}
.repeatModal .foot{
    padding-top:110px;
    text-align: left;
}
.repeatHigh .foot{
    padding-top:88px;
}
.repeatModal .foot .txt4{
    font-size:24px;
    font-weight:bold;
    color:#fffffe;
    line-height:1;
    width:170px;
    display: inline-block;
    vertical-align: middle;
}
.repeatModal .foot .btn{
    font-size:18px;
    font-weight:bold;
    padding:7px 22px;
}
.repeatModal .foot .btn1{
    margin-right:20px;
    background: #fffdf5;
    background: -moz-linear-gradient(top, #fffdf5 0%, #fff6cf 100%);
    background: -webkit-linear-gradient(top, #fffdf5 0%, #fff6cf 100%);
    background: -o-linear-gradient(top, #fffdf5 0%, #fff6cf 100%);
    background: -ms-linear-gradient(top, #fffdf5 0%, #fff6cf 100%);
    background: linear-gradient(to bottom, #fffdf5 0%, #fff6cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#fffdf5, endColorstr=#fff6cf,GradientType=0 );
}
.repeatModal .foot .btn2{
    background: #fff5f8;
    background: -moz-linear-gradient(top, #fff5f8 0%, #fed7e4 100%);
    background: -webkit-linear-gradient(top, #fff5f8 0%, #fed7e4 100%);
    background: -o-linear-gradient(top, #fff5f8 0%, #fed7e4 100%);
    background: -ms-linear-gradient(top, #fff5f8 0%, #fed7e4 100%);
    background: linear-gradient(to bottom, #fff5f8 0%, #fed7e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#fff5f8, endColorstr=#fed7e4,GradientType=0 );
}
.repeatHigh .foot .btn{
    color:#ed4242;
}
.repeatMid .foot .btn{
    color:#e16a1a;
}
.repeatLow .foot .btn{
    color:#1b8269;
}
.repeatLow .foot .btn1{
    background: #e9f5ea;
    background: -moz-linear-gradient(top, #e9f5ea 0%, #a4fdd2 100%);
    background: -webkit-linear-gradient(top, #e9f5ea 0%, #a4fdd2 100%);
    background: -o-linear-gradient(top, #e9f5ea 0%, #a4fdd2 100%);
    background: -ms-linear-gradient(top, #e9f5ea 0%, #a4fdd2 100%);
    background: linear-gradient(to bottom, #e9f5ea 0%, #a4fdd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#e9f5ea, endColorstr=#a4fdd2,GradientType=0 );
}
.repeatLow .foot .btn2{
    background: #eef2f5;
    background: -moz-linear-gradient(top, #eef2f5 0%, #bbf2fd 100%);
    background: -webkit-linear-gradient(top, #eef2f5 0%, #bbf2fd 100%);
    background: -o-linear-gradient(top, #eef2f5 0%, #bbf2fd 100%);
    background: -ms-linear-gradient(top, #eef2f5 0%, #bbf2fd 100%);
    background: linear-gradient(to bottom, #eef2f5 0%, #bbf2fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#eef2f5, endColorstr=#bbf2fd,GradientType=0 );
}

/*****账户中心页面*****/
/* --->基本复用v1 use web/css/index.css  line874 .leftnav 至line 985 .centerbox .Btitie*/
.leftnav{
    height: 100%;
    float: left;
    position: relative;
    padding: 20px;
}
.leftnav .hand{
    width: 60px;
    margin: 0 auto;
    display: block;
}
.leftnav .hand img{
    width: 100%;
    display: block;
    border-radius: 50%;
}
.leftnav ul{
    display: inline-block;
    width: 100%;
}
.leftnav ul>li{
    font-size: 16px;
    color: #4a4a4a;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    width: 100%;
}
.leftnav ul>li i{
    width: 20px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.leftnav ul>li b{
    font-size: 18px;
    font-weight: 500;
}
.leftnav ul>li.activee{
    color: #d5282b;
}
/*****override v1 leftnav*****/
.account-cont .leftnav{
    background-color:#fff;
    width:18.5%;
    min-height:800px;
}
.account-cont .leftnav .hand{
    height:60px;
}
.account-cont .leftnav ul{
    padding-top: 45px;
}
.account-cont .leftnav ul>li{
    text-align: left;
    padding:20px 0px 20px 20px;
}
.account-cont .leftnav ul>li i{
    float:none;
}
.account-cont .leftnav ul>li b{
    float:none;
}
.leftnav ul>li.item-jbxx i{
    background: url(../images/navh1.png) no-repeat;
}
.leftnav ul>li.item-czjl i{
    background: url(../images/navh2.png) no-repeat;
}
.leftnav ul>li.item-xfjl i{
    background: url(../images/navh3.png) no-repeat;
}
.leftnav ul>li.item-zhcz i{
    background: url(../images/navh5.png) no-repeat;
}
.leftnav ul>li.item-yhq i{
    background: url(../images/navh6.png) no-repeat;
}
.leftnav ul>li.item-config i{
    background: url(../images/navh-config.png) no-repeat;
}
.leftnav ul>li.item-jbxx.activee i{
    background: url(../images/navc1.png) no-repeat;
}
.leftnav ul>li.item-czjl.activee i{
    background: url(../images/navc2.png) no-repeat;
}
.leftnav ul>li.item-xfjl.activee i{
    background: url(../images/navc3.png) no-repeat;
}
.leftnav ul>li.item-zhcz.activee i{
    background: url(../images/navc5.png) no-repeat;
}
.leftnav ul>li.item-yhq.activee i{
    background: url(../images/navc6.png) no-repeat;
}
.leftnav ul>li.item-config.activee i{
    background: url(../images/navc-config.png) no-repeat;
}

/**主体内容区域**/
.account-cont .mainboxs-wrap{
    min-height:800px;
    width:79.8%;
    margin-left: 1.7%;
    float: left;
}
.account-cont .mainboxs-wrap .mainbox{
    display:none;
}
.account-cont .mainboxs-wrap .mainbox.activee{
    display: block;
}
/*标题*/
.block .Btitie{
    color: #3a3842;
    font-size: 18px;
    padding-left:20px;
    position: relative;
    display:inline-block;
    margin-top: 10px;
}
.block .Btitie:after{
    content: '';
    width: 4px;
    height: 18px;
    background: #d2282b;
    position: absolute;
    top:3px;
    left: 0;
}
.mainbox>.block{
    background-color:#fff;
    padding:25px 30px;
    margin-top:20px;
}
.mainbox>.block:first-child{
    margin-top:0px;
}


/*公用-账户余额*/
.mainbox .block>.container-fluid{
    margin: 25px 0;
    position: relative;
}
.mainbox .container-fluid .line{
    width: 1px;
    height: 85px;
    position: absolute;
    left: 50%;
    background-color: #d1d1d1;
}
.mainbox .container-fluid .col-xs-6{
    text-align: center;
}

.mainbox .keyong-yue{
    font-size:30px;
    padding-top:0px;
    color: #ca292b;
    margin-bottom: 5px;
}
.mainbox .control-label{
    font-weight: normal;
    font-size:16px;
    color: #616161;
}
.mainbox .zhye-czbtn{
    padding: 5px 16px;
    background-color: #e22429 ;
    color: white;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: -15px;
    cursor: pointer;
}

/*基本信息*/
.mainbox.jbxx .row{
    margin-left:20px;
}
.mainbox.jbxx dl{
    font-size:16px;
    margin:20px 0px;
}
.mainbox.jbxx dl dt{
    color:#424242;
    font-weight:normal;
    float:left;
    min-width:5em;
    width:10%;
}
.mainbox.jbxx dl dd{
    color:#939393;
    float:left;
}
.mainbox.jbxx dl dd i.yue{
    color:#d1282b;
    font-style:normal;
}

/*2020/3/25*/
.mainbox.jbxx dl dd .btn{
    padding: 8px 25px;
    font-size: 16px;
    border: 1px solid;
}
.mainbox.jbxx dl dd .btn.v1{
    background: #ffe0e1;
    color:#e22429;
}
.mainbox.jbxx dl dd .btn.v1:hover{
    color: white;
    background: url("../images/bg-btn-red.png") no-repeat;
    background-size: cover;
}

 .mainbox.jbxx dl dd .btn.v2{
     background: #ebf9ff;
     color:#0d72e5;
 }
.mainbox.jbxx dl dd .btn.v2:hover{
    color: white;
    background: url("../images/bg-btn-blue.png") no-repeat;
    background-size: cover;
}

/*去充值*/
.mainbox.jbxx .btn-recharge{
    background-color:#d2282b;
    color:#fff;
    padding:0px;
    border:0px;
    font-size:12px;
    width:78px;
    height:28px;
    line-height:28px;
    margin-top:-3px;
    margin-left:48px;
}

.mainbox.jbxx .form-group span.col-xs-1{
    padding: 10px 20px 0 0;
    width: 1%;
    text-align: center;
    color:red;
}

/*充值记录+消费记录*/
.mainbox .table-record{
    margin-top:30px;
    margin-bottom: 0px;
}
.mainbox .table-record tr th{
    color:#202020;
    font-weight:normal;
    border-bottom:0px;
    background-color:#f8f8f8;
    line-height:40px;
    padding-top:0px;
    padding-bottom:0px;
}
.mainbox .table-record tr td {
    color: #424242;
    line-height:50px;
    padding-top:0px;
    padding-bottom:0px;
}
.mainbox .table-record tr td,.mainbox .table-record tr th{
    padding-left:30px;
}
.mainbox .table-record tbody tr:first-child td {
    border-top:0px;
}
.mainbox .table-record tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}

/**账户充值**/
/*.mainbox.zhcz .block>.container-fluid{*/
/*margin: 25px 0;*/
/*}*/
/*.mainbox.zhcz .container-fluid .col-xs-6{*/
/*text-align: center;*/
/*border-left: 1px #d1d1d1 solid;*/
/*}*/
/*.mainbox.zhcz .container-fluid .col-xs-6:first-child{*/
/*border-left: none;*/
/*}*/
/*.mainbox.zhcz .keyong-yue{*/
/*font-size:30px;*/
/*padding-top:0px;*/
/*padding-bottom:0px;*/
/*color: #ca292b;*/
/*margin-bottom: 5px;*/
/*}*/
/*.mainbox.zhcz .control-label{*/
/*font-weight: normal;*/
/*font-size:16px;*/
/*color: #616161;*/
/*}*/
.mainbox.zhcz form{
    color:#616161;
}
.mainbox.zhcz form .form-group{
    margin-bottom:0px;
}

.mainbox.zhcz form input{
    font-size:24px;
    color:#616161;
    height:45px;
    line-height:45px;
    padding-top:0px;
    padding-bottom:0px;
    border-color:#fbe9e9;
    box-shadow: none;
    border-radius: 3px;
    margin-right: 15px;
}

.mainbox.zhcz form .keyong-yue span{
    font-size:30px;
    color:#ca292b;
}
.mainbox.zhcz .explain{
    color:#b1b1b1;
    line-height:45px;
}
.mainbox.zhcz form .form-group .col-xs-12{
    margin-top:-15px;
    margin-bottom:25px;
}
.mainbox.zhcz .unit{
    font-size:18px;
    line-height:45px;
    padding-right:10px;
}
.mainbox.zhcz .least{
    color:#dc3033;
    line-height:45px;
}
.mainbox.zhcz .money-cal{
    padding-top:0px;
    padding-bottom:0px;
}
.mainbox.zhcz .money-cal .yj.line{
    text-decoration:line-through;
}
.mainbox.zhcz .money-cal .yj-tit{
    padding:14px 0px;
    text-align: right;
    color:#3b3a3a;
    font-weight:bold;
}
.mainbox.zhcz .money-cal .yj-tit i{
    font-style: normal;
    color:#615f5f;
    font-size:18px;
    font-weight:normal;
}

/*错误提示*/
.mainbox.zhcz .err-info{
    color:#dc3033;
    position:relative;
    display:none;
}
.mainbox.zhcz .err-info::before{
    width:23px;/*17+5*/
    content:url(../images/icon-err-sm.png);
    vertical-align:middle;
    display:inline-block;
}

/**支付宝支付+微信支付复用order.html**/
.mainbox.zhcz .payway>ul{
    margin-top:25px;
    display:block;
}
.mainbox.zhcz .btn-submit-pay{
    font-size:22px;
    float:right;
}

/**系统公告**/
.sys-notice{
    color:#d91515;
    width:380px;
}
.sys-notice img{
    margin-right:14px;
}
/*左右文字滚动效果--不支持<=IE9*/
.marquee {
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 10s linear infinite;
}
.marquee:hover {
    animation-play-state: paused
}
/* Make it move */
@keyframes marquee {
    0%   { text-indent: 0; }
    100% { text-indent: -300px; }
}

/**账户中心-优惠券**/
.mainbox.yhq>.block{
    min-height:800px;
}
/**下载优惠券弹窗**/
.yhq-Modal.modal{
    top:15%;
}
.yhq-Modal .modal-dialog{
    width:446px;
    margin:0px auto;
}
.yhq-Modal .modal-dialog .modal-content{
    border-radius:4px;
}
.yhq-Modal .modal-header{
    padding:8px 12px 8px 20px;
}
.yhq-Modal .modal-header .close{
    color:#e9e9e9;
    filter: alpha(opacity=100);
    opacity: 1;
    font-weight:normal;
    font-size:36px;
    outline: none;
    padding:0px;
}
.yhq-Modal .modal-title{
    color:#040404;
    font-size:14px;
    line-height:36px;
}
.yhq-Modal .modal-body{
    color:#888888;
    padding:30px 15px;
}

/*优惠券*/
.yhq-Modal .modal-body>p:first-child{
    text-align: center;
    margin-bottom:10px;
}
.yhq-Modal .yhq-wrap{
    padding:33px 55px;
}
.mainbox.yhq .yhq-wrap{
    padding:0px 22px;
}
/**报告页折扣券弹出窗与账户中心优惠券部分样式共用**/
/*.yhq-Modal .yhq-wrap>.bg-yhq,*/
/*.mainbox.yhq .yhq-wrap>.bg-yhq*/
.yhq-wrap>.bg-yhq{
    color:#fdfffe;
    text-align: center;
    width:311px;
    height:127px;
    background:url(../images/bg-yhq.png) no-repeat center;
}
.mainbox.yhq .yhq-wrap>.bg-yhq{
    margin:20px 60px 45px 0px;
    float:left;
}
.yhq-wrap>.bg-yhq.disabled{
    color:#424242;
    width:306px;
    background:url(../images/bg-yhq-disabled.png) no-repeat center;
}
.yhq-wrap>.bg-yhq>.col-left{
    width:125px;
    float:left;
}
.yhq-wrap>.bg-yhq>.col-right{
    width:186px;
    height:100%;
    float:left;
    position:relative;
}
.yhq-wrap>.bg-yhq.disabled>.col-right{
    width:181px;
}
.yhq-wrap .bg-yhq .s1{
    font-size:16px;
}
.yhq-wrap .bg-yhq .s1>i{
    color:#fff;
    font-size:88px;
    font-style: normal;
}
.yhq-wrap .bg-yhq.disabled .s1>i{
    color:#2a2a2a;
}
.yhq-wrap .bg-yhq .s2{
    font-size:12px;
    position:absolute;
    right:10px;
    top:5px;
}
.yhq-wrap .bg-yhq .s3{
    font-size:16px;
    position:absolute;
    right:26px;
    bottom:20px;
}
.yhq-wrap .bg-yhq a.s3{
    color:#fdfffe;
}
.yhq-wrap .bg-yhq.disabled .s3{
    right:16px;
}
/*优惠券码*/
.yhq-wrap .bg-yhq .yhq-num{
    color:#000000;
    text-align: left;
    padding:30px 0px 0px 25px;
}
.yhq-wrap .bg-yhq .yhq-num>span{
    font-size:18px;
}

/*底部*/
.yhq-Modal .md-bottom{
    border-top:1px solid #ececec;
    padding:18px 0px 5px 55px;
}
.mainbox.yhq .md-bottom{
    border-top:1px solid #ededed;
    padding:0px 22px;
}
/*按钮*/
.yhq-Modal .btn-wrap{
    padding-right:55px;
}
.yhq-Modal .btn-wrap>.col-xs-6{
    padding-left:10px;
    padding-right:0px;
}
.yhq-Modal .btn-wrap>.col-xs-6:first-child{
    padding-left:0px;
    padding-right:10px;
}
.yhq-Modal .btn{
    padding:0px;
    line-height:42px;
}
.yhq-Modal .btn-get{
    color:#ffffff;
    background-color:#da1c1c;
}
.yhq-Modal .btn-ignore{
    color:#818181;
    background-color:#e5e5e5;
}
/*使用说明*/
.yhq-Modal .mark-des,
.mainbox.yhq .mark-des
{
    line-height:26px;
    margin-top:30px;
    text-align: left;
}
.mainbox.yhq .mark-des{
    line-height:34px;
}
.yhq-Modal .mark-des p,
.mainbox.yhq .mark-des p{
    margin-bottom:0px;
}
.yhq-Modal .mark-des>p:first-child,
.mainbox.yhq .mark-des>p:first-child{
    color:#474747;
}
.mainbox.yhq .mark-des>p:first-child{
    font-size:16px;
}

/**账户中心-账号设置-->合并到基本信息**/
.mainbox.jbxx>.block-jbxx{
    padding-top:20px;
}
.mainbox.config{
    min-height:800px;
}
.mainbox.config .block-config{
    padding-top:20px;
}
.config form.form-account{
    margin-top:30px;
}
.config .form-account>.form-group{
    margin-bottom:25px;
    margin-right:0px;
    margin-left:0px;
}
.config form>.form-group>.control-label{
    font-weight:normal;
    font-size:16px;
    color:#424242;
}
.config form>.form-group .form-control{
    border-radius:0px;
    height:40px;
    line-height:40px;
    padding-top:0px;
    padding-bottom:0px;
}
.config form .placeholder{color:#b9b9b9;}
.config form input::-webkit-input-placeholder {color:#b9b9b9;}
.config form input:-moz-placeholder {color:#b9b9b9;}
.config form input::-moz-placeholder {color:#b9b9b9;}
.config form input:-ms-input-placeholder {color:#b9b9b9;}
.config .form-account>.form-group.bottom-group{
    border-top:1px solid #e6e5e5;
    margin-top:40px;
}
.config .form-account .bottom-group .btn-save,
.telModal .btn-save{
    background-color:#e1252a;
    border:0px;
    outline: none;
    font-size:18px;
    color:#fff;
    min-width:158px;
    padding-top:10px;
    padding-bottom:10px;
}
.config .form-account .bottom-group .btn-save{
    margin-top:28px;
}
.config .form-account .bind-wrap{
    font-size:18px;
    color:#cdcdcd;
    line-height:40px;
}
.config .form-account .bind-wrap>img{
    vertical-align:text-top;
    margin-right:10px;
}
.config form .has-error .form-control{
    border-color: #ff3636;
}
.config .err-info {
    color: #e1252a;
}
.config .form-account>.form-group .err-info{
    line-height:40px;
    display:none;
}
.config .form-account .has-error .err-info{
    display: inline;
}
/*手机验证码弹出窗*/
.telModal>.modal-dialog{
    margin:0 auto;
    width:480px;
    top:30%;
}
.telModal>.modal-dialog>.modal-content{
    overflow: hidden;
}
.telModal .modal-header{
    background-color:#e1252a;
    padding-top:8px;
    padding-bottom:8px;
}
.telModal .modal-header>.modal-title{
    color:#fff;
}
.telModal .modal-header>.modal-title>img{
    margin-right:15px;
    vertical-align: sub;
}
.telModal .modal-body{
    text-align: center;
    padding:0px;
}
.telModal form{
    margin:20px 0px 25px;
}
.telModal form>.form-group{
    margin-bottom:18px;
    margin-right:0px;
    margin-left:0px;
}
.telModal form>.form-group>div.col-xs-8{
    padding-left:0px;
    padding-right:0px;
}
.telModal form .yzm-wrap{
    position:relative;
}
.telModal form .yzm-wrap>.form-control{
    padding-right:120px;
}
.telModal form .yzm-wrap>.btn{
    position:absolute;
    right:0px;
    top:6px;
    line-height:28px;
    padding-top:0px;
    padding-bottom:0px;
    border:0px;
    border-radius:0px;
    color:#a3a3a3;
    border-left:1px solid #e6e5e5;
}
.telModal form .err-info{
    margin-bottom:0px;
}
/*新增的广告*/
/*.ck-ad{
    margin-top: 20px;
}
.ck-ad-tittle{
    width: 610px;
    height: 20px;
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
    font-size: 18px;
}
.ck-ad-tittle img{
    margin-left: -305px;
    position: absolute;
    left: 50%;
    top: 12px;
}
.ck-ad .ad{
    position: relative;
}
.ck-ad ul{
    width: 1320px;
    margin: 0 auto;
}
.ck-ad ul li{
    width: 245px;
    height: 105px;
    padding: 16px 15px;
    border: 1px #e4e4e4 solid;
    float: left;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.ck-ad ul li:hover{
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.ck-ad ul li>div{
    margin-top: 12px;
}
.ck-ad ul li>div h3{
    font-size: 16px;
    font-weight: 900;
    color: #252525;
}
.ck-ad ul li>div p{
    color: #a3a3a3;
    font-size: 12px;
}
.ck-ad ul li:first-child{
    margin-left: 0;
    background-color:#e5f1f8;
}
.ck-ad ul li:nth-child(2){
    background-color:#fbfbf3;
}
.ck-ad ul li:nth-child(3){
    background-color:#fcf3f3;
}
.ck-ad ul li:nth-child(3) img{
    margin-top: -7px;
}
.ck-ad ul li:nth-child(4){
    background-color:#faf3fb;
}
.ck-ad ul li:nth-child(5){
    background-color:#f3fbf6;
}
@media screen and (max-width: 1492px){
    .ck-ad ul li{
        width: 170px;
        height: 90px;
        margin-left: 30px;
        padding: 14px 23px;
    }
    .ck-ad ul li img{
        display: none;
    }
}*/
/*轮播1200广告*/
.ck-imgad{
    height: 120px;
    width:100%;
    text-align: center;
    margin: 25px auto 0;
    overflow: hidden;
    position: relative;
}
.ck-imgad .moving-ul{
    position: absolute;
    left:0px;
    width:100%;
}
/*单张广告*/
.bom-banner{
    width:100%;
    text-align: center;
    margin: 25px auto 0;
}
.bom-banner>img{
    max-width:100%;
}
/*20200326 4个banner*/
.bom-banner .row1 {
    margin-left: -12px;
    margin-right: -12px;
    text-align: left;
}
.bom-banner .row1 > .col {
    padding-left: 12px;
    padding-right: 12px;
    width:25%;
    float:left;
}
.bom-banner .col>.itemer {
    /*border: 1px solid #eeeded;*/
    border-radius: 6px;
    height: 118px;
    color:#4e4e4e;
    display: block;
    padding:34px 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position:relative;
}
.bom-banner .itemer .p1{
    font-size:16px;
    font-weight:bold;
    margin-bottom:12px;
}
.bom-banner .itemer .p2{
    font-size:12px;
}
.bom-banner .itemer .abs1{
    position:absolute;
    right:20px;
    bottom:15px;
}

/*降重纠错弹窗*//*20200304*/
.toCheck{
    position: fixed;
    top: 50%;
    margin-top:-320px;
    text-align: left;
}
.toCheck>.modal-dialog{
    width: 630px;
    margin: 40px auto;
}
.toCheck>.modal-dialog>.modal-content {
    box-shadow: none;
}
.toCheck>.modal-dialog>.modal-content>.modal-body {
    padding: 35px;
}
.toCheck .modal-body>.rp-close{
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 50px;
    text-align: center;
    top: 0px;
    right: 0px;
}
.toCheck .modal-body>.rp-close>i{
    font-size: 36px;
    color: black;
}
.toCheck .modal-body>.rp-close:hover{
    background-color: #e33a33;
}
.toCheck .modal-body>.rp-close:hover>i{
    color: white;
}
.toCheck .btn-cz{
    text-align: center;
    display: inline-block;
    width: 55px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 14px ;
    color: white;
    background-color: #e42025;
    border: none;
}
.toCheck .tips-cz{
    display: none;
}
.toCheck .tips-cz.active{
    display: inline-block;
}
.toCheck .attention{
    color: #888888;
    font-size:12px;
    padding-top:16px;
    padding-bottom:16px;
}
.toCheck .attention .p1{
    color:#575757;
}
.jiangchong .attention{
    background-color:#f6f6f6;
    padding-left:8px;
    padding-right:8px;
}
.toCheck .modal-body .bttn{
    width: 138px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:none;
    border-radius: 4px;
    display: none;
    margin:20px auto 0px;
    font-size:18px;
}
.toCheck .modal-body .bttn.active{
    display: block;
}
.toCheck .modal-body .btn-startjc{
    background-color: #e42025;
    color: white;
    background: -moz-linear-gradient(top,  #f75555 0%, #df2727 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f75555), color-stop(100%,#df2727));
    background: -webkit-linear-gradient(top,  #f75555 0%,#df2727 100%);
    background: -o-linear-gradient(top,  #f75555 0%,#df2727 100%);
    background: -ms-linear-gradient(top,  #f75555 0%,#df2727 100%);
    background: linear-gradient(to bottom,  #f75555 0%,#df2727 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75555', endColorstr='#df2727',GradientType=0 );
}
.toCheck .modal-body .btn-startcz{
    background-color: #e3e3e3;
    color: #a0a0a0;
}
.toCheck .jc-head{
    text-align: center;
}
.toCheck .jc-head .logoer{
    position:relative;
    margin-top:-75px;
}
.toCheck .jc-head .modal-title{
    color:#333333;
    font-size:24px;
    margin-bottom:15px;
}
.toCheck .jc-head .icon-wait{
    display: inline-block;
    vertical-align: middle;
    width:16px;
    height:4px;
    background:url(../images/modal-waiting.gif) no-repeat center;
}
.toCheck .info-wrap{
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
    color:#6b6b6b;
    line-height: 26px;
    padding:14px 4px 10px;
}
.jiangchong .info-wrap{
    font-size:14px;
    line-height: 26px;
}
.toCheck .info-wrap dl{
    position:relative;
    padding-left:5em;
}
.toCheck dl>dt{
    color:#333333;
    font-weight:normal;
    width:5em;
    position:absolute;
    left:0px;
    top:0px;
}
.toCheck .info-wrap .count-txt{
    font-size:12px;
    color:#a6a6a6;
}
.toCheck i{
    font-style: normal;
}
.toCheck .impl{
    color: #ec4040;
    letter-spacing: 1px;
}
.toCheck .PayRealMoney{
    font-weight: bold;
    font-size: 24px;
}

/*降重兑换优惠券*/
.jiangchong .pay-wrap{
    margin:12px 4px;
    line-height:28px;
}
.jiangchong .pay-wrap .form{
    color:#333333;
    font-size:12px;
}
.jiangchong .pay-wrap .form-group{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.jiangchong .form-control{
    font-size:12px;
    height:30px;
    padding-top:0px;
    padding-bottom:0px;
    width:206px;
    border-radius:0px;
}
.jiangchong .btn-exchange{
    background-color:#e12b2b;
    color:#fff;
    font-size:12px;
    border-radius:0px;
    padding-top:0px;
    padding-bottom:0px;
    margin-left: -8px;
    line-height:inherit;
    outline: none;
}
.jiangchong .CouponAfterWrap{
    display: inline-block;
    width:254px;
    height:30px;
}
/*2019/5/14*/
.zjc-statement{
    margin: 10px -2px 10px 66px;
    padding: 13px 15px;
    background-color: #F9F0DD;
    color: #36363C;
}
/*input[type = file] 不能被放在a标签里面，在IE会有冲突，不会跳转*/
.ck-content .tab-content .upload-wrap .filePrew{
    width: 175px;
    height: 46px;
    margin-left: -80px;
    left: 50%;
    z-index: 100;
    color: transparent;
}

/*2019/8/22 order页面新增一个悬浮*/
.freeget-coupon2{
    width: 134px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #a36f11;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/juxing134.png") no-repeat center center;
    position: relative;
    cursor: pointer;
}
.freeget-coupon2:hover .activity,
.freeget-coupon2:hover .activity.v2{
    display: block;
}
.freeget-coupon2 .activity{
    display: none;
    width: 568px;
    height: 268px;
    padding: 40px;
    position: absolute;
    top: 40px;
    left: -158px;
    cursor: auto;
    background:url("../images/box-uparrow.png") no-repeat center center;
}
.freeget-coupon2 .activity.v2{
    display: none;
    width: 568px;
    height: 268px;
    padding: 40px;
    position: absolute;
    top: -221px;
    left: -572px;
    cursor: auto;
    background: #ffffff;
    box-shadow: 0 0 4px #dedede;
}
.freeget-coupon2 .activity .txt{
    width: 240px;
    text-align: left;
    padding-top: 10px;
}
.freeget-coupon2 .activity .txt ul li{
    color: #515151;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 24px;
    position: relative;
}
.freeget-coupon2 .activity .txt ul li:after{
    position: absolute;
    top: 5px;
    left: -5px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
}
.freeget-coupon2 .activity .midline{
    content: "";
    width: 1px;
    height: 215px;
    background-color: #EFEFEF;
    position: absolute;
    left: 250px;
    top: 35px;
}

.cl-message {
    border-radius: 4px;
    overflow: hidden;
    min-width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #EBEEF5;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #edf2fc;
    -webkit-transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.3s, transform 0.4s, top 0.4s;
    transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
    padding: 15px 15px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -50px;
}
/*.cl-message .cl-message__icon {*/
/*    margin-right: 10px;*/
/*    margin-top: -2px;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    float: left;*/
/*}*/
.cl-message .cl-message__content {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
}
.cl-message.cl-message--error {
    background-color: black;
    border-color: black;
    z-index: 2001;
}
.cl-message.cl-message--error .cl-message__content {
    color: white;
}

h3{ padding: 0; margin: 0; }

.popup .bg{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: #3a3a3a;opacity: .6;filter:alpha(opacity:60);z-index: 999;}
.popup .popup-bd{position: fixed;background: #fff;border-radius: 4px;overflow: hidden;left: 50%;top: 50%;z-index: 1000}
.popup .container{position: relative;}

.popup .p-1{width: 540px;min-height: 230px;margin-left: -270px;margin-top: -115px;}
.popup .p-2{width: 540px;min-height: 334px;margin-left: -270px;margin-top: -167px;}
.popup .p-3{width: 540px;min-height: 246px;margin-left: -270px;margin-top: -123px;}
.popup .p-4{width: 540px;min-height: 584px;margin-left: -270px;margin-top: -287px;}
.popup .p-5{width: 540px;min-height: 430px;margin-left: -270px;margin-top: -215px;}
.popup .p-6{width: 540px;min-height: 300px;margin-left: -270px;margin-top: -150px;}
.popup .p-7{width: 820px;height: 480px;margin-left: -410px;margin-top: -240px;}
.popup .p-9{width: 800px;height: 466px;margin-left: -400px;margin-top: -233px;}
.popup .p-8{width: 540px;min-height: 350px;margin-left: -270px;margin-top: -175px;}
.popup .p-9{width: 450px;height: 360px;margin-left: -225px;margin-top: -180px;}
.popup h3{background: #4BA575;height: 40px;line-height: 40px;text-indent: 14px;color: #fff;font-size: 15px;font-weight: normal;}
.popup .close{position: absolute;right: 3px;top: 3px;width: 34px;height: 34px;background:url('../images/close1.png') no-repeat center; cursor: pointer;/*opacity: .6;filter:alpha(opacity:60)*/}
/*.popup .close:hover{;opacity: 1;filter:alpha(opacity:100)}*/
.popup .close_gray{background-image: url(../images/close_gray.png);opacity:1;}
.popup-info{padding-top: 20px;font-size: 15px; text-align:center}
.popup .p-2 .text{font-size: 16px;line-height: 40px;color: #333; padding-left:40px}
.popup .btn{height: 34px;/*line-height: 34px;*line-height: 28px;*/ min-width: 80px;padding: 0 24px;*width: 100px;*padding: 0; text-align: center;border-radius: 4px;display: inline-block;font-size: 15px;margin: 0 10px;cursor:pointer}

.popup .btn-blue{border: 1px solid #4BA575;}
.popup .btn-gray{ *border: none;background: #56B282;color: #FFF;/*margin: 0 5px;*/}
.popup .btn-gray:hover{color: #fff;background: #4BA575;}
.popup .btn_orange{border: 1px solid #ff8e01;background: #ff8e01;color: #fff;}
.last-bottom{border-top: 1px solid #e3e3e3;height: 40px;text-align: center; font-size: 14px;line-height: 40px;margin-top: 30px; color:#dc292d;}
.show-title1{color: #666666;font-size: 16px;text-align: left;margin-left: 50px;line-height: 36px;}
.show-user{color: #666666;font-size: 16px;text-align: left;margin-left: 50px;height:40px;}
.show-user .title{ width:100px; float:left; line-height:30px;}
.show-user .content{ line-height:30px;}



.login_box { width: 322px; margin: 0 auto; padding:10px 20px}
.login_box .input-inline { width: 280px; margin-bottom: 17px; position: relative; text-align:left}
.login_box .input-inline .error{ border:1px solid red;}
.login_box .input-inline input { border: 1px solid #E6E5E5; border-radius: 4px; outline: 0; width: 280px; height: 40px; line-height: 40px; font-size: 15px; color: #999; padding-left: 42px; background-color:#FAFAFA;}
.login_box .input-inline input:focus { border: 1px solid #10c55b }
.login_box .input-inline input.danger { border: 1px solid #fda233 }
.login_box .input-inline .input-icon { background: url(../images/login.png) no-repeat; width: 20px;height: 22px;  position: absolute; left: 10px; top: 9px }
.login_box .input-inline .input-icon.i-phone { background-position: -67px -38px }
.login_box .input-inline .input-icon.i-code { background-position: -23px -38px }
.login_box .input-inline .input-icon.i-sms { background-position: -88px  -38px }
.login_box .input-inline .input-icon.i-user { background-position: 0 -38px }
.login_box .input-inline .input-icon.i-password { background-position: -47px -38px }
.login_box .input-inline .input-icon.i-email { background-position: -117px -38px }
.login_box .input-inline.captcha input { width: 185px;}
.login_box .input-inline.captcha .btn-captcha { background-color: #FF6B4E; border-radius: 4px; border: 1px solid #FF6B4E; text-align: center;  vertical-align: middle; float: right; width: 90px; height: 40px; line-height: 40px;}
.login_box .input-inline.captcha .btn-captcha:hover{ background-color: #CE5739; border-radius: 4px; border: 1px solid #CE5739; text-align: center;  vertical-align: middle; float: right; width: 90px; height: 40px; line-height: 40px;}
.login_box .input-inline.captcha .btn-captcha.disabled { pointer-events: none; background-color: #FF6B4E; border-color: #FF6B4E }
.login_box .input-inline.captcha .btn-captcha.disabled a { color: #FFF!important }
.login_box .input-inline.captcha .btn-captcha a { font-size: 14px; color:#FFF;}
.login_box .input-inline.captcha .btn-captcha a:hover { text-decoration:none; color:#FFF}
.login_box .input-inline .auto { height:25px; line-height:10px; font-size:14px; cursor:pointer; color:#FFF;}
.login_box .input-inline .auto .checkbox { height:15px; width:40px; margin-top:10px;}
.login_box .code-span { border: 1px solid #e3e3e3;border-radius: 4px; width: 90px; height: 40px; overflow: hidden; float: right; position: relative; z-index: 1; }
.login_box .code-span a { font-size: 12px; text-decoration: none; line-height: 36px; color: #FFF; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000'); background: rgba(0,0,0,0.5); text-align: center; display: none; width: 90px; height: 40px; position: absolute; z-index: 1; top: 0; left: 0; }
.login_box .code-span:hover a { display: block; }
/*2020-4-25 修改报告页面 切换tab*/
.wrap { width:100%; margin:0 auto 30px auto}
.a10 { color: #fff;  text-decoration: none; margin-bottom:0}
.a10:hover { color: #ffff00; text-decoration: none;}
.md-head { line-height: 40px; height:40px;}
.md-head a { border-top-width:0px; float:left; border-bottom-width: 1px; width: 200px; background-color: #56b282; text-align: center; border-right-width: 0px; margin-right:0.5%; border-radius: 7px 7px 0 0;}
.md-head a.wid { width: 200px; text-decoration:none; margin-right:0.5%}
.md-head a.cur { border-bottom-width: 0px; color: #56b282; background-color: #fff; text-decoration: none; font-size:16px; font-weight:bold; line-height:50px;}
.md-body { padding:0;zoom: 1}
.showmain{ max-width:1620px; margin:0 auto 10px auto;}