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

input {
	background-color: #ffffff;
	-webkit-appearance: none;
	outline: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

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

.pages {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pages_bj {
	position: absolute;
	left: 0;
	top: 0;
}

.pages_btn {
	position: absolute;
	width: 40%;
	left: 50%;
	margin-left: -20%;
	bottom: 2%;
}

.input {
	text-align: center;
	width: 60%;
	position: absolute;
	left: 50%;
	top: 74%;
	margin-left: -30%;
	height: 50px;
	background: #fff;
	border-radius: 10px;
	border: none;
	font-size: 24px;
}

.page_dd,
.page_dc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.make_div,
.error_div {
	width: 80%;
	height: 160px;
	text-align: center;
	background: #fff4c3;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	margin-left: -40%;
	top: 30%;
}

.page_yes_03 {
	width: 20%;
	padding-top: 10%;
}

.make_p {
	line-height: 50px;
	color: #de4f49;
	font-weight: bold;
	font-size: 18px;
}

.make_submit {
	position: absolute;
	width: 80%;
	left: 50%;
	margin-left: -40%;
	top: 30%;
	background: #fff4c3;
	border-radius: 10px;
	height: 200px;
	text-align: center;
}

.submit_div {
	padding-top: 10%;
}

.submit_p {
	padding-top: 2%;
}

.submit_p span {
	color: #522b12;
	font-weight: bold;
	font-size: 18px;
	padding-right: 3%;
}

.submit_p input {
	width: 60%;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #dbc979;
	padding-left: 2%;
	font-size: 18px;
}

.subimt_btn {
	width: 40%;
	padding-top: 8%;
}

.pages_share {
	background: rgba(0, 0, 0, 0.9);
}

.page_error_07 {
	width: 20%;
	padding: 15% 0 5% 0;
}

.error_p2 {
	color: #191919;
	font-weight: bold;
	font-size: 16px;
}

.page_error_03 {
	position: absolute;
	width: 16%;
	right: -8%;
	top: -8%;
}


/*ip 4s*/

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


/*ip 5s*/

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


/*andriod（默认样式）*/

@media all and (min-width: 360px) and (max-height:519px) {
	.pages_btn {
		bottom: 1%;
	}
}

@media all and (min-width: 432px) and (max-height:599px) {
	.pages_btn {
		bottom: 1%;
	}
}


/*ip 6*/

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


/*ip 6+*/

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