.header{
	background-color: unset;
}

.bg-section{
	width: 100%;
	height: 100%;
}

.header-bg{
	width: 100%;
	height: 100%;
	background-image: url('../image/headerbg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.content{
	width: 40%;
	position: absolute;
	top:20%;
	left: 40%;
	transform: translate(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.title{
	width: 100%;
	height: auto;
	display: block;
}

.content-code{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}

.code-remark{
	font-size: 1.5rem;
	margin-top:20px;
	
	color: #fff;
}

.code-all{
	width: 220px;
	height: 220px;
	border: 2px solid #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.code{
	width: 180px;
	height: 180px;
	border-radius: 20px;
	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:#FF4D81;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.down-all{
	display: none;
	width: 100%;
	height: 90px;
	background-color: #fff;
}

.common-all{
	
	position: relative;
	z-index: 1;
}






