@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_com {
    float: left;
    width: 560px;
}
.errorPage_title_box p {
    color: #303030;
    font-size: 20px;
    line-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.exe_title_icon {
    color: #f51e55;
    font-size: 12px;
    border: 1px solid #f51e55;
    padding: 0 5px;
    border-radius: 2px;
    margin-left: 10px;
}
.exe_title_right {
    float: right;
    height: 42px;
}
.exe_set_model_btn {
    font-size: 14px;
    color: #606060 !important;
    line-height: 42px;
    display: inline-block;
    vertical-align: middle;
}
.exe_set_model_btn span {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(/dev/product/www_v3/imgs/mokao/exe_model_btn.png);
    margin-right: 10px;
    vertical-align: middle;
}
.exe_set_model_btn.active span {
    background-position: 0 -24px;
}
.exe_card_box {
    display: inline-block;
    font-weight: normal;
    line-height: 42px;
    vertical-align: middle;
    margin-left: 10px;
}
.exe_card {
    width: 46px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #909090;
    border-radius: 3px;
    color: #909090 !important;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
}
.exe_card:hover {
    border: 1px solid #f51e55;
    color: #f51e55 !important;
}
.exe_card_box .exercise_seq {
    font-size: 18px;
    color: #f51e55;
}
.exe_card_box span {
    font-size: 14px;
    color: #303030;
    line-height: 28px;
}
.exe_card:hover span {
    color: #fff;
}
.exercise_btn_box {
    padding: 0 32px 30px;
}
.exercise_btn_box a {
    display: inline-block;
    width: 80px;
    line-height: 40px;
    height: 40px;
    color: #fff !important;
    text-align: center;
    margin-right: 10px;
}
.exercise_title {
    display: inline-block;
    padding: 0 6px;
    line-height: 18px;
    background: #999;
    border-radius: 3px;
    color: #fff;
    margin: 0 0 15px 32px;
}
.exercise_btn_box .errorPage_answer_del {
    color: #606060 !important;
    line-height: 24px;
}
.exercise_btn_box .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;
}
.exercise_btn_box .errorPage_answer_del:hover {
    color: #f51e55 !important;
}
.exercise_btn_box .errorPage_answer_del:hover span {
    background-position: 0 -15px;
}
.errorPage_list {
    background: #fff;
    padding: 32px 0 0;
    box-shadow: 0px 4px 20px #ddd;
    margin-bottom: 12px;
    min-height: 500px;
}
.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 {
    padding: 0;
}

.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: 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 {
    border-top: 1px dotted #d0d0d0;
    padding: 10px 32px;
}
.errorPage_answer {
    font-size: 12px;
    line-height: 24px;
    color: #909090;
    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_text {
    padding: 0 32px 32px;
    font-size: 12px;
    color: #909090;
    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;
}
/*pop*/

.errorPage_pop, .exe_pop_card {
    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;
}
/*pop card*/

.exe_pop_com {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 640px;
    height: 400px;
    margin-left: -320px;
    margin-top: -200px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.exe_pop_title {
    font-size: 18px;
    padding-bottom: 24px;
    line-height: 24px;
    border-bottom: 1px solid #f1f1f1;
}
.exe_pop_close {
    font-size: 30px;
    line-height: 30px;
    color: #b0b0b0 !important;
    position: absolute;
    right: 15px;
    top: 10px;
}
.pop_card_list {
    padding: 10px 0 20px;
    overflow-y: auto;
    height: 268px;
}
.pop_card_list a {
    width: 43px;
    height: 43px;
    display: inline-block;
    background: #eee;
    line-height: 45px;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: #666 !important;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-right: 5px;
}
.pop_card_list a.active {
    border-color: #f51e55;
    color: #f51e55 !important;
    background: #fff;
}

.home_class_no {
    min-height: 400px;
    box-shadow: 0px 4px 20px #ddd;
    padding-top: 200px;
    background: #fff;
}
.home_class_no_text {
    color: #707070;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}
.home_class_no_icon {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    background: url(/dev/product/www_v3/imgs/homePage/home_Page_no.png) 0 0 no-repeat;
    display: block;
}
/* @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 {
        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: none;
    }
    .errorPage_list input.checkbox {
        -webkit-appearance: checkbox
    }
    .errorPage_list input.radio {
        -webkit-appearance: radio;
    }
}
 */

.errorPage_text {
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #d0d0d0;
}
.exercise_sure {
    line-height: 40px;

    display: inline-block;

    width: 80px;
    height: 40px;
    margin-right: 10px;

    text-align: center;
    text-decoration: none;

    color: #fff !important;
    margin-bottom: 20px;
    margin-left: 32px;
}


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

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

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