/*
   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: #d9e4eb;
	font-family: "microsoft yahei";
}

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

/*音乐*/

.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*/

.page1_04{position:absolute; left:0; top:0; width:100%; height:100%;}
.page1_01_02{position:absolute; left:0; bottom:0;}
.page1_02_02{position:absolute; left:0; top:78%;}
.page1_btn_03{position:absolute; left:50%; top:54%; width:50%; margin-left:-25%;}
.page6_01_01{position:absolute; left:0; top:0; }
.page5_01_02{position:absolute; left:0; top:28%;}
.page_top{position:absolute; left:0; top:30%;}
.page_div1{position:absolute; left:0; top:41%;width:100%; text-align: center;}
.page_div1 p{width:100%; text-align: center; line-height: 50px; overflow: hidden; line-height: 50px; }
.span1{position:relative; float:left; width:30px; height:30px; margin:3% 12% 0 30%;}
.span03{margin:3% 11% 0 24%;}
.span05{margin:3% 11% 0 19%;}
.page2_02_03{position:absolute; left:0; top:0; width:100%; height:100%;}
.span2{float:left; font-size:26px; color:#fff; font-weight: 900;}
.page2_01_05{width:90%; position:absolute; left:50%; bottom:11%; margin-left:-45%; margin-top:10%}
.div_dc{position:absolute; left:0; top:0;}
.page7_01_02{position:absolute; left:0; top:27%;}
.page7_01_05{width:30%; position:absolute; left:50%; margin-left:-15%; top:68%;}
.page_dw{position:absolute; left:0; top:20%;}
.page8_01_04{width:74%; margin-left:13%;}
.page8_02_02{position:absolute; left:0; top:20%; }
.page8_02_05{width:80%; position:absolute; left:50%; margin-left:-40%; top:78%;}
.page2_cuo_03{position:absolute; right:6%; top:3%;}
.share{width:100%; height:100%; background:rgba(0,0,0,0.7);}
.page_div2,.page_div3,.page_div4{position:absolute; left:0; top:0; width:100%; height:100%;}
.page1_div{position:absolute; left:0; top:0;}
.page1_05_02{position:absolute; left:0; top:47%; z-index: 3;}
/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 480px) {
	.page1_05_02 {
    position: absolute;
    left: 0;
    top: 49%;
    z-index: 3;
}
}




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