/*表单提交区域 start*/
.upload{
    margin: 0 0 0.88rem 0;
    padding: 0.72rem;
    height: 8.8rem;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
.upload .upload-btn{
    text-align: center;
    margin-top: 2.8rem;
}
.upload .upload-btn .webuploader-pick{
    width: 7.52rem;
    height: 1.6rem;
    line-height: 1.6rem;
    margin: 0 auto;
    font-size: 0.56rem;
    color: #ffffff;
    background-color: #3C84FD;
    border: 1px solid #3C84FD;
    border-radius: 3px;
    padding: 0;
}
.upload .upload-btn .webuploader-pick i{
    position: relative;
    font-size: 0.8rem;
    left: -10px;
    top: -1px;
}
.upload .upload-desc{
    margin-top: 1.48rem;
}
.upload .upload-desc p{
    margin: 0 auto;
    width: 18rem;
    font-size: 0.48rem;
    color: #AAAAAA;
    text-align: center;
    line-height: 0.96rem;
}
.upload .upload-desc p a{
    text-decoration: underline;
    font-size: 0.48rem;
    color: #3C84FD;
}
.upload .upload-desc p span{
    color: #D85650;
    font-weight: bold;
}
.tips{
    font-size: 0.48rem;
    color: #666666;
    overflow: hidden;
    color: #AAAAAA;
}
.tips .tip{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #111111;
}
.tips .contact{
    float: right;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tips .contact .maynums{
    padding: 0 0.5rem 0 0;
}
.tips .contact .maynums strong.nums{
    color: #3B83FD;
    font-weight: normal;
}
.tips .contact a{
    color: #3C84FD;
    text-decoration: underline;
}
.tips .tip span{
    color: #FF0000;
}
@media screen and (max-width: 750px) {
    .upload{height: 17.44rem;}
    .upload .upload-btn .webuploader-pick{
        width: 17.76rem;
        height: 3.68rem;
        line-height: 3.68rem;
        font-size: 1.2rem;
    }
    .upload .upload-desc p{font-size: 0.96rem;width: 21.44rem;line-height: 1.44rem;}
    .upload .upload-desc p a{font-size: 0.96rem;}
    .upload .upload-btn{margin-top: 4.64rem;}
    .upload .upload-desc{margin-top: 2.24rem;}
    .tips{font-size: 0.96rem;}
    .tips .tip{float: none;width: auto;line-height: 1.8rem;}
    .tips .contact{float: none;width: auto;text-align: left;line-height: 1.8rem;}
}
/*表单提交区域 end*/

/*历史检测记录表格 start*/
.pc-history .common-t{
    table-layout: fixed;
    width: 100%;
}
.pc-history .common-t th{
    padding: 0 0.4rem;
    height: 1.2rem;
    font-size: 0.48rem;
    font-weight: normal;
    color: #888888;
    background-color: #F5F5F5;
}
.pc-history .common-t td{
    height: 1.6rem;
    font-size: 0.48rem;
    font-weight: normal;
    color: #121212;
    background-color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0.4rem;
    vertical-align: middle;
}
.pc-history .common-t .row1{
    width: 50%;
    text-align: left;
}
.pc-history .common-t .row2{
    width: 10%;
}
.pc-history .common-t .row3{
    width: 14%;
}
.pc-history .common-t .row4{
    width: 12%;
}
.pc-history .common-t .row5{
    width: 14%;
}
.pc-history .common-t td svg{
    display: inline-block;
    width: 0.6rem;
    height: 0.72rem;
    vertical-align: middle;
    margin-bottom: 3px;
}
.pc-history .common-t td button{
    width: 2.24rem;
    height: 1.04rem;
    border-radius: 3px;
}
.pc-history .common-t td .pay,
.pc-history .common-t td .query{
    border: 1px solid #3C84FD;
    background-color: #3C84FD;
    color: #FFFFFF;
}
.pc-history .common-t td .down{
    border: 1px solid #DEDEDE;
    background-color: #DEDEDE;
    color: #666666;
}
.m-history{
    display: none;
}
.m-history .common-t{
    table-layout: fixed;
    width: 100%;
}
.m-history .common-t td{
    height: 4rem;
    font-size: 0.96rem;
    color: #9A9A9A;
}
.m-history .common-t td .title{
    font-size: 0.96rem;
    color: #121212;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    height: 2rem;
    line-height: 2rem;
}
.m-history .common-t td .title svg{
    display: inline-block;
    width: 1.2rem;
    height: 1.36rem;
    vertical-align: middle;
    margin-bottom: 3px;
}
.m-history .common-t td .decs span{
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.96rem;
    color: #888888;
    padding-right: 1.6rem;
}
.m-history .common-t td button{
    width: 4.8rem;
    height: 2.4rem;
    border-radius: 3px;

}
.m-history .common-t td .query,
.m-history .common-t td .pay{
    border: 1px solid #3C84FD;
    color: #FFFFFF;
    background-color: #3C84FD;
}
.m-history .common-t td .down{
    background-color: #ffffff;
    color: #9A9A9A;
    border: 1px solid #DEDEDE;
}
.m-history .common-t .row1{
    width: 75%;
}
.m-history .common-t .row2{
    width: 25%;
    text-align: right;
}
@media screen and (max-width: 750px) {
    .pc-history{display: none;}
    .m-history{display: block;}
}
/*历史检测记录表格 end*/

/*步骤条 start*/
#main .bd .process-item{
    width: 33.33333333333%;
}
@media screen and (max-width: 750px) {
    #main .bd .process-item {width: 33.3333333333%;}
}
/*步骤条 end*/

/*pdf转word 弹窗 start*/

/*支付弹窗PC start*/
.pay-wrapper{
    padding: 0.6rem 1rem;
}
.pay-wrapper .file-name{
    background-color: #F5F5F5;
    border-radius:5px;
    padding: 0.72rem;
}
.pay-wrapper .file-name svg{
    width: 0.76rem;
    height: 0.92rem;
    margin-bottom: -6px;
}
.pay-wrapper .file-name .name{
    font-size: 0.56rem;
    color: #121212;
}
.pay-wrapper .file-name .size{
    font-size: 0.56rem;
    color: #9A9A9A;
    padding-left: 1rem;
}
.pay-wrapper .price{
    height: 2.24rem;
    line-height: 2.24rem;
    text-align: center;
}
.pay-wrapper .price span{
    font-size: 0.56rem;
    color: #666666;
}
.pay-wrapper .price b{
    font-size: 0.72rem;
    color: #FF5662;
}
.pay-wrapper .qrcode{

}
.pay-wrapper .qrcode .qrcode-box{
    margin: 0 auto;
    width: 6.4rem;
    height: 6.4rem;
    padding: 0.48rem;
    border: 1px solid #DEDEDE;
}
.pay-wrapper .qrcode .qrcode-box canvas{
    display: block;
    width: 100%;
    height: 100%;
}
.pay-wrapper .decs{
}
.pay-wrapper .decs .decs-box{
    width: 8rem;
    height: 2rem;
    line-height: 2rem;
    margin: 0 auto;
}
.pay-wrapper .decs .decs-box img{
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin-right: 0.2rem;
    vertical-align: middle;
}
.pay-wrapper .decs .decs-box span{
    font-size: 0.56rem;
    color: #666666;
    vertical-align: middle;
}
.pay-wrapper .prompt{
    padding: 0.6rem 0 0 0;
    font-size: 0.48rem;
    color: #9A9A9A;
    line-height: 0.88rem;
}
.pay-wrapper .btns{
    padding: 0.6rem 0 0 0;
    text-align: center;
}
.pay-wrapper .btns .trans-btn{
    width: 7.24rem;
    height: 1.44rem;
    line-height: 1.44rem;
    border-radius: 3px;
    border: 1px solid #3C84FD;
    background-color: #3C84FD;
    color: #FFFFFF;
}
/*支付弹窗PC end*/

/*支付弹窗m start*/
.pay-box{
    padding: 1.2rem 1.2rem;
}
.pay-box .price{
    text-align: center;
    height: 3rem;
    line-height: 3rem;
}
.pay-box .price .symbol{
    font-size: 1.44rem;
    color: #FE0101;
}
.pay-box .price .int{
    font-size: 2.4rem;
    color: #FF0000;
}
.pay-box .explain{
    text-align: center;
}
.pay-box .explain span{
    font-size: 0.96rem;
    color: #888888;
}
.pay-box .paytype{
    padding: 1.5rem 0 1rem 0;
}
.pay-box .paytype .ranking{
    position: relative;
    height: 4rem;
    line-height: 4rem;
    border-top: 1px solid #DDDDDD;
}
.pay-box .paytype .borbot{
    border-bottom: 1px solid #DDDDDD;
}
.pay-box .paytype .ranking img{
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    margin-bottom: 4px;
    vertical-align: middle;
}
.pay-box .paytype .ranking span{
    font-size: 1.1rem;
    color: #111111;
    padding-left: 0.2rem;
    vertical-align: middle;
}
.pay-box .paytype .ranking .radio-pos{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}
.pay-box .cozy{
    padding: 1.2rem 0 0 0;
    font-size: 0.96rem;
    color: #999999;
    text-align: justify;
    line-height: 1.6rem;
}
.pay-box .btns{
    padding: 1.2rem 0 0 0;
}
.pay-box .btns .sure-pay{
    width: 100%;
    height: 3.04rem;
    border: 1px solid #3B83FD;
    border-radius: 4px;
    background-color: #3B83FD;
    font-size: 1.25rem;
    color: #FFFFFF;
}

.pay-box .file-name{
    background-color: #F5F5F5;
    border-radius:5px;
    padding: 0.72rem;
}
.pay-box .file-name .title{
    margin-left: 1.6rem;
}
.pay-box .file-name svg{
    float: left;
    width: 1.2rem;
    height: 1.36rem;
    margin-bottom: -6px;
}
.pay-box .file-name .name{
    font-size: 0.96rem;
    color: #121212;
}
.pay-box .file-name .size{
    font-size: 0.96rem;
    color: #9A9A9A;
    padding-left: 1rem;
}
.pay-box .btns .trans-btn{
    width: 100%;
    height: 3.04rem;
    border: 1px solid #3B83FD;
    border-radius: 4px;
    background-color: #3B83FD;
    font-size: 1.25rem;
    color: #FFFFFF;
}
/*支付弹窗m end*/

/*转换成功弹窗pc 转换成功弹窗m 转换失败弹窗pc 转换失败弹窗m start*/
.trans-tips{
    /*border: 1px solid red;*/
    padding: 1.2rem;
}
.trans-tips .hicon{
    text-align: center;
}
.trans-tips .hicon svg{
    display: block;
    width: 2.56rem;
    height: 2.56rem;
    border-radius: 50%;
    margin: 0 auto 0.4rem auto;
}
.trans-tips .hicon span{
    font-size: 0.64rem;
    padding-top: 0.4rem;
}
.trans-tips .hicon span.trans-s{
    color: #01C200;
}
.trans-tips .hicon span.trans-n{
    color: #EE3B2C;
}
.trans-tips .btns{
    text-align: center;
    padding: 0.96rem 0 1.2rem 0;
}
.trans-tips .btns button{
    width: 3.84rem;
    height: 1.44rem;
    border: 1px solid #2878FF;
    color: #2878FF;
    font-size: 0.56rem;
    line-height: 1.2rem;
    border-radius: 3px;
    background-color: transparent;
}
.trans-tips .text{
    font-size: 0.56rem;
    color: #333333;
    line-height: 1.2rem;
    text-align: center;
}
.trans-tips .text a{
    font-size: 0.56rem;
    color: #2878FF;
    text-decoration: underline;
}
.trans-tips .text strong{
    font-size: 0.56rem;
    color: #2878FF;
}
@media screen and (max-width: 750px) {
    .trans-tips{padding: 2.4rem 1.2rem;}
    .trans-tips .hicon svg{width: 4.24rem;height: 4.24rem;margin-bottom: 1.2rem;}
    .trans-tips .hicon span{font-size: 1.28rem;}
    .trans-tips .btns{padding: 2rem 0;}
    .trans-tips .btns button{width: 10.04rem;height: 3.2rem;font-size: 1.2rem;}
    .trans-tips .text{font-size: 1.12rem;line-height: 1.92rem;}
    .trans-tips .text a{font-size: 1.12rem;}
    .trans-tips .text strong{font-size: 1.12rem;}
}
/*转换成功弹窗pc 转换成功弹窗m 转换失败弹窗pc 转换失败弹窗m end*/


/*pdf转word 弹窗 end*/