.search_div {
	width: 9.2rem;
	height: 0.88rem;
	background: rgba(247, 247, 247, 1);
	border-radius: 0.453333rem;
	display: flex;
	align-items: center;
	padding: 0 0.4rem;
	margin: 10px auto;
	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: inherit;
}

.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-left: 0.266666rem;
}
/* banner样式 */
.banner_box{
	padding: 0 0.4rem;
	margin-bottom: 0.4rem;
}
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background:rgba(255,255,255,1);
	opacity:0.5;
	border-radius:50%;

}

.swiper-pagination-bullet-active {
	width: 6px;
	height: 6px;
	background:rgba(255,255,255,1);
	border-radius: 50%;
	opacity: 1;
}
.swiper-slide>img {
	display: block;
}

.slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0.4rem;
}
.all_div {
	display: flex;
	align-items: center;
}
.arrow_icon {
	width: 0.16rem;
	height: 0.266666rem;
	margin-left: 0.133333rem;
}

.all_text {
	font-size: 0.32rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(153, 153, 153, 1);
	margin-left:0.5rem;
}
.slide_title{
	font-size:0.426666rem;
	font-family:PingFang SC;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.slide_icon{
	width: 0.106666rem;
	height: 0.426666rem;
	margin-right: 0.213333rem;
}
.list{
	padding-bottom: 2.133333rem;
}

.list_item {
	display: flex;
	padding: 0.4rem 0.4rem 0.4rem 0;
	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;
}

.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.2rem;
	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: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(153, 153, 153, 1);
}

.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;
}

