/*历史检测记录表格 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 .row1 {
    width: 62%;
}
#main table.hist .row2 {
    width: 16%;
}
#main table.hist .row3 {
    width: 22%;
    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{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*/
.check-font-result-pc{
    padding: 1.48rem;
}
.check-font-result-pc .introduce{
    float: left;
}
.check-font-result-pc .introduce .pre{
    font-size: 0.56rem;
    color: #111111;
}
.check-font-result-pc .introduce b{
    font-size: 0.96rem;
}
.check-font-result-pc .introduce b.sim{
    color: #33A72D;
}
.check-font-result-pc .introduce b.tra{
    color: #FF4848;
}
.check-font-result-pc .introduce .pro{
    font-size: 0.56rem;
    color: #888888;
    padding-left: 0.48rem;
}
.check-font-result-pc .introduce .des{
    display: inline-block;
    position: relative;
}
.check-font-result-pc .introduce .des i{
    font-size: 0.56rem;
    color: #2878FF;
    padding-left: 0.4rem;
    cursor: pointer;
}
.check-font-result-pc .introduce .des i:hover + .des-q{
    display: block;
}
.check-font-result-pc .btns{
    float: right;
}
.check-font-result-pc .btns button{
    outline: 0;
    border-radius: 3px;
    font-size: 0.56rem;
}
.check-font-result-pc .btns .trans{
    width: 5.6rem;
    height: 1.36rem;
    color: #ffffff;
    border: 1px solid #2878FF;
    background-color: #2878FF;
    margin-right: 0.4rem;
}
.check-font-result-pc .btns .report{
    width: 3.12rem;
    height: 1.36rem;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    color: #888888;
}
.check-font-result-pc .btns .report i{
    vertical-align: middle;
    padding-right: 0.2rem;
}
.check-font-result-pc .btns .report span{
    vertical-align: middle;
}

.check-font-result-m{
    width: 90%;
    margin: 0 auto;
}
.check-font-result-m .introduce{
    height: 7.2rem;
    line-height: 7.2rem;
}
.check-font-result-m .introduce .pre{
    font-size: 1.12rem;
    color: #111111;
}
.check-font-result-m .introduce b{
    font-size: 1.44rem;
}
.check-font-result-m .introduce b.sim{
    color: #33A72D;
}
.check-font-result-m .introduce b.tra{
    color: #FF4848;
}
.check-font-result-m .introduce .pro{
    font-size: 0.96rem;
    color: #888888;
    padding-left: 0.72rem;
}
.check-font-result-m .btns{
    text-align: center;
}
.check-font-result-m .btns button{
    outline: 0;
    border-radius: 3px;
    font-size: 1.12rem;
}
.check-font-result-m .btns .trans{
    width: 11.04rem;
    height: 2.8rem;
    color: #ffffff;
    border: 1px solid #2878FF;
    background-color: #2878FF;
    margin-right: 0.72rem;
}
.check-font-result-m .btns .report{
    width: 6.24rem;
    height: 2.8rem;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    color: #888888;
}
.check-font-result-m .btns .report i{
    vertical-align: middle;
    padding-right: 0.4rem;
}
.check-font-result-m .btns .report span{
    vertical-align: middle;
}
/*繁简体检测结果弹窗 end*/

/*繁简体转换结果弹窗 start   上半部分为繁简体检测结果弹窗直接使用*/
/*添加一个禁用一键转换的class 并且按钮上的文本改为简体转换完成*/
.check-font-result-pc .btns .disabled{
    background-color: #AAAAAA;
    color: #ffffff;
    border: 1px solid #AAAAAA;
}
.trans-font-text-pc{
    padding: 0 1.48rem;
}
.trans-font-text-pc .hd{
    padding: 0 0 0.68rem 0;
    overflow: hidden;
}
.trans-font-text-pc .hd .tit{
    font-size: 0.64rem;
    color: #111111;
}
.trans-font-text-pc .hd .copy{
    font-size: 0.48rem;
    color: #3B83FD;
    float: right;
    cursor: pointer;
    vertical-align: middle;
}
.trans-font-text-pc .hd .copy i{
    font-size: 0.56rem;
    vertical-align: middle;
    padding: 0 0.2rem 0 0;
}
.trans-font-text-pc .bd{
    width: 26.52rem;

    padding: 0.8rem;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    background-color: #F5F5F5;
}
.trans-font-text-pc .bd textarea{
    display: block;
    width: 100%;
    min-height: 13rem;
    resize: none;
    line-height: 2;
    outline: none;
    overflow-y: auto;
    border: none;
    background-color: #F5F5F5;
}
.trans-font-text-m {
    padding: 0 1.48rem;
}
.trans-font-text-m .hd{
    height: 3.92rem;
    line-height: 3.92rem;
    border-bottom: 1px solid #dddddd;
}
.trans-font-text-m .hd .tit{
    font-size: 1.2rem;
    color: #111111;
}
.trans-font-text-m .hd .copy{
    font-size: 1.12rem;
    color: #3B83FD;
    vertical-align: middle;
    float: right;
}
.trans-font-text-m .hd .copy i{
    font-size: 1.4rem;
    vertical-align: middle;
}
.trans-font-text-m .bd{
    padding: 1.2rem 0 0 0;
}
.trans-font-text-m .bd textarea{
    display: block;
    width: 100%;
    min-height: 40rem;
    background-color: #ffffff;
    resize: none;
    border: none;
    font-size: 1.12rem;
}
/*繁简体转换结果弹窗 end*/