@charset "UTF-8";
/***************************page common style************************************/
body{
    -ms-overflow-style:scrollbar;/*IE10右侧滚动条会遮挡部分内容*/
    font-family:微软雅黑, "Microsoft YaHei",宋体,SimSun,Arial, Helvetica, sans-serif;
    font-size:14px;
    margin:0;
    padding:0;
    min-width: 1060px ;
}
/*主体内容*/
.ck-content{
    /*min-height:600px;*/
    margin:20px auto 40px auto;
    margin-top: 15px;
}
.wrap { width:1200px; margin:0 auto 30px auto}
.a10 { color: #fff;  text-decoration: none; margin-bottom:0}
.a10:hover { color: #ffff00; text-decoration: none;}
.md-head { padding-left:0px; line-height: 40px; height:40px;}
.md-head li { border-top-width:0px; border-left-width:1px; float:left; border-bottom-width: 1px; margin-left: -1px; width: 24%; background-color: #56b282; text-align: center; border-right-width: 0px; margin:0 1% 0 0; border-radius: 7px 7px 0 0; cursor:pointer; color:#FFFFFF}
/*.md-head li:hover { border-bottom-width: 0px; color: #56b282; background-color: #fff; text-decoration: none; font-size:16px; font-weight:bold; line-height:50px;}*/
.md-head .current { border-bottom-width: 0px; color: #56b282; background-color: #fff; text-decoration: none; font-size:16px; font-weight:bold; line-height:50px;}
.md-body { padding:0;zoom: 1}
/*适配*/
@media screen and (max-width: 1620px){
    .block1620{
        width: calc(100% - 45px) !important;
        padding-right: 40px;
    }
    .ck-content {
        padding-right: 40px;
    }

    /*提交检测页面,input和textarea的长度*/
    .submit-cont form input.form-control{
        width: calc(100% - 85px) !important;
    }
    .submit-cont form textarea{
         width: calc(100% - 85px) !important;
    }
    .submit-cont form #upload{
        width: calc(100% - 85px) !important;
    }

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

    /*提取报告页面，底部的广告*/
    .uniqrow,.alert-dismissible,.table-body,.ck-ad{
        width: 100%;
        min-width: 1060px;
    }
}
@media screen and (max-width: 1300px) {
    /*空出右侧栏fixed-bar的距离-->用js计算会更准确*/
    .ck-navtop .div-img{
        margin-right:0px;
    }
}
@media screen and (max-width: 1200px){
    .free-content,.tg-content,.rauth-cons,.des{
        width: 100%!important;
    }
}
/*降重提示*/
.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;
}




/*降重提示end*/

/*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,.submit-cont .btn-favorite{
    height:59px;
    line-height:58px;
    margin-left:32px;
    padding:0px;
    border-radius:3px;
}
.submit-cont .btn-freeuse{
    font-size:20px;
    font-weight:bold;
    /*width:152px;
     color:#9d5f00;
     background: url(../images/btn02.png) no-repeat;*/
    min-width:158px;
    color:#e33a33;
    border-color:#f35754;
}
/*.submit-cont .btn-freeuse:hover{
    box-shadow: 0 14px 26px -12px rgba(255,188,86, 0.42), 0 8px 10px -5px rgba(255,188,86, 0.2);
}*/
/*收藏网页*/
.submit-cont .btn-favorite{
    color:#bbbbbb;
    border-color:#bbbbbb;
    padding-left:18px;
    padding-right:18px;
}
.submit-cont .btn-favorite:hover{
    color:#e33a33;
    border-color:#f35754;
}
@media screen and (max-width: 1300px) {
    .submit-cont .btn-favorite{
        padding-left:2px;
        padding-right:2px;
    }
}
/*layui*/
body .layui-layer-btn .layui-layer-btn0 {
    border-color: #e1252a;
    background-color: #e1252a;
}

/*步骤引导*/

.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*/
    margin-bottom:20px;
}
.submit-cont>.row{
    height:765px;
    width:100%;
}
.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,
.submit-cont>.row>.col-xs-3,
.submit-cont>.row>.col-rmain{
    height:100%;
}
.submit-cont>.row>.col-xs-9{
    background-color:#fff;
    /*padding:0px 35px 0px 42px;*/
    padding:0px 30px 20px 30px;
    border-right:1px solid #EBEBEB;
    margin-top: 20px;
}
.submit-cont>.row>.col-xs-3{
    background-color:#fbfbfc;
    padding:0px 25px;
    margin-top: 20px;
}
/**20181031新版本*/
.submit-cont>.row>.col-rmain{
    background:url(../images/bg-check.png) no-repeat;
    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:30px;
}
.submit-cont form .form-group{
    margin-bottom:28px;
}
.submit-cont form label,.order-cont label{
    font-size:18px;
    color:#2f2f2f;
    font-weight: 400;
    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:29px;
}
/*已输入字符*/
.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;
}
.submit-cont form input.form-control{
    display: inline-block;
    height:45px;
    padding: 6px 0 6px 10px;
    margin-left: 12px;
    border-color:#e6e5e5;
    width: 1069px;
    box-sizing: border-box;
}
.submit-cont form textarea {
    border-color:#e6e5e5;
    resize:none;
    height:490px;
    width: 1072px;
    margin-left: 83px;
}

/**<=IE9的placeholder**/
.submit-cont form .placeholder{
    color:#9a9a9a;
}
.submit-cont input::-webkit-input-placeholder,.submit-cont textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#9a9a9a;
}
.submit-cont input:-moz-placeholder,.submit-cont textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#9a9a9a;
}
.submit-cont input::-moz-placeholder,.submit-cont textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#9a9a9a;
}
.submit-cont input:-ms-input-placeholder,.submit-cont textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    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:relative;
    top: -32px;
    left: -16px;
    display:none;
}
.submit-cont .err-info.must.em{
    top: 46px;
}
.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;
}
/**20181031新版本*/
/*.submit-cont .item-txt>.phead,.submit-cont .item-txt>ul,.submit-cont .item-ques{*/
/*padding-left:25px;*/
/*padding-right:25px;*/
/*}*/
/*.submit-cont .item-txt>.phead,.submit-cont .item-ques>.phead{*/
/*color:#e1252a;*/
/*margin-top:25px;*/
/*font-size:18px;*/
/*font-weight:600;*/
/*}*/
/*.submit-cont .item-txt>ul{*/
/*color:#202020;*/
/*font-size:12px;*/
/*padding-top:10px;*/
/*padding-bottom:10px;*/
/*border-bottom:1px solid #CCC;*/
/*}*/
/*.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%;*/
/*}*/
/*.submit-cont .item-txt>ul>li img{*/
/*margin-top:4px;*/
/*}*/
/*.submit-cont .col-rmain .item-ques{*/
/*border-top:1px solid #FFF;*/
/*}*/
/*.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) repeat-y;*/
/*font-size:12px;*/
/*color:#8d8d8d;*/
/*}*/
/*.submit-cont .item-bom{*/
/*background-color:#ffe8e8;*/
/*padding:26px 26px 26px 42px;*/
/*margin-top:20px;*/
/*color:#e9201c;*/
/*}*/

/*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{
    height: 360px;
    padding-top: 48px;
}
.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;
}




/*英文论文查重入口*/
.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: 10px;
}
.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;
}

/*****提交检测->订单结算******/
.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{
    padding-right:25px;
}

.order-cont .order-info dl{
    float:left;
    color:#3d3d3d;
    margin-bottom:0px;
    /*border: 1px silver solid;*/
}
.order-cont .order-info dl:first-child{
    width:20%;
}
.order-cont .order-info dl.width-tm{
    width:42%;
}
.order-cont .order-info dl.width-zz{
    width:26%;
}
.order-cont .order-info dl.width-zj{
    width:12%;
}
.order-cont .order-info dl.width-zj dd{
    border-right: 1px #d8d8d8 solid;
}
.order-cont .order-info dl dt {
    padding:12px;
    background-color: #f6f6f6;
    font-weight: bold;/*conflict home/common.css first style*/
    border-top: 1px #d8d8d8 solid;
}
.order-cont .order-info dl dd{
    /*padding:18px 12px 8px 12px;*/
    padding:21px 15px 21px 15px;
    border-top: 1px #d8d8d8 solid;
    border-bottom: 1px #d8d8d8 solid;
}
.order-cont .order-info .order_id{
    border-left: 1px #d8d8d8 solid;
}

.order-cont .order-info dl:first-child dt,.order-cont .order-info dl:first-child dd{
    padding-left:75px;
}

/*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;
    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: 43px 50px;
    background-color: white;
    border-right:1px #e7e7e7 solid;
	height:204px;
}
.order-cont .payway .choose-way ul li{
    padding: 20px 35px 0 35px;
    cursor: pointer;
    font-size: 16px;
}
.order-cont .payway .choose-way ul li:hover{
    box-shadow: 0 0 6px #efefef;
}
.order-cont .payway .choose-way ul li .icon-pw{
    margin-right: 15px;
}
.order-cont .payway .choose-way ul li.chosen-way-alipay.active,
.order-cont .payway .choose-way ul li.chosen-way-wx.active{
    box-shadow: 0 0 6px #efefef;
}
.order-cont .payway .choose-way ul li .cg-ponit{
    margin-top: 5px;
}


.order-cont .payway .show-money{
    width: calc(50% - 1px);
    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{
    width: 200px;
    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;

}
.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;
}


/**<=IE9的placeholder**/
.order-cont .coupon form .placeholder{
    color:#c7c7c7;
    font-weight:normal;
}
.order-cont .coupon form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#c7c7c7;
    font-weight:normal;
}
.order-cont .coupon form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#c7c7c7;
    font-weight:normal;
}
.order-cont .coupon form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#c7c7c7;
    font-weight:normal;
}
.order-cont .coupon form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    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 .payway .mainbox 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;
}
/*.ck-content .payway2 ul li .sub-tit{*/
    /*color:#5e5e5e;*/
/*/*margin:0px 40px 0px 22px;*/
/*}*/

/*20190318 abandon*/
/*.ck-content .payway ul li .sub-tit .ye-kxf{*/
/*font-weight: bold;*/
/*font-size:18px;*/
/*}*/
/*.ck-content .payway ul li .not-enough{*/
/*color:#5e5e5e;*/
/*!*float:right;*!*/
/*}*/
/*.ck-content .payway ul li .not-enough a{*/
/*color:#fff;*/
/*}*/
/*.ck-content .payway ul li .not-enough a:hover{*/
/*text-decoration: underline;*/
/*}*/
/*.ck-content .payway ul li .not-enough>.sub-tips>b{*/
/*color: #eb575b;*/
/*font-size:18px;*/
/*font-weight: bold;*/
/*padding:0px 4px;*/
/*}*/
/*.ck-content .payway ul li .icon-discount{*/
/*margin-right:12px;*/
/*}*/
/*.ck-content .payway ul li .discount{*/
/*color:#e02d25;*/
/*}*/
/*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 right;
}
.icheckbox_sr.checked {
    background:url(../images/checkbox-checked.png) no-repeat right;
}
.icheckbox_sr.disabled {
    cursor: not-allowed;
    background:url(../images/checkbox-disabled.png) no-repeat right;
}

/*实付金额*/
/*.ck-content .money-cal{*/
/*padding:0px 20px!important;*/
/*}*/
/*.ck-content .money-cal i{*/
/*font-style:normal;*/
/*}*/
/*.ck-content .money-cal .yj {*/
/*color: #7f7f7f;*/
/*}*/

/*.ck-content .money-cal .youhui>div{*/
/*border-top:1px solid #f4f4f4;*/
/*}*/
/*.ck-content .money-cal .yj,.ck-content .money-cal .youhui>div>span,.ck-content .money-sf .shifu{*/
/*display: inline-block;*/
/*min-width:80px;*/
/*}*/
/*.ck-content .money-cal .youhui i{*/
/*color:#e02d25;*/
/*}*/
.ck-content .money-sf{
    text-align: right;
}
.order-cont .money-sf{
    margin-top:-12px;
    margin-bottom:6px;
}
.ck-content .money-sf{
    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;
}


/**支付状态弹出框**/
.yestate-modal.modal{
    top:150px;
}
.yestate-modal .modal-dialog{
    width:480px;
    margin: 30px auto;
}
.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;
}
.yestate-modal .modal-body{
    padding:10px 30px 0px 30px;
}
.yestate-modal .modal-body .des{
    font-size:16px;
    color:#5d5d5d;
    margin-top:25px;
    letter-spacing: 0.1px;
}
.yestate-modal .modal-body .des a.onlinekf-link{
    color:#0760ce;
}
.yestate-modal .modal-body .des a.suc-link{
    color:#eb4029;
}
.yestate-modal .modal-body .des a:hover{
    text-decoration: underline;
}
.yestate-modal .modal-body .btn{
    background-color:#eb4029;
    color:#ffffff;
    font-size:20px;
    border-radius:2px;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:20px;
    margin-bottom:25px;
}
.yestate-modal .modal-footer{
    padding:15px 30px;
    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;
}

/*****提交检测->扫码支付页面******/
.scan-cont .ls-ptitle{
    color:#2f2f2f;
    font-size:18px;
    margin-bottom:0px;
}
.scan-cont .st-order{
    margin-bottom: 16px;
    padding-top: 22px;
}
.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 #qrcode.active{
    border: 1px silver solid;
    padding: 20px;
}
/*二维码图片*/
.scan-cont .sm-scan .div-img{
    width:298px;
    height:295px;
    position:relative;
}
/*真实生成的二维码*/
.scan-cont .sm-scan .div-img canvas{
    width:100%;
    height:100%;
    padding:10px;
    border:1px solid #e6e5e5;
}
/*二维码:加载;加载失败;过期;支付成功状态*/
.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;
}

/*****查看报告页面--->基本复用v1******/

.Order span{
    position: absolute;
    /*left:0px;*/
    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;
    /*left: 80px;*/
    top: -10px;
}
.Order span:after{
    border-bottom: 9px solid #ffffff;
    top: -8px;
}
.Order-number label{
    color: #4d4d4d;
    font-size: 16px;
    padding-right:10px;
    margin: 0;
	line-height:36px;
}
.Order-number input{
    /*width:446px;*/
    /*height: 43px;*/
    padding: 10px;
    color: #b0b0b0;
    border: 1px solid #e6e5e5;
    /*border-radius: 3px;*/
}
.Order-number button{
    width: 100px;
    height:100%;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    /*background: #e1252a;*/
    position: relative;
    /*right: 0;*/
    top: 1px;
    border: none;
    /*border-radius: 0px 3px 3px 0;*/
    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, .Nologin {
    margin: 0 auto;
    padding: 100px 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: 1140px;
    height: 48px;
    background: #ffefef;
    color: #e42025;
    line-height: 48px;
    margin-top: 20px;
	position: absolute;
	bottom: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:17px;
    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:25px;
}
.report-cont .itemm0 .Order a.Taobao-order{
    margin-right:25px;
}
.report-cont .itemm0 .Order img {
    vertical-align: middle;
}
.itemm0 .Order-number{
    position: relative;
    float:left;
}
.itemm0 .Order{
    float: right;
    padding-top:8px;
    line-height: 20px;
}
.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 span{
    right:-210px;
}
.Order span:before,.Order span:after{
    right:290px;
}
.Order .Alipay-order span{
    right:0px;
}
.Order .Alipay-order span:before,.Order .Alipay-order span:after{
    right:80px;
}
.Order .Taobao-order span{
    right:-406px;
}
.Order .Taobao-order span:before,.Order .Taobao-order span:after{
    right:500px;
}
.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{
    border-bottom:1px solid #f0f0f0;
	height:45px;
	line-height:45px;
	text-align:center;
    color:#3a3842;
}
.report-cont .table tbody tr td {
    border-color:#f0f0f0;
    line-height: 30px;
	height:30px;
	text-align:center;
    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: 0px;
    background-color: #f6f6f6;
    line-height:48px;
	height:48px;
    font-weight: bold;
	text-align:center;
}
.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:15%;
}
.report-cont .table .lwbt{
    /*width:38.5%;*/
    width:30%;
}
.report-cont .table .zt{
    /*width:18%;*/
    width:10%;
}
.report-cont .table .xsd{
    width:10%;
}
.report-cont .table .tjrq{
    width:15%;
}
.report-cont .table .cz{
    width:20%;
}
/*状态及失败弹窗*/
.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;
    top:-8px
}
.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;
    top: 0;
}
.report-cont .table .xsd-val{
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    line-height:20px;
    /*float:left;*/
    font-size:12px;
}
.report-cont .table .xsd-val.xsd-val-suceed{
    font-size: 14px;
}
.report-cont .table td{
    /*width:18.5%;*/
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
/*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;
    text-align: center;
    color:#fff;
}
.repeatModal>.modal-dialog{
    margin: 0px auto;
}
.repeatModal>.modal-dialog>.modal-content{
    background-color:transparent;
    border-color:transparent;
    box-shadow: none;
}
.repeatModal>.modal-dialog>.modal-content>.modal-body{
    width:586px;
    height:440px;
    position:relative;
    margin-top:48px;
    padding:35px;
}
.repeatHigh>.modal-dialog>.modal-content>.modal-body{
    background:url(../images/repeath-bg.png) no-repeat;
}
.repeatMid>.modal-dialog>.modal-content>.modal-body{
    background:url(../images/repeatm-bg.png) no-repeat;
}
.repeatLow>.modal-dialog>.modal-content>.modal-body{
    background:url(../images/repeatl-bg.png) no-repeat;
}
/*关闭*/
.repeatModal .rp-close{
    position:absolute;
    right:-22px;
    top:-48px;
}
/*头像*/
.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 .btn{
    padding:0px;
    color:#ffffff;
    font-size:24px;
    box-shadow: none;
    width:148px;
    height:48px;
    line-height:46px;
    margin-top:10px;
}
.repeatModal .btn-down{
    margin-left:40px;
}
.repeatHigh .btn-again{
    width:172px;
    height:72px;
    line-height:70px;
    background:url(../images/repeath-btn1.png) no-repeat center;
    margin-top:0px;
}
.repeatHigh .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 .btn-again{
    background:url(../images/repeatm-btn1.png) no-repeat center;
}
.repeatMid .btn-down{
    background:url(../images/repeatm-btn2.png) no-repeat center;
}
.repeatLow .btn-again{
    background:url(../images/repeatl-btn1.png) no-repeat center;
}
.repeatLow .btn-down{
    background:url(../images/repeatl-btn2.png) no-repeat center;
}


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

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


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

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



/*基本信息*/
.mainbox.jbxx .row{
    margin-left:20px;
}
.mainbox.jbxx dl{
    font-size:16px;
    margin:20px 0px;
}
.mainbox.jbxx dl dt{
    color:#424242;
    font-weight:normal;
    float:left;
    min-width:5em;
    width:10%;
}
.mainbox.jbxx dl dd{
    color:#939393;
    width:90%;
    float:left;
}
.mainbox.jbxx dl dd i.yue{
    color:#d1282b;
    font-style:normal;
}
/*去充值*/
.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;
    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 .yj.line{
    text-decoration:line-through;
}
.mainbox.zhcz .money-cal .yj-tit{
    color:#666666;
    text-align: right;
}
.mainbox.zhcz .money-cal .yj-tit{
    padding:14px 0px;
}
.mainbox.zhcz .money-cal .yj-tit i{
    font-style: 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;
    /*margin-top:20px;*/
    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;
}
.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;
	margin-bottom:20px;
	min-height:455px;	
}
.table-body table{
	width:1160px;
}
.table-body .url-collection{
    width: 28px;
    height: 240px;
    letter-spacing: 2px;
    cursor: pointer;
    background: url("../images/bg-collection.png") no-repeat center center;
    position: absolute;
    left: -28px;
    top: 0px;
    display: block;
}
.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;
}
.ck-imgad{
    height: 120px;
    text-align: center;
    margin: 25px auto 0;
    overflow: hidden;
    position: relative;
}
.ck-imgad .moving-ul{
    position: absolute;
    margin-left: -600px;
    left: 50%;
}


/*降重页*/
.toCheck{
    width: 650px;
    height: 500px;
    background-color: white;
    margin:-250px 0 0 -325px;
    text-align: left;
    position: fixed;
    top: 50%;
    left: 50%;
}
.toCheck>.modal-dialog>.modal-content>.modal-body{
    padding:40px;
    margin: 0;
}
.toCheck .jc-head{
    color: #3a3842;
    font-size: 30px;
    margin-bottom:26px ;
}
.toCheck ul{
    height: 193px;
}
.toCheck ul li{
    color: #7b7b7b;
    font-size: 16px;
    line-height: 26px;
}
.toCheck ul li span{
    color: #e42025;
    letter-spacing: 1px;
}
.toCheck ul li .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 .attention{
    height: 111px;
    color: #a0a0a0;
}
.toCheck .modal-body .bttn{
    display: inline-block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border:none
}
.toCheck .modal-body .btn-startjc{
    background-color: #e42025;
    color: white;
    display: none;
}
.toCheck .modal-body .btn-startcz{
    background-color: #e3e3e3;
    color: #a0a0a0;
    display: none;
}
.toCheck .modal-body>.rp-close{
    width: 50px;
    height: 50px;
    text-align: center;
    top: -1px;
    right: -47px;
}
.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 button a{
    color: white;
}

/*论文标题栏的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: #fff;
    padding:20px 20px 0 20px;
}
.report-cont>.row.uniqrow .Order-number{
    padding-left: 0;
}
.report-cont>.row.uniqrow .Order-number button{
    background: none;
    background-color: #dd292c;
}
.scan-cont.fixh{
    height: 766px;
}

.zjc-statement{
    margin: 10px -2px 10px 83px;
    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;
}
.tablist>li>a {
    font-size: 14px;
    line-height: 48px;
    font-weight: normal;
}
.ar a{border:1px solid #56B282; padding:5px 18px; border-radius:6px; color:#FFF; background-color:#56B282}
.ar a:hover{border:1px solid #4BA575; color:#FFF; background:#4BA575; text-decoration:none}
.searching-box{
  width: 128px;
  height: 121px;
  margin: 100px auto;
  background: url(../images/reduce/icon-paper.png) no-repeat;
  background-size: cover;
  position: relative;
}
.search-wrap {
  width: 63px;
  height: 63px;
  position: absolute;
  right: 31px;
  bottom: 31px;
}
.search-wrap .ic-search {
  width: 63px;
  height: 63px;
  background: url(../images/reduce/icon-loupe.png) no-repeat;
  transform: rotate(0);
  display: inline-block;
  animation-name: in;
}
@keyframes out {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}
@keyframes in {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
.search-wrap .search,
.search-wrap .ic-search {
  animation: 2s linear infinite;
}
.search-wrap .search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 63px;
  height: 63px;
  transform: translate(-50%, -50%) rotate(0);
  transform-origin: 35% 35%;
  animation-name: out;
}
.search-wrap .ic-search {
  width: 63px;
  height: 63px;
  transform: rotate(0);
  animation-name: in;
}

