/*商品列表*/
body,
html {
	height: 100%;
	background: #f7f7f7;
}
* {
	padding: 0;
	margin: 0;
	letter-spacing: 1.2px;
}
/*商品*/
.news_w {
	width: 100%;
	padding: 0 0.25rem;
	box-sizing: border-box;
}
.shop_w .news_shop_w:last-child {
	border: none;
}
.news_shop_w {
	width: 100%;
	height: 2.08rem;
	padding: 0.24rem 0;
	box-sizing: border-box;
	border-bottom: 0.02rem solid #e5e5e5;
}
.news_shop_w img {
	width: 1.6rem;
	height: 100%;
	float: left;
}
.news_shop {
	width: 73%;
	height: 100%;
	float: right;
}
.news_shop .title {
	font-size: 0.26rem;
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sales {
	font-size: 0.22rem;
	color: #333333;
	line-height: 0.4rem;
}
.price_w {
	width: 100%;
	height: 0.5rem;
}
.price {
	font-size: 0.18rem;
	color: #ff6551;
	float: left;
	line-height: 0.5rem;
}
.price span {
	font-size: 0.3rem;
}
.market {
	font-size: 0.24rem;
	color: #999999;
	float: left;
	text-decoration: line-through;
	line-height: 0.5rem;
	margin-left: 0.1rem;
}
.price_w .sub {
	width: 1.2rem;
	height: 0.38rem;
	background: #ff6551;
	float: right;
	font-size: 0.22rem;
	color: #fff;
	text-align: center;
	line-height: 0.38rem;
	border-radius: 30px;
	margin-top: 0.07rem;
}
.sales_w {
	width: 50%;
	height: 0.8rem;
	float: left;
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.8rem;
	text-align: center;
	background-color: #fff;
}
.sales_w img {
	width: 0.18rem;
	height: 0.22rem;
}
/*新商品样式*/
.newgoods{
	width: 48%;
}
.newgoods img{
	width: 3.33rem;
	height: 3.33rem;
	border-radius: 10px;
}
.newgoods-t{
	font-size: 0.32rem;
}
.newgoods-p{
	font-size: 0.3rem;
	color: #de3031;
}
