body,
html {
	font-size: 100px;
	padding: 0px;
	margin: 0;
}

.moreBtn {
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
}

.moreBtn img {
	width: 23px;
	height: auto;
}

.content {
	/*padding-top: 44px;*/
	padding-bottom: 60px;
	background-color: #f1f1f5;
}

.slider-view {
	position: relative;
	height: 100vw;
	overflow: hidden;
}

.slider-view>.bulletChat {
	display: none;
	position: absolute;
	left: 4vw;
	top: 20vw;
	z-index: 99;
	font-size: .38rem;
	padding: 1vw 4vw 1vw 4vw;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5vw;
}

.bulletChat>.time {
	color: #ff1a2a;
}

.returnBtn-view {
	width: auto;
	height: 9vw;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 4vw;
	top: 4vw;
	z-index: 888;
}

.returnBtn-view>img {
	width: auto;
	height: 9vw;
}

.indexBtn {
	width: auto;
	height: 9vw;
	position: absolute;
	right: 4vw;
	top: 4vw;
	z-index: 888;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indexBtn>img {
	width: 9vw;
	height: 9vw;
}

.page-view {
	height: 5.5vw;
	line-height: 5.5vw;
	padding: 0 2vw;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5.5vw;
	text-align: center;
	color: #d9d9d9;
	font-size: 0.3rem;
	position: absolute;
	bottom: 5vw;
	right: 4vw;
	z-index: 888;
}

.page-view>.page-current {
	color: #FFFFFF;
}

.commodity-view {
	padding: 4vw;
	background-color: #FFFFFF;
	margin-bottom: 2vw;
}

.commodity-titele {
	color: #28292a;
	font-size: .38rem;
	font-weight: 600;
	margin-bottom: 2.5vw;
}

.commodity-titele>.jdLogo {
	float: left;
	margin-top: 0.6vw;
	margin-right: 0.6vw;
}

.jdLogo {
	width: 4vw;
	height: auto;
}


/*价格*/

.price-view .price-text {
	font-size: .4rem;
	font-weight: normal;
	color: #ff1a2a;
	font-weight: bold;
}

.price-view>ul {
	font-size: 0px;
}

.price-view .price-text>.num {
	font-size: .6rem;

}

.price-view ul,
.price-view li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.coupon-icon {
	width: 12vw;
	height: 5vw;
	display: inline-block;
	background-image: url(../img/juanhou.png);
	background-size: contain;
	margin-left: 8px;
	background-repeat: no-repeat;
}

.price-view li.price-text-view {
	display: flex;
	align-items: center;
	margin-bottom: 2vw;
	height: 5vw;
}

.price-text-cont {
	display: inline-block;
	height: 5vw;
	line-height: 5vw;
	padding-left: 2vw;
	padding-right: 2vw;
	background-color: rgba(255, 26, 42, 0.14);
	border-radius: 8px;
	color: #ff1a2a;
	font-size: 0.3rem;
	margin-left: 2vw;

}

.people-text {
	color: #838383;
	font-size: 0.32rem;
	flex: 1;
	text-align: right;
	height: 24px;
	margin-top: 14px;
	position: relative;
}

.people-num {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.price-view .jd-price-li {
	margin-bottom: 3vw;
}

.price-view .jd-price {
	font-size: 0.32rem;
	color: #838383;
	text-decoration: line-through;
}


.price-view .handle {
	height: 10vw;
	background-image: linear-gradient(90deg, #ffead0 0%, #ffe9b8 100%), linear-gradient(#fd2a9a, #fd2a9a);
	border-radius: 2vw;
	line-height: 9vw;
	padding-left: 3vw;
	padding-right: 4vw;
	position: relative;
	display: flex;
	align-items: center;

}

.price-view .ordinary {
	height: 10vw;
	background-image: url(../img/teji.png);
	background-size: cover;
	border-radius: 2vw;
	line-height: 9vw;
	padding-left: 3vw;
	padding-right: 4vw;
	position: relative;
	display: flex;
	align-items: center;

}

.price-view .ordinary>.ordinary-price {
	font-size: 0.34rem;
	font-weight: bold;
	color: #FFFFFF;

}

.price-view .ordinary>.ordinary-text {
	font-size: 0.34rem;
	color: #ff6a0d;
	margin-left: 9vw;
}

.price-view .handle>.icon-vip {
	width: 6vw;
	height: auto;
	vertical-align: sub;
}

.handle .handle-vip {
	color: #ff6a0d;
	font-size: 0.34rem;
	margin-left: 2vw;
}

.handle .handle-vip>.num {
	color: #ff0d0d;
	font-weight: bold;
	margin-left: 2vw;


}

.handle .upgradeBtn,
.ordinary .upgradeBtn {
	display: inline-block;
	height: 5vw;
	font-size: 0.34rem;
	line-height: 5vw;
	text-align: center;
	padding: 0px;
	vertical-align: middle;
	padding-left: 3vw;
	padding-right: 3vw;
	border-radius: 5vw;
	background-image: linear-gradient(0deg, #ff510d 0%, rgba(255, 168, 56, 1) 100%);
	position: absolute;
	top: 50%;
	margin-top: -2.5vw;
	right: 4vw;
	color: #FFFFFF;
}

.upgradeBtn .icon-upgrade {
	position: absolute;
	height: 6vw;
	width: auto;
	right: -1.5vw;
	bottom: 0px;
	top: -10px;
}

/*店铺优惠卡*/
.shop-view {
	padding: 3.5vw;
	background-color: #FFFFFF;
	margin-bottom: 2vw;

}

.coupon-card {
	height: 20vw;
	background-image: url(../img/back.png);
	background-size: 100% 100%;
	padding-left: 10vw;
	display: flex;
	align-items: center;
	position: relative;
}

.coupon-card .card-info {
	color: #FFFFFF;
	font-size: 0.35rem;
}

.coupon-card .card-info>div>.price {
	font-size: 0.72rem;
}

.coupon-card .card-info>div>span:not(.symbol) {
	font-weight: bold;
	text-shadow: 9px 9px 6px rgba(176, 27, 13, 0.3);

}

.card-info>.card-one {
	margin-top: -15px;
}

span.symbol {
	font-size: 0.48rem;
}

.coupon-card .card-info>div:nth-child(2)>span {
	font-weight: initial;
	font-size: 0.26rem;
}

.coupon-card .card-info>div:nth-child(2)>span>.card-time {
	text-shadow: none;
}

.receiveBtn {
	width: 13vw;
	height: 13vw;
	border-radius: 50%;
	color: #ff3b0d;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.35rem;
	display: flex;
	align-items: center;
	font-weight: bold;
	justify-content: center;
	box-shadow: rgba(176, 27, 13, 0.57) 0px 0px 1vw 0px;
	background-image: linear-gradient(130deg, #ffe57b 0%, #ffb527 100%), 
		linear-gradient(#ffffff, #ffffff);
	position: absolute;
	right: 8vw;
	top: 50%;
	margin-top: -6.5vw;
	animation: scaleDrew 1s ease-in-out infinite;
}
.receiveBtn>div{
	line-height: 4vw;
	margin-left: -5px;
	text-align: center;
		    text-shadow: 3px 2px 6px #FFFFFF;
}
.shop-name {
	padding-left: 1vw;
	display: flex;
	align-items: center;

}

.shop-portrait {
	width: 4vw;
	height: 4vw;
	overflow: hidden;
	display: flex;
	margin-right: 1.5vw;
}

.shop-portrait img {
	width: 100%;
	height: 100%;
}

.shop-info {
	display: flex;
	align-items: center;
}

.shop-info p {
	margin-bottom: 0px;
	display: flex;
	align-items: center;

}

.shop-info .name {
	color: #121212;
	font-size: 0.37rem;
	font-weight: bold;


}

.shop-info .icon-logo {
	width: 3vw;
	height: auto;
	margin-top: 1px;
	margin-right: 10px;
}

.shop-info .shop-type {
	font-size: 0.28rem;
	color: #121212;
}

/*详情*/
.shop-details {
	background-color: #FFFFFF;
	padding-bottom: 18vw;
}

.shop-title {
	text-align: center;
	color: #121212;
	font-weight: bold;
	font-size: 0.38rem;
	padding: 5vw 5vw 4vw 5vw;
}

/*底部*/
.footer {
	height: 18vw;
	width: 100%;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	position: fixed;
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);

}

.footer>.footer-left {
	display: flex;
	width: 46vw;
	margin-left: 2vw;
}

.footer>.footer-left>div {
	width: 15vw;
	display: flex;
	flex-direction: column;
	align-items: center;

	justify-content: center;
}

.footer>.footer-left div.text {
	font-size: 0.28rem;
	text-align: center;
}

.footer>.footer-left>div>img {
	width: 4.5vw;

	margin-bottom: 1vw;
}

.footer>.footer-right {
	width: 44vw;
	margin: 0 4vw;
	height: 12vw;
	border-radius: 20vw;
	display: flex;
	overflow: hidden;
}

.footer-right>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 22vw;
	height: 12vw;
	font-size: .3rem;

}

.footer-right>div p {
	margin: 0;
	color: #FFFFFF;

}

.footer-right>div>p:first-child {
	font-size: 0.3rem;
	margin-bottom: 0.5vw;


}

.footer-right>div>p:last-child {
	font-size: 0.35rem;

	font-weight: bold;

}

.footer-right>div:first-child {
	background-image: linear-gradient(0deg, #ff1b2a 0%, #ff2d3b 100%);
}

.footer-right>div:last-child {
	background-image: linear-gradient(0deg,
		#070606 0%,
		#434343 100%);
}

.footer-popup {
	position: absolute;
	right: 4vw;
	top: -6vw;
	font-size: 0.32rem;
	height: 4.7vw;
	border-radius: 4.7vw;
	padding: 0 3vw;
	background-color: rgba(18, 18, 18, 0.4);
	color: #FFFFFF;
	display: flex;
	align-items: center;

}

.jiao {
	height: 3vw;
	width: 2vw;
	position: absolute;
	bottom: -3vw;
	right: 5vw;

}

.footer-popup .icon {
	width: 3vw;
	height: 3vw;
	margin-right: 1vw;
}

/* x新增样式 */
.price-view li:last-child {
	margin-bottom: 0px !important;
}

.price-view ul>.card-li {
	margin-bottom: 3vw
}
/* 动画css */
@keyframes scaleDrew {

    0% {
      transform: scale(1);
    }

    25% {
      transform: scale(1.1);
    }

    50% {
      transform: scale(1);
    }

    75% {
      transform: scale(1.1);
    }
  }
