@charset "UTF-8";
body {
  background-color: #f7f8fa;
}

.text-stress {
  color: #ff6600;
}

.register-step {
  padding-top: 60px;
  margin-bottom: 36px;
}

.register-step li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 3px solid #ccc;
  color: #ccc;
  font-size: 16px;
  padding-bottom: 10px;
}

li.step-now {
  border-bottom: 3px solid #009fd9;
  color: #009fd9;
}

.voice-label {
  line-height: 32px;
  font-size: 14px;
  color: #545454;
}

.voice-btn {
  color: #009FD9;
  font-size: 12px;
  margin-left: 5px;
}

.register-main {
  margin-top: 40px;
  margin-bottom: 64px;
  padding: 40px;
  background-color: #fff;
}

.register-main > h2, .register-main-inner > h2 {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-indent: 27px;
  font-weight: 400;
  font-size: 24px;
  color: #333;
  background: url(img/register-title-icon.png) no-repeat left center;
}

.register-main > span, .register-main .go-login {
  margin-left: 22px;
  font-size: 14px;
  color: #999;
}
.register-main > span a, .register-main .go-login a {
  color: #ff2626;
  border: 1px solid #ff2626;
  padding: 2px 4px;
}

/* 仅活动展示 */
.res-act-bg {
  display: inline-block;
  width: 1200px;
  height: 120px;
  background: url(img/act-bg.jpg) no-repeat center center;
  margin-top: 40px;
}

.register-main {
  margin-top: 20px;
}

/*表单部分*/
.register-box {
  margin-top: 24px;
  padding-top: 28px;
  border-top: 1px solid #e6e6e6;
}

.reg-left {
  width: 65%;
  float: left;
}

.reg-left table {
  width: 100%;
}

.reg-left input,
.reg-left select {
  font-family: "microsoft yahei";
  width: 400px;
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
  outline-color: #ff2626;
  border: 1px solid #ddd;
  color: #545454;
  vertical-align: middle;
}

.reg-left input {
  text-indent: 100px;
}

.reg-left th {
  font-weight: normal;
  text-align: right;
  vertical-align: top;
  padding: 15px 15px 0 0;
  font-size: 14px;
  width: 120px;
  color: #545454;
}

.reg-left th b {
  color: #f00;
  font-size: 12px;
  font-weight: normal;
  padding-right: 5px;
}

.reg-left td {
  vertical-align: top;
  padding: 12px 0;
}

.reg-left td > div {
  position: relative;
}

.reg-left td div p {
  position: absolute;
  top: 8px;
  left: 0;
  width: 85px;
  text-indent: 15px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  border-right: 1px solid #e5e5e5;
}

.reg-left td img {
  vertical-align: top;
}

.reg-left .reg-left .agreement {
  padding-top: 10px;
}

.reg-left .reg-left .agreement a {
  color: #0080c9;
}

#mobilecode {
  width: 260px;
}

.reg-left input.send-captcha {
  width: 120px;
}

.reg-left input.send-captcha {
  float: right;
  outline: none;
  padding: 0;
  text-indent: inherit;
  text-align: center;
  background-color: #14b3ed;
  color: #fff;
  border: 1px solid #14b3ed;
  cursor: pointer;
}

input.send-captcha:hover {
  background-color: #1299cd;
}

input.send-captcha.send-captcha-disabled {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
}

input.send-captcha.send-captcha-disabled:hover {
  background-color: #efefef;
  border: 1px solid #dedede;
  color: #444;
}

input.captcha-sending {
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  color: #ccc;
}

/*密码验证强度*/
td.pwd-strength-box {
  position: relative;
  padding-top: 0;
  line-height: 16px;
}

.pwd-strength {
  width: 230px;
  margin-left: 24px;
  margin-top: 12px;
  display: block;
}

.pwd-strength li {
  float: left;
  width: 56px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  background-color: #ccc;
  text-align: center;
}

.pwd-strength li + li {
  margin-left: 4px;
}

li.levelbar-weak {
  background-color: #f00;
}

li.levelbar-medium {
  background-color: #ffa033;
}

li.levelbar-strong {
  background-color: #00c918;
}

.show-pwd-level {
  position: absolute;
  left: 204px;
  bottom: 15px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
}

.pwd-null {
  color: #ccc;
}

.pwd-short {
  color: #ccc;
}

.pwd-weak {
  color: #f00;
}

.pwd-medium {
  color: #ffa033;
}

.pwd-strong {
  color: #00c918;
}

/*勾选框*/
input.agreement-checkbox {
  position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
}

td.agreement-box {
  padding-top: 6px;
}

td.agreement-box label {
  position: relative;
  z-index: 10;
  color: #666;
  font-size: 12px;
  padding-left: 24px;
  cursor: pointer;
}

.checkbox-icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 16px;
  height: 16px;
  background: #fff url(img/login_icons1.png) no-repeat -2px -48px;
}

.checkbox-icon-checked {
  background-position: -2px -4px;
}

td.agreement-box a {
  color: #ff2626;
  text-decoration: none;
}

input.reg-submit-gray {
  font-size: 16px;
  margin-top: 30px;
  background-color: #cecece;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  text-indent: initial;
}

input.reg-submit {
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  text-indent: 0;
  background-color: #ff2626;
}

.reg-submit:hover {
  background-color: #17a4ea;
}

input.reg-submit.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

td.validate-tips {
  padding-left: 20px;
}

.act-slogan {
  font-size: 14px;
  color: #ff8800;
  background: url(img/register_gift.png) no-repeat left center;
  padding-left: 30px;
}

/*覆盖验证插件样式*/
.tip span {
  font-size: 12px;
  line-height: 22px;
}

input.input_focus {
  border: 1px solid #ff2626 !important;
  outline-color: #ff2626;
}

.onCorrect div {
  margin-top: 9px !important;
}

.onLoad div {
  width: 287px;
  color: #999;
}

/*右侧直接登录*/
.reg-right {
  float: right;
  width: 366px;
  margin-top: 12px;
  border-left: 1px solid #eee;
  padding: 0 16px 0 32px;
}

.reg-right h2 {
  position: relative;
  font-size: 16px;
  color: #666;
  text-indent: 16px;
}

.reg-right h2:before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: "";
  width: 3px;
  height: 20px;
  background-color: #ff2626;
}

span.register-gift {
  padding-left: 25px;
  background: url(img/icon_register_gift.png) no-repeat left center;
  color: #ff6600;
  font-size: 14px;
}

.register-help {
  float: right;
  margin-top: 6px;
  font-size: 14px;
  color: #999;
}

.register-help:hover {
  color: #ff2626;
}

.register-havegift {
  margin: 6px 0;
}

.register-havegift .register-havegift-title {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

.register-havegift .register-havegift-title span {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ff6600;
}

.register-havegift .register-havegift-title a {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ff2626;
}

.register-coupons-wrap {
  margin: 15px 0;
  position: relative;
  width: 270px;
  height: 100px;
  background: url("images/20190911/bg-coupons.png") no-repeat left center;
}

.register-numb {
  padding: 18px 0 5px 20px;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}

.register-font {
  margin-left: 20px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}

.register-font2 {
  position: absolute;
  top: 12px;
  right: 13px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
}

.register-links {
  margin-top: 24px;
  margin-bottom: 40px;
}

.register-links p {
  height: 25px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #999;
  font-size: 12px;
}

.register-links p a {
  display: inline-block;
  width: 80px;
  height: 25px;
  line-height: 25px;
  margin-right: 15px;
  text-align: center;
  font-size: 12px;
  color: #ff2626;
  background-color: #fff;
  border: 1px solid #ff2626;
}

.company-qrcode {
  width: 160px;
  height: 160px;
  margin-top: 16px;
  border: 1px solid #eee;
  background: url(img/qcode.png) no-repeat 0 0;
}

.company-qrcode-name {
  width: 160px;
  margin-top: 8px;
  text-align: center;
  color: #ff2626;
  font-size: 12px;
}

/*验证码弹窗*/
.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: #ff2626;
  border: 1px solid #ccc;
  color: #545454;
}
.captcha-box input:focus,
.captcha-box select:focus {
  outline: none;
  border-color: #ff2626;
}

.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;
}

/*注册成功页面*/
.reg-final {
  padding-left: 0;
}

.reg-inner {
  width: 240px;
  margin: 0 auto;
  white-space: nowrap;
}

.reg-success {
  position: relative;
  line-height: 32px;
  color: #0fc066;
  font-size: 20px;
}

.reg-success span {
  position: absolute;
  left: -40px;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(img/reg_success.png) no-repeat center;
}

.user-info {
  padding: 20px 0;
}

.user-info table {
  color: #555;
  font-size: 16px;
}

.user-info tr {
  line-height: 2em;
}

.user-info th {
  text-align: right;
  font-weight: normal;
}

.user-info td {
  text-align: left;
}

.go-verify {
  display: inline-block;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.go-verify,
.go-verify a {
  color: #ff8800;
}

.go-buttons {
  padding-top: 40px;
  text-align: left;
}

.go-buttons a {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
}

.go-serverbuy {
  background-color: #ff8800;
}

.go-serverbuy:hover {
  background-color: #dd7300;
}

.go-usercenter {
  background-color: #009FD9;
  margin-left: 15px;
}

.go-usercenter:hover {
  background-color: #007aaa;
  margin-left: 15px;
}

.go-around {
  text-align: center;
  font-size: 14px;
  color: #999;
  padding-top: 10px;
  margin-top: 50px;
}

.go-around > span {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.go-around a {
  color: #009fd9;
  text-decoration: none;
}

.go-around a:hover {
  text-decoration: underline;
}

/*注册成功*/
.register-main-nopadding {
  padding: 0;
}

.register-success {
  text-align: center;
}

.register-success h2 {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-indent: 56px;
  font-weight: 400;
  font-size: 22px;
  color: #333;
  background: url(img/register-success.png) no-repeat left center;
}

.register-success p a {
  margin-top: 40px;
  margin-bottom: 60px;
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.register-success p a:first-child {
  background-color: #ff2626;
  color: #fff;
  margin-right: 40px;
}

.register-success-buy {
  background-color: #ff2626;
  color: #fff;
}

.register-success p a:first-child + a {
  border: 1px solid #ff2626;
  color: #ff2626;
}

.register-success-links {
  border-top: 1px solid #f2f4f5;
}

.red-pocket-outer {
  height: 255px;
  padding-top: 64px;
}

.red-pocket {
  padding-top: 18px;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background: url(img/icon_red_pocket.png) no-repeat center;
  font-size: 12px;
}

.red-pocket-amount {
  font-size: 28px;
}

.red-pocket-name-1 {
  margin-top: 4px;
  color: #704f0b;
}

.red-pocket-name-2 {
  margin-top: 53px;
  color: #ffa799;
}

.register-success-buttons {
  position: relative;
  height: 42px;
  margin: 50px 0 64px 0;
}

.register-success-buy {
  position: absolute;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  height: 40px;
  line-height: 40px;
}

.register-success-bypass {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: 146px;
  color: #ff2626;
  font-size: 14px;
}

.link-item:first-child {
  border-left-color: #fff;
}

.link-item:last-child {
  border-right-color: #fff;
}

.link-item {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.333333%;
  height: 168px;
  padding: 24px 0;
  text-align: center;
  border: 1px solid #f2f4f5;
}

.link-item:hover {
  border-color: #ff2626;
}

.link-item a {
  display: block;
}

.link-item a h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #ff2626;
}

.link-item:hover a h4 {
  text-decoration: underline;
}

.link-item a p {
  font-size: 12px;
  color: #999;
}

.link-item a i {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.link-item a i.auth {
  background: url(img/auth-icon.png) no-repeat 0 0;
}

.link-item a i.safe {
  background: url(img/icon_account.png) no-repeat 0 0;
}

.link-item a i.user {
  background: url(img/user-icon.png) no-repeat 0 0;
}

@media screen and (max-width: 1070px) {
  .register-box {
    padding: 40px 0 70px 1%;
  }
}
.voice-tips {
  margin-bottom: 20px;
  font-size: 14px;
  color: #545454;
}

.voice-tips-img {
  background-image: url("/template/User/Niaoyun/PC/Static/lib/plugin/jQuery/dialog/skins/icons/uc_ask.png");
  top: 40px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* 增加微信注册 */
.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: #ff2626;
  cursor: pointer;
}

.register-title .go-login {
  margin-top: 5px;
}

.wx-qrcode-wraper {
  margin-top: 40px;
  width: 480px;
}

.wx-qrcode-wraper h3 {
  margin-bottom: 55px;
  font-weight: normal;
}

.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;
}

.color-gray {
  color: #999;
}

.el-hide {
  display: none;
}

.register-main-inner > h2 {
  background: none;
}
.register-main-inner > h2.el-hide {
  display: none;
}

.register-main-inner > h2 {
  height: initial;
  line-height: initial;
  text-indent: 0;
}

.go-login {
  float: right;
  margin-top: 5px;
}

.bind-wx-enter .wx-tips {
  background: url("./img/icon-wx-bind.png") no-repeat center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.btn-user-wx {
  color: #ff2626;
  cursor: pointer;
  text-decoration: underline;
}