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

.hide {
	display: none;
}

.main-container {
	width: 100%;
	height: 100%;
}

.main-container section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main-container section img {
	position: absolute;
}

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

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

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

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

.pages_bg {
	z-index: 0;
}

.swiper-container {}

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

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

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

.arrows_up {
	top: auto;
	z-index: 99;
	left: 50%;
	width: 25px;
	margin-left: -12.5px;
	bottom: 4%;
}

.pages_01 {
	top: 7%;
}

.pages_02 {
	top: 20%;
}

.pages_03 {
	top: 27%;
}

.pages_04 {
	top: 39%;
}

.pages_05 {
	top: 52%;
}

.pages_06 {
	top: 57.5%;
}

.pages_07 {
	top: auto;
	bottom: 0;
}

.voucher_sn {
	width: 80%;
	left: 10%;
	background-color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	top: 43%;
	font-size: 16px;
	text-align: center;
}

.voucher_sn strong {
	color: #523a00;
}

.voucher_sn span {
	color: #d30e21;
	font-weight: bold;
}


/*音乐*/

.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) {
	.voucher_sn {
		font-size: 14px;
	}
}


/*andriod*/

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


/*samsung*/

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


/*huawei*/

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


/*xiaomi*/

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


/*ip 6*/

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


/*ip 6+*/

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


/*meizu*/

@media all and (min-width: 432px) and (max-height: 599px) {
	.pages_02 {
		top: 21%;
	}
}