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

.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_layer_box {
	width: 100%;
	height: 100%;
	text-align: center;
}

.pages_bg {
	left: 0;
	top: 0;
	z-index: 0;
}

.pages01_01,
.pages01_02,
.pages01_03,
.pages01_04 {
	width: 50%;
	right: 0;
	top: 4%;
}

.pages01_05,
.pages01_list {
	left: 0;
	top: 62%;
}

.pages01_06 {
	margin-top: 2%;
}

.pages_btn_start {
	left: 11%;
	bottom: 16%;
	width: 120px;
}

.pages_btn_top {
	right: 11%;
	bottom: 16%;
	width: 120px;
}

.pages_btn_back {
	left: 20%;
	bottom: 17%;
	width: 90px;
}

.pages_btn_share {
	right: 20%;
	bottom: 17%;
	width: 90px;
}

.pages06_00 {
	margin-top: 38%;
}

.pages06_01,
.pages06_02,
.pages06_03,
.pages06_04,
.pages06_05,
.pages06_06,
.pages06_07,
.pages06_08,
.pages06_09,
.pages06_10 {
	vertical-align: text-bottom;
	width: 20px;
}

.pages_layer_box table {
	width: 80%;
	margin-left: 10%;
}

.pages_top_layer table td {
	color: #8a7451;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
}

.pages_top_layer table td.time {
	font-size: 18px;
}

.pages_top_layer table td strong {
	font-size: 26px;
	font-weight: bold;
}

.pages_success_layer img.pages_bg,
.pages_fail_layer img.pages_bg,
.pages_pause_layer img.pages_bg {
	opacity: 0.6;
}

.process_box {
	top: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	color: #291400;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	z-index: 3;
}

.process_box span {
	font-size: 30px;
}

.pages00_00 {
	z-index: 2;
}

.pages00_01 {
	margin: 4.5% 0;
}

section.first,
section.second,
section.third,
section.fourth,
section.fifth,
section.sixth,
section.seventh,
section.eighth,
section.ninth,
section.tenth {
	width: 90%;
	margin-left: 5%;
	margin-top: 5%;
}

.find_box table tr td {
	font-size: 0;
}

.find_box {
	background-color: #ce9600;
	border-radius: 10px;
	padding: 3px;
	text-align: center;
}

.border_radius {
	border-radius: 6px;
}

.border_top_left_radius {
	border-top-left-radius: 6px;
}

.border_bottom_left_radius {
	border-bottom-left-radius: 6px;
}

.border_top_right_radius {
	border-top-right-radius: 6px;
}

.border_bottom_right_radius {
	border-bottom-right-radius: 6px;
}

.pages00_click {}

.pages03_01 {
	left: 0;
	top: 10%;
}

.pages03_02,
.pages03_03,
.pages03_04,
.pages03_05,
.pages03_06,
.pages03_07 {
	left: 0;
	top: 25%;
}

.pages03_08 {
	left: 20%;
	bottom: 10%;
	width: 90px;
}

.pages04_01 {
	left: 0;
	top: 10%;
}

.pages04_02 {
	left: 0;
	top: 18%;
}

.pages04_03,
.pages04_04,
.pages04_05,
.pages04_06 {
	left: 0;
	top: 30%;
}

.pages04_input {
	left: 15%;
	top: 68%;
	width: 65%;
	padding: 10px;
	border: none;
	background-color: #FFF;
	border-radius: 5px;
	height: 25px;
	line-height: 25px;
	color: #8a7451;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.share_second {
	width: 120px;
	right: 50%;
	margin-right: -60px;
	bottom: 10%;
}

.pages05_01,
.pages05_02 {
	left: 0;
	top: 10%;
}

.pages05_03,
.pages05_04,
.pages05_05 {
	left: 0;
	top: 25%;
}

.pages05_06,
.pages05_07 {
	left: 0;
	bottom: 6%;
}

/*音乐*/

.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) {
	.pages_btn_start,
	.pages_btn_top {
		width: 100px;
	}
	.pages_top_layer table td {
		height: 22px;
		line-height: 22px;
	}
	.pages_btn_back,
	.pages_btn_share {
		bottom: 16%;
	}
	.share_second {
		bottom: 10%;
	}
}


/*andriod（默认样式）*/

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


/*ip 6*/

@media all and (min-width: 375px) {
	.pages_top_layer table td {
		height: 27px;
		line-height: 27px;
	}
}


/*ip 6+*/

@media all and (min-width: 414px) {
	.pages_top_layer table td {
		height: 30px;
		line-height: 30px;
	}
	.pages_btn_back,
	.pages_btn_share {
		bottom: 18%;
	}
	.share_second {
		bottom: 10%;
	}
}

@media all and (min-width: 432px) {
	.pages_btn_start,
	.pages_btn_top {
		bottom: 14%;
	}
	.pages_btn_back,
	.pages_btn_share {
		bottom: 16%;
	}
	.pages_top_layer table td {
		height: 25px;
		line-height: 25px;
	}
	section.first,
	section.second,
	section.third,
	section.fourth,
	section.fifth,
	section.sixth,
	section.seventh,
	section.eighth,
	section.ninth,
	section.tenth {
		width: 80%;
		margin-left: 10%;
		margin-top: 2.5%;
	}
	.share_second {
		bottom: 10%;
	}
	.pages05_03,
	.pages05_04,
	.pages05_05 {
		left: 5%;
		top: 25%;
		width: 90%;
	}
	.pages05_06,
	.pages05_07 {
		left: 5%;
		bottom: 5%;
		width: 90%;
	}
}