 
ol, ul, li {
    list-style: none;
}
.nva-top h1.title{
    padding-bottom: 30px;
}
.exam .modules-container{
	height: auto;
}
.exam .classify-main-inner {
	display: flex;
}
.exam .ceping-box{
    padding: 0px 55px;
}
.exam .classify-main-inner .list-left{
	width: 329px;
}
.exam .classify-main-inner .list-right{
	flex: 1;
}
.exam .outline { 
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.exam .outline .out-chapter {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.exam .outline .out-chapter h3 {
    font-size: 16px;
    cursor: pointer;
    height: 70px;
    line-height: 70px;
    padding-left: 25px;
    border-left: 5px solid #f5f5f5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    margin-left: 0px;
    margin-top: 0px;
}
.exam .outline .out-chapter h3:hover{background-color:#fafafa;border-left:5px solid #ccc}
.exam .outline .out-chapter h3 i.icon {
    font-size: 16px;
    color: #999;
    padding-right: 3px;
}
.exam .outline .out-chapter h3 .ctk{	
    float: right;
    padding-right: 20px;
}
.exam .outline .out-chapter h3 .ctk .n{	color: #d95757;
    padding-left: 5px;
}
.exam .outline .out-chapter .out-list {
    display: none;
    padding-bottom: 15px;
}
.exam .outline .out-chapter .out-list li {
    cursor: pointer;
    padding-left: 45px;
    line-height: 35px;
    border-left: 5px solid #f5f5f5;
    font-size: 14px;
}
.exam .outline .out-chapter .out-list li:hover{background-color:#fff;border-left:5px solid #ccc}
.exam .outline .out-chapter .out-list li.selected{background-color:#ccc;}
.exam .classify-main-inner .list-right .detail { 
    background-color: #fff;
    border-left: 0;
    font-size: 14px;
}
.exam .classify-main-inner .list-right .detail .detail-chapter {
    margin: 0 30px;
}
.exam .classify-main-inner .list-right .detail .detail-chapter .detail-kpoint-1 {
    border-bottom: 1px solid #f0f0f0;
}
.exam .classify-main-inner .list-right .detail .detail-chapter .detail-kpoint-1 .kpoint-1-title {
    height: 70px;
    line-height: 70px;
}
.exam .classify-main-inner .list-right .detail h4 {
    font-size: 16px;
    font-weight: 700;
    float: left;
}
.exam .classify-main-inner .list-right .detail a {
    color: #333;
    float: right;
}
.detail .detail-chapter .detail-kpoint-box{
    position: relative;
	width: 20%;
    padding-right: 20px;
    padding-bottom: 20px;
}
.detail .detail-chapter .detail-kpoint-box .lock{
	position: absolute;
    right: 20px;
    top: 5px;
    width: 25px;
    height: 25px;
}
.detail .detail-chapter .detail-kpoint-1 .kpoint-1-content{	
    display: flex;
    flex-wrap: wrap;
}
.detail .detail-chapter .detail-kpoint-box .detail-kpoint-2 {   
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: 123px;
    border: 1px solid #ebebeb; 
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}
.detail .detail-chapter .detail-kpoint-box.active .detail-kpoint-2{	
    background-color: #cccccc;
}
.detail .detail-chapter .detail-kpoint-box h5 {
    font-size: 16px;
    margin-top: 20px;
    height: auto;
    padding: 0 20px;
}
.detail .detail-chapter .detail-kpoint-box h5.nt{
    font-size: 12px;
}
.detail .detail-chapter .detail-kpoint-box h5 .n{
    padding-right: 5px;	
}
.detail .detail-chapter .detail-kpoint-1 .kpoint-1-content .detail-kpoint-2 p {
    margin-top: 13px;
    font-size: 12px;
    padding: 0 30px;
}
.detail .detail-chapter .detail-kpoint-1 .kpoint-1-content .detail-kpoint-2 .count {
    color: #d95757;
    padding-right: 5px;	
}
.detail .detail-chapter .detail-kpoint-1 .kpoint-1-content .detail-kpoint-2 .mask {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 123px;
    background-color: #464f54;
    opacity: .9;
    z-index: 300;
}
.detail .detail-chapter .detail-kpoint-1 .kpoint-1-content .detail-kpoint-2 .mask a {
    display: block;
    float: initial;
    width: 120px;
    height: 36px;
    border: 2px solid #11a68d;
    padding-left: 35px;
    line-height: 40px;
    color: #fff;
    margin-left: calc(50% - 60px);
    margin-top: 45px;
    background: url(../assets/images/exam/do.png) no-repeat;
    background-position: 15px 12px;
}
.outline .out-chapter h3 i.fa {
    font-size: 16px;
    color: #999;
    padding-right: 3px;
}
body.ceping {
    background: #f4f4f4 url(../../images/ceping/bg_usercenter.jpg);
    background-attachment: fixed;
    color: #3b3b3b;
    height: auto;
    width: 100%;
    min-height: 100%;
    padding: 0px !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    min-width: 120px; 
}
.btn:not(.btn-link):not(.btn-circle) {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: none;
}
.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFF;
}
.btn-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFF;
}
.btn.disable{
	cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.ceping .content {
    padding-top: 0px;
}
.ceping .ceping-box {
    background: #fff;
    width: 1210px;
    border: 1px solid #dedede;
    padding: 0px;
    position: relative;
    margin: 0 auto;
}
.ceping .mar1 {
    width: 143px;
    height: 43px;
    line-height: 35px;
    background: url(../assets/images/exam/boxtitbg.png) center top no-repeat;
    color: #fff;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: -11px;
    top: 16px;
}
.ceping .mar2 {
    width: 123px;
    height: 112px;
    position: absolute;
    top: -6px;
    right: -6px;
    background: url(../assets/images/exam/boxtitbg2.png) center top no-repeat;
}
.ceping .ceping-box .box-1 {
    width: 100%;
    padding: 0 20px;
}
.ceping .box-1 h1 {
    text-align: center;
    color: #319b5e;
    font-size: 30px;
    font-weight: 700;
    height: 70px;
    line-height: 70px;
    border: none;
}
.ceping .jd-box {
    width: 100%;
    padding: 0px 10px;
}
.ceping .jd {
    float: right;
    height: 30px;
    margin-top: 0px;
}
.fl {
    float: left;
}
.ceping .jd-bg {
    width: 200px;
    height: 6px;
    background: #ddd;
    float: left;
    margin: 7px 0 0 10px;
    position: relative;
}
.ceping .jd-bg span {
    background: #35bc6f;
    display: block;
    height: 6px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 1px #4edc8b inset;
}
.ceping .test-content {
    width: 100%;
    min-height: 367px;
    border: 1px dashed #dedede;
    margin: 0 auto;
    padding: 20px 30px;
    margin-bottom: 10px;
    font-size: 16px;
}
.ceping .test .item .title {
    margin: 0;
    font-family: "microsoft yahei";
    background: none;
    position: relative;
    padding-left: 10px;
    font-size: 26px;
    word-spacing: 5px;
}
.ceping .test .item .title p {
    line-height: 1.4;
    padding: 10px 0;
    font-size: 20px;
}
.ceping .test .item .content {
    padding: 10px 0 0 0;
    border: none;
    line-height: 40px;
    color: #333; 
    width: 100%;
    font-size: 26px;
    word-spacing: 5px;
}
.ceping .cursor_add ul {
    width: 100%;
    padding: 0px;
}
.ceping .cursor_add li { 
    border: 1px solid #fefff6;
    font-family: "microsoft yahei";
    cursor: pointer;
    position: relative;
    padding: 0 15px;
}
.ceping .cursor_add li:HOVER{border-color: #ccc;background-color: #f8f8f8 ;}
.ceping .cursor_add li i {
    position: absolute;
    right: 0px;
    top: -4px;
    font-size: 25px;
    display: none;
}
.ceping .select-item{
    margin-bottom: 5px;
}
.ceping .select-item .questiontext{	
    margin: 0;
    line-height: 1;
    position: relative;
    padding-left: 36px;
    font-size: 18px;
}
.ceping .cursor_add li.select.right {
    border: 1px solid #27ae61;
    background: #fffcee;
} 
.ceping .cursor_add li.select.wrong {
    border: 1px solid #b14332;
    background: #fffcee;
} 
.ceping .cursor_add li.select.right i { 
    color: #27ae61;
    display: block;
}
.ceping .cursor_add li.select.wrong i { 
    color: #b14332;
    display: block;
}
.ceping .cursor_add li.select.right .fa-check:before{
    content: "\f00c";	
}
.ceping .cursor_add li.select.wrong .fa-check:before{
    content: "\f00d";	
} 
.ceping .cursor_add li.answer {
    border: 1px solid #27ae61;
    background: #fffcee;
} 
.kq_answer_result {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1000;
    overflow: hidden;
    display: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
}
@keyframes progressaction1 {
    from {transform: rotate(0deg)}
    to {transform: rotate(360deg)}
}
@-moz-keyframes progressaction1 {
    from {-moz-transform: rotate(0deg)}
    to {-moz-transform: rotate(360deg)}
}
@-o-keyframes progressaction1 {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(360deg);}
}
@-webkit-keyframes progressaction1 {
    from {-webkit-transform: rotate(0deg)}
    to {-webkit-transform: rotate(360deg)}
}
.ceping .progress .jd01 {
    width: 211px;
    height: 211px;
    background: url(../assets/images/exam/progress_bg01.png) center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -105px;
    top: 35%;
}
.ceping .progress .jd02 {
    width: 211px;
    height: 211px;
    background: url(../assets/images/exam/progress_bg.png) center no-repeat;
    position: relative;
    animation: progressaction1 linear 1.5s infinite;
    -moz-animation: progressaction1 linear 1.5s infinite;
    -webkit-animation: progressaction1 linear 1.5s infinite;
    -o-animation: progressaction1 linear 1.5s infinite;
}
.ceping .progress .jd01 p {
    position: absolute;
    bottom: -40px;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
.ceping .progress .jd03 {
    width: 211px;
    height: 211px;
    font-size: 60px;
    color: #fff;
    line-height: 221px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-family: fantasy;
}
label.radio:before, label.radio:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 20px;
    height: 20px;
    z-index: 0;
    transition: .28s ease;
    border-radius: 50%;
    border: 1.5px solid #5a5a5a;
}
.select label.radio:before {
    border: 1.5px solid #0075ff;
}
.select label.radio:after {
    background-color: #0075ff;
    border: 1.5px solid #0075ff; 
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

label.checkbox:before, label.checkbox:after {
    content: '';
    position: absolute;
    left: 0; 
    z-index: 1; 
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
}
label.checkbox:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}
label.checkbox:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}
.select label.checkbox:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; 
}
.select label.checkbox:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #2196F3;
    background-color: #2196F3;
    z-index: 0;
}
.explation{	
    padding-bottom: 10px;
    border-bottom: 1px dashed #dedede;
}
.explation,.comments{	
    width: 1096px;
    margin: 10px auto;
}
.explation-title,.explation-content,.comments-title,.comments-content{
    font-size: 16px;
    line-height: 1.4;
}
.explation-content{
    text-indent: 2em;
}
.plbox{
    margin-top: 20px;
}
.comments .reply{
    padding: 10px;
    border-bottom: 1px solid rgb(229,229,229);
}
.comments .reply .uname{	
    color: #778087;
    text-decoration: none;
    word-break: break-word;
}
.comments .reply .reply-content {
    line-height: 1.5;
    word-wrap: break-word;
    padding-right: 60px;
}
.comments .reply .reply-content.my{
    color: #f56c6c;
}
.comments .reply .right {
    float: right;
}
.comments .reply .up-num {
    padding-left: 5px;
}
.comments .reply .up .fa{
	cursor: pointer;
}
.pl-text{	
    display: block;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 75px;
    font-size: 16px;
    padding: 5px;
    line-height: 1.3;
}
.pl-text:focus,.pl-text:hover {
  border-color: #66afe9;
  outline: 0;
  -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);
}
.question-num-list .question-nav {
    position: relative;
    width: 35px;
    height: 35px;
    float: left;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center; 
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #000;
}
.question-num-list .question-nav .num {
    font-size: 16px; 
}
.question-num-list .question-nav .fa-check{	
    position: absolute;
    background-size: 15px 15px;
    right: -1px;
    top: 0;
    margin: 0;
}
.question-num-list .question-nav .fa-check.wrong{
	color: #b14332;
}
.question-num-list .question-nav .fa-check.wrong:before{
    content: "\f00d";
} 
.question-num-list .question-nav .fa-check.righ:before{
    content: "\f00c";
} 
.question-num-list .question-nav .fa-check.right{
	color: #27ae61;
} 
.question-num-list .question-nav.active{	
    background: #ccc;
}
.question-num-list .question-nav.done{	
    background: #009688;
    color: #fff;
}
.resultinfo{
    display: flex;
    align-items: center;
    float: left;
    flex: 1;	
}
.ceping .exam-s-info{margin: 0 auto;margin-top: 15px;display: flex;align-items: center;justify-content: flex-start;}
.ceping .exam-toolds{width:100%;text-align: center;}
.ceping .exam-toolds button{padding: 8px;margin: 10px;}
.wrap.ceping-box.doing{
    overflow-x: hidden;
}
@media screen and (min-width: 300px){
	html,body{font-size: 12px;} 
	.ceping .ceping-box{width: 100% ;overflow: auto;}
	.exam .ceping-box{padding: 0px;}
	.exam .classify-main-inner .list-left{width: 100px;}
	.exam .outline .out-chapter h3{font-size: 12px; height: auto;line-height: 26px;padding-left: 0px;overflow: auto;text-overflow: initial;white-space: initial;}
	.outline .out-chapter h3 i.fa{font-size: 12px;padding-right: 1px;}
	.exam .outline .out-chapter .out-list li{padding-left: 8px;line-height: 24px;font-size: 12px;}
	.exam .classify-main-inner .list-right{overflow: auto;}
	.exam .classify-main-inner .list-right .detail .detail-chapter {margin: 0 3px;}
	.detail .detail-chapter .detail-kpoint-box {width: 33.33%;padding-right: 2px;padding-bottom: 10px;}
	.exam .classify-main-inner .list-right .detail .detail-chapter .detail-kpoint-1 .kpoint-1-title {height: 50px;line-height: 50px;}
	.detail .detail-chapter .detail-kpoint-box .lock {right: 2px;top: 5px;width: 15px;height: 15px;}
	.detail .detail-chapter .detail-kpoint-box h5 {font-size: 12px;margin-top: 10px;height: auto;padding: 0px;}
	.ceping .ceping-box .box-1{width: 100%;padding: 0px;}
	.ceping .box-1 h1 {font-size: 20px;font-weight: 700;height: 50px;line-height: 50px;}
	.ceping .head-title{display: block;}
	.ceping .body-title{display:none;}
	.ceping .exam-s-info{flex-wrap: wrap;margin-top: 60px;margin-bottom: 5px;}
	.ceping .mar1{font-size: 16px;}
	.ceping .mar2{display: none;}
	.question-num-list .question-nav{width: 25px;height: 25px;margin: 2px;}
	.question-num-list .question-nav .num {font-size: 12px;}
	.ceping .test-content {
	    padding: 10px 10px;
	    margin-bottom: 10px;
	    font-size: 12px;
	}
	.ceping .test .item .title {
	    padding-left: 10px;
	    font-size: 16px;
	    word-spacing: 5px;
	}
	.ceping .test .item .title p {
	    line-height: 1.4;
	    padding: 10px 0;
	    font-size: 16px;
	}
	.ceping .select-item .questiontext {
	    padding-left: 36px;
	    font-size: 18px;
	}
	.explation, .comments{
	    width: 100% ;
	    margin: 10px auto;
	}
}

@media (min-width: 1000px) {	
	html,body{font-size: inherit;} 
	.ceping .ceping-box{width: 1210px;}
	.exam .ceping-box{padding: 0px 55px;}
	.exam .classify-main-inner .list-left{width: 329px;}
	.exam .outline .out-chapter h3{font-size: 16px;height: 70px;line-height: 70px;padding-left: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.outline .out-chapter h3 i.fa{font-size: 16px;padding-right: 3px;}
	.exam .outline .out-chapter .out-list li{padding-left: 45px;line-height: 35px;font-size: 14px;}
	.exam .classify-main-inner .list-right .detail .detail-chapter {margin: 0 30px;}
	.detail .detail-chapter .detail-kpoint-box {width: 20%;padding-right: 20px;padding-bottom: 20px;}
	.exam .classify-main-inner .list-right .detail .detail-chapter .detail-kpoint-1 .kpoint-1-title {height: 70px;line-height: 70px;}
	.detail .detail-chapter .detail-kpoint-box .lock {right: 20px;top: 5px;width: 25px;height: 25px;}
	.detail .detail-chapter .detail-kpoint-box h5 {font-size: 16px;margin-top: 20px;height: auto;padding: 0 20px;}	
	.ceping .ceping-box .box-1{width: 100%;padding: 0 20px;}
	.ceping .box-1 h1 {font-size: 30px;font-weight: 700;height: 70px;line-height: 70px;}
	.ceping .head-title{display: none;}
	.ceping .body-title{display: block;}
	.ceping .exam-s-info{flex-wrap: nowrap;margin-top: 15px;margin-bottom: inherit;}
	.ceping .mar1{font-size: 20px;}
	.ceping .mar2{display: block;}
	.question-num-list .question-nav{width: 35px;height: 35px;margin: 5px;}
	.question-num-list .question-nav .num {font-size: 16px;}
	.ceping .test-content {
	    padding: 20px 30px;
	    margin-bottom: 10px;
	    font-size: 16px;
	}
	.ceping .test .item .title {
	    padding-left: 10px;
	    font-size: 26px;
	    word-spacing: 5px;
	}
	.ceping .test .item .title p {
	    line-height: 1.4;
	    padding: 10px 0;
	    font-size: 20px;
	}
	.ceping .select-item .questiontext {
	    padding-left: 36px;
	    font-size: 18px;
	}
	.explation, .comments{
	    width: 1096px;
	    margin: 10px auto;
	}
}
