body{
    background: #fff;
}
.mainLeft{
    width: 856px;
    /* height: 860px; */
    border: 1px solid #ededed;
    padding: 25px 20px;
}
.c303946{
    color: #303946;
}
.c148df7{
    color: #148df7;
}
.testType{
    height: 45px;
    line-height: 45px;
    background-color: #f7f9fc;
    padding-left: 30px;
    margin-top: 25px;
}
.testType p{
    cursor: pointer;
}
.testType p.on{
    color: #148df7;
}
.questionList{
    padding-left: 30px;
}
.questionList li{
    margin-top: 45px;
    margin-bottom: 40px;
}
.c4c{
    color: #4c4c4c;
}
.mr50{
    margin-right: 50px;
}
.mainRight{
    width: 250px;
    /* height: 300px; */
    border: 1px solid #ededed;
    padding: 15px;
    margin-left: 20px;
}
.lastTime{
    padding-left: 32px;
    background: url(../images/time.png) no-repeat left center;
}
.dtk{
    margin-left: 5px;
    padding-left: 20px;
    background: url(../images/dtk.png) no-repeat left center;
    background-size: 15px 15px;
}
.mainRight ul li{
    display: inline-block;
    padding: 1px 6px;
    margin-right: 5px;
    margin-bottom: 7px;
    color: #333;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
}
.mainRight ul li.completed{
    border: 1px solid #82caec;
    background-color: #f0faff;
}
.mainRight ul{
    padding-bottom: 15px;
    border-bottom: 1px dotted #f6f6f6;
}
.yz,
.wz{
    width: 16px;
    height: 16px;
    color: #333;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #ccc;
}
.yz{
    border: 1px solid #82caec;
    background-color: #f0faff;
}
.ml60{
    margin-left: 60px;
}
.finishTest{
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #0092da;
    border-radius: 5px;
    margin-left: 60px;
}
.finishTest:hover{
    background-color: #036596;
}
.ml140{
    margin-left: 140px;
}
/* radio默认样式修改 */
label{
    line-height: 32px;
    display: inline-block;
    color: #4c4c4c;
}
.radio_type{
    width: 12px;
    height: 12px;
    appearance: none;
    position: relative;
}
.radio_type:before{
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #7d7d7d;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:before{
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #148df7;
    background:#148df7;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after{
    content: '';
    width: 10px;
    height:5px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 7px;
    left:3px;
    vertical-align: middle;
    transform: rotate(-45deg);
}
.radio_type:checked+label{
    color: #148df7;
}
/* 交卷提示 */
.submitDiaCss{
    top: 28%;
    width: 420px;
    height: 230px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(165, 165, 165);
    padding: 25px;
}
.cancelBtn {
    border: 1px solid #ccc;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
}

.sureBtn {
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background-color: #1ABC9C;
}
.mt3{
    margin-top: 3px;
}