.hw-header2 {
    display: block;
    position: static;
}
.hw-login{
	height: 600px;
	background: url('../images/login_bg.jpg') center  no-repeat;
}
.login-box{
	width: 415px;
	height: 380px;
	border-radius: 5px;
	background: #ffffff;
	float:right;
	margin-top: 110px;
	margin-right: 200px;
	position: relative;
	overflow: hidden;
}
.pc-login{
	width: 66px;
    height: 66px;
    background: url('../images/mobile_login.png') no-repeat;
    position: absolute;
    right: -5px;
    top: -5px;
}
.tel-login{
	width: 66px;
    height: 66px;
    background: url('../images/pc_login.png') no-repeat;
    position: absolute;
    right: -5px;
    top: -5px;
}
.login-box .title{
	height: 77px;
	line-height: 77px;
	background: #f4f0ea;
	text-align: center;
}
.login-box .title h3{
	font-size: 24px;
	color: #313131;
	font-weight: normal;
}
.login-box .box{
	padding: 45px 40px 0 40px;
}
.login-box .box ul li{
	height: 44px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	margin-bottom: 15px;
	background: #f8f8f8;
	overflow: hidden;
}
.login-box .box ul li span{
	display: inline-block;
	width: 44px;
	height: 100%;
	float: left;
}
.login-box .box ul li span.account{
	background: url('../images/account.png') center no-repeat;
}
.login-box .box ul li span.pwd{
	background: url('../images/pwd.png') center no-repeat;
}
.login-box .box ul li span.phone{
	background: url('../images/phone.png') center no-repeat;
}
.login-box .box ul li input{
	display: block;
	width: 280px;
	height:28px;
	line-height: 28px;
	margin: 8px 0px;
	border: none;
	border-left: 1px solid #e6e6e6;
	padding-left: 18px;
	font-size: 14px;
	outline: none;
	background: none;
	float: left;
	color: #919191;
}
.login-box .box ul li input.code{
	width: 214px;
    border: none;
}
.login-box .box ul li input.getcode{
	display: inline-block;
    width: 115px;
    height: 47px;
    line-height: 47px;
    float: right;
    color: #616161;
    background: #ffffff;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.login-box .box ul li:last-child{
	border: 1px solid #e7ddce;
	background: #f4f0ea;
	text-align: center;
	line-height: 44px;
	margin-top: 40px;
}
.login-box .box ul li:last-child:hover{
	background:#d8c29e;
	border: 1px solid #e7ddce;
}
.login-box .box ul li .submit{
	display: block;
	font-size: 16px;
	color: #313131;
}
.login-box .box .login-bottom .fr a{
	color: #919191;
}
.login-box .box .login-bottom .fr a:hover{
	color: #b9a37f;
}
