@charset "utf-8";
.item-box {
	margin-bottom: .12rem;
	background: #ffffff;
	border-radius: .08rem;
	width: 49.2%;
}
.item-box .product-img {
	width: 100%;
	height: 3.5rem;
	border-radius: .08rem .08rem 0 0;
}
.item-box .product-img .cover-img {
	width: 100%;
	height: 3.5rem;
	border-radius: .08rem .08rem 0 0;
	display: block;
}
.item-box .product-info {
	width: 100%;
	padding: .16rem .2rem;
	box-sizing: border-box;
}
.item-box .product-info .buy-return {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #CF1A29;
	border-radius: .04rem;
	font-size: .24rem;
	font-weight: 400;
	color: #CF1A29;
	padding: .14rem .16rem;
	margin-top: .16rem;
}
.item-box .product-info .product-name {
	font-size: .28rem;
	line-height: .4rem;
	/* font-weight: bold; */
	height: .8rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.item-box .product-info .label {
	margin: .2rem 0;
	display: flex;
	align-items: center;
}
.item-box .product-info .label1 {
	padding: 0 .08rem;
	font-size: 0.22rem;
	line-height: normal;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	margin-right: .1rem;
	background: #FF162E;
	border-radius: .04rem;
	border: 1px solid #FF162E;
}
.item-box .product-info .label1 .icon {
	width: .2rem;
	height: .2rem;
	margin-right: .06rem;
}
.item-box .product-info .label2 {
	padding: 0 .08rem;
	line-height: normal;
	font-size: 0.22rem;
	font-family: PingFang SC;
	border: 1px solid #E54D3D;
	border-radius: .04rem;
	font-weight: 500;
	color: #E54D3D;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
}
.item-box .product-price {
	margin-top: .2rem;
	font-size: .26rem;
	line-height: .26rem;
	color: #FF162E;
	display: flex;
	align-items: baseline;
	vertical-align: bottom;
}
.item-box .product-price .price-icon {
	width: .35rem;
	height: .35rem;
	margin-right: .06rem;
	margin-top: -.04rem;
}
.item-box .product-price .price {
	font-size: .28rem;
	line-height: 1;
	font-weight: bold;
	color: #F47A01;
	margin-right: .1rem;
}
.item-box .product-price .o-price {
	font-size: .24rem;
	font-weight: 400;
	text-decoration: line-through;
	color: #999999;
}
.item-box .product-price .product-text {
	font-weight: bold;
	font-size: .36rem;
	line-height: .38rem;
	position: relative;
	bottom: -.02rem;
}
.item-box .product-price .product-card {
	font-weight : bold;
	font-size: .3rem;
	line-height: .34rem;
}
.item-box .product-price .product-yuan {
	font-size: .26rem;
}
.item-box .product-purchase {
	display: flex;
	align-items: baseline;
	margin-top: .2rem;
}
.item-box .product-purchase .price {
	font-size: 0.3rem;
	font-family: PingFang SC;
	/* font-weight: 500; */
	color: #FF162E;
}
.item-box .product-purchase .price .num {
	font-size: 0.42rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FF162E;
}
.item-box .product-purchase .purchase-left {
	color: #999999;
	font-size: .24rem;
	line-height: 1.1;
	text-decoration: line-through;
	margin-left: .2rem;
}
.item-box .product-purchase .purchase-right {
	font-size: .24rem;
	line-height: 1.1;
	color: #999999;
	display: flex;
	align-items: center;
}
.item-box .product-purchase .purchase-right .icon {
	width: 0.17rem;
	height: 0.2rem;
	margin-right: 0.1rem;
	position: relative;
	bottom: .03rem;
}
/* .item-box .product-purchase .purchase-right .num {
	margin: 0 .03rem;
	color: #FF162E;
} */
.activity-end {
	width: 100%;
	height: 3.6rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: .08rem .08rem 0 0;
}
.activity-end img {
	width: 100%;
	height: 3.6rem;
	border-radius: .08rem .08rem 0 0;
}