.register-bg {
	width: 100%;
	height: 450px;
	background: url(../../images/pc/login/login-bg.jpg) no-repeat center center;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../../images/pc/login/login-bg.jpg,sizingMethod=scale);
}
.register-bg .register-wrap {
	width: 1130px;
	margin: 0 auto;
}
.register-wrap .register-left {
	height: 50px;
	line-height: 50px;
	float: left;
	margin-top: 200px;
	margin-left: 110px;
}
.register-left h2 {
	color: #fff;
	font-size: 21px;
	font-weight: normal;
	line-height: 30px;
}
.register-left p {
	font-size: 13px;
	color: #fff;
	line-height: 20px;
}
.register-box {
	float: right;
	width: 600px;
	height: 362px;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-top: 44px;
}
.register-img {
	width: 226px;
	height: 362px;
	background: url(../../images/pc/login/robot.png) no-repeat 40px 30px;
	position: relative;
	float: left;
}
.robot {
	color: #333;
	font-weight: bold;
	line-height: 20px;
	position: absolute;
	left: 74px;
	top: 48px;
	text-align: center;
}
.register-info {
	height: 302px;
	border-left: 1px solid #fff;
	margin: 20px 0 20px 226px;
	padding: 10px 0 10px 38px;
}
.input-wrap {
	height: 60px;
	position: relative;
}
.input-wrap .reg-icon {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 11px;
	top: 8px;
}
.icon-user {
	background: url(../../images/pc/login/icon.png) no-repeat 0 0;
}
.active .icon-user {
	background: url(../../images/pc/login/icon.png) no-repeat -20px 0;
}
.icon-pwd {
	background: url(../../images/pc/login/icon.png) no-repeat 0 -20px;
}
.active .icon-pwd {
	background: url(../../images/pc/login/icon.png) no-repeat -20px -20px;
}
.icon-code {
	background: url(../../images/pc/login/icon.png) no-repeat 0 -40px;
}
.active .icon-code {
	background: url(../../images/pc/login/icon.png) no-repeat -20px -40px;
}
.phone-num input,
.user-pwd input,
.check-pwd input {
	width: 250px;
	height: 34px;
	padding-left: 42px;
	line-height: 34px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	color: #333;
}
.verify-code {
	font-size: 0;
}
.verify-code input {
	width: 150px;
	height: 34px;
	padding-left: 42px;
	line-height: 34px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
}
.active input {
	border: 1px solid #3da400;
}
.refresh-verify {
	display: inline-block;
	width: 90px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	margin-left: 9px;
	background: url(../../images/pc/login/btn-bg.jpg) repeat-x center center;
}
.check-wrong input {
	border: 1px solid red;
}
.check-tip {
	height: 20px;
	line-height: 20px;
	color: #eb4f38;
	font-size: 12px;
}
.check-wrong .check-icon {
  padding-left: 24px;
  white-space: nowrap;
	background: url(../../images/pc/login/icon.png) no-repeat -40px 0;
}
.check-box {
	padding-right: 44px;
	height: 28px;
}
.reg-agreement {
	float: left;
}
.reg-agreement input {
	vertical-align: middle;
	margin-right: 4px;
}
.user-agreement {
	float: right;
	color: #3399ff;
	text-decoration: underline;
}
a.user-agreement:hover {
	text-decoration: underline;
}
.btn-wrap .reg-btn {
	display: inline-block;
	width: 294px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #3da400;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}