/*
   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: #FFFFFF;
	-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: 1000px;
	margin: 0 auto;
	height: 100%;
	background-color: #e50060;
}
.main_container section {
	width: 100%;
	height: 100%;
	text-align: center;
}
.main_container section p.input {
	text-align: center;
	margin: 8% 0;
}
.main_container section p.txt {
	position: absolute;
	width: 100%;
	top: 18%;
	text-align: center;
	line-height: 70px;
	color: #e50060;
	font-size: 36px;
	font-weight: bold;
}
.main_container section p.txt strong {
	background-color: #1d2a53;
	border-radius: 15px;
	height: 30px;
	margin: 0 10px;
	padding: 5px 20px;
	color: #FFFFFF;
}
.main_container section p.txt b {
	color: #1d2a53;
	margin: 0 10px;
}
.main_container section input {
	text-align: center;
	border: none;
	height: 35px;
	padding: 5px 30px;
	border-radius: 5px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 18px;
}
.popup_layer_fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}
.popup_layer_fixed p {
	position: absolute;
	left: 50%;
	top: 30%;
	height: 50px;
	line-height: 50px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 20px;
	background-color: #f3c23d;
	width: 200px;
	margin-left: -100px;
	text-align: center;
	color: #e50060;
	font-weight: bold;
}
.pages_bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.pages01_04 {
	/*	position: absolute;
	left: 0;
	bottom: 0;*/
}
.pages_btn_query {
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	bottom: 28%;
}
.pages_btn_cancel {
	width: 200px;
	margin: 10% auto;
	text-align: center;
}
@media screen and (max-width: 500px) {
	.main_container {
		width: 100%;
	}
	.main_container section p.txt {
		top: 12%;
		font-size: 12px;
		line-height: 30px;
	}
}
@media screen and (max-height: 750px) {
	.pages_btn_query {
		bottom: 20%;
	}
}
/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {}
/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {}
/*andriod（默认样式）*/

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

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

@media all and (min-width: 414px) {}