.body{
	height: 100vh;
	overflow: hidden;
	display: flex;
	background-color: #fff;
}
.imgLeft{
	flex: 1.7;
}
.imgLeft img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.sectionBody{
	flex: 1;
	display: grid;
	place-items: center;
}
.section{
	width: 100%;
	padding: 0 1.01rem;
	box-sizing: border-box;
}
.section_logo{
	width: 2.74rem;
	height: 0.4rem;
}

.heaForm_top{
	margin-top: 0.64rem;
}
.heaForm:not(:last-child){
	margin-bottom: 0.46rem;
}
.heaForm1{
	font-size: 0.14rem;
	font-weight: 600;
	color: #333;
}
.heaForm2{
	padding: 0.09rem 0.15rem;
	box-sizing: border-box;
	border-radius: 0.06rem;
	color: #333;
	font-size: 0.14rem;
	margin-top: 0.09rem;
	border: 0.01rem solid #EAEAEA;
}
.footerBody{
	margin-top: 0.23rem;
}
.footer{
	border-radius: 0.06rem;
	font-size: 0.14rem;
}
.footer span{
	cursor: pointer;
}
.footer1{
	padding: 0.09rem 0.2rem;
	box-sizing: border-box;
	background-color: #2AA7FF;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.02rem;
	cursor: pointer;
	text-align: center;
	margin-top: 0.64rem;
}
.footer2{
	color: #2AA7FF;
}
.footer2 span{
	border-bottom: 0.01rem solid #2AA7FF;
}