.swiper-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
}

.view .swiper-wrapper {
	min-height: 350px;
}

.view .swiper-slide {
	display: none;
	width: 100%;
	height: 350px;
}

.view .swiper-slide.swiper-slide-active {
	display: block;
}

.view .swiper-slide .imgauto {
	width: 100%;
	height: 350px;
	line-height: 350px;
	text-align: center;
	overflow: hidden;
	position: relative;
	cursor: crosshair;
}

.view .swiper-slide .imgauto img {
	display: block;
	margin: 0 auto;
}

.view {
	position: relative;
	overflow: visible;
}

.view .zoomMask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(72, 115, 55, 0.18);
	border: 1px solid rgba(72, 115, 55, 0.28);
	cursor: crosshair;
	pointer-events: none;
	box-sizing: border-box;
}

.view .zoomDiv {
	display: none;
	position: absolute;
	left: calc(100% + 18px);
	top: 0;
	width: 100%;
	height: 350px;
	border: 1px solid #ddd;
	background-color: #fff;
	background-repeat: no-repeat;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	z-index: 30;
}

.preview {
	position: relative;
	padding: 0 36px;
	margin-top: 18px;
}

.preview .swiper-container {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.preview .swiper-wrapper {
	display: flex;
	align-items: stretch;
	gap: 10px;
	transform: none !important;
	transition: none !important;
}

.preview .swiper-slide {
	flex: 0 0 calc(25% - 8px);
	max-width: calc(25% - 8px);
	padding: 0;
	cursor: pointer;
	box-sizing: border-box;
}

.preview .swiper-slide .imgauto {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid #ddd;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}

.preview .swiper-slide img {
	display: block;
	margin: 0 auto;
}

.preview .swiper-slide.active-nav .imgauto,
.preview .swiper-slide.swiper-slide-active .imgauto {
	border-color: #f00;
}

.preview .arrow-left,
.preview .arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
	background-repeat: no-repeat;
}

.preview .arrow-left {
	left: 10px;
	background-image: url(../img/feel3.png);
	background-position: left top;
}

.preview .arrow-right {
	right: 10px;
	background-image: url(../img/feel4.png);
	background-position: left bottom;
}

@media screen and (max-width: 767px) {
	.view .swiper-wrapper,
	.view .swiper-slide,
	.view .swiper-slide .imgauto {
		min-height: 260px;
		height: 260px;
		line-height: 260px;
	}

	.preview {
		padding: 0 24px;
	}

	.preview .swiper-wrapper {
		gap: 8px;
	}

	.preview .swiper-slide {
		flex: 0 0 calc(33.3333% - 6px);
		max-width: calc(33.3333% - 6px);
	}

	.preview .swiper-slide .imgauto {
		height: 68px;
		line-height: 68px;
	}

	.preview .arrow-left {
		left: 4px;
	}

	.preview .arrow-right {
		right: 4px;
	}

	.view .zoomDiv,
	.view .zoomMask {
		display: none !important;
	}
}

.eyou-showcase .view {
	position: relative;
	overflow: visible;
}

.eyou-showcase .view .swiper-slide {
	display: none;
	width: 100%;
	height: 350px;
	overflow: hidden;
	background: #fff;
}

.eyou-showcase .view .swiper-slide.swiper-slide-active {
	display: flex;
}

.eyou-showcase .view .swiper-slide .imgauto {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 350px;
	line-height: normal;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.eyou-showcase .view .swiper-slide .imgauto img {
	display: block;
	margin: 0 auto;
	max-width: none;
	max-height: none;
}

.eyou-showcase .preview {
	position: relative;
	margin-top: 18px;
	padding: 0 28px;
}

.eyou-showcase .preview .swiper-container {
	width: auto;
	margin: 0;
}

.eyou-showcase .preview .swiper-wrapper {
	display: flex;
	align-items: center;
	gap: 0;
}

.eyou-showcase .preview .swiper-slide {
	width: 70px;
	max-width: 70px;
	flex: 0 0 70px;
	padding: 0;
	margin: 0 6px;
	cursor: pointer;
	box-sizing: border-box;
}

.eyou-showcase .preview .swiper-slide .imgauto {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	background: #fff;
	box-sizing: border-box;
	transition: border-color .2s ease;
}

.eyou-showcase .preview .swiper-slide img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.eyou-showcase .preview .swiper-slide.active-nav .imgauto {
	border-color: #f00;
}

.eyou-showcase .preview .arrow-left,
.eyou-showcase .preview .arrow-right {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 30px;
	margin-top: -15px;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 30px;
	opacity: .85;
}

.eyou-showcase .preview .arrow-left {
	left: 0;
	background-image: url(/pyfile/images/feel3.png);
}

.eyou-showcase .preview .arrow-right {
	right: 0;
	background-image: url(/pyfile/images/feel4.png);
}

.eyou-showcase .preview .arrow-left:hover,
.eyou-showcase .preview .arrow-right:hover {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.eyou-showcase .view .swiper-slide,
	.eyou-showcase .view .swiper-slide .imgauto {
		height: 260px;
	}

	.eyou-showcase .preview {
		padding: 0 22px;
	}

	.eyou-showcase .preview .swiper-slide {
		width: 58px;
		max-width: 58px;
		flex: 0 0 58px;
		margin: 0 4px;
	}

	.eyou-showcase .preview .swiper-slide .imgauto {
		height: 58px;
	}

	.eyou-showcase .preview .arrow-left,
	.eyou-showcase .preview .arrow-right {
		width: 14px;
		height: 24px;
		margin-top: -12px;
		background-size: 14px 24px;
	}
}