#main>.container{
    padding: 0.6rem 0;
}
#main .navigation{
    float: left;
    width: 9rem;
    background-color: #ffffff;
}
#main .navigation  ul li.active a,
#main .navigation  ul li:hover a{
    color: #ffffff;
    background-color: #3B83FD;
}
#main .navigation  ul li a{
    display: block;
    padding: 0 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.56rem;
    color: #111111;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#main .content{
    margin: 0 0 0 10.2rem;
}
#main .content > .hd,
#main .content > .bd,
#main .content > .md,
#main .content > .ft{
    background-color: #ffffff;
    padding: 0.6rem 0.8rem;
}
#main .content > .bd,
#main .content > .md,
#main .content > .ft{
    margin: 0.6rem 0 0 0;
    overflow: hidden;
}
#main .content .title h1{
    display: inline-block;
    width: 30%;
    font-size: 0.96rem;
    color: #111111;
    line-height: 1.28rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#main .content .public-icon{
    float: right;
    width: 70%;
    display: inline-block;
    font-size: 0.48rem;
    color: #888888;
    line-height: 1.28rem;
    text-align: right;
}
#main .content .public-icon .collection{
    display: inline-block;
    cursor: pointer;
    padding: 0 1.12rem 0 0;
}
#main .content .public-icon .share{
    display: inline-block;
    padding: 0 0.52rem 0 0;
    position: relative;
}
#main .content .public-icon .share svg{
    width: 0.96rem;
    height: 0.96rem;
    vertical-align: middle;
    cursor: pointer;
}
#main .content .public-icon .share svg.shareWX:hover + .wx-qrcode{
    display: block;
}
#main .content .public-icon .share .wx-qrcode{
    position: absolute;
    top: 34px;
    left: 31px;
    z-index: 999999;
    width: 5rem;
    box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    background-color: #ffffff;
    display: none;
}
#main .content .public-icon .share .wx-qrcode p canvas{
    width: 4.4rem;
    height: 4.4rem;
    margin: 0.5rem auto 0 auto;
}
#main .content .public-icon .copy{
    display: inline-block;
    cursor: pointer;
    position: relative;
    background-color: #F6F9FF;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    padding: 0 1.3rem 0 0.3rem;
}
#main .content .public-icon .copy input{
    width: 5.92rem;
    height: 1.12rem;
    line-height: 1.12rem;
    border: 0;
    outline: 0;
    color: #888888;
    font-size: 0.48rem;
    background-color: #F6F9FF;
}
#main .content .public-icon .copy i{
    position: absolute;
    top: 50%;
    right: 0.3rem;
    transform: translateY(-50%);
    font-size: 0.8rem;
    color: #3B83FD;
}
#main .content .public-icon .collection i{
    font-size: 0.5rem;
    vertical-align: top;
}
#main .content .public-icon .share i{
    font-size: 1rem;
    padding: 0 0.32rem 0 0;
    cursor: pointer;
}
#main .content .sub-title{
    font-size: 0.56rem;
    color: #666666;
    line-height: 1.2rem;
    padding: 0.68rem 0;
    text-align: justify;
}
#main .mobile-icon{
    display: none;
}
#main .mobile-icon .mobile-copy {
    display: inline-block;
    position: relative;
    width: 49%;
    border: 1px solid #EEEEEE;
    background-color: #F6F9FF;
    border-radius:3px;
    padding: 0 4rem 0 0.8rem;
}
#main .mobile-icon .mobile-copy input{
    height: 2.88rem;
    line-height: 2.88rem;
    outline: none;
    border: 0;
    color: #888888;
    font-size: 1.12rem;
    background-color: #F6F9FF;
}
#main .mobile-icon .mobile-copy i{
    position: absolute;
    right: 0.88rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: #3B83FD;
}
#main .mobile-icon .mobile-collection{
    float: right;
    width: 28%;
    height: 2.88rem;
    line-height: 2.88rem;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius:3px;
    color: #999999;
    font-size: 0.96rem;
}
#main .mobile-icon .mobile-collection i{
    vertical-align: top;
    margin: 0 3px 0 0;
}
#main .mobile-icon .mobile-share{
    display: block;
    color: #888888;
    font-size: 0.96rem;
    padding: 1.12rem 0;
}
#main .mobile-icon .mobile-share svg{
    width: 2.56rem;
    height: 2.56rem;
    margin: 0 0.8rem 0 0;
    vertical-align: middle;
}
#main .text-area{
    margin: 0 0 0.88rem 0;
    padding: 0.72rem;
    height: 13.76rem;
    border: 1px solid #DDDDDD;
    border-radius:5px;
    position: relative;
}
#main .text-area textarea{
    width: 100%;
    height: 90%;
    color: #AAAAAA;
    font-size: 0.56rem;
    background-color: transparent;
    border: 0;
    outline: 0;
    overflow: hidden;
    resize: none;
    overflow-y: auto;
}
#main .text-area p{
    font-size: 0.48rem;
    color: #AAAAAA;
    letter-spacing: 1px;
    position: absolute;
    left: 0.72rem;
    right: 0.72rem;
    bottom: 0.72rem;
    overflow: hidden;
}
#main .text-area p .left{
    float: left;
}
#main .text-area p .right{
    float: right;
}
#main .text-area p strong{
    color: #000000;
    font-weight: bold;
}
#main .text-area p strong.exceed{
    color: #FF0000;
}
#main .text-area p a{
    color: #3B83FD;
    text-decoration: underline;
}
#main .text-area textarea::placeholder{
    color: #AAAAAA;
    font-size: 0.56rem;
}
#main .btns {
    text-align: center;
}
#main .btns .btn-start,
#main .btns .btn-reset{
    padding: 0.56rem 1.44rem;
    font-size: 0.56rem;
    border: 0;
    outline: 0;
    border-radius:3px;
}
#main .btns .btn-start{
    background-color: #3B83FD;
    border: 1px solid #3B83FD;
    margin: 0 0.68rem 0 0;
    color: rgba(255,255,255,1);
}
#main .btns .btn-start.disabled{
    cursor: not-allowed;
    pointer-events: none;
    color: rgba(255,255,255,0.5);
}
#main .btns .btn-reset{
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
}
#main table tbody tr{display: none;}
#main .history .hd {
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
    margin: 0.4rem 0 0.72rem 0;
    padding: 0;
}
#main .history .hd li{
    float: left;
    margin-right: 1.76rem;
}
#main .history .hd li a{
    font-size: 0.64rem;
    color: #111111;
    display: inline-block;
    padding: 0.64rem 0;
}
#main .history .hd li a.active{
    color: #458DEC;
    border-bottom: 2px solid #458DEC;
}
#main .history .bd{
    padding: 0;
}
#main .bd .tab-item{
    display: none;
}
#main .bd .tab-item.active{
    display: block;
}
#main .history #more-wrapper{
    display: block;
    text-align: center;
    padding: 0.6rem 0 0 0;
}
#main .history #more-wrapper a{
    font-size: 0.56rem;
    color: #3B83FD;
}
#main .bd .process-item{
    position: relative;
    text-align: center;
    padding: 0.8rem 0;
    float: left;
}
#main .bd .process-item > b{
    display: block;
    margin: 0 auto;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border: 2px solid #458DEC;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: normal;
    color: #458DEC;
}
#main .bd .process-item span{
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0.4rem 0 0 0;
    font-size: 0.56rem;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#main .bd .process-item i{
    position: absolute;
    top: 50%;
    right: -0.6rem;
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: normal;
    color: #dddddd;
    opacity: 0.6;
}
#main .md h2{
    font-size: 0.7rem;
    color: #001111;
    line-height: 2;
    padding: 0.4rem 0 0 0;
}
#main .md p{
    font-size: 0.56rem;
    color: #666666;
    line-height: 2;
}
#main .md ul li{
    font-size: 0.56rem;
    color: #666666;
    line-height: 2;
}
#main .md ul li a{
    color: #3B83FD;
}
#main .md ul li p{
    text-indent: 2em;
}
#main .md dl dt,
#main .md dl dd{
    font-size: 0.56rem;
    color: #666666;
    line-height: 2;
}
#main .md dl dd a{
    color: #3B83FD;
}
#main .ft ul li{
    float: left;
    width: 20%;
    margin: 0 0 0.6rem 0;
}
#main .ft ul li a{
    display: inline-block;
    font-size: 0.56rem;
    color: #666666;
}
#main .ft .p-title{
    border-bottom: 1px solid #DDDDDD;
    margin: 0.4rem 0 0.72rem 0;
}
#main .ft .p-title h2{
    display: inline-block;
    padding: 0.64rem 0;
    font-size: 0.64rem;
    color: #111111;
    border-bottom: 2px solid #458DEC;
}

/*公共纠错反馈弹窗 start*/
.fade-back-mark .content{padding: 1.2rem 1.44rem;}
.fade-back-mark .content .radio-c label{font-size: 0.56rem;padding-right: 1.5rem;}
.fade-back-mark .content .textarea-c p.title{padding: 1.2rem 0 0.6rem 0;font-size: 0.56rem;color: #999999;}
.fade-back-mark .content .textarea-c p.texterea-con{padding: 0.2rem;height: 4.4rem;border: 1px solid #dddddd;border-radius: 5px;}
.fade-back-mark .content .textarea-c p.texterea-con textarea{width: 100%;height: 100%;background-color: #ffffff;border: none;outline: none;resize: none;}
.fade-back-mark .content .btns{padding: 1.04rem 0 0 0;text-align: center;}
.fade-back-mark .content .btns button{width: 4.24rem;height: 1.44rem;line-height: 1.44rem;border-radius: 3px;font-size: 0.56rem;color: #ffffff;background-color: #458DEC;border: 0;outline: 0;}
.fade-back-mark .content .btns button.sub_err_disabel{cursor: not-allowed;pointer-events: none;color: rgba(255,255,255,0.5);}
@media screen and (max-width: 750px) {
    .fade-back-mark {width: 90%!important;height: 29rem!important;}
    .fade-back-mark .content .radio-c label{display: block;font-size: 1.2rem;padding: 0.8rem 0;}
    .fade-back-mark .content .textarea-c p.title{font-size: 1.2rem;}
    .fade-back-mark .content .textarea-c p.texterea-con{height: 7.68rem;}
    .fade-back-mark .content .btns button{width: 100%;height: 3.2rem;font-size: 1.2rem;}
}
/*公共纠错反馈弹窗 end*/

/*小问号的hover展示的table   start*/
.des-q{position: absolute;z-index: 999;top: -2rem;right: -10.33rem;width:10.2rem;height:5.52rem;background:rgba(255,255,255,1);box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.15);border-radius:3px;display: none;}
.des-q p{font-size: 0.64rem;font-weight: bold;text-align: center;color: #111111;height: 1.5rem;line-height: 1.5rem;}
.des-q table{width: 90%;margin: 0 auto;}
.des-q table th,
.des-q table td{border: 1px solid #DDDDDD;font-size: 0.5rem;text-align: center;padding: 0.25rem 0.1rem;}
.des-q table th{color: #999999;}
.des-q table td{color: #111111;}
/*小问号的hover展示的table  end*/
/*小问号的hover展示的列表   start*/
.des-l{
    position: absolute;
    z-index: 9999;
    left: -9rem;
    display: none;
    width: 18rem;
    background: rgba(255,255,255,1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 0.4rem 0.8rem;
}
.des-l ul li{
    font-size: 0.48rem;
    color: #111111;
    line-height: 1.2rem;
}
/*小问号的hover展示的列表   end*/


/*菊花转圈加载...  start*/
.loading-mark{
    width: 14.4rem;
    height: auto;
}
.loading{
    padding: 1.3rem 0.8rem;
}
.loading img{
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}
.loading p{
    padding-top: 1.2rem;
    font-size: 0.5rem;
    color: #343434;
    text-align: center;
    line-height: 1.5;
}
.loading p a{
    color: #458DEC;
}
@media screen and (max-width: 750px) {
    .loading-mark{
        width: 27.6rem!important;
    }
    .loading{
        padding: 2.5rem 1.53rem;
    }
    .loading img{
        width: 7.76rem;
        height: 7.76rem;
    }
    .loading p{
        padding-top: 2.24rem;
        font-size: 1rem;
    }
}
/*菊花转圈加载...  end*/


@media screen and (min-width: 1200px){

}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #main .ft ul li{width: 25%;}
}
@media screen and (min-width: 750px) and (max-width: 992px) {
    #main .navigation{width: 6rem;}
    #main .navigation ul li a{font-size: 0.5rem;}
    #main .content{margin: 0 0 0 6.6rem;}
    #main .content .title h1{display: block;width: 100%;}
    #main .content .public-icon{display: block;width: 100%;float: none;text-align: left;}
    #main .ft ul li{width: 33.333333333333333333%;}
}
@media screen and (max-width: 750px) {
    #main .navigation{display: none;}
    #main .content{margin: 0;}
    #main .content .public-icon{display: none;}
    #main .content .title h1{font-size: 1.44rem;width: 100%;line-height: 1.92rem;}
    #main .content .sub-title{font-size: 0.96rem;line-height: 1.8rem;border-bottom: 0;}
    #main .mobile-icon{display: block;padding: 0.4rem 0 1.12rem 0;}

    #main .text-area{margin: 0 0 0.88rem 0;}
    #main .text-area p{font-size: 0.96rem;}
    #main .text-area textarea{font-size: 1.12rem;}
    #main .text-area textarea::placeholder{font-size: 1.12rem;}
    #main .btns .btn-start, #main .btns .btn-reset{font-size: 1.2rem;}
    #main .btns .btn-start{width: 64%;}
    #main .btns .btn-reset{width: 32%;}
    #main .content > .hd{padding: 1.84rem 1.2rem;}
    #main>.container{padding: 0;}
    #main .ft .p-title{margin: 1.36rem 0 1rem 0;}
    #main .ft .p-title h2{font-size: 1.4rem;}
    #main .history .hd{margin: 1.36rem 0 1rem 0;}
    #main .history .hd li a{font-size: 1.2rem;}
    #main .history #more-wrapper{padding: 1.84rem 0 0 0;}
    #main .history #more-wrapper a{font-size: 1.12rem;}
    #main .bd .process-item b{
        width: 1.92rem;height: 1.92rem;line-height: 1.92rem;
        border-width: 1px;
        font-size: 1.28rem;
    }
    #main .bd .process-item span{font-size: 0.96rem;}
    #main .md h2{font-size: 1.44rem;padding: 0.6rem 0 0 0;}
    #main .md p{font-size: 0.96rem;}
    #main .md p span{padding-left: 2.6rem;}
    #main .md ul li{
        font-size: 0.96rem;
    }
    #main .md dl dt,
    #main .md dl dd{
        font-size: 0.96rem;
    }
    #main .ft ul li{width: 50%;}
    #main .ft ul li{margin: 0 0 1rem 0;text-indent: 1rem;}
    #main .ft ul li a{font-size: 1rem;}

    /*.sub-result-mark{width: 92%!important;height: 16.8rem!important;}*/
    /*.sub-result-mark .result .result-t .result-pre{font-size: 1.12rem;}*/
    /*.sub-result-mark .result .result-t b{font-size: 1.44rem;}*/
    /*.sub-result-mark .result .result-t .result-pro{font-size: 0.96rem;}*/
    /*.sub-result-mark .result .result-t .des-q>i{display: none;}*/
    /*.sub-result-mark .result .result-t .btns {*/
        /*display: block;*/
        /*float: none;*/
        /*overflow: hidden;*/
        /*margin: 3.68rem 0 0 0;*/
        /*text-align: center;*/
    /*}*/
    /*.sub-results-mark .result .result-t{*/
        /*line-height: 2.64rem;*/
    /*}*/
    /*.sub-results-mark .result .result-t .btns {*/
        /*margin: 0;*/
        /*display: inline-block;*/
        /*float: right;*/
    /*}*/
    /*.sub-result-mark .result .result-t .btns .report{*/
        /*width: 6.32rem;*/
        /*height: 2.64rem;*/
    /*}*/
    /*.sub-result-mark .result .result-t .btns .trans{*/
        /*width: 10.88rem;*/
        /*height: 2.64rem;*/
    /*}*/
    /*.sub-result-mark .result .result-t .btns button{font-size: 1.12rem;}*/
    /*.sub-result-mark .result .result-mid .tit{font-size: 1.12rem;}*/
    /*.sub-result-mark .result .result-mid .copy{font-size: 1.12rem;}*/
    /*.sub-result-mark .result .result-mid .copy i{font-size: 1.12rem;}*/
    /*.sub-result-mark .result .result-c{font-size: 1rem;}*/
    /*.sub-result-mark .result .result-b {margin: 1.92rem 0 0 0;}*/
    /*.sub-result-mark .result .result-b table th{font-size: 1rem;height: 2.56rem;}*/
    /*.sub-result-mark .result .result-b table td{height: 3rem;}*/
    /*.sub-result-mark .result .result-b table td.row1{font-size: 0.96rem;}*/
    /*.sub-result-mark .result .result-b table td.row2{font-size: 1.2rem;}*/
    /*.sub-result-mark .result .result-b table td.row3{font-size: 0.96rem;}*/
    /*.sub-result-mark .result .result-b table td.row3 a{text-decoration: underline;}*/
    /*.sub-result2-mark{height: 30rem!important;}*/

    #main .mobile-icon .mobile-share{display: none;}
}