/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
img {
	border: none;
}
input, img {
	vertical-align: middle;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color:#ffffff;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.imgwidth{ width:100%;}
.displayno{ display:none;}
/*-------------------------选题制作 start------------------------------------------*/
	.question{position: absolute;top: 0;left: 0;width: 100%;}
	.answer_tit{margin: 15% 0 5% 0;}
	.answer_img{margin: 0 0 5% 0;}
	.option_img{width: 50%;margin: 2% 0 0 25%; border:2px solid rgba(255,255,255,0)}
	.option_active{border: 2px solid #22ac38;}
	.popup_img{position: absolute;top: 23%; display:none;}
	
	.span_answer{ opacity:0;}
/*-------------------------选题制作 end------------------------------------------*/

/*-----------------------欢迎页样式排版 start-------------------------------------------------------*/
.welcome_txt{position: absolute;bottom: 9%;}
.question_start{ display:none; position:absolute; width:100%; height:100%; top:0; left:0;}
.begin_img{position: absolute;bottom: 3%; width:100%;}
.btn_start{width: 40%;margin: 5% 0 0 30%;}

/*------------------------------领取红包页面排版 start-------------------------------------------------------------*/
.fireworks{position: absolute;top:7%;left: 0; width:100%;}
.end_page{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.end_img1{margin: 5% 0 0 0;}
.end_txt1{color: #ffcf0e;font-family: '微软雅黑';font-size: 48px;font-weight: bold;width: 10%;margin: -16% 0 2% 66%;text-align: center;}
.red_packet{color: #fa0a20;font-family: '微软雅黑';font-size: 40px;font-weight: bold;width: 20%;margin: -12% 0 3% 38.5%;text-align: center;}
.btn_packet{width: 60%;margin: 35% 0 0 20%;}
.btn_again{width: 60%;margin: 2% 0 0 20%;}
.hite_txt{margin: 4% 0 0 0;}
/*-----------------------欢迎页样式排版 end-------------------------------------------------------*/
.reminder_bg{position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.8);width: 100%;height: 100%;}
.btn_exit{position: absolute;top: 17%;width: 15%;right: 2%;z-index: 999;}
.hint_img{position: absolute;top: 20%;}
.period_txt{position: absolute;top: 18%;}
.btn_affirm{width: 60%;position: absolute;top:48%;left: 20%;} 
 /*苹果4手机 start*/
@media screen and (min-height: 410px) and (max-height: 420px) {
	 .begin_img {position: absolute;bottom: 3%;width: 84%;}
	 .btn_start {width: 40%;margin: 4% 0 0 40%;}
	 
	 .btn_packet {width: 60%;margin: 7% 0 0 20%;}
	 
	 .fireworks {position: absolute;top: 7%;left: 4%;width: 92%;}
}
@media screen and (min-height:640px) and (max-height:680px) {	  
	  .btn_affirm {width: 60%;position: absolute;top: 44%;left: 20%;}
}