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

.hide {
	display: none;
}

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

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

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

.hide {
	display: none;
}

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

.voice_box_layer {
	z-index: 4;
}

.pages_share_layer {
	z-index: 5;
}

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

.pages_code {
	left: 50%;
	top: 43%;
	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: -100px;
}

.pages_code_tip {
	top: 63%;
}

.pages_01 {
	top: 12%;
}

.pages_list {
	top: 28%;
}

.pages_07 {
	left: 50%;
	width: 30px;
	margin-left: -15px;
	bottom: 10%;
}

.pages_08 {
	bottom: 3%;
}

.voice_box {
	width: 100%;
	bottom: 10%;
}

.voice_box div.rel {
	border: 1px solid #f2be0b;
	border-radius: 4px;
	margin-left: 15%;
	width: 70%;
	height: 250px;
	background: rgba(167, 108, 12, .8);
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

.pages_btn_down {
	margin: 35px auto 25px;
	width: 80px;
}

.pages_btn_play_i {
	margin: 60px auto 35px;
	width: 150px;
}

.pages_btn_sure {
	width: 150px;
	margin-top: 25px;
}

.pages_btn_close {
	width: 35px;
	right: -6%;
	top: -6%;
}

.pages_btn_play {
	left: 50%;
	top: 42%;
	width: 150px;
	margin-left: -75px;
}

.pages_listen_01 {
	top: 50%;
}

.pages_listen_list {
	bottom: 3%;
}

.start_listen {
	left: 50%;
	top: 38.5%;
	margin-left: -50px !important;
	z-index: 5;
}

.start_listen_local {
	left: 50%;
	top: 16.4%;
	margin-left: -50px !important;
	z-index: 5;
}

.spinner_listen {
	margin: 10px auto;
	width: 100px;
	height: 50px;
	text-align: center;
	font-size: 10px;
}

.spinner_listen > div {
	background-color: #ffc600;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner_listen .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner_listen .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner_listen .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner_listen .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}
	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

.spinner {
	margin: 25px auto 0;
	width: 100px;
	text-align: center;
}

.spinner > div {
	width: 20px;
	height: 20px;
	background-color: #ffc600;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-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);
	}
}


/*音乐*/

.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) {
	.start_listen {
		top: 38%;
	}
	.pages_code {
		left: 50%;
		top: 43%;
		width: 160px;
		height: 160px;
		margin-left: -80px;
		margin-top: -80px;
	}
}


/*andriod（默认样式）*/

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


/*ip 6*/

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


/*ip 6+*/

@media all and (min-width: 414px) and (max-height: 672px) {
	.start_listen {
		top: 39%;
	}
}

@media all and (min-width: 432px) and (max-height: 599px) {
	.pages_list {
		top: 28%;
		left: 5%;
		width: 90%;
	}
}