#app_home_banner .swiper-container {
	width: 100%;
	height: 255rem !important;
	margin-top: 88rem !important;
}

#app_home_banner .swiper-wrapper {
	width: 100%;
	height: 255rem !important;
	position: relative;
}

#app_home_banner .swiper-item img {
	width: 100%;
	height: 155rem !important;
	position: absolute;
	top: 0;
	left: 0;
}


#app_home_banner .dotBox {
	text-align: center;
	margin-top: -20rem;
	position: relative;
	z-index: 3;
	height: 10rem;
}

#app_home_banner .dotBox div {
	width: 10rem;
	height: 10rem;
	background: #D1D3D4;
	border-radius: 50%;
	margin-left: 6rem;
}

#app_home_banner .dotBox .active {
	width: 22rem !important;
	background: #3577FD !important;
	border-radius: 10rem !important;
	opacity: 0.48;
	transition: all 0.3s;
}



#app_home_banner .bannerInfo {
	position: relative;
	z-index: 1;
	padding-top: 30rem;
}

#app_home_banner .bannerInfo .head {
	font-size: 32rem;
	color: white;
	padding: 0 168rem;
	text-align: center
}

#app_home_banner .bannerInfo .headBtn {
	width: 168rem;
	height: 60rem;
	background: #FFFFFF;
	border-radius: 8rem;
	font-size: 28rem;
	margin: 36rem auto 0;
	color: #3577FD;
}


#app_home_banner .animate__animated.animate__bounceInUp {
	--animate-duration: 3s;
}