.wenda {
	background: #fff;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.dragonksjm {
	padding-top: 3.1rem;
}

.wenda .wendabtn {
	display: block;
	width: 100%;
}

.wenda img {
	width: 80%;
	margin-top: 20px;
}


/*答题页面*/

.wendaQuest {
	margin-top: 3.1rem;
	background: url(../images/wendaIcon/wendaIcon04.jpg) no-repeat #e6a6a6;
	background-size: cover;
	min-height: 90vh;
}

.wendaQuestTime {
	line-height: 50px;
	background: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	text-align: center;
	color: #c93939;
}

.wendaQuestKu {
	/*background: #fff;*/
	border-radius: 6px;
	width: 80%;
	margin: 45px auto;
	min-height: 1px;
	overflow: hidden;
}

.wendaQuestKu .inpVal {
	display: none;
}

.wendaQuestKu .inpVal0 {
	display: block;
}

.wendaQuestKu .active {
	background: #862020;
}

.wendaQuestNextQ .tijiaoBtn {
	/*display: block;*/
	width: 30%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #c93939;
	line-height: 35px;
	border-radius: 25px;
	margin: 0 auto;
	/*display: none;*/
}

.wendaQuesTitle {
	line-height: 45px;
	border-bottom: 2px solid #d8d8d8;
	background: #fff;
}

.wendaQuesText {
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 0 10%;
	min-height: 38px;
	padding: 20px 0;
	background: #fff;
}

.wendaQuesAnswer {
	color: #888;
	padding: 0 10%;
	line-height: 40px;
	font-size: 14px;
	background: #fff;
}

.wendaQuesAnswer span {
	display: block;
	text-align: left;
}

.wendaQuesOptions {
	text-align: center;
	margin: 0 auto 55px;
	display: flex;
	padding: 15px 0;
	background: #fff;
	border-radius: 0 0 6px 6px;
	
}

.wendaQuesOptions a {
	display: inline-block;
	width: 23%;
	line-height: 35px;
	background: #bd4d68;
	border-radius: 25px;
	color: #fff;
	margin: 0 auto;
}

.wendaQuestNextQ {
	margin: 20px auto;
	text-align: center;
}

.wendaQuestNextQ a {
	display: inline-block;
	width: 30%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #d76f6f;
	line-height: 35px;
	border-radius: 25px;
	margin: 0 1%;
}

.wendaQuestNextQ .nextBtn {
	background: #c93939;
}
/*结果*/ 
.datiResultbody{
	z-index: 9;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none; 
	margin: 0 auto;
    width: 100%;
    max-width: 640px; 
	background: #ededed;
}
.datiResultjm{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background: #ededed;
	padding-top: 3.1rem;
	position: relative;
}

.resultTop{
	background: #fff8e8; 
	min-height: 1px;
    overflow: hidden;
}

.resultTopImg{
	width: 100%;
	margin: 0 auto;
}
.resultTop ul{
	width: 100%;
	min-height: 1px;
	overflow: hidden;
	display: flex;
	margin: 15px auto;
	
}
.resultTop ul li{
	flex: 1;
	border-right: 1px solid #e96451;
}
.resultTop ul li:last-child{
	border: none;
}
.resultTop ul li span{
	display: block;
	width: 100%;
	text-align: center;
	color: #e96451;
	font-size: 16px;
	line-height: 30px;
}

.resultTopImg img{
	width: 100%;
}


.resultBottom{
	width: 90%;
	margin: 10px auto;
	text-align: left;
	background: #fff;
	border-radius: 6px;
	padding:10px 2%;
	min-height: 150px;
}
.resultBottom a{
	display: inline-block;
	width:55px;
	height: 55px;
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	border-radius: 6px;
	background: #e96451;
	text-align: center;
	margin: 5px 1%;
}

.resultBtn{
	line-height: 40px;
	background: #fff8e8;
	position: fixed;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	bottom: 22px;
	left: 0;
	right: 0;
}

.resultBtn a{
	color: #fff;
	font-size: 16px;
	background: #e96451;
	display: block;
	text-align: center;
	    width: 50%;
    margin: 0 auto;
}


.beian{
	text-align: center;
	line-height: 22px; 
	background: #fff; 
	position: fixed; 
	width: 100%; 
	max-width: 640px; 
	bottom: 0;
	z-index: 10;
}



.analysis{
	    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 5px 2%;
    color: #333;
    font-size: 16px;
    position: fixed;
    z-index: 99;
    top: 3.1rem;
    left: 0;
    right: 0;
    bottom: 23px;
    max-width: 640px;
    overflow: scroll;
    display: none;
}

.analysis .resultBtncolse{
	text-align: right;
    font-size: 20px;
    margin-bottom: 10px;
}
.analysis li{
	width: 100%;
    line-height: 30px;
    text-align: left;
}
.analysis li h2{font-size: 16px;}
