body, ul, li, image {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    background-color: white;
    background-size: 320px;
    font-family: Helvetica, Arial, sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: grey;
}

a:hover {
    color: red;
}

#header {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 40px;
    background: #3fa0ed;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: #666 0 0 3px;
    -webkit-box-shadow: #666 0 0 3px;
    margin-bottom: 0;
    height: 41px;
    overflow: hidden;
    z-index: 999;
}

#header a {
    color: #FFF;
    font-size: 16px;
    font-family: '宋体';
    font-weight: 700;
    text-decoration: none;
}
#header #exam_time{
    color: red;
    font-size: 18px;
    font-family: '宋体';
    font-weight: bold;
    text-decoration: none;
}

#header .mock_score_title{
    color: #FFF;
    font-size: 16px;
    font-family: '宋体';
    font-weight: 700;
}


#header .setup {
    position: absolute;
    left: 8px;
    top: 0px;
    height: 36px;
    overflow: hidden;
    width: 60px;
    background: url('../images/all_sign.png') no-repeat;
    background-size: 44px;
    background-position: -6px -120px;
}

#header .back {
    left: 6px;
    top: -2px;
    height: 38px;
    overflow: hidden;
    width: 60px;
    background: url('../images/back.png') no-repeat;
    background-size: 60px 44px;
    position: absolute;
    display: block;
}

#header .subject_category{
    display: inline-block;
    border: 1px solid white;
    line-height: 26px;
    margin-top: 6px;
    border-radius: 50px;
    overflow: hidden;
}

#header .subject_category li{
    float: left;
    border-left: 1px solid white;
}

#header .subject_category .subject_category_first{
    border-left: 0px;
}

#header .subject_category .current_subject{
    background-color: white;
}

#header .subject_category .current_subject a{
    color: #3fa0ed;
}

#header .subject_category li a{
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
}

#header .download {
    position: absolute;
    right: 8px;
    top: -2px;
    height: 38px;
    overflow: hidden;
    width: 60px;
    /*background: url('../images/download.png') no-repeat;*/
    background-size: 60px 44px
}

#banner {
    position: relative;
}

#banner #mainContainer {
    width: 100%;
    visibility: visible;
    overflow: hidden;
}

#banner #mainContainer #piclist {
    width: 300%
}

#banner #mainContainer #piclist .picitem {
    float: left;
    position: relative;
    width: 33.33%
}

#banner #mainContainer #piclist .picitem a {
    display: block;
}

#banner #mainContainer #piclist .picitem a img {
    display: inherit;
    border: 0px;
    width: 100%;
}

#banner .bannerbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -1px 1.6px 0 #ccc inset;
    height: 11px;
    overflow: hidden;
}

#banner #picindexnum {
    text-align: center;
    height: 17px !important;
}

#banner .bannerbar .num {
    height: 8px;
    background: #fff;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    margin: 3px 3px;
    opacity: 0.5;
}

#banner .bannerbar .curr {
    opacity: 1;
}

.clear {
    clear: both;
}

#main {
    width: 100%;
    position: relative;
    padding-top: 14px;
}

#main .main_subject {
    position: relative;
    background: url('../images/subject.png') no-repeat;
    background-size: 292px;
    height: 99px;
    width: 292px;
    margin: 0 auto;
}

#main .main_subject .subject_one {
    width: 129px;
    height: 68px;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
}

#main .main_subject .subject_one .subject_one_title {
    color: #fff;
    font-size: 20px;
    padding-left: 46px;
    padding-top: 12px;
    display: block;
    font-family: '宋体';
    font-weight: 700;
}

#main .main_subject .subject_one .subject_one_describe {
    color: #fff;
    font-size: 14px;
    padding-left: 12px;
    padding-top: 8px;
}

#main .main_subject .subject_four {
    width: 129px;
    height: 68px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
}

#main .main_subject .subject_four .subject_four_title {
    color: #fff;
    font-size: 20px;
    padding-right: 46px;
    padding-top: 12px;
    display: block;
    text-align: right;
    font-family: '宋体';
    font-weight: 700;
}

#main .main_subject .subject_four .subject_four_describe {
    color: #fff;
    font-size: 14px;
    padding-right: 12px;
    padding-top: 8px;
    text-align: right;
}

#main .main_subject .click {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 124px;
    top: 48px;
}

#main .mock_record {
    width: 272px;
    margin: 0 auto;
}

#main .mock_record li{
    display: inline-block;
    line-height: 25px;
    text-align: center;
    width: 100%;
    border-bottom: 1px dotted #EEEEEE;
}

#main .mock_record li .mock_subject{
    width: 20%;
    display: inline-block;
    float: left;
}

#main .mock_record li .mock_date{
    width: 35%;
    display: inline-block;
    float: left;
}

#main .mock_record li .mock_score{
    width: 20%;
    display: inline-block;
    float: left;
}

#main .mock_record li .mock_score strong{
    color: red;
}

#main .mock_record li .mock_time{
    width: 25%;
    display: inline-block;
    float: left;
}

#over_layer{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
    display: none;
}

#user_login{
    position: absolute;
    width: 280px;
    height: 235px;
    border: 1px solid #808080;
    background-color: white;
    z-index: 12;
    font-family: '黑体','宋体';
    display: none;
    top: 100px;
    left: 100px;
    overflow: hidden;
    background: url("../images/login_title_bg.png") scroll 0px 0px repeat-x;
    background-color: white;
}

#user_login .user_login_title{
    width: 260px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
}

#user_login .user_login_title .login_title_describe{
    color: #1F84D2;
    font-size: 20px;
    float: left;
}

#user_login .user_login_title .login_title_close{
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    background: url("../images/close_button.png") scroll -2px 1px no-repeat;
    margin-top: 5px;
    cursor: pointer;
}

#user_login .user_login_content{
    width: 250px;
    margin: 0px auto;
    margin-top: 10px;
}

#user_login .user_login_content li{
    display: inline-block;
    line-height: 40px;
}

#user_login .user_login_content li .item_title {
    display: inline-block;
    float: left;
}

#user_login .user_login_content li .item_content {
    display: inline-block;
    float: left;
}

#user_login .user_login_content li .item_content input{
    width: 170px;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

#user_login .user_login_content li .item_content #schoolCode{
    height: auto;
    min-width:170px;
    position: absolute;
    border: 1px solid #cccccc;
    background-color:white;
    margin-top: -5px;
    z-index: 1000;
    display: none;
}

#user_login .user_login_content li .item_content #schoolCode li{
    height:30px;
    line-height: 30px;
    cursor: pointer;
}

#user_login .user_login_content li .item_content #schoolCode li{

}

#user_login .user_login_content li .item_content #schoolCode li a{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-family: '宋体';
    display: block;
}

#user_login .user_login_content li .item_content li a:hover{
    text-decoration: none;
    color: #000000;
}

#user_login .user_login_content li .item_content li .cur_sel_sch{
    background-color: #6AC334;
    color: #000000;
}

#user_login .user_login_content li .user_login_button{
    background-color: #307bce;
    display: inline-block;
    width: 95px;
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
    text-decoration: none;
    margin-left: 80px;
}

#wap_exam{
    background-color: #f7f7f7;
}

#wap_exam .exam_banner{
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 0px #E7E5E6;
}

#wap_exam .exam_banner img{
    height: 100%;
    width: 100%;
}

#wap_exam .exam_column{
    height: 201px;
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: white;
    margin-bottom: 10px;
    box-shadow: 10px 0px 10px 0px #E7E5E6;
    overflow: hidden;
    font-family: '方正兰亭黑简体';
}

#wap_exam .exam_column li{
    float: right;
    width: 30%;
    height: 100px;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

#wap_exam .exam_column .exam_column_first{
    float: left;
    width: 39%;
    height: 200px;
    border-left: 0px;
    border-bottom: 0px;
}

#wap_exam .exam_column .exam_column_first .exam_column_text{
    font-size: 17px;
    border: 0px solid red;
}

#wap_exam .exam_column .exam_column_first .exam_column_text .span_text{
    line-height: 25px;
    height: 25px;
    display: inline-block;
    float: left;
}

#wap_exam .exam_column .exam_column_first .exam_column_text .span_sign{
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
    border: 0px solid red;
    background: url('../images/exam_bg.png') scroll -8px -117px no-repeat;
}


#wap_exam .exam_column .exam_column_first .mock_column_text{
    font-size: 17px;
    line-height: 25px;
    border: 0px solid red;
}

#wap_exam .exam_column .exam_column_first .mock_column_text .span_sign{
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
    border: 0px solid red;
    background: url('../images/exam_bg.png') scroll -7px -640px no-repeat;
}

#wap_exam .exam_column .exam_column_bottom{
    border-bottom: 0px;
}

#wap_exam .exam_column li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: black;
}

#wap_exam .exam_column li a span{
    display: inline-block;
}

#wap_exam .exam_column li a .exam_column_sign{
    width: 50px;
    height: 50px;
    margin-top: 10px;
    border: 0px solid red;
}

#wap_exam .exam_column li a  .list_test_sign{
    width: 85px;
    height: 100px;
    margin-top: 30px;
    background: url('../images/exam_bg.png') scroll -4px 3px no-repeat;
}


#wap_exam .exam_column li a  .chapter_test_sign{
    background: url('../images/exam_bg.png') scroll -4px -263px no-repeat;
}

#wap_exam .exam_column li a  .random_test_sign{
    background: url('../images/exam_bg.png') scroll -4px -185px no-repeat;
}

#wap_exam .exam_column li a  .favorite_test_sign{
    background: url('../images/exam_bg.png') scroll -3px -924px no-repeat;
}

#wap_exam .exam_column li a  .strengthen_test_sign{
    background: url('../images/exam_bg.png') scroll -4px -350px no-repeat;
}

#wap_exam .exam_column li a .mock_test_sign{
    width: 85px;
    height: 100px;
    margin-top: 30px;
    background: url('../images/exam_bg.png') scroll -2px -526px no-repeat;
}

#wap_exam .exam_column li a  .wrong_test_sign{
    background: url('../images/exam_bg.png') scroll -5px -832px no-repeat;
}

#wap_exam .exam_column li a  .mock_score_sign{
    background: url('../images/exam_bg.png') scroll -2px -734px no-repeat;
}

#wap_exam .exam_column li a  .score_ranking_sign{
    background: url('../images/exam_bg.png') scroll -5px -1010px no-repeat;
}

#wap_exam .exam_column li a  .remove_problem_sign{
    background: url('../images/exam_bg.png') scroll -3px -437px no-repeat;
}

#wap_exam .exam_column li a .exam_column_text{
    font-size: 16px;
    border: 0px solid red;
}

#wap_exam .mask_layer{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1000;
}

#subject_content{
    width: 300px;
    margin: 0px auto;
}

#subject_content .user_face{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 40px;
}

#subject_content .user_face img{
    width: 100%;
    height: 100%;
}

#subject_content .user_name{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}

#subject_content .subject_info{
    width: 90%;
    margin: 0px auto;
    margin-top: 30px;
}

#subject_content .subject_info li{
    line-height: 36px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

#subject_content .subject_info .subject_info_first{
    border-top: 1px solid #f0f0f0;
}

#subject_content .subject_info li .subject_info_title{
    width: 30%;
    float: left;
    text-align: left;
    color: #b8b8b8;
}

#subject_content .subject_info li .subject_info_content{
    width: 70%;
    float: right;
    text-align: right;
}

#subject_content .mock_subject_bottom{
    width: 100%;
    text-align: center;
    height: 50px;
    margin-top: 20px;
}

#subject_content .mock_subject_bottom a{
    background-color: #3fa0ed;
    color: white;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    display: inline-block;
}

.problem_wrong{
    display: block;
}

.problem_right{
    display: none;
}


#problem{
    width: 100%;
    background-color: #f7f2ea;
    font-size: 18px;
    display: inline-block;
}

#problem .problem_content{
    width: 90%;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 26px;
}

#problem .problem_content .image_video{
    text-align: center;
    display: block;
    width: 100%;
}

#problem .problem_content .image_video img{
    max-width: 100%;
    margin-top: 5px;
}

#exam_choose{
    width: 90%;
    margin: 0px auto;
    display: block;
    line-height: 40px;
    font-size: 18px;
    margin-top: 15px;
}

#exam_choose table{
    width: 100%;
}

#exam_choose tr{
    line-height: 45px;
}

#exam_choose tr input{
    height: 20px;
    width: 20px;
    display: inline-block;
    float: left;
    margin-top: 12px;
    z-index: -1;
    position: relative;
}

#exam_choose tr label{
    display: block;
    z-index: 1;
    position: relative;
}

#exam_choose tr .pro_it_right{
    color: #2CC518;
}

#exam_choose tr .pro_it_wrong{
    color: #E4484A;
}

#exam_choose tr .pro_it_unsel{

}

#exam_button{
    width: 90%;
    margin: 0px auto;
    display: block;
    text-align: center;
    margin-top: 30px;
}

#exam_button a{
    border: 0px;
    padding: 0px;
    background-color: #3fa0ed;
    color: white;
    display: inline-block;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
    margin-left: 8px;
    margin-right: 8px;
}

#exam_button #submitPaper{
    background-color: red;
}

#test_button{
    width: 100%;
    margin: 0px auto;
    display: block;
    text-align: center;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 5px;
}

#test_button a{
    border: 0px;
    padding: 0px;
    background-color: #3fa0ed;
    color: white;
    display: inline-block;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

#test_button .answer_pattern{
    background-color: red;
}

#exam_bottom{
    display: inline-block;
    width: 100%;
    height: 50px;
}

#problem_answer{
    text-align: left;
    display: block;
    width: 90%;
    line-height: 50px;
    margin: 0px auto;
    font-size: 18px;
}

#problem_answer .problem_analyse{
    color: red;
}

#problem_answer .remove_problem{
    float: right;
}

#analyse{
    display: block;
    width: 90%;
    text-align: left;
    margin: 0px auto;
    line-height: 26px;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    /*color: grey;*/
    border: 1px solid #ede9ce;
    background-color: #fcffb3;
    display: none;
}

#analyse .analyse_content{

}

#analyse .red_review{
    color: red;
}

#problem_analyse{
    display: block;
    width: 90%;
    text-align: left;
    margin: 0px auto;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px;
    /*color: grey;*/
    border: 1px solid #ede9ce;
    background-color: #fcffb3;
    display: none;
}

#user_answer{
    width: 100%;
    margin: 0px auto;
    display: block;
    text-align: left;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#user_answer li{
    display: inline-block;
    float: left;
    margin-left: 10px;
}

#user_answer li #a_right{
    color: #2CC518;
}

#user_answer li #a_left{
    color: #E4484A;
}

#mock_exam_result{
    text-align: center;
    width: 300px;
    height: 353px;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 20px;
}

#mock_exam_result .exam_result{
    position: absolute;
    z-index: 3;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
    margin-left: 65px;
    margin-top: 250px;

}

#mock_exam_result img{
    width: 300px;
    height: 353px;
}

#exam_result_button{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

#exam_result_button a{
    border: 0px;
    padding: 0px;
    color: white;
    display: inline-block;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

#exam_result_button .again_mock{
    background-color: #3fa0ed;
}

#exam_result_button .wrong_problem{
    background-color: red;
}

#history_score{
    width: 100%;
}

#history_score li{
    line-height: 38px;
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: white;
    margin-bottom: 1px;
    border-bottom: 1px solid #EEEEEE;
    box-shadow: 0px 0px 10px 0px #E7E5E6;
}

#history_score li span{
    display: inline-block;
    width: 25%;
    text-align: center;
    float: left;
}

#history_score li span strong{
    color: red;
}

#ranking_type{
    width: 100%;
    line-height: 48px;
    text-align: center;
    display: block;
}

#ranking_type a{
    border: 0px;
    padding: 0px;
    background-color: #3fa0ed;
    color: white;
    display: inline-block;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
    margin-left: 5px;
}

#ranking_type .current_ranking{
    background-color: red;
}


.strengthen_content{
    width: 100%;
    margin-top: 15px;
}

.strengthen_content li{
    width: 33.33%;
    line-height: 50px;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 18px;
}

.strengthen_content .style_last{
    width: 100%;
    line-height: 70px;
}

.strengthen_content .style_last a{
    background-color: #3fa0ed;
    color: white;
    line-height: 35px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 15px;
    display: inline-block;
}

#level{
    display: none;
}

#chapter{
    width: 100%;
    margin-top: 10px;
}

#chapter li{
    line-height: 38px;
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: white;
    margin-bottom: 1px;
    border-bottom: 1px solid #EEEEEE;
    box-shadow: 0px 0px 10px 0px #E7E5E6;
}

#chapter li span{
    display: inline-block;
}

#chapter li .chapter_name{
    width: 65%;
    float: right;
    text-align: left;
    font-size: 18px;
}

#chapter li .chapter_test_type{
    width: 30%;
    float: right;
}

#chapter li .chapter_test_type a{
    border: 0px;
    padding: 0px;
    background-color: #3fa0ed;
    color: white;
    display: inline-block;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 50px;
}

#problem_empty{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#problem_empty img{
    width: 200px;
    height: 200px;
}

#comment_content{
    /*width: 96%;*/
    width: 100%;
    height: auto;
    margin: 0px auto;
    position: fixed;
    top: 0px;
    overflow-y: scroll;
}

#comment_content .comment_count{
    text-align: right;
    height: 5px;
    color: transparent;
}

#comment_content .empty_comment{
    width: 120px;
    height: 120px;
    display: block;
    margin: 0px auto;
    margin-top: 120px;
}

#comment_content dl{
    width: 100%;
    display: inline-block;
    margin: 0px;
}

#comment_content dl dt{
    width: 20%;
    display: inline-block;
    text-align: center;
    margin: 0px;
    margin-top: 5px;
    float: left;
    clear: both;
}

#comment_content dl dt img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#comment_content dl dd{
    width: 80%;
    display: inline-block;
    margin: 0px;
    float: right;
}


#comment_content dl .user_name{
    color: #6f6f6f;
    line-height: 25px;
}

#comment_content dl .comment_content{
    color: black;
    line-height: 30px;
}

#comment_content dl .comment_time{
    color: #6f6f6f;
    line-height: 30px;
    border-bottom: 1px solid #EEEEEE;
}

#comment_bottom{
    height: 50px;
}

#post_comment{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid grey;
    background-color: white;
}

#post_comment .comment_input{
    width: 70%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
}

#post_comment .comment_button{
    display: inline-block;
    width: 20%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    border-radius: 5px;
    color: white;
    background-color: #5a9df7;
    border: 0px;
}
