
#app{
	background-color: #f8fafd;
}

.banner-title .p1 {
	font-size: 22px;
	color: #bccede;
	line-height: 16px;
}

.banner-title .p2 {
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	line-height: 46px;
	margin-top: 10px;
}

.box-1 {
	display: flex;
	justify-content: center;
	padding-bottom: 60px;
	background-color: #f8fafd;
}

.box-1 .center-box {
	display: flex;
	line-height: 28px;
	background-color: #fff;
	border-radius: 8px;
	font-size: 16px;
	margin-top: -60px;
	z-index: 99;
}

.gateway-width-1200 {
	width: 1200px;
}

.box-1 .center-box .center-top-box {
	padding: 50px 70px;
}

.box-1 .center-box .center-top-box p {
	text-indent: 24px;
}

