.accuracy{
    width: 100%;
    background: url("../images/examRecord_bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 22px 0;
}
.resultDiv{
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px 0;
}
.haveB{
    border-right: 1px #d9e7d5 solid;
}
.resultDiv h4{
    font-size: 2em;
}
.resultDiv span{
    font-size: 1.2em;
}
.resultContent{
    width: 100%;
    margin-bottom: 80px;
}
.resultHd{
    width: 100%;
}
.resultHd ul li .col-xs-4{
    padding: 10px 0!important;
    border-bottom: 1px #e6e6e6 solid;
    text-align: center;
    font-size: 1em;
}
.resultHd ul li.on .col-xs-4{

    border-bottom: 1px #0facfc solid;
}
.resultHd ul li.on .col-xs-4 a{
    color: #0facfc;
}
.resultHd ul li .col-xs-4 a{
    width: 100%;
    height: 100%;
    display: block;
}
.resultBd{
    width: 90%;
    margin: 0 auto;
}
.dataS ul li{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px #e5e5e5 solid;
}
.dataS ul li a span{
    font-size: 0.8em;
    margin-left: 2%;
}
.dataS ul li p{
    float: right;
    margin-right: 3%;
    font-size: 0.6em;
    color: #9a9a9a;
    margin-top: 6px;
}
