body{color: #6e3d1e; background-color: #fff;}
.coverBox,.metoTestBox{width: 100%; height: 100%; background: url(../img/epworth/startBg.jpg) no-repeat; background-size: 100% 100%; position: relative;}
.coverBox .startBtn,.metoTestBox .startBtn{
	width: 5.72rem;
	height: 2.26666666rem;
	background: url(../img/epworth/startBtn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -2.86rem;
	bottom: 1.06666666rem;
	animation:myMove 1s infinite;
}
.metoTestBox .inputBox{
	position: absolute;
	width: 5.29333333rem;
	height: 1.2rem;
	left: 50%;
	bottom: 3.7rem;
	margin-left: -2.64rem;
}
.metoTestBox .inputBox input{
	width: 5.29333333rem;
	height: 1.2rem;
	background-color: #eff1f3;
	color: #5e6f6f;
	border: none;
	outline: none;
	line-height: 1.2rem;
	text-align: center;
	border-radius: 0.66666666rem;
	font-size: 0.42666666rem;
}
.metoTestBox .inputBox .cue {
  font-size: 0.34666667rem;
  padding-left: 0.26666667rem;
  color: #f79088;
  display: none;
}
.notesBox{
	width: 100%;
	height: 100%;
	padding: 0.66666666rem 0.50666666rem 0.48rem;
	box-sizing: border-box;
	background: url(../img/epworth/bgImg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.notesBox .notesCon{
	padding: 0.93333333rem 0.70666666rem 0.52rem;
	background-color: #f2dbc2;
	border: 0.06666666rem solid #725945;
	border-radius: 0.46666666rem;
}
.notesCon .notesTit{
	margin-bottom: 0.4rem;
}
.notesCon .notesTit h3{
	float: left;
	width: 3.26666666rem;
	height: 0.78666666rem;
	background: url(../img/epworth/Notes.png) no-repeat;
	background-size: 100% 100%;
}
.notesCon .notesTit .arrow{
	float: right;
	width: 0.70666666rem;
	height: 0.33333333rem;
	background: url(../img/epworth/arrow.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 0.13333333rem
}
.notesCon .notesMain p{
	font-size: 0.42666666rem;
	color: #725945;
	line-height: 0.66666666rem;
	font-weight: bold;
}
.notesCon .notesMain p.care{
	font-size: 0.37333333rem;
	color: #6e3d1e;
	line-height: 0.6rem;
	font-weight: normal;
	margin-top: 0.2rem;
}
.notesCon .knowBtn{
	width: 1.93333333rem;
	height: 0.82666666rem;
	background-color: #6e3d1e;
	color: #fff;
	border-radius: 0.66666666rem;
	text-align: center;
	line-height: 0.82666666rem;
	font-weight: bold;
	margin-top: 0.26666666rem;
	float: right;
}
.notesBox .leafBg{
	left: -0.04rem;
	bottom: -0.73333333rem;
}
.leafBg{
	width: 2.74666666rem;
	height: 4.12rem;
	background: url(../img/epworth/leaf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
}

.boxBg{
	width: 100%;
	height: 100%;
	padding: 1.02666666rem 0.52rem 0;
	box-sizing: border-box;
	background: url(../img/epworth/queBg.jpg) no-repeat;
	background-size: 100% 100%;
}

.quesBox{
	padding: 1.16rem 0.93333333rem 0.33333333rem;
	background-color: #f2dbc2;
	border: 0.06666666rem solid #725945;
	border-radius: 0.49333333rem;
	position: relative;
}
.quesBox .numBox{
	width: 3.02666666rem;
	height: 0.86666666rem;
	text-align: center;
	line-height: 0.86666666rem;
	background-color: #f2dbc2;
	border: 0.06666666rem solid #725945;
	border-radius: 0.66666666rem;
	position: absolute;
	left: 50%;
	top: -0.5rem;
	margin-left: -1.58666666rem;
	font-weight: bold;
	color: #725945;
	font-size: 0.53333333rem;
}

.quesBox .quesConBox{
	text-align: center;
}
.quesConBox .question{
	font-size: 0.56rem;
	line-height: 0.76rem;
	font-weight: bold;
	height: 1.8rem;
}
.quesConBox .answerList label{
	display: block;
	height: 1.2rem;
	line-height: 1.2rem;
	border: 0.05333333rem solid #6e3d1e;
	border-radius: 0.66666666rem;
	background-color: #fffdf7;
	font-size: 0.52rem;
	font-weight: bold;
	margin-bottom: 0.34666666rem;
	text-align: left;
	padding-left: 0.66666666rem;
	
}
.quesConBox .answerList label span{
	margin-right: 0.4rem;
}
.quesConBox .answerList label.on{
	background-color: #6e3d1e;
	color: #fff;
}

.resultBox,.shareBox{
	width: 100%;
	height: 100%;
	background-color: #fffdf7;
	padding: 0 0.26666666rem;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.resultBox .leafBg,.shareBox .leafBg{
	left: -0.26666666rem;
	bottom: 2.13333333rem;
}
.resultBox .markBox{opacity: 0;}
.resultBox .scoreInfo{opacity: 0;}
.scoreBox{
	width: 9.52rem;
	height: 7.06666666rem;
	background: url(../img/epworth/resultBg.png) no-repeat;
	background-size: 100% 100%;
	margin-top: -0.76rem;
	padding: 1.64rem 0.66666666rem 0 0.84rem;
	box-sizing: border-box;
	color: #fff;
}
.scoreBox .resInfo{
	font-size: 0.42666666rem;
	line-height: 0.8rem
}
.scoreBox .resInfo .uName{
	font-size: 0.61333333rem;
	line-height: 0.8rem;
	margin-right: 0.06666666rem;
}
.scoreBox span.markBox{
	font-size: 0.42666666rem;
	float: right;
	color: #feb118;
	line-height: 1.2rem;
}
.scoreBox .scoreInfo{
	font-size: 0.96rem;
	font-weight: bold;
	display: inline-block;
}

.explainBox{
	padding: 0.5rem 1.36rem 0;
}
.explainBox .explainTit{
	font-size: 0.56rem;
	line-height: 0.98666666rem;
	color: #6e3d1e;
	font-weight: bold;
}
.explainList{
	width: 5rem;
	height: 2.89333333rem;
	background: url(../img/epworth/explainList.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 1.76rem;
	margin-top: 0.1rem;
}
.shareBtn{
	width: 6.17333333rem;
	height: 2.4rem;
	background: url(../img/epworth/shareBtn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: 0.66666666rem;
	margin-left: -3.08rem;
	animation:myMove 1s infinite;
}
.metoBtn{
	width: 6.17333333rem;
	height: 2.4rem;
	background: url(../img/epworth/metoBtn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: 1.2rem;
	margin-left: -3.08rem;
	animation:myMove 1s infinite;
}
.QR_Code{
	width: 1.893333rem;
	height: 1.893333rem;
	background-size: 100% 100%;
	position: absolute;
	right: 0.4rem;
	bottom: 0.13333333rem;
}
.QR_Code img{
	width: 100%;
	height: 100%;
}
