.swiper-container[data-v-f82b5c2b] {
	position: relative;
	width: 100%;
	overflow: hidden
}

.swiper-wrapper[data-v-f82b5c2b] {
	display: flex;
	transition: transform .3s ease;
	width: 100%
}

.swiper-slide[data-v-f82b5c2b] {
	flex-shrink: 0;
	width: 100%
}

.swiper-slide img[data-v-f82b5c2b] {
	width: 100%;
	height: auto;
	display: block
}

.swiper-pagination[data-v-f82b5c2b] {
	position: absolute;
	bottom: .2rem;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	gap: .1rem;
	z-index: 10
}

.pagination-dot[data-v-f82b5c2b] {
	width: .16rem;
	height: .16rem;
	border-radius: 50%;
	background: #ffffff80;
	transition: all .3s
}

.pagination-dot.active[data-v-f82b5c2b] {
	background: #fff;
	width: .32rem;
	border-radius: .08rem
}

.image-error[data-v-f82b5c2b] {
	width: 100%;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5
}

.error-text[data-v-f82b5c2b] {
	color: #999;
	font-size: .28rem
}
