.wl_head{
	display: flex;
	justify-content: space-between;
	background-color: #F4EFE6;
	align-items: center;
	height: 45px;
	line-height: 45px;
	padding: 0 .2rem .2rem .2rem;
	box-sizing: border-box;
}
.wl_head_title>span{
	font-size: .35rem;
	color: #333333;
}
.login_box_item{
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-direction: row;
	border-bottom: 1px solid #cccccc;
	background:#fff;
}
.login_box_item>.login_left{
	color: #666666;
	font-size: 16px;
}
.login_box_item>.login_right{
	display: flex;
	align-items: center;
	padding-top: 6px;
}
.login_box_item>.login_right>input{
	padding:0px 0 0 20px ;
}
.login_box_item>.login_right>input::placeholder{
	color: #b8b8b8;
	font-size: 16px;
}
.login_tip{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.fresh{
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.code{
	display: block;
	width: 100px;
	height: 35px;
}

.more{
	display: flex;
	flex-direction: row;
}
.more>input{
	width: 20px;
	margin: 20px 10px 0 20px;
	height: 20px;
	border:1px solid #dedede;
}
.more>div{
	color:#999999;
	font-size: 14px;
	margin: 20px 20px 0 0px;
}
.login_btn{
	background-color: #BA0109;
	width: 90%;
	margin: 30px auto;
	border-radius: 10px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.login_btn>a{
	color:#fff;
	font-size: 16px;
}