.header{
	background-color: unset;
}

.bg-section{
	width: 100%;
	height: 100%;
}

.header-bg{
	width: 100%;
	height: 80%;
	background-image: url('../image/headerbg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.content{
	width: 40%;
	position: absolute;
	top:20%;
	left: 30%;
	transform: translate(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.content-title{
	font-size: 48px;
}

.content-info{
	color: #666666;
	font-size: 16px;
	margin: 20px 0;
}

.content-code{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}

.code-remark{
	font-size: 24px;
	margin-top:10px;
	
	color: #00AB9A;
}

.code-all{
	width: 220px;
	height: 220px;
	border: 2px solid #fff;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.code{
	width: 180px;
	height: 180px;
	border-radius: 8px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}



.common-section{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.common-group{
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.common-img{
	width: 60%;
	height: auto;
	display: block;
}

.common-step{
	width: 35%;
	height: auto;
	display: block;
}




.common-section{
	margin-bottom: 2.5rem;
}

.down-group{
	width: 100%;
	height: 5.625rem;
	position: fixed;
	bottom: 0;
	padding: 10px 16px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 3;
}

.downBtn{
	width: 100%;
	height: 44px;
	background-color:#2ECD9C;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.down-all{
	display: none;
	width: 100%;
	height: 90px;
	background-color: #fff;
}

.common-all{
	width: 100%;
	height: 1px;
	position: relative;
	z-index: 1;
	
}

.bottom-img{
	width: 100%;
	height: auto;
	display: block;
}

.section-list{
	height: auto;
}
.item-right{
	height: auto;
}

.list-title{
	font-size: 48px;
	color: #333333;
	text-align: center;
	
}


.know-section{
	width: 100%;
	margin-top: 20px;
	
}

.know-more{
	width: 135px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#2ECD9C;
	border: 1px solid #2ECD9C;
	margin: auto;
	cursor: pointer;
}
.pink-line{
	width: 10%;
	height: 4px;
	background-color:#00AB9A;
}
.gray-section{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}
.gray-bg{
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F5F5F5;
	position: absolute;
	
}

.common-icon{
	width: 30px;
	height: 30px;
	display: block;
	margin-right:8px;
}

.about-all{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
}

.about-item-top{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.about-item{
	width: calc(100% / 2 - 8px);
	height: auto;
	padding:20px;
	border-radius: 16px;
	border: 1px solid #E4E4E4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.about-item-title{
	font-size: 18px;
	color: #333333;
}

.about-item-remark{
	color: #999999;
	padding-left: 38px;
}

.aboutApp{
	font-size: 48px;
	color: #333333;
	font-weight: bold;
}

.aboutAppRemark{
	color: #333333;
	margin: 20px 0 40px 0;
	text-align: center;
}

.about-app-section{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 100px;
	box-sizing: border-box;
}

.information-section{
	width: 100%;
	margin-bottom: 100px;
	box-sizing: border-box;
}


.phone-img{
	width: 70%;
	height: auto;
	position: relative;
	z-index: 1;
}

.phone-header{
	display: none;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to top, #fff,#9FFFF4);
}

.phone-first{
	width: 100%;
	height: auto;
	display: block;
}

.phone-content-info{
	font-size: 12px;
	color: #666666;
	margin: 16px 0;
}

.phone-header-content{
	padding-top: 50px;
}
