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

.hide {
	display: none;
}

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

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

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

.pointer {
	cursor: pointer;
}

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

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

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

.pages01_01,
.pages01_02 {
	top: 10%;
}

.pages01_03 {
	top: 14%;
}

.pages01_04 {
	top: 28%;
	width: 150px;
	margin-left: -75px;
	left: 50%;
}

.pages01_05 {
	bottom: 21%;
	width: 260px;
	margin-left: -130px;
	left: 50%;
}

.pages02_01 {
	top: 37%;
}

.pages02_02 {
	top: 50%;
}

.pages02_03 {
	top: 79%;
}

.pages03_01 {
	bottom: 7%;
	width: 260px;
	margin-left: -130px;
	left: 50%;
}

.pages04_01 {
	float: left;
}

.pages04_04 {
	float: left;
	margin-left: 15%;
	width: 100px;
}

.pages04_03 {
	float: left;
	margin: 5% auto;
}

input.content {
	float: right;
	margin-right: 15%;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.div_choose {
	float: left;
	width: 100%;
	margin-bottom: 12%;
}

.pages04_05 {
	float: left;
	width: 120px;
	margin-left: 12%;
}

.pages04_06 {
	float: right;
	width: 120px;
	margin-right: 12%;
}

.record_sound_layer {
	width: 100%;
	z-index: 5;
	text-align: center;
}

.popup_layer_box {
	margin-left: 10%;
	width: 70%;
	background: rgba(0, 0, 0, .8);
	padding: 5%;
	border-radius: 12px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.pages04_07 {
	width: 100px;
	margin-top: 5%;
	margin-right: 4%;
}

.pages04_08 {
	width: 60px;
	margin-top: 10%;
}

.pages04_09 {
	left: auto;
	right: -15px;
	top: -15px;
	width: 30px;
	z-index: 9;
}

.pages_btn_ok {
	margin-top: 10%;
}

.pages_content_txt {
	width: 100%;
	top: 46%;
	z-index: 3;
}

.pages_content_txt input {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background: transparent;
	border: none;
	text-align: left;
	margin-left: 46%;
	width: 100px;
}

.pages_content_txt input.fromName {
	margin-top: 1%;
}

.pages_content_txt input.toName {
	margin-top: 6%;
}

.pages_btn_share {
	left: 13%;
	bottom: 10%;
	width: 110px;
}

.pages_btn_want {
	left: auto;
	right: 13%;
	bottom: 10%;
	width: 110px;
}

.pages_qrcode {
	width: 150px;
	margin-top: 75%;
	z-index: 10;
}

.pages_msg_txt {
	width: 100%;
	top: 47%;
	z-index: 3;
}

.pages_msg_txt input {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background: transparent;
	border: none;
}

.pages_msg_txt input.fromName {
	float: left;
	margin-top: 1%;
	margin-left: 33%;
	width: 100px;
	text-align: center;
}

.pages_msg_txt input.toName {
	float: left;
	margin-top: 6%;
	margin-left: 24%;
	width: 150px;
	text-align: center;
}

.pages_msg_txt input.message {
	float: left;
	margin-top: 13%;
	margin-left: 22%;
	width: 200px;
	text-align: center;
	border-bottom: 2px solid #d4672e;
	padding-bottom: 5px;
}

.pages04_01 {}

.pages05_01 {
	margin-top: 3%;
}

.pages05_02 {
	float: left;
	width: 120px;
	margin-top: 14%;
	margin-left: 34%;
}


/*音乐*/

.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_share,
	.pages_btn_want {
		width: 100px;
	}
	.pages_qrcode {
		width: 130px;
	}
	.pages04_05,
	.pages04_06 {
		width: 110px;
	}
	.pages01_05 {
		bottom: 20%;
		width: 220px;
		margin-left: -110px;
	}
}


/*andriod（默认样式）*/

@media all and (min-width: 360px) and (max-height: 540px) {
	.pages_msg_txt {
		top: 52%;
	}
	.pages_btn_share,
	.pages_btn_want {
		bottom: 7%;
	}
	.pages_content_txt {
		top: 50%;
	}
	.div_choose {
		margin-bottom: 6%;
	}
}


/*ip 6*/

@media all and (min-width: 375px) {
	.pages_msg_txt {
		top: 46.5%;
	}
	.pages_qrcode {
		width: 165px;
	}
}


/*ip 6+*/

@media all and (min-width: 414px) and (max-height: 672px) {
	.pages_content_txt {
		top: 45%;
	}
	.pages_qrcode {
		width: 190px;
	}
	.pages_msg_txt input.fromName {
		width: 120px;
	}
	.pages_msg_txt input.toName {
		margin-left: 27%;
	}
	.pages_msg_txt input.message {
		margin-left: 27%;
	}
	.pages_btn_share,
	.pages_btn_want {
		bottom: 13%;
	}
}

@media all and (min-width: 432px) and (max-height: 599px) {
	.pages01_04 {
		top: 30%;
	}
	.pages01_01,
	.pages01_02 {
		top: 6%;
	}
	.pages01_05 {
		bottom: 16%;
	}
	.pages_content_txt {
		top: 47.5%;
	}
	.pages_msg_txt {
		top: 49.5%;
	}
	.pages_qrcode {
		margin-top: 65%;
	}
	.pages_msg_txt input.fromName {
		margin-left: 34%;
	}
	.pages_msg_txt input.toName {
		margin-left: 28%;
	}
	.pages_msg_txt input.message {
		margin-left: 27%;
	}
	.pages05_02 {
		margin-top: 14%;
		margin-left: 35%;
	}
	.pages_btn_share,
	.pages_btn_want {
		bottom: 6%;
	}
	.pages04_01,
	.pages04_02,
	.pages04_03 {
		width: 90%;
		left: 5%;
	}
}