body{color: #6e3d1e; background-color: #fff;}
.coverBox,.metoTestBox{width: 100%; height: 100%; background: url(../img/berlin/startBg.jpg) no-repeat; background-size: 100% 100%; position: relative;}
.coverBox .startBtn,.metoTestBox .startBtn{
	width: 5.72rem;
	height: 2.26666666rem;
	background: url(../img/berlin/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{
	width: 7.52rem;
	height: 1.4rem;
	border-radius: 0.773333rem;
	background-color: #ffefcb;
	border: 0.093333rem solid #fff; 
	position: absolute;
	bottom: 1.68rem;
	left: 50%;
	margin-left: -3.76rem;
	padding-left: 0.533333rem;
	box-sizing: border-box;
}
.metoTestBox .inputBox input{
	width: 2.973333rem;
	line-height: 1.2rem;
	border: 0;
	outline: none;
	font-size: 0.373333rem;
	color: #b8ac91;
}
.metoTestBox .inputBox .beginBtn{
	width: 4.693333rem;
	height: 2.36rem;
	background: url(../img/berlin/beginBtn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -0.533333rem;
	top: -0.426666rem;
}
.metoTestBox .inputBox .cue {
	position: absolute;
	left: 0.266666rem;
	top: 1.333333rem;
	font-size: 0.34666667rem;
	padding-left: 0.26666667rem;
	color: #ffba00;
	display: none;
}
.notesBox{
	width: 100%;
	height: 100%;
	padding: 5.8rem 0.72rem 0.48rem;
	box-sizing: border-box;
	background: url(../img/berlin/notesBoxBg.jpg) no-repeat;
	background-size: 100% 100%;
}
.notesConTit{
	font-size: 0.506666rem;
	color: #fff;
	margin-bottom: 0.533333rem;
	font-weight: bold;
}
.notesCon .notesItem{
	width: 7.053333rem;
	height: 1.373333rem;
	background: url(../img/berlin/optionBg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-bottom: 0.333333rem;
	line-height: 1.373333rem;
	padding-left: 1rem;
	box-sizing: border-box;
	font-size: 0.48rem;
	color: #2c2c2c;
	font-weight: bold;
}
.notesItem .inputBox{
	width: 2.666666rem;
	height: 1rem;
	text-align: right;
	border: 0;
	outline: none;
	margin-right: 0.266666rem;
	font-size: 0.48rem;
	color: #2c2c2c;
	font-weight: bold;
}
.notesItem .sexLabel{
	display: inline-block;
	width: 1.733333rem;
	height: 0.8rem;
	text-align: center;
	border-radius: 0.16rem;
	line-height: 0.8rem;
}
.notesItem .sexLabel.on{
	background-color: #ffb200;
}
.notesItem .sexBox{
	display: none;
}
.cue{
	position: absolute;
	right: 1.6rem;
	font-size: 0.16rem;
	color: red;
	font-weight: normal;
	display: none;
}
.notesCon .itemRemark{
	width: 6.8rem;
	font-size: 0.4rem;
	color: #fff;
}
#continueNoBtn{
	width: 2.133333rem;
	height: 2.133333rem;
	background: url(../img/berlin/nextBtn_NO.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0.64rem;
	bottom: 0.96rem;
}
#continueBtn{
	width: 3.066666rem;
	height: 3.066666rem;
	background: url(../img/berlin/nextBtn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0.1rem;
	bottom: 0.4rem;
	animation:myMove 1s infinite;
	display: none;
}
.boxBg{
	width: 100%;
	height: 100%;
	padding-top: 5.013333rem;
	box-sizing: border-box;
	background: url(../img/berlin/subjectBg.jpg) no-repeat;
	background-size: 100% 100%;
}

.quesBox{
	width: 7.466666rem;
	background-color: #fff;
	border: 0.08rem solid #000;
	border-radius: 0.373333rem;
	margin: 0 auto;
	padding: 0.4rem 0;
}
.quesBox .numBox{
	width: 100%;
	height: 0.533333rem;
	padding: 0 0.8rem;
	box-sizing: border-box;
}
.quesBox .numBox span{
	display: block;
	height: 0.533333rem;
	text-align: center;
	line-height: 0.533333rem;
	background: url(../img/berlin/queBg.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0.373333rem;
	color: #2c2c2c;
	font-weight: bold;
}
.quesBox .quesConBox{
	text-align: center;
	font-weight: bold;
}
.quesConBox .question{
	width: 100%;
	padding: 0.36rem 0;
	font-size: 0.453333rem;
	color: #000;
}
.quesConBox .answerList label{
	display: block;
	height: 1.386666rem;
	line-height: 1.386666rem;
	border-top: 0.08rem solid #000;
	font-size: 0.4rem;
	color: #000;
	position: relative;
}
.quesConBox .answerList label span{
	color: #fff;
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	text-align: center;
	line-height: 0.8rem;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	
}
.quesConBox .answerList label span.on{
	background-color: #ffb200;
}

.resultBox,.shareBox{
	width: 100%;
	height: 100%;
	background: url(../img/berlin/resultBg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 1.453333rem;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.resultBox .leafBg,.shareBox .leafBg{
	left: -0.26666666rem;
	bottom: 2.13333333rem;
}

.scoreBox{
	width: 10.026666rem;
	height: 3.16rem;
	margin: 0 auto;
	background: url(../img/berlin/scoreBoxBg.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.773333rem 1.52rem 0.6rem;
	box-sizing: border-box;
}
.scoreBox .resInfo{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
	font-size: 0.586666rem;
	color: #000;
	font-weight: bold;
	line-height: 1.066666rem;
}

.scoreBox .scoreInfo{
	width: 100%;
	font-size: 0.48rem;
	color: #ffb200;
	font-weight: bold;
}

.explainBox{
	color: #fff;
	font-size: 0.426666rem;
	padding: 0.5rem 1.36rem 0;
}
.codeBox{
	width: 1.893333rem;
	height: 1.893333rem;
	position: absolute;
	left: 50%;
	bottom: 1.6rem;
	margin-left: -0.68rem;
}
.codeBox img{
	width: 100%;
	height: 100%;
}
.shareBtn{
	width: 5.293333rem;
	height: 2.053333rem;
	background: url(../img/berlin/shareBtn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -2.646666rem;
	bottom: 3.32rem;
	animation:myMove 1s infinite;
}
.retestBtn{
	width: 2.613333rem;
	height: 0.52rem;
	background: url(../img/berlin/retestBtn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -1.306666rem;
	bottom: 1.933333rem;
}
.metoBtn{
	width: 5.84rem;
	height: 2.36rem;
	background: url(../img/berlin/metoBtn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: 3rem;
	margin-left: -2.92rem;
	animation:myMove 1s infinite;
}

