@charset "UTF-8";
.bg_box {
    min-height: 0;
    height: 100%;
    background: #fff;
}
.right_box {
    position: relative;
}
.main_box {
    height: 100%;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.mk_ques_box {
    height: inherit;
}
.mk_ques_com {
    background: #fff;
    /* min-height: 600px; */
    height: auto;
    padding: 20px;
}
.mk_checked_box {
    margin-bottom: 60px;
}
.mk_checked_box p {
    font-size: 14px;
    color: #333;
}
.mk_checked_box b {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    display: block;
    line-height: 24px;
}
.mk_checked_box img {
    margin: 20px auto 20px;
    display: block;
}
.mk_subject img {
    max-width: 100%;
    height: auto;
}
.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>p {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
.mk_subject>b {
    display: inline-block;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 20px;
    word-break: break-all;
   /* word-wrap: break-word;*/
}
.mk_subject>img {
    margin: 0 auto 30px;
    display: block;
}
.mk_btn_box {
    text-align: center;
}
.mk_btn_box .mk_over_btn{
    width: 36px;
    height: 38px;
    float: none;
    margin-top: 0;
}
.mk_pre_btn, .mk_next_btn,.mk_btn_box .mk_over_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;
    /*margin-top: 20px;
    float: right;*/
}
.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_mark.active span {
    background: #3aab13;
}
.mk_mark.active span b {
    left: 26px;
}
.mk_subject label {
    margin-top: 16px;
    line-height: 24px;
    display: inline-block;
    padding-left: 30px;
    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: 0;
    top: 5px;
   /* background: url(/dev/product/www_v3/imgs/mokao/checked.png);*/
    outline: none;
    -webkit-appearance: radio;
}
/* .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 {
    background: #ddd;
    padding: 0px 15px;
    box-shadow: 0px 4px 20px #ddd;
    text-align: center;
}
.mk_time_box {
    border-bottom: 1px solid #ddd;
}
.mk_time_title {
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding: 0 8px;
    line-height: 45px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
}
.mk_time_title>span {
    display: inline-block;
    vertical-align: middle;
}
.mk_time_box>a, .mk_time_title>b {
    display: inline-block;
}
.mk_time_title>b {
    font-size: 14px;
    line-height: 45px;
    color: #f51e55;
    margin-left: 8px;
    vertical-align: middle;
    font-weight: normal;
}
.mk_over_btn {
    width: 44px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    margin-top: 12px;
    float: right;
}
.mk_m_card {
    width: 50px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    border: 1px solid #f51e55;
    color: #f51e55 !important;
    background: #fff;
    border-radius: 5px;
    margin-top: 12px;
    float: left;
}
/* alert */

.mk_alert_box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.mk_alert_com {
    width: 300px;
    min-height: 190px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -95px;
}
.m_alert_title_com {
    display: table;
    overflow: hidden;
    min-height: 126px;
    width: 100%;
}
.mk_alert_com p {
    text-align: center;
    font-size: 14px;
    color: #404040;
    line-height: 28px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    height: 126px;
}
.mk_alert_btn_box {
    text-align: center;
}
.mk_alert_btn_box a {
    display: inline-block;
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin: 0 10px;
}
.mk_over {
    color: #fff !important;
}
.mk_false {
    color: #303030;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
}

/* 新增 */
.subject_reading_box {
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    word-break: break-all;
}
.mk_checked_box {
    margin-bottom: 30px;
}
.mk_mark_box {
    margin-bottom: 20px;
}
.mk_mark.active span {
    background: #3aab13;
}
.mk_mark.active span b {
    left: 26px;
}
.subject_score_text {
    margin-left: 30px;
}



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

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

.mk_checked_box 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 {
    font-size: 14px;
    line-height: 24px;
    color: #303030;
}

.errorPage_list_title-info {
    float: left;
    font-size: 14px;
    line-height: 24px;
}


/* 考期样式*/

.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;
}

.right_box table {
    width: 90% !important;
}

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