html, body{
	font-size: 14px !important;
}
.content-body{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100vh;
	background: #14161C;
}
.content-left{
	background: #14161C;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55.10833333333333%;
	position: relative;
}
.content-left .content-logo{
	position: absolute;
	width: 100%;
	left: 1.88rem;
	top: 1.88rem;
	height: 2.19rem;
	display: flex;
}
.content-left .content-logo img{
	height: 100%;
}
.content-left .content-footer{
	height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.88rem;
	color: #B8B8B8;
	line-height: 1;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.newfooter{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content-left .content-footer a{
	color: #B8B8B8;
	margin-left:0.3rem;
}
.form-body{
	width: 35rem;
}
.form-body-title{
	height: 3.06rem;
}
.form-body-title2{
	margin-top: 0.75rem;
}
.form{
	width: 100%;
	margin-top: 5.06rem;
}
.form-register{
	margin-top: 2.5rem !important;
}
.form .input {
	width: 100%;
	height: 3.75rem;
	background: #242629;
	border-radius: 0.38rem ;
	border: 0.06rem solid #343842;
	position: relative;
}

.form .input2{
	margin-top: 1.81rem;
}
.form .input-icon {
	width: 1.38rem;
	height: 1.38rem;
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
}
.form .input input{
	width: 100%;
	height: 100%;
	padding: 0 1.25rem 0 3.25rem;
	border: none;
	background: none;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 1rem;
	color: #A4A8AE;
	line-height: 1;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.input-code{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.get-code{
	width: 35%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 1.25rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 1rem;
	color: #458BFF;
	line-height: 1;
	text-align: right;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}
.input-code input{
	width: 65% !important;	
}
.select{
	width: 100%;
	height: 100%;
	padding: 0 3.25rem 0 1.25rem;
	border: none;
	background: none;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 1rem;
	color: #A4A8AE;
	line-height: 1;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #A4A8AE;
	position: relative;
	cursor: pointer;
}
.select .select-arrow{
	position: absolute;
	right: 1rem;
	width: 1rem;
	height: 1rem;
	top: 50%;
	transform: translateY(-50%);
}
.option-list {
	display: block;
	position: absolute;
	width: 100%;
	background: #242629;
	box-shadow: 0rem 0.13rem 1rem 0.06rem rgba(0,0,0,0.5);
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	border: 0.06rem solid #3A3D42;
	top: 4.14rem;
	left: 0;
	z-index: 100;
	max-height: 20rem;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5rem;
}
.option-list::-webkit-scrollbar{
	display: none;
}
.option-list .option{
	width: 100%;
	margin-top: 0.25rem;
	min-height: 2.5rem;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 1.25rem;
	line-height: 1.5;
	cursor: pointer;
}
.option-list .option:hover{
	background: #454547;
}
.option-list .option-select{
	background: #454547;
}
.option-list .option:first-child{
	margin-top: 0;
}
.select_text{
	width: 100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.form-register .input input{
	padding: 0 1.25rem !important;
}
.input-group-register{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.input-group-register .input{
	width: 16.88rem;
	
}
.form .input-tip{
	width: 100%;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.38rem;
}
.form .input-tip-left{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.form .input-tip-left .input-checkbox{
	width: 1rem;
	height:1rem;
	background: #242629;
	border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
	border: 0.06rem solid #D8DBE6;
}
.form .input-tip-left .input-checked{
	background: none;
	border: 0.06rem solid #458BFF!important;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #458BFF !important;
}
.form .input-tip-left .remember{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.88rem;
	color: #6C6F79;
	line-height: 1;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 0.44rem;
}
.form .input-tip-left .agreement{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.88rem;
	color: #6C6F79;
	line-height: 1;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 0.44rem;
}
.form .input-tip-left .agreement a{
	color: #458BFF;
}

.form .input-tip-left img{
	width: 100%;
	height: 100%;
}
.form .input-tip-right{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.88rem;
	color: #6C6F79;
	line-height: 1;
	text-align: right;
	font-style: normal;
	text-transform: none;
}
.form .input-tip-right a{
	color: #458BFF;
}
.input-tip-register{
	text-align: center;
	margin-top:1.5rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.88rem;
	color: #6C6F79;
}
.input-tip-register a{
	color: #458BFF;
}
.form .input-btn{
	margin-top: 3.13rem;
	width: 100%;
	height: 3.5rem;
	background: #FFCC00;
	border-radius: 0.38rem 0.38rem 0.38rem 0.38rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 1rem;
	color: #333333;
	line-height: 1;
	text-align: left;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}


.content-right{
	width: calc(100% - 55.10833333333333%);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	/* background: #FFD42A; */
}
.content-right-body{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/login/login-right-bgs-1920.png);
	background-size: 100% 100%;
	background-repeat: no-repeat; /* 防止图片重复 */
	background-position: center; /* 图片居中显示 */
}
@media (max-width: 1450px) {
    .content-right-body{
    	background-image: url(../images/login/login-right-bgs-1440.png) !important;
    }
}
.content-right .content-right-img{
	width: 86.30289532293987%;
	/* height: 100%; */
}
.content-right img{
	width: 100%;
	/* height: 100%; */
}