#main .text-area p strong.nums{
    color: #3B83FD;
    font-size: 0.48rem;
    font-weight: normal;
}
#main table.hist{
    table-layout: fixed;
    width: 100%;
}
#main table.hist th{
    color: #888888;
    font-size: 0.56rem;
    font-weight: normal;
    height: 1.6rem;
    border: 1px solid #DDDDDD;
}
#main table.hist td{
    font-size: 0.48rem;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.6rem;
    padding: 0 0.4rem;
    border: 1px solid #DDDDDD;
}
#main table.hist td.simple{
    font-size: 0.64rem;
    color: #33A72D;
}
#main table.hist td.complex{
    font-size: 0.64rem;
    color: #FF4848;
}
#main table.hist .row1 {
    width: 62%;
}
#main table.hist .row2 {
    width: 16%;
}
#main table.hist .row3 {
    width: 22%;
    white-space: pre-wrap;
    text-overflow: initial;
}

#main table.docx {
    table-layout: fixed;
    width: 100%;
}
#main table.docx th{
    color: #888888;
    font-size: 0.48rem;
    font-weight: normal;
    height: 1.6rem;
    padding: 0 0.4rem;
    background-color: #F5F5F5;
    text-align: left;
}
#main table.docx td{
    font-size: 0.48rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.6rem;
    padding: 0 0.4rem;
    text-align: left;
    color: #111111;
}
#main table.docx .row1 {
    width: 30%;
}
#main table.docx .row2 {
    width: 10%;
}
#main table.docx .row3 {
    width: 10%;
}
#main table.docx .row4 {
    width: 10%;
}
#main table.docx .row5 {
    width: 20%;
}
#main table.docx .row6 {
    width: 20%;
}

#main .bd .process-item{
    width: 33.33333333333333333%;
}

@media screen and (max-width: 750px) {
    #main table.hist th, #main table.hist td{font-size: 0.96rem;height: 2.56rem;}
    #main table.hist td.simple, #main table.hist td.complex{font-size: 0.96rem;}
    #main table.docx th, #main table.docx td {font-size: 0.96rem;height: 2.56rem;text-align: center;}
    #main table.docx .row2,
    #main table.docx .row3,
    #main table.docx .row4{
        display: none;
    }
    #main .text-area p .left{display: none;}
    #main .bd .process-item {width: 33.33333333333333333%;}
}

/*原创检测弹窗 start*/
.check-original-result{
    padding: 1.48rem;
}
.check-original-result .hd{
    padding: 0 0 0.8rem 0;
}
.check-original-result .hd .pre{
    font-size: 0.56rem;
    color: #111111;
}
.check-original-result .hd .blue{
    font-size: 0.96rem;
    color: #2878FF;
}
.check-original-result .hd .pro{
    padding-left: 1.2rem;
    font-size: 0.56rem;
    color: #111111;
}
.check-original-result .hd b{
    font-size: 0.96rem;
}
.check-original-result .hd b.sim{
    color: #33A72D;
}
.check-original-result .hd b.tra{
    color: #FF4848;
}
.check-original-result .hd .des{
    display: inline-block;
    position: relative;
}
.check-original-result .hd .des i{
    font-size: 0.56rem;
    color: #2878FF;
    padding-left: 0.4rem;
    cursor: pointer;
}
.check-original-result .hd .des i:hover + .des-q{
    display: block;
}
.check-original-result .hd .btns{
    float: right;
}
.check-original-result .hd .btns button{
    outline: 0;
    border-radius: 3px;
    font-size: 0.56rem;
}
.check-original-result .hd .btns .report{
    width: 3.12rem;
    height: 1.36rem;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    color: #888888;
}
.check-original-result .hd .btns .report i{
    vertical-align: middle;
    padding-right: 0.2rem;
}
.check-original-result .hd .btns .report span{
    vertical-align: middle;
}
.check-original-result .bd table{
    table-layout: fixed;
    width: 100%;
}
.check-original-result .bd table th{
    font-size: 0.56rem;
    font-weight: normal;
    color: #888888;
    border: 1px solid #DDDDDD;
    height: 1.68rem;
}
.check-original-result .bd table td{
    border: 1px solid #DDDDDD;
    height: 2rem;
    padding: 0 0.4rem;
}
.check-original-result .bd table td a{
    text-decoration: underline;
}
.check-original-result .bd table td.row1{
    font-size: 0.48rem;
    color: #111111;
    overflow : hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.check-original-result .bd table td.row2{
    font-size: 0.64rem;
    color: #2878FF;
    text-align: center;
}
.check-original-result .bd table td.row3{
    font-size: 0.48rem;
    color: #888888;
    text-align: center;
}
.check-original-result .bd table .row1{
    width: 60%;
}
.check-original-result .bd table .row2{
    width: 20%;
}
.check-original-result .bd table .row3{
    width: 20%;
}
.check-original-result-m{}
.check-original-result-m .hd{
    padding: 0 0 2.24rem 0;
    height: 2.8rem;
    line-height: 2.8rem;
}
.check-original-result-m .hd .pre{
    font-size: 0.96rem;
}
.check-original-result-m .hd .blue{
    font-size: 1.44rem;
}
.check-original-result-m .hd .pro{
    font-size: 0.96rem;
}
.check-original-result-m .hd b{
    font-size: 1.44rem;
}
.check-original-result-m .hd .btns .report{
    width: 6.24rem;
    height: 2.8rem;
    font-size: 1.12rem;
}
.check-original-result-m .hd .btns .report i{
    padding-right: 0.48rem;
}
.check-original-result-m .bd table th{
    font-size: 0.88rem;
    height: 2.56rem;
}
.check-original-result-m .bd table td{
    height: 3rem;
}
.check-original-result-m .bd table td.row1{
    font-size: 0.96rem;
}
.check-original-result-m .bd table td.row2{
    font-size: 1.2rem;
}
.check-original-result-m .bd table td.row3{
    font-size: 0.96rem;
}
/*原创检测弹窗 end*/