/* 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: 100%;
	margin: 0 auto;
}

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

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

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

.fixed_box div {
	float: left;
	display: inline-block;
	text-align: center;
	width: 50%;
	height: 60px;
	line-height: 60px;
	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.call {
	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;
}

.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: #2c80ff;
}

.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;
}

@-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;
		-webkit-transform-origin: 50% 100%;
		-webkit-transform: scale(1) translate(0%, 0%);
	}
	100% {
		opacity: 0;
		-webkit-transform-origin: 50% 100%;
		-webkit-transform: scale(.2) translate(0%, 200%);
	}
}

@keyframes spaceOutDown {
	0% {
		opacity: 1;
		transform-origin: 50% 100%;
		transform: scale(1) translate(0%, 0%);
	}
	100% {
		opacity: 0;
		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;
}