@charset "UTF-8";
.cover[data-v-6a664f12] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
}
[data-v-6a664f12] .avue-group__header {
  height: 35px !important;
  line-height: 35px !important;
}
.login-options[data-v-6a664f12] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.forgotPassword[data-v-6a664f12] {
  font-size: 14px;
  cursor: pointer;
  font-family: "Inter", "Noto Sans SC", sans-serif;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.forgotPassword[data-v-6a664f12]:hover {
  color: #2563eb;
}
.login-btn-icon[data-v-6a664f12] {
  margin-left: 8px;
  font-size: 16px;
}

/* 密码框后面两个图标对齐 */
.password-input[data-v-6a664f12] {
  /* 让 suffix 区域成为水平居中的 flex 容器 */
  /* 校验勾选图标和“眼睛”图标横向排布 */
}
.password-input[data-v-6a664f12] .el-input__suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.password-input[data-v-6a664f12] .el-input__suffix-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.password-input[data-v-6a664f12] .el-input__icon {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.password-input[data-v-6a664f12] .el-input__validateIcon {
  margin-left: 4px;
}

.slideVerifyStyle>.el-dialog {
  margin-top: 20vh !important;
}
.slideVerifyStyle>.el-dialog>.el-dialog__body {
  padding: 15px 20px 30px 20px !important;
}
.registerStyle>.el-dialog>.el-dialog__body {
  margin-bottom: 0 !important;
  padding: 10px 20px 0 20px !important;
}
.ai-register-dialog>.el-dialog {
  width: min(560px, calc(100vw - 32px)) !important;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 32px !important;
}
.ai-register-dialog>.el-dialog>.el-dialog__header {
  display: none;
}
.ai-register-dialog>.el-dialog>.el-dialog__body {
  padding: 0 !important;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
}
.ai-register-panel {
  background: #fff;
}
.ai-register-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 22px 28px 16px;
  border-bottom: 1px solid #eef1f6;
  background: linear-gradient(135deg, #f7fbff 0%, #ffffff 68%);
}
.ai-register-eyebrow {
  margin-bottom: 8px;
  color: #2674d9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}
.ai-register-head h2 {
  margin: 0;
  color: #172033;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}
.ai-register-head p {
  margin: 6px 0 0;
  max-width: 360px;
  color: #667085;
  font-size: 13px;
  line-height: 19px;
}
.ai-register-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  color: #fff;
  background: #2674d9;
  -webkit-box-shadow: 0 10px 22px rgba(38, 116, 217, 0.24);
          box-shadow: 0 10px 22px rgba(38, 116, 217, 0.24);
}
.ai-register-icon i {
  font-size: 24px;
}
.ai-register-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 0;
  padding: 16px 28px 20px;
}
.ai-register-form .el-form-item {
  position: relative;
  margin-bottom: 12px;
}
.ai-register-form .el-form-item.is-error {
  margin-bottom: 22px;
}
.ai-register-form .el-form-item__error {
  top: auto;
  bottom: -18px;
  left: 0;
  min-height: 16px;
  padding-top: 0;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.ai-register-form .el-form-item__label {
  padding-bottom: 4px;
  color: #4b5563;
  font-size: 13px;
  line-height: 17px;
}
.register-field-full,
.ai-register-actions {
  grid-column: 1 / -1;
}
.register-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 10px;
}
.register-code-row .el-button {
  padding-left: 0;
  padding-right: 0;
}
.register-agreement {
  margin-top: 0;
}
.register-agreement .el-checkbox {
  color: #606266;
  font-size: 13px;
  line-height: 18px;
  white-space: normal;
}
.ai-register-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  padding-top: 0;
}
.ai-register-actions .el-button {
  min-width: 88px;
}
.register-success {
  padding: 48px 40px 42px;
  text-align: center;
}
.register-success-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #19a974;
  -webkit-box-shadow: 0 10px 24px rgba(25, 169, 116, 0.24);
          box-shadow: 0 10px 24px rgba(25, 169, 116, 0.24);
}
.register-success-icon i {
  font-size: 30px;
}
.register-success h3 {
  margin: 0;
  color: #172033;
  font-size: 21px;
  line-height: 28px;
}
.register-success p {
  margin: 10px auto 24px;
  max-width: 360px;
  color: #667085;
  font-size: 13px;
  line-height: 21px;
}
.register-success-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 640px) {
.ai-register-dialog>.el-dialog {
    margin-top: 20px !important;
}
.ai-register-dialog>.el-dialog>.el-dialog__body {
    max-height: calc(100vh - 40px);
}
.ai-register-head {
    padding: 18px 20px 14px;
}
.ai-register-icon {
    display: none;
}
.ai-register-form {
    grid-template-columns: 1fr;
    padding: 14px 20px 18px;
}
}

/* 企业编码输入框查询时的样式 */
.querying {
  -webkit-animation: querying-pulse 1.5s ease-in-out infinite;
          animation: querying-pulse 1.5s ease-in-out infinite;
}
@-webkit-keyframes querying-pulse {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(64, 158, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(64, 158, 255, 0.4);
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(64, 158, 255, 0);
            box-shadow: 0 0 0 10px rgba(64, 158, 255, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(64, 158, 255, 0);
            box-shadow: 0 0 0 0 rgba(64, 158, 255, 0);
}
}
@keyframes querying-pulse {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(64, 158, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(64, 158, 255, 0.4);
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(64, 158, 255, 0);
            box-shadow: 0 0 0 10px rgba(64, 158, 255, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(64, 158, 255, 0);
            box-shadow: 0 0 0 0 rgba(64, 158, 255, 0);
}
}

/* 加载图标样式 */
.el-icon-loading {
  -webkit-animation: rotating 2s linear infinite;
          animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotating {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}


.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display {
  color: #ccc;
}


[data-v-a725dbca] .el-form-item__content {
  line-height: 32px !important;
}
.login-form[data-v-a725dbca] {
  margin: 50px 0 0 !important;
}
.icon-yanzhengma[data-v-a725dbca] {
  line-height: 2;
}
.forgotBack[data-v-a725dbca] {
  text-align: center;
  color: #237ffa;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
}
.forgotBack[data-v-a725dbca]:hover {
  color: #70abf3;
}
.msg-text[data-v-a725dbca] {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display[data-v-a725dbca] {
  color: #ccc;
}

.error-page[data-v-1837a7ec] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-1837a7ec] {
  margin-right: 80px;
  height: 360px;
  width: 100%;
  max-width: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.error-page .content h1[data-v-1837a7ec] {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.error-page .content .desc[data-v-1837a7ec] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.error-page[data-v-1845bf6d] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-1845bf6d] {
  margin-right: 80px;
  height: 360px;
  width: 100%;
  max-width: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.error-page .content h1[data-v-1845bf6d] {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.error-page .content .desc[data-v-1845bf6d] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url("/img/bg/bg.jpg");
  background-size: 100% 100%;
}
.login-weaper {
  margin: 0 auto;
  width: 1000px;
  -webkit-box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
}
.login-weaper .el-input-group__append {
  border: none;
}
.login-left,
.login-border {
  position: relative;
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #8b9aac;
  color: #fff;
  float: left;
  width: 50%;
  position: relative;
}
.login-left .login-left-text {
  width: 180px;
  padding-top: 20px;
}
.login-left .login-left-logo {
  width: 365px;
}
.login-time {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 100%;
  color: #fff;
  font-weight: 200;
  opacity: 0.9;
  font-size: 18px;
  overflow: hidden;
}
.login-left .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-top: 80px;
}
.login-border {
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  background-color: #fff;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main {
  margin: 0 auto;
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 500px;
}
.login-main > h3 {
  margin-bottom: 20px;
}
.login-main > p {
  color: #76838f;
}
.login-title {
  color: #333;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4px;
}
.login-menu {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.login-menu a {
  color: #999;
  font-size: 12px;
  margin: 0px 8px;
}
.login-submit {
  width: 100%;
  color: #fff;
  background: #1D6FEA;
  border-radius: 4px;
  height: 44px;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  cursor: pointer;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 8px rgba(29, 111, 234, 0.3);
          box-shadow: 0 2px 8px rgba(29, 111, 234, 0.3);
}
.login-submit:hover {
  background: #3B82F6;
  -webkit-box-shadow: 0 6px 16px rgba(29, 111, 234, 0.5);
          box-shadow: 0 6px 16px rgba(29, 111, 234, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.login-submit:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 8px rgba(29, 111, 234, 0.3);
          box-shadow: 0 2px 8px rgba(29, 111, 234, 0.3);
}
.register-submit {
  width: 36%;
  height: 45px;
  border: 1px solid #ef2f63;
  background: none;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #ef2f63;
  cursor: pointer;
  margin-top: 30px;
  font-family: "neo";
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.login-form {
  margin: 10px 0;
}
.login-form i {
  color: #909399;
}
.login-form .el-form-item__content {
  width: 100%;
}
.login-form .el-form-item {
  margin-bottom: 24px;
}
.login-form .el-input .el-input__inner {
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 12px 0 40px !important;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  color: #606266;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-form .el-input .el-input__inner:focus {
  background: #fff;
  border-color: #2563eb;
  -webkit-box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
          box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
  outline: none;
}
.login-form .el-input .el-input__inner:hover {
  border-color: #cbd5e1;
}
.login-form .el-input .el-input__inner::-webkit-input-placeholder {
  color: #c0c4cc;
}
.login-form .el-input .el-input__inner::-moz-placeholder {
  color: #c0c4cc;
}
.login-form .el-input .el-input__inner:-ms-input-placeholder {
  color: #c0c4cc;
}
.login-form .el-input .el-input__inner::-ms-input-placeholder {
  color: #c0c4cc;
}
.login-form .el-input .el-input__inner::placeholder {
  color: #c0c4cc;
}
.login-form .el-input.el-input--small .el-input__inner {
  height: 40px !important;
  line-height: 40px !important;
}
.login-form .el-input.is-focus .el-input__inner {
  background: #fff;
  border-color: #2563eb;
  -webkit-box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
          box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.login-form .el-input.is-focus .el-input__prefix i {
  color: #2563eb;
}
.login-form .el-input.is-focus .el-input__suffix .el-icon-view {
  color: #2563eb;
}
.login-form .el-input .el-input__prefix {
  left: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-form .el-input .el-input__prefix i {
  font-size: 18px !important;
  color: #909399;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.login-form .el-input .el-input__suffix {
  right: 12px;
}
.login-form .el-input .el-input__suffix .el-icon-view {
  color: #909399;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.login-form .el-input .el-input__suffix .el-icon-view:hover {
  color: #2563eb;
}
.login-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 0 10px;
}
.login-code-img {
  margin-top: 2px;
  width: 100px;
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
  cursor: pointer !important;
}
.login-code-phone {
  margin-top: 0px;
  width: 100px;
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  color: #7c7979;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
  cursor: pointer !important;
}
.error-page[data-v-4cf39caa] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-4cf39caa] {
  margin-right: 80px;
  height: 360px;
  width: 100%;
  max-width: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.error-page .content h1[data-v-4cf39caa] {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.error-page .content .desc[data-v-4cf39caa] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
@charset "UTF-8";
li[data-v-9fa485f6] {
  list-style: none;
}
.login_menu_new[data-v-9fa485f6] {
  color: #333335;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}
.login_menu_new .menu_new_item[data-v-9fa485f6] {
  font-weight: 600;
  font-family: Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
  width: 33%;
  text-align: center;
}
.checkActive[data-v-9fa485f6]:after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: -10px;
  height: 4px;
  width: 90%;
  background-color: #419eff;
  border-radius: 5px;
}
.main[data-v-9fa485f6] {
  height: 100%;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_left[data-v-9fa485f6] {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  position: relative;
  padding: 60px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  /* 左侧背景渐变微动效果 - 非常轻微的流动感 */
  background: linear-gradient(135deg, #1e3a8a 0%, #246ab9 50%, #1e3a8a 100%);
  background-size: 200% 200%;
  -webkit-animation: gradientMove-9fa485f6 20s ease-in-out infinite;
          animation: gradientMove-9fa485f6 20s ease-in-out infinite;
  /* 浅光斜线效果 - 第一条光带 */
  /* 浅光斜线效果 - 第二条光带 */
}
.main_left[data-v-9fa485f6]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.07) 50%, transparent 58%, transparent 100%);
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  -webkit-animation: lightMove1-9fa485f6 24s linear infinite;
          animation: lightMove1-9fa485f6 24s linear infinite;
  pointer-events: none;
}
.main_left[data-v-9fa485f6]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, transparent 0%, transparent 45%, rgba(255, 255, 255, 0.06) 50%, transparent 55%, transparent 100%);
  -webkit-transform: skewX(18deg);
          transform: skewX(18deg);
  -webkit-animation: lightMove2-9fa485f6 28s linear infinite;
          animation: lightMove2-9fa485f6 28s linear infinite;
  pointer-events: none;
}

/* 渐变背景微动动画 - 非常缓慢的流动感，不抢主视觉 */
@-webkit-keyframes gradientMove-9fa485f6 {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
@keyframes gradientMove-9fa485f6 {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
/* 第一条光带移动动画 - 轻微斜向移动 */
@-webkit-keyframes lightMove1-9fa485f6 {
0% {
    -webkit-transform: skewX(-12deg) translateX(-120%) translateY(-30%);
            transform: skewX(-12deg) translateX(-120%) translateY(-30%);
    opacity: 0;
}
10% {
    opacity: 1;
}
90% {
    opacity: 1;
}
100% {
    -webkit-transform: skewX(-12deg) translateX(120%) translateY(30%);
            transform: skewX(-12deg) translateX(120%) translateY(30%);
    opacity: 0;
}
}
@keyframes lightMove1-9fa485f6 {
0% {
    -webkit-transform: skewX(-12deg) translateX(-120%) translateY(-30%);
            transform: skewX(-12deg) translateX(-120%) translateY(-30%);
    opacity: 0;
}
10% {
    opacity: 1;
}
90% {
    opacity: 1;
}
100% {
    -webkit-transform: skewX(-12deg) translateX(120%) translateY(30%);
            transform: skewX(-12deg) translateX(120%) translateY(30%);
    opacity: 0;
}
}
/* 第二条光带移动动画 - 反向移动，形成交错效果 */
@-webkit-keyframes lightMove2-9fa485f6 {
0% {
    -webkit-transform: skewX(18deg) translateX(-120%) translateY(30%);
            transform: skewX(18deg) translateX(-120%) translateY(30%);
    opacity: 0;
}
10% {
    opacity: 1;
}
90% {
    opacity: 1;
}
100% {
    -webkit-transform: skewX(18deg) translateX(120%) translateY(-30%);
            transform: skewX(18deg) translateX(120%) translateY(-30%);
    opacity: 0;
}
}
@keyframes lightMove2-9fa485f6 {
0% {
    -webkit-transform: skewX(18deg) translateX(-120%) translateY(30%);
            transform: skewX(18deg) translateX(-120%) translateY(30%);
    opacity: 0;
}
10% {
    opacity: 1;
}
90% {
    opacity: 1;
}
100% {
    -webkit-transform: skewX(18deg) translateX(120%) translateY(-30%);
            transform: skewX(18deg) translateX(120%) translateY(-30%);
    opacity: 0;
}
}
.left-content[data-v-9fa485f6] {
  width: 100%;
  max-width: 550px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1; /* 确保内容在动画效果之上 */
}
.left-section[data-v-9fa485f6] {
  width: 100%;
}
.section-top[data-v-9fa485f6] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: auto;
}
.section-middle[data-v-9fa485f6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
}
.section-bottom[data-v-9fa485f6] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
}
.logo-container[data-v-9fa485f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0;
}
.logo-icon[data-v-9fa485f6] {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #1e3a8a;
  font-size: 36px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  margin-right: 12px;
  font-family: "Arial", sans-serif;
}
.logo-text[data-v-9fa485f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
.logo-cn[data-v-9fa485f6] {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 4px;
  font-family: "Inter", "Noto Sans SC", sans-serif;
}
.logo-en[data-v-9fa485f6] {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: "Arial", sans-serif;
}
.main-title-left[data-v-9fa485f6] {
  margin: 0 0 20px 0;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  font-family: "Inter", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 2px;
}
.main-title-left .title-underline[data-v-9fa485f6] {
  position: relative;
  display: inline-block;
  opacity: 0.9;
}
.main-title-left .title-underline[data-v-9fa485f6]::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 40%;
  height: 4px;
  background: #60a5fa;
  border-radius: 2px;
}
.slogan[data-v-9fa485f6] {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "Inter", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 1px;
  opacity: 0.95;
}
.description[data-v-9fa485f6] {
  margin: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  opacity: 0.85;
  font-family: "Inter", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.5px;
}
.feature-blocks[data-v-9fa485f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 0;
}
.feature-block[data-v-9fa485f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.feature-icon[data-v-9fa485f6] {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}
.feature-icon-grid .grid-container[data-v-9fa485f6] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
  width: 32px;
  height: 32px;
}
.feature-icon-grid .grid-item[data-v-9fa485f6] {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-icon-lightning svg[data-v-9fa485f6] {
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, 0.9);
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 2.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-block[data-v-9fa485f6] {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.feature-block[data-v-9fa485f6]:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.feature-block:hover .feature-icon[data-v-9fa485f6] {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
.feature-block:hover .feature-icon .grid-item[data-v-9fa485f6] {
  border-color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.15);
}
.feature-block:hover .feature-icon svg[data-v-9fa485f6] {
  color: rgb(255, 255, 255);
  stroke: rgb(255, 255, 255);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-block:hover .feature-title[data-v-9fa485f6] {
  color: #fff;
  opacity: 1;
}
.feature-block:hover .feature-desc[data-v-9fa485f6] {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}
.feature-content[data-v-9fa485f6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.feature-title[data-v-9fa485f6] {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  font-family: "Inter", "Noto Sans SC", sans-serif;
  opacity: 1;
}
.feature-desc[data-v-9fa485f6] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  line-height: 1.4;
  font-family: "Inter", "Noto Sans SC", sans-serif;
}
.main_right-bg[data-v-9fa485f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right-content-wrapper[data-v-9fa485f6] {
  width: 100%;
  max-width: 500px;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
}
.container-right[data-v-9fa485f6] {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 992px) {
.main_left[data-v-9fa485f6] {
    display: none !important;
}
.main_right-bg[data-v-9fa485f6] {
    width: 100% !important;
}
.right-content-wrapper[data-v-9fa485f6] {
    max-width: 90% !important;
    padding: 20px !important;
}
.container-right[data-v-9fa485f6] {
    width: 100% !important;
}
.main-title-left[data-v-9fa485f6] {
    font-size: 36px !important;
}
.feature-blocks[data-v-9fa485f6] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px !important;
}
}
.main-title1[data-v-9fa485f6] {
  margin: 0 0 8px 0;
  font-size: 32px;
  font-weight: 700;
  color: #282828;
  font-family: "Inter", "Noto Sans SC", sans-serif;
  line-height: 1.2;
}
.sub-title1[data-v-9fa485f6] {
  margin: 0 0 30px 0;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  font-family: "Inter", "Noto Sans SC", sans-serif;
}
.login-tabs[data-v-9fa485f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  background: #f8fafc;
  border-radius: 10px;
  padding: 4px;
}
.tab-item[data-v-9fa485f6] {
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #64748b;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: inherit;
}
.tab-item.active[data-v-9fa485f6] {
  color: #2563eb;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.page-footer[data-v-9fa485f6] {
  text-align: center;
  margin-top: auto;
  padding-top: 30px;
}
.page-footer .copyright-info[data-v-9fa485f6] {
  font-size: 12px;
  color: #909399;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.page-footer .copyright-info .copyright-icon[data-v-9fa485f6] {
  font-size: 14px;
  margin-bottom: 4px;
}
.page-footer .copyright-info span[data-v-9fa485f6]:not(.copyright-icon) {
  display: block;
}
.page-footer .copyright-info .copyright-en[data-v-9fa485f6] {
  font-size: 11px;
  color: #c0c4cc;
  margin-top: 2px;
}
.lock-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.lock-container .title {
  margin-bottom: 8px;
  color: #333;
}
.lock-container::before {
  z-index: -999;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/bg/login.png");
  background-size: cover;
}
.lock-form {
  width: 300px;
}
.iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
