﻿@charset "utf-8";
	* {
	margin:0;
	padding:0
}
*,::after,::before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
br,li,p,ul {
	list-style:none
}
img {
	border:0;
	vertical-align:middle;
	width:100%
}
em,i {
	font-style:normal
}
a {
	text-decoration:none;
	outline:0;
	-webkit-tap-highlight-color:transparent;
	color:inherit
}
:focus {
	outline:0
}
a:hover {
	text-decoration:none
}
a,button,input,label,li,select {
	-webkit-tap-highlight-color:transparent;
	-webkit-appearance:none
}
button,input,select,textarea {
	font-family:"微软雅黑","Helvetica Neue",Arial,"Hiragino Sans GB","PingFang SC","Heiti SC",STHeiti,"Microsoft Yahei","Source Han Sans SC","Noto Sans CJK SC","Droid Sans Fallback",sans-serif;
	border:0
}
::placeholder {
	color:#999;
	font-size:.22rem
}
button {
	cursor:pointer
}
body {
	font-family:"微软雅黑","Helvetica Neue",Arial,"Hiragino Sans GB","PingFang SC","Heiti SC",STHeiti,"Microsoft Yahei","Source Han Sans SC","Noto Sans CJK SC","Droid Sans Fallback",sans-serif;
	font-size:.24rem;
	background-color:#9dd7e9;
	max-width:750px;
	margin:0;
	padding:0;
	color:#333;
	height:100%;
	text-align:center
}

.clearfix {
	zoom:1
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	zoom:1
}
.img {
	width:100%
}
.cur {
	display:none
}
.color1 {
	color:#fff
}
.color2 {
	color:#ff6418;
	font-weight:700
}
.banner {
	vertical-align:top;
	margin-top:-.4rem
}
.banner img {
	vertical-align:top
}
.tab {
	width:7.5rem;
	height:.9rem;
	background:url(../../images/gdllqy/tabBg.png) no-repeat;
	background-size:100% 100%;
	margin:0 auto
}
.tab ul {
	width:100%;
	height:100%;
	text-align:center
}
.tab ul li {
	width:50%;
	display:inline-block;
	height:100%;
	float:left;
	line-height:.9rem;
	font-size:.3rem
}
.tab ul .tab_Selected {
	display:inline-block;
	vertical-align:bottom;
	width:3.38rem;
	height:.73rem;
	background:url(../../images/gdllqy/tab1.png) no-repeat;
	background-size:100% 100%;
	line-height:.7rem
}
.container1,.container2 {
	width:100%;
	height:auto;
	box-sizing:border-box
}
.mask {
	display:none;
	position:fixed;
	z-index:101;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7)
}
.popbox {
	display:none;
	position:fixed;
	z-index:101;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	background:#fff;
	border-radius:.1rem;
	box-sizing:border-box
}
.popbox-normal {
	width:6.3rem;
	background:#fff;
	border:2px solid #1892ff;
	font-size:.24rem;
	text-align:center
}
.popbox-normal.pop-help {
	width:7.1rem
}
.popbox-normal h2 {
	width:6.3rem;
	height:.7rem;
	overflow:hidden
}
.popbox-normal h2 span {
	width:5.85rem;
	height:1.3rem;
	border-radius:50%;
	background:#1892ff;
	display:inline-block;
	margin-top:-.6rem;
	line-height:1.9rem;
	color:#fff;
	font-size:.3rem
}
.popbox-normal h2 span i {
	width:.28rem;
	height:.28rem;
	border:1px solid #fff;
	color:#fff;
	display:inline-block;
	line-height:.28rem;
	border-radius:.28rem;
	margin-right:.1rem;
	font-size:.3rem;
	font-weight:700;
	font-family:Courier
}
.popbox-normal h2 span em {
	width:.31rem;
	display:inline-block
}
.popbox-normal .white-close {
	color:#fff;
	width:.45rem;
	height:.45rem;
	line-height:.3rem;
	border-radius:.45rem;
	text-align:center;
	font-size:.5rem;
	display:inline-block;
	position:absolute;
	right:.2rem;
	top:-.7rem;
	border:2px solid #fff
}
.popbox-normal .text-tips {
	color:#000;
	font-size:.28rem;
	text-align:center;
	margin:.1rem .45rem
}
.popbox-normal .text-tips .red {
	color:#1892ff;
	font-size:.28rem;
	margin:.1rem 0;
	display:inline-block;
	font-weight:700
}
.popbox-normal .text-tips p {
	margin:.2rem 0
}
.popbox-normal .tips {
	color:#333;
	margin:.2rem .5rem;
	text-align:left
}
.popbox-normal .help-tips {
	text-align:left;
	padding:0 .45rem;
	height:4.2rem;
	overflow-y:scroll;
	margin:.2rem 0
}
.popbox-normal .help-tips .red {
	color:#f00076;
	color:#333
}
.popbox-normal .cancel-btn {
	width:2.2rem;
	height:.55rem;
	background:#fff;
	line-height:.55rem;
	display:inline-block;
	border-radius:.55rem;
	color:#ff5254;
	margin:.1rem;
	border:1px solid #ff5254
}
.popbox-normal .go-btn {
	width:2.2rem;
	display:inline-block;
	margin:.1rem
}
.f_l {
	float:left
}
.f_r {
	float:right
}
.fz-32 {
	font-size:.32rem
}
.fz-22 {
	font-size:.22rem
}
.c-red {
	color:#0076df
}
.top-bar {
	width:100%;
	left:0;
	top:0;
	text-align:center;
	height:.6rem;
	line-height:.6rem;
	background:rgba(0,0,0,.2);
	z-index:101;
	color:#fff;
	position:fixed;
	font-size:.28rem
}
.top-bar a,.top-bar em {
	color:#fff
}
.set-box {
	display:inline-block;
	background:#fff;
	width:7.1rem;
	border-radius:.2rem;
	margin:.6rem auto .4rem auto;
	position:relative;
	padding-bottom:0.5rem;
}
.set-box h2 {
	color:#666;
	font-size:.24rem;
	background:url(../../images/gdllqy/title.png) no-repeat;
	background-size:3.99rem .63rem;
	width:3.99rem;
	height:.63rem;
	font-size:.4rem;
	text-align:center;
	margin-top:-.315rem;
	position:absolute;
	left:1.6rem
}
.set-box .set-con {
	display:flex;
	align-items:center;
	padding:.45rem .2rem .2rem .2rem;
	overflow:hidden
}
.set-box .set-con i {
	width:.45rem;
	height:.45rem;
	border-radius:.45rem;
	display:inline-block;
	font-size:.3rem;
	color:#50483c;
	background:#fff;
	text-align:center;
	position:relative;
	z-index:9;
	margin-left:-.2rem;
	font-weight:700
}
.set-box .set-con em {
	display:block
}
.set-box .set-con .change-set {
	height:.3rem;
	line-height:.3rem;
	background:#0076df;
	font-size:.18rem;
	color:#fff;
	border-radius:.1rem 0 0 0;
	position:absolute;
	right:0;
	bottom:0;
	padding:0 .05rem
}
.set-box .set-con.set-1 li {
	background:url(../../images/gdllqy/bg-1.png) no-repeat;
	width:2.17rem;
	height:1.07rem;
	background-size:2.17rem 1.07rem;
	display:inline-flex;
	align-items:center;
	position:relative;
	font-weight:700
}
.set-box .set-con.set-1 li img {
	width:.71rem;
	position:relative;
	right:.18rem;
}
.set-box .set-con.set-1 li span {
	position:relative;
	width:88%;
	text-align:center
}
.set-box .set-con.set-1 li:not(:first-child) {
	margin-left:-.1rem
}
.set-box .set-con.set-2 li {
	background:url(../../images/gdllqy/bg-2.png) no-repeat;
	width:1.64rem;
	height:1.07rem;
	background-size:1.64rem 1.07rem;
	display:inline-flex;
	align-items:center;
	position:relative;
	font-weight:700
}
.set-box .set-con.set-2 li img {
	width:.71rem;
	margin-left:.1rem
}
.set-box .set-con.set-2 li span {
	position:relative;
	width:100%;
	text-align:center
}
.set-box .set-con.set-2 li:not(:first-child) {
	margin-left:-.1rem
}
.set-box .set-con.diy-list {
	justify-content:space-between;
	flex-wrap:wrap
}
.set-box .set-con.diy-list li {
	border-radius:.1rem;
	border:1px solid #aa7536;
	line-height:1;
	display:flex;
	align-items:center;
	text-align:center;
	color:#a56c29;
	justify-content:center;
	margin-bottom:.2rem;
	font-weight:700;
	position:relative;
	overflow:hidden
}
.set-box .set-con.diy-list li.cur {
	border:1px solid #1892ff;
	color:#1892ff
}
.set-box .set-con.diy-list li.cur::after {
	content:"";
	background:url(../../images/gdllqy/cur-bg.png) no-repeat;
	width:.45rem;
	height:.4rem;
	background-size:.45rem .4rem;
	position:absolute;
	right:0;
	bottom:0
}
.set-box .set-con.diy-list1 li {
	width:1.64rem;
	height:.94rem
}
.set-box .set-con.diy-list2 li {
	width:2.15rem;
	height:.94rem
}
.set-box .set-con.diy-list3 li {
	width:3.25rem;
	height:.94rem
}
.set-box .set-title img {
	width:6.6rem
}
.set-box .check-con {
	margin:0 .45rem;
	text-align:left;
	font-size:.28rem;
	line-height:.5rem;
	padding:.15rem 0;
	overflow:hidden
}
.set-box .check-box i {
	width:.25rem;
	height:.25rem;
	border:1px solid #bebebe;
	display:inline-block;
	position:relative;
	margin-right:.25rem
}
.set-box .check-box i.cur::after {
	content:"√";
	position:absolute;
	color:#1892ff;
	top:-.1rem;
	left:0;
	font-size:.3rem;
	font-weight:700;
	font-family:Courier
}
.set-box .only p:not(:first-child) {
	display:none
}
.set-box .only-more {
	float:right;
	text-decoration:underline;
	font-size:.24rem
}
.set-box .price-con {
	overflow:hidden;
	margin:0 .45rem
}
.set-box .price-con .price_1 {
	font-size:.3rem;
	margin-top:-.1rem
}
.set-box .price-con .price_1 em {
	font-size:.66rem
}
.set-box .price-con .price_2 {
	font-size:.26rem;
	margin:0 .2rem
}
.set-box .price-con .price_2 em {
	text-decoration:line-through
}
.set-box .price-con .btn-red {
	width:2.7rem;
	height:.75rem;
	line-height:.75rem;
	color:#fff;
	font-size:.36rem;
	background:-webkit-linear-gradient(top,#ff5d37,#ed5036);
	display:block
}
.set-box .price-con .btn-gray {
	width:2.7rem;
	height:.75rem;
	line-height:.75rem;
	color:#fff;
	font-size:.36rem;
	background:-webkit-linear-gradient(top,#bebebe,s#bebebe);
	display:block
}
.set-box .price-con .info-detail {
	text-decoration:underline;
	margin-top:.1rem
}
.show-more {
	color:#fff;
	font-size:.3rem
}
.show-more span {
	width:.36rem;
	height:.36rem;
	border:1px solid #fff;
	display:inline-block;
	border-radius:.36rem;
	position:relative;
	vertical-align:bottom;
	margin-left:.1rem
}
.show-more span::after {
	content:"";
	position:absolute;
	top:0;
	left:.05rem;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	width:.22rem;
	height:.22rem;
	transform:rotate(45deg)
}
.show-more span.cur::after {
	content:"";
	position:absolute;
	top:.1rem;
	left:.05rem;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	width:.22rem;
	height:.22rem;
	transform:rotate(225deg)
}
.order {
	padding:.3rem;
	text-align:center
}
.order h2 {
	font-size:.26rem;
	margin-bottom:.2rem;
	color:#333
}
.order h2 img {
	display:block;
	width:.68rem;
	margin:.1rem auto
}
.order table,.order table td,.order table th {
	border:1px solid #ddd;
	border-collapse:collapse
}
.order table {
	width:100%;
	margin-bottom:.2rem;
	font-size:.26rem
}
.order table td {
	padding:.2rem 0;
	background:#fff
}
.order table em {
	color:#1892ff
}
.order table i {
	color:#999
}
.order table .tab-bg1 {
	background:#1892ff;
	color:#fff
}
.order table .tab-bg2 {
	background:#1892ff;
	color:#fff
}
.order .order-word {
	text-align:center;
	margin:.3rem 0;
	font-size:.26rem
}
.order .order-word i {
	width:.36rem;
	height:.36rem;
	display:inline-block;
	border:1px solid #1892ff;
	vertical-align:middle;
	margin-right:.1rem;
	position:relative;
	border-radius:.1rem;
	background:#fff
}
.order .order-word .cur:after {
	content:"√";
	color:#ff5254;
	vertical-align:top;
	position:absolute;
	top:-.005rem;
	left:.06rem;
	font-size:.3rem;
	font-weight:700;
	font-family:Courier
}
.order .order-word a {
	color:#1892ff;
	text-decoration:underline
}
.order .order-msg {
	font-size:.26rem
}
.order .order-msg em {
	color:#1892ff
}
.order .order-msg input {
	width:2rem;
	height:.46rem;
	line-height:.46rem;
	border:1px solid #999;
	background:#fff;
	border-radius:.1rem;
	text-align:center;
	margin-right:.1rem
}
.red-btn {
	width:5.9rem;
	height:.76rem;
	background:#1892ff;
	line-height:.76rem;
	display:block;
	border-radius:.2rem;
	color:#fff;
	margin:.2rem auto;
	font-size:.26rem
}
.return-home {
	font-size:.22rem;
	text-decoration:underline
}
.f-right {
	float:right;
	margin-top:-.1rem
}
.classify {
	margin-top:.26rem;
	height:5.5rem;
	overflow-y:scroll;
	overflow-x:hidden;
	text-align:left
}
.classify .title {
	height:.8rem;
	background:#fff;
	margin-bottom:.2rem;
	position:fixed;
	top:0;
	left:0;
	width:100%
}
.classify .title li {
	width:100%;
	height:.8rem;
	line-height:.8rem;
	text-align:center;
	display:inline-block;
	border-bottom:1px solid #e3e3e3
}
.classify .title li.cur {
	background:#1892ff;
	font-size:.36rem;
	font-weight:700;
	color:#fff
}
.classify .section-box {
	background:#fff;
	padding:.2rem;
	font-size:.22rem;
	margin-top:.5rem
}
.classify .section-box div {
	margin:.2rem 0
}
.classify .section-box div h2 {
	font-size:.28rem;
	color:#ff544d;
	height:auto
}
.classify .section-box p {
	text-indent:.44rem;
	line-height:1.5;
	margin:.1rem 0
}
.classify .section-box p .red1 {
	color:#1892ff;
	text-decoration:underline
}
.classify table,.classify table td,.classify table th {
	border:1px solid #333;
	border-collapse:collapse
}
.classify table {
	width:5.5rem;
	margin:0 auto;
	font-size:.18rem;
	text-align:center
}
.classify table td {
	padding:.1rem 0;
	background:#fff
}
.classify table em {
	color:#1892ff
}
.classify table .tab-bg1 {
	background:#efcbcb
}
.sorry {
	padding:.6rem 0;
	text-align:center
}
.sorry img {
	width:2.6rem
}
.sorry .red {
	color:#ff7576;
	font-size:.3rem;
	margin:.2rem 0
}
.sorry .gray {
	color:#999;
	font-size:.2rem
}
.ticket {
	background:url(../../images/gdllqy/ticket.png) no-repeat;
	width:3.74rem;
	height:1.2rem;
	background-size:100%;
	display:inline-block;
	margin:.05rem auto;
	position:relative;
	color:#1892ff
}
.ticket .con {
	width:2.7rem;
	height:1.2rem;
	text-align:center;
	line-height:1.2rem;
	position:absolute;
	left:.5rem;
	top:0;
	font-size:.5rem
}
.ticket .name {
	font-size:.24rem;
	position:absolute;
	right:.15rem;
	top:.1rem
}
.act-11 {
	width:.7rem;
	height:.7rem;
	display:inline-block;
	position:absolute;
	left:.1rem;
	top:.1rem
}
.bg-w {
	background:#fff
}
.bg-g {
	background:#f2f2f2
}
.kd-wraper {
	background:#fff;
	text-align:left
}
.kd-confirm {
	background:#fff;
	padding:.2rem;
	margin-bottom:.2rem;
	line-height:200%;
	font-size:.26rem
}
.kd-confirm .f-red {
	font-size:.18rem;
	color:#1892ff;
	line-height:1.5
}
.kd-confirm h2 {
	text-align:left;
	color:#1892ff;
	font-size:.26rem
}
.fixed-footer {
	height:.9rem
}
.fixed-footer>.fixed-footer {
	position:fixed;
	bottom:0;
	max-width:7.5rem;
	width:100%;
	z-index:10
}
.fixed-footer .button {
	width:100%;
	display:inline-block;
	background:#ff5001;
	color:#fff;
	text-align:center;
	font-size:.3rem;
	line-height:.9rem
}
.fixed-footer .button-half {
	width:50%;
	float:left
}
.fixed-footer .button-gray {
	background:#d7d7d7;
	color:#666
}
.fixed-footer .button-blue {
	background:#1892ff
}
.fixed-footer .button-orange {
	background:#1892ff
}
.mb0 {
	margin-bottom:0
}
.link {
	color:#31b2fd;
	text-decoration:underline
}
.title-block {
	font-size:.28rem;
	color:#1892ff;
	padding:.2rem;
	font-weight:400;
	background:#f2f2f2;
	font-weight:700
}
.r-icon-location {
	background:url(../../images/gdllqy/r-icon-location.png) no-repeat 0 0;
	background-size:.4rem .4rem;
	width:.4rem;
	height:.4rem;
	float:right
}
.kd-inp-block {
	position:relative
}
.search-btn {
	position:absolute;
	top:0;
	right:0;
	width:.9rem;
	height:.6rem;
	line-height:.6rem;
	background:#31b2fd;
	color:#fff;
	text-align:center;
	font-size:.24rem
}
.kd-inp-underline {
	border-bottom:1px solid #cdcdcd
}
.kd-inp-underline:before {
	content:'';
	display:block;
	width:.24rem;
	height:.24rem;
	border-top:1px solid #888;
	border-right:1px solid #888;
	transform:rotate(45deg);
	position:absolute;
	top:.18rem;
	right:.1rem;
	z-index:10
}
.kd-inp-underline input {
	border:0
}
.kd-inp-underline input:disabled {
	background:#fff;
	color:#333;
	opacity:1;
	-webkit-text-fill-color:#999;
	-webkit-opacity:1
}
.sel-address-tab {
	margin-left:-.2rem;
	margin-right:-.2rem;
	border-bottom:1px solid #eff0f2
}
.sel-address-tab li {
	width:25%;
	float:left;
	line-height:.4rem;
	text-align:center;
	color:#151515
}
.sel-address-tab li.cur {
	border-bottom:2px solid #34b1ff
}
.sel-address-main {
	overflow:hidden;
	overflow-y:scroll;
	max-height:200px;
	width:100%
}
.sel-address-main label {
	line-height:30px;
	display:block;
	text-align:left
}
.sel-address-main label input+p {
	color:#393939;
	font-size:13px
}
.sel-address-main label input:checked+p {
	color:#34b1ff
}
.sel-address-main label input:checked+p:after {
	content:'√';
	font-size:0;
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../../images/gdllqy/icon-checked.png) no-repeat center;
	background-size:16px 16px;
	margin-left:5px;
	color:#34b1ff;
	font-family:Arial;
	vertical-align:middle
}
.scroll-main {
	width:100%;
	overflow:hidden;
	position:relative;
	height:200px
}
.scroll-main-inner {
	width:400%;
	height:200px;
	position:absolute
}
.scroll-main-inner ul {
	float:left;
	width:25%
}
.has-status {
	font-size:.24rem;
	line-height:.38rem;
	color:#666
}
.icon-help {
	display:inline-block;
	width:.34rem;
	height:.34rem;
	border:1px solid #1892ff;
	line-height:.3rem;
	text-align:center;
	border-radius:.34rem;
	margin:0 .1rem
}
.btn-switch {
	display:inline-block;
	float:right;
	background:#bcbcbc;
	padding:.03rem;
	border-radius:.18rem;
	line-height:.3rem;
	font-size:.18rem;
	color:#fff;
	height:.36rem;
	text-align:center;
	min-width:1.26rem;
	margin-top:.1rem;
	margin-bottom:.35rem
}
.btn-switch i {
	height:.3rem;
	width:.3rem;
	display:block;
	float:left;
	background:#fff;
	border-radius:50%
}
.btn-switch.on {
	background:#1892ff
}
.btn-switch.on i {
	float:right
}
.kd-table {
	width:100%;
	border-collapse:collapse;
	margin:.2rem 0
}
.kd-table td,.kd-table th {
	font-weight:400;
	color:#666;
	font-size:.24rem;
	text-align:center;
	padding:.1rem;
	border:1px solid #d7d7d7;
	background:#fff
}
.kd-table th {
	background:#1892ff;
	color:#fff
}
.kd-table .bluebg td {
	background:#d1eefa
}
.kd-table .graybg td {
	background:#eee;
	color:#666
}
.kd-table .tr-left {
	text-align:left
}
.kd-table .tr-right {
	text-align:right
}
.kd-table input,.kd-table select {
	width:100%;
	border:1px solid #d7d7d7;
	color:#666;
	height:.5rem;
	font-size:.24rem;
	padding:0 .1rem
}
.kd-table input {
	width:3rem
}
.btn-add {
	display:inline-block;
	width:.45rem;
	height:.45rem;
	border:1px solid #959595;
	color:#959595;
	font-weight:700;
	text-align:center;
	line-height:.45rem;
	border-radius:.45rem;
	font-size:.3rem;
	font-family:Courier
}
.btn-add2 {
	position:absolute;
	right:1.2rem;
	margin-top:.05rem;
	font-family:Courier
}
.kd-reservation {
	background:#fff;
	padding:.2rem;
	margin-bottom:.2rem;
	border-top:1px solid #d9d9d9
}
.liner {
	border:0;
	border-top:1px solid #e2e2e2;
	height:0;
	margin-bottom:.2rem
}
.kd-inp-block {
	display:table;
	width:100%;
	margin-bottom:.2rem
}
.kd-inp-block span {
	display:table-cell;
	font-size:.24rem;
	vertical-align:middle
}
.kd-reservation .kd-inp-block span {
	padding-left:.2rem
}
.kd-inp-block span.inp-tit {
	width:1.5rem
}
.kd-inp-block span .importent {
	float:left;
	margin-left:-.2rem;
	color:red;
	display:inline-block;
	width:.2rem;
	line-height:.38rem
}
.kd-inp-block input,.kd-inp-block select {
	border:1px solid #d4d4d4;
	width:100%;
	padding:.1rem;
	line-height:.38rem;
	height:.6rem;
	font-size:.26rem;
	color:#666
}
.kd-inp-block .w30 {
	width:30%;
	float:left;
	margin-right:2%
}
.kd-inp-block .w68 {
	width:68%
}
.kd-inp-block .w60 {
	width:60%
}
.kd-inp-block .inp-name,.kd-inp-block .inp-number {
	padding-left:.56rem;
	background-image:url(../../images/gdllqy/inp-name.png);
	background-size:.36rem .36rem;
	background-repeat:no-repeat;
	background-position:.1rem center
}
.kd-inp-block .inp-number {
	background-image:url(../../images/gdllqy/inp-number.png)
}
.kd-confirm .btn,.kd-reservation .btn {
	color:#fff;
	background:#0195ff;
	text-align:center;
	border-radius:.1rem;
	display:inline-block;
	font-size:.3rem;
	line-height:.9rem;
	margin:.2rem 0;
	width:100%
}
.kd-confirm .btn-orange {
	background:#ff842c
}
.new-box {
	overflow:hidden;
	padding-top:.4rem;
	margin:0 .2rem
}
.new-box h3 {
	text-align:left;
	font-weight:700
}
.new-box .scroll {
	overflow-y:scroll;
	padding:.2rem 0;
	text-align:left
}
.new-box .scroll .list1 li {
	min-width:1.68rem;
	border-radius:.1rem;
	border:1px solid #a56c29;
	line-height:1;
	padding:.2rem;
	color:#a56c29
}
.new-box .scroll .list1 li.cur {
	border:1px solid #1892ff;
	color:#1892ff
}
.new-box .scroll .list1 li.cur::after {
	content:"";
	background:url(../../images/gdllqy/cur-bg.png) no-repeat;
	width:.45rem;
	height:.4rem;
	background-size:.45rem .4rem;
	position:absolute;
	right:0;
	bottom:0
}
.new-box .scroll ul {
	white-space:nowrap
}
.new-box .scroll li {
	display:inline-block;
	margin-right:.1rem;
	text-align:center;
	position:relative;
	font-weight:700
}
.help {
	background:#f0f0f0
}
.help h2 {
	height:.9rem;
	line-height:.7rem;
	border:.15rem solid #f0f0f0;
	color:#1892ff;
	background:#dcdcdc;
	position:relative
}
.help h2 span {
	width:.36rem;
	height:.36rem;
	border:1px solid #7e7e7e;
	display:inline-block;
	border-radius:.36rem;
	position:absolute;
	vertical-align:bottom;
	right:1rem;
	top:.15rem
}
.help h2 span::after {
	content:"";
	position:absolute;
	top:0;
	left:.05rem;
	border-right:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
	width:.22rem;
	height:.22rem;
	transform:rotate(45deg)
}
.help h2 span.cur::after {
	content:"";
	position:absolute;
	top:.1rem;
	left:.05rem;
	border-right:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
	width:.22rem;
	height:.22rem;
	transform:rotate(225deg)
}
.help .help-con {
	text-align:left;
	color:#666;
	font-size:.24rem;
	margin:0 .15rem;
	padding-bottom:.2rem
}
.help .help-con p span {
	text-indent:.48rem;
	display:block
}
.set-pop {
	width:2.35rem;
	position:absolute;
	right:.2rem;
	top:1.7rem;
	-webkit-box-shadow:0 0 15px #ccc;
	border:1px solid #d9d9d9;
	z-index:9;
	display:none
}
.set-pop .arrow {
	position:relative
}
.set-pop .arrow::after {
	content:"";
	position:absolute;
	top:-.1rem;
	right:-1rem;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	width:10px;
	height:10px;
	transform:rotate(-135deg);
	-o-transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
	-moz-transform:rotate(-135deg);
	-ms-transform:rotate(-135deg);
	z-index:-1
}
.set-pop li {
	border-bottom:1px solid #c7c7cc;
	height:.72rem;
	line-height:.68rem;
	color:#333;
	font-size:.22rem;
	background:#eeeeec;
	text-align:left;
	padding-left:.1rem
}
.set-pop li.cur {
	background:#c7c7cc
}
.set-box .set-con .name-0 {
	display:inline-block
}



/*****************新增 by wch******************/

.set-box .set-con .change90-set {
	height: .3rem;
	line-height: .3rem;
	background: #0076df;
	font-size: .18rem;
	color: #fff;
	border-radius: .1rem 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 .05rem
}

.set-box .set-con .change70-set {
	height: .3rem;
	line-height: .3rem;
	background: #0076df;
	font-size: .18rem;
	color: #fff;
	border-radius: .1rem 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 .05rem
}

.set-box .set-con .change120FKD-set {
	height: .3rem;
	line-height: .3rem;
	background: #0076df;
	font-size: .18rem;
	color: #fff;
	border-radius: .1rem 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 .05rem
}

.set-box .set-con .change150FKD-set {
	height: .3rem;
	line-height: .3rem;
	background: #0076df;
	font-size: .18rem;
	color: #fff;
	border-radius: .1rem 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 .05rem
}
.set-box .set-con .change150KD-set {
	height: .3rem;
	line-height: .3rem;
	background: #0076df;
	font-size: .18rem;
	color: #fff;
	border-radius: .1rem 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 .05rem
}
.set-box .set-con .change170KD-set {
	height: .3rem;
	line-height: .3rem;
	background: #0076df;
	font-size: .18rem;
	color: #fff;
	border-radius: .1rem 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 .05rem
}

.set-pop90 {
	width: 2.35rem;
	position: absolute;
	right: .2rem;
	top: 1.7rem;
	-webkit-box-shadow: 0 0 15px #ccc;
	border: 1px solid #d9d9d9;
	z-index: 9;
	display: none
}

.set-pop90 .arrow {
	position: relative
}

.set-pop90 .arrow::after {
	content: "";
	position: absolute;
	top: -0.1rem;
	right: -1rem;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	width: 10px;
	height: 10px;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	z-index: -1
}

.set-pop90 li {
	border-bottom: 1px solid #c7c7cc;
	height: .72rem;
	line-height: .68rem;
	color: #333;
	font-size: .22rem;
	background: #eeeeec;
	text-align: left;
	padding-left: .1rem
}

.set-pop90 li.cur {
	background: #c7c7cc
}



.set-pop70 {
	width: 2.35rem;
	position: absolute;
	right: .2rem;
	top: 1.7rem;
	-webkit-box-shadow: 0 0 15px #ccc;
	border: 1px solid #d9d9d9;
	z-index: 9;
	display: none
}

.set-pop70 .arrow {
	position: relative
}

.set-pop70 .arrow::after {
	content: "";
	position: absolute;
	top: -0.1rem;
	right: -1rem;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	width: 10px;
	height: 10px;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	z-index: -1
}

.set-pop70 li {
	border-bottom: 1px solid #c7c7cc;
	height: .72rem;
	line-height: .68rem;
	color: #333;
	font-size: .22rem;
	background: #eeeeec;
	text-align: left;
	padding-left: .1rem
}

.set-pop70 li.cur {
	background: #c7c7cc
}






.set-pop120FKD {
	width: 2.35rem;
	position: absolute;
	right: .2rem;
	top: 1.7rem;
	-webkit-box-shadow: 0 0 15px #ccc;
	border: 1px solid #d9d9d9;
	z-index: 9;
	display: none
}

.set-pop120FKD .arrow {
	position: relative
}

.set-pop120FKD .arrow::after {
	content: "";
	position: absolute;
	top: -0.1rem;
	right: -1rem;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	width: 10px;
	height: 10px;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	z-index: -1
}

.set-pop120FKD li {
	border-bottom: 1px solid #c7c7cc;
	height: .72rem;
	line-height: .68rem;
	color: #333;
	font-size: .22rem;
	background: #eeeeec;
	text-align: left;
	padding-left: .1rem
}

.set-pop120FKD li.cur {
	background: #c7c7cc
}




.set-pop150FKD {
	width: 2.35rem;
	position: absolute;
	right: .2rem;
	top: 1.7rem;
	-webkit-box-shadow: 0 0 15px #ccc;
	border: 1px solid #d9d9d9;
	z-index: 9;
	display: none
}

.set-pop150FKD .arrow {
	position: relative
}

.set-pop150FKD .arrow::after {
	content: "";
	position: absolute;
	top: -0.1rem;
	right: -1rem;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	width: 10px;
	height: 10px;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	z-index: -1
}

.set-pop150FKD li {
	border-bottom: 1px solid #c7c7cc;
	height: .72rem;
	line-height: .68rem;
	color: #333;
	font-size: .22rem;
	background: #eeeeec;
	text-align: left;
	padding-left: .1rem
}

.set-pop150FKD li.cur {
	background: #c7c7cc
}

.set-pop150KD {
	width: 2.35rem;
	position: absolute;
	right: .2rem;
	top: 1.7rem;
	-webkit-box-shadow: 0 0 15px #ccc;
	border: 1px solid #d9d9d9;
	z-index: 9;
	display: none
}

.set-pop150KD .arrow {
	position: relative
}

.set-pop150KD .arrow::after {
	content: "";
	position: absolute;
	top: -0.1rem;
	right: -1rem;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	width: 10px;
	height: 10px;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	z-index: -1
}

.set-pop150KD li {
	border-bottom: 1px solid #c7c7cc;
	height: .72rem;
	line-height: .68rem;
	color: #333;
	font-size: .22rem;
	background: #eeeeec;
	text-align: left;
	padding-left: .1rem
}

.set-pop170KD li.cur {
	background: #c7c7cc
}

.set-pop170KD {
	width: 2.35rem;
	position: absolute;
	right: .2rem;
	top: 1.7rem;
	-webkit-box-shadow: 0 0 15px #ccc;
	border: 1px solid #d9d9d9;
	z-index: 9;
	display: none
}

.set-pop170KD .arrow {
	position: relative
}

.set-pop170KD .arrow::after {
	content: "";
	position: absolute;
	top: -0.1rem;
	right: -1rem;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	width: 10px;
	height: 10px;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	z-index: -1
}

.set-pop170KD li {
	border-bottom: 1px solid #c7c7cc;
	height: .72rem;
	line-height: .68rem;
	color: #333;
	font-size: .22rem;
	background: #eeeeec;
	text-align: left;
	padding-left: .1rem
}

.set-pop170KD li.cur {
	background: #c7c7cc
}






.set-box .set-con .name70-0 {
	display: inline-block	
}
.set-box .set-con .name90-0 {
	display: inline-block	
}
.set-box .set-con .name120FKD-0 {
	display: inline-block	
}
.set-box .set-con .name150FKD-0 {
	display: inline-block	
}
.set-box .set-con .name150KD-0 {
	display: inline-block	
}
.set-box .set-con .name170KD-0 {
	display: inline-block	
}
.set-box .set-con .name-0 {
	display: inline-block
}/*# sourceMappingURL=style.css.map */


.c-red-price {
	color: #ff5254
}

.btn-switch1 {
	display: inline-block;
	float: right;
	background: #bcbcbc;
	padding: .03rem;
	border-radius: .18rem;
	line-height: .3rem;
	font-size: .18rem;
	color: #fff;
	height: .36rem;
	text-align: center;
	min-width: 1.26rem;
	margin-top: .1rem;
	margin-bottom: .35rem
}

.btn-switch1 i {
	height: .3rem;
	width: .3rem;
	display: block;
	float: left;
	background: #fff;
	border-radius: 50%
}

.btn-switch1.on {
	background: #1892ff
}

.btn-switch1.on i {
	float: right
}

/******1.24 ADD by lc begin****/
.getBag {
    width: 1.07rem;
    height: 1.07rem;
    background: url(../../images/xclb/pop-gift.gif?v=1);
    background-size: 100% 100%;
    position: absolute;
    top: 3.5rem;
    right: 0.1rem;
    z-index: 2;
}
.getBag_btn {
    width: 1.06rem;
    height: .35rem;
    background: url(../../images/xclb/pop-gift_btn.png?v=1);
    background-size: 100% 100%;
  	text-align: center;
    line-height: .35rem;
    color: #a27d27;
    position: absolute;
    top: 4.55rem;
    right: 0.1rem;
    z-index: 3;
    font-weight: bold;
}


.mask {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	z-index:10
}
.pop1 {
	width:4.5rem;
	height:3.2rem;
	position:absolute;
	top:2.3rem;
	left:0;
	right:0;
	margin:0 auto;
	font-size:0;
	color:#fff
}
.pop1_title {
	width:100%;
	height:.7rem;
	background:#f59c33;
	border-radius:.1rem .1rem 0 0;
	line-height:.7rem;
	text-align:center;
	font-size:.3rem;
	position:relative
}
.pop1_title_closeBtn {
	width:.21rem;
	height:.21rem;
	background:url(../../images/xclb/closeBtn2.png?v=1);
	background-size:100% 100%;
	position:absolute;
	top:.15rem;
	right:.25rem
}
.pop1_content {
	width:88%;
	margin:.2rem auto .3rem auto;
	text-align:left;
	font-size:.26rem;
	height:2.4rem;
	overflow:auto;
	line-height:.45rem
}
.pop1_card {
	width:4.5rem;
	height:1.64rem;
	background:url(../../images/xclb/popCard.png?v=1);
	background-size:100% 100%
}
.pop1_card_btn {
	display:inline-block;
	width:.83rem;
	height:.86rem;
	background:url(../../images/xclb/button1.png?v=1);
	background-size:100% 100%;
	margin:.45rem 0 0 3.4rem;
	font-size:.24rem;
	color:#fa2b32;
	text-align:center;
	line-height:.32rem;
	padding-top:.1rem;
	box-sizing:border-box
}
.pop2 {
	width:5.03rem;
	height:3.93rem;
	background:url(../../images/xclb/popBg.png?v=1);
	background-size:100% 100%;
	position:relative;
	text-align:center
}
.pop2 .closeBtn {
	width:.51rem;
	height:.51rem;
	background:url(../../images/xclb/closeBtn.png?v=1);
	background-size:100% 100%;
	position:absolute;
	top:.6rem;
	right:.2rem;
	z-index:11
}
.pop2 .flower {
	display:inline-block;
	width:1.62rem;
	height:2.03rem;
	background:url(../../images/xclb/flower.png?v=1);
	background-size:100% 100%;
	position:absolute;
	top:-.8rem;
	left:-.2rem
}
.pop2_word {
	font-size:.28rem;
	margin-top:1.2rem;
	margin-bottom:.3rem;
	color:#fff;
	display:inline-block;
	line-height:.38rem
}
.pop2_btn {
	width:4rem;
	height:.72rem;
	background:url(../../images/xclb/btn1.png?v=1);
	background-size:100% 100%;
	display:block;
	text-align:center;
	font-size:.24rem;
	font-weight:700;
	color:#a27d27;
	line-height:.68rem;
	margin:0 auto
}
.pop3 {
    width: 5.8rem;
    height: 8.2rem;
    background: url(../../images/xclb/popBg2.png?v=1);
    background-size: 100% 100%;
    top: 1.4rem;
    color: #fff;
    text-align: center;
    font-size: .24rem;
}

.pop3_title {
	font-size:.31rem;
	font-weight:700;
	margin:.8rem 0 .2rem 0;
	display:inline-block;
	width:2.79rem;
	height:.5rem;
	background:url(../../images/xclb/titleBg.png?v=1);
	background-size:100% 100%;
	line-height:.5rem
}
.pop3_title2 {
	width:3.98rem;
	background:url(../../images/xclb/titleBg2.png?v=1);
	background-size:100% 100%
}
.pop3_recharge {
	width:90%;
	margin:0 auto;
	text-align:left
}
.pop3_recharge_title {
	width:3rem;
	height:.6rem;
	background:#50b44b;
	border-radius:.5rem;
	font-size:.32rem;
	line-height:.6rem;
	text-align:center;
	color:#ffd800;
	display:inline-block;
	margin-left:-.2rem;
	margin-bottom:.1rem
}
.pop3_recharge p {
	margin:.05rem 0
}
.pop3_introduce {
	height:4.4rem;
	overflow:hidden;
	margin-bottom:.2rem
}
.pop3_introduce h3 {
	color:#f8f799;
	font-size:.32rem
}
.pop3_introduce p {
	margin-left:.3rem;
	font-size:.24rem
}
.pop3 #anniu {
	display:block;
	width:.4rem;
	text-align:center;
	margin:0 auto
}
.pop3 #anniu img {
	width:.32rem
}
.pop3_detail {
	height:2.4rem;
	overflow:auto;
	margin-bottom:.2rem
}
.pop3_btn {
	width:4.8rem
}
.xclb_card{
	width: 5.3rem;
    height: 1.72rem;
    background: url(../../images/xclb/popCard.png?v=1);
    background-size: 100% 100%;
    margin-left: 20px;
}
.xclb_card_btn {
    display: inline-block;
    width: .83rem;
    height: .86rem;
    background: url(../../images/xclb/button1.png?v=1);
    background-size: 100% 100%;
    margin: .45rem 0 0 3.4rem;
    font-size: .24rem;
    color: #fa2b32;
    text-align: center;
    line-height: .32rem;
    padding-top: .1rem;
    box-sizing: border-box;
}

/******1.24 ADD by lc end****/

/*************add by wch********************/
.common-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 0;
    text-align: center;
    z-index: 10;
    display: none;
}

.common-pop .null {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.common-pop .pop-box {
    width: 5.8rem;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: .2rem;
    background: #fff;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    position: relative;
}

.common-pop .pop-box.receive-success {
    width: 5.64rem;
    background: none;
}

.common-pop .pop-top img, .common-pop .pop-box.receive-success .pop-top img {
    width: 100%;
    border-radius: .04rem .04rem 0 0;
    -webkit-border-radius:  .04rem .04rem 0 0;
    -moz-border-radius:  .04rem .04rem 0 0;
}
.common-pop .pop-box.receive-success .pop-info {
    width: 4.68rem;
    height: auto;
    margin-left: .3rem;
}

.pop-info {
    padding:0 .24rem .2rem .24rem;
    overflow: hidden;
    height:4rem;
    background: #fff;
}

.pop-info h2 {
    width: 2.8rem;
    height:.5rem;
    line-height: .5rem;
    text-align: center;
    font-size: .24rem;
    color: #8d7369;
    background: #eaf0be;
    margin-top: .2rem;
}

.pop-info.illustrate {
    height: auto;
}

.pop-info.illustrate h2 {
    width: 1.9rem;
    background: #fff4f0;
    color: #9f8880;

}

.text {
    padding: 0 .3rem;
    overflow: hidden;
    margin-top: .1rem;
}

.pop-info p {
    font-size: .24rem;
    color: #5a5460;
    line-height: .3rem;
    text-align: left;
}

.spread {
    width: 1.9rem;
    height: .4rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    background: #00af41;
    font-size: .18rem;
    text-align: center;
    line-height: .4rem;
    border: 0;
    color: #fff;
    margin-top: .2rem;
}

.receive {
    width: 3.7rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    color: #fff;
    font-size: .36rem;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border: 0;
    background: #31ca81;
    margin-top: .2rem;
}

.receive-success .text {
    padding: .2rem 0;
    font-size: .24rem;
    color: #5a5460;
    line-height: .42rem;
}

.receive-success .text i {
    color: #e95656;
    font-style: normal;
}

.receive-success .receive {
    background: #ff734e;
}

.receive-success .pop-close {
    top: -.62rem;
    right: .14rem;
}

.hanle-box .pop-info {
    height: auto;
}

.handle {
    width: 100%;
    text-align: center;
    font-size: .24rem;
    color: #5a5460;
    margin-top: .2rem;
    line-height: .42rem;
}

.handle i {
    color: #e95656;
    font-style: normal;
}

.kindly-reminder {
    width: 3.96rem;
    background: #fff4f0;
    color: #8d7369;
    font-size: .2rem;
    text-align: center;
    line-height: .32rem;
    padding: .2rem 0;
    margin: 0 auto;
    margin-top: .2rem;
}

.handle-pic {
    width: 4.33rem;
    height: 1.63rem;
    display: block;
    margin: 0 auto;
    margin-top:.1rem;
}

.handle-pic img{
    width: 100%;
}

.hanle-box .receive {
    background: #8b70e4;
}

.pop-close {
    width: .63rem;
    height: .63rem;
    position: absolute;
    top: -.82rem;
    right: 0;
}

.pop-close img {
    width: 100%;
}

/***********************团购 add by wangcaihong 20190807******************************/
.discount_fare {
    position: absolute;
    right: .1rem;
    padding-top: 0.2rem;
}
.discount_fare i {
    display: inline-block;
    width: 1.66rem;
    height: .47rem;
    border: 1px solid #df5d45;
    color: #df5d45;
    text-align: center;
    line-height: .47rem;
}
.discount_fare_card {
    display: inline-block;
    width: 1.66rem;
    height: .54rem;
    background: url(../../images/gdllqy/cards.png);
    background-size: 100% 100%;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    line-height: .54rem;
}
.discount_detail {
    text-decoration: underline;
    color: #262626;
    position: absolute;
    left: .5rem;
    padding-top: 0.85rem;
    z-index:10;
}

.discount_time {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding-top: 0.8rem;
}
.discount_rule {
    position: absolute;
    right: .2rem;
    padding-top: 1.2rem;
}
.discount_rule img {
    width: .41rem;
    vertical-align: middle;
}

