@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

html {
  font-size: 0.8333333333vw;
}

.page-Container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 4rem;
  min-height: 100vh;
  position: relative;
}

.navbar-logo {
  position: absolute;
  display: inline-block;
  left: 2rem;
  top: 1.875rem;
}

/* 整个登录区域居中 */
.loginContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 2vh auto 4vh;
  flex: 1;
  gap: 2rem;
}

.box-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.box-left .left-title {
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.875rem);
  color: #181818;
  line-height: 1.3;
}
.box-left .left-title-light {
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.875rem);
  color: #5183f6;
  line-height: 1.3;
}
.box-left .left-subtitle {
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #5f6689;
  margin-top: 0.5rem;
  line-height: 1.5;
}
.box-left img {
  margin-top: 1rem;
  width: clamp(200px, 18vw, 23.38vw);
  height: auto;
  max-width: 400px;
}

.box-right {
  margin-left: 4rem;
  background-color: white;
  padding: clamp(1.5rem, 3vw, 3.22vw) clamp(1.5rem, 2.5vw, 2.34vw) clamp(1rem, 2vw, 1.66vw);
  border-radius: clamp(0.5rem, 1vw, 0.83vw);
  position: relative;
  width: 100%;
  max-width: 450px;
}
.box-right .title {
  font-weight: 400;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  color: #091221;
}
.box-right .hint-alert {
  background-color: #f9d6d5;
  color: #761b18;
  display: none;
}
.box-right .alert_tip {
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
}
.box-right .top-right-regis {
  position: absolute;
  right: 2.344vw;
  top: 3.64vw;
}
.box-right .top-right-regis .top-regis {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.box-right .top-right-regis .top-regis span {
  font-weight: 400;
  font-size: 0.875rem;
  color: #5183f6;
}
.box-right .top-right-regis .top-regis img {
  margin-left: 0.26vw;
  width: 0.26vw;
  height: 0.41vw;
}
.box-right .top {
  margin-top: clamp(1.5rem, 2.5vw, 2.44vw);
  display: flex;
  align-items: flex-start;
}
.box-right .top .top-login {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-right .top .top-login p {
  font-weight: 400;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: #091221;
}
.box-right .top .top-login .verline {
  margin-top: 0.62vw;
  width: 1.35vw;
  height: 0.15vw;
  background: #5183f6;
  border-radius: 0.1vw;
  display: none;
  transition: opacity 0.2s;
}
.box-right .top .top-login.active p {
  color: #5183f6;
}
.box-right .top .top-login.active .verline {
  display: block;
  background: #5183f6;
  opacity: 1;
}
.box-right .top .line {
  margin-top: 0.26vw;
  width: 1px;
  height: 0.72vw;
  background: #e0e0e0;
  margin-left: 0.93vw;
  margin-right: 0.93vw;
}
.box-right .top .top-regis {
  cursor: pointer;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.box-right .top .top-regis span {
  font-weight: 400;
  font-size: 0.875rem;
  color: #5183f6;
}
.box-right .top .top-regis img {
  margin-left: 0.26vw;
  width: 0.26vw;
  height: 0.41vw;
}
.box-right .center {
  margin-top: clamp(1rem, 1.5vw, 1.3vw);
  gap: 0.83vw;
}
.box-right .center .center-password {
  display: block;
}
.box-right .center .center-code {
  display: none;
}
.box-right .center .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0.93vw;
  height: clamp(2rem, 2.5vw, 2.08vw);
  background: #ffffff;
  border-radius: 0.2vw;
  border: 1px solid #dde2e9;
}
.box-right .center .form-group span {
  white-space: nowrap;
  width: 2.08vw;
  margin-right: 0.83vw;
  flex-shrink: 0;
  text-align: left;
  font-weight: 400;
  font-size: 0.875rem;
  color: #091221;
}
.box-right .center .form-group input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.875rem;
  height: 100%;
  background: transparent;
}
.box-right .center .form-group input:focus {
  outline: none;
  box-shadow: none;
}
.box-right .center .form-group .toggle-password {
  cursor: pointer;
  margin-left: 0.41vw;
  font-size: 0.75rem;
  background: transparent;
  border: none;
  outline: none;
  flex-shrink: 0;
}
.box-right .center .form-group .btn-code {
  cursor: pointer;
  font-weight: 400;
  font-size: 0.875rem;
  color: #091221;
  background: transparent;
  border: none;
  outline: none;
  flex-shrink: 0;
}
.box-right .desc {
  margin-top: clamp(0.75rem, 1vw, 0.93vw);
  font-weight: 400;
  font-size: 0.75rem;
  color: #666666;
  line-height: 1.5;
}
.box-right .desc-light {
  cursor: pointer;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5183f6;
}
.box-right .login {
  cursor: pointer;
  margin-top: clamp(1.5rem, 2.5vw, 2.03vw);
  background-color: #5183f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  flex: 1;
  text-align: center;
  height: clamp(2rem, 2.5vw, 2.08vw);
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
}
.box-right .forgetpassword {
  cursor: pointer;
  margin-top: clamp(0.75rem, 1vw, 0.93vw);
  text-align: center;
  height: 1.56vw;
}
.box-right .forgetpassword a {
  font-weight: 400;
  font-size: 0.8125rem;
  color: #091221;
  text-decoration: none;
}

.new-footer {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding-bottom: 1rem;
}
.new-footer hr {
  height: 1px;
  margin: 0;
}
.new-footer .footer-version {
  margin: 1.4375rem 0;
}
.new-footer .footer-version span,
.new-footer .footer-version a {
  font-weight: 400;
  font-size: 1rem;
  color: #3d4461;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .page-Container {
    padding-top: 3rem;
  }
  .loginContainer {
    margin: 1rem auto 2rem;
    gap: 1.5rem;
  }
  .box-left .left-title,
  .box-left .left-title-light {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  }
  .box-left .left-subtitle {
    font-size: clamp(0.875rem, 1.75vw, 1.125rem);
  }
  .box-left img {
    width: clamp(180px, 16vw, 300px);
  }
  .box-right {
    margin-left: 3rem;
    padding: clamp(1.25rem, 2.5vw, 2.5rem) clamp(1.25rem, 2vw, 2rem);
  }
  .box-right .title {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
  }
  .box-right .top-right-regis {
    right: 2rem;
    top: 3rem;
  }
}
@media (max-width: 992px) {
  .loginContainer {
    margin: 0.5rem auto 1rem;
  }
  .box-left .left-title,
  .box-left .left-title-light {
    font-size: clamp(1.5rem, 3vw, 2rem);
  }
  .box-left .left-subtitle {
    font-size: clamp(0.75rem, 1.5vw, 1rem);
  }
  .box-left img {
    width: clamp(150px, 14vw, 250px);
  }
  .box-right {
    margin-left: 2rem;
    max-width: 400px;
  }
  .box-right .top {
    margin-top: 1.25rem;
  }
  .box-right .center {
    margin-top: 0.875rem;
  }
  .box-right .login {
    margin-top: 1.25rem;
    height: 2.25rem;
  }
  .box-right .top-right-regis {
    right: 1.5rem;
    top: 2.5rem;
  }
  .box-right .top-right-regis .top-regis span {
    font-size: 0.8125rem;
  }
  .new-footer {
    padding-bottom: 0.75rem;
  }
  .new-footer .footer-version span,
  .new-footer .footer-version a {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .page-Container {
    padding-top: 2rem;
  }
  .loginContainer {
    flex-direction: row;
    margin: 0.5rem auto;
    padding: 0 1rem;
    gap: 1rem;
  }
  .navbar-logo {
    left: 16px;
    top: 10px;
  }
  .navbar-logo img {
    width: 80px !important;
  }
  .box-left {
    align-items: flex-start;
  }
  .box-left .left-title,
  .box-left .left-title-light {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  }
  .box-left .left-subtitle {
    font-size: clamp(0.625rem, 1.25vw, 0.875rem);
  }
  .box-left img {
    width: clamp(120px, 12vw, 200px);
    margin-top: 0.5rem;
  }
  .box-right {
    margin-left: 1.5rem;
    padding: 1.25rem 1rem;
    border-radius: 10px;
    max-width: 350px;
  }
  .box-right .title {
    font-size: 1.125rem;
  }
  .box-right .top-right-regis {
    position: static;
    text-align: right;
    margin-bottom: 0.5rem;
  }
  .box-right .top-right-regis .top-regis {
    justify-content: flex-end;
  }
  .box-right .top-right-regis .top-regis span {
    font-size: 0.75rem;
  }
  .box-right .top-right-regis .top-regis img {
    width: 0.22vw;
    height: 0.35vw;
  }
  .box-right .top {
    margin-top: 1rem;
  }
  .box-right .top .top-login p {
    font-size: 0.8125rem;
  }
  .box-right .top .line {
    height: 0.625rem;
  }
  .box-right .top .top-regis span {
    font-size: 0.75rem;
  }
  .box-right .center {
    margin-top: 0.75rem;
  }
  .box-right .center .form-group {
    height: 2.25rem;
    padding: 0 0.75rem;
  }
  .box-right .center .form-group span {
    width: 3rem;
    font-size: 0.75rem;
  }
  .box-right .center .form-group input {
    font-size: 0.75rem;
  }
  .box-right .center .form-group .toggle-password {
    font-size: 0.6875rem;
  }
  .box-right .center .form-group .btn-code {
    font-size: 0.75rem;
  }
  .box-right .desc {
    margin-top: 0.625rem;
    font-size: 0.6875rem;
  }
  .box-right .login {
    margin-top: 1rem;
    height: 2.25rem;
    font-size: 0.8125rem;
  }
  .box-right .forgetpassword {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
  .new-footer {
    padding-bottom: 0.5rem;
  }
  .new-footer .footer-version {
    margin: 1rem 0;
  }
  .new-footer .footer-version span,
  .new-footer .footer-version a {
    font-size: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .page-Container {
    padding-top: 5rem;
  }
  .loginContainer {
    margin: 3vh auto 5vh;
    max-width: 1400px;
  }
  .box-left .left-title,
  .box-left .left-title-light {
    font-size: clamp(2.5rem, 4.5vw, 3rem);
  }
  .box-left .left-subtitle {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
  }
  .box-left img {
    width: clamp(300px, 20vw, 450px);
  }
  .box-right {
    margin-left: 5rem;
    padding: 3.5vw 2.5vw 2vw;
  }
  .box-right .title {
    font-size: clamp(1.5rem, 2.5vw, 1.75rem);
  }
  .box-right .top-right-regis {
    right: 2.5vw;
    top: 4vw;
  }
  .box-right .top-right-regis .top-regis span {
    font-size: 0.9375rem;
  }
  .box-right .top {
    margin-top: 2.5vw;
  }
  .box-right .center {
    margin-top: 1.5vw;
  }
  .box-right .center .form-group {
    height: 2.25vw;
  }
  .box-right .login {
    margin-top: 2.25vw;
    height: 2.25vw;
  }
}/*# sourceMappingURL=index.css.map */