@charset "utf-8";

/* ======================商品分类========================= */

.tab-category-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

}

.category-tab {
	width: 90px;
	background: #fff;
	height: 100%;
	position: relative;
	top: 0;
	bottom: 0;
	z-index: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.category-tab .category_box {
	width: 100%;
}

.category-tab .category_item {
	height: 46px;
	line-height: 46px;
	text-align: center;
	position: relative;
	font-size: 14px;
	color: #555;

}

.category-tab .category_item.cur {
	color: #414141;
	background: #f7f7f7;
}

.category-tab .category_item.cur:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 0;
	width: 3px;
	height:24px;
	border-radius: 10px;
	background: linear-gradient(to top, #414141, #8a8a8a);
	margin-top: -12px;
}


.category-content {
	height: 100%;
	position: relative;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: #f7f7f7;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.category-content.category-box {

	-webkit-overflow-scrolling: touch;

	-webkit-box-flex: 1;

	-webkit-flex: 1;

	-ms-flex: 1;

	flex: 1;

	position: relative;
}

.category-content .category-con {
	display: none;
}

.category-list {
	margin: 0 auto;
}





/*分类导航滑块*/
.wrapper {
	position: relative;
	z-index: 2;
	height:40px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;

}

.wrapper .scroller {
	position: absolute;
}

.wrapper .scroller .nav-li {
	min-width: 48px;
	height: 40px;
	color: #000;
	float: left;
	font-style: none;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}

.wrapper .scroller .nav-li .link_a {
	color: #707070;
	margin: 10px auto;
	font-size: 14px;
	padding: 0 8px;
	box-sizing: border-box;
}

.wrapper .scroller .nav-li.cur .link_a {
	color: #000;


}

.allmenu {
	color: #707070;
	position: relative;
	z-index: 3;
	font-size: 14px;
	padding: 0 20px;
	line-height: 40px;
}

.allmenu img {
	width: 20px;
	margin-bottom: 5px;
}

.allmenu.cur {
	color: #000;
	font-size: 17px;
	font-weight: bold;


}

.allmenu.cur::after {
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/yezi.png) no-repeat center;
	background-size: 70% auto;

}
