#app {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
}

#app1 {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.spring-slider {
	--swiper-navigation-color: #79a7d9;
	--swiper-pagination-color: #000000;
	--swiper-pagination-bullet-inactive-color: #ffffff;
	width: 1280px;
	height: 420px;
	position: relative;	
}

.spring-slider .swiper-pagination {
	bottom: 0;
	margin-bottom: -50px;
}

.spring-slider .swiper {
	height: 100%;
	width: 1250px;
	padding: 0 10px;
	box-sizing: border-box;
}

.spring-slider .swiper-slide {
	box-sizing: border-box;
	padding: 0 10px;
}

.spring-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

