.reg-main{
	position: relative;
	width: 100%;
}
.reg-con{
	left: 50%;
	top: 50%;
	position: absolute;
	width: 610px;
	margin-left: -335px;
	background: #fff;
	border-radius: 8px;
	padding: 20px 30px;
}
.reg-con-top{
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #dcdcdc;
}
.reg-con-top h2{
	font-size: 18px;
	color: #1e1e1e;
}
.reg-con-top .login-target{
	color: #ff6e00;
	margin: 0 5px;
}
.reg-form dl{
	line-height: 30px;
	padding: 20px 0;
}
.reg-form dl dt{
	width: 168px;
	padding-right: 10px;
	text-align: right;
}
.reg-form dl dd{
	position: relative;
}
.reg-form dl dd input{
	width: 266px;
	height: 30px;
	color: #666;
	border: 1px solid #dcdcdc;
}
.reg-sub{
	width: 170px;
	height: 50px;
	line-height: 50px;
	border: none;
	color: #fff;
	font-size: 16px;
	background: #ff6e00;
	cursor: pointer;
	border-radius: 5px;
}
.send-code{
	position: absolute;
	right: 0;
	top: 1px;
	height: 32px;
	border: none;
	cursor: pointer;
	background: #ff6400;
	color: #fff;
	padding: 0 5px;
	width: 100px;
}
