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

.hide {
	display: none;
}

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

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

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

.text_center {
	text-align: center;
}

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

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

.pages_logo {
	bottom: 9%;
}

.pages_bg,
.pages01_bg {
	top: 0;
	z-index: 0;
}

.pages01_01 {
	top: 0;
}

.pages01_02 {
	top: 36%;
	z-index: 5;
}

.pages02_02,
.pages02_04 {
	margin: 3% auto;
}

.pages02_05 {
	margin-bottom: 3%;
}

.pages01_list {
	top: 30%;
	line-height: 0;
}

.pages02_06 {
	margin-top: 10px;
	width: 35px;
}

.pages02_list {
	top: 24%;
	line-height: 0;
}

.pages03_06,
.pages03_07 {
	width: 110px;
}

.pages03_08 {
	left: 50%;
	width: 35px;
	margin-left: -17.5px;
	bottom: 32%;
}

.pages03_list01 {
	width: 50%;
	left: 3%;
	top: 2%;
	z-index: 3;
}

.pages03_list01 div {
	text-align: center;
	width: 80%;
}

.pages03_list02 {
	width: 100%;
	line-height: 0;
	top: 22%;
}

.pages03_list02 div {
	width: 100%;
}

.pages04_02,
.pages04_03 {
	width: 200px;
}

.pages_default_head {
	width: 130px;
	height: 140px;
	border-radius: 200px;
	left: 32%;
	top: 19%;
}

.pages_head {
	width: 69px;
	height: 76px;
	border-radius: 50px;
	left: 8%;
	top: 7%;
}

.pages05_00 {
	left: 3%;
	top: 1%;
	width: 30%;
}

.pages05_01 {
	top: 0;
}

.pages05_list01,
.pages05_list02,
.pages05_list03,
.pages05_list04 {
	top: 33%;
}

.pages_btn_again {
	left: 13%;
	width: 110px;
	bottom: 2%;
}

.pages_btn_share {
	left: auto;
	right: 11%;
	width: 115px;
	bottom: 2%;
}


/*音乐*/

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

.spinner {
	text-align: center;
	margin: 68% auto;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 5;
}

.container1 > div,
.container2 > div,
.container3 > div {
	width: 10px;
	height: 10px;
	background-color: #e4537f;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

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

.circle2 {
	top: 0;
	right: 0;
}

.circle3 {
	right: 0;
	bottom: 0;
}

.circle4 {
	left: 0;
	bottom: 0;
}

.container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {
	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/*ip 4s*/

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


/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {
	.pages_default_head {
		left: 31%;
	}
	.pages_head {
		width: 62px;
		height: 68px;
	}
	.pages_btn_again {
		left: 11%;
	}
	.pages_btn_share {
		right: 9%;
	}
}


/*andriod（默认样式）*/

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


/*ip 6*/

@media all and (min-width: 375px) {
	.pages_head {
		width: 73px;
	}
}


/*ip 6+*/

@media all and (min-width: 414px) and (max-height: 672px) {
	.pages_logo {
		bottom: 8.5%;
	}
	.pages01_list {
		top: 30%;
	}
	.pages_default_head {
		left: 34%;
	}
	.pages_head {
		width: 80px;
		height: 87px;
	}
}

@media all and (min-width: 432px) and (max-height: 599px) {
	.pages_logo {
		width: 80%;
		bottom: 7%;
		left: 10%;
	}
	.pages05_11,
	.pages05_12,
	.pages05_13 {
		width: 80%;
		left: 10%;
	}
	.pages01_list {
		top: 26%;
	}
	.pages05_list01,
	.pages05_list02,
	.pages05_list03,
	.pages05_list04 {
		top: 29%;
	}
	.pages_default_head {
		left: 35%;
	}
	.pages_head {
		height: 84px;
	}
	.pages05_list {
		left: 5%;
		width: 90%;
	}
	.pages05_00 {
		width: 27%;
	}
}