*{
	padding: 0;
	margin: 0;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
iframe{
	border: none;
	margin-bottom: -10px;
}
body{
	min-width: 12rem;
}
/* banner */
.banner{
	position: relative;
	width: 100%;
	/* height: 600px; */
	overflow: hidden;
}
.banner > ul{
	width: 99.9rem;
	overflow: hidden;
}
.banner li{
	display: inline-block;
	float: left;
}
.banner a{
	display: inline-block;
}
.banner img{
	width: calc(100vw);
}
.btn-point{
	position: absolute;
	left: 0;
	bottom: .4rem;
	width: 100%;
	text-align: center;
}
.btn-point > ul{
	display: inline-block;
}
.btn-point > ul > li{
	width: .16rem;
	height: .16rem;
	margin-right: .2rem;
	background-color:  #b9b9b9 ;
	border-radius: 50%;
	cursor: pointer;
}
.btn-point > ul > li:last-of-type{
	margin-right: 0;
}
.btn-point .active-point{
	background-color: #2AD46A;
}
/* 本周主团 */
.recommend-goods{
	text-align: center;
	border-bottom: .01rem solid #E6E6E6;
}
.recommend-goods > div:last-of-type{
	margin-left: .7rem;
}
.main-goods{
	display: inline-block;
	margin-top: 1rem;
	padding-bottom: .7rem;
}
.list-title{
	float: left;
	overflow: hidden;
	margin-bottom: .49rem;
}
.title_img{
	float: left;
	width: 1.1rem;
	height: .19rem;
	margin-top: .23rem;
}
.title_img:first-child{
	margin-left: .52rem;
}
.title_center{
	float: left;
	color: #2AD46A;
	margin: 0 .3rem;
}
.title_center > p:first-of-type{
	font-size: .3rem;
	text-align: center;
}
.title_center > p:last-of-type{
	font-size: 20px;
	text-align: center;
}
.main-list{
	/* 原本的注释:width,overflow */
	/* width: 1100px; */
	/* overflow: hidden; */
	margin: .45rem auto 0;
}
.every-good{
	float: left;
	display: inline-block;
}
.good-img{
	position: relative;
	display: inline-block;
	float: left;
}
.good-img > a > img:first-of-type{
	width: 2.4rem;
	height: 2.7rem;
}
.chaozhi{
	position: absolute;
	top: 0;
	right: 0;
	width: .74rem;
	height: .47rem;
}
.good-img:before{
	content: "";
	position: absolute;
	left: .2rem;
	top: -.2rem;
	width: 2.4rem;
	height: 2.7rem;
	background-color: #e9fbf0;
	z-index: -1;
}
.every-good-info{
	display: inline-block;
	float: left;
	height: 2.7rem;
	margin-left: .5rem;
	text-align: left;
	box-sizing: border-box;
}
.every-good-info > a:first-of-type{
	display: block;
	width: 100%;
	height: .35rem;
	font-size: .26rem;
	color: #2ad46a;
}
.every-good-info > p:first-of-type{
	overflow: hidden;
	color: #a7a7a7;
	width: 1.8rem;
	height: .8rem;
	font-size: .18rem;
}
.count{
	color: #999;
	margin: .19rem 0 .2rem 0;
	font-size: .16rem;
}
.count > span{
	color: #333;
}

.price{
	margin-top: .1rem;
	width: 100%;
	height: .3rem;
	display: flex;
	align-items: center;
}
.price > span:first-of-type{
	font-size: .3rem;
	color: #f63a15;
}
.price > span:last-of-type{
	margin-left: .25rem;
	font-size: .2rem;
	color: #999;
	text-decoration: line-through;
}
.btn_box{
	width: 1.18rem;
	height: .44rem;
	line-height: .44rem;
	display: flex;
	align-items: center;
}
.btn-buy{
	display: inline-block;
	width: 1.18rem;
	height: .44rem;
	margin-top: .16rem;
	font-size: .2rem;
	line-height: .44rem;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(to bottom,#e95031,#fc6f3f);
}
/* 热卖产品 */
.top-goods{
	padding-top: .7rem;
	padding-bottom: .6rem;
	overflow: hidden;
}
.top-list{
	width: 12rem;
	margin: .26rem auto 0;
}
.top-list > div:nth-of-type(4n){
	margin-right: 0;
}
.every-top{
	float: left;
	width: 2.85rem;
	height: 4.27rem;
	margin-right: .2rem;
	margin-bottom: .2rem;
}
.every-top:hover{
	box-shadow: 0 0 .1rem rgba(0,0,0,.5);
}
.top-img{
	width: 2.85rem;
	height: 2.85rem;
}
.top-img > a > img{
	width: 2.85rem;
	height: 2.85rem;
}
.top-info{
	width: 2.43rem;
	height: 1.26rem;
	padding-right: .2rem;
	padding-left: .2rem;
	padding-top: .16rem;
	margin-top: -.01rem;
	border: .01rem solid #E6E6E6;
}
.top-info > a{
	display: block;
	width: 100%;
	height: .35rem;
	font-size: .26rem;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.every-top:hover a{
	color: #2AD46A;
}
/* 之前的注释 */
/* .top-info > p:last-of-type{
	font-size: 26px;
	color: #f63a15;
	margin-top: 12px;
} */
.top-price{
	width: 100%;
	height: .3rem;
	display: flex;
	align-items: center;
	margin-top: .06rem;
	margin-bottom: .06rem;
}
.top-price > span:first-of-type{
	color: #F63A15;
	font-size: .2rem;
}
.top-price > span:nth-of-type(2){
	color: #F63A15;
	font-size: .3rem;
}
.top-price > span:last-of-type{
	margin-left: .2rem;
	font-size: .2rem;
	color: #999;
	text-decoration: line-through;
}
.goods-title{
	height: .66rem;
	width: 12rem;
	margin: 0 auto;
	position: relative;
}
.goods_box{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}