body {
    background: #386ef5;
    background: -moz-linear-gradient(right, #5330ae 0%, #2f72fe 100%);
    background: -webkit-gradient(linear, left left, left right, color-stop(0%, #5330ae), color-stop(100%, #2f72fe));
    background: -webkit-linear-gradient(left, #5330ae 0%, #2f72fe 100%);
    background: -o-linear-gradient(left, #5330ae 0%, #2f72fe 100%);
    background: -ms-linear-gradient(left, #5330ae 0%, #2f72fe 100%);
    background: linear-gradient(to right, #5330ae 0%, #2f72fe 100%);
}

a, a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.exam-empty {
    height: 100px;
    line-height: 100px !important;
    font-size: 15px;
    text-align: center;
    color: #aaa;
}

.wanren_header {
    height: 90px;
    background-color: #fff;
}

.wanren_logo {
    padding-top: 15px;
}

.denglu_kuang, .zhuce_kuang {
    display: block;
    width: 76px;
    height: 32px;
    float: left;
    margin-left: 15px;
    margin-top: 30px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}

.navMenu ul {
    margin-bottom: 0;
    padding-left: 0;
}

.navMenu ul li .h2, .navMenu ul li p {
    margin: 0;
}

.navMenu ul li.active a {
    color: #2187f5;
}

.navMenu ul li {
    float: left;
    margin-left: 20px;
    position: relative;
}

.navMenu ul li .h2 {
    margin: 0;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

/*导航样式*/
.navMenu_wenda ul li {
    width: 124px;
    margin-left: 0;
    text-align: center;
}

.navMenu_wenda ul li:first-child:before {
    width: 1px;
    height: 30px;
    background-color: #f2f2f2;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
}

.navMenu_wenda ul li:after {
    width: 1px;
    height: 30px;
    background-color: #f2f2f2;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
}

.navMenu_wenda ul li .h2 a {
    color: #666;
    font-size: 16px;
}

.navMenu_wenda ul li .caret_down {
    padding-left: 20px;
    background: url(../images/mock_exam/caret_down.png) no-repeat right center;
}

.navMenu_down {
    width: 124px;
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}

.navMenu_down_row_1 {
    padding-bottom: 10px;
}

.navMenu_down_row_1 a {
    width: 100%;
    font-size: 14px;
    color: #666;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

.navMenu_down_row_1 a.active, .navMenu_down_row_1 a:hover {
    font-weight: bold;
    color: #4167f8;
}

.wanren_banner {
    width: 100%;
    height: 610px;
    background-image: url(../images/mock_exam/banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 365px;
    margin-top: 50px;
}

.banner_title {
    width: 442px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    background: #f77f71;
    background: -moz-linear-gradient(right, #fb7c69 0%, #f77f71 100%);
    background: -webkit-gradient(linear, left left, left right, color-stop(0%, #fb7c69), color-stop(100%, #f77f71));
    background: -webkit-linear-gradient(left, #fb7c69 0%, #f77f71 100%);
    background: -o-linear-gradient(left, #fb7c69 0%, #f77f71 100%);
    background: -ms-linear-gradient(left, #fb7c69 0%, #f77f71 100%);
    background: linear-gradient(to right, #fb7c69 0%, #f77f71 100%);
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #fff7e8;
    font-size: 24px;
    font-style: italic;
    letter-spacing: 2px;
}

.course_select {
    width: 1200px;
    margin: 0 auto;
}

.course_select ul {
    padding-left: 0;
    padding-top: 50px;
}

.course_select ul li {
    width: 378px;
    height: 82px;
    margin-left: 33px;
    border-radius: 10px;
    background-color: #fb6767;
    background: -moz-linear-gradient(top, #e8c492 0%, #ff5765 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8c492), color-stop(100%, #ff5765));
    background: -webkit-linear-gradient(top, #e8c492 0%, #ff5765 100%);
    background: -o-linear-gradient(top, #e8c492 0%, #ff5765 100%);
    background: -ms-linear-gradient(top, #e8c492 0%, #ff5765 100%);
    background: linear-gradient(to bottom, #e8c492 0%, #ff5765 100%);
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    position: relative;
    cursor: pointer;
}

.course_select ul li a {
    display: block;
    width: 100%;
    color: #fff;
}

.course_select ul li.active .xiala {
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 80px;
    width: 0;
    height: 0;
    border-width: 18px;
    border-style: solid;
    border-color: #ff5765 transparent transparent transparent;
}

.chuang_step {
    width: 1200px;
    margin: -20px auto 0 auto;
    border-radius: 20px;
}

.chuang_my ul li {
    float: left;
    width: 235px;
    height: 52px;
    margin-top: 50px;
    margin-left: 50px;
    border: 1px solid #fff;
    border-radius: 26px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.chuang_message {
    margin-top: 20px;
    position: relative;
    margin-left: 20px;
    padding-left: 15px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.chuang_qi_more {
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.bei_list {
    padding-top: 5px;
}

.bei_list dl {
    width: 25%;
    height: 240px;
    float: left;
    text-align: center;
    background-color: #4083f8;
    border-radius: 10px;
    margin-bottom: 0;
    padding-top: 50px;
}

.bei_list dt, .chuang_last dt {
    width: 124px;
    margin: 0 auto;
    position: relative;
}

.bei_list dl.active {
    opacity: 0.5;
}

.bei_list dt img, .chuang_last dt img {
    display: block;
}

.bei_list dd p, .chuang_last dd p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.bei_list dd p.bold, .chuang_last dd p.bold {
    font-size: 18px;
    font-weight: bold;
}

.bei_list .do-exam {
    cursor: pointer;
}

.xuexiganhuo {
    display: block;
    position: absolute;
    left: 40px;
    top: -14px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #333;
    background-color: #ffc764;
    white-space: nowrap;
}

.right_jiantou {
    position: absolute;
    right: -124px;
    top: 32px;
}

.bottom_jiantou {
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 160px;
}

.left_jiantou {
    position: absolute;
    left: -124px;
    top: 32px;
}

.youhuiquan {
    width: 100px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #eb0007;
    position: absolute;
    left: 25px;
    bottom: 0;
}

.youhuiquan img {
    position: absolute;
    left: -28px;
    top: -3px;
}

.lipin_list {
    float: left;
    width: 1200px;
    margin: 40px auto;
    border-radius: 20px;
    background-color: #4268f9;
    position: relative;
    padding: 20px 0 30px;
}

.lipin_list .bar {
    width: 14px;
    height: 93px;
    position: relative;
}

.lipin_list .left_bar {
    position: absolute;
    left: 40px;
    top: -70px;
}

.lipin_list .right_bar {
    position: absolute;
    right: 40px;
    top: -70px;
}

.circle_dian {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
}

.lipin_bashou {
    position: absolute;
    left: 5px;
    top: 7px;
    width: 4px;
    height: 80px;
    background-color: #82c7fe;
    border-radius: 3px;
}

.circle_dian1 {
    position: absolute;
    left: 0;
    top: 0;
}

.circle_dian2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.chuang_last dl {
    position: absolute;
    left: 0;
    width: 180px;
}

.chuang_last dl .right_jiantou {
    right: -100px;
}

.lipin_box {
    width: 941px;
    border-radius: 10px;
    margin: 0 20px 0 234px;
    background-color: #feeeca;
    float: right;
}

.huodong {
    float: left;
    margin: 10px 0 0 20px;
}

.lipin_box ul {
    float: left;
}

.lipin_box ul li {
    float: left;
    width: 185px;
    position: relative;
    text-align: center;
}

.lipin_box ul li .title {
    position: absolute;
    left: 45px;
    top: -18px;
    width: 89px;
    height: 34px;
    border-radius: 18px;
    background-color: #ff714b;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.lipin_box ul li img {
    display: block;
    margin: 30px 0 0 20px;
    width: 168px;
    height: 168px;
}

.lipin_box ul li .jiang_name {
    padding-left: 15px;
    font-size: 16px;
    color: #222;
    line-height: 40px;
    text-align: center;
}

.huodong_text {
    width: 1200px;
    margin: 0 auto;
}

.model_title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin-bottom: 30px;
}

.huodong_text .content {
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding: 30px;
    -webkit-box-shadow: inset 0 10px 10px rgba(231, 233, 255, .075), 0 0 18px rgba(231, 233, 255, .075);
    box-shadow: inset 0 10px 10px rgba(231, 233, 255, .075), 0 0 18px rgba(231, 233, 255, .075);
}

.huodong_huojiang {
    width: 50%;
}

.huodong_huojiang table {
    width: 100%;
}

.huodong_huojiang td, .huodong_huojiang th {
    height: 36px;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.huodong_huojiang td.cor4669ff {
    color: #4669ff;
}

.huodong_huojiang td.coref0b1c {
    color: #ef0b1c;
}

.huodong_huojiang td.cor999 {
    color: #999;
}

.tab_tiku ul {
    overflow: hidden;
    margin-bottom: 0;
}

.tab_tiku ul li {
    width: 128px;
    height: 44px;
    margin-left: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #333;
    float: left;
    cursor: pointer;
}

.tab_tiku ul li.active {
    font-weight: bold;
    color: #455ff4;
}

.teacher_slide .content {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding: 30px;
    -webkit-box-shadow: inset 0 10px 10px rgba(231, 233, 255, .075), 0 0 18px rgba(231, 233, 255, .075);
    box-shadow: inset 0 10px 10px rgba(231, 233, 255, .075), 0 0 18px rgba(231, 233, 255, .075);
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 410px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 410px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 410px;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -60px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background-color: #d9e2ff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

.fullSlide .next {
    left: auto;
    right: 0;
    background-image: url(../images/mock_exam/next.png);
}

.fullSlide .prev {
    background-image: url(../images/mock_exam/prev.png);
}

.fullSlide .bd li .tcbox {
    width: 216px;
    margin-top: 30px;
    float: left;
    margin-left: 55px;
}

.fullSlide .bd li .tcbox img {
    width: 216px;
    height: 320px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.fullSlide .bd li p {
    margin: 0;
    text-align: center;
    line-height: 20px;
}

.view_btn, .zaixian_btn {
    width: 266px;
    height: 62px;
    border-radius: 31px;
    line-height: 62px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.view_btn:hover, .zaixian_btn:hover {
    color: #fff;
}

.teacher_btn {
    width: 600px;
    margin: 0 auto;
}

.view_btn {
    background-color: #5499e7;
    background: -moz-linear-gradient(top, #5499e7 0%, #487cea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5499e7), color-stop(100%, #487cea));
    background: -webkit-linear-gradient(top, #5499e7 0%, #487cea 100%);
    background: -o-linear-gradient(top, #5499e7 0%, #487cea 100%);
    background: -ms-linear-gradient(top, #5499e7 0%, #487cea 100%);
    background: linear-gradient(to bottom, #5499e7 0%, #487cea 100%);
}

.zaixian_btn {
    background-color: #fda13e;
    background: -moz-linear-gradient(top, #ffa83f 0%, #fe8f3d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa83f), color-stop(100%, #fe8f3d));
    background: -webkit-linear-gradient(top, #ffa83f 0%, #fe8f3d 100%);
    background: -o-linear-gradient(top, #ffa83f 0%, #fe8f3d 100%);
    background: -ms-linear-gradient(top, #ffa83f 0%, #fe8f3d 100%);
    background: linear-gradient(to bottom, #ffa83f 0%, #fe8f3d 100%);
}

.fenxiang {
    margin-top: 40px;
}

.fenxiang .content {
    width: 1200px;
    margin: 0 auto 60px auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 0;
    -webkit-box-shadow: inset 0 10px 10px rgba(231, 233, 255, .075), 0 0 18px rgba(231, 233, 255, .075);
    box-shadow: inset 0 10px 10px rgba(231, 233, 255, .075), 0 0 18px rgba(231, 233, 255, .075);
}

.w360_h300 {
    width: 360px;
    height: 300px;
    margin-left: 30px;
    border-radius: 10px;
    padding-top: 30px;
    background-color: #e8f0ff;
    position: relative;
}

.w360_h300 .img_auto {
    display: block;
    margin: 0 auto;
}

.w360_h300 p {
    font-size: 22px;
    text-align: center;
    color: #333;
    line-height: 80px;
    margin: 0;
}

.w360_h300 .view_jiexi {
    display: block;
    border-radius: 5px;
    background-color: #4167f8;
    width: 200px;
    height: 42px;
    margin: 0 auto;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.w360_h300 .top_img {
    position: absolute;
    top: -10px;
    right: 20px;
}

.dati_banner {
    width: 100%;
    height: 140px;
    background-image: url(../images/mock_exam/dati_banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 50px;
}

.left_datika {
    width: 230px;
}

.right_content {
    width: 952px;
    background-color: #fff;
}

.left_datika .top_box {
    height: 183px;
    background-color: #fff;
    border-radius: 3px;
}

.left_datika .dajishi {
    height: 90px;
    background-color: #f6f6f6;
    background-image: url(../images/mock_exam/shizhong.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 94px;
    padding-top: 20px;
}

.left_datika p {
    margin: 0;
    line-height: 24px;
}

.time_end {
    font-size: 22px;
    color: #333;
}

.calculator {
    width: 66px;
    margin-left: 5px;
    float: left;
    text-align: center;
    padding-top: 50px;
    background-image: url(../images/mock_exam/calculator.jpg);
    background-repeat: no-repeat;
    background-position: center 20px;
    cursor: pointer;
}

.tool_caozuo {
    width: 66px;
    float: left;
    text-align: center;
    padding-top: 50px;
    background-image: url(../images/mock_exam/zanting.jpg);
    background-repeat: no-repeat;
    background-position: center 22px;
    cursor: pointer;
}

.left_datika .bottom_box {
    border-radius: 3px;
    background-color: #fff;
    margin-top: 10px;
    padding: 20px;
}

.datika_number {
    font-size: 16px;
    color: #137de1;
}

.left_datika .bottom_box p, .left_datika .bottom_box h3 {
    margin: 0;
}

.left_datika .bottom_box dl {
    margin-bottom: 0;
}

.left_datika .bottom_box dt {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.left_datika .bottom_box dd {
    overflow: hidden;
}

.left_datika .bottom_box dd a {
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 5px 10px;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    color: #333;
    line-height: 26px;
    text-align: center;
}
.left_datika .bottom_box dd a.status_mark {
    background-color: #ff8522;
    color: #fff;
}
.left_datika .bottom_box dd a.status_yizuo {
    background-color: #137de1;
    color: #fff;
}

.datika_biaoji {
    line-height: 30px;
    font-size: 14px;
}

.datika_biaoji em {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.datika_biaoji span {
    margin-right: 10px;
}

.datika_biaoji em.status_mark {
    background-color: #ff8522;
}

.datika_biaoji em.status_yizuo {
    background-color: #137de1;
}

.datika_biaoji em.status_weizuo {
    background-color: #fff;
    border: 1px solid #ddd;
}

.btn_save, .btn_jiaojuan, .btn_retest {
    display: block;
    height: 44px;
    margin-top: 20px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}

.btn_save {
    background-color: #137de1;
}

.btn_jiaojuan {
    background-color: #ff6600;
}

.btn_retest {
    background-color: #ff9900;
}

.btn_save:hover, .btn_jiaojuan:hover, .btn_retest:hover {
    color: #fff;
}

.right_content .title_box {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.right_content .tiku_title {
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding-right: 160px;
}

.right_content .biaoji_mark {
    position: absolute;
    right: 0;
    top: 5px;
    padding-left: 20px;
    font-size: 14px;
    cursor: pointer;
}
.right_content .biaoji_mark.no-mark, .right_content .biaoji_mark.mark:hover {
    background: url(../images/mock_exam/no-mark.png) no-repeat left center;
    color: #999;
}
.right_content .biaoji_mark.no-mark:hover, .right_content .biaoji_mark.mark{
    background: url(../images/mock_exam/mark.png) no-repeat left center;
    color: #3471cc;
}

.right_content .biaoji_jiucuo {
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url(../images/mock_exam/x.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    color: #999;
    font-size: 14px;
}

.dati_box input {
    margin: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.dati_box input[type=radio] {
    width: 14px;
    height: 14px;
}

.dati_box input[type=checkbox] {
    width: 14px;
    height: 14px;
}

.dati_box label {
    font-weight: normal;
    cursor: pointer;
}

.dati_box p {
    line-height: 20px;
    font-size: 14px;
    color: #333;
    margin: 0;
    margin-top: 5px;
}

.tiku_item {
    border-bottom: 1px solid #ddd;
    padding: 20px;
}