.login_content{
    	height: 700px;
		background: url(../img/login_bg.png)  no-repeat;
		background-position: center  ;
}
.footer{
	margin-top: 0;
}
.login_box{
	width: 462px;
	/* height: 420px; */
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%,-50%);
	padding: 0 50px 20px;
	box-sizing: border-box;
}
.login_box_content{
	position: relative;
	height: 700px;
}
.zidong_login {
    display: flex;
    align-items: center;
    padding-top: 21px;
    justify-content: space-between;
}
.xuanze .checkbox {
    position: relative;
}
.login_box_name{
	line-height: 105px;
	text-align: center;
}
.login_box_input input{
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #e5e5e5;
	margin-bottom: 20px;
	padding-left: 30px;
	box-sizing: border-box;
}
.register_box .login_box_input input{
	margin-bottom: 10px;
	height: 42px;
}
.lolgin_forget{
	color: #379be9;
}
.zidong_login .checkbox span{
	width: 18px;
	height: 18px;
	background: url(../img/fuxuan.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 5px;
}
.zidong_login .checkbox{
	display: flex;
	align-items: center;
}
.login_box_btn button{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #fd4259;
	border-radius: 10px;
	margin: 15px 0 20px;
}
.go_zhuce {
    text-align: right;
}
.go_zhuce a{
	color: #ff732e;
}
.register_content{
    	height: 700px;
		background: url(../img/register_bg.png)  no-repeat;
		background-position: center  ;
}
.zidong_login_register{
	margin-top: 0;
	padding-top: 0;
	justify-content: flex-start;
}
.register_box .login_box_btn button{
	margin-bottom: 10px;
}
.reg_state{
	height: 545px;
	background-color: #ffffff;
	margin: 20px auto;
}
.reg_state_top{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	border-bottom: 1px solid #eaeaea;
}
.reg_state_top img{
	margin-right: 10px;
}
.reg_state_box{
	text-align: center;
}
.zhuce_state{
	margin: 60px 0 30px;
}
.reg_state_box img{
	margin-top: 90px;
	vertical-align: bottom;
}
.login_box_content .login_box_name{
	line-height: 80px;
}
.re_dizhi_box{
    width: 100%;
    height: 42px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #e5e5e5;
    margin-bottom: 10px;
    padding-left: 23px;
    box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
}
#city-picker3{
	height: 42px;
	width: 100%;
}
 .city-picker-span > .placeholder{
	color: #666 !important;
}