@charset "UTF-8";

/* 考试分数 */
.review-wrap{
    padding: 0 16px;
    position: relative;
    background-color: #fff;
}
.review-wrap .content-wrap{
    position: relative;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.review-wrap .content-wrap .checking{
	height: 68px;
    font-size: 32px;
    color: #EF6C69;
    font-weight: 700;
    line-height: 52px;
}
.review-wrap .content-wrap .avater{
    margin-top: 20px;
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    background-color: #efeff4;
    border-radius: 50%;
}
.review-wrap .content-wrap .nickname{
    padding-top: 12px;
    margin-bottom: 12px;
    height: 24px;
    font-size: 15px;
    color: #666;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.review-wrap .content-wrap .score-wrap{
    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;
    margin-bottom: 15px;
}
.review-wrap .content-wrap .score-wrap .score-number{
    height: 55px;
    font-size: 42px;
    color: #353535;
    font-weight: 700;
    line-height: 55px;
    font-family: ALIBABA-Font,ALIBABAFont-Bold,ALIBABAFont;
}
.review-wrap .content-wrap .score-wrap .score-number span{
    font-weight: 500;
    margin-left: 3px;
    font-family: PingFangSC-Medium,PingFang SC;
}
.review-wrap .content-wrap .score-wrap .score-number span{
    font-size: 13px;
    color: #353535;
    line-height: 22px;
}
.review-wrap .content-wrap .submit-time{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    line-height: 20px;
}
.review-wrap .content-wrap .action-wrap{
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 24px;
}
.review-wrap .content-wrap .action-wrap > a{
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    height: 40px;
    border-radius: 19px;
    font-size: 14px;
	line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.review-wrap .content-wrap .action-wrap .agin-button{
    background: #fff;
    border: 1px solid #dbdbdb;
    color: #333;
}
.review-wrap .content-wrap .action-wrap .cert-button{
    background: #5dacfd;
    color: #fff;
	border: none;
}
.review-wrap .content-wrap .action-wrap .home-button{
    background: #12bf87;
    color: #fff;
	border: none;
}
.review-wrap .content-wrap .action-wrap > a:nth-child(2),.review-wrap .content-wrap .action-wrap > a:nth-child(3){
	margin-left: 15px;
}


/* 试卷答题卡 */
.answer-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 20px 16px;
    height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 22px;
}
.answer-title .left-strip{
    width: 2px;
    height: 16px;
    background: #12bf87;
    border-radius: 1px;
    margin-top: 2px;
    position: absolute;
}
.answer-title .answer-analysis{
    margin: 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}

.answer-detail__body {
    margin: 0 15px 15px;
    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;
}
.answer-detail__body .question-wrap{
	padding: 15px;
    border-radius: 10px;
	background: #fff;
	margin-top: 20px;
}
.answer-detail__body .question-wrap:first-child{
	margin-top: 0;
}
.answer-detail__body .question-wrap .question-wrap__title {
    position: relative;
}
.question-wrap .question-wrap__title .detail_div {
    line-height: 1.7;
    word-wrap: break-word;
}
.question-wrap .question-wrap__title .detail_div div{
	width: unset !important;
}
.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-wrap .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-wrap .question-option .icon-radio {
    width: 20px;
    height: 20px;
    margin: 5px;
}
.question-wrap .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__result .question-comment{
	background: #f1f1f1;
    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_success_tipbg{
	background-color: #50C084;
}
.question-wrap .question-wrap__result .result_check_tipbg{
	background-color: #e2ae1f;
}
.question-wrap .question-wrap__result .result_error_tipbg{
	background-color: #EF6C69;
}
.question-wrap .question-wrap__result .result_default_tipbg{
	background-color: #949494;
}
.question-wrap .question-wrap__analysis .question-wrap__analysis-title .analysis_tipbg{
	background-color: #78bbff;
}
.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;
}
.question-wrap .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;
}
.question-wrap .blank .number {
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    margin-right: 8px;
}
.question-wrap .blank .blank-fill {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: linear-gradient(0deg,#b2b2b2 1px,transparent 0);
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 12px;
}
.question-wrap .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;
	border: none;
}
.question-wrap .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;
}
.question-wrap .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;
}
.question-wrap .blank .blank-fill textarea::-webkit-input-placeholder{
  color: #b0b0b0;
}
.question-wrap .blank .blank-fill textarea:-moz-placeholder{
  color: #b0b0b0;
}
.question-wrap .blank .blank-fill textarea::-moz-placeholder{
  color: #b0b0b0;
}
.question-wrap .blank .blank-fill textarea::-ms-input-placeholder{
  color: #b0b0b0;
}

.member-answer__file {
    float: left;
    margin-right: 30px;
    margin-bottom: 8px;
    width: 96px;
	height: 96px;
    background: no-repeat center center;
    background-size: cover;
    border: #ddd 1px solid;
}
.weui-gallery__del{
	display: none;
}