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

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


.bg_box {
    min-width: 320px;
}
.errorPage_box {
    margin: 0 auto;
    min-width: 320px;
    width: 100%;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.errorPage_title_box {
    width: 100%;
    background: #ddd;
    padding: 0 20px;
    box-sizing: border-box;
}
.errorPage_title_box p {
    color: #303030;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    line-height: 46px;
    width: 66%;
}
/* .errorPage_list_box {
    padding: 30px 20px 0px;
} */

.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: 46px;
    line-height: 46px;
}
.exe_card {
    display: inline-block;
    color: #f51e55 !important;
    font-size: 14px;
    text-align: center;
    margin-left: 5px;
}
.exe_card span {
    font-size: 12px;
    color: #303030;
}
.exercise_set_box {
    border-bottom: 1px solid #ddd;
}
.exercise_set_com {
    text-align: center;
    border: 1px solid #f51e55;
    border-radius: 3px;
    width: 196px;
    margin: 8px auto;
}
.exercise_set_box a {
    font-size: 12px;
    color: #606060 !important;
    text-align: center;
    line-height: 28px;
    height: 28px;
    width: 98px;
    background: #fff;
    display: inline-block;
}
.exercise_set_box a.active {
    background: #f51e55;
    color: #fff !important;
}
.exercise_card_btn {
    width: 15px;
    height: 13px;
    display: inline-block;
    background: url(/dev/product/www_v3/imgs/mokao/card_btn.png);
    vertical-align: middle;
}
.exercise_btn_box {
    padding: 0px 32px 30px;
    text-align: center;
}
.exercise_btn_box a{
    display: inline-block;
    width: 70px;
    line-height: 40px;
    height: 40px;
    color: #fff !important;
    text-align: center;
    margin-right: 8px;
}
.exercise_title {
    display: inline-block;
    padding: 0 6px;
    line-height: 18px;
    background: #999;
    border-radius: 3px;
    color: #fff;
    margin: 0 0 15px 15px;
}
/* .exe_m_answer_box{
    margin: 30px 0 10px 25px;
} */
.errorPage_answer_del {
    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;
}
/* .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: 28px 0 0;
    box-shadow: 0px 4px 20px #ddd;
    margin-bottom: 12px;
    min-height: 500px;
}
.errorPage_list_title {
    font-size: 14px;
    color: #303030;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0 15px;
}
.mk_checked_box {
    padding: 0 15px 30px;
   /* border-bottom: 1px dotted #d0d0d0;*/
}
/* tupian */

.errorPage_img {
    padding: 0 15px;
}
.errorPage_list img {
    margin: 0 auto 20px;
    display: block;
    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;
    /*-webkit-appearance: radio;*/
}
.errorPage_list input.checkbox {
    -webkit-appearance: checkbox
}
.errorPage_list input.radio {
    -webkit-appearance: radio;
}
.mk_right {
    background-position: 0 0;
}
.mk_error {
    background-position: 0 -13px;
}
.errorPage_answer_box {
     border-top: 1px dotted #d0d0d0;
    padding: 10px 15px;
}
.errorPage_answer {
    font-size: 12px;
    line-height: 24px;
    color: #909090;
}
.errorPage_answer_right {
    font-size: 14px;
    color: #70b922;
}
.errorPage_btn {
    line-height: 30px;
    height: 30px;
    margin-top: 8px;
    padding: 0 12px;
}
/* .errorPage_answer_all {
    font-size: 12px;
    color: #606060;
}
.errorPage_answer_error {
    font-size: 12px;
    color: #e13b3b;
} */

.errorPage_text {
    font-size: 12px;
    color: #909090;
    line-height: 24px;
    padding: 0px 15px 30px;
}
.errorPage_text p, .errorPage_text div{
     font-size: 14px;
     color: #666;
    line-height: 24px;
}
.errPage_com {
    background: #f6f6f6;
    font-size: 14px;
    color: #303030;
    line-height: 24px;
    margin: 0 15px 20px;
    padding: 10px;
}
/*pop*/

.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;
}
.errorPage_title_del_box .errorPage_answer_del {
    margin:-3px 15px 15px 0;
}
.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;
}

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

    display: inline-block;

    width: 70px;
    height: 40px;

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

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


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

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

.errorPage_list img {
    margin: 0;
    vertical-align: middle;
    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;
}

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

