.contentWrap{
    background-color:#f8f7f7
}
.content{
    width: 1100px;
    margin: 0 auto;
    padding:20px 0;
}
/* 切换科目 */
.selectCourse{
    background: #fff;
    font-size: 14px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom:20px;
}
.haedtitle{
    font-weight: bold;
    font-size: 16px;
}
.tC{
    color: #ccc;
    padding: 27px;
    text-align: center;
 }

.selectCourse .moreBox {
    position: relative;
    display: none;
    width: 100%;
    height: 30px;
    color: red;
    text-align: center;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}
.searchKeyword{
    padding-bottom:10px;
}
.searchKeyword #txt {
    width: 200px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #999;
    padding: 0 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.searchKeyword .searchBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 0 10px;
    border: 1px solid #009fdb;
    background-color: #009fdb;
    color: #fff;
    cursor: pointer;
    height: 26px;
}
.selectCourse .moreBox .more {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    top: -1px;
    left: 45%;
    position: absolute;
    font-size: 14px;
}
.selectCourse .courseSinWrap{
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
}

.selectCourse ul li{
    float: left;
    color: #333;
    padding: 14px 24px;
    margin: 4px 16px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}
.selectCourse .courseSelected{
    background-color: #d0f4ff;
    border-radius: 3px;
    color: #029CF9;
    display: inline;
}
.selectCourse .courseSelected1{
    background-color: #d0f4ff;
    border-radius: 3px;
    color: #029CF9;
    display: inline;
}
/* 左侧练习切换 */
.subjectWap{
    position: relative;
}
.subjectLeft{
   
}
.subjectLeft #selectExamTopic {
    font-size: 18px;
    color: #fff;
    background: url(../images/tiku_bg.jpg) no-repeat center;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    text-align: center;
}
.changeExamWrap{
    width: 220px;
}
.changeExamWrap .layui-tab-title .layui-this{
    color:#019bf9;
}   
.subjectLeft .layui-tab[overflow]>.layui-tab-title{
    overflow: visible;
}
.subjectLeft .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border: none;
}
.subjectLeft .layui-tab-title{
    height: 483px;
}
.subjectLeft .layui-tab-title li{
    background-color: #fff;
    display: block;
    padding: 14px 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-left: 0px;
    border-bottom: 1px solid #dddddd;
}
.subjectLeft .subjectExam span{
    margin-right: 20px;
}
.subjectLeft .layui-tab-title .layui-this:after{
    content:none;
}
/* 右侧科目类别 */
.examBottom{
    width: 78%;
    margin-top: 137px;
}
.subjectRight{
    width: 78%;
    position: absolute;
    top: 0;
    left: 22%;
    z-index: 1;
}
.subjectRight .mainFourTop{
    width: 100%;
    height: 129px;
    background: #fff;
    border-top: 2px solid #19bcf9;
    margin-bottom: 20px;
}
.subjectRight .mainFourTop .mainO{
    width: 25%;
    float: left;
    text-align: center;
    cursor: pointer;
    height: 129px;
}
.examBottom.layui-tab-content{
    padding-top: 18px;
}
.layui-tab-content{
    padding:0;
}
.subjectRight .mainFourTop .mainO .mainFourTop_right{
    width: 100%;
    float: left;
    text-align: center;
    margin: 26px 0px;
    border-right: 1px solid #ddd;
}
.subjectRight .mainFourTop .mainO:last-child .mainFourTop_right{
    border: none;
}
.subjectRight .mainFourTop .mainO .mainFourTop_right p{
    font-size: 18px;
    color: #666;
    margin-top:10px
}
.subjectLeft .layui-tab-title li:last-child{
    border-bottom:none;
}
.layui-tab-title{
    border:none;
}
/* 右侧做题选择 */
/* 章节练习 */
.examBottom .sign{
    width: 2%;
    background-color: #f8f8f8;
    float: left;
    height: 90px;
    position: relative;
    margin-left: 3px;
}
.examBottom .sign .done{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #20d497;
    color: #fff;
    padding: 2px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 28px;
}
.examBottom .sign .incomplete{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #c0c0c0;
    color: #fff;
    padding: 2px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 28px;
}
.examBottom .subjectWrap{
    width: 97%;
    float: right;
    background-color: #fff;
    padding: 10px 0px;
}
.examBottom .chapterExercise li{
    margin-bottom: 8px;
}

.examBottom .subjectWrap .subjectWrapper{
    float: left;
    margin-left: 20px;
    width: 80%;
}
.examBottom .subjectWrap .subjectWrapper .title{
    margin-bottom: 10px;
}
.examBottom .subjectWrap .subjectWrapper .progress{
    font-size: 12px;
    color: #666;
}
.examBottom .subjectWrap .subjectWrapper .progress span{
    color: #fd4d3f;
}
.examBottom .subjectWrap .subjectWrapper .scrollProgress{
    width: 79%;
    height: 5px;
    background-color: #ddd;
    display: block;
    float: left;
    vertical-align: text-bottom;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.scrollProgress .layui-progress-bar{
    background-color:#fd4d3f;
}
.examBottom .subjectWrap .doTest{
    float: right;
    line-height: 69px;
    margin-right: 10px;
}
.examBottom .subjectWrap .doTest .doBtn{
    border: 1px solid #fd4d3f;
    color: #fd4d3f;
    padding: 5px 20px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 14.43px;
    cursor: pointer;
}
 .doTest .dailiCharge{
    border: 1px solid #fd4d3f;
    color: #fd4d3f;
    padding: 5px 20px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 14.43px;
    cursor: pointer;
}
.examBottom .subjectWrap .doTest .doBtn b{
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    line-height: 17px;
    font-weight: 100;
    font-size: 16px;
}
/* 章节测试 */
.examBottom .chapterTest li{
    height: 95px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 8px;
}
.examBottom .chapterTest .ceImg{
    float: left;
    line-height: 90px;
    margin: 0px 15px 0px 30px;
}
.examBottom .chapterTest .chapterTestTitle{
    float: left;
    margin-top: 25px;
}
.examBottom .chapterTest .chapterTestTitle .title{
    margin-bottom: 5px;
}
.examBottom .chapterTest .doTest{
    float: right;
    line-height: 95px;
}
/* 每日一练 */
.examBottom .dailyExercise li{
    height: 95px;
    width: 100%;
    margin-bottom: 8px;
    background-color: #fff;
}
.examBottom .dailyExercise .ceImg{
    float: left;
    line-height: 90px;
    margin: 0px 15px 0px 30px;
}
.examBottom .dailyExercise .dailyExerciseTitle{
    float: left;
    margin-top: 25px;
}
.examBottom .dailyExercise .dailyExerciseTitle .title{
    margin-bottom: 5px;
}
.examBottom .dailyExercise .doTest{
    float: right;
    line-height: 95px;
}
.examBottom .dailyExercise .doTest .btn_mryl{
    border-left: 1px solid #ddd;
    padding: 5px 40px;
    cursor: pointer;
}
/* 模拟考场 */
.examBottom .simulationTest li{
    margin-bottom: 8px;
}
.examBottom .simulationTest .sign{
    width: 2%;
    background-color: #f8f8f8;
    float: left;
    height: 90px;
    position: relative;
}
.examBottom .simulationTest .sign .willBuy{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #fd4d3f;
    color: #fff;
    padding: 2px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 28px;
}
.examBottom .simulationTest .sign .alreadyBuy{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #20D498;
    color: #fff;
    padding: 2px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 28px;
}
.examBottom .simulationTest .sign .alreadyFree{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color:#019bf9;
    color: #fff;
    padding: 2px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 42px;
}
.examBottom .simulationTest .simulationTestWrap{
    width: 833px;
    float: right;
    background-color: #fff;
    padding: 10px 0px;
}
.examBottom .simulationTest .simulationTestWrapper{
    float: left;
    margin-left: 20px;
    width: 80%;
}
.examBottom .simulationTest .simulationTestWrap .doTest{
    float: right;
    line-height: 69px;
    margin-right: 28px;
    cursor: pointer;
    font-size: 14px;
}
.examBottom .simulationTest .simulationTestWrap .doTest .doBtn{
    background: #fd4d3f;
    padding: 8px;
    color: #fff;
    border-radius: 3px;
}
.examBottom .simulationTest .simulationTestWrap .doTest .forFree{
    background: #019bf9 !important;
}
.examBottom .simulationTest .simulationTestWrap .doTest .free{
    padding: 8px 16px;
}

/* 考前押题 */
.examBottom .preexaminationTest li{
    margin-bottom: 8px;
}
.examBottom .preexaminationTest .sign{
    width: 2%;
    background-color: #f8f8f8;
    float: left;
    height: 90px;
    position: relative;
}
.examBottom .preexaminationTest .sign .alreadyFree{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color:#019bf9;
    color: #fff;
    padding: 2px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 42px;
}
.examBottom .preexaminationTest .sign .willBuy{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #fd4d3f;
    color: #fff;
    padding: 2px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 28px;
}
.examBottom .preexaminationTest .sign .alreadyBuy{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #20D498;
    color: #fff;
    padding: 2px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 28px;
}
.examBottom .preexaminationTest .simulationTestWrap{
    width: 833px;
    float: right;
    background-color: #fff;
    padding: 10px 0px;
}
.examBottom .preexaminationTest .simulationTestWrapper{
    float: left;
    margin-left: 20px;
    width: 80%;
}
.examBottom .preexaminationTest .simulationTestWrap .doTest{
    float: right;
    line-height: 69px;
    margin-right: 28px;
    cursor: pointer;
    font-size: 14px;
}
.examBottom .preexaminationTest .simulationTestWrap .doTest .forFree{
    background: #019bf9 !important;
}
.examBottom .preexaminationTest .simulationTestWrap .doTest .doBtn{
    background: #fd4d3f;
    padding: 8px;
    color: #fff;
    border-radius: 3px;
}
.examBottom .preexaminationTest .simulationTestWrap .doTest .free{
    padding: 8px 16px;
}
/* 历年真题 */
.examBottom .Papers li{
    height: 95px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 8px;
}
.examBottom .Papers .previous{
    margin-bottom: 10px;
    background: #fff;
}
.examBottom .Papers .ceImg{
    float: left;
    line-height: 90px;
    margin: 0px 15px 0px 30px;
}
.examBottom .Papers .previousPapersTitle{
    float: left;
    margin-top: 25px;
}
.examBottom .Papers .previousPapersTitle .title{
    margin-bottom: 5px;
}
.examBottom .Papers .doTest{
    float: right;
    line-height: 95px;
}
.btn_red{
    border: 1px solid #fd4d3f;
    color: #fd4d3f;
    padding: 5px 20px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 14.43px;
    cursor: pointer;
}
.btn_blue{
    border: 1px solid #19bcf9;
    background-color: #19bcf9;
    color: #fff;
    padding: 5px;
    margin-right: 30px;
    font-size: 14.43px;
    cursor: pointer;
    border-radius: 3px;
}
/* 右侧校验 */
.testWrap{
    /* position: absolute;
    top: 152px; */
    width: 78%;
    /* left: 243px; */
    float: right;
    margin-top: 155px;
}
/* 智能评估 */
.intelligentWrapper{
    background: #fff;
}
.intelligentWrapper .scoreWrap{
    width: 100%;
    height: 290px;
    background: url(./../images/znpg_bg.png) no-repeat;
}
.intelligentWrapper .scoreBox p{
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 95px;
    text-align: center;
}
.intelligentWrapper .scoreWrap p{
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 100px;
    text-align: center;
}
.intelligentWrapper .scoreWrap p span{
    color: #fff100;
    font-size: 80px;
}
.intelligentWrapper .title{
    text-align: center;
    margin-top: 50px;
}
.intelligentWrapper .title span{
    font-size: 20px;
    color: #999;
    margin: 0px 10px;
}
.intelligentWrapper dl {
    overflow: hidden;
    padding-top: 20px;
}
.intelligentWrapper dl dt:before {
    display: inline-block;
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(./../images/lamp.png);
    background-repeat: no-repeat;
}
.intelligentWrapper dl dd {
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.intelligentWrapper dl dd h4 {
    color: #666;
    padding-bottom: 15px;
    padding-top: 15px;
}
.intelligentWrapper dl dd h4.deploy:before {
   background-position: 0px -107px;
}
.intelligentWrapper dl dd h4:before {
    display: inline-block;
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(./../images/plusreduce.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.intelligentWrapper .znpgWrap{
    padding:0 50px 46px 50px;
}
.intelligentWrapper .tipBox {
    margin: 20px 40px 28px 40px;
    background: #f1f1f1;
    padding: 27px 30px;
    position: relative;
}
.intelligentWrapper .tipBox h5{
    width: 438px;
    line-height: 24px;
    
}
.intelligentWrapper .tipBox p{
    text-align: left;
}
.intelligentWrapper .tipBox .btns{

}
.intelligentWrapper .progressBox {
    padding-left: 35px;
    font-size: 14px;
    color: #999;
}
.intelligentWrapper .progressBox span {
    display: inline-block;
    width: 67px;
}
.intelligentWrapper .layui-progress {
    width: 79%;
    height: 5px;
    background-color: #ddd;
    display: block;
    vertical-align: text-bottom;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.intelligentWrapper dd p {
    text-align: right;
    color: #fd4d3f;
    padding-top: 5px;
    font-family: '微软雅黑';
    font-size: 14px;
    padding-right: 23px;
}
/* 考试记录 */
#testRecod .con{
    width: 100%;
    background-color: #fff;
}
#testRecod .con li {
    height: 95px;
    width: 100%;
    border-top: 1px solid #ddd;
    background-color: #fff;
}
#testRecod .con li:nth-child(1){
    border: none;
}
#testRecod .con li .testRecodImg{
    line-height: 90px;
    margin: 0px 15px 0px 30px;
}
#testRecod .con li .yearsTuthTitle{
    margin-top: 15px;
    width: 580px;
    
}
#testRecod .con li .yearsTuthTitle h2{
    margin-bottom: 5px;
}
#testRecod .con li .moduleExam_btns{
    line-height: 95px;
}
/* 错题回顾 */
#wrongText .con{
    width: 100%;
    background-color: #fff;
}
#wrongText .con li {
    height: 95px;
    width: 100%;
    border-top: 1px solid #ddd;
    background-color: #fff;
}
#wrongText .con li:nth-child(1){
    border: none;
}
#wrongText .con li .wrongTextImg{
    line-height: 90px;
    margin: 0px 15px 0px 30px;
}
#wrongText .con li .yearsTuthTitle{
    margin-top: 15px;
    width: 580px;
    
}
#wrongText .con li .yearsTuthTitle h2{
    margin-bottom: 5px;
}
#wrongText .con li .moduleExam_btns{
    line-height: 95px;
}
/* 收藏试题 */
#addRecod .con{
    width: 100%;
    background-color: #fff;
}
#addRecod .con li {
    height: 95px;
    width: 100%;
    border-top: 1px solid #ddd;
    background-color: #fff;
}
#addRecod .con li:nth-child(1){
    border: none;
}
#addRecod .con li .addRecodWrapImg{
    line-height: 90px;
    margin: 0px 15px 0px 30px;
}
#addRecod .con li .yearsTuthTitle{
    margin-top: 15px;
    width: 580px;
    
}
#addRecod .con li .yearsTuthTitle h2{
    margin-bottom: 5px;
}
#addRecod .con li .moduleExam_btns{
    line-height: 95px;
    margin-right: 20px;
}
.color_sel{
    background-color: #f3fcff;
}

/* 功能选择 */
#zjTest  li{
    background-color: #f1f1f1;
    color: #666;
    margin-right: 10px;
    padding: 7px 19px;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    float: left;
}
#zjTest .active{
    background-color: #fd4d3f;
    color: #fff;
}
#zjTest  li:last-child{
    margin-right: 0px;
}
#zjTest .btns{
    text-align: center;
    padding-top: 44px;
}

#zjTest .btns .closebtn  {
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #666;
    width: 100px;
    height: 40px;
    line-height: 40px;
}
#zjTest .btns .go {
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #19bcf9;
    width: 100px;
    height: 40px;
    line-height: 40px;
}
/* 弹框考前押题 */
.titWrap{
    padding: 40px 40px 10px 40px;
    color: #999;
}
.titWrap .sub_tit{
    width: 100%;
    font-size: 18px;
    line-height: 50px;
}
.titWrap .sub_tit{
    width: 100%;
    font-size: 14px;
    line-height: 50px;
}
.titWrap .sub_tit span{
    margin-right: 60px;
}
#didUserCount{
    color:#da3a24;
    font-style: normal;
}
#answerTime{
    color:#da3a24;
    font-style: normal;
}
#passingScore{
    color:#da3a24;
    font-style: normal;
}
.titWrap .tipscon{
    width: 94%;
    height: 422px;
    background-color: #f1f1f1;
    padding: 0px 20px;
}
.titWrap .tipscon .tipsConLi{
    border-bottom: 1px solid #ddd;
}
.titWrap .tipscon .tipsConLi h3{
    padding-top: 12px;
}
.titWrap .tipscon .tipsConLi p{
    padding: 12px 0px;
}
.tips .btns{
    padding-top: 20px;
    text-align: center;
}
.btns a {
    display: inline-block;
    background-color: #19bcf9;
    border: none;
    color: #fff;
    font-size: 16.5px;
    height: 52px;
    line-height: 52px;
    width: 130px;
    border-radius: 3px;
    text-align: center;
}
.submitBtn {
    background: #19bcf9;    
    border: 1px solid #19bcf9;
    color: #fff;
}
.layui-layer-setwin .layui-layer-close2{
    display: none;
}