/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
input,
img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	height: auto;
}
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color: #d0252b;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hide {
	display: none;
}
.visibility_hidden {
	visibility: hidden;
}
.main_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main_container section {
	position: relative;
	height: 100%;
}
.popup_layer_fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}
.pages_share_layer {
	z-index: 6;
}
.pages_layer_box {
	position: relative;
	width: 100%;
}
.pages_success_btn,
.pages_fail_btn {
	position: absolute;
	width: 100px;
	left: 50%;
	bottom: 14%;
	margin-left: -50px;
}
.page1_logo{position:absolute; left:0; top:0;}
.grab_redpacket{position:absolute; left:0; top:20%;}
.page1_text{position:absolute; left:0; top:47%;}
.flash_img{position:absolute; left:0; top:28%;}
.pages_get_btn {
	position: absolute;
	left: 50%;
	bottom: 14%;
	width: 120px;
	margin-left: -60px;
	z-index: 1;
}
.page_opc {
	position: absolute;
	left: 0;
	top: 0;
}
.popup_bouns {
	position: fixed !important;
	left: 0;
	top: 0;
	width: 100%;
	background: #f5c21d;
	z-index: 5;
}
.div_p {
	width: 100%;
	text-align: center;
	margin-top: 10%;
}
.div_p p {
	text-align: center;
	color: #ab1f24;
	font-family: 'songti';
	font-weight: bold;
}
.div_p .p1 {
	font-size: 42px;
}
.div_p .p2 {
	font-size: 34px;
	margin-top: 2%;
}
0 .div_ul {
	width: 100%;
}
.page1_sd{
	position:absolute;
	left:0;
	top:15%;
}
.page_ul {
	padding: 1% 2%;
	background: #fff;
	border-radius: 5px;
	padding: 3% 5%;
	width: 74%;
	margin: 5% auto;
}
.page_ul li {
	list-style: none;
	line-height: 24px;
	color: #bd1c21;
	font-size: 14px;
}
.page_ul span{display: inline-block;}
.page_ul .span_left {
	padding-right: 8%;
	width:40%;
}
.page_ul .span_right {
	
}
.page_bottom {
	margin-top: 5%;
	text-align: center;
}
.page_bottom p {
	color: #ab1f24;
	line-height: 18px;
	font-size: 17px;
}
.page_bottom img {
	width: 40%;
	margin-top: 2%;
}

/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {
	.div_p {
		margin-top: 5%;
	}
	.div_p .p1 {
		font-size: 30px;
	}
	.div_p .p2 {
		font-size: 20px;
		margin-top: 2%;
	}
	.page_ul {
		margin: 2% auto;
	}
	.page_bottom {
		margin-top: 2%;
		text-align: center;
	}
}
/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {}
/*andriod*/

@media all and (min-width: 360px) {
	.page_bottom p {
		color: #ab1f24;
		line-height: 22px;
		font-size: 20px;
	}
	.page_bottom {
		margin-top: 8%;
		text-align: center;
	}
	.page_ul .span_left {
    padding-right: 16%;
}
}
/*ip 6*/

@media all and (min-width: 375px) {
	.page_ul {
		width: 68%;
	}
	.page_bottom p {
		color: #ab1f24;
		line-height: 28px;
		font-size: 22px;
	}
	.page_bottom {
		margin-top: 9%;
		text-align: center;
	}
	.page_ul .span_left {
    padding-right: 15%;
}
}
/*ip 6+*/

@media all and (min-width: 414px) {
	.page_ul {
		width: 62%;
	}
}