@charset "UTF-8";
.right_box {
    position: relative;
    height: 100%;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.bg_box {
    min-width: 1000px;
}
.main_box {
    padding: 60px;
}
.mk_ques_box {
    max-width: 880px;
    max-width: 670px \9;
    width: 670px;
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    float: left;
}
.mk_checked_box p {
    font-size: 14px;
    color: #333;
}
.mk_ques_title_box {
    height: 90px;
    box-shadow: 0px 4px 20px #ddd;
    padding: 15px 35px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}
.mk_ques_title_box>div {
    margin-top: 4px;
}
.mk_ques_title {
    display: inline-block;
    font-size: 18px;
    color: #303030;
    line-height: 38px;
    float: left;
    max-width: 90%;
    max-width: -web-calc(100% - 56px);
    max-width: calc(100% - 56px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mk_state {
    color: #f51e55;
    font-size: 12px;
    margin-left: 20px;
    float: left;
    display: inline-block;
    margin-top: 13px;
}
.mk_que_list_box li {
    font-size: 12px;
    color: #666;
    float: left;
    margin-right: 32px;
    margin-top: 18px;
    line-height: 18px;
    cursor: pointer;
}
.mk_que_list_box li.active {
    color: #f51e55;
}
.mk_again_btn {
    display: inline-block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    position: absolute;
    bottom: 28px;
    right: 35px;
}
.mk_ques_com {
    background: #fff;
    min-height: 600px;
    box-shadow: 0px 4px 20px #ddd;
    padding: 20px 35px;
    position: relative;
}


.mk_checked_box {
    margin-bottom: 30px;
}
.mk_subject .mk_subject_title_box span {
    display: block;
    padding: 0 6px;
    line-height: 18px;
    background: #999;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    float: left;
}
.mk_subject .mk_subject_title_box i {
    display: block;
    line-height: 18px;
    color: #909090;
    font-size: 14px;
    float: right;
}
.mk_subject>b {
    display: inline-block;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 30px;
    word-break: break-all;
   /* word-wrap: break-word;*/
}
.mk_subject>b>p {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
   /* word-wrap: break-word;*/
}
.mk_subject>img, .mk_answer_box>img {
    margin: 0 auto 30px;
    display: block;
}
.mk_btn_box {
    /* position: absolute;
    right: 35px;
    bottom: 35px; */
    margin-bottom: 30px;
}
.mk_pre_btn, .mk_next_btn {
    font-size: 12px;
    color: #fff !important;
    padding: 0 18px;
    line-height: 38px;
    display: inline-block;
    margin-right: 10px;
}
.mk_mark {
    font-size: 14px;
    color: #333;
}
.mk_mark span {
    width: 56px;
    height: 32px;
    border: 1px solid #d1d1d1;
    border-radius: 40px;
    background: #eee;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
}
.mk_mark span b {
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    background: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
}
.mk_btn_box .active span {
    background: #3aab13;
}
.mk_btn_box .active span b {
    left: 26px;
}
.mk_subject img {
    max-width: 100%;
    height: auto;
}
.mk_subject label {
    font-size: 14px;
    margin-top: 16px;
    line-height: 24px;
    display: inline-block;
    padding-left: 50px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    word-break: break-all;
   /* word-wrap: break-word;*/
}
.mk_subject input {
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 12px;
    color: #333;
    position: absolute;
    left: 24px;
    top: 5px;
     background: url(/dev/product/www_v3/imgs/mokao/checked.png);
    outline: none;
    /*-webkit-appearance: radio;*/
}
.mk_checked_box b {
    font-size: 14px;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 24px;
}
.mk_subject label img, .mk_checked_box >img {
    margin: 20px auto;
    display: block;
}
 .mk_radio input {
    background-position: 0 0;
}
.mk_radio input:checked {
    background-position: 0 -14px;
}
.mk_checkbox input {
    background-position: 0 -28px;
}
.mk_checkbox input:checked {
    background-position: 0 -42px;
} 

.mk_ques_answer_box {
    width: 370px;
    height: 740px;
    background: #fff;
    float: left;
    margin-left: 30px;
    box-shadow: 0px 4px 20px #ddd;
    padding: 25px;
}
.mk_time_box {
    margin-top: 25px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.mk_time_title {
    font-size: 14px;
    color: #999;
    background: #eee;
    display: inline-block;
    padding: 0 8px;
    line-height: 30px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
}
.mk_time_title>span {
    background: url(/dev/product/www_v3/imgs/mokao/book_ico.png);
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle;
}
.mk_time_box>a, .mk_time_box>p {
    display: inline-block;
}
.mk_time_box>p {
    font-size: 18px;
    line-height: 40px;
    color: #f51e55;
    margin-left: 8px;
    vertical-align: middle;
}
.mk_over_btn, .mk_look_error {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff !important;
    vertical-align: middle;
    float: right;
}
.mk_num_box {
    width: 390px;
    overflow-y: auto;
    height: 640px;
}
.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_error, .mk_right {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(/dev/product/www_v3/imgs/mokao/answer_ico.png);
    position: absolute;
    left: 0;
    top: 5px;
}
.mk_error, .mk_num_error span {
    background-position: 0 -13px;
}
.mk_right {
    background-position: 0 0;
}

.mk_answer_box{
    border-top: 1px solid #ddd;
    padding: 18px 0 50px;
    color: #666;
    line-height: 24px;
}

.mk_answer_box p, .mk_answer_box div {
    color: #666;
    line-height: 24px;
    font-size: 14px;
}
.mk_answer_box>p {
    font-size: 12px;
    color: #666;
    line-height: 28px;
    margin-bottom: -1em;
    /* margin-bottom: 30px;*/
    word-break: break-all;
    /* word-wrap: break-word;*/
}

.mk_answer_box strong{font-weight: 600;font-size:14px;}
.mk_num_error span {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url(/dev/product/www_v3/imgs/mokao/answer_ico.png);
    position: absolute;
    right: -6px;
    top: -8px;
}
.mk_num_error {
    color: #f51e55 !important;
}
@media screen and (max-width: 1280px) {
    .main_box {
        padding: 30px;
    }
}



/* 图文混排 */
.question_title {
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 30px;
    word-break: break-all;
    display: block;
}

/*图文混排*/
.option_body {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

.option_body p {
    font-size: 14px;
    line-height: 24px;
}
.option_info {
    vertical-align: top;
}

.mk_checked_box img, .mk_subject label img, .mk_subject img  {
    vertical-align: middle;
    margin: 0;
    display: inline-block;
}

.errorPage_list_title-text  {
    font-size: 14px;
    color: #303030;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0;
}

.errorPage_list_title-text p, .errorPage_list_title-text div {
    font-size: 14px;
    line-height: 24px;
    color: #303030;
}

.errorPage_list_title-info {
    float: left;
}

/* 考期样式*/
.mk_subject .mk_subject_title_box .exam-date {
    margin-left: 10px;
    background: #fff;
    border: 1px solid;
    color: #999;
    padding: 0 5px;
    border-radius: 3px;
}

/* 表格边框兼容 */
.right_box td {
    border: 1px solid;
}

/* 强制重置table样式*/
.right_box table {
    float: none;
    margin: 0 auto;
}


.mk_answer_box.editor img {
    display: inline-block;
    margin: auto;
}
