.zEWidget-webWidget.zEWidget-webWidget--active {
	z-index: 99999999 !important
}


.banner {
	width: 100%;
}
.banner.product-page-banner {
	margin-top: 60px;
}
.banner .img {
	height: 100%;
}
.banner .img img,
.banner .img video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.banner .swiper-banner {
	height: 100%;
}
.banner .swiper-banner .text {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	height: fit-content;
}
@media screen and (max-width: 768px) {
	.banner .swiper-banner .text {
		top: 40%;
		bottom: auto;
	}
	
	
	.banner .img img{height: 50vh;}
	
	.banner .swiper-banner .swiper-button-prev, .banner .swiper-banner .swiper-button-next{display:none;}
	
	.banner .swiper-banner .text .banner-more .more{padding: 12px 40px;}
	
	
	
}
.banner .swiper-banner .text .title {
	font-size: 60px;
	transition: all 1s;
	transform: translateY(100px);
	opacity: 0;
	width: 100%;
	line-height: 1.4;
	color: #fff;
	letter-spacing: 10px;
}
@media screen and (max-width: 1600px) {
	.banner .swiper-banner .text .title {
		font-size: 38px;
	}
}
@media screen and (max-width: 1366px) {
	.banner .swiper-banner .text .title {
		font-size: 28px;
	}
}
@media screen and (max-width: 768px) {
	.banner .swiper-banner .text .title {
		font-size: 24px;
	}
}
.banner .swiper-banner .text .banner-more {
	transition: all 1s;
	transform: translateY(100px);
	opacity: 0;
	text-align: center;
	margin-top: 40px;
	display: block;
}
.banner .swiper-banner .text .banner-more .more {
	display: inline-block;
	color: #fff;
	padding: 16px 57px;
	border: 1px solid #fff;
	font-size: 13px;
	transition: all 0.5s;
}
.banner .swiper-banner .text .banner-more .more:hover {
	border-color: #bc9366;
	background: #bc9366;
}
.banner .swiper-banner .swiper-slide-active .title {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.5s;
}
.banner .swiper-banner .swiper-slide-active .banner-more {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.9s;
}
.banner .swiper-banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 10px;
	width: 90%;
	max-width: 1720px;
	margin: auto;
	left: 0;
	right: 0;
}
.banner .swiper-banner .swiper-pagination-bullet {
	--swiper-pagination-bullet-inactive-color: transparent;
	opacity: 0.8;
	--swiper-pagination-bullet-width: 15px;
	--swiper-pagination-bullet-height: 15px;
	--swiper-pagination-bullet-horizontal-gap: 5px;
	position: relative;
}
.banner .swiper-banner .swiper-pagination-bullet::after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	opacity: 0.8;
}
.banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	--swiper-pagination-color: transparent;
	opacity: 1;
}
.banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	background: #bc9366;
}
.banner .swiper-banner .swiper-button-prev {
	left: 50px;
	background: none;
}
.banner .swiper-banner .swiper-button-next {
	right: 50px;
	background: none;
}
.banner .swiper-banner .swiper-button-prev,
.banner .swiper-banner .swiper-button-next {
	color: #fff;
}