
@keyframes ol-baloon-c96114de {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(10px)
	}

	to {
		transform: translateY(0)
	}
}
body {
	margin: 0 auto;
	background-color: #f2f6fe
}
.content {
	margin: 8.66vw 0
}

.content h1 {
	font-weight: 600;
	font-size: 9.4vw;
	line-height: 14.667vw;
	text-align: center;
	color: #000
}

.content p {
	font-weight: 400;
	font-size: 4.3vw;
	line-height: 4vw;
	text-align: center;
	color: #969696;
	margin-top: -3vw
}

.content div {
	text-align: center
}

.content .header-img {
	width: 28.8vw
}

.ef-img-box {
	width: 100vw;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -5vw;
	margin-bottom: 10vw;
}

.ef-img-box .app-show-img {
	width: 69.33333vw
}

.ef-img-box .background-img-1 {
	position: absolute;
	width: 100vw;
	top: 18vw;
	align-items: center;
	z-index: -1
}

.ef-img-box .background-img-2 {
	position: absolute;
	width: 20vw;
	top: 29vw;
	left: 0
}

.ef-img-box .background-img-3 {
	position: absolute;
	width: 17vw;
	top: 91vw;
	right: 2vw
}

.ef-img-box .ef-app-money-img {
	animation: ol-baloon-c96114de 3s infinite .3s;
	width: 53.33333vw;
	position: absolute;
	top: 35vw;
	right: 8vw
}

.ef-img-box .ef-app-serv-img {
	animation: ol-baloon-c96114de 3s infinite .3s;
	width: 53.33333vw;
	position: absolute;
	top: 54vw;
	right: 1.8vw
}

.ef-img-box .ef-app-img-1 {
	animation: ol-baloon-c96114de 3s infinite .3s;
	width: 53.33333vw;
	position: absolute;
	top: 71.3vw;
	left: -1.266vw
}

.ef-img-box .ef-app-img-2 {
	animation: ol-baloon-c96114de 3s infinite .3s;
	width: 53.33333vw;
	position: absolute;
	top: 90vw;
	left: 6.66vw
}

.btns {
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0;
	border-radius: 0
}

.downFun {
	width: 100%;
	height: 13.333vw;
	background: #ffcc00;
	border-radius: 1.333vw ;
	align-items: center;
	transition: all .2s ease-in-out
}
a {
	text-decoration-line: none;
	color: #000;
	font-size: 18px;
	font-weight: 600;
}

.downFun span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-weight: 600;
	font-size: 3.73333vw;
	line-height: 3.73333vw
}

