@charset "UTF-8";
/*liboyuan 20160701*/

.right_box {
    position: relative;
    height: 100%;
}


.bg_box {
    min-width: 880px;
}
.errorPage_box {
    width: 880px;
    margin: 0 auto;
    padding-top: 60px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.errorPage_title_box {
    background: #fff;
    padding: 38px;
    box-shadow: 0px 4px 20px #ddd;
    margin-bottom: 30px;
}
.errorPage_title_box p {
    color: #303030;
    font-size: 20px;
    line-height: 42px;
    float: left;
    width: 670px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.errorPage_btn {
    float: right;
    height: 42px;
    line-height: 42px;
    color: #fff !important;
    padding: 0 20px;
    font-size: 14px;
}
.errorPage_list {
    background: #fff;
    padding: 32px 0 0;
    box-shadow: 0px 4px 20px #ddd;
    margin-bottom: 12px;
}
.errorPage_list_title, .errorPage_list_title-text  {
    font-size: 14px;
    color: #303030;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0 32px;
}

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

.errorPage_list_title-info {
    float: left;
}


.mk_checked_box {
    margin-bottom: 30px;
    padding: 0 32px;
}

/* tupian */

.errorPage_img {
    padding: 0 32px;
}
.errorPage_list img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.errPage_com p {
    font-size: 14px;
    color: #303030;
    line-height: 24px;
}
.errPage_com img {
    margin-top: 10px;
}
/* tupian */




.errorPage_list 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_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;
}
.errorPage_list input.radio, .errorPage_list input.checkbox {
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 12px;
    color: #333;
    position: absolute;
    left: 24px;
    top: 5px;
    outline: none;
    background-image: url(/dev/product/www_v3/imgs/mokao/checked.png);
    /*-webkit-appearance: radio;*/
}
.errorPage_list input.radio {
    background-position: 0 0;
}
.errorPage_list input.checkbox {
    background-position: 0 -28px;
}
.errorPage_list .radio:checked {
    background-position: 0 -14px;
}
.errorPage_list .checkbox:checked {
    background-position: 0 -42px;
}
.mk_right {
    background-position: 0 0;
}
.mk_error {
    background-position: 0 -13px;
}
.errorPage_answer_box {
    background: #f6f6f6;
    padding: 10px 32px;
}
.errorPage_answer {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    float: left;
}
.errorPage_answer_right {
    font-size: 14px;
    color: #70b922;
}
.errorPage_answer_all {
    font-size: 12px;
    color: #606060;
}
.errorPage_answer_error {
    font-size: 12px;
    color: #e13b3b;
}
.errorPage_answer_del {
    float: right;
    color: #606060 !important;
    line-height: 24px;
}
.errorPage_answer_del span {
    margin-right: 5px;
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url('/dev/product/www_v3/imgs/mokao/del_icon.png') 0 0;
    vertical-align: middle;
    margin-top: -6px;
}
.errorPage_answer_del:hover {
    color: #f51e55 !important;
}
.errorPage_answer_del:hover span {
    background-position: 0 -15px;
}
.errorPage_text {
    padding: 5px 32px 20px;
    background: #f6f6f6;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.errorPage_text p, .errorPage_text div{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.errPage_com {
    background: #f6f6f6;
    margin: 0 32px 32px;
    padding: 20px;
    font-size: 14px;
    color: #303030;
    line-height: 24px;
}
.errorPage_pop {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.errorPage_pop_com {
    width: 300px;
    height: 190px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -95px;
    background: #fff;
}
.errorPage_pop_com p {
    text-align: center;
    font-size: 14px;
    color: #404040;
    margin: 45px 0;
    line-height: 24px;
}
.errorPage_pop_com>div {
    text-align: center;
}
.errorPage_pop_com>div a {
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    vertical-align: middle;
}
.errorPage_set_del {
    color: #fff !important;
}
.errorPage_close {
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    border-radius: 3px;
    color: #303030 !important;
}
.errorPage_close:hover {
    background: #f6f6f6;
}
@media screen and (max-width: 767px) {
    .bg_box {
        min-width: 320px;
    }
    .errorPage_box {
        min-width: 320px;
        width: 100%;
        padding-top: 0px;
    }
    .errorPage_title_box {
        width: 100%;
        background: #ddd;
        box-shadow: none;
        padding: 0 20px;
        margin-bottom: 0;
        box-sizing: border-box;
    }
    .errorPage_title_box p {
        font-size: 14px;
        line-height: 46px;
        width: 65%;
    }
    .errorPage_list_box {
        padding: 30px 20px 0px;
    }
    .errorPage_btn {
        line-height: 30px;
        height: 30px;
        margin-top: 8px;
        padding: 0 12px;
    }
    .errorPage_list {
        padding-top: 28px;
    }
    .errorPage_list_title, .mk_checked_box,.errorPage_img{
        padding: 0 15px;
    }
    .errorPage_answer_box {
        padding: 10px 15px;
    }
    .errorPage_text {
        padding: 20px 15px;
    }
    .errPage_com {
        margin: 0 15px 20px;
        padding: 10px;
    }
    .errorPage_answer, .errorPage_answer_del {
        float: none;
    }
    .errorPage_list input.checkbox:checked, .errorPage_list input.checkbox, .errorPage_list input.radio:checked, .errorPage_list input.radio {
        background-image: none;
    }
    .errorPage_list input.checkbox {
        -webkit-appearance: checkbox
    }
    .errorPage_list input.radio {
        -webkit-appearance: radio;
      height: 16px;
    }
}



/* 图文混排 */
.question_title {
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 30px;
    word-break: break-all;
    display: block;
    padding: 0 30px;  /* 错题模式结构与其他模式有差异 */
}

/*图文混排*/
.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 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;
}

/* 考期样式*/
.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;
}

@media screen and (max-width: 767px) {
    .right_box table {
        width: 90% !important;
    }
}

