body{
	background:#fff;
}
.login_wrap{
	width:1000px;
	background:#fff;
	box-shadow: 1px 2px 4px #ccc;
	display: flex;
	/* position:absolute; */
	left:50%;
	margin-left:-500px;
	top:160px;
	margin:100px auto;
}
.login_wrap .right{
	width:50%;
	height:600px;
	background: url(../login_bg.jpg) 100% 100% no-repeat;
	background-size:cover;
}
.login_wrap .right .login_wrap_title{
	font-size:30px;
	color:#fff;
	text-align: center;
	margin-top:220px;
}
.login_wrap .right .login_wrap_name{
	font-size:30px;
	color:#fff;
	text-align: center;
}
.login_wrap .left{
	width:50%;
	height:600px;
}
.login_wrap .left .left_wrap{
	margin:0 auto;
	padding:30px 70px;
}
.login_wrap .left .left_wrap .top{
	display: flex;
	justify-content: flex-end;
	font-size:13px;
}
.login_wrap .left .left_wrap .top a{
	color:#0099FF;
	margin-left:6px;
}
.login_wrap .left .left_wrap .top a:hover{
	text-decoration: underline;
	cursor: pointer;
}
.login_wrap .left .left_wrap .title{
	font-size:18px;
	margin-top:60px;
}
.login_wrap .left .left_wrap .input_wrap{
	width:100%;
	margin-top:50px;
}
.login_wrap .left .left_wrap .input_wrap .input_item{
	position:relative;
}
.login_wrap .left .left_wrap .input_wrap .input_item .input_tip{
	position:absolute;
	bottom:-25px;
	left:0;
	color:#ff5151;
	fonts-zie:14px;
	display: none;
}
.login_wrap .left .left_wrap .forget_pw{
	display: flex;
	justify-content: flex-end;
	fonts-zie:13px;
	color:#333;
	margin-top:20px;
}
.login_wrap .left .left_wrap .forget_pw span:hover{
	text-decoration: underline;
	color:#0099FF;
	cursor: pointer;
}
.login_wrap .left .left_wrap .input_wrap .input_icon{
	position:absolute;
	bottom:7px;
	left:10px;
	color:#ff5151;
	fonts-zie:14px;
}
.login_wrap .left .left_wrap .input_wrap input{
	width:100%;
	height:44px;
	display: block;
	margin-top:30px;
	border:none;
	outline:none;
	border-bottom:1px solid #eee;
	padding:10px 0px;
	padding-left:60px;
	font-size:16px;
	box-sizing: border-box;
	transition: 0.3s;
}
.login_wrap .left .left_wrap .input_wrap .font_size{
	font-size:14px;
}
.login_wrap .left .left_wrap .login_btn{
	width:100%;
	height:42px;
	line-height:42px;
	text-align: center;
	border-radius:4px;
	margin-top:20px;
	background:#0099FF;
	color:#fff;
	font-size:16px;
	transition:0.6s;
}
.login_wrap .left .left_wrap .register_btn{
	margin-top:50px;
}
.login_wrap .left .left_wrap .login_btn:hover{
	opacity:.8;
	cursor: pointer;
}