@charset "UTF-8";
html,body{
    height: 100%;
}
.right_box {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 80px;right: 0;left: 0;bottom: 0;overflow-y:auto ;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.set_top0{
    top: 0px;
}
.bg_box {
    min-height: 0;
    height: 100%;
}
.main_box {
    height: 100%;
}
.mk_num_box {
    text-align: center;
}
.mk_answer_num {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #f6f6f6;
    font-size: 14px;
    color: #666 !important;
    line-height: 42px;
    text-align: center;
    border: 3px solid #ccc;
    border-radius: 50%;
    margin: 20px 5px 0;
    position: relative;
}
.mk_mark_active {
    border-color: #40ad19;
    background: #eee;
}
.mk_active {
    background: #eee;
    border-color: #eee;
    color: #999 !important;
}
.mk_ing_active {
    color: #f51e55 !important;
    border-color: #f51e55
}
.mk_num_error span {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url(/dev/product/www_v3/imgs/mokao/m_error.png);
    position: absolute;
    right: -6px;
    top: -8px;
    background-size: cover;
}
.mk_num_error {
    color: #f51e55 !important;
}
.mk_card_btn_box{
    margin :0 20px;
}
.mk_look_error{
    float: left;
}
.mk_back_brn{
    float: right;
}
.mk_look_error,.mk_back_brn{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #f51e55;
    color: #f51e55 !important;
    padding: 0 10px;
    margin-top: 15px;
}
@media screen and (min-width:768px){
    .right_box{
        top: 0;
    }
}
