.swiper-button {
	width: 100%;
	padding: 0 294px;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	z-index: 10;
}

.swiper-button div {
	width: 36px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	background-image: none;
	right: 20px;
	display: none;
	background: url(../img/banner_icon@2x.png) no-repeat 100%;
	background-size: 100% 100%;
}

.swiper-button .swiper-next {
	transform: rotate(180deg);
}

.album-swiper-container {
	position: relative;
	padding: 0 30px;
}

.album-swiper-container .swiper-button {
	padding: 0;
	top: 36%;
	z-index: 0;
}

.album-swiper-container .swiper-button div {
	width: 15px;
	height: 40px;
	display: block;
	background: url(../img/right_icon@2x.png) no-repeat 100%;
	background-size: 100% 100%;
}

.album-swiper-container .swiper-button div:hover {
	background: url(../img/right_icon_hover@2x.png) no-repeat 100%;
	background-size: 100% 100%;
}

.album-swiper-container .swiper-pagination {
	position: unset;
	margin-top: 20px;
}

.album-swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #E4E7ED;
	opacity: 1;
	cursor: pointer;
	margin-right: 15px;
}

.album-swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.album-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #1159FB;
}

.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide .album-item {
	width: calc((100% - 80px) / 5);
	margin-right: 20px;
	height: 84px;
	background: #FFFFFF;
	border-radius: 6px;
}

.swiper-slide .album-item:last-child {
	margin-right: 0;
}

.swiper-slide .album-item img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
}

.swiper-slide .album-item.video-item {
	position: relative;
}

.swiper-slide .album-item.video-item::after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/video_icon@2x.png) no-repeat 100%;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
