.content {
	width: 100%;
	/* height: 724px; */
	margin-top: -0.906666rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 0.24rem 0.24rem 0 0;
	padding: 0.96rem 0.4rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.goods_label span {
    padding: 0.02rem 0.1rem;
    margin-right: 0.2rem;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.25rem;
}

.goods_item {
	margin-bottom: 0.693333rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.04);
	border-radius: 0.213333rem;
}

.price_box {
	/* margin: 0.16rem 0; */
	display: flex;
	align-items: center;
}

.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;
}
.price_box img{width:20px;    margin-right: 5px;}

.info {
	margin-top: 0.4rem;
}

.goods_img {
	width: 4.48rem;
	height: 4.48rem;
	/* margin-bottom: 0.293333rem; */
	display: block;
	border-radius: 0.213333rem 0.213333rem 0px 0px;
}

.goods_name {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.goods_desc {
	padding: 0 0.266666rem;
	box-sizing: border-box;
	width: 4.48rem;
	padding-bottom: 0.32rem;
}

.dy {
	font-size: 0.25rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: red;
}

.price {
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(19, 160, 103, 1);
}

.tit {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
	margin-right: 0.08rem;
}

.num {
	font-size: 0.32rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
}
.unit{color:#999;}

.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;
	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-left: 0.266666rem;
	margin-right:10px;
}

/*  */
.weui-navbar {
	background: inherit;
	padding: 0 15px;
	box-sizing: border-box;
	z-index: initial;
}

.weui-navbar__item.weui-bar__item--on {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	background: inherit;
}

.weui-navbar__item.weui-bar__item--on>span {
	border-bottom: 0.08rem solid #13A067;
}

.weui-navbar__item>span {
	padding-bottom: 0.186666rem;
}

.weui-navbar__item {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(153, 153, 153, 1);
	padding: 0;
}

.weui-navbar__item:after {
	border: 0;
}

.weui-navbar__item:active {
	background-color: inherit;
}

.weui-navbar:after {
	border: 0;
}

.weui-navbar+.weui-tab__bd {
	padding-top: 1.2rem;
}

.f_title {
	font-size: 0.426666rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.4rem;
	margin-bottom: 0.4rem;
}

.hori_icon {
	width: 0.426666rem;
	height: 0.426666rem;
}

.leval {
	display: flex;
	align-items: center;
}

.select_text {
	font-size: 0.32rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(153, 153, 153, 1);
	margin-right: 0.08rem;
}

/* 竖排样式 */
.list_item {
	display: flex;
	padding:  0;
	flex:1;
	margin:0;
	margin-bottom:0.6rem;
	/* margin-left: 0.4rem; */
	 border-bottom: none ;
}

.list_item:first-child{
	padding-top: 0;
}

.list_item .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;
}

.list_item .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;
}

.onsale {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(153, 153, 153, 1);
	display: flex;
    justify-content: space-between;
    align-items: center;
}



.money {
	font-size: 0.453333rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(19, 160, 103, 1);
}

.product_box_row {
	display: none;
}

.modal {
	right: 0;
	width: 7.6rem;
	height: 100% !important;
	/* left: initial; */
	padding-left: 0.426666rem;
	background: #FFFFFF;
	bottom: initial !important;
	overflow: hidden;
}

/* .icon {
	width: 0.346666rem;
	height: 0.346666rem;
} */

.modal_block {
	padding-right: 0.426666rem;
	border-bottom: 0.026666rem solid #EEEEEE;
	padding-top: 0.426666rem;
	padding-bottom: 0.133333rem;
}

.modal_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.32rem;
}

.tag_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.tag_item {
	width: 2.266666rem;
	height: 0.96rem;
	line-height: 0.96rem;
	text-align: center;
	background: rgba(247, 247, 247, 1);
	border-radius: 0.106666rem;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 0.213333rem;
	box-sizing: border-box;
}

.modal_title {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.reset_btn {
	width: 2.373333rem;
	height: 0.96rem;
	line-height: 0.96rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 0.48rem 0 0 0.48rem;
	text-align: center;
	font-size: 0.4rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(19, 160, 103, 1);
	border: 0.026666rem solid rgba(19, 160, 103, 1);
	box-sizing: border-box;
}

.btn_ok {
	width: 2.373333rem;
	height: 0.96rem;
	line-height: 0.96rem;
	background: rgba(19, 160, 103, 1);
	border-radius: 0 0.48rem 0.48rem 0;
	text-align: center;
	font-size: 0.4rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.btn_box {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	/* bottom: 0; */
	bottom: 1.3rem;
	right: 0.32rem;
	width: 100%;
	background: #FFFFFF;
	padding: 0.4rem 0;
}

.modal_content {
	overflow-y: scroll;
	/* height: 100%; */
	height: 80%;
}

.active{
	background:#F0FCF5;
	border:0.026666rem solid #13A067;
	color: #13A067;
}

.goods_taste{display:flex;justify-content:space-between;}