/* 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: #f50153;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
	text-decoration: none;
}
.hide {
	display: none;
}
.visibility_hidden {
	visibility: hidden;
}
.main_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
section.rotary {
	text-align: center;
}
.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,
.pages_submit_layer {
	z-index: 4;
}
.pages_layer_box {
	position: relative;
	width: 100%;
}
.pages_success_btn,
.pages_fail_btn {
	position: absolute;
	width: 150px;
	left: 50%;
	bottom: 14%;
	margin-left: -75px;
}
.pages_btn_look {
	text-align: center;
	width: 150px;
	margin: 3% 0;
}
/*信息提交 start*/

.submit_box {
	position: absolute;
	width: 80%;
	left: 10%;
	top: 24%;
	z-index: 3;
	text-align: center;
}
.submit_box_layer {
	position: absolute;
	text-align: center;
	width: 80%;
	left: 10%;
	z-index: 50;
	background-color: #f50153;
	border-radius: 6px;
	padding: 9% 0;
}
.pages_btn_submit {
	width: 120px;
}
.pages_btn_sure {
	width: 100px;
	margin-top: 5%;
}
.info_tip {
	text-align: center;
	line-height: 30px;
	margin-bottom: 5%;
}
.info_tip .title {
	font-size: 24px;
	color: #ffc85f;
}
.info_tip .content {
	font-size: 24px;
	color: #FFFFFF;
	margin: 5% 0;
}
.info_tip_txt {
	font-size: 30px;
	color: #f50153;
	font-weight: bold;
	padding-bottom: 13%;
}
.pages_btn_close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 24px;
	color: #ffc85f;
	border: none;
}
.input_group {
	position: relative;
	display: table;
	border-collapse: separate;
	text-align: center;
	border-radius: 10px;
	width: 80%;
	margin: 8% 10%;
}
.input_group_addon {
	width: 20%;
	color: #f0c75f;
	display: table-cell;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}
.form_control {
	text-align: left;
	display: block;
	width: 100%;
	height: 35px;
	padding: 8px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	font-weight: 700;
	background-color: #fff;
	border-radius: 5px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pages02_09 {
	position: absolute;
	left: 0;
	top: 17%;
	z-index: 3;
}
.pages02_10 {
	position: absolute;
	left: 0;
	top: 31%;
	z-index: 3;
}
/*信息提交 end*/

.rotary {
	position: relative;
}
.rotary_arrow {
	position: absolute;
	left: 50%;
	top: 48%;
	width: 140px;
	margin-left: -70px;
}
/*.rotary_result {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
	filter: alpha(opacity=90);
	width: 80%;
	left: 10%;
	top: 16%;
	padding: 30px 0;
	z-index: 3;
}
.rotary_result .pages_close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 25px;
	height: 25px;
	overflow: hidden;
}
.rotary_result p {
	margin-top: 10px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}*/
/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {
	.rotary_arrow {
		top: 48%;
		width: 120px;
		margin-left: -60px;
	}
	.submit_box {
		top: 28%;
	}
	.pages02_09 {
		top: 20%;
	}
	.pages02_10 {
		top: 37%;
	}
}
/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {
	.rotary_arrow {
		top: 48%;
		width: 120px;
		margin-left: -60px;
	}
	/*	.submit_box {
		top: 28%;
	}
	.pages02_09 {
		top: 20%;
	}
	.pages02_10 {
		top: 37%;
	}*/
}
/*andriod*/

@media all and (min-width: 360px) {}
/*ip 6*/

@media all and (min-width: 375px) {} 
/*ip 6+*/

@media all and (min-width: 414px) and (max-height: 672px) {
	.rotary_arrow {
		top: 50%;
	}
	.info_tip_txt {
		padding-bottom: 17%;
	}
}
@media all and (min-width: 432px) and (max-height: 599px) {
	.rotary_arrow {
		top: 50%;
		width: 140px;
		margin-left: -70px;
	}
	.submit_box {
		top: 28%;
	}
	.pages02_09 {
		top: 20%;
	}
	.pages02_10 {
		top: 37%;
	}
	.info_tip_txt {
		padding-bottom: 19%;
	}
}