/*
   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: #6f1015;
	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%;
}

.arrows {
	width: 10%;
	position: absolute;
	left: 50%;
	bottom: 4%;
	margin-left: -5%
}


/*音乐*/

.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_div1 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.page2_div1 {
	position: absolute;
	left: 0;
	top: 18%;
}

.page2_03_06 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.page2_div2,
.page5_div2 {
	position: absolute;
	width: 18%;
	left: 50%;
	margin-left: -9%;
	top: 34%;
	text-align: center;
	height: 100px;
}

.page2_span1 {
	margin-top: 3%;
	color: #ffffff;
}

.page3_box {
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
	padding: 0 8%;
}

.page3_box div {
	float: left;
	width: 18%;
	text-align: center;
	margin: 0 5%;
}

.page3_div1 span,
.page5_div2 span {
	color: #fde48f;
}

.page4_01_02 {
	position: absolute;
	left: 0;
	top: 15%;
}

.page4_div1 {
	position: absolute;
	left: 53%;
	top: 16.5%;
}

.page4_div1 input {
	width: 68%;
	height: 34px;
	border: none;
	background-color: transparent;
	margin-top: 8%;
	font-size: 18px;
	color: #9a1f23;
}

.page4_01_05 {
	position: absolute;
	width: 50%;
	left: 50%;
	margin-left: -25%;
	top: 42%;
}

.page5_div1 {
	position: absolute;
	left: 0;
	top: 24%;
}

.page5_div2 {
	top: 82%;
}

.page5_01_05 {
	position: absolute;
	left: 0;
	top: 55%;
}

.page5_01_08 {
	position: absolute;
	width: 50%;
	left: 50%;
	margin-left: -25%;
	top: 70%;
}

.page5_div3 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.page5_p1 span {
	width: 30%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #9a1f23;
}

.page5_span1 {
	position: absolute;
	left: 17%;
	top: 58%;
}

.page5_span2 {
	position: absolute;
	right: 20%;
	top: 58%;
}

.page4_share {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.audio {
	opacity: 0;
}

.page1_t1_02 {
	position: absolute;
	left: 0;
	top: 25%;
}

.page1_t1_03 {
	position: absolute;
	left: 0;
	top: 33%;
}

.page1_t1_04 {
	position: absolute;
	left: 0;
	top: 39%;
}


/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 480px) {
	.page2_div2,
	.page5_div2 {
		position: absolute;
		width: 20%;
		left: 50%;
		margin-left: -10%;
		top: 29% !important;
	}
	.page2_div1 {
		position: absolute;
		left: 0;
		top: 12%;
	}
	.page3_box {
		top: 23%;
	}
}


/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {
	.page5_div2 {
		width: 20%;
		left: 50%;
		margin-left: -10%;
		top: 68%;
		text-align: center;
		height: 100px;
	}
	.page4_div1 input {
		height: 30px;
	}
	.page5_01_03 {
		margin-left: -2%;
	}
	.page2_div2 {
		position: absolute;
		width: 20%;
		left: 50%;
		margin-left: -10%;
		top: 34%;
		text-align: center;
		height: 100px;
	}
}


/*andriod（默认样式）*/

@media all and (min-width: 360px) and (max-height:519px) {
	.page2_div1 {
		position: absolute;
		left: 0;
		top: 12%;
	}
	.page2_div2,
	.page5_div2 {
		top: 29%;
	}
	.page3_box {
		top: 23%;
	}
}


/*ip 6*/

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


/*ip 6+*/

@media all and (min-width: 414px) and (max-height:672px) {
	.page4_div1 input {
		height: 40px;
	}
	.page5_span1,
	.page5_span2 {
		top: 59%;
	}
}

@media all and (min-width: 432px) and (max-height: 599px) {
	.page2_div1 {
		position: absolute;
		left: 0;
		top: 10%;
	}
	.page2_div2 {
		top: 27%;
	}
	.page5_div2 {
		top: 67%;
	}
	.page3_box {
		top: 23%;
	}
	.page5_span1,
	.page5_span2 {
		top: 59%;
	}
}