.container_register{
	position: relative;
  height: 100vh;
}

.container_register .imgR {
  height: 720px;
  width: 720px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - 1300px) / 2);
}

.register-box {
  width: 440px;
  height: 592px;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px 0px rgba(27, 31, 53, 0.04);
  border-radius: 16px 16px 16px 16px;
  box-sizing: border-box;
  padding: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc((100% - 1220px) / 2);
}

.register-title {
  display: flex;
  justify-content: center;
  width: 344px;
  height: 34px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #131628;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.vam {
  width: 344px;
  height: 34px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #131628;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.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;
}

.register-item {
  width: 344px;
  height: 44px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E4E6EF;
  margin-top: 24px;
}

.register-item label {
  font-size: 14px;
  color: #666;
}

.register-item label span {
  position: absolute;
  top: 15px;
  left: 12px;
  width: 15px;
  height: 24px;
  line-height: 32px;
  font-weight: 700;
  font-size: 14px;
  color: #ff0000;
  border-right: 1px solid #ccc;
  text-align: center;
  width: 26px;
  height: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #131628;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  border-right: none;
}

.register-item input,
.register-item select {
  position: absolute;
  top: 0;
  right: 0;
  width: 278px;
  height: 40px;
  line-height: 40px;
  text-indent: 2px;
  font-size: 14px;
  color: #333;
  border: 1px solid #E4E6EF;
  border-left: none !important;
  border-right: none !important;
  outline: none;
  width: 282px;
  height: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #A7A9B8;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  left: 45px;
  height: 44px;
}

.register-item .special {
  left: 12px !important;
}

.register-item input:focus,
input.input_error {
  /* border: 1px solid #ccc !important; */
  border-left: none !important;
}

.input-outer--focus {
  border: 1px solid #E80808 !important;
}

.onError,
.onFocus,
.onShow,
.onCorrect {
  margin-top: 9px;
}

.register-item input.send-captcha {
  position: absolute;
  top: 12px;
  left: 248px;
  border-radius: 4px;
  text-indent: 0;
  /* border: 1px solid #ff0000; */
  /* background-color: #ff0000; */
  cursor: pointer;
  min-width: 70px;
  height: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #E80808;
  line-height: 16px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  background: none;
  border: none;
  width: fit-content;
}

.register-item input.send-captcha-disabled {
  top: 0px;
  left: 232px;
  height: 44px;
}

.reg-submit {
  width: 400px;
  height: 40px;
  line-height: 40px;
  margin-top: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 1px solid #ff0000;
  background-color: #ff0000;
  cursor: pointer;
  width: 344px;
  height: 44px;
  background: #E80808;
  border-radius: 8px 8px 8px 8px;
}

.reg-submit.disabled,
.reg-submit.disabled:hover {
  border: 1px solid #ccc;
  background-color: #ccc;
}

.reg-submit:hover {
  background-color: #ff0000;
}

.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: #E80808;
  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: -2px;
  top: -2px;
  z-index: 10;
  width: 20px;
  height: 20px;
  background: url(../login/images/radio_box_login_select@2x.png) no-repeat center;
  background-size: cover;
}

.checkbox-icon-checked {
  background: url(../login/images/radio_box_login_default@2x.png) no-repeat center;
  background-size: cover;
}


/*验证码弹窗*/
.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 input {
  width: 202px !important;
  height: 44px !important;
  border-radius: 8px !important;
  border: 1px solid #E4E6EF !important;
}

.captcha-box th {
  font-weight: normal;
  text-align: right;
  font-size: 14px;
  color: #545454;
  display: none;
}

.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 tr td > div:first-child {
  display: flex;
}

.captcha-box img {
  vertical-align: middle;
  cursor: pointer;
  width: 134px;
  height: 44px;
  border-radius: 8px 8px 8px 8px;
}

.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: #ff0000;
}

.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;
}

.resister_top {
  display: flex;
  margin-top: 48px;
  justify-content: center;
  width: 344px;
  height: 22px;
  border-radius: 0px 0px 0px 0px;
}

.resister_top span {
  width: 166px;
  height: 22px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #5E6278;
  line-height: 19px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  margin-right: 12px;
}

.resister_top a {
  width: 166px;
  height: 22px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #E80808;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.eye {
  width: 20px;
  height: 20px;
  border-radius: 25px 25px 25px 25px;
  position: absolute;
  top: 12px;
  left: 314px;
}