.tt-uu{
	font-size:0.26rem;
	color:#EA9300;
}
.home_bg {
	background-image: url(../../img/home_bg.png);
	width: 100%;
	height: 2.08rem;
	background-size: 100% 100%;
}

.home_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
/* 	padding: 0.32rem 0.4rem 0.266666rem 0.4rem; */
	height:0.5rem;
}

.search_div {
	/* width: 7.68rem; */
	width:6.4rem;
	height: 0.8rem;
	background: #f2f2f2;
	border-radius: 0.4rem;
	display: flex;
	align-items: center;
	padding: 0 0.266666rem;
	box-sizing: border-box;
}

.search_div>input {
	flex: 1;
	height: 100%;
	border: 0;
	outline: none;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	border-radius: 0.4rem;
	background-color: #f2f2f2;
    text-align: center;
}

.search_div>input::-webkit-input-placeholder {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(153, 153, 153, 1);
}

.search_icon {
	width: 0.373333rem;
	height: 0.373333rem;
	margin-right: 10px;
}

.current_addr {
	display: flex;
	align-items: center;
}

.addr_name {
	font-size: 0.346666rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.addr_icon {
	width: 0.346666rem;
	height: 0.4rem;
	margin-right: 0.12rem;
}

.banner_box {
	padding: 0 0.4rem;
	margin-bottom: 0.253333rem;
}

/* banner分页器指示点样式 */
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	width: 15px;
	height: 6px;
	background: rgba(19, 160, 103, 1);
	border-radius: 0.08rem;
}

.swiper-slide>img {
	display: block;
}

/* 导航菜单样式 */

.nav_menu {
	display: flex;
	padding: 0 0.3rem;
	justify-content: space-between;
	margin-top: 0.2rem;
	text-align: center;
}

.menu_icon {
	/* width: 1.2rem; */
	width:40px;
/* 	height: 1.2rem; */
	display: block;
	margin-bottom: 0.066666rem;
	margin: 0 auto;
}

.menu_text {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(102, 102, 102, 1);
	text-align: center;
	margin-top:0.15rem;
}

.title_div {
	padding-top: 0.533333rem;
	padding-bottom: 0.32rem;
}

.title_icon {
	width: 5.04rem;
	height: 0.96rem;
	display: block;
	margin: auto;
}

.slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 0.4rem;
	padding-right: 0.4rem;
	padding-bottom: 0.32rem;

	margin-top:0.2rem;
}

.slide_desc {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);

}

.all_div {
	display: flex;
	align-items: center;
}

.arrow_icon {
	width: 0.16rem;
	height: 0.266666rem;
	margin-left: 0.133333rem;
}

.all_text {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(153, 153, 153, 1);
	margin-left:0.5rem;
}

.list{
	padding-bottom: 2.133333rem;
}

.list_item {
	display: flex;
	padding-right: 0.4rem ;
	margin-left: 0.4rem;
/* 	border-bottom: 1px solid #F3F3F3; */
}

.goods_img {
	width: 3.2rem;
	height: 3.2rem;
	margin-right: 0.32rem;
	display: block;
	border-radius: 0.213333rem;
}

.list_desc {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	/* padding: 0.266666rem 0; */
	margin-left: 0.3rem;
}

.goods_name {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list_tag {
	width: 1.5rem;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	background: linear-gradient(-30deg, rgba(19, 160, 103, 1), rgba(0, 152, 119, 1));
	border-radius: 0.213333rem;
	font-size: 0.266666rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin-right: 0.173333rem;
}

.onsale {
	font-size: 0.25rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(153, 153, 153, 1);
	display: flex;
	/* line-height:0.75rem; */
}
.onsale .onsale-item{flex:1;}
.goods_taste{display: flex;justify-content: space-between;}
.goods_label{display: flex;}
.goods_label span{padding:0.02rem 0.1rem;margin-right:0.2rem;border-radius:0.1rem;color:#fff;font-size:0.25rem;}

.unit {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(19, 160, 103, 1);
}

.money {
	font-size: 0.453333rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(19, 160, 103, 1);
}

.price_box {
	display: flex;
	align-items: center;
}





.guanzhu{width:1.28rem;height:0.6rem;line-height:0.6rem;color:#ffffff;border:1px solid #ffffff;border-radius:0.6rem;text-align:center;}

.home-ico{width:0.5rem;}
.bo-box{margin:0.2rem 0.4rem 0 0.4rem ;display:flex;;border-bottom: 1px solid #F3F3F3;align-items: center;}

.suspension{
	position: -webkit-sticky; /* 针对Safari浏览器的兼容性 */
  	position: sticky;
  	top: 0; /* 设置距离页面顶部的距离 */
  	background-color: #fff; /* 设置背景色 */
  	z-index: 9; /* 确保div在顶部 */
}

