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

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background-color: #FFFFFF;
}


.hide {
	display: none;
}

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

.abs {
	position: absolute;
	z-index: 0;
}

.rel {
	position: relative;
	z-index: 1;
}

.container {
	background-color: #ecdeba;
	max-width: 640px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.swiper-pagination {
	right: 4% !important;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #be924b;
	opacity: .4;
}

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

.swiper-slide {
	text-align: center;
}

.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;
}

.arrows_up {
	z-index: 99;
	left: 50%;
	width: 30px;
	margin-left: -15px;
	bottom: 4%;
}

.pages01_01 {
	margin: 12% auto 8%;
}

.pages01_02,
.pages01_03,
.pages00_00 {
	margin-bottom: 4%;
}

/*音乐*/

.topCon {
	display: block;
	position: fixed;
	z-index: 2;
	top: 2%;
	right: 3%;
	height: 40px;
	background: rgba(204, 204, 204, 0);
}

.sound {
	width: 15px;
	height: 15px;
	padding: 5px;
	border: 2px solid #F9F9F9;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	background: url(../images/soundoff.png) center center no-repeat;
	background-size: 50% 50%;
}

.rotateAm {
	-webkit-animation-name: rotateAm;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes rotateAm {
	0% {
		opacity: 1;
	}
	25% {
		-webkit-transform: rotate(0deg)
	}
	25% {
		-webkit-transform: rotate(90deg)
	}
	50% {
		-webkit-transform: rotate(180deg)
	}
	75% {
		-webkit-transform: rotate(270deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}


/*音乐end*/

/*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) {}

@media all and (min-width: 432px) and (max-height: 599px) {
	.pages01_01 {
    	margin: 8% auto 4%;
	}
	.pages01_02,
	.pages01_03,
	.pages00_00 {
	    margin-bottom: 3%;
	}
}