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

.hide {
	display: none;
}

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

.container {
	background-color: #d9e4eb;
	max-width: 640px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

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

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

.pages_bg {
	z-index: 0;
}

.swiper-container {
	overflow: hidden;
}

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

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

.popup_layer_fixed {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(188, 63, 100, .9);
	overflow: hidden;
}

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

.pages01_01 {
	float: right;
	margin-top: 5%;
	margin-right: 5%;
	width: 20%;
}

.pages01_list01,
.pages01_list02 {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}

.pages01_list01 img {
	display: inline-block;
	width: 16%;
	margin-top: 10%;
}

.pages01_list02 img {
	display: inline-block;
	width: 10%;
}

.pages01_list03 {
	float: left;
	margin-top: 18%;
	width: 100%;
	height: 50%;
	display: block;
}

.pages01_11 {
	width: 12%;
	left: 18%;
	top: 0;
}

.pages01_12 {
	width: 23%;
	left: 7%;
	top: 15%;
}

.pages01_13 {
	width: 11.4%;
	left: 30.9%;
	top: 0;
}

.pages01_14 {
	width: 12%;
	left: 43%;
	top: 13.9%;
}

.pages01_15 {
	width: 10%;
	left: 7%;
	top: 30%;
}

.pages01_16 {
	width: 24.7%;
	left: 17.5%;
	top: 30%;
}

.pages01_17 {
	width: 12%;
	left: 43%;
	top: 30%;
}

.pages01_18 {
	width: 37%;
	left: auto;
	right: 7%;
	top: 0;
}

.pages01_19 {
	width: 12%;
	left: 43%;
	top: 46%;
}

.pages01_20 {
	width: 12%;
	left: auto;
	right: 32%;
	top: 46%;
}

.pages01_21 {
	width: 12%;
	left: auto;
	right: 18.5%;
	top: 46%;
}

.pages01_22 {
	width: 12%;
	left: 30%;
	top: 62%;
}

.pages01_23 {
	width: 26%;
	left: auto;
	right: 31%;
	top: 62%;
}

.pages01_24 {
	width: 13%;
	left: auto;
	right: 44%;
	top: 79%;
}

.pages02_list01 {
	float: left;
	margin-top: 5%;
}

.pages02_05 {
	margin-top: 9%;
}

.pages02_04 {
	top: 42%;
	z-index: 5;
}

.pages02_list02 {
	float: left;
	width: 100%;
	height: 30%;
}

.pages02_list02 img {
	position: absolute;
	width: 16%;
	left: 480px;
	top: 0;
	z-index: 3;
}

.pages02_16,
.pages02_17 {
	top: auto;
	bottom: 6%;
	width: 20%;
	left: 50%;
	margin-left: -10%;
	z-index: 9;
	cursor: pointer;
}

.pages03_05 {
	top: auto;
	bottom: 0;
}

.pages03_list01 {
	float: left;
	margin-top: 2%;
}

.pages_btn_close {
	left: 6%;
	top: auto;
	bottom: 3%;
	height: 30px;
	cursor: pointer;
}

.input_txt {
	left: 25%;
	top: auto;
	border: none;
	background: #FFFFFF;
	border-radius: 6px;
	bottom: 3%;
	height: 30px;
	line-height: 30px;
	width: 190px;
	padding: 0 5px;
}

.pages_btn_send {
	left: auto;
	right: 6%;
	top: auto;
	bottom: 3%;
	height: 30px;
	cursor: pointer;
}

.barrage_container {
	float: left;
	width: 100%;
	height: 33%;
	overflow: hidden;
}

.barrage_container div {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #fff600;
	position: absolute;
	left: 480px;
	top: 0;
	display: block;
	word-break: keep-all;
	white-space: nowrap;
}


/*音乐*/

.topCon {
	display: block;
	position: fixed;
	z-index: 2;
	top: 3%;
	left: 4%;
	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*/

.pulseMin {
	-webkit-animation-name: pulseMin;
	animation-name: pulseMin
}

@-webkit-keyframes pulseMin {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulseMin {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		-ms-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}


/*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_txt {
		left: 28%;
		width: 151px;
	}
}


/*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) {
	.input_txt {
		width: 197px;
	}
	.barrage_container {
		height: 35%;
	}
}


/*ip 6+*/

@media all and (min-width: 414px) {
	.pages02_16,
	.pages02_17 {
		bottom: 7%;
	}
	.input_txt {
		left: 23%;
		width: 234px;
	}
}


/*meizu*/

@media all and (min-width: 432px) and (max-height: 599px) {
	.pages01_list03 {
		margin-top: 8%;
	}
	.pages02_list01 {
		float: left;
		margin-top: 5%;
		width: 90%;
		margin-left: 5%;
	}
	.pages02_04 {
		top: 44%;
		z-index: 5;
		width: 90%;
		left: 5%;
	}
	.pages02_16,
	.pages02_17 {
		bottom: 2%;
	}
	.pages03_list01 {
		float: left;
		margin-top: 5%;
		width: 90%;
		margin-left: 5%;
	}
	.input_txt {
		left: 23%;
		width: 244px;
	}
}