body{
	background-color:var(--bg-color);
}
/**
 * 登录部分
 */
.login_main_one{
	/* position:absolute;
	top:34px;
	left:0; */
	width:100%;
	box-sizing: border-box;
	background:url(../../img/login/login_bg.png) no-repeat;
	background-size:cover !important;
	background-position:50% !important;
}
.login_main{
	width:100%;
	height:490px;
}
.main{
	height: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.main_left{
	width: 475px;
	height: 100%;
	background:url(../../img/login/login_banner.png) no-repeat;
	background-size:cover;
	position: relative;
}
.main_lefts{
	position: absolute;
	top: 54px;
	left: 54px;
	width: 300px;
}
.main_left_title{
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 28px;
}
.main_left_tips{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 24px;
}
.main_right{
	width:476px;
	height:490px;
	background-color:#fff;
	text-align:center;
	box-shadow: 0px 9px 44px -10px rgba(0, 0, 0, 0.25);
}
/* 切换密码登录/验证码登录 */
.login_nav{
	display:flex;
	align-items: flex-end;
	justify-content: center;
	height: 87px;
	border-bottom: 1px solid #D9D9D9;
	box-sizing: border-box;
	margin-bottom:37px;
}
.login_nav a{
	font-size: 18px;
	color: #444444;
	line-height: 18px;
	display:flex;
	flex-direction: column;
	align-items: center;
}
.login_nav a.active{
	font-size: 22px;
	color: var(--text-color);
	line-height: 22px;
}
.login_nav a span{
	width: 30px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 2px;
	margin-top: 27px;
}
.login_nav a.active span{
	width: 30px;
	height: 3px;
	background: var(--bg-color);
	border-radius: 2px;
}
.login_nav a:first-child{
	margin-right: 120px;
}

/*  */
.input_list{
	display:flex;
	justify-content: center;
	align-items:center;
	font-size: 14px;
	color: #000000;
	margin-bottom:18px;
	text-align:center;
}
.input_list span{
	width:60px;
	text-align:right;
}
.input_list input{
	width: 336px;
	height: 44px;
	background: #F0F5F3;
	padding-left:19px;
}
/* 滑块占位 */
.drap{
	width: 100%;
	height: 44px;
	margin-bottom:18px;
}

.login_forget{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:400px;
	margin:0 auto;
	margin-top: 24px;
}
.login_radio{
	height:14px;
	display:flex;
	align-items:center;
	font-size: 14px;
	color: #000000;
	line-height:14px;
}
input[type="radio"], input[type="checkbox"]{
	margin: 0;
}
.login_radio label{
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 12px;
}
/* 修改复选框样式 */
.login_radio input[type='checkbox'] {
	position: relative;
	cursor: pointer;
	width: 16px;
	height: 16px;
	font-size: 12px;
}
.login_radio input[type='checkbox']:checked::after {
	position: absolute;
	top: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	content: '✓';
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background-color: var(--bg-color);
	border-radius: 2px;
}



.login_forget a{
	color: var(--text-color);
}
.login_btn{
	width: 400px;
	height: 46px;
	color:#fff;
	font-size: 16px;
	font-weight: 500;
	background: var(--bg-color);
	margin-top:24px;
}
.login_reset{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top: 24px;
}
.login_reset a{
	color: var(--text-color);
	font-size:14px;
}

/* 获取验证码 */
.register_list div{
	display: flex;
	align-items: center;
}
.register_list input{
	width:232px;
}
.register_list .input_list_btn{
	width: 104px;
	height:44px;
	font-size:14px;
	line-height:44px;
	color: #FFFFFF;
	background: var(--bg-color);
}

/*
*注册部分
*/
/* 注册/忘记密码的标题 */
.login_name{
	height: 92px;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height:92px;
	margin-left: 34px;
	text-align: left;
}
.register_btn{
	margin-top:18px;
}
.register .login_radio{
	margin-left:0;
	font-size:12px !important;
}
.gray_span{
	font-size:12px;
	color: #999999;
	width:85px !important;
	border:none !important;
	margin-right:0 !important;
}
