#category {
	background-color: #fff;
	font-size: 0.345454rem;
}

/*********** header ***********/
#category .headerC{
	/* padding: 0.290909rem; */
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
}
#category .headerC .search{
	/* width: calc(100%- 0.2363rem - 0.2363rem); */
	margin: 0.290909rem;
	height: 0.836363rem;/* 92px */
	border-radius: calc( 0.836363rem/2 );
	background-color: #f1f1f1;
	padding: 0 0.290909rem;
	font-size: 0.363636rem;/* 40px */
	color: #757575;
	line-height: 0.836363rem;
	display: flex;
	align-items: center;
}
#category .headerC .search i {
	font-size: 0.42rem;
	margin-right: 0.090909rem;
	vertical-align: middle;
	color: #757575;
}
#category .headerC .search i::before {
	margin: 0;
}




#category .class_tree{
	top: 1rem;
	border: none;
	background-color: #f1f1f1; 
	/* width: 2.90909rem; *//* 276px */
	width: 28%;
	position: fixed;
	left: 0;
	top: 1.418181rem;/* 156 */
	min-height: calc(100% - 2.716rem);
	padding-bottom: 1.30909rem;/* 144 */
}
#category #category_ul {
	vertical-align: middle;
}
#category #category_ul li {
	font-size: 0.363636rem; /* 40 */
	background-color: #f1f1f1;
	height: 1.327272rem;/* 146px */
	border: 0;
	vertical-align: middle;
	line-height: 1.327272rem;/* 146px */
	padding: 0;
	text-align: center;
}
#category #category_ul li span {
	font-size: 0.618181rem;/* 68px */
	font-weight: bolder;
	float: left;
	color: #f1f1f1;
	width: 0.045454rem;
	margin-left: -0.018181rem;/* 4 */
}
#category #category_ul li strong {
	color: #666666;
}
#category #category_ul .active_li {
	background-color: #fff;
	/* border-left: 0.072727rem solid; */
}



#category #category_right{
	width: 72%;
	background-color: #fff;
	position: absolute;
	top: 1.418181rem;/* 156 */
	left: 28%;
	min-height: calc(100% - 2.716rem);
	padding-bottom: 1.30909rem;/* 144 */
}
#category #goodsList_box .ul_hide {
	display: none;
}

#category .goodsList {
	display: flex;
	flex-wrap: wrap;
}
#category .goodsList ul {
	display: flex;
	flex-wrap: wrap;
}
#category .goodsList li {
	background-color: #fff;
}
#category .goodsList img {
	width: 100%;
	height: 5rem;
	object-fit: cover;
}
#category .goodsList .price {
	/* padding: 0 0.2rem 0.1rem; */
	padding-bottom: 0.1rem;
}
#category .goodsList .price .newPrice {
	font-weight: bold;
	color: #e4393c;
	font-size: 0.4rem;
}
#category .goodsList .price .oldPrice {
	color: grey;
	text-decoration: line-through;
	font-size: 0.327272rem;/* 36 */
}
#category .goodsList .price .newPrice::before {
	content: "¥";
}
#category .goodsList .price .oldPrice::before {
	content: "¥";
}


#category .goods-style-y img {
	width: 2rem;
	height: 2rem;
	float: left;
}
#category .goods-style-y li {
	width: 100%;
	line-height: 2rem;
	padding: 0.290909rem 0.290909rem 0.236363rem 0.454545rem;
}
#category .goods-style-y .goodsName {
	width: 65%;
	height: 0.92rem;
	float: right;
	/* margin-top: 0.006rem; */
	margin-bottom: 0.2rem;
	color: #757575;
	font-size: 0.345454rem;/* 38 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#category .goods-style-y .price {
	display: inline-block;
	/* margin-top: -0.5rem; */
	float: right;
	text-align: right;
	width: 65%;
	border-bottom: 0.018181rem #EBEBEB solid;
	position: relative;
	top: 0.226rem; /* 44 */
}
#category .goods-style-y .price>a {
	position: static;
	display: inline-block;
	width: 0.5rem;
	float: right;
}
