body{color: #6e3d1e; background-color: #152133;}
.coverBox,.metoTestBox{width: 100%; height: 100%; background: url(../img/insomnia/startBg.jpg) no-repeat; background-size: 100% 100%; position: relative;}
.startBtn{
	width: 4.42666666rem;
	height: 1.65333333rem;
	background: url(../img/insomnia/startBtn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -2.21333333rem;
	bottom: 1.06666666rem;
	animation:myMove 1s infinite;
}
.notesBox{
	width: 100%;
	height: 100%;
	background: url(../img/insomnia/notes.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.notesBox .continueBtn{
	width: 3rem;
    height: 1.5rem;
    position: absolute;
    left: 1rem;
    bottom: 4rem;
}
.notesBox .continueBtn .nextBtn{
	width: 1.69333333rem;
	height: 0.48rem;
	background: url(../img/insomnia/nextBtn.png) no-repeat;
	background-size: 100% 100%;
}

.boxBg{
	width: 100%;
	height: 100%;
	padding-top: 6rem;
	box-sizing: border-box;
	background: url(../img/insomnia/subBg_03.jpg) no-repeat;
	background-size: 100% 100%;
}
.quesBox .quesConBox{
	text-align: center;
}
.quesConBox .question{
	width: 100%;
	height: 1.53333333rem;
	font-size: 0.56rem;
	line-height: 1.53333333rem;
	color: #fff;
	background-color: #d5a97c;
	
}
.quesConBox .question .queSmall{
	font-size: 0.38rem;
}
.quesConBox  .answerWrap{
	padding: 0.08rem 1.68rem 0;
}
.quesConBox .answerList{
	margin-top: 0.75rem;
}
.quesConBox .answerList label{
	display: block;
	height: 1.2rem;
	line-height: 1.2rem;
	border-radius: 0.66666666rem;
	background-color: #fffdf7;
	font-size: 0.46666666rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	text-align: left;
	padding-left: 0.66666666rem;
	color: #6e3d1e;
	
}
.quesConBox .answerList label span{
	margin-right: 0.4rem;
}

.quesConBox .answerList label.on{
	background-color: #d5a97c;
	color: #fff;
}

.resultBox{
	width: 100%;
	height: 100%;
	background: url(../img/insomnia/resBg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.resultBox .report{
	width: 6.73333333rem;
	height: 8.74666666rem;
	/*background: url(../images/insomnia/resultBg_1.jpg) no-repeat;*/
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
    top: 3.5rem;
    margin-left: -3.36666665rem;
    text-align: center;
    color: #fff;
    padding-top: 1.38666666rem;
    box-sizing: border-box;
    display: none;
}
.resultBox .report.report_1{
	background: url(../img/insomnia/resultBg_1.jpg) no-repeat;
	background-size: 100% 100%;
}
.resultBox .report.report_2{
	background: url(../img/insomnia/resultBg_2.jpg) no-repeat;
	background-size: 100% 100%;
}
.resultBox .report.report_3{
	background: url(../img/insomnia/resultBg_3.jpg) no-repeat;
	background-size: 100% 100%;
}
.resultBox .report .uNameBox{
	font-size: 0.52rem;
	font-weight: bold;
	line-height: 0.85333333rem;
}
.resultBox .report .uNameBox .uName{
	margin: 0 0.13333333rem;
	font-weight: normal;
}
.resultBox .report .scoreInfo{
	font-size: 0.82666666rem;
	line-height: 1.09333333rem;
}
.resultBox .report .markBox{
	font-size: 0.4rem;
}
.shareBtn{
	width: 3.45333333rem;
	height: 1.58666666rem;
	background: url(../img/insomnia/shareBtn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -1.5rem;
	bottom: 0.6rem;
	animation:myMove 1s infinite;
}

.shareBox{
	width: 100%;
	height: 100%;
	background: url(../img/insomnia/subBg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.shareBox .shareReport{
	width: 7.94666666rem;
	height: 10.66666666rem;
	background: url(./img/insomnia/shareBg_1.jpg) no-repeat;
	position: absolute;
	left: 50%;
    top: 0.5rem;
    margin-left: -3.97333333rem;
	text-align: center;
	color: #fff;
	padding-top: 2rem;
    box-sizing: border-box;
}
.shareBox .shareReport.shareReport_1{
	background: url(../imginsomnia/shareBg_1.jpg) no-repeat;
	background-size: 100% 100%;
}
.shareBox .shareReport.shareReport_2{
	background: url(../img/insomnia/shareBg_2.jpg) no-repeat;
	background-size: 100% 100%;
}
.shareBox .shareReport.shareReport_3{
	background: url(../img/insomnia/shareBg_3.jpg) no-repeat;
	background-size: 100% 100%;
}
.shareBox .shareReport .uNameBox{
	font-size: 0.52rem;
	font-weight: bold;
	line-height: 0.85333333rem;
}
.shareBox .shareReport .uNameBox .uName{
	margin: 0 0.13333333rem;
	font-weight: normal;
}
.shareBox .shareReport .scoreInfo{
	font-size: 0.82666666rem;
	line-height: 1.09333333rem;
}
.shareBox .shareReport .markBox{
	font-size: 0.4rem;
}
.metoBtn{
	width: 4.42666666rem;
	height: 1.78666666rem;
	background: url(../img/insomnia/metoBtn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -2.21333333rem;
	bottom: 1.06666666rem;
	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%;
}

.metoTestBox .inputBox{
	width: 1.893333rem;
	height: 1.893333rem;
	position: absolute;
	left: 1.2rem;
	bottom: 1rem;
}
.metoTestBox .inputBox input{
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #c7c7c7;
	font-size: 0.4rem;
	padding-left: 0.4rem;
	border: 0;
	outline: none;
	border-radius: 0.26666666rem;
	line-height: 1.42666666rem;
}
.metoTestBox .inputBox .cue {
  font-size: 0.34666667rem;
  padding-left: 0.26666667rem;
  color: #ffc107;
  display: none;
}
.metoStartBtn{
	width: 4.42666666rem;
	height: 1.5rem;
	background: url(../img/insomnia/startBtn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: 0.98rem;
}
