@charset "UTF-8";

/* 在线考试介绍 */
.examine-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 100%;
}
.examine-wrap .examine-cover-wrap {
    width: 100%;
	font-size: 0;
}
.examine-wrap .examine-cover-wrap img {
    width: 100%;
}
.examine-wrap .examine-header-wrap {
    width: 100%;
    background-color: #fff;
}
.examine-header-wrap .examine-header-title {
	font-size: 20px;
    max-height: 50px;
    line-height: 30px;
    color: #353535;
    font-weight: 500;
    padding: 14px 0 14px 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.user-avatar-wrap, .examine-header-user-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.examine-header-wrap .examine-header-user-wrap {
    padding: 10px 0 13px 16px;
}

.examine-header-wrap .examine-header-user-wrap img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.examine-header-wrap .examine-header-user-wrap .examine-header-user-desc {
    margin-left: 12px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    color: #999;
}

.examine-wrap .exam-info-wrap {
    width: 100%;
    height: 126px;
    background: #fff;
}
.examine-wrap .exam-info-wrap .exam-info-title {
    font-size: 16px;
    padding: 16px 16px 13px;
    color: #333;
    font-weight: 700;
}
.examine-wrap .exam-info-wrap .exam-info-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 16px;
    margin-top: 9px;
}
.exam-info-content .exam-info-question, .exam-info-content .exam-info-record, .exam-info-content .exam-info-time {
    width: 33.33%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.question-content, .record-content, .time-content {
    font-size: 25px;
    color: #12bf87;
    font-weight: 700;
    padding: 0 0 4px;
    height: 28px;
    line-height: 28px;
    font-family: ALIBABA-Font,ALIBABAFont-Bold,ALIBABAFont;
}
.question-desc, .record-desc, .time-desc {
    font-size: 14px;
    color: #666;
    height: 19px;
    line-height: 19px;
}

.exam-detail-wrap {
    width: 100%;
    margin-top: 8px;
    background: #fff;
}
.exam-detail-title {
    font-weight: 700;
    padding: 16px 16px 12px;
    color: #333;
}
.detail-content {
    padding: 0 16px 16px;
}
.lesson-wrap {
    width: 100%;
    min-height: 126px;
    margin-top: 8px;
    background: #fff;
}
.lesson-wrap .lesson-title {
    font-weight: 700;
    padding: 16px 16px 12px;
    color: #333;
}
.lesson-wrap .lesson-wrapper {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lesson-wrap .lesson-wrapper .lesson-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
    text-decoration: none;
    cursor: pointer;
}
.lesson-wrap .lesson-wrapper .lesson-info-wrap .lesson-img {
    height: 45px;
    border-radius: 4px;
}
.lesson-wrap .lesson-wrapper .lesson-info-wrap .lesson-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%;
    padding: 0 0 0 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.lesson-wrap .lesson-wrapper .lesson-info-wrap .lesson-detail .lesson-name {
    font-size: 15px;
    color: #353535;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lesson-wrap .lesson-wrapper .lesson-info-wrap .lesson-go-img {
    margin-left: 14px;
    width: 15px;
    height: 15px;
}
.start-examine-btn-wrap {
    position: fixed;
    width: 100%;
    height: 58px;
    bottom: 0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
	max-width: 640px;
	left: 0;
    right: 0;
    margin: 0 auto;
}
.look-result-btn, .start-exam-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
	color: #fff;
	margin: 8px 16px;
    cursor: pointer;
}
.start-exam-btn {
	background-color: #12bf87;
}
.look-result-btn{
	background-color: #12bf87;
    opacity: .7;
}


/* 在线考试详情页 */
.examine-details{
	position: relative;
}
.examine-detail__header {
    position: fixed;
    z-index: 1;
    width: 100%;
	max-width: 640px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    height: 46px;
    overflow: hidden;
    color: #585858;
    background: #FFFFFF;
    border-bottom: 1px #e1e1e1 solid;
}
.examine-detail__header .time {
	max-width: 60%;
    height: 45px;
    overflow: hidden;
    margin: 0 auto;
}
.examine-detail__header .go-index {
	right: 10px;
    background: url(../images/icon-go-index.png) no-repeat;
}
.examine-detail__header .go-back {
	left: 10px;
    background: url(../images/icon-go-back.png) no-repeat;
}
.examine-detail__header .icon-clock {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: -6px;
	background: url(../images/icon-clock.png) no-repeat;
	background-size: cover;
}
.examine-detail__header .go-back, .examine-detail__header .go-index {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.examine-detail__header .ico {
	position: absolute;
    top: 12px;
    overflow: hidden;
    background-size: contain !important;
}

.examine-details .examine-details__bottom {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    border-top: 1px solid #eee;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 14px;
    max-width: 640px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.examine-details .examine-details__bottom .examine-details__bottom-item, .examine-details .examine-details__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.examine-details .examine-details__bottom .examine-details__bottom-item {
    height: 24px;
    cursor: pointer;
}
.examine-details .examine-details__bottom .examine-details__bottom-item img {
    width: 24px;
    height: 24px;
}
.examine-details .examine-details__bottom .examine-details__bottom-item span {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
}
.examine-details .examine-details__bottom .examine-details__bottom-item .prev {
    margin-left: 3px;
}
.examine-details .examine-details__bottom .examine-details__bottom-item .next {
    margin-right: 6px;
}
.examine-details .examine-details__bottom .examine-details__bottom-item .menu-icon {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.examine-details .examine-details__bottom .examine-details__bottom-item .card-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.examine-details .examine-detail__body {
    padding: 70px 15px 30px;
	margin-bottom: 90px;
    background: #fff;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.question-wrap__title {
    position: relative;
}
.question-wrap__title .detail_div {
    line-height: 1.7;
    word-wrap: break-word;
}
.question-wrap .question-wrap__answer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}
.question-wrap .question-wrap__submit{
	width: 90%;
    height: 40px;
    line-height: 40px;
    background: #3296fa;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
	margin: 20px auto 0;
}
.question-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 5px 10px;
    cursor: pointer;
}
.question-option .icon-radio {
    width: 20px;
    height: 20px;
    margin: 5px;
}
.question-option .option-item {
    font-size: 16px;
    font-weight: 400;
    margin: 4px 8px;
}
.question-wrap .question-wrap__result {
    margin-top: 25px;
}
.question-wrap .question-wrap__result .question-result{
	background: #ecf2ff;
    border-radius: 8px;
    padding: 12px 16px;
}
.question-wrap .question-wrap__analysis {
    margin-top: 30px;
}

.question-wrap__title .title_tipbg{
	background-size: 100% 100%;
    display: inline-block;
    color: #717171;
    font-size: 15px;
    margin: 5px auto;
    position: relative;
    border-radius: 50px;
}
.question-wrap .question-wrap__result .result_tipbg{
	background-color: #50C084;
}
.question-wrap .question-wrap__analysis .question-wrap__analysis-title .analysis_tipbg{
	background-color: #3296fa;
}
.question-wrap .question-wrap__result .result_tipbg,.question-wrap .question-wrap__analysis .question-wrap__analysis-title .analysis_tipbg{
	background-size: 100% 100%;
    display: inline-block;
    color: #fff;
	font-size: 13px;
	padding: 6px 10px;
    margin-right: 6px;
    position: relative;
    margin-bottom: 10px;
	border-radius: 50px;
}

.blank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.blank .number {
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    background: #3296fa;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    margin-right: 8px;
	opacity: .6;
}
.blank .blank-fill {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
   background-image: linear-gradient(0deg,#b2b2b2 1px,transparent 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 12px;
}
.blank .blank-fill input {
    line-height: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    outline: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
	border: none;
}

.blank .blank-fill-textarea{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border: #ddd 1px solid;
}
.blank .blank-fill-textarea textarea {
    line-height: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    outline: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
	border: none;
}
.blank .blank-fill textarea::-webkit-input-placeholder{
  color: #b0b0b0;
}
.blank .blank-fill textarea:-moz-placeholder{
  color: #b0b0b0;
}
.blank .blank-fill textarea::-moz-placeholder{
  color: #b0b0b0;
}
.blank .blank-fill textarea::-ms-input-placeholder{
  color: #b0b0b0;
}


.answer-card .mask {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #888;
    opacity: .8;
    z-index: 99;
}
.answer-card .main-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 85%;
    background: #fff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    z-index: 100;
    max-width: 640px;
    left: 0;
    right: 0;
    margin: 0 auto;

	-webkit-animation: answer-card-move .5s 1 ease 0s;
    -moz-animation: answer-card-move .5s 1 ease 0s;
    -ms-animation: answer-card-move .5s 1 ease 0s;
    -o-animation: answer-card-move .5s 1 ease 0s;
    animation: answer-card-move .5s 1 ease 0s;
}
.answer-card .main-box .summary {
    position: absolute;
    top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 26px;
    padding-left: 16px;
    padding-right: 16px;
}
.answer-card .main-box .summary .tip {
    font-size: 18px;
    font-weight: 700;
}
.answer-card .main-box .summary .info-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.answer-card .main-box .summary span+span {
    margin-left: 20px;
}
.answer-card .main-box .summary .filling {
    color: #59acfd;
}
.answer-card .main-box .summary .default {
    color: #999;
}
.answer-card .main-box .summary .info-group .style-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: bottom;
}
.answer-card .main-box .card-arr-cover {
    height: calc(85vh - 70px);
    padding-left: 10px;
    margin-top: 80px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.answer-card .main-box .card-arr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.answer-card .main-box .card-arr > div {
    color: #999;
    background: #fff;
    border: 1px solid #d6d6d6;
}
.answer-card .main-box .card-arr .filling {
    color: #59acfd;
    background: #e8f3ff;
	border: 1px solid #cce5ff;
}
.answer-card .main-box .card-arr .card-item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
	margin: 0 5px 20px;
}
.answer-card div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media screen and (orientation:landscape) {
	@-webkit-keyframes answer-card-move {
		0%{
			height: 0
		}

		100% {
			height: 85%
		}
	}
	@-moz-keyframes answer-card-move {
		0% {
			height: 0
		}

		100% {
			height: 85%
		}
	}
	@-ms-keyframes answer-card-move {
		0% {
			height: 0
		}

		100% {
			height: 85%
		}
	}
	@-o-keyframes answer-card-move {
		0% {
			height: 0
		}

		100% {
			height: 85%
		}
	}

	@keyframes answer-card-move {
		0% {
			height: 0
		}
		100% {
			height: 85%
		}
	}
}

@media screen and (orientation:portrait) {
	@-webkit-keyframes answer-card-move {
			0%{height: 0
		}

		100% {
			height: 85%
		}
	}
	@-moz-keyframes answer-card-move {
		0% {
			height: 0
		}

		100% {
			height: 85%
		}
	}
	@-ms-keyframes answer-card-move {
		0% {
			height: 0
		}

		100% {
			height: 85%
		}
	}

	@-o-keyframes answer-card-move {
		0% {
			height: 0
		}

		100% {
			height: 85%
		}
	}

	@keyframes answer-card-move {
		0% {
			height: 0
		}

		100% {
			height: 85%
		}
	}
}