.sc-banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.sc-banner-track {
	display: flex;
	height: 100%;
	transition: transform 0.35s ease;
}

.sc-banner-slide {
	flex: 0 0 100%;
	height: 100%;
}

.sc-banner-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	text-align: center;
	z-index: 2;
}

.sc-banner-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
	margin: 0 4px;
	cursor: pointer;
	opacity: 0.6;
}

.sc-banner-bullet.is-active {
	opacity: 1;
	background: #fff;
}

.trail-swiper .trail-slide,
.trail-swiper .swiper-slide {
	position: relative;
}

#page .slidepage {
	width: 100%;
}
