/*
   public.css
   <project>
   
   Created by Administrator on 2015-06-04.
   Copyright 2015 Administrator. All rights reserved.
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
input,
img {
	border: none;
	vertical-align: middle;
}
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color: #b11d2a;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: '微软雅黑';
}
.hide {
	display: none;
}
.visibility_hidden {
	visibility: hidden;
	/*visibility: visible;*/
}
.position_absolute {
	position: absolute;
}
.position_relative {
	position: relative;
}
.main_container {
	width: 100%;
	height: 100%;
}
.main_container section {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.popup_layer_fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100% !important;
	height: 100% !important;
	background: rgba(131, 22, 31, .8);
}
.pages_bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.first_txt {
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
}
.fifth_txt {
	position: absolute;
	z-index: 1;
	bottom: 54%;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
}
.seventh_txt {
	position: absolute;
	top: 32%;
	left: 7%;
	width: 35%;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}
/*section.third,*/

section.seventh {
	background: url("../images/pages00_bg.jpg") repeat-y left bottom;
}
section.seventh .list {
	margin-top: 12%;
}
section.seventh .list p {
	margin-bottom: 3%;
}
.pages01_logo {
	width: 35%;
	margin: 5% 6%;
}
.pages07_logo {
	width: 35%;
	margin: 10% 32.5%;
}
.pages01_00 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.pages01_04 {
	float: left;
	width: 33%;
	margin: 6% 0 10% 12%;
}
.pages01_05 {
	float: right;
	width: 33%;
	margin: 6% 12% 10% 0;
}
.pages02_02 {
	margin-top: 10%;
}
.pages02_06 {
	float: left;
	width: 38%;
	margin: 8% 0 0 10%;
}
.pages02_07 {
	float: right;
	width: 38%;
	margin: 8% 10% 0 0;
}
.pages03_01 {
	margin-bottom: 10%;
}
.pages03_02 {
	width: 80px;
}
.pages03_03 {
	width: 80px;
	margin-top: 5px;
}
.pages04_02 {
	margin-top: 5%;
	width: 40%;
}
.pages05_01,
.pages07_00 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.pages05_02 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.pages05_03 {
	position: absolute;
	left: 25%;
	bottom: 22%;
	width: 50%;
	z-index: 3;
}
.pages05_04 {
	position: absolute;
	left: 25%;
	bottom: 15%;
	width: 50%;
	z-index: 3;
}
.pages07_03 {
	margin: 10% 20%;
	margin-bottom: 0;
	width: 60%;
}
.pages_qrcode {
	position: absolute;
	left: 20%;
	top: 25%;
	width: 60%;
}
/*section.third p.no {
	position: absolute;
	bottom: 10%;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}*/

.fifth_share_txt {
	position: absolute;
	z-index: 1;
	top: 28%;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25px;
}
.pages_btn_invite {
	position: absolute;
	left: 27.5%;
	bottom: 22%;
	width: 45%;
	z-index: 3;
}
.pages_btn_look {
	position: absolute;
	left: 27.5%;
	bottom: 15%;
	width: 45%;
	z-index: 3;
}
.pages_btn_rule {
	position: absolute;
	left: 50%;
	text-align: center;
	width: 55px;
	margin-left: -27.5px;
	bottom: 2%;
}
.form-group {
	width: 80%;
	margin: 25% 10%;
	text-align: center;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 85%;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
	border-radius: 4px;
}
.input-group-addon {
	width: 35%;
	color: #3bc2d4;
	display: table-cell;
	padding: 8px 6px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	border-radius: 4px;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-control {
	text-align: left;
	display: block;
	width: 100%;
	height: 45px;
	padding: 8px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	font-weight: 700;
	background-color: #fff;
	border: 2px solid #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {
	.pages01_04 {
		margin: 6% 0 10% 12%;
	}
	.pages01_05 {
		margin: 6% 12% 10% 0;
	}
	.pages02_06 {
		margin: 6% 0 6% 10%;
	}
	.pages02_07 {
		margin: 6% 10% 6% 0;
	}
	.fifth_txt {
		font-size: 12px;
		line-height: 22px;
	}
}
/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {
	.pages01_04 {
		margin: 6% 0 10% 12%;
	}
	.pages01_05 {
		margin: 6% 12% 10% 0;
	}
	.fifth_txt {
		font-size: 12px;
		line-height: 18px;
	}
	.fifth_share_txt {
		top: 26%;
	}
	.pages06_01 {
		margin-top: -10%;
	}
	.pages_btn_rule {
		bottom: 1%;
	}
	.pages_btn_invite {
		left: 30%;
		bottom: 22%;
		width: 40%;
	}
	.pages_btn_look {
		left: 30%;
		bottom: 15%;
		width: 40%;
	}
	.seventh_txt {
		top: 30%;
	}
}
/*andriod（默认样式）*/

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

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

@media all and (min-width: 414px) {
	.seventh_txt {
		top: 32%;
	}
}
@media all and (min-width: 432px) {
	.pages01_01 {
		width: 80%;
		margin-left: 10%;
	}
	.pages01_04 {
		margin: 6% 0 10% 12%;
	}
	.pages01_05 {
		margin: 6% 12% 10% 0;
	}
	.pages02_02 {
		margin-top: 5%;
	}
	.pages02_02,
	.pages02_03,
	.pages02_04,
	.pages02_05 {
		width: 90%;
		margin-left: 5%;
	}
	.pages02_06 {
		margin: 6% 0 0 10%;
	}
	.pages02_07 {
		margin: 6% 10% 0 0;
	}
	.pages03_01 {
		margin-bottom: 5%;
	}
	.pages06_01 {
		margin-top: -5%;
	}
	.seventh_txt {
		top: 33%;
	}
	.pages07_03 {
		margin: 8% 20%;
		margin-bottom: 0;
	}
	.pages07_logo {
		margin: 8% 32.5%;
	}
	.pages_btn_invite {
		left: 30%;
		bottom: 22%;
		width: 40%;
	}
	.pages_btn_look {
		left: 30%;
		bottom: 15%;
		width: 40%;
	}
}