/*
   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;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color: #3c9d65;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: '微软雅黑';
}

input {
	background-color: #ffffff;
	-webkit-appearance: none;
	outline: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

.swiper-container,
swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: 0.4;
}

.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.hide {
	display: none;
}

.visibility_hidden {
	visibility: hidden;
	/*visibility: visible;*/
}

.position_absolute {
	position: absolute;
}

.position_relative {
	position: relative;
}

.popup_layer_fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}

.pages_bg {
	left: 0;
	top: 0;
}

.page_logo {
	position: relative;
}

.page_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
}


/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {
	.page_pos {
		width: 80%;
		position: absolute;
		left: 50%;
		margin-left: -40%;
	}
	.page_pot {
		width: 76%;
		position: absolute;
		left: 50%;
		margin-left: -38%;
	}
	.page1_03 {
		top: 38%;
	}
	.page_text {
		top: 64%;
	}
}


/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {}

@media all and (min-width: 360px) and (max-height: 519px) {
	.page_pos {
		width: 80%;
		position: absolute;
		left: 50%;
		margin-left: -40%;
	}
	.page_pot {
		width: 76%;
		position: absolute;
		left: 50%;
		margin-left: -38%;
	}
	.page1_03 {
		top: 38%;
	}
	.page_text {
		top: 64%;
	}
}

@media all and (min-width: 432px) and (max-height: 599px) {
	.page_pos {
		width: 80%;
		position: absolute;
		left: 50%;
		margin-left: -40%;
	}
	.page_pot {
		width: 76%;
		position: absolute;
		left: 50%;
		margin-left: -38%;
	}
	.page1_03 {
		top: 38%;
	}
	.page_text {
		top: 64%;
	}
}


/*andriod（默认样式）*/

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


/*ip 6*/

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


/*ip 6+*/

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