.app-title {
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 45px;
	color: #3B3B3B;
	margin-bottom: 30px;
}

.app-section {
	margin-top: 70px;
	width: 100%;
	/* border-radius: 80px 180px 80px 180px; */
	/* border-radius: 30%; */
	/* background-color: #00BCAE; */
}

.app-section-item {
	display: flex;
	align-items: center;
}

.app-section-one {
	border: solid 3px white;
	width: 43.5%;
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00BCAE;
}

.app-section-two {
	border: solid 3px white;
	width: 57%;
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00BCAE;
}

.app-section-inner {
	text-align: center;
	color: #FFFFFF;
}

.section-vice-title {
	font-size: 20px;
	font-weight: normal;
}

.app-section-title {
	margin-top: 38px;
	margin-bottom: 25px;
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 3px;
}

.app-section-desc {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	width: 320px;
	letter-spacing: 1px;
}
.item-section-icon{
	color: #02CEB9;
	font-weight: 600;
	font-size: 30px;
}

.head-title{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 160px;
}

.downloadQR{
	width: 130px;
	margin-left: 50px;
}