.ban-er {
	left: 0;
	width: 100%;
	bottom: 0;
	line-height: 5rem;
	height: 5rem;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}
.fl {
	float: left;
}
.ban3 .two-ul {
	width: 100%;
}
.container2 {
	padding: 0 0.25rem;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.ban-er .two-ul li {
	display: inline-block;
	font-weight: 400;
	font-size: 1.2rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.ban-er .two-ul li:hover a, .ban .ban-er .two-ul li.active a {
	color: #FFFFFF;
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
}
.ban-er .two-ul li::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	background: #CED8DD;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	-moz-box-sizing:border-box;
}
.ban-er .two-ul li a {
	color: #2B2B2B;
	padding: 0 1.5rem;
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	display: inline-block;
}
.ban-er .two-ul li::after {
	background: #416BE8;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.ban-er .two-ul li:hover::before,

.ban-er .two-ul li.active::before {

  -webkit-transform: translate3d(0, 100%, 0);

  transform: translate3d(0, 100%, 0);

}

.ban-er .two-ul li:hover::after,

.ban-er .two-ul li.active::after {

  -webkit-transition-delay: 0.175s;

  transition-delay: 0.175s;

  -webkit-transform: translate3d(0, 100%, 0);

  transform: translate3d(0, 100%, 0);

}
.imgZoom:hover img {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
}
.prolist ul li dl img {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	border: none;
	position:absolute;
}
.prolist ul li h3 {
	height: 44px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	line-height: 22px;
	margin-top: 10px;
	color:black;
	font-weight: bold;
}


ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
.prolist ul li {
	width: 25%;
	padding: 0 14px;
	margin-bottom: 15px;
	float: left;
	margin-top: 15px;
}
.prolist ul li dl {
	background: #fff;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.imgZoom a {
	text-decoration: none;
	color: #000;
	transition: color 0.56s ease;
}

.rightBox {
	padding-left: 310px;
}


.detail_big_pic_content {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 100%;
	border: 1px solid #eee;
}

.moduleStyle0 {
	position: relative;
	font-size: 14px;
}

.product_detail_right_content {
	width: 56.25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Products Container */
.products-container {
	padding: 30px 0;
	background-color: #f5f5f5;
	margin-top: 0;
}

/* Product Category Sidebar */
.product-category-sidebar {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
}

.category-title {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #416BE8;
	text-align: center;
}

.category-tree {
	list-style: none;
	padding: 0;
	margin: 0;
}

.category-item {
	margin-bottom: 10px;
}

.category-link {
	display: block;
	padding: 12px 15px;
	color: #2B2B2B;
	text-decoration: none;
	background-color: #fff;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-weight: 500;
	position: relative;
	font-size: 14px;
	border: 1px solid transparent;
}

.category-link:hover {
	background-color: #416BE8;
	color: #fff;
	padding-left: 15px;
	border-color: #416BE8;
}

/* Subcategory styles */
.subcategory-list {
	list-style: none;
	padding: 5px 0 0 20px;
	margin: 0;
	display: block;
}

/* Always show subcategories, remove toggle functionality */
.category-item.has-children > .category-link::after {
	content: '▼';
	position: absolute;
	right: 10px;
	font-size: 10px;
}

.subcategory-item {
	margin-bottom: 5px;
}

.subcategory-link {
	display: block;
	padding: 8px 10px;
	color: #666;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 13px;
	border-left: 2px solid #416BE8;
	background-color: #f8f9fa;
	border-radius: 0 4px 4px 0;
}

.subcategory-link:hover {
	color: #fff;
	background-color: #416BE8;
	padding-left: 15px;
	border-left-color: #416BE8;
}

/* Active state */
.category-item.active > .category-link {
	background-color: #416BE8;
	color: #fff;
	border-color: #416BE8;
}

.subcategory-item.active > .subcategory-link {
	color: #fff;
	background-color: #416BE8;
	border-left-color: #416BE8;
}

/* Responsive styles */
@media (max-width: 991px) {
	.product-category-sidebar {
		margin-bottom: 20px;
	}
	
	.category-title {
		font-size: 20px;
	}
	
	.category-link {
		padding: 10px 12px;
		font-size: 13px;
	}
	
	.subcategory-link {
		padding: 6px 8px;
		font-size: 12px;
	}
	
	/* Ensure ban-er fits properly on medium screens */
	.ban-er {
		height: auto;
		line-height: normal;
		padding: 1rem 0;
	}
	
	.ban-er .two-ul li {
		margin: 0.25rem;
	}
	
	/* Adjust product grid for medium screens */
	.prolist ul li {
		width: 33.333% !important;
	}
}

@media (max-width: 767px) {
	/* Stack sidebar and product list */
	.products-container .row > div {
		width: 100% !important;
		padding: 0 !important;
	}
	
	.product-category-sidebar {
		margin-bottom: 25px;
		padding: 15px;
	}
	
	.category-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.category-link {
		padding: 8px 10px;
	}
	
	/* Show subcategories on click for mobile */
	.category-item .subcategory-list {
		display: block;
		padding-left: 15px;
	}
	
	/* Ensure ban-er is responsive on mobile */
	.ban-er {
		height: auto;
		line-height: normal;
		padding: 0.5rem 0;
	}
	
	.ban-er .two-ul {
		text-align: center;
		padding: 0;
	}
	
	.ban-er .two-ul li {
		display: inline-block;
		margin: 0.125rem;
		font-size: 1rem;
	}
	
	.ban-er .two-ul li a {
		padding: 0 0.75rem;
		font-size: 0.9rem;
	}
	
	/* Adjust product grid for mobile */
	.prolist ul li {
		width: 50% !important;
		padding: 0 7px !important;
		margin-bottom: 15px;
	}
}

@media (max-width: 479px) {
	.category-link {
		padding: 10px 12px;
		font-size: 14px;
	}
	
	.subcategory-link {
		padding: 7px 10px;
		font-size: 13px;
	}
	
	/* Adjust ban-er for small mobile */
	.ban-er .two-ul li {
		margin: 0.125rem 0;
	}
	
	.ban-er .two-ul li a {
		padding: 0 0.5rem;
		font-size: 0.8rem;
	}
	
	/* Adjust product grid for small mobile */
	.prolist ul li {
		width: 100% !important;
		padding: 0 !important;
	}
}



