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

.hide {
	display: none;
}

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

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

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

.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%;
	margin-left: -20px;
	bottom: 4%;
}

.p1_div {
	position: absolute;
	left: 0;
	top: 0;
}

.p1_01_02 {
	margin-top: 42%;
}

.p2_01_02 {
	margin-top: 34%;
}

.p3_01_02 {
	margin-top: 20%;
}

.p3_01_07 {
	margin-top: 8%;
}

.p4_div2 {
	position: relative;
	margin-top: -4%;
}

.p4_02_02 {
	position: absolute;
	left: 0;
	top: 0;
}

.p4_01_03 {
	margin-top: 8%;
}

.p5_01_02 {
	margin-top: 24%;
}

.p6_div {
	position: relative;
	padding-top: 10%;
}

.p6_03_02 {
	position: absolute;
	left: 0;
	top: 10%;
}

.p6_04_02 {
	position: absolute;
	left: 0;
	top: 26%;
}

.p6_01_03 {
	margin-top: 6%;
}

.p7_01_02,
.p12_01_02 {
	margin-top: 7%;
}

.p7_01_04 {
	margin-top: -4%;
}

.p10_div,
.p10_04_02,
.p12_left,
.p12_01_03 {
	position: relative;
}

.p10_02_02,
.p12_02_02,
.p8_02_01,
.p11_02_01 {
	position: absolute;
	left: 0;
	top: 0;
}

.p9_02_02,
.p1_02_02 {
	position: absolute;
	right: 0;
	top: 0;
}

.p11_01_02 {
	margin-top: 46%;
}

.p5_01_07 {
	margin-top: 20%;
}


/*音乐*/

.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) and (max-height:519px) {
	.p3_01_02 {
		margin-top: 14%;
	}
	.p7_01_04 {
		position: absolute;
		left: 0;
		top: 33%;
	}
	.p7_01_08 {
		position: absolute;
		left: 0;
		top: 46%;
	}
	.p7_01_09 {
		margin-top: 39%;
	}
	.p3_01_07 {
		margin-top: 6%;
	}
	.p12_left,
	.p8_01_10 {
		margin-top: -5%;
	}
}


/*ip 6*/

@media all and (min-width: 432px) and (max-height:599px) {
	.p3_01_07 {
		position: absolute;
		left: 0;
		top: 82%;
	}
	.p12_left,
	.p8_01_10 {
		margin-top: -5%;
	}
	.p7_01_04 {
		position: absolute;
		left: 0;
		top: 33%;
	}
	.p7_01_08 {
		position: absolute;
		left: 0;
		top: 46%;
	}
	.p7_01_09 {
		margin-top: 39%;
	}
}


/*ip 6+*/

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