/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

a {
	text-decoration: none;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

ul,
ol,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

img {
	border: none;
}

input,
img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	height: auto;
}

input {
	-webkit-appearance: none;
	outline: none;
}

html {
	height: 100%;
	width: 100%;
}

body {
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
	font-family: Arial, 微软雅黑, 黑体, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* WebKit, Blink, Edge */

::-webkit-input-placeholder {
	color: #b7b7b7;
	font-weight: normal;
}


/* Mozilla Firefox 4 to 18 */

:-moz-placeholder {
	color: #b7b7b7;
	opacity: 1;
	font-weight: normal;
}


/* Mozilla Firefox 19+ */

::-moz-placeholder {
	color: #b7b7b7;
	opacity: 1;
	font-weight: normal;
}


/* Internet Explorer 10-11 */

:-ms-input-placeholder {
	color: #b7b7b7;
	font-weight: normal;
}

.hide {
	display: none;
}

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

.main_container {
	/*position: relative;*/
	width: 100%;
	height: auto;
	max-width: 640px;
}

.swiper-container {
	width: 100%;
	height: auto;
}


/*.swiper-pagination {
	bottom: 4px !important;
}*/

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

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

.arrows_up {
	position: absolute;
	z-index: 99;
	left: 50%;
	width: 25px;
	margin-left: -12.5px;
	bottom: 10%;
}

.space60 {
	height: 60px;
	padding: 0;
	margin: 0;
}

.fixed_box {
	position: fixed;
	bottom: 0;
	height: auto;
	max-width: 640px;
	width: 100%;
	z-index: 99;
}

.fixed_box div {
	float: left;
	display: inline-block;
	text-align: center;
	width: 50%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.fixed_box div.book {
	border-right: 1px solid #FFFFFF;
}

.fixed_box img {
	border: none;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 2px;
}

.popup_layer {
	position: absolute;
	width: 80%;
	left: 10%;
	top: 30%;
	z-index: 5;
	display: none;
}

.popup_layer input {
	height: 35px;
	line-height: 35px;
	border: 1px solid #cfcfcf;
	border-radius: 8px;
	width: 75%;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, 微软雅黑, 黑体, sans-serif;
	-webkit-appearance: none;
	/* WebKit */
	-moz-appearance: none;
	/* Firefox */
	appearance: none;
}

.popup_layer ul {
	padding: 15px 0;
	width: 100%;
	float: left;
	border: 1px solid #cfcfcf;
	border-top: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.popup_layer ul li {
	width: 100%;
	display: block;
	text-align: center;
	float: left;
	margin: 5% auto;
}

.popup_layer button {
	border-radius: 8px;
	height: 33px;
	line-height: 33px;
	width: 30%;
	border: none;
	/*font-weight: 700;*/
	font-size: 16px;
	font-family: Arial, 微软雅黑, 黑体, sans-serif;
}

.popup_layer button:first-child {
	margin-right: 20px;
}

.popup_layer .title {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 16px;
	padding: 15px 0;
	text-align: center;
	border: 1px solid #cfcfcf;
	border-bottom: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.book_success {
	position: absolute;
	width: 25%;
	left: 50%;
	top: 30%;
	margin-left: -12.5%;
	border-radius: 8px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	display: none;
	z-index: 4;
}

.color_white {
	color: #FFFFFF;
}

.color_gray {
	color: #a2a2a2;
}

.color_black {
	color: #000000;
}

.bg_color_gray {
	background-color: #e1e1e1;
}

.bg_color_white {
	background-color: #FFF;
}

.bg_color_black {
	background-color: #000;
}

.bg_color_blue {
	background-color: #5f1979;
}

.bg_color_yellow {
	background-color: #e9deb0;
}

.bg_color_red {
	background-color: red;
}

.bg_color_green {
	background-color: green;
}

.border_red {
	border: 1px solid #f00 !important;
}

.qrcode {
	position: absolute;
	width: 150px;
	left: 50%;
	margin-left: -75px;
	top: 28%;
	z-index: 3;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation: fadeInUp 1s ease 0s infinite;
	animation: fadeInUp 1s ease 0s infinite;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation: tada ease-out 1s infinite;
	-webkit-animation-delay: 0.5s
}

@-webkit-keyframes spaceOutDown {
	0% {
		opacity: 1;
		display: block;
		-webkit-transform-origin: 50% 100%;
		-webkit-transform: scale(1) translate(0%, 0%);
	}
	100% {
		opacity: 0;
		display: none;
		-webkit-transform-origin: 50% 100%;
		-webkit-transform: scale(.2) translate(0%, 200%);
	}
}

@keyframes spaceOutDown {
	0% {
		opacity: 1;
		display: block;
		transform-origin: 50% 100%;
		transform: scale(1) translate(0%, 0%);
	}
	100% {
		opacity: 0;
		display: none;
		transform-origin: 50% 100%;
		transform: scale(.2) translate(0%, 200%);
	}
}

.spaceOutDown {
	-webkit-animation: spaceOutDown 1s ease 0s;
	animation: spaceOutDown 1s ease 0s;
}

@-webkit-keyframes spaceInUp {
	0% {
		opacity: 0;
		-webkit-transform-origin: 50% 0%;
		-webkit-transform: scale(.2) translate(0%, -200%);
	}
	100% {
		opacity: 1;
		-webkit-transform-origin: 50% 0%;
		-webkit-transform: scale(1) translate(0%, 0%);
	}
}

@keyframes spaceInUp {
	0% {
		opacity: 0;
		transform-origin: 50% 0%;
		transform: scale(.2) translate(0%, -200%);
	}
	100% {
		opacity: 1;
		transform-origin: 50% 0%;
		transform: scale(1) translate(0%, 0%);
	}
}

.spaceInUp {
	-webkit-animation: spaceInUp 1s ease 0s;
	animation: spaceInUp 1s ease 0s;
}


/*ip 4s*/

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


/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {
	.qrcode {
		position: absolute;
		width: 130px;
		left: 50%;
		margin-left: -65px;
		top: 30%;
	}
}


/*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) {
	.qrcode {
		top: 30%;
	}
}


/*ip 6+*/

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


/*meizu*/

@media all and (min-width: 432px) and (max-height: 599px) {}