﻿@charset "utf-8";
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
body{
	background-color: #f9f9f9;
	color: #555555;
	max-width: 750px;
	margin: 0 auto;
}
*{
	box-sizing: border-box;
}
a{
	color: #555555;}
img{
	max-width: 100%;
}
h1,h2,h3,p{
	margin: 0;
	padding: 0;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabbar__placeholder{
	height: 50px;
}
.tabbar__text{
	color: #cbcbcb;
	font-size: 12px;
	margin-top:3px;
}
.tabbar__icon .iconfont{
	font-size: 24px;
	color: #cccccc;
}
.van-tabbar-item.active .tabbar__text{
	color: #70a7ae;
}
.van-tabbar-item.active .tabbar__icon .iconfont{
	color: #70a7ae;
}

.ui-wrap{
	padding: 12px;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pageTab .hd{
	height: 45px;
	background-color: #ffffff;
}
.pageTab .no-hd{
	height: 45px;
	background-color: #ffffff;
}
.pageTab .card-tab{
	height: 30px;
	background-color: #eeeeef;
	padding: 2px 3px;
	border-radius: 8px;
	font-size: 0;
}
.pageTab .card-tab li{
	border-radius: 6px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	width:66px;
	display: inline-block;
}
.pageTab .card-tab li a{
	font-size: 12px;
	color: #333;
}
.pageTab .card-tab li.on{
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.tabbar__icon .icon-home{
	display: inline-block;
	width: 20px;
	height: 20px;
}


.line-tab{
	display: flex;
	align-items: center;
	width: 100%;
}
.line-tab li{
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}
.line-tab li.on{
	color: #70a7ae;
}
.line-tab li.on::after{
	width: 36px;
	height: 3px;
	background-color: #70a7ae;
	border-radius: 6px 6px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	bottom: 0;
	margin-left: -18px;
}


/* 开始 */
.wrapper{
	padding: 16px;
}
.v-card{
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 16px;
}
.v-card-bd{
	padding: 15px;
}
.v-card-thumb{
	font-size: 0;
}
.v-card-grid{
	padding: 15px 0;
	color: #555555;
	text-align: center;
	line-height: 1.2;
}
.v-card-grid .v-title{
	font-size: 18px;
	margin-bottom: 10px;
}
.v-card-grid .v-item{
	font-size: 15px;
}
.v-card .v-hd{
	position: relative;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.v-card .v-hd::after{
	width: 15px;
	height: 3px;
	border-radius: 4px;
	background-color: #70a7ae;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: 0;
}
.v-content{
	line-height: 1.6;
	font-size: 15px;
}
.v-panel{
	margin-bottom: 25px;
}
.v-panel .v--hd{
	line-height: 1;
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
	color: #555555;
}
.v--shop{
	display: flex;
	align-items: center;
	border-radius: 5px;
	background-color: #fff;
	height: 80px;
	padding-right: 10px;
}
.v--shop .v-shop-pic{
	width: 110px;
	height: 80px;
	margin-right: 14px;
	border-radius: 5px;
	display: block;
}
.v--shop .shop-tt{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.v--shop .shop-tel{
	font-size: 15px;
}
.vfoot{
	height: 50px;
}
.v-tabbar{
	position: fixed;
	display: flex;
	align-items: center;
	padding-left: 15px;
	width: 100%;
	background-color: #fff;
	left: 0;
	bottom: 0;
	z-index: 999;
	height: 50px;
}
.v-tabbar .weui-btn{
	width: 120px;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	padding: 0;
	font-weight: normal;
}
.v-lg-price{
	color: #dbc2a6;
	line-height: 1;
}
.v-lg-price span{
	font-weight: bold;
	font-size: 25px;
}
.v-price{
	color: #dbc2a6;
	line-height: 1;
}
.v-price span{
	font-size: 20px;
}

.timeselect{
	position: relative;
	overflow: hidden;
	height: 35px;
}
.timeselect li{
	float: left;
}
.timeselect li a{
	background-color: #fff;
	display: block;
	text-align: center;
	font-size: 17px;
	width: 70px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	margin: 0 4px;
}
.timeselect li.cur a{
	background-color: #70a7ae;
	color: #fff;
}
.v-raty{
	text-align: center;
	margin-top: 6px;
}
.v-raty .iconfont{
	color: #f1ac5a;
	display: inline-block;
	margin: 0 1px;
}
.v-tabs .hd{
	margin-bottom: 10px;
}
.card-tab{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 15px;
}
.card-tab li{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
} 
.line-pane{
	overflow: hidden;
}
.card-tab li a{
	display: block;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.card-tab li.active a{
	background-color: #70a7ae;color: #fff;
}
.sin-cell{
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.tc-cell{
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.sin-ht{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 82px;
}
.sin-cell .sin-pic{
	font-size: 0;
	margin-right: 10px;
}
.sin-cell .sin-pic{
	width: 82px;
	height: 82px;
	border-radius: 5px;
}
.sin-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sin-flex .v-btn{
	display: block;
	width: 70px;
	height: 25px;
	background-color: #dbc2a6;
	text-align: center;
	line-height: 25px;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
}
.tab-pane{
	display: none;
}
.tab-pane.active{
	display: block;
}
.sv-time{
	color: #999999;
	font-size: 14px;
}

.flex-left{
	display: flex;
	align-items: center;
}
.flex-left .sv-time{
	margin-right: 10px;
}
.tc-pic{
	font-size: 0;
	margin-bottom: 10px;
}
.sv-grid .sv-title{
	margin-bottom: 10px;
}
.flex-left .sv-item{
	color: #999999;
	font-size: 14px;
}

.sin-flex .sv-title{
	font-size: 14px;
}

.radio-label{
	display: block;
	line-height: 1;
}
.radio-label {
	display: flex;
	align-items: center;
}
.radio-label input[type="radio"]{
	width: 20px;
	height: 20px;
	margin-right: 10px;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
}
.radio-label input[type="radio"]::before{
	display: block;
	content: ' ';
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../images/radioi.png);
}
.radio-label input[type="radio"]:checked::before{
	background-image: url(../images/radioed.png);
}

.radio-label input[type="checkbox"]{
	width: 20px;
	height: 20px;
	margin-right: 10px;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
}
.radio-label input[type="checkbox"]::before{
	display: block;
	content: ' ';
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../images/radioi.png);
}
.radio-label input[type="checkbox"]:checked::before{
	background-image: url(../images/radioed.png);
}

.order-card{
	display: flex;
	align-items: center;
}
.d-cells{
	background-color: #fff;
	font-size: 14px;
}
.d-cells .weui-cell{
	padding: 10px 15px;
}
.d-cells .weui-cell::before{
	left: 15px;
	right:15px;
}


.v-cat .cat-box{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 159px;
	height: 75px;
	display: flex;
	align-items: center;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.v-cat .cat-box .txt{
	padding-left: 15px;
}
.v-cat .cat-1{
	background-image: url(../images/bk1.png);
}
.v-cat .cat-2{
	background-image: url(../images/bk2.png);
}
.js-list{
	font-size: 0;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	height: 220px;
}
.js-list li{
	display: inline-block;
}
.js-list .js-box{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	width: 120px;
	height: 190px;
}
.js-tag{
	width: 20px;
	background-color: #86b6bb;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 0;
	right: 10px;
	padding: 5px 0 7px 0;
	border-radius: 0 0 10px 10px;
}
.js-scroll{
	overflow: hidden;
	margin-right: -16px;
	text-align: center;
	height: 190px;
}
.js-pic img{
	display: block;
	width: 120px;
	height: 130px;
}
.js-list .js-box .js-grid{
	padding: 10px 0;
}
.js-box .js-grid .js-tt{
	font-size: 14px;
}
.js-box .js-grid .js-desc{
	font-size: 12px;
}
.banner-image{
	display: block;
	font-size: 0;
	margin: 15px 5px;
	border-radius: 12px;
	overflow: hidden;
	transform: scale(.92);
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.banner-image img{
	border-radius: 12px;
}
.active .banner-image{
	transform: scale(1);
}
.index-banner{
	padding-top: 20px;
}


.js-list li.active .js-box::before{
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	background-image: url(../images/radioed.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 20px;
	height: 20px;
}

.d-cells{
	overflow: hidden;
}
.d-cells .weui-cell{
	width: 50%;
	float: left;
}
.d-cells .weui-cell::before{
	left: 0;
	right: 0;
}
.d-cells .weui-cell .iconfont{
	color: #70a7ae;
	margin-right: 6px;
}
.d-cells .weui-cell .btn-c{
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	background-color: #70a7ae;
	color: #fff;
}
.d-cells .weui-cell:nth-child(1)::before,
.d-cells .weui-cell:nth-child(2)::before{
	display: none;
}
.d-cells .weui-cell:nth-child(1)::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
    transform: scaleX(0.5);
}

.d-cells .weui-cell:nth-child(3)::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
    transform: scaleX(0.5);
}




/* 登陆 */
.l-foot .wx-button{
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-weight: normal;
	border-radius: 45px;
	padding: 0;
	color: #FFFFFF;
	font-size: 16px;
	border: 0;
	outline: none;
	background:#ff6a00;
	box-shadow: 0 2px 8px #aacbcf;
}
.l-wrap{
	min-height: 100vh;
	background: url(../images/bg.png) center top no-repeat;
	background-size: contain;
}
.l-header{
	font-size: 0;
	height: 62px;
}
.l-header img{
	height: 32px;
}
.l-main{
	padding: 30px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	width: 335px;
}
.l-row{
	display: flex;
	align-items: center;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}
.l-row .weui-input{
	font-size: 14px;
}
.l-foot{
	padding-top:20px;
	padding-bottom: 10px;
}
.l-foot .wx-button{
	box-shadow: 0 3px 8px #ff6a00;
}
.l-row .l-icon{
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.btn-get{
	border: 0;
	outline: 0;
	cursor: pointer;
	background-color: transparent;
	color: #71a9af;
	padding-left: 10px;
	line-height: 1;
	border-left: 1px solid #eee;
}
.l-tip{
	text-align: center;
	font-size: 13px;
	color: #999;
	line-height: 1.8;
    margin-top: 22vh;
}
.vfoot-group{
	height: 100px;
}
.vfoot-group .v-tabbar{
	bottom: 50px;
}
.van-nav-bar .icon-home1{
	color: #71a9af;
}






