@charset "utf-8";
body {
  min-width: 560px;
}
.login-page {
  height: 100vh;
  min-height: 720px;
  background-image: url(../images/login-bg.png);
  background-repeat: no-repeat;
  background-size: 1920px 1080px;
  background-position: center center;
  background-color: #fff;
}
.login-page .auto-center {
  height: 100%;
  width: 100%;
  min-width: 560px;
  margin: 0 auto;
}
.login-page .login-form {
  width: 520px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(19, 24, 44, 0.04);
  border-radius: 8px;
  padding: 56px 60px;
}
.login-page .login-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-page .login-content .login-header {
  margin-bottom: 48px;
}
.login-page .login-content .login-header .img {
  width: 288px;
  height: 32px;
}
.login-page .login-content .login-type-list .login-item-box {
  display: none;
}
.login-page .login-content .login-type-list .login-item-box:nth-child(1) {
  display: block;
}
.login-page .login-content .login-type {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.login-page .login-content .login-type.mb-0 {
  margin-bottom: 0;
}
.login-page .login-content .login-type .type-col {
  font-weight: 400;
  font-size: 16px;
  color: #13182C;
  line-height: 40px;
  position: relative;
  margin-right: 72px;
  cursor: pointer;
}
.login-page .login-content .login-type .type-col:last-child {
  margin-right: 0;
}
.login-page .login-content .login-type .type-col.active {
  color: #FF4444;
  font-weight: bold;
}
.login-page .login-content .login-type .type-col.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #FF4444;
}
.login-page .login-content .title {
  font-weight: bold;
  font-size: 16px;
  color: #13182C;
  text-align: center;
  line-height: 26px;
  margin-bottom: 32px;
}
.login-page .login-content .login-wrap {
  display: none;
}
.login-page .login-content .login-wrap:first-child {
  display: block;
}
.login-page .login-content .login-wrap .login-cell-item {
  margin-bottom: 24px;
  position: relative;
}
.login-page .login-content .login-wrap .login-cell-item input {
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-weight: 400;
  font-size: 14px;
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid #F0F2F5;
}
.login-page .login-content .login-wrap .login-cell-item input:focus {
  border-color: #FF4444;
}
.login-page .login-content .login-wrap .login-cell-item .verify-group {
  position: relative;
}
.login-page .login-content .login-wrap .login-cell-item .verify-group input {
  padding-right: 120px;
}
.login-page .login-content .login-wrap .login-cell-item .verify-group .verify-code {
  position: absolute;
  right: 2px;
  top: 1px;
  width: 116px;
  height: 46px;
  line-height: 46px;
  border-radius: 0 24px 24px 0;
  font-size: 14px;
  color: #2D3037;
  text-align: center;
  outline: none;
  border: none;
  border-left: 1px solid #F0F2F5;
  cursor: pointer;
  background-color: #ffff;
}
.login-page .login-content .login-wrap .login-cell-item .verify-group .verify-code:disabled {
  background: #e3e1e1;
  cursor: not-allowed;
  color: #fff;
}
.login-page .login-content .erweima_login {
  position: relative;
  text-align: center;
  width: 232px;
  height: 232px;
  border-radius: 16px 16px 16px 16px;
  background: #f5f7fa;
  margin: 0 auto 12px;
}
.login-page .login-content .erweima_login .erweima_img {
  width: 232px;
  height: 232px;
  padding: 10px;
}
.login-page .login-content .erweima_login img {
  width: 100%;
  height: 100%;
}
.login-page .login-content .erweima_login .loading {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  display: none;
}
.login-page .login-content .erweima_login .timeout-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 24, 44, 0.7);
  border-radius: 16px;
}
.login-page .login-content .erweima_login .timeout-box .info-box {
  height: 232px;
  width: 232px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-page .login-content .erweima_login .timeout-box .info-box .refresh-img {
  display: block;
  margin: 0 auto 12px;
  width: 40px;
  height: 40px;
}
.login-page .login-content .dated_text {
  position: relative;
  display: inline-block;
  height: 32px;
  color: #2D3037;
  text-align: left;
  padding-left: 38px;
  margin: 20px auto;
}
.login-page .login-content .dated_icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
}
.login-page .login-content .dated_icon img {
  width: 100%;
  height: 100%;
}
.login-page .login-content .dated_text span a {
  color: #20A0FF;
  margin-left: 4px;
}
.login-page .login-content .codebtn-wrap .btn {
  width: 100%;
  height: 24px;
  background: #FFFFFF;
  border-radius: 24px;
  border: none;
  color: #13182C;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  outline: none;
  line-height: 24px;
}
.login-page .login-content .codebtn-wrap .btn:disabled {
  background: #e3e1e1;
  cursor: not-allowed;
  color: #fff;
}
.login-page .login-content .codebtn-wrap .btn .wechat {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.login-page .login-content .codebtn-wrap .btn .wechat img {
  width: 20px;
  height: 20px;
}
.login-page .login-content .codebtn-wrap .action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #6349FF;
}
.login-page .login-content .codebtn-wrap .action p {
  cursor: pointer;
}
.login-page .login-content .loginbtn-wrap .loginbtn {
  width: 100%;
  height: 48px;
  background: linear-gradient(90deg, #FF8F8F, #FF4444);
  border-radius: 24px;
  border: 1px solid #F0F2F5;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  outline: none;
}
.login-page .login-content .loginbtn-wrap .loginbtn:disabled {
  background: #e3e1e1;
  cursor: not-allowed;
  color: #fff;
}
.login-page .login-content .loginbtn-wrap .loginbtn.wechat-login {
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid #F0F2F5;
  color: #13182C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .login-content .loginbtn-wrap .loginbtn .wechat {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.login-page .login-content .loginbtn-wrap .loginbtn .wechat img {
  width: 20px;
  height: 20px;
}
.login-page .login-content .loginbtn-wrap .login-action {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-page .login-content .loginbtn-wrap .reg {
  color: #6349FF;
}
.login-page .login-content .loginbtn-wrap .recoverd {
  display: flex;
  margin-left: auto;
  width: 67px;
  height: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #6349FF;
}
.login-page .login-content .login-other {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page .login-content .login-other .other-col {
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  color: #5E6D81;
  margin-right: 40px;
}
.login-page .login-content .login-other .other-col:last-child {
  margin-right: 0;
}
.login-page .login-content .login-other .other-col img {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
.login-page .login-content .login-deal {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  color: #5E6D81;
}
.login-page .login-content .login-deal a {
  color: #13182C;
}
.login-shdow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10001;
  display: none;
}
.login-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 460px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.step-title {
  position: relative;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #5E6D81;
  background-color: #f6f9f9;
  padding-left: 20px;
}
.step-title span {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 26px;
  color: #5E6D81;
}
.step-one {
  padding: 12px 40px 38px;
}
.step-body p {
  line-height: 58px;
  font-size: 14px;
  color: #5E6D81;
  text-align: center;
}
.step-body a {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #FF6666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mt16 {
  margin-top: 16px;
}
.step-two {
  background-color: #fff;
  padding: 30px 40px 38px;
}
.step-two form input {
  width: 380px;
  height: 44px;
  padding-left: 18px;
  border: 1px solid #dae2e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 14px;
  -webkit-appearance: none;
  outline: none;
}
.step-two form input:focus {
  border: 1px solid #FF6666;
}
.step-two form .matchbox input {
  width: 210px;
  margin-bottom: 0px;
}
.matchbox span {
  float: right;
  width: 128px;
  height: 44px;
  border: 1px solid #dae2e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.matchbox span img {
  width: 100%;
  height: 100%;
}
.step-two form button {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  background-color: #FF6666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 24px;
  outline: none;
  cursor: pointer;
}
.step-two .step-tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: -10px;
}
.step-two .step-tab-list .type-col {
  font-weight: 400;
  font-size: 16px;
  color: #13182C;
  line-height: 40px;
  position: relative;
  margin-right: 76px;
  cursor: pointer;
}
.step-two .step-tab-list .type-col:last-child {
  margin-right: 0;
}
.step-two .step-tab-list .type-col.active {
  color: #FF4444;
  font-weight: bold;
}
.step-two .step-tab-list .type-col.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #FF4444;
}
.step-two .phone-code-group {
  display: none;
}
.step-two .phone-code-group .group-row {
  display: flex;
  justify-content: space-between;
}
.step-two .phone-code-group .group-row input {
  width: 210px;
}
.step-two .phone-code-group .group-row .code-btn {
  margin-top: 0;
  width: 126px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #2D3037;
  text-align: center;
  outline: none;
  border: none;
  border: 1px solid #dae2e8;
  cursor: pointer;
  background-color: #ffff;
}
.step-two .phone-code-group .group-row .code-btn:disabled {
  background: #e3e1e1;
  cursor: not-allowed;
  color: #fff;
}
.login-error {
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: left;
  padding: 0;
  background-color: white;
  color: #FF6666;
}
/***********2025-6-23 start***********/
.message-result-box {
  min-height: 50px;
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  padding: 0 20px;
  line-height: 18px;
  color: #5E6D81;
}
.message-result-box .result-error {
  color: #FF4444;
  padding-left: 20px;
  background-position: 0 center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-image: url(../images/error.png);
}
.login-page .login-content .deal-row {
  margin-top: 38px;
  margin-bottom: 0px;
  display: block;
  font-size: 13px;
  display: block;
}
.login-page .login-content .deal-row a{
 color: #ff6666;
}
.login-page .login-content .deal-row .login-deal {
  margin-top: 0;
}
.auto-pwd-box input {
  display: none;
}
.auto-pwd-box label {
  position: relative;
  display: inline-block;
  height: 16px;
  vertical-align: top;
  padding-left: 24px;
  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: #ff6666;
}
.auto-pwd-box input[type=checkbox]:checked + label::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 3px;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #ff6666;
  border-left: 2px solid #ff6666;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/***********2025-6-23 end***********/
