/*
   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: #182350;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: '微软雅黑';
}
.hide {
	display: none;
}
.visibility {
	visibility: hidden;
	/*visibility: visible;*/
}
.main-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.main-container .pages_head {
	position: absolute;
	width: 130px;
}
.pages01_01 {
	top: 5%;
	left: 10%;
}
.pages01_02 {
	top: 5%;
	right: 10%;
}
.pages01_03 {
	top: 37%;
	left: 10%;
}
.pages01_04 {
	top: 37%;
	right: 10%;
}
.pages01_05 {
	bottom: 5%;
	left: 10%;
}
.pages01_06 {
	bottom: 5%;
	right: 10%;
}
/*
 * 默认安卓
 * 小米4:width:360px;height:572px;
 */
/*
 * iPhone4:width:320px;height:416px;
 */

@media screen and (min-height: 400px) and (max-height: 420px) {}
/*
 * iPhone5：width:320px;height:504px;
 */

@media screen and (min-height: 490px) and (max-height: 510px) {}
/*
 * iPhone6：width:375px;height:603px;
 */

@media screen and (min-height: 600px) and (max-height: 610px) {}
/*
 * iPhone6+：width:414px;height:672px;
 */

@media screen and (min-height: 660px) and (max-height: 680px) {}
/*
 * 魅族：width:432px;height:599px;
 */

@media screen and (min-height: 590px) and (max-height: 600px) {}