
.login_content {
	min-height: calc(100vh - 48px);
	display: flex;
}
.login_content .l_box {
	width: 44%;
	/* height: 100%; */
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_content .r_box {
	width: 56%;
	/* height: 100%; */
	background-color: #fff;
	color: #000;
	padding-bottom: 40px;
}
.l_box_center {
	width: 400px;
}
.l_box_center .login_bgi {
	width: 349px;
	height: auto;
}
.l_box_title {
	margin-bottom: 32px;
}
.l_box_title>h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 132%;
	margin-bottom: 8px;
	min-height: 42px;
}
.l_box_title>p {
	color: #e3e3e3;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	min-height: 40px;
}

.login-title-div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-title {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	text-align: center;
	padding-top: 130px;
	padding-bottom: 39px;
}

.login-container {
	width: 480px;
}

.login-container .login-item p {
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #000;
	font-weight: 500;
}

.login-container .login-item input {
	height: 40px;
	width: 100%;
	text-indent: 10px;
	box-sizing: border-box;
	color: #000 !important;
}


.login-container .login-item .input-item {
	background: #FFFFFF;
	border: 1px solid #b3b3b3;
	text-indent: 10px;
	margin-top: 5px;
}
.login-container .login-item .input-item:hover, .login-container .login-item .input-item:focus {
	border-color: #000;
}

.login-container .login-item {
	margin-top: 25px;
}

.login-container .login-item:first-child {
	margin-top: 0;
}

.login-Forget-item {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 14px;
}

.login-Forget-item a {
	float: right;
	color: #606266;
}

.login-container .submitBtn {
	width: 100%;
	height: 48px;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	color: #fff;
	background: #000;
	cursor: pointer;
}

.login-container .submitBtn:disabled{
	color: #b3b3b3;
	background: #f3f3f3;
}
.login-container .submitBtn:hover {
	/*color: #b3b3b3;*/
	opacity: .8;
}
.registerBtn {
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.registerBtn:hover {
	cursor: pointer;
}

.registerBtn .register-em {
	color: #3d3d3d;
	font-size: 14px;
}

.registerBtn .register-a {
	color: #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
}


.login-Forget-item a {
	color: #3d3d3d;
}

.login-Forget-item a:hover {
	opacity: 0.9;
}

input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.64);
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 0.64);
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, 0.64);
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.64);
}