.login-page {
	width: 100%;
	height: 100vh;
	position: relative;
	box-sizing: border-box;
	background-image: url(../img/bg01@2x.png);
}

.pr {
	position: relative;
}

.login-box {
	position: absolute;
	top: 19%;
	left: 15%;
	width: 70%;
	height: 72%;
	background: #FFFFFF;
	border-radius: 50px;
	display: flex;
}

.login-left {
	width: 40%;
	padding: 100px 0 0 120px;

}

.login-left .title {
	font-size: 46px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #3EA7F8;
	margin-bottom: 70px;
	text-align: center;
}

.login-form .form-li {
	border-radius: 14px;
	background: #F8F8F8;
	height: 68px;
	overflow: hidden;
	display: flex;
	margin-bottom: 13px;
}

.form-li .li-icon {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 24px;
	padding: 21px 24px;
}

.form-li .li-icon .li-img {
	width: 23px;

}

.form-li .li-input {
	padding-left: 70px;
	width: 90%;
	background: #F8F8F8;
}

.form-li .li-input input {
	display: inline-block;
	height: 100%;
	width: 100%;
	background-color: transparent;
}

.form-li .li-input input:focus {}
.code-txt {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #5592FF;
}
.form-li .btn {
	width: 100%;
	height: 100%;
	background: linear-gradient(-90deg, #40AAF6 0%, #2F80ED 100%);
	box-shadow: 0px 6px 9px 0px rgba(61, 163, 244, 0.32);
	color: #fff;
	font-size: 25px;
}
.form-li:last-child{
	margin-top: 26px;
}

.login-right {
	width: 60%;
	position: relative;
	height: 100%;
}

.login-img {
	width: 87%;
	position: absolute;
	top: 80px;
	left: 5%
}
