/*
   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: #0e1721;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: '微软雅黑';
}
.hide {
	display: none;
}
.visibility_hidden {
	visibility: hidden;
	/*visibility: visible;*/
}
.popup_layer_fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}
.main-container {
	width: 100%;
	height: 100%;
}
section.third {
	padding-top: 3%;
}
.pages_bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.pages01_01 {
	position: absolute;
	left: 0%;
	top: 0%;
}
.pages01_02 {
	position: absolute;
	left: 0%;
	top: 12%;
}
.pages01_03 {
	position: absolute;
	left: 5%;
	width: 90px;
	bottom: 6%;
}
.pages01_04 {
	position: absolute;
	right: 5%;
	width: 90px;
	bottom: 6%;
}
.pages01_05 {
	position: absolute;
	left: 50%;
	width: 90px;
	margin-left: -45px;
	bottom: 6%;
}
.list_left {
	float: left;
	width: 45%;
	margin: 0 0 3% 3%;
	position: relative;
	text-align: center;
}
.list_right {
	float: right;
	width: 45%;
	margin: 0 3% 3% 0;
	position: relative;
	text-align: center;
}
.list_images {
	position: absolute;
	width: 90%;
	left: 4%;
	top: 3%;
	/*height: 56%;*/
	
	height: 105px;
	z-index: 3;
}
.list_txt {
	position: absolute;
	top: 48%;
	background: rgba(0, 0, 0, .7);
	padding: 4px 0;
	text-align: right;
	z-index: 4;
	width: 90%;
	left: 4%;
	color: #FFFFFF;
	font-size: 12px;
}
.list_content {
	position: absolute;
	bottom: 8%;
	text-align: left;
	width: 100%;
}
.list_content span {
	float: right;
	text-align: left;
	width: 55%;
	color: #888;
	line-height: 25px;
	display: inline-block;
}
.pages_head {
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 4%;
	border-radius: 50px;
	display: inline-block;
}
.pages02_02 {
	width: 10px;
	margin: 0 3px;
	vertical-align: middle;
}
.pages02_04 {
	position: absolute;
	right: 7%;
	bottom: 21%;
	width: 30px;
	z-index: 3;
}
.pages03_01 {
	margin-top: 5%;
	width: 150px;
	height: 150px;
}
.pages_btn_submit {
	margin-top: 10%;
	width: 40%;
}
.form-group {
	width: 100%;
	margin: 15% auto;
	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: 35px;
	padding: 8px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	font-weight: 700;
	background-color: #fff;
	border: 2px solid #3bc2d4;
	-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) {
	.list_images {
		height: 95px;
	}
	.list_content {
		bottom: 6%;
	}
	.pages01_03 {
		position: absolute;
		left: 6%;
		width: 70px;
		bottom: 7%;
	}
	.pages01_04 {
		position: absolute;
		right: 6%;
		width: 70px;
		bottom: 7%;
	}
	.pages01_05 {
		position: absolute;
		left: 50%;
		width: 70px;
		margin-left: -35px;
		bottom: 7%;
	}
	.input-group-addon {
		width: 40%;
	}
}
/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {
	.pages01_02 {
		position: absolute;
		top: 10%;
		left: 0;
	}
	.list_images {
		height: 95px;
	}
	.list_content {
		bottom: 6%;
	}
	.pages01_03 {
		position: absolute;
		left: 7%;
		width: 70px;
		bottom: 6%;
	}
	.pages01_04 {
		position: absolute;
		right: 7%;
		width: 70px;
		bottom: 6%;
	}
	.pages01_05 {
		position: absolute;
		left: 50%;
		width: 70px;
		margin-left: -35px;
		bottom: 6%;
	}
}
/*andriod*/

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

@media all and (min-width: 375px) {
	.list_images {
		height: 108px;
	}
}
/*ip 6+*/

@media all and (min-width: 414px) and (max-height: 672px) {
	.list_images {
		height: 127px;
	}
	.list_txt {
		top: 52%;
	}
	.pages_head {
		width: 60px;
		height: 60px;
		margin-left: 4%;
		border-radius: 60px;
	}
	.list_content {
		bottom: 7%;
	}
	.list_content span {
		line-height: 30px;
	}
	.pages01_03 {
		position: absolute;
		left: 7%;
		width: 90px;
		bottom: 7%;
	}
	.pages03_01 {
		width: 160px;
		height: 160px;
	}
	.pages01_04 {
		position: absolute;
		right: 7%;
		width: 90px;
		bottom: 7%;
	}
	.pages01_05 {
		position: absolute;
		left: 50%;
		width: 90px;
		margin-left: -45px;
		bottom: 7%;
	}
}
/*meizu*/

@media all and (min-width: 432px) and (max-height: 599px) {
	.pages01_02 {
		position: absolute;
		top: 12%;
		left: 0;
	}
	.pages03_01 {
		width: 160px;
		height: 160px;
	}
	.list_images {
		height: 133px;
	}
	.list_txt {
		top: 53%;
	}
	.pages_head {
		width: 60px;
		height: 60px;
		margin-left: 4%;
		border-radius: 60px;
	}
	.list_content span {
		line-height: 30px;
	}
}