html,body{
	width: 100%;
	height: 100%;
}
.bg{
	width: 85%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 46px;
	overflow: hidden;
}
.bg img{
	width: 100%;
	height: 100%;
}
.topIcon{
	width: 97px;
	height: 156px;
	background-image: linear-gradient(
		#5c7dff, 
		#5c7dff), 
	linear-gradient(
		#4460f1, 
		#4460f1);
	background-blend-mode: normal, 
		normal;
	border-radius: 48px;
	position: absolute;
	top: -50px;
	left: 91px;
	z-index: 7;
}
.BigBbox{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.leftForm{
	height: 100%;
	background-color: #ffffff;
	border-radius: 46px;
	flex: 1;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.leftForm .title{
	font-family: MicrosoftYaHei;
	font-size: 4.444vh;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 2px;
	color: #4460f1;
	text-align: center;
	margin-bottom: 9.537vh;
	margin-top: 17.593vh;
	position: relative;
	z-index: 15;
}

.leftForm .layui-form{
	width: 34.063vw;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.leftForm .layui-form-item p{
	font-family: AlibabaPuHuiTi-Medium;
	height: 1.852vh;
	font-size: 1.852vh;
	font-weight: 550;
	font-stretch: normal;
	line-height: 1.872vh;
	letter-spacing: 1px;
	color: #727888;
	margin-bottom: 2.407vh;
}
.leftForm .layui-form-item .layui-input{
	height: 7.593vh;
	line-height: 7.593vh;
	background-color: #ffffff;
	font-family: AlibabaPuHuiTi-Medium;
	font-size: 1.852vh;
	font-weight: 550;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #727888;
	text-indent: 35px;
	box-shadow: 0px -4px 10px 0px 
		rgba(171, 179, 218, 0.1), 
		0px 4px 10px 0px 
		rgba(171, 178, 218, 0.1);
	border-radius: 11px;
	margin-bottom: 3.781vh;
}
.leftForm .layui-form .layui-btn{
	width: 34.063vw;
	height: 7.593vh;
	font-family: AlibabaPuHuiTi-Medium;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 7.593vh;
	letter-spacing: 5px;
	color: #ffffff;
	background-color: #f9703a;
	box-shadow: 0px -6px 14px 0px 
		rgba(249, 112, 58, 0.32), 
		0px 6px 14px 0px 
		rgba(249, 112, 58, 0.31);
	border-radius: 11px;
	margin-top: 8.019vh;
}

.leftForm .round{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: absolute;
	left: -100px;
	bottom: -100px;
	background-image: linear-gradient(
		#5c7dff, 
		#5c7dff), 
	linear-gradient(
		#4460f1, 
		#4460f1);
	background-blend-mode: normal, 
		normal;
}



.rightImg{
	height: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	overflow: hidden;
}
.rightImg img{
	width: 75%;
}

.error-text{
	text-align: center;
	font-size: 16px;
	color: red;
	margin-top: 10px;
}




@media (max-height:520px) {
	.topIcon{
		width: 67px;
		top: -60px;
	}
	.leftForm .round{
		width: 100px;
		height: 100px;
		border-radius: 50%;
		left: -40px;
		bottom: -40px;
		
	}
}
@media (max-height:450px) {
	.topIcon{
		width: 37px;
		top: -80px;
	}
	.leftForm .round{
		width: 100px;
		height: 100px;
		border-radius: 50%;
		left: -40px;
		bottom: -40px;
		
	}
}
















