@charset "utf-8";

/* ======================商品分类========================= */

.tab-category-content {
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

}

.tab-category-content::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	border-top: 1px solid #eeeeee;
	color: #eeeeee;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	z-index: 99999;
}

.category-tab {
	width: 90px;
	background: #FFFFFF;
	height: 100%;
	position: relative;

	top: 0;
	bottom: 0;
	z-index: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.category-tab::before {
	content: " ";
	position: absolute;
	left: 99.2%;
	top: 0;
	height: 1px;
	border-left: 1px solid #eeeeee;
	color: #eeeeee;
	height: 200%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}


.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::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	border-top: 1px solid #eeeeee;
	color: #eeeeee;
	height: 200%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.category-tab .category_item:last-child::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	color: #eeeeee;
	height: 200%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.category-tab .category_item.cur {
	color: #ef235e;
	background: #FFFFFF;
}

.category-tab .category_item.cur:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 0;
	width: 2px;
	height: 16px;
	background: #ef235e;
	margin-top: -8px;
}


.category-content {
	height: 100%;
	position: relative;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}



.category-content .title {
	height: 46px;

	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;


}

.category-content .title span {
	margin: 0 5px;
	font-size: 14px;
	font-weight: bold;
}

.category-content .title i {
	width: 8px;
	height: 2px;
	background: #333333;
}

.category-content .category-list {
	margin: 0 auto;
}

.category-content .category-list .category-con {
	display: none;
}

.category-content .category-list .category-con .category {

	overflow: hidden;
	padding: 0 5px;
}

.category-content .category-list .category-con .category .link_a {
	color: #333;
	background: #fff;
	text-align: center;
	font-size: 13px;
	float: left;
	width: 33.33333%;
	padding: 5px;
}

.category-content .category-list .category-con .category .link_a .icon_type {
	width: 100%;
	height: 100%;
	background: #fff;
	display: block;

}
