.register-box {
	width: 760px;
	margin: 0 auto;
	padding: 35px 60px 10px;
}
.register-step-sprite {
	background: url(images/register-step.png) no-repeat;
}
.all-sign-sprite {
	background: url(images/sign-sprite.png) no-repeat;
}
.register-step ul li {
	float: left;
	width: 212px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.register-step ul li i {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 7px;
	margin-top: -2px;
	vertical-align: middle;
}
.register-step ul li.step1 {
	background-position: 0 -30px;
}
.register-step ul li.step1 i {
	background-position: -120px -30px;
}
.register-step ul li.step2 {
	background-position: -212px 0;
}
.register-step ul li.step2 i {
	background-position: -200px 0;
}
.register-step ul li.step2.step-now {
	background-position: -212px -30px;
}
.register-step ul li.step2.step-now i {
	background-position: -200px -30px;
}
.register-step ul li.step3 {
	background-position: -214px 0;
}
.register-step ul li.step3 i {
	background-position: -220px 0;
}
.register-step ul li.step3.step-now {
	background-position: -214px -30px;
}
.register-step ul li.step3.step-now i {
	background-position: -220px -30px;
}
.register-step ul li.step-now {
	color: #fff;
}

.register-main {
	width: 400px;
	margin: 30px auto;
}
.register-item-box {
	position: relative;
	height: 80px;
}
.register-item {
	height: 40px;
	line-height: 38px;
	padding-left: 20px;
	border: 1px solid #ccc;
}
.register-item label {
	font-size: 14px;
	color: #666;
}
.register-item label span {
	position: absolute;
	top: 8px;
	left: 103px;
	width: 15px;
	height: 24px;
	line-height: 32px;
	font-weight: 700;
	font-size: 14px;
	color: #ff0000;
	border-right: 1px solid #ccc;
	text-align: center;
}
.register-item input,
.register-item select {
	position: absolute;
	top: 0;
	right: 0;
	width: 278px;
	height: 40px;
	line-height: 40px;
	text-indent: 18px;
	font-size: 14px;
	color: #333;
	border: 1px solid #ccc;
	border-left: none !important;
	outline: none;
}
.register-item input:focus,
input.input_error {
	border: 1px solid #ccc !important;
	border-left: none !important;
}

.onError,
.onFocus,
.onShow,
.onCorrect {
	margin-top: 9px;
}
.register-item input.send-captcha {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 108px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	text-indent: 0;
	border: 1px solid #059fff;
	background-color: #059fff;
	cursor: pointer;
}
.register-item input.send-captcha-disabled {
	width: 140px;
	border: 1px solid #ccc;
	background-color: #ccc;
}
.reg-submit {
	width: 400px;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border: 1px solid #059fff;
	background-color: #059fff;
	cursor: pointer;
}
.reg-submit.disabled,
.reg-submit.disabled:hover {
	border: 1px solid #ccc;
	background-color: #ccc;
}
.reg-submit:hover {
	background-color: #0066cc;
}

.login-options {
	margin-top: 18px;
	line-height: 14px;
}
.captcha-deck {
	display: none;
}
.idsave-check {
	position: relative;
	z-index: 10;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #666;
	padding-left: 20px;
	cursor: pointer;
}
.login-options a {
	color: #059fff;
	font-size: 12px;
	text-decoration: none;
}
.login-options a:hover {
	text-decoration: underline;
}
/*IE8下 checkbox 隐藏时，label的点击和js都无法改变 checked状态，所以使用定位达到“隐藏”的目的（被checkbox-icon图标盖住）*/
.idsave-check input {
	position: absolute;
	z-index: -10;
	left: 0;
	top: 3px;
	width: 3px;
	height: 3px;
}
.checkbox-icon {
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 10;
	width: 16px;
	height: 16px;
	background-position: -60px 0;
}
.checkbox-icon-checked {
	background-position: -60px -30px;
}


/*验证码弹窗*/
.captcha-box table {
	width: 100%;
	font-family: "microsoft yahei";
}
.captcha-box input,
.captcha-box select {
	font-family: "microsoft yahei";
	width: 260px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	outline-color: #009FD9;
	border: 1px solid #ccc;
	color: #545454;
}
.captcha-box th {
	font-weight: normal;
	text-align: right;
	font-size: 14px;
	color: #545454;
}
.captcha-box th b {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px
}
.captcha-box td {
	line-height: 200%;
	vertical-align: top;
}
.captcha-box img {
	vertical-align:middle;
	cursor:pointer
}

.register-success {
	width: 390px;
	height: 36px;
	line-height: 36px;
	margin: 60px auto 30px;
	font-weight: 400;
	font-size: 18px;
	color: #333;
}
.register-success i {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	background-position: 0 -60px;
}

.user-info {
	width: 390px;
}
.user-info table {
	color: #666;
	font-size: 14px;
}
.user-info tr {
	height: 40px;
}
.user-info th,
.user-info td {
	border: 1px solid #ccc;
}
.user-info tr:first-child th,
.user-info tr:first-child td {
	border-bottom: none;
}
.user-info td {
	width: 240px;
	padding-left: 20px;
	text-align: left;
	color: #ff6600;
}
.user-info th {
	width: 150px;
	padding-right: 20px;
	text-align: right;
	font-weight: normal;
	border-right: none;
	background-color: #f7f9fa;
}
.verify-remind {
	margin-top: 60px;
	text-align: center;
	color: #999;
}
.go-verify a {
	display: block;
	width: 390px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	background-color: #ff6600;
	cursor: pointer;
}
.go-verify a:hover {
	background-color: #d95700;
}
.go-around a {
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #059fff;
}
.result-cashcoupon-text {
	text-align: center;
	font-size: 14px;
	line-height: 94px;
}
.verify-remind.step-3 {
	margin-top: 0;
}


/* 增加微信注册 */
.icon-reg-mode{
  width: 32px;
  height: 32px;
  margin-right: 5px;
  background-repeat: no-repeat;
}
.icon-reg-wx{
  background-image: url('./img/icon-reg-wx.png');
}
.icon-reg-phone{
  background-image: url('./img/icon-reg-phone.png');
}

.reg-mode-wrapper{
  margin-top: 9px;
  margin-left: 20px;
  color: #666;
  font-size: 14px;
}
.reg-mode-text{
  margin-left: 5px;
  color: #0080FF;
  cursor: pointer;
}
.register-title .go-login{
  margin-top: 5px;
}


.wx-qrcode-wraper{
  margin-top: 80px;
}
.wx-qrcode-wraper h3{
  margin-bottom: 55px;
}
.wx-qrcode-content{
  width: 240px;
  margin: auto;
}
.wx-qrcode-image{
  height: 240px;
  margin-bottom: 24px;
  border: 1px solid #ddd;
}
.wx-qrcode-image img{
  width: 220px;
  height: 220px;
  padding: 8px;
}
.wx-qrcode-image iframe{
  width: 100%;
  height: 100%;
}

.wx-qrcode-title{
  margin: 10px auto 35px;
  width: 240px;
  height: 40px;
  line-height: 40px;
  background: #333333;
  border-radius: 20px;
  color: #fff;
}
