@charset "utf-8";
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
}

ol,
ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input,
button,
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

button {
	outline: none
}

.view {
	position: absolute;
	width: 750px;
	height: 100%;
	left: 50%;
	margin-left: -375px;
	overflow: hidden;
}

.page {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: none;
}

.single_page {
	position: relative;
	height: auto;
	display: block;
}

.page_bg {
	display: block;
	width: 100%;
	height: auto;
}

.page_transition {
	transition: transform 0.4s ease;
	-ms-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
}

.page_box {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

.scrollview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.preload {
	display: none;
}

.preload img {
	width: 1px;
	height: 1px;
	display: none;
}

.full {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.p_1_7 {
	position: absolute;
	width: 184px;
	height: auto;
	left: 532px;
	top: 23px;
}

.p_1_6 {
	position: absolute;
	width: 358px;
	height: auto;
	left: 38px;
	top: 103px;
}

.p_1_5 {
	position: absolute;
	width: 686px;
	height: auto;
	left: 36px;
	top: 292px;
}

.p_1_4 {
	position: absolute;
	width: 697px;
	height: auto;
	left: 27px;
	top: 569px;
}

.p_1_3 {
	position: absolute;
	width: 241px;
	height: auto;
	left: 395px;
	top: 772px;
}

.p_1_2 {
	position: absolute;
	width: 200px;
	height: auto;
	left: 532px;
	top: 1190px;
}

.p_1_1 {
	position: absolute;
	width: 697px;
	height: auto;
	left: 27px;
	top: 882px;
}

.p_1_0 {
	position: absolute;
	left: 570px;
	top: 972px;
	width: 100px;
	height: 101px;
	animation: breath 1s 0s ease infinite alternate;
	-webkit-animation: breath 1s 0s ease infinite alternate;
}

@keyframes breath {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.2);
	}
}

@-webkit-keyframes breath {
	from {
		-webkit-transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.2);
	}
}

.p_1_01 {
	position: absolute;
	left: 613px;
	top: 1018px;
	width: 74px;
	height: 80px;
	animation: p_1_01 2s 0s ease infinite alternate;
	-webkit-animation: p_1_01 2s 0s ease infinite alternate;
}

@keyframes p_1_01 {
	from {
		transform: translate(0, 0);
	}
	to {
		transform: translate(20px, 20px);
	}
}

@-webkit-keyframes p_1_01 {
	from {
		-webkit-transform: translate(0, 0);
	}
	to {
		-webkit-transform: translate(20px, 20px);
	}
}

.detail_box {
	display: none;
}

.gender_radio {
	position: absolute;
	left: 410px;
	top: 694px;
	width: 206px;
	height: 94px;
}

.gender_radio .radio_item {
	display: inline-block;
	width: 92px;
	height: 92px;
	float: left;
	background-size: 100% 100%;
}

.gender_radio .radio_item:nth-child(1) {
	background-image: url(../img/male_nact.png);
}

.gender_radio .radio_item:nth-child(2) {
	background-image: url(../img/female_nact.png);
	margin-left: 15px;
}

.gender_radio .radio_item:nth-child(1).act {
	background-image: url(../img/male_act.png);
}

.gender_radio .radio_item:nth-child(2).act {
	background-image: url(../img/female_act.png);
}

.age_year,
.age_month,
.age_day {
	position: absolute;
	top: 923px;
	width: 112px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	background-color: white;
	border-radius: 5px;
	font-size: 24px;
	color: #e74626;
	border-radius: 8px;
}

.age_year {
	left: 140px;
}

.age_month {
	left: 303px;
}

.age_day {
	left: 465px;
}

.ppp_radio .radio_item {
	position: absolute;
	top: 1104px;
	width: 142px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 30px;
	color: #e74626;
	background-color: white;
	border-radius: 8px;
}

.ppp_radio .radio_item:nth-child(1) {
	left: 139px;
}

.ppp_radio .radio_item:nth-child(2) {
	left: 305px;
}

.ppp_radio .radio_item:nth-child(3) {
	left: 471px;
}

.ppp_radio .radio_item.act {
	color: white;
	background-color: #e74626;
}

.gp_type {
	position: absolute;
	left: 398px;
	top: 1219px;
	width: 142px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 30px;
	color: #e74626;
	background-color: white;
	border-radius: 8px;
}

.gp_type.act {
	color: white;
	background-color: #e74626;
}


/*.gp_ammount_box {
	position: absolute;
	left: 150px;
	top: 1389px;
	width: 436px;
	height: 89px;
}*/

.gp_ammount_box {
	position: absolute;
	left: 202px;
	top: 1405px;
	width: 336px;
	height: 76px;
	background-image: url(../img/gp_swiper_main.png);
	background-size: 100% 100%;
}

.gp_swiper_list .gp_swiper {
	position: absolute;
	width: 70px;
	height: 80px;
	top: 0;
	overflow: hidden;
}

.gp_swiper_list .gp_swiper:nth-child(1) {
	left: 10px;
}

.gp_swiper_list .gp_swiper:nth-child(2) {
	left: 80px;
}

.gp_swiper_list .gp_swiper:nth-child(3) {
	left: 150px;
}

.gp_swiper_list .gp_swiper:nth-child(4) {
	left: 254px;
}

.gp_slider {
	position: absolute;
	width: 100%;
	height: 44px;
}

.gp_slider_label {
	display: block;
	position: absolute;
	width: 44px;
	height: 44px;
	left: 0;
	top: 0;
	background-color: #ffe372;
	border-radius: 100px;
	box-shadow: #666666 1px 1px 4px;
}

.gp_slider_bar {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	top: 12px;
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
}

.gp_slider_bar_inner {
	position: absolute;
	width: 0%;
	height: 20px;
	left: 0;
	top: 0;
	background-color: #e9527d;
	border-radius: 10px;
	overflow: hidden;
}

.gp_slider_min {
	position: absolute;
	left: 0;
	top: 60px;
	font-size: 30px;
	color: #e74626;
	line-height: 32px;
}

.gp_slider_control {
	position: absolute;
	width: 225px;
	height: 41px;
	left: 215px;
	top: 55px;
}

.gp_slider_val {
	position: absolute;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	color: #e74626;
	left: 42px;
	top: 0px;
}

.gp_slider_add {
	position: absolute;
	width: 46px;
	height: auto;
	left: 0;
	top: 0;
}

.gp_slider_sub {
	position: absolute;
	width: 46px;
	height: auto;
	right: 0;
	top: 0;
}

.calc_btn {
	position: absolute;
	left: 191px;
	top: 1659px;
	width: 368px;
	height: 112px;
}

.res_header {
	display: block;
	width: 100%;
	height: auto;
}

.res_detail {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff2f5;
	background-image: url(../img/bg_3.jpg);
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.res_b1 {
	display: block;
	width: 667px;
	height: 295px;
	margin: 59px 0px 0px 44px;
	background-image: url(../img/res_b1.png);
	background-size: 100% 100%;
	position: relative;
}

.res_jf_fs,
.res_jf_nx,
.res_jb_be,
.res_bx_qj {
	position: absolute;
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #e74626;
}

.res_jf_fs {
	left: 185px;
	top: 5px;
}

.res_jf_nx {
	left: 185px;
	top: 70px;
}

.res_jb_be {
	left: 530px;
	top: 5px;
}

.res_bx_qj {
	left: 530px;
	top: 70px;
}

.res_nj_bf,
.res_z_bf {
	position: absolute;
	display: inline-block;
	width: auto;
	height: 46px;
	line-height: 46px;
	font-size: 30px;
	color: #e74626;
	left: 347px;
	font-weight: bold;
}

.res_nj_bf {
	top: 172px;
}

.res_z_bf {
	top: 242px;
}

.res_b2 {
	display: block;
	width: 667px;
	height: 306px;
	margin: 57px 0px 0px 41px;
	background-image: url(../img/res_b2.png);
	background-size: 100% 100%;
	position: relative;
}

.res_n_nh {
	position: absolute;
	display: inline-block;
	width: 192px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	left: 240px;
	top: 0;
	color: white;
	font-size: 26px;
}

.res_n_detail {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50px;
	color: #E74626;
}

.res_n_detail_top {
	font-size: 36px;
	line-height: 60px;
	text-align: center;
}

.res_n_detail_bot {
	font-size: 36px;
	line-height: 60px;
	text-align: center;
}

.res_n_detail_bot label {
	font-size: 36px;
}

.res_n_detail_bot span {
	font-size: 60px;
	margin: 0px 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-top: -5px;
}

.res_n_detail_bb {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}

.age_slider_box {
	position: relative;
	width: 604px;
	height: 148px;
	display: block;
	margin: 42px 0px 0px 74px;
}

.age_slider_title {
	position: absolute;
	font-size: 33px;
	left: 0;
	top: 0;
	color: #E74626;
	line-height: 33px;
}

.age_slider_bar {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	top: 80px;
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
}

.age_slider_bar_inner {
	position: absolute;
	width: 100%;
	height: 20px;
	right: 0;
	top: 0;
	background-color: #e9527d;
	border-radius: 10px;
	overflow: hidden;
}

.age_slider {
	position: absolute;
	width: 100%;
	height: 44px;
	left: 0;
	top: 68px;
}

.age_slider_label {
	display: block;
	position: absolute;
	width: 44px;
	height: 44px;
	left: 0;
	top: 0;
	background-color: #ffe372;
	border-radius: 100px;
	box-shadow: #666666 1px 1px 4px;
}

.age_slider_min,
.age_slider_max {
	position: absolute;
	width: auto;
	height: auto;
	bottom: 0;
	color: #999999;
	font-size: 22px;
}

.age_slider_min {
	left: 0;
}

.age_slider_max {
	right: 0;
}

.age_slider_control {
	position: absolute;
	width: 240px;
	height: 33px;
	right: 0;
	top: 0;
}

.age_slider_sub {
	position: absolute;
	width: 37px;
	height: 33px;
	left: 0;
	top: 0;
}

.age_slider_add {
	position: absolute;
	width: 37px;
	height: 33px;
	right: 0;
	top: 0;
}

.age_slider_val {
	position: absolute;
	width: 166px;
	height: 33px;
	line-height: 33px;
	font-size: 32px;
	color: #E74626;
	text-align: center;
	left: 37px;
	top: 0px;
}

.res_detail_title {
	display: block;
	width: 150px;
	height: auto;
	margin: 40px auto 0px auto;
}

.res_detail_box {
	position: relative;
	width: 614px;
	height: 50px;
	overflow: hidden;
	border-radius: 4px;
	margin: 30px 0px 0px 70px;
}

.res_detail_toggle {
	position: absolute;
	width: 100%;
	height: 50px;
	background-image: url(../img/detail_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.res_detail_toggle.col {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.res_detail_inner {
	position: absolute;
	display: block;
	width: 614px;
	height: 654px;
	left: 0;
	top: 0;
	background-image: url(../img/detail_bg.png);
	background-size: 100% 100%;
}

.res_scbxj_year {
    position: absolute;
    width: 130px;
    height: 23px;
    left: 172px;
	top: 159px;
	text-align: center;
	line-height: 23px;
	font-size: 21px;
	color: #E74626;
}

.res_scbxj_alllife {
	position: absolute;
	width: 89px;
	height: 23px;
	left: 383px;
	top: 159px;
	text-align: center;
	line-height: 23px;
	font-size: 21px;
	color: #E74626;
}

.res_scbxj_allback {
	position: absolute;
	width: 60px;
	height: 23px;
	left: 485px;
	top: 259px;
	text-align: center;
	line-height: 23px;
	font-size: 21px;
	color: #E74626;
}

.staff_box {
	position: relative;
	display: block;
	width: 602px;
	height: 382px;
	margin: 50px 0px 0px 77px;
	background-image: url(../img/staff_form_bg.png);
	background-size: 100% 100%;
}

.staff_box.isfromstaff .staff_form_input {
	background-color: transparent;
	color: white;
}

.staff_form_input {
	position: absolute;
	width: 345px;
	height: 60px;
	text-indent: 90px;
	line-height: 60px;
	font-size: 28px;
	color: #666666;
	left: 224px;
	background-color: white;
}

.staff_form_name {
	top: 34px;
}

.staff_form_number {
	top: 115px;
}

.staff_form_shop {
	top: 195px;
}

.staff_btn {
	position: absolute;
	width: 305px;
	height: auto;
	left: 148px;
	top: 280px;
}

.btn_remake {
	display: block;
	width: 367px;
	height: auto;
	margin: 120px 0px 0px 191px;
}

.res_wxcode {
	display: block;
	width: 199px;
	height: auto;
	margin: 20px 0px 30px 280px;
}

.share_pop {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.share_arrow {
	position: absolute;
	width: auto;
	height: auto;
	right: 30px;
	top: 30px;
}