.topBg {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.3;
	z-index: 998;
}

.centerArea {
	width: 100%;
	height: 815px;
	display: flex;
}

.leftImg {
	width: 68.75%;
	height: 815px;
	flex-shrink: 0;
	z-index: 99;
}
.swiperBanner {
	width: 100%;
	height: 815px;
}

.rightInput {
	width: 31.25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: scRegular;
}

.rightTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	color: #333333;
}

.vertical {
	width: 6px;
	height: 35px;
	background: #259DF1;
	margin-top: 5px;
	margin-right: 10px;
}

.titleIntr {
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 40px;
}

.inputLine {
	width: 460px;
	height: 60px;
	background: #F0F0F0;
	border-radius: 30px;
	margin-bottom: 40px;
}

.inputLine>input {
	width: 100%;
	height: 60px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	background: transparent;
}

.loginBtn {
	width: 460px;
	height: 60px;
	background: linear-gradient(0deg, #259DF1, #75C6FF);
	border-radius: 30px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	margin-bottom: 19px;
	cursor: pointer;
}

.bottomMenu {
	width: 460px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	color: #999999;
}

.bottomMenu>div {
	cursor: pointer;
}

.footBlock{
	margin-top: 0;
}