@charset "utf-8";
.product-item-sale {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	border-radius: .08rem;
	margin-bottom: .15rem;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.product-item-sale:nth-child(odd){
	margin-right: 2%;
}
.product-item-sale .product-cover {
	width: 100%;
	height: 3.55rem;
	overflow: hidden;
	background-color: #F5F6F8;
	position: relative;
}
.product-item-sale .product-cover .cover-img {
	width: 100%;
	height: 3.55rem;
}
.product-item-sale .product-cover .end-img {
	width: 100%;
	height: 3.55rem;
	position: absolute;
	top: 0;
	left: 0;
}
.product-item-sale .product-info {
	width: 100%;
	padding: .2rem 0;
	box-sizing: border-box;
}
.product-item-sale .product-info .product-name {
	width: 100%;
	padding: 0 .14rem;
	font-size: 0.28rem;
	height: .72rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	box-sizing: border-box;
}
.product-item-sale .product-info .label {
	margin-top: .2rem;
	padding: 0 .14rem;
	box-sizing: border-box;
}
.product-item-sale .product-info .label .label1 {
	color: #fff;
	font-size: .22rem;
	line-height: normal;
	background: #ff0152;
	border: 1px solid #ff0152;
	border-radius: .06rem;
	padding: .02rem .08rem;
}
.product-item-sale .product-info .label .label2 {
	color: #ff0152;
	font-size: .22rem;
	line-height: normal;
	border: 1px solid #ff0152;
	border-radius: .06rem;
	padding: .02rem .08rem;
}
.product-item-sale .product-info .product-bottom {
	width: 100%;
	margin:.2rem auto 0;
	padding-left: .14rem;
	box-sizing: border-box;
}
.product-item-sale .product-info .product-bottom .price-txt {
	height: .33rem;
	margin-left: .06rem;
	padding: 0 .06rem 0 .18rem;
	box-sizing: border-box;
	font-size: 0.22rem;
	line-height: normal;
	font-family: PingFang SC;
	font-weight: 500;
	color: #ff0152;
	background: url(https://img.quanminyanxuan.com/other/94a76711ee2848f2b45f4662dfdee97f.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.product-item-sale .product-info .product-bottom .price {
	font-size: 0.24rem;
	font-weight: 600;
	color: #ff0152;
	display: flex;
	align-items: center;
}
.product-item-sale .product-info .product-bottom .price .num {
	font-size: 0.36rem;
}
.product-item-sale .product-info .product-bottom .price .price-ori {
	color: #282828;
	font-size: .22rem;
	text-decoration: line-through;
	margin-left: .1rem;
}
.product-item-sale .product-info .product-bottom .price .price-zhe {
	color: #282828;
	font-size: .22rem;
	margin-left: .1rem;
	white-space: nowrap;
}
.product-item-sale .product-info .product-bottom .pricef{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 500;
	text-decoration: line-through;
	color: #666666;
}
.product-item-sale .product-info .qef{
	width: 90%;
	margin: 0.2rem auto 0;
	text-align: center;
	font-size: 0.26rem;
	line-height: 0.26rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFE1B6;
	background-color: #222;
	border-radius: 0.06rem;
	padding: 0.22rem 0.1rem 0.18rem;
	white-space: nowrap;
}