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

.pages_list00,
.pages_list01,
.pages_list02,
.pages_05_box {
	line-height: 0;
	font-size: 0;
}


/* WebKit, Blink, Edge */

::-webkit-input-placeholder {
	color: #c39a58;
}


/* Mozilla Firefox 4 to 18 */

:-moz-placeholder {
	color: #c39a58;
	opacity: 1;
}


/* Mozilla Firefox 19+ */

::-moz-placeholder {
	color: #c39a58;
	opacity: 1;
}


/* Internet Explorer 10-11 */

:-ms-input-placeholder {
	color: #c39a58;
}

.hide {
	display: none;
}

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

.container {
	background: url("../images/pages_bg_repeat.png") repeat-y;
	max-width: 640px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

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

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

.float_left {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	color: #171717;
}

.float_right {
	float: right;
	font-size: 13px;
	font-weight: bold;
	/*margin-top: 7px;*/
	color: #646464;
}

.float_left_section {
	float: left;
	width: 42%;
	position: relative;
	padding: 2%;
	margin-left: 2.5%;
	margin-bottom: 3%;
	background-color: #FFFFFF;
}

.float_right_section {
	float: right;
	width: 42%;
	position: relative;
	padding: 2%;
	margin-right: 2.5%;
	margin-bottom: 3%;
	background-color: #FFFFFF;
}

.pages_bg {
	z-index: 0;
}

.swiper-container {}

.swiper-slide {
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fe205f;
	opacity: .4;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

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

.arrows_up {
	top: auto;
	z-index: 99;
	left: 50%;
	width: 25px;
	margin-left: -12.5px;
	bottom: 4%;
}

.pages_05_box {
	z-index: 5;
}

.pages_14 {
	top: auto;
	bottom: 13%;
	z-index: 3;
}

.pages_15 {
	top: auto;
	bottom: 3.2%;
	z-index: 2;
	width: 90%;
	left: 10%;
}

.pages_list02 img {
	float: left;
	margin-top: 6px;
}

.pages_list03 {
	text-align: center;
}

.pages_btn_share {
	cursor: pointer;
	width: 90px;
}

.pages_vote_list {
	width: 94%;
	height: auto;
	background-color: #c39a58;
	border-radius: 15px;
	margin: 5% 3%;
	padding-bottom: 2%;
}

.pages_vote_list .upload_img {
	width: 142px;
	height: 142px;
	border: none;
}

.pages_vote_list p {
	width: 100%;
	float: left;
	margin: 7px 0 2px;
}

.pages_vote_list button {
	background-color: #d51717;
	color: #FFFFFF;
	padding: 4px 8px;
	border: none;
	font-size: 14px;
	margin-right: 4px;
}

.input_number {
	float: left;
	-webkit-appearance: none;
	/* WebKit */
	-moz-appearance: none;
	/* Firefox */
	appearance: none;
	background-color: #f7e1af;
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border: none;
	font-size: 14px;
	color: #c39a58;
	padding: 0 10px;
	font-weight: bold;
	margin: 15px 17px;
}

.pages_btn_search {
	width: 75px;
	height: 30px;
	margin: 0;
	padding: 15px 0;
	float: left;
	font-size: 0;
	line-height: 0;
	border: none;
	cursor: pointer;
}

.pages_gold,
.pages_silver,
.pages_bronze {
	left: 0;
	top: 0;
	width: 35px;
}


/*音乐*/

.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) {
	.input_number {
		margin: 15px 6px;
	}
	.pages_vote_list .upload_img {
		width: 126px;
		height: 126px;
		border: none;
	}
}


/*andriod*/

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


/*samsung*/

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


/*huawei*/

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


/*xiaomi*/

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


/*ip 6*/

@media all and (min-width: 375px) {
	.pages_vote_list .upload_img {
		width: 148px;
		height: 148px;
		border: none;
	}
	.input_number {
		margin: 15px 23px;
	}
}


/*ip 6+*/

@media all and (min-width: 414px) {
	.input_number {
		margin: 15px 35px;
	}
	.pages_vote_list .upload_img {
		width: 163px;
		height: 163px;
		border: none;
	}
	.pages_list02 img {
		margin-top: 7px;
	}
}


/*meizu*/

@media all and (min-width: 432px) and (max-height: 599px) {
	.pages_vote_list .upload_img {
		width: 171px;
		height: 171px;
		border: none;
	}
}