.page-login .page-main {
  padding-top: 0;
}

.page-login .login-hero.top_nav {
  width: 100%;
  min-height: calc(100vh - var(--nav-h));
  padding: calc(var(--nav-h) + 24px) 24px 48px;
  background-image: url("../../images/syImg/login/bg.png");
  background-color: #e8f4ff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.page-login .login_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-login .ditu_content {
  width: min(571px, 100%);
  flex-shrink: 0;
}

.page-login .ditu_content > .title {
  width: 260px;
  max-width: 100%;
  font-weight: 700;
  font-size: 40px;
  position: relative;
  margin-bottom: 10px;
  color: #333;
}

.page-login .air_bubble {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1890ff;
  height: 30px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
}

.page-login .ditu_content > .sub_title {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 20px;
  color: #333;
}

.page-login .left_content_item3 {
  padding-right: min(180px, 20%);
}

.page-login .left_content {
  min-height: 429px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.47);
  border: 1px solid #fff;
  padding: 23px;
  position: relative;
}

.page-login .ditu_img {
  width: 224px;
  height: 219px;
  position: absolute;
  bottom: -50px;
  right: -50px;
}

.page-login .left_content_title {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #333;
}

.page-login .left_content_title img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  flex-shrink: 0;
}

.page-login .left_content_text {
  padding-left: 50px;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin-bottom: 21px;
  line-height: 28px;
}

.page-login .login_title {
  display: flex;
  flex-direction: column;
  width: min(513px, 100%);
  backdrop-filter: blur(40px);
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  flex-shrink: 0;
  overflow: hidden;
}

.page-login .login_header {
  width: 100%;
  min-height: 156px;
  background: linear-gradient(180deg, #e2f1ff -9.96%, rgba(232, 244, 255, 0) 100%);
  font-weight: 700;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
}

.page-login .login_header .sub_title {
  font-weight: 400;
  font-size: 14px;
  margin-top: 8px;
}

.page-login .trial-form {
  width: 100%;
  padding: 0 32px 40px;
  box-sizing: border-box;
}

.page-login .trial-form .form-label {
  color: #333;
  margin-bottom: 6px;
}

.page-login .submitBtn {
  background: #1890ff;
  border-color: #1890ff;
  margin-top: 8px;
}

.page-login .verify-input-wrap {
  position: relative;
}

.page-login .verify-input-wrap .form-control {
  padding-right: 110px;
}

.page-login .get-code {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  color: #999;
  font-size: 14px;
  padding: 4px 8px;
  white-space: nowrap;
}

.page-login .get-code:disabled {
  opacity: 0.6;
}

.page-login .login-history.lc {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 12% 90px;
  background-image: url("../../images/syImg/honor/lcBg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.page-login .login-history .title {
  font-size: 48px;
  color: #333;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-login .login-history .tips {
  color: rgba(97, 101, 128, 1);
  font-size: 16px;
  margin-bottom: 32px;
}

.page-login .login-history .des {
  text-align: left;
  max-width: 900px;
  margin: 0 auto 24px;
}

.page-login .login-history .left_dot {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #1b254a;
  margin-bottom: 12px;
}

.page-login .login-history .left_dot > span:first-child {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1b254a;
  margin-right: 10px;
}

.page-login .login-history .des p {
  font-size: 16px;
  color: #616580;
  line-height: 28px;
  margin: 0;
}

.page-login .lc_con {
  height: 306px;
  width: 100%;
  margin-top: 40px;
  position: relative;
  display: flex;
  align-items: center;
}

.page-login .lc_con .line {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  top: 150px;
}

.page-login .dot_list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 8%;
  position: absolute;
  border: none;
  background: none;
}

.page-login .dot_list .dot_item,
.page-login .dot_list .dot_itemA {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e1e1e1;
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.page-login .dot_list .dot_itemA {
  background: #1b254a;
}

.page-login .dot_list .dot_item span,
.page-login .dot_list .dot_itemA span {
  display: block;
  position: absolute;
  top: 15px;
  left: -15px;
  color: #a9abad;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.page-login .dot_list .dot_itemA span {
  color: #1b254a;
}

.page-login .history-arrow {
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.page-login .history-arrow img {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .page-login .ditu_content > .title {
    font-size: 32px;
  }

  .page-login .ditu_content > .sub_title {
    font-size: 20px;
  }

  .page-login .left_content_item3 {
    padding-right: 0;
  }

  .page-login .ditu_img {
    display: none;
  }

  .page-login .login-history .title {
    font-size: 36px;
    line-height: 1.3;
  }

  .page-login .dot_list {
    padding: 0 4%;
  }
}

@media (max-width: 576px) {
  .page-login .trial-form {
    padding: 0 20px 32px;
  }

  .page-login .login-history {
    padding-left: 16px;
    padding-right: 16px;
  }
}
