/*********参加考试 start********/
.online_banner {
    width:100%;
    height:320px;
    background:url("../images/online_banner.jpg") no-repeat center;
    overflow:hidden;
}

.test_process{
    margin-top:20px;
}
.test_state{
    width:100%;
    background:#fff;
    margin:20px 0;
    padding:10px 20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.test_state table th,.test_state table tr{
    text-align: center;
}
.test_state .layui-table a{
    display:block;
    width:100px;
    height:30px;
    line-height:30px;
    color:#ff982a;
    margin:0 auto;
    overflow:hidden;
}
.test_state a:hover{
    text-decoration: underline;
}

.test_form{
    width:94%;
    margin:15px auto 0;
    overflow:hidden;
}
#select_login{
    display:block;
    padding:0 30px;
    background:#bb2c30;
    margin:0 auto;
}
/*********参加考试 end********/