.user-bg{
	width: 100%;
	min-height: 560px;
	background: url(../img/pic/user-bg.jpg) no-repeat top center;
	background-size: cover;
	margin-bottom: 26px;
}
.register-box{
	width:388px;
	min-height: 430px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	margin-top:40px;
	padding:24px 18px;
}
.register-box .register-header .title{
	font-size: 18px;
}
.register-box .register-header .zlogin-btn{
	color:#505050;
	font-size: 14px;
}
.register-box .register-header .zlogin-btn a{
	color:#0066bb;
}
.register-box ul{
	margin-top: 44px;
}
.register-box ul li{
	width: 378px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #ddd;
	margin:0 auto;
	margin-bottom: 12px;
	color:#777777;
	font-size: 13px;
}
.register-box ul li span{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	text-align: center;
}
.register-box ul li input{
	display: inline-block;
	vertical-align: middle;
	width: 285px;
	height: 26px;
	border: none;
}
.register-box ul li:first-child input{
	width: 180px;
}
.register-box ul li span.getcode{
	width: 96px;
	height: 26px;
	line-height: 26px;
	background: #f6f6f6;
	margin-left: 10px;
	cursor: pointer;
}
.register-box p{
	text-align: center;
	margin-bottom: 18px;
}
.register-box .check{
	color:#000;
	font-size: 13px;
	margin-top:37px;
}
.register-box .check a{
	color:#0066bb;
}
.register-box .reg-btn{
	display: inline-block;
	vertical-align: middle;
	width: 298px;
	height: 42px;
	line-height: 42px;
	background: #ff4400;
	text-align: center;
	color:#fff;
	border: none;
	font-size: 16px;
}
.register-box .text{
	color:#ff4400;
	width: 333px;
	text-align:left;
}
.register-box .tip{
	display: none;
	border: none;
	height: 30px;
	line-height: 30px;
	color:#ff4400;
}
.register-box .tip .icon-error{
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url(../img/icon/erroricon.png) no-repeat;
	margin-right: 10px;
}
.btn1{
	display: inline-block;
	vertical-align: middle;
	width: 298px;
	height: 42px;
	line-height: 42px;
	background: #ff4400;
	text-align: center;
	color: #fff;
	border: none;
	font-size: 16px;
}
