/*商品列表*/



body,

html {

	height: 100%;

	background: #f7f8fc;

}
body{background: #f7f8fc !important;}

.m-theme-color{
				color: var(--theme-color);
			}
			.mtop{
				line-height: 0.9rem;
				width: 100%;
				text-align: center;
				color: #000000;
				position: relative;
				font-size: 0.3rem;
			}
			.mtop a{
				position: absolute;
				left: 0.2rem;
				top: 0.08rem;
			}
			.mtop img{
				width: auto;
				height: 0.35rem;
			}
			.list{
				display: flex;
				font-size: 0.26rem;
				color: #333333;
				width: 90%;
				margin-right: auto;
				margin-left: auto;
				line-height: 1rem;
				border-bottom: 1px solid #d9d9d9;
			}

* {

	padding: 0;

	margin: 0;

	letter-spacing: 1.2px;

}

/*商品*/



.news_w {

	width: 100%;

	padding: 0 0.22rem;
	background:#f7f8fc; 

	box-sizing: border-box;

}



.shop_w .news_shop_w:last-child {

	border: none;

}



.news_shop_w {
	background:#ffffff; 
	margin-bottom: 0.2rem;border-radius: 0.1rem;
	width: 100%;

	height: 2.08rem;

	padding: 0.24rem 0.24rem;

	box-sizing: border-box;

	border-bottom: 0.02rem solid #e5e5e5;

}



.news_shop_w img {

	width:2.2rem;

	height: 100%;

	float: right;
	border-radius: 0.1rem;
	overflow: hidden;

}



.news_shop {

	width: 64%;

	height: 100%;

	float: left;

}



.news_shop .title {

	font-size: 0.28rem;

	color: #333333;

	text-overflow: -o-ellipsis-lastline;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	line-clamp: 1;

	-webkit-box-orient: vertical;
	margin-top: 0.14rem;

}



.sales {

	font-size: 0.22rem;

	color: #333333;

	line-height: 0.43rem;
	margin-top: 0.1rem;


	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	line-clamp: 1;

	-webkit-box-orient: vertical;

}



.price_w {

	width: 100%;

	height: 0.5rem;
	margin-top: 0.05rem;

}



.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;
}

.sales_w img {

	width: 0.18rem;

	height: 0.22rem;

}

 .type_fl{
    padding: 0.2rem 0.2rem 0.4rem 0.2rem;
       overflow-x: auto;
    white-space: nowrap;
    background:#f7f8fc; 
}
/* //元素类名加上::-webkit-scrollbar */
.type_fl::-webkit-scrollbar {
    display: none;
}
.type_fl li{display: inline-block;position: relative;}
.h-10{height: 1rem;}
.type_ptext{font-size: 0.28rem;color: #a2a2a2}
.type_xz{font-size: 0.3rem;color: #050505}
.type_xzimg{position: absolute;top:80%;left: 50%;transform:translate(-50%,-50%);width: 0.6rem;height: 0.45rem;}
