﻿
input::-webkit-input-placeholder {
  font-size: 14px;
  color: #BDC5D3;
}
input::-moz-placeholder {
  font-size: 14px;
  color: #BDC5D3;
}
input:-ms-input-placeholder {
  font-size: 14px;
  color: #BDC5D3 !important;
}
.zixun-reg-nav {
  width: 100%;
  height: 68px;
  background-color: rgba(1, 14, 35, 0.9);
}
.zixun-reg-nav .reg-nav-center {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.zixun-reg-nav .reg-nav-logo {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-top: 14px;
}
.zixun-reg-nav .reg-nav-logo img {
  display: block;
}
.zixun-reg-nav .nav-wa-img {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-top: 14px;
  margin-left: 48px;
}
.zixun-reg-nav .reg-nav-login-link {
  float: right;
  width: 120px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  background: #6435FC;
  border-radius: 4px;
  background-color: #6435FC;
  margin-top: 10px;
}
.reg-container {
  width: 100%;
  height: 900px;
  padding-top: 135px;
}
.reg-way-reset,
.reg-way-phone,
.reg-way-email-step-one,
.reg-way-email-step-two,
.reg-way-saoma-step-two,
.reg-way-saoma {
  width: 380px;
  margin: 0 auto;
}
.reg-way-email-step-one,
.reg-way-email-step-two,
.reg-way-saoma,
.reg-way-saoma-step-two {
  display: none;
}
.way-tab ul {
  display: flex;
  height: 70px;
  border-bottom: 1px solid #DFE2F2;
}
.way-tab ul li {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #1F2533;
  padding-right: 6px;
  border-bottom: 2px solid transparent;
  margin-right: 60px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.way-tab ul li:last-child {
  margin-right: 0px;
}
.way-tab ul li.active {
  color: #6435FC;
  border-bottom-color: #6435FC;
}
.reg-done-tips {
  line-height: 30px;
  font-size: 20px;
  color: #5E6D81;
  margin-top: 35px;
}
.reg-msg-list {
  margin-top: 35px;
}
.reg-msg-list > ul > li {
  position: relative;
  margin-bottom: 40px;
}
.reg-msg-list > ul > li:last-child {
  margin-bottom: 0px;
}
.reg-msg-list > ul > li input[type=text],
.reg-msg-list > ul > li input[type=password] {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #1F2533;
}
.reg-msg-list > ul > li input[type=text].phone-ipt,
.reg-msg-list > ul > li input[type=password].phone-ipt {
  padding-left: 98px;
}
.reg-msg-list > ul > li input[type=text].verify-ipt,
.reg-msg-list > ul > li input[type=password].verify-ipt {
  width: 232px;
}
.reg-msg-list > ul > li input[type=text].error,
.reg-msg-list > ul > li input[type=password].error {
  border-color: #FC5635 !important;
}
.reg-msg-list > ul > li .reg-error-msg {
  position: absolute;
  left: 0px;
  top: 46px;
}
.reg-msg-list > ul > li .button-link {
  float: right;
  width: 132px;
  height: 40px;
  line-height: inherit;
  color: #6435FC;
  background-color: #fff;
  border-color: #6435FC;
}
.reg-msg-list > ul > li .button-link[disabled] {
  color: #BDC5D3 !important;
  background-color: #F5F6FA !important;
  border-color: #DFE2F2 !important;
}
.reg-msg-list > ul > li .pwd-show-icon {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url(../image/pwd-show-icon.png) no-repeat center;
  z-index: 2;
  cursor: pointer;
}
.reg-msg-list > ul > li .pwd-show-icon.pwd-hide {
  background: url(../image/pwd-hide-icon.png) no-repeat center;
}
.reg-msg-list .phone-msg-box {
  position: relative;
}
.reg-msg-list .phone-msg-box .phone-num-select {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 82px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #5E6D81;
  border-right: 1px solid #DFE2F2;
}
.reg-msg-list .phone-msg-box .phone-num-select .num-select-tit {
  padding-left: 15px;
  cursor: pointer;
}
.reg-msg-list .phone-msg-box .phone-num-select .arrow {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 16px;
  height: 16px;
  background: url(../image/reg-arrow-down.png) no-repeat center;
}
.reg-msg-list .phone-num-menu {
  position: absolute;
  top: 48px;
  left: 0px;
  width: 160px;
  background-color: #FFFFFF;
  border: 1px solid #DFE2F2;
  border-radius: 4px;
  box-shadow: 0px 5px 15px 0px #EEEEEE;
  z-index: 10;
  display: none;
}
.reg-msg-list .phone-num-menu ul {
  padding: 10px 0px;
}
.reg-msg-list .phone-num-menu ul li {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #5E6D81;
  padding-left: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.reg-msg-list .phone-num-menu ul li .phone-math {
  display: inline-block;
  vertical-align: top;
  width: 36px;
}
.reg-msg-list .phone-num-menu ul li:hover {
  color: #6435FC;
  background-color: #F2F4FF;
}
.reg-msg-list .phone-num-menu ul li.active {
  color: #6435FC;
  font-weight: bold;
  background-color: #F2F4FF;
}
.reg-error-msg {
  line-height: 24px;
  font-size: 14px;
  color: #FC5635 !important;
}
.auto-pwd-box {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #5E6D81;
  margin-top: 16px;
}
.auto-pwd-box input {
  display: none;
}
.auto-pwd-box label {
  position: relative;
  display: inline-block;
  height: 16px;
  vertical-align: top;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.auto-pwd-box label::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #D4DEFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  outline: none !important;
  box-sizing: border-box;
  cursor: pointer;
}
.auto-pwd-box input[type=checkbox]:checked + label::before {
  border-color: #6435FC;
}
.auto-pwd-box input[type=checkbox]:checked + label::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 3px;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #6435FC;
  border-left: 2px solid #6435FC;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sure-btn-box {
  margin-top: 40px;
}
.sure-btn-box button {
  width: 100%;
  height: 40px;
  line-height: inherit;
  font-size: 14px;
}
/* .sure-btn-box button:nth-child(2) {
  color: #5E6D81;
  background-color: #FFF;
  border-color: #DFE2F2;
  margin-top: 24px;
} */
.third-way {
  margin-top: 90px;
}
.third-way .tit {
  position: relative;
  line-height: 24px;
  font-size: 14px;
  color: #BDC5D3;
  text-align: center;
}
.third-way .tit::before,
.third-way .tit::after {
  content: "";
  position: absolute;
  top: 11px;
  width: 120px;
  height: 1px;
  background-color: rgba(94, 109, 129, 0.1);
}
.third-way .tit::before {
  left: 0px;
}
.third-way .tit::after {
  right: 0px;
}
.third-way .whird-way-link {
  display: flex;
  justify-content: space-evenly;
  padding: 0px 10px;
  margin-top: 19px;
}
.third-way .whird-way-link a img {
  display: block;
}
.reg-way-saoma-step-one {
  padding-top: 40px;
}
.reg-way-saoma-step-one .wechat-saoma-box {
  position: relative;
  height: 380px;
  padding: 39px;
  border: 1px solid #DFE2F2;
  border-radius: 4px;
}
.reg-way-saoma-step-one .wechat-saoma-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.reg-way-saoma-step-one .wechat-saoma-box .erweima-refresh-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 129px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.reg-way-saoma-step-one .wechat-saoma-box .erweima-refresh-box i {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url(../image/erweima-refresh-icon.png) no-repeat center;
}
.reg-way-saoma-step-one .wechat-saoma-box .erweima-refresh-box p {
  line-height: 32px;
  font-size: 20px;
  color: #1F2533;
  margin-top: 16px;
}
.reg-way-saoma-step-one .wechat-saoma-box .erweima-refresh-box a {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  font-size: 20px;
  color: #6435FC;
}
.saoma-tips {
  line-height: 30px;
  font-size: 20px;
  color: #5E6D81;
  margin-top: 35px;
}
.footer {
  background-color: #fff;
  padding-top: 0px;
}
.footer .footer-bottom p {
  color: rgba(94, 109, 129, 0.5);
}
.footer .footer-bottom p a {
  color: rgba(94, 109, 129, 0.5);
}
/* 2023-6-25 */
.copy-pwd-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #6435FC;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.copy-tips {
  display: inline;
  color: #FC5635 !important;
  margin-left: 10px;
  display: none;
}
.reg-msg-list > ul > li input[type=text][disabled],
.reg-msg-list > ul > li input[type=password][disabled] {
  border-color: #DBE1E8 !important;
  background-color: #FAFAFC !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* 隐藏 IE 中 input 输入框的清除按钮 */
input::-ms-clear {
  display: none;
}
/* 隐藏 IE 中 password 输入框的眼睛按钮 */
input::-ms-reveal {
  display: none;
}
html,
body {
  height: 100%;
}
.reg-container {
  height: auto;
  min-height: calc(100% - 188px);
  padding: 120px 0;
}
.reg-msg-list > ul > li .reg-error-msg {
  right: 0;
  display: none;
}
.reg-msg-list > ul > li .reg-error-msg.show {
  display: block;
}
.reg-msg-list > ul > li .reg-error-msg.show > p {
  display: block;
}
.reg-msg-list > ul > li .exist-reset-box {
  width: 100%;
  display: none;
}
.reg-msg-list > ul > li .exist-reset-box .exist-reset-msg {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  font-size: 14px;
  color: #ff6666;
}
.reg-msg-list > ul > li .exist-reset-box .exist-reset-msg a {
  color: #6435FC;
}
.reg-way-phone .sure-btn-box {
  /* display: none; */
}
.reg-way-phone .third-way {
  display: none;
}
.reg-way-phone .reg-msg-list ul li {
  /* display: none; */
}
.reg-way-phone .reg-msg-list ul li:first-child {
  display: block;
}
.reg-way-phone.reg-succeed > div {
  display: none;
}
.reg-way-phone.reg-succeed .third-way {
  display: block;
}
.reg-way-phone.exist .phone-msg-box .reg-error-msg.show {
  display: block;
}
.reg-way-phone.exist .phone-msg-box .reg-error-msg.show > p {
  display: none;
}
.reg-way-phone.exist .phone-msg-box .reg-error-msg.show .exist-reset-box {
  display: block;
}
.reg-way-phone.exist .sure-btn-box {
  display: block;
  padding-top: 60px;
}
.reg-way-phone.exist .sure-btn-box button {
  display: none;
}
.reg-way-phone.exist .sure-btn-box a {
  display: block;
}
.reg-way-phone.unexist .reg-msg-list ul li {
  display: block;
}
.reg-way-phone.unexist .phone-msg-box .reg-error-msg.show {
  display: block;
}
.reg-way-phone.unexist .phone-msg-box .reg-error-msg.show > p {
  display: block;
}
.reg-way-phone.unexist .phone-msg-box .reg-error-msg.show .exist-reset-box {
  display: none;
}
.reg-way-phone.unexist .sure-btn-box {
  display: block;
}
.reg-way-phone.unexist .sure-btn-box button {
  display: block;
}
.reg-way-phone.unexist .sure-btn-box a {
  display: none;
}
.sure-btn-box a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  background-color: #6435FC;
  border: 1px solid #6435FC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.third-way .after-link {
  text-align: center;
  margin-top: 16px;
}
.third-way .after-link a {
  display: inline-block;
  font-size: 14px;
  color: #6435FC;
}
/************2023-7-13 修改/忘记密码 start************/
.reset-password-container {
  width: 100%;
  height: auto;
  min-height: calc(100% - 188px);
  padding: 120px 0;
}
.reset-password-container .way-tab {
  width: 380px;
  margin: 0 auto;
}
.original-password-box,
.change-steps-container {
  width: 380px;
  margin: 0 auto;
}
.label-tit {
  font-size: 14px;
  font-weight: 500;
  color: #5E6D81;
  margin-bottom: 16px !important;
}
.forget-link {
  position: absolute;
  font-size: 14px;
  right: 0px;
  top: 46px;
}
.stepsbox-tab {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.stepsbox-tab .tab-item {
  position: relative;
  padding: 0 16px 0 35px;
}
.stepsbox-tab .tab-item.active .circle {
  background: #6435FC;
  color: #fff;
}
.stepsbox-tab .tab-item.active .step-title {
  color: #6435FC;
}
.stepsbox-tab .tab-item::after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 20px;
  right: -16px;
  background: #DFE2F2;
}
.stepsbox-tab .tab-item:last-child {
  padding-right: 0;
}
.stepsbox-tab .tab-item:last-child::after {
  display: none;
}
.stepsbox-tab .tab-item .circle {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #DFE2F2;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
}
.stepsbox-tab .tab-item .step-title {
  line-height: 24px;
}
.stepsbox-list .steps-item .reg-msg-list {
  margin-top: 0;
}
.stepsbox-list .steps-item .login-captcha-img {
  float: right;
  width: 132px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #DFE2F2;
}
.stepsbox-list .steps-item .msg-box {
  margin-top: 16px;
}
.stepsbox-list .steps-item .msg-box div {
  width: 380px;
  padding: 10px 16px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  background: #F5F6FA;
  border-radius: 4px;
  color: #5E6D81;
}
.stepsbox-list .steps-item .msg-box div span {
  color: #1F2533;
}
.stepsbox-list .steps-item .msg-box p {
  color: #5E6D81;
  font-size: 14px;
}
.stepsbox-list .steps-item .msg-box p a {
  color: #6435FC;
}
.log_reg_modal {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: none;
}
.log_reg_modal .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 460px;
  background-color: #fff;
  /*animation: modal_animate .8s;*/
}
.log_reg_modal .content .head {
  position: relative;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #5E6D81;
  background-color: #F6F8F9;
  padding-left: 20px;
}
.log_reg_modal .content .head span {
  position: absolute;
  right: 10px;
  font-size: 20px;
  padding: 0px 10px;
  cursor: pointer;
  opacity: 0.5;
}
.log_reg_modal .content .head span:hover {
  opacity: 1;
}
.log_reg_modal .content .body {
  padding: 30px 40px 44px;
}
.log_reg_modal .content .body .tips_body {
  position: relative;
  height: 54px;
  line-height: 54px;
  padding-left: 80px;
}
.log_reg_modal .content .body .tips_body > p {
  font-size: 18px;
  color: #2D3037;
  margin-bottom: 0px;
}
.log_reg_modal .content .body .tips_body > span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 54px;
  height: 54px;
  font-size: 18px;
  color: #2D3037;
  background: url(../image/serverdiy_sprite_img.png) no-repeat -10px -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/************2023-7-13 忘记密码 end************/
/* 2023-7-17 login start */
.login-container {
  width: 100%;
  height: 1080px;
  background: url(../image/zy-login-bg.png) no-repeat center;
}
.login-container .footer {
  background-color: transparent;
  margin-top: 210px;
}
.login-body {
  position: relative;
  width: 1200px;
  margin: 162px auto 0px;
}
.login-body .login-body-left {
  max-width: 680px;
  padding-top: 66px;
}
.login-body .login-body-left h2 {
  line-height: 50px;
  font-size: 40px;
  font-weight: bold;
}
.login-body .login-body-left ul {
  margin-top: 69px;
}
.login-body .login-body-left ul li {
  position: relative;
  margin-bottom: 70px;
}
.login-body .login-body-left ul li:last-child {
  margin-bottom: 0px;
}
.login-body .login-body-left ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 71px;
}
.login-body .login-body-left ul li img {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 56px;
  height: 56px;
}
.login-body .login-body-left ul li div {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #1F2533;
}
.login-body .login-body-left ul li p {
  line-height: 30px;
  font-size: 20px;
  color: #5E6D81;
  margin-top: 5px;
}
.login-body .login-body-right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 506px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.login-way-select {
  padding: 35px 60px 70px;
}
.login-way-select .log-se-tab ul {
  display: flex;
  justify-content: flex-start;
  height: 70px;
  border-bottom: 1px solid #DFE2F2;
}
.login-way-select .log-se-tab ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.login-way-select .log-se-tab ul li:nth-child(2) {
  margin-left: 82px;
}
.login-way-select .log-se-tab ul li.active {
  font-weight: bold;
  color: #6435FC;
  border-bottom-color: #6435FC;
}
.login-way-select > ul {
  margin-top: 40px;
}
.login-way-select > ul.login-verify-pwd {
  display: none;
}
.login-way-select > ul li {
  position: relative;
  margin-bottom: 40px;
}
.login-way-select > ul li:last-child {
  margin-bottom: 0px;
}
.login-way-select > ul li input {
  width: 100%;
  height: 40px;
  padding-left: 16px;
}
.login-way-select > ul li input.verify-num-ipt {
  width: 232px;
}
.login-way-select > ul li .get-verify-num-btn {
  float: right;
  width: 138px;
  height: 40px;
  line-height: inherit;
  color: #6435FC;
  background-color: #fff;
}
.login-way-select > ul li .get-verify-num-btn[disabled] {
  color: #BDC5D3 !important;
  background-color: #F5F6FA !important;
  border-color: #DFE2F2 !important;
}
.login-way-select > ul li .pwd-show-icon {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url(../image/pwd-show-icon.png) no-repeat center;
  z-index: 2;
  cursor: pointer;
}
.login-way-select > ul li .pwd-show-icon.pwd-hide {
  background: url(../image/pwd-hide-icon.png) no-repeat center;
}
.login-way-select > ul li .login-error-tips {
  position: absolute;
  left: 0px;
  top: 46px;
  line-height: 24px;
  font-size: 14px;
  color: #FC5635 !important;
}
.login-way-select .xy-tips {
  line-height: 22px;
  font-size: 12px;
  color: #9EA7B3;
  margin-top: 9px;
}
.login-way-select .submit-link {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 36px;
}
.login-way-select .forget-pwd-link {
  position: absolute;
  top: inherit;
  bottom: 146px;
  right: 60px;
  line-height: 22px;
  font-size: 12px;
  text-align: right;
  display: none;
}
.login-way-select .forget-pwd-link a {
  color: #9EA7B3;
}
.login-way-select .other-login {
  margin-top: 54px;
}
.login-way-select .other-login .tit {
  position: relative;
  line-height: 24px;
  font-size: 14px;
  color: #BDC5D3;
  text-align: center;
}
.login-way-select .other-login .tit::before,
.login-way-select .other-login .tit::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 120px;
  height: 1px;
  background-color: rgba(94, 109, 129, 0.1);
}
.login-way-select .other-login .tit::before {
  left: 0px;
}
.login-way-select .other-login .tit::after {
  right: 0px;
}
.login-way-select .other-login .login-way-link {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
.login-way-select .other-login .login-way-link a {
  width: 32px;
  height: 32px;
  margin-right: 32px;
}
.login-way-select .other-login .login-way-link a img {
  width: 100%;
  height: 100%;
}
.login-way-select .other-login .login-way-link a:last-child {
  margin-right: 0px;
}
.wechat-login-container {
  display: none;
  padding: 35px 60px 70px;
}
.wechat-login-container .wechat-login-title {
  height: 30px;
  line-height: 23px;
  font-size: 23px;
}
.wechat-login-container .wechat-login-title .back-link {
  float: right;
  font-size: 14px;
  color: #5E6D81;
  cursor: pointer;
}
.wechat-login-container .erweima-img {
  width: 284px;
  height: 254px;
  padding: 13px;
  border: 1px solid #DBE1E8;
  margin: 20px auto 0px;
}
.wechat-login-container .erweima-img img {
  width: 100%;
  height: 100%;
}
.wechat-login-container .help-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 92px;
  width: 258px;
  height: 240px;
  display: none;
}
.wechat-login-container .erweima-text {
  text-align: center;
}
.wechat-login-container .erweima-text .tips-text {
  line-height: 50px;
  font-size: 16px;
  color: #5E6D81;
}
.wechat-login-container .erweima-text a {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  color: #9ea7b3;
  cursor: pointer;
}
.wechat-login-container .dated-text {
  position: relative;
  width: 162px;
  vertical-align: top;
  height: 32px;
  color: #2D3037;
  text-align: left;
  padding-left: 38px;
  margin: 20px auto;
  display: none;
}
.wechat-login-container .dated-text .dated-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
}
.wechat-login-container .dated-text .dated-icon img {
  width: 100%;
  height: 100%;
}
.wechat-login-container .dated-text span a {
  color: #6435FC;
  margin-left: 4px;
}
.footer-bottom p span {
  opacity: 1;
}
/* 2023-7-17 login end */
.field-message {
  margin-top: 8px;
  display: none;
}
.field-message p {
  line-height: 24px;
  font-size: 14px;
  color: #5E6D81;
  padding-left: 20px;
}
.field-message p.err {
  background: url(../image/err_icon.png) no-repeat 0 center;
  background-size: 12px 12px;
}
.field-message p.pass {
  background: url(../image/success_icon.png) no-repeat 0 center;
  background-size: 12px 12px;
}



/* 2025-6-19 */
.reg-way-reset,
.reg-way-phone,
.reg-way-email-step-one,
.reg-way-email-step-two,
.reg-way-saoma-step-two,
.reg-way-saoma {
  width: 480px;
}
.reg-msg-list > ul > li input[type=text].verify-ipt, .reg-msg-list > ul > li input[type=password].verify-ipt{
  width: 300px;
}
.auto-pwd-box a{
    color: #6435FC;
}
