.hw-header2 {
    display: block;
    position: static;
}
.hw-register{
	background: #f8f8f8;
	padding-top: 30px;
	padding-bottom: 60px;
}
.hw-register .register-box{
	width: 900px;
	background: #ffffff;
	margin: 0 auto;
}
.hw-register .register-box .top{
	height: 80px;
	line-height: 80px;
	background: #f8f8f8;
}
.hw-register .register-box .top .fl img{
	margin-top: 18.5px;
}
.hw-register .register-box .top .fr p{
	font-size: 14px;
	color: #616161;
}
.hw-register .register-box .top .fr p a{
	color: #b9a37f;
}
.hw-register .register-box .top .fr p a:hover{
	color:#d8c29e;
}
.hw-register .register-box .title{
	height: 77px;
	line-height: 77px;
	background: #f4f0ea;
	text-align: center;
}
.hw-register .register-box .title h3{
	font-size: 24px;
	color: #313131;
	font-weight: normal;
}
.hw-register .register-box .title2{
	height: 77px;
	line-height: 77px;
	text-align: center;
	border-bottom: 2px solid #f6f6f6;
}
.hw-register .register-box .title2 h3{
	font-size: 24px;
	display: inline-block;
	color: #313131;
	font-weight: normal;
	position: relative;
}
.hw-register .register-box .title2 h3::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #313131;
	position: absolute;
	left: 0;
	bottom: 0px;
}
.hw-register .register-box .box{
	width: 335px;
	margin: 0px auto;
	padding: 45px 0px;
}
.hw-register .register-box .box ul li{
	height: 44px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	margin-bottom: 15px;
	background: #f8f8f8;
	overflow: hidden;
}
.hw-register .register-box .box ul li span{
	display: inline-block;
	width: 44px;
	height: 100%;
	float: left;
}
.hw-register .register-box .box ul li span.account{
	background: url('../images/account.png') center no-repeat;
}
.hw-register .register-box .box ul li span.phone{
	background: url('../images/phone.png') center no-repeat;
}
.hw-register .register-box .box ul li span.pwd{
	background: url('../images/pwd.png') center no-repeat;
}
.hw-register .register-box .box ul li span.invitation{
	background: url('../images/invitation.png') center no-repeat;
}
.hw-register .register-box .box ul li input{
	display: block;
	width: 280px;
	height:28px;
	line-height: 28px;
	margin:8px 0px;
	float: left;
	border: none;
	border-left: 1px solid #e6e6e6;
	padding-left: 18px;
	font-size: 14px;
	outline: none;
	background: none;
	color: #919191;
}
.hw-register .register-box .box ul li select{
	display: block;
	width: 320px;
	height:28px;
	line-height: 28px;
	margin:8px 0px;
	float: left;
	border: none;
	padding-left: 18px;
	font-size: 14px;
	outline: none;
	background: none;
	color: #919191;
}
.hw-register .register-box .box ul li input.code{
	width: 214px;
	border: none;
}
.hw-register .register-box .box ul li .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;
}
.hw-register .register-box .box ul li:last-child{
	border: 1px solid #e7ddce;
	background: #f4f0ea;
	text-align: center;
	line-height: 44px;
	margin-top: 40px;
}
.hw-register .register-box .box ul li:last-child:hover{
	background:#d8c29e;
	border: 1px solid #e7ddce;
}
.hw-register .register-box .box ul li .submit{
	font-size: 16px;
	color: #313131;
	display: block;
}
.hw-register .register-box .box .register-bottom a{
	color: #919191;
}
.hw-register .register-box .box .register-bottom a:hover{
	color: #b9a37f;
}
.hw-register .register-box .box .register-bottom label{
	display: block;
	width: 18px;
	height: 18px;
	background: url('../images/nocheck.png') no-repeat;
	float: left;
	margin-right: 10px;
}
.hw-register .register-box .box .register-bottom label.active{
	background: url('../images/check.png') no-repeat;
}
.hw-register .register-box .box .register-bottom label input{
	display: none;
}
.dialog-box{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999999;
}
.dialog-box .box{
	width: 960px;
    height:600px;
    background: #fff;
    position: absolute;
    border: 4px solid rgba(0,0,0,.2);
	border-radius:4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    z-index: 1000;
}
.dialog-box .box h3{
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	background: #f3f3f3;
    font-size: 14px;
    color: #333333;
}
.dialog-box .box h3 a{
	display: block;
	width: 13px;
	height: 13px;
	background: url('../images/x.png') no-repeat;
	float: right;
	margin-top: 8px;
}
.dialog-box .box .txt{
	width: 100%;
	height: 455px;
}
.dialog-box .box .btn{
	height: 108px;
	padding: 27px 30px 0px 0px;
	text-align: center;
}
.dialog-box .box .btn a{
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	color: #ffffff;
	margin: 0 20px;
}
.dialog-box .box .btn a.cancel{
	background: #e3e4e5;
	color: #999;
}
.dialog-box .box .btn a.confirm{
	background: #313131;
}