.footer {
	width: 100%;
	height: 5.4375rem;
	position: absolute;
	bottom: 1.25rem;
	background-color: #ddd;

}

.van-submit-bar__bar {
	margin: 15px;
	height: 3.75rem;
	line-height: 3.75rem;
	border-radius: 0.625rem;
	box-shadow: 0px 0px 10px #ddd;
	text-align: left;
}

.shop {
	padding: 0.6rem 0;
	width: 100%;
	text-align: center;
}

.chongzhi .van-button{
	border-radius: 0.625rem;
	background-color: #00d3ff;
}
.chongzhi .van-submit-bar__text span{
	font-size: 16px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1) !important;
}

.main{
	margin-top: 20px;	
}
.shop-tab .van-tabs__wrap{
    height: 60px;
}

.van-icon-photo-o::before {
	content: '';
}
.van-grid-item__content{
	min-height: 5rem;
}

.van-grid-item__content {
	padding: 0;
}

.grid-img {
	position: relative;
	z-index: 1;
	border-radius: 1.25rem;
}

.grid-text {
	position: absolute;
	top: 1.3rem;
	left: 0;
	z-index: 2;
	width: 100%;
}
.grid-hot {
	position: absolute;
	top: -10%;
	right: 32px;
	z-index: 2;
	width: 50%;
	background: url('../../img/hot.png') no-repeat;
	background-size: 100% 100%;
	font-size: .8rem;
	color: #fff;
	padding: .1rem 0 .2rem;
	text-align: center;
}
.package-name {
	position: absolute;
	left: 0.925rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
}

.package-price2 {
	position: absolute;
	top: 2.1875rem;
	left: 0.925rem;
	font-size: 0.875rem;
	font-weight: 400;
	
	color: rgba(102, 102, 102, 1);
}
.package-price2 span{
	text-decoration: line-through;
}
.package-price {
	position: absolute;
	right: 1.55rem;
	top: 0rem;
	font-size: 1.875rem;
	font-weight: bold;
	color: rgba(222, 171, 80, 1);
}

.price-icon {
	font-size: 1.125rem;
}

.amount .van-field__control{
	height: 2.5rem;
	font-size: 1rem;
}

.van-swipe img {
	margin-top: 1.5rem;
	width: 94%;
}

.choose-pay{
	height: 3.5rem;
    line-height: 4rem;
    font-weight: bold;
    border-bottom: 1px solid #f7f8fa;
}
.choose-pay:last-child{
    border-bottom:none;
}
.choose-pay img{
	height: .9rem;
	margin: 0 3px;
	line-height: 5rem;
}
.textButton{
	width:93%;
}
.service{
	width:93%;
	margin:.2rem auto;
	border: 2px solid #F6F6F6;
	border-radius: .85rem;
}
.service .service-item{
	height:3rem;
	position: relative;
	padding: 0 .5rem;
}
.service hr{
	border: 1px solid #F6F6F6;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.hm{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.service .text{
	left: 3rem;
	height: 2.5rem;
}

.service span{
	display: block;
	color: #999999;
	font-size: .7rem;
	text-align: left;
}
.service .text1{
	font-weight: 400;
	color: #333333;
	font-size: 1rem;
}
.t50{
	top: 50%;
	transform: translateY(-50%);
}
.text2{
	line-height:2.5rem;
}

.buyConfirm .van-cell__title{
    text-align: left;
}

.couponSelect{
    height: 3.5rem;
    padding: 0 2rem;
    position: relative;
    border-bottom: 1px solid #f7f8fa;
}
.couponSelect:last-child{
    border-bottom: none;
}
.couponSelect>div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.couponSelect .left span{
    display: block;
    font-size: .8rem;
    text-align: left;
}

.couponSelect .left .bold{
    font-size: 1rem;
    font-weight: bold;
}

.couponSelect .right {
    color:#00A7FF;
    right: 8%;
}
.couponSelect .right span{
    font-size: 2rem;
}

.van-tab__text.van-tab__text--ellipsis{
	font-size: 1.2rem;
}

.van-tab--active .van-tab__text{
	font-weight: bold;
}

.van-action-sheet__description{
	font-size: 25px;
	line-height: 40px;
}
.van-action-sheet__cancel{
	font-size: 25px;
	line-height: 40px;
	height: 75px;
}

.van-action-sheet__content{
	text-align: center;
}