/*剩余检测次数start*/
#main .text-area p strong.nums{
    color: #3B83FD;
    font-size: 0.48rem;
    font-weight: normal;
}
@media screen and (max-width: 750px) {
    #main .text-area p strong.nums{
        font-size: 0.96rem;
    }
}
/*剩余检测次数end*/
/*历史检测记录表格 start*/
#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 td.doubt{
    font-size: 0.64rem;
    color: #FFB400;
}
#main table.hist .row1 {
    width: 50%;
}
#main table.hist .row2 {
    width: 25%;
}
#main table.hist .row3 {
    width: 25%;
    white-space: pre-wrap;
    text-overflow: initial;
}
@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,
    #main table.hist td.doubt{font-size: 0.96rem;}
}
/*历史检测记录表格 end*/

/*步骤条 start*/
#main .bd .process-item{
    width: 25%;
}
@media screen and (max-width: 750px) {
    #main .bd .process-item {width: 50%;}
    #main .bd .process-item:nth-child(2) i {display: none;}
}
/*步骤条 end*/

/*宗教检测弹框 start*/

/*宗教检测弹出框 start——pc*/
.religion-layer-pc{
    max-height: 23.92rem;
}
.religion-pc{
    padding: 1.48rem;
}
.religion-pc .hd{
    height: 2.36rem;
    line-height: 1.36rem;
}
.religion-pc .bd{

}
.religion-pc .bd.hide{
    display: none;
}
.religion-pc .hd .introduce{
    float: left;
}
.religion-pc .hd .introduce .pre{
    font-size: 0.56rem;
    color: #111111;
}
.religion-pc .hd .introduce>b{
    display: inline-block;
    font-size: 0.56rem;
    font-weight: bold;
    color: #ffffff;
    height: 1.36rem;
    line-height: 1.36rem;
    width: 3rem;
    text-align: center;
}
.religion-pc .hd .introduce>b.adopt{
    background-color: #33A72D;
}
.religion-pc .hd .introduce>b.pass{
    background-color: #FF0000;
}
.religion-pc .hd .introduce .des{
    display: inline-block;
    position: relative;
}
.religion-pc .hd .introduce .des i{
    font-size: 0.56rem;
    color: #2878FF;
    padding-left: 0.4rem;
    cursor: pointer;
}
/*.religion-pc .hd .introduce .des i:hover +.des-l{*/
    /*display: block;*/
/*}*/
.religion-pc .hd .introduce small{
    font-size: 0.48rem;
    color: #AAAAAA;
    padding-left: 0.2rem;
}
.religion-pc .hd .introduce small.hide{
    display: none;
}
.religion-pc .hd .btns{
    float: right;
    background-color: bisque;
}
.religion-pc .hd .btns button{
    outline: 0;
    border-radius: 3px;
    font-size: 0.56rem;
}
.religion-pc .hd .btns button i{
    vertical-align: middle;
    padding-right: 0.2rem;
}
.religion-pc .hd .btns button.report{
    width: 3.12rem;
    height: 1.36rem;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    color: #888888;
}
.religion-pc .bd .rel-content{
    background-color: #F5F5F5;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 0.92rem 0.68rem;
    font-size: 0.56rem;
    line-height: 1.2rem;
    color: #666666;
}
/*宗教检测弹出框 end——pc*/

/*宗教检测弹框m start*/
.religion-m{
    padding: 1.48rem;
}
.religion-m .hd{
    padding: 0 0 0.5rem 0;
    height: 2.8rem;
    line-height: 2.8rem;
}
.religion-m .hd .introduce{
    float: left;
}
.religion-m .hd .btns{
    float: right;
}
.religion-m .hd .introduce .pre{
    font-size: 0.96rem;
    color: #111111;
}
.religion-m .hd .introduce>b{
    display: inline-block;
    font-size: 0.96rem;
    font-weight: bold;
    color: #ffffff;
    height: 2rem;
    line-height: 2rem;
    width: 4rem;
    text-align: center;
}
.religion-m .hd .introduce>b.adopt{
    background-color: #33A72D;
}
.religion-m .hd .introduce>b.pass{
    background-color: #FF0000;
}
.religion-m .hd .btns button{
    outline: 0;
    border-radius: 3px;
}
.religion-m .hd .btns .report{
    width: 6.24rem;
    height: 2.8rem;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    color: #888888;
    font-size: 1.12rem;
}
.religion-m .hd .btns .report i{
    vertical-align: middle;
    padding-right: 0.48rem;
}
.religion-m .tips{
    font-size: 0.96rem;
    color: #AAAAAA;
    padding: 0 0 0.5rem 0;
}
.religion-m .bd .rel-content{
    background-color: #F5F5F5;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 0.92rem 0.68rem;
    font-size: 0.96rem;
    line-height: 1.5rem;
    color: #666666;
    min-height: 33rem;
}
/*宗教检测弹框m end*/

/*宗教检测弹框 end*/