@charset "UTF-8";
/***************************page common style************************************/
body{
    /*导航栏会往下坠*/
    /*min-width: 1060px ;*/
}
/*layui*/
body .layui-layer-btn .layui-layer-btn0 {
    border-color: #e1252a;
    background-color: #e1252a;
}
.ck-body{
    background-color:#f4f4f4;
    line-height: 1.42857143;
}
/*导航栏*/
.ck-navtop{
    background-color:#fff;
    border-bottom: 2px #e02d25 solid;
    line-height: 58px;
    font-size:0px;/*消除垂直居中文本的中线与对齐的基线误差但子元素必须重新定义font-size*/
}
/*logo*/
.ck-navtop .div-img{
    float:left;
    margin-right:50px;
    margin-bottom: 0;
}
.ck-navtop ul.nav{
    font-size:15px;
    float:left;
}
.ck-navtop ul.tablist{
    font-size:15px;
}
.ck-navtop ul.nav li{
    float:left;
    position:relative;
    font-size:inherit;
}
.ck-navtop ul.nav li>a{
    padding: 0;
    margin: 0 15px;
    color:#565656;
}
.ck-navtop ul.nav li>a:after{
    content:"";
    display: inline-block;
    position: absolute;
    left:0px;
    bottom:15px;
    width:100%;
    height:0px;
    background-color:#e02d25;
    opacity: 0;
    filter:Alpha(opacity=0);
}
.ck-navtop ul.nav li>a:hover,.ck-navtop ul.nav li.active>a {
    color:#e02d25;
    background-color:transparent;
}
.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 .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:5px;
    top:10px;
}
/*登录信息*/
.ck-navtop .login-info{
    float:right;
    color:#838383;
    position:relative;
    text-align:left;
}
.ck-navtop .login-info:before{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../../common/images/icon-arrowdown.png") no-repeat center center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    transition: transform 0.2s;
}
.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 #ebebeb;
}

.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{
    font-size:14px;
    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;
}
.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 8px;
}
.ck-navtop .login-info .hovermenu>ul li{
    width: 100%;
    float:left;
    text-align: left;
    position:relative;
    padding-left: 17px;
    line-height:30px;
}
/*退出*/
.ck-navtop .login-info .hovermenu>ul li:hover,
.ck-navtop .login-info .hovermenu .logout:hover{
    cursor: pointer;
    background-color:#f0f0f0;
}
.ck-navtop .login-info .hovermenu a{
    color:#838282;
}
/*!*退出*!*/
.ck-navtop .login-info .hovermenu .logout{
    line-height:30px;
    padding-left: 17px;
    position: relative;
}
.ck-navtop .login-info .hovermenu .logout>a{
    margin-top: 5px;
}
.ck-navtop .login-info .hovermenu .logout:before{
    content: '';
    width: 190px;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: -5px;
    left: 5px;
}
/*首页登录按钮*/
.ck-navtop .logoin{
    margin-left: 10px;
}
.ck-navtop .logoin .pleaselogin{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #e63f43;
    font-size: 14px;
    transition: all 2s;
}

/*移入鼠标悬浮*/
.ck-navtop .logoin2{
    margin:0px 10px;
}
.ck-navtop .logoin2 .hovermenu2{
    height: 50px;
    padding-top: 9px;
    position: relative;
}
.ck-navtop .logoin2 .hovermenu2 h3{
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #f74549;
    color: #f9f9f9;
    font-size: 12px;
}
.ck-navtop .logoin2 .hovermenu2 h3 img{
    margin: -5px 13px 0;
}
.ck-navtop .logoin2 .hovermenu2>ul{
    border-radius: 4px;
    padding: 5px 0;
    position: absolute;
    top: 50px;
    width:100%;
    z-index: 100;
    background-color: white;
    display: none;
    box-shadow: 0 0 10px #efefef;
}
.ck-navtop .logoin2 .hovermenu2:hover ul{
    display:block;
}
.ck-navtop .logoin2 .hovermenu2>ul li{
    width: 100%;
    float:left;
    text-align: left;
    padding-left:15px;
    line-height: 26px;
}
.ck-navtop .logoin2 .hovermenu2>ul li:hover{
    background-color: #f8f8f8;
}
.ck-navtop .logoin2 .hovermenu2>ul li a{
    color: #5b5b5b;
}

/*20200228*/
.nav-ban>li{
    /*margin: 0px!important;*/
    /*line-height: 20px;*/
    cursor: pointer;
    padding:0px 14px;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
    position: relative;
    z-index:2;
    font-size:14px;
    color:#797979;
}
.nav-ban>li:hover{
    border-color:#e4e4e4;
    background-color:#fbfbfb;
}
.nav-ban>li>i.icon-down{
    display: inline-block;
    vertical-align: middle;
    width:9px;
    height:20px;
    margin-left:6px;
    background:url(../images/nav/icon-down.png) no-repeat center;
}
.nav-ban>li>span{
    display: inline-block;
    color: #595959;
    font-size: 14px;
}
.nav-ban>li>i.icon-tit{
    display: inline-block;
    vertical-align: middle;
    width:19px;
    height:19px;
    margin-right:6px;
    margin-top:-4px;
    background:url(../images/nav/fuli-icon.png) no-repeat center;
}
.nav-ban>li.jiang>i.icon-tit{
    background-image:url(../images/nav/jiang-icon.png);
}
.nav-ban>li.zhi>i.icon-tit{
    background-image:url(../images/nav/zhi-icon.png);
}
.nav-ban>li.runse>i.icon-tit{
    background-image:url(../images/nav/runse-icon.png);
}
.nav-ban>li.gongkao>i.icon-tit{
    background-image:url(../images/nav/gong-icon.png);
}
.nav-ban>li.paiban>i.icon-tit{
    background-image:url(../images/nav/paiban-icon.png);
}
/*.nav-ban>li.jdlw>i.icon-tit{*/
    /*background-image:url(../images/nav/jdlw-icon.png);*/
/*}*/
.nav-ban>li:hover:after{
    content:"";
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    height:3px;
    background-color:#fbfbfb;
    z-index:5;
}
.nav-ban>li>.bodyer{
    position: absolute;
    right:-1px;
    top:100%;
    margin-top:-3px;
    z-index:1;
    cursor: default;
    display: none;
    line-height:20px;
}
.nav-ban>li:hover>.bodyer{
    display: block;
    height:207px;
}
.nav-ban>li>.bodyer{
    width:700px;
}
.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:40px 25px;
    position: relative;
}
.nav-ban>li>.bodyer>.col50{
    width:50%;
}
.nav-ban>li>.bodyer>.col100{
    width:100%;
}
.nav-ban>li>.bodyer>.col50:first-child{
    border-right:none;
}
.nav-ban>li>.bodyer h2{
    font-size:30px;
    font-weight:bold;
    margin-bottom:15px;
}
.nav-ban>li>.bodyer .sec{
    color:#686868;
    font-size:14px;
    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;
}
/*知网本科及职场必备*/
.nav-ban>li .col50.huang{
    background-image: url(../images/nav/bg-huang.png);
}
/*知网硕博*/
.nav-ban>li .col50.fen{
    background-image: url(../images/nav/bg-fen.png);
}
/*青年里*/
.nav-ban>li .col50.lan{
    background-image: url(../images/nav/bg-lan.png);
}
/*论文降重*/
.nav-ban>li .col100.lan{
    background-image: url(../images/nav/bg-lan-long.png);
}
/*润色*/
.nav-ban>li.runse .col100{
    background-image: url(../images/nav/bg-runse.png);
}
/*排版*/
.nav-ban>li.paiban .col100{
    background-image: url(../images/nav/bg-paiban.png);
}

/*玩转大学简历优化*/
.nav-ban>li.fuli .col100{
    height:160px;
    background-image: url(../images/nav/bg-qiuzhi.png);
    border-top:none;
}
/*公考*/
.nav-ban>li.gongkao .col100{
    background-image: url(../images/nav/bg-gong.png?v200526);
}
/*腾讯王卡*/
.nav-ban>li.txdw .bodyer{
    width:557px;
}
.nav-ban>li.txdw .bodyer>.col100{
    background-image: url(../images/nav/bg-txdw.png);
}
.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 .huang .icon-bg{
    width:135px;
    height:168px;
    background-image:url(../images/nav/zhiwbk.png?v=350);
}
.nav-ban>li.fuli .huang .icon-bg{
    width:109px;
    height:159px;
    background-image:url(../images/nav/zcbb.png);
}
.nav-ban>li.zhi .fen .icon-bg{
    width:126px;
    height:173px;
    background-image:url(../images/nav/zhiwsb.png);
}
.nav-ban>li.fuli .lan .icon-bg{
    width:132px;
    height:132px;
    right:32px;
    bottom:38px;
    background-image:url(../images/nav/qingnl.png);
}
.nav-ban>li.jiang .lan .icon-bg{
    width:160px;
    height:168px;
    background-image:url(../images/nav/lwjc.png);
}
.nav-ban>li.runse>.bodyer .icon-bg{
    width:170px;
    height:172px;
    background-image:url(../images/nav/runse.png);
}
.nav-ban>li.paiban .bodyer{
    width:507px;
}
.nav-ban>li.paiban>.bodyer .icon-bg{
    width: 207px;
    height: 168px;
    background-image:url(../images/nav/paiban.png);
    right: 10px;
}
.nav-ban>li.gongkao>.bodyer .icon-bg{
    width:120px;
    height:120px;
    right:15px;
    bottom:16px;
    background-image:url(../images/nav/gongkao.png?v20200526);
    background-size:100% 100%;
}
.nav-ban>li.txdw>.bodyer .icon-bg {
    width:127px;
    height:127px;
    right:18px;
    bottom:18px;
    background-image:url(../images/nav/txdw.png);
}
.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: #d21f34;
    background: -moz-linear-gradient(top, #f94359 0%, #d21f34 100%);
    background: -webkit-linear-gradient(top, #f94359 0%, #d21f34 100%);
    background: -o-linear-gradient(top, #f94359 0%, #d21f34 100%);
    background: -ms-linear-gradient(top, #f94359 0%, #d21f34 100%);
    background: linear-gradient(to bottom, #f94359 0%, #d21f34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#f94359, endColorstr=#d21f34,GradientType=0 );
}
@media screen and (max-width: 1432px){
    /*窄屏隐藏润色菜单banner*/
    .nav-ban>li.runse{
        display: none;
    }
}

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

/*适配*/
@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>ul>li>.col-txt{
        padding-right: 0 !important;
    }

    /*下载报告页面，底部的广告*/
    .report-cont>div{
        width: 100%;
        min-width: 1060px;
    }
}
@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 .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-top: 12px;
    cursor: pointer;
}

/*submit.html提交+order.html提交支付+pay.html完成支付+report.html查询+account.html扫码支付*/
.ck-content .btn-submit-pay,.scan-cont .btn-finish-pay{
    font-size:24px;
    color:#ffffff;
    font-weight:bold;
    background:url(../images/btn-submit.png) no-repeat;
    padding:0px;
    width:195px;
    height:59px;
    line-height:58px;
}
.ck-content .btn-submit-pay.v1{
    width: 150px;
    height: 50px;
    background: none;
    background-color: #e1252a;
    font-weight: normal;
    line-height: 50px;
    margin-left: 3px;
}
.ck-content .btn-submit-pay:focus,.ck-content .btn-prev:focus,.scan-cont .btn-finish-pay:focus,.report-cont .Order-number button:focus{
    outline:none;
}
.ck-content .btn-submit-pay:hover,.scan-cont .btn-finish-pay:hover,.report-cont .Order-number button:hover{
    box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42);
}
.ck-content .btn-submit-pay:active,.scan-cont .btn-finish-pay:active,.report-cont .Order-number button:active{
    background-image:none;
    background-color:#dd292c;
}
/*上一步*/
.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;
}
/*免费使用*/
.submit-cont .btn-freeuse{
    height:50px;
    line-height:48px;
    margin-left:32px;
    padding:0px;
    border-radius:3px;
    font-size:20px;
    font-weight:bold;
    min-width:150px;
    color:#e33a33;
    border-color:#f35754;
}
.submit-cont .btn-freeuse:hover{
    box-shadow: 0 8px 16px -12px rgba(227,58,51, 0.42), 0 8px 10px -5px rgba(227,58,51, 0.2);
}

/*步骤引导*/
.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;
}
/**20181031新版本*/
.submit-cont>.row>.col-rmain{
    background:url(../images/bg-check.png) no-repeat,#fbfbfc;
    background-size:100% 100%;
    padding: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;
}
/*已输入字符*/
.submit-cont form .counter{
    font-size:14px;
    color:#c7c7c7;
    font-weight: 400;
    float:right;
    margin-top:15px;
}
.submit-cont form .counter i{
    color:#e94641;
    font-style:normal;
    font-size:18px;
    font-weight: bold;
    padding: 0 5px;
}
/*提交检测页面,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:12px;
}
.submit-cont form input.form-control{
    height:45px;
    line-height:45px;
    padding-top:0px;
    padding-bottom:0px;
    border-color:#e6e5e5;
}
.submit-cont form textarea {
    border-color:#e6e5e5;
    resize:none;
}
.submit-cont form .tab-pane{
    height:460px;
    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;
}
/*2020/3/30 end*/

.submit-cont form .placeholder{color:#9a9a9a;}
.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:2px;
}
.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*/
    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:#e1252a;
    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:20px 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: 40px;
}
.submit-cont .item-ques .ques-warp{
    font-size:12px;
    color:#878787;
    line-height:22px;
    margin:25px 0px;
}
.submit-cont .ques-warp .row>a{
    color:#525252;
}
.submit-cont .ques-warp .row>a:after{
    content:'';
    display: inline-block;
    background:url(../images/icon-expand.png) no-repeat;
    width:14px;
    height:8px;
    margin-left:8px;
}
.submit-cont .ques-warp .row.active>a:after{
    background:url(../images/icon-collapse.png) no-repeat;
}
.submit-cont .ques-warp .row .collapse{
    margin-bottom:20px;
}
.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 .table-head{
    font-size: 18px;
    color: #e1252a;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.submit-cont .item-table .table-head .hover-layer{
    display: none;
    position: absolute;
    top:36px;
    left: -116px;
    width: 360px;
    height: 64px;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    box-shadow: 0 0 2px #ececec;
    padding: 12px 30px;
    font-size: 14px;
    color: #797979;
    font-weight: lighter;
}
.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: #d81e06;
}
.submit-cont .item-table table th{
    color: white!important;
}
.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: #eb5648;
}
.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.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: -40px;
    margin-left: -150px;
}
.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:35px;
}
.submit-cont .level-verisons .version-item{
    /*display: inline-block;*/
    /*width: 280px;*/
    display: block;
    float:left;
    width:23.875%;
    margin-left:1.5%;
    max-width:280px;
    overflow:hidden;
    height: 80px;
    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: 18px;
}
@media screen and (max-width: 1438px) {
    .submit-cont .level-verisons .version-item,.submit-cont .level-verisons .version-item .v-name{
        font-size:12px;
    }
}
.submit-cont .level-verisons .version-item .v-name i{
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}
.submit-cont .level-verisons .version-item .v-name span{
    font-size: 14px;
}
.submit-cont .level-verisons .version-item .v-foot{
    height: 33px;
    line-height: 33px;
}
.submit-cont .level-verisons .version-item .icon-check{
    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:hover .v-name i,
.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,
.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,
.submit-cont .level-verisons .version-item.active .v-name{
    color: #e1252a;
}
.submit-cont .level-verisons .version-item:hover .v-foot,
.submit-cont .level-verisons .version-item.active .v-foot{
    background-color: #e1252a;
    color: white;
}
.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 .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,
.submit-cont .level-verisons .version-item.jc.active{
    border: 1px solid #2170d6;
}
.submit-cont .level-verisons .version-item.jc:hover .v-name{
    color: #2170d6;
}
.submit-cont .level-verisons .version-item.jc:hover .v-foot{
    background-color: #2170d6;
}
/*2020.04.30增加turnitin*/
.submit-cont .level-verisons .version-item.turnitin .v-name i{
    background: url("../images/icon-turnitin-gray.png") no-repeat;
}
.submit-cont .level-verisons .version-item.turnitin:hover .v-name i,
.submit-cont .level-verisons .version-item.turnitin.active .v-name i{
    background: url("../images/icon-turnitin.png") no-repeat;
}
.submit-cont .level-verisons .version-item.turnitin:hover,
.submit-cont .level-verisons .version-item.turnitin.active{
    border: 1px solid #5d89a2;
}
.submit-cont .level-verisons .version-item.turnitin:hover .v-name{
    color: #5d89a2;
}
.submit-cont .level-verisons .version-item.turnitin:hover .v-foot{
    background-color: #5d89a2;
}

/*****提交检测->订单结算******/
.order-cont>.row,.scan-cont>.row,.report-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:20%;
    border-left: 1px solid #d8d8d8;
}
.order-cont .order-info dl.width-tm{
    width:24%;
}
.order-cont .order-info dl.width-zz{
    width:20%;
}
.order-cont .order-info dl.width-lx{
    width:12%;
    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: 35px 0 20px ;
}
.order-cont .coupon-pay-wrap .account label{
    margin-right: 57px;
}
.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: 25px 0 20px ;
    position:relative;
}
.order-cont .coupon label {
    margin-bottom: 0px;
    margin-top:0px;
}

.order-cont .coupon .form-wrap{
    margin-left:30px;
    margin-top:10px;
}
.order-cont .coupon .form-wrap{
    display: inline-block;
}
.order-cont .coupon form{
    margin-bottom:0px;
}
.order-cont .coupon form input{
    border-radius:0px;
    height:40px;
    line-height:40px;
    padding-top:0px;
    padding-bottom:0px;
    border-right-width: 0px;
    width:320px;
    border-color:#e6e5e5;
    box-shadow: none;
    font-size:24px;
    font-weight:bold;
    color:#565656;
}

/*2019/5/14 支付方式*/
.order-cont .payway{
    margin-top: 20px;
}
.order-cont .payway label{
    width: 50%;
}
.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%;
    padding: 30px 50px 23px;
    background-color: white;
    border-right:1px #e7e7e7 solid;
}
.order-cont .payway .choose-way ul li{
    padding: 14px 35px 14px 25px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
}
.order-cont .payway .choose-way ul li.active,.order-cont .payway .choose-way ul li:not(.disabled):hover{
    box-shadow: 0 0 6px #efefef;
}
.choose-way ul li .icon-pw{
    margin-right: 15px;
    width:33px;
    height:33px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}
.choose-way li.chosen-way-alipay .icon-pw{
    background-image:url(../images/icon-zfb.png?v2);
}
.choose-way li.chosen-way-alipay.disabled .icon-pw{
    background-image:url(../images/icon-zfb-disabled.png?v2);
}
.choose-way li.chosen-way-wx .icon-pw{
    background-image:url(../images/icon-wx.png);
}
.choose-way li.chosen-way-wx.disabled .icon-pw{
    background-image:url(../images/icon-wx-disabled.png);
}
.choose-way li .cg-ponit{
    margin-top: 8px;
    width:20px;
    height:20px;
    display: inline-block;
    vertical-align: middle;
    background:url(../images/icon-graypoint.png) no-repeat center;
}
.choose-way li.active .cg-ponit{
    background-image:url(../images/icon-redpoint.png);
}
.choose-way li .icon-youhui{
    margin-left: 15px;
    width:98px;
    height:32px;
    display: inline-block;
    vertical-align: middle;
    background:url(../images/icon-youhui2.png) no-repeat center;
}
.choose-way li.disabled .icon-youhui{
    background-image:url(../images/icon-youhui-disabled.png);
}


.order-cont .payway .show-money{
    width: 50%;
    padding: 25px 20px 17px 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: 120px;
}
.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;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 21px;
    height: 21px;
    border: none;
    cursor: pointer;
    background:url(../images/checkbox.png) no-repeat center;
}
.icheckbox_sr.checked {
    background:url(../images/checkbox-checked.png) no-repeat center;
}
.icheckbox_sr.disabled {
    cursor: not-allowed;
    background:url(../images/checkbox-disabled.png) no-repeat center;
}
.ck-content .money-sf{
    text-align: right;
    margin: 0px auto;
}
.ck-content .money-sf .sf-tit{
    color:#373636;
    font-weight:600;
}
.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;
}


/**支付状态弹出框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;
}
.NoPresentation, .TabLoading {
    margin: 0 auto;
    padding: 30px 0 100px 0;
    display: table;
}
.NoPresentation h3, .TabLoading h1 {
    line-height:20px;
    color: #a9a6a6;
    font-size: 14px;
    float: left;
}
.NoPresentation h3>img, .TabLoading h1>img{
    margin-right:20px;
    vertical-align: middle;
}
.Testing {
    color: #3a3842;
    padding-top: 25px;
    padding-left: 10px;
}
.remind{
    width: 100%;
    height: 48px;
    background: #ffefef;
    color: #e42025;
    line-height: 48px;
    margin-top: 20px;
}
/*****本页面override v1 index.css*****/
.report-cont>.row{
    padding:20px;
}
.report-cont.table-sbm {
    background:transparent;
    padding:0px;
}
.report-cont .itemm0{
    display: block;
}
.report-cont .Order-number label {
    font-size:18px;
    color:#2f2f2f;
    font-weight: normal;
    padding-right:25px;
}
.report-cont .Order-number input {
    border-radius:0px;
    height:36px;
    line-height:36px;
    padding-top:0px;
    padding-bottom:0px;
    width:300px;
    display:inline-block;
}
.report-cont .Order-number .placeholder{color:#b0b0b0;}
.report-cont .Order-number input::-webkit-input-placeholder { color:#b0b0b0;}
.report-cont .Order-number input:-moz-placeholder {color:#b0b0b0;}
.report-cont .Order-number input::-moz-placeholder {color:#b0b0b0;}
.report-cont .Order-number input:-ms-input-placeholder {color:#b0b0b0;}
.report-cont .Order-number button {
    background-color:transparent;
    background:url(../images/btn-query.png) no-repeat;
    border-radius: 0px;
    width:106px;
    margin-left:-6px;
}
.report-cont .itemm0 .Order{
    padding-right:0px;
}
.report-cont .itemm0 .Order a{
    float:right;
    margin-right:0px;
    padding-bottom:0px;
}
.report-cont .itemm0 .Order a.WeChat-order{
    margin-right:40px;
}
.report-cont .itemm0 .Order img {
    vertical-align: middle;
}
.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;
}
.report-cont .itemm1 {
    padding-top: 0px;
    border-top: 0px;
    margin-top: 0px;
}
.report-cont .Testing .red{
    color:#e42025;
    font-style:normal;
}
.report-cont .remind {
    font-size:12px;
    padding-left:20px;
}

/*报告结果改为表格*/
.report-cont .table tbody tr td {
    border-color:#f0f0f0;
    padding: 0px 0px 0px 20px;
    line-height: 46px;
    color:#3a3842;
}
.report-cont .table tbody tr td:nth-child(2) {
    padding: 0px 40px 0px 20px;
}
.report-cont .table tbody tr:first-child td {
    border-top:0px;
}
.report-cont .table>thead>tr>th {
    border-bottom-width: 0px;
    background-color: #f6f6f6;
    padding: 0px 0px 0px 20px;
    line-height:48px;
    font-weight: bold;/*conflict home/common.css first style*/
}
.report-cont .table tbody tr td i{
    padding-left: 20px;
}
.report-cont .table tbody tr td i:first-child{
    padding-left: 0px;
}
/*未登录时的扫码下载样式*/
.report-cont .table tbody tr td a.btn-scan-down,
.report-cont .table tbody tr td a.btn-wait-pay{
    color:#3a3842;
}
.report-cont .table tbody tr td a.btn-scan-down img,
.report-cont .table tbody tr td a.btn-wait-pay img{
    margin-right:5px;
}
/*待支付*/
.report-cont .table tbody tr td a.btn-wait-pay+i{
    padding-left:16px;
}

/*控制列宽*/
.report-cont .table .ddh{
    /*width:18.5%;*/
    width:22.5%;
}
.report-cont .table .lwbt{
    /*width:38.5%;*/
    width:32.5%;
}
.report-cont .table .zt{
    /*width:18%;*/
    width:12%;
}
.report-cont .table .xsd{
    /*width:9%;*/
}
.report-cont .table .tjrq{
    width:10%;
}
.report-cont .table .cz{
    width:21%;
}
.report-cont .table tr th:last-child{
    text-align: right;
    padding-right: 80px;
}
.report-cont .table tr td:last-child{
    text-align: right;
    padding-right: 26px;
}
/*状态及失败弹窗*/
.report-cont .table tr .state{
    position:relative;
}
/*这种无动画效果*/
/*.report-cont .table tr .state:hover .Lookreason{*/
/*display:block;*/
/*}*/
.report-cont .Lookreason {
    left: 20px;
}
.report-cont .table .state.fail{
    color: #d81e06;
    cursor:pointer;
}
.report-cont .table .state.fail:hover{
    text-decoration: underline;
}
.report-cont .table .state.pass{
    /*color: green;*/
}
.report-cont .table .state{
    color:#464646;
}
/*预计出报告时间*/
.report-cont .table .state .badge{
    background-color:#a0a0a0;
    font-weight:normal;
    border-radius:4px;
    padding:6px 8px;
    position:absolute;
    left:0px;
    top:-10px;
    display:none;
}
.report-cont .table .state:hover .badge{
    display: block;
}
/*朝下的箭头*/
.report-cont .table .state .badge .arrow,.report-cont .table .state .badge .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.report-cont .table .state .badge .arrow {
    border-width: 4px;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    border-top-color: #9f9f9f;
    border-bottom-width: 0;
}
.report-cont .table .xsd-progress{
    /*width:40px;*/
    /*height:15px;*/
    width: 70px;
    height: 20px;
    background-color:#f4f4f4;
    position:relative;
    float:left;
    border-radius: 4px;
}
.report-cont .table .xsd-progress .percent{
    display: inline-block;
    height:100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    float:left;
}
.report-cont .table .xsd-progress .percent.per-danger{
    background-color:#de332b;
}
.report-cont .table .xsd-progress .percent.per-success{
    background-color: #58A55C;
    /*相似度=0时不能应用至少1px样式*/
    min-width:1px;
}
.report-cont .table .xsd-progress .percent.per-warn{
    background-color: #F2BE42;
}
.report-cont .table .xsd-val{
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    line-height:20px;
    font-size:12px;
}
.report-cont .table .xsd-progress .xsd-val{
    position: absolute;
    right:0px;
}
.report-cont .table .xsd-val.xsd-val-suceed{
    font-size: 14px;
}
/*20181220没有报告*/
.report-cont .no-res{
    text-align: center;
    color:#767676;
}
.report-cont .no-res>p{
    font-size:18px;
    margin:25px 0px;
}
.report-cont .no-res>.btn{
    color:#fff;
    background-color:#ef514d;
    min-width:116px;
    padding-top:9px;
    padding-bottom:9px;
}
/*20181213高峰期提示*/
.report-cont>.row.alert{
    padding-top:15px;
    padding-bottom:15px;
    border-radius:0px;
    background-color:#fffcee;
    color:#565656;
    display:none;
    margin-bottom: 10px;
}
.report-cont>.alert p{
    margin-bottom:0px;
}
.report-cont>.alert p:before{
    content:"";
    display:inline-block;
    height:6px;
    width:6px;
    border-radius:50%;
    background-color:#de332b;
    vertical-align: middle;
    margin-right:10px;
}
.report-cont>.alert .close{
    right:0px;
}
/*删除成功/失败*/
.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;
    height: 60px;
    margin: 40px 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>.row{
    position: relative;
    padding-left:18.5%;
    min-height:800px;
}
.account-cont .leftnav{
    background-color:#fff;
    width:18.5%;
    /*min-height:800px;*/
    position:absolute;
    left:0px;
    top:0px;
    bottom:0px;
}
.account-cont .leftnav ul>li{
    /*text-align: left;*/
    /*padding:20px 0px 20px 20px;*/
    text-align: center;
    padding: 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;*/
    border-left:20px solid transparent;
}
.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;
    position: relative;
}
.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.abser{
    position:absolute;
    right:0px;
    top:-20px;
}
.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;
}
/*2019/05/06 新增点击收藏 p30*/
.table-body{
    position: relative;
}
.table-body .url-collection{
    width: 28px;
    letter-spacing: 1px;
    cursor: pointer;
    position: absolute;
    left: -28px;
    top: 40px;
    display: block;
    padding-bottom:15px;
    text-align: center;
    background:#fc6767;
    background: -moz-linear-gradient(left, #fc6767 0%, #c30b0b 100%);
    background: -webkit-linear-gradient(left, #fc6767 0%,#c30b0b 100%);
    background: -o-linear-gradient(left, #fc6767 0%,#c30b0b 100%);
    background: -ms-linear-gradient(left, #fc6767 0%,#c30b0b 100%);
    background: linear-gradient(to right, #fc6767 0%,#c30b0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6767', endColorstr='#c30b0b',GradientType=1 );
}
.table-body .url-collection p{
    width: 20px;
    margin-left:4px;
    color: white;
    writing-mode:vertical-lr;
}
.table-body .url-collection:active{
    color: #c9c9c9;
}
.table-body .url-collection img{
    position: relative;
    left: 7px;
    margin: 15px 0;
}
@media screen and (max-width: 1156px){
    .table-body .url-collection{
        left: 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:15px;
    bottom:15px;
    width:87px;
    height:87px;
}

/*降重纠错弹窗*//*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;
    clear: both;
}
.toCheck dl>dt{
    color:#333333;
    font-weight:normal;
    width:5em;
    float:left;
}
.toCheck dl>dd{
    float:left;
}
.toCheck dl>dd.min{
    min-width:152px;
}
.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;
    vertical-align: middle;
    width:254px;
}

/*论文标题栏的AI图标*/
.table .ellipsis {
    position: relative;
}
.table .ellipsis img{
    position: absolute;
    left: 0;
    top: 14px;
}
.table i{
    cursor: pointer;
}
.table .td-ai{
    position: relative;
}
.table .td-ai img{
    position: absolute;
    right: -15px;
    top: 15px;
}

/*2019/5/14*/
.report-cont>.row.uniqrow{
    background-color: #f4f4f4;
    padding:0 0 20px;
}
.report-cont>.row.uniqrow .Order-number{
    padding-left: 0;
}
.report-cont>.row.uniqrow .Order-number button{
    background: none;
    background-color: #dd292c;
}

.zjc-statement{
    margin: 10px -2px 10px 66px;
    padding: 13px 15px;
    background-color: #f7f7f7;
    color: #9c9c9c;
}

/*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;
}

@media screen and (max-width: 1600px) {
    .submit-cont .level-verisons .version-item .icon-recomend {
        display: none;
    }
}
