.dialogPublic .is-fullscreen[data-v-25f5ae0c] {
  width: 95%;
  height: 95%;
  overflow: auto;
  margin-top: 1%;
  position: relative;
}
.dialogPublic[data-v-25f5ae0c] .el-dialog .el-dialog__header {
  height: 50px;
  padding: 10px;
  border-bottom: 1px solid #f3f3f4;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  background-color: #fff;
  border-radius: 8px;
}
.dialogPublic[data-v-25f5ae0c] .el-dialog .el-dialog__headerbtn .el-dialog__close {
  color: #666666;
  font-size: 19px;
}
.dialogPublic[data-v-25f5ae0c] .el-dialog .el-dialog__body {
  padding: 15px;
  overflow-y: auto;
}
.dialogPublic[data-v-25f5ae0c] .el-dialog .is-fullscreen .el-dialog__body {
  height: calc(100% - 101px) !important;
}
.dialogAllHeight .el-dialog__body[data-v-25f5ae0c] {
  height: calc(100% - 50px) !important;
}
.no-permission[data-v-3ae66aea] {
  position: relative;
  background-color: #ffffff;
  height: 400px;
}
.no-permission .no-permission-main[data-v-3ae66aea] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.no-permission .no-permission-main .tips[data-v-3ae66aea] {
  font-family: PingFangSC, PingFangSC-Regular;
  color: rgba(0, 0, 0, 0.5);
}
.no-permission .no-permission-main .imt-button[data-v-3ae66aea] {
  margin-top: 28px;
}
@charset "UTF-8";
@-webkit-keyframes fadeInUp-2529d779 {
from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes fadeInUp-2529d779 {
from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@-webkit-keyframes glowPulse-2529d779 {
0% {
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 170, 0.2), inset 0 0 20px rgba(0, 210, 255, 0.1);
            box-shadow: 0 0 20px rgba(0, 255, 170, 0.2), inset 0 0 20px rgba(0, 210, 255, 0.1);
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}
50% {
    -webkit-box-shadow: 0 0 40px rgba(0, 255, 170, 0.5), inset 0 0 40px rgba(0, 210, 255, 0.3);
            box-shadow: 0 0 40px rgba(0, 255, 170, 0.5), inset 0 0 40px rgba(0, 210, 255, 0.3);
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
}
100% {
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 170, 0.2), inset 0 0 20px rgba(0, 210, 255, 0.1);
            box-shadow: 0 0 20px rgba(0, 255, 170, 0.2), inset 0 0 20px rgba(0, 210, 255, 0.1);
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}
}
@keyframes glowPulse-2529d779 {
0% {
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 170, 0.2), inset 0 0 20px rgba(0, 210, 255, 0.1);
            box-shadow: 0 0 20px rgba(0, 255, 170, 0.2), inset 0 0 20px rgba(0, 210, 255, 0.1);
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}
50% {
    -webkit-box-shadow: 0 0 40px rgba(0, 255, 170, 0.5), inset 0 0 40px rgba(0, 210, 255, 0.3);
            box-shadow: 0 0 40px rgba(0, 255, 170, 0.5), inset 0 0 40px rgba(0, 210, 255, 0.3);
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
}
100% {
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 170, 0.2), inset 0 0 20px rgba(0, 210, 255, 0.1);
            box-shadow: 0 0 20px rgba(0, 255, 170, 0.2), inset 0 0 20px rgba(0, 210, 255, 0.1);
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}
}
@-webkit-keyframes floating-2529d779 {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes floating-2529d779 {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.login[data-v-2529d779] {
  min-width: 1440px;
  overflow: hidden;
}
.login .international[data-v-2529d779] {
  position: fixed !important;
  bottom: 40px !important;
  right: 40px !important;
  top: auto !important;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(31, 169, 111, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 0 15px rgba(31, 169, 111, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 0 15px rgba(31, 169, 111, 0.1);
  -webkit-animation: floating-2529d779 4s ease-in-out infinite;
          animation: floating-2529d779 4s ease-in-out infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.login .international[data-v-2529d779]:hover {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 0 30px rgba(31, 169, 111, 0.3);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 0 30px rgba(31, 169, 111, 0.3);
  border-color: #1fa96f;
  -webkit-transform: scale(1.15) !important;
          transform: scale(1.15) !important;
  cursor: pointer;
}
.login .con[data-v-2529d779] {
  position: relative;
  margin: auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login .con-logo[data-v-2529d779] {
  width: 40px !important;
  height: 30px;
}
.login .con-text[data-v-2529d779] {
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Medium;
  margin-left: 4px;
}
.login .left[data-v-2529d779] {
  float: left;
}
.login .right[data-v-2529d779] {
  float: right;
}
.login .header[data-v-2529d779] {
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  text-align: left;
}
.login .header img[data-v-2529d779] {
  vertical-align: middle;
  margin-right: 4px;
  width: 17px;
}
.login .header span[data-v-2529d779] {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: rgba(0, 0, 0, 0.8);
  vertical-align: middle;
}
.login .haitai_bg[data-v-2529d779] {
  background-image: url(../img/login_bg.702a040e.jpg);
}
.login .dl_bg[data-v-2529d779] {
  background-image: url(../img/login_bg_dl.fa754ab0.png);
}
.login .content[data-v-2529d779] {
  position: relative;
  height: calc(100vh - 50px);
  width: 100%;
  background-size: 100%;
  background-position: center center;
  background-color: #f0f7f4;
  /* 翠绿与青色交织的呼吸光晕粒子 (Light Mode) */
}
.login .content[data-v-2529d779]::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(31, 169, 111, 0.25) 0%, rgba(0, 210, 255, 0.1) 40%, transparent 70%);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  -webkit-animation: glowPulse-2529d779 6s ease-in-out infinite;
          animation: glowPulse-2529d779 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.login .content[data-v-2529d779] {
  /* 玻璃防穿帮掩层 (Linear Gradient Mask) */
}
.login .content[data-v-2529d779]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(240, 247, 244, 0)), color-stop(40%, rgba(240, 247, 244, 0.95)), to(rgb(240, 247, 244)));
  background: linear-gradient(to right, rgba(240, 247, 244, 0), rgba(240, 247, 244, 0.95) 40%, rgb(240, 247, 244) 100%);
  pointer-events: none;
  z-index: 1;
}
.login .content .content-right-con[data-v-2529d779] {
  position: absolute;
  top: 42%;
  right: 8.75%;
  margin-top: -244px;
  width: 440px;
  padding: 60px 0 80px 0;
  /* 高级浅色磨砂毛玻璃卡片 (From Mockup) */
  background: rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
  border-radius: 24px;
  color: #333;
  z-index: 2;
  /* 动感入场特效 (Staggering Entrance) */
  -webkit-animation: fadeInUp-2529d779 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeInUp-2529d779 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  opacity: 0;
}
.login .content .content-right-con .close[data-v-2529d779] {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #666;
}
.login .content .content-right-con .top[data-v-2529d779] {
  margin-bottom: 48px;
  text-align: center;
  /* 层叠入场 */
  -webkit-animation: fadeInUp-2529d779 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeInUp-2529d779 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  opacity: 0;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.login .content .content-right-con .top img[data-v-2529d779] {
  width: 40px !important;
  height: 30px;
  margin-bottom: 6px;
}
.login .content .content-right-con .top p[data-v-2529d779] {
  height: 32px;
  opacity: 1;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  color: #2c3e50; /* 深空灰阅读色 */
  line-height: 32px;
  letter-spacing: 1px;
}
.login .content .content-right-con .form[data-v-2529d779] {
  /* 层叠入场 */
  -webkit-animation: fadeInUp-2529d779 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeInUp-2529d779 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  opacity: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.login .content .content-right-con .form[data-v-2529d779] .el-form-item {
  width: 320px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.login .content .content-right-con .bottom[data-v-2529d779] {
  width: 320px;
  margin: 0 auto;
  /* 层叠入场 */
  -webkit-animation: fadeInUp-2529d779 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeInUp-2529d779 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  opacity: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.login .content .content-right-con .bottom div[data-v-2529d779] {
  text-align: left;
  margin-bottom: 30px;
  height: 20px;
  line-height: 20px;
}
.login .content .content-right-con .bottom div[data-v-2529d779] .el-checkbox__label {
  color: #555;
  font-weight: 500;
}
.login .content .content-right-con .bottom div span[data-v-2529d779] {
  color: #1fa96f; /* 品牌绿 */
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.login .content .content-right-con .bottom div span[data-v-2529d779]:hover {
  text-shadow: 0 0 8px rgba(31, 169, 111, 0.5);
}
.login .content .content-right-con .bottom[data-v-2529d779] {
  /* 动效登录按钮 (Solid Dark Mode matching visual) */
}
.login .content .content-right-con .bottom .sign-in-btn[data-v-2529d779] {
  width: 100%;
  font-size: 18px;
  height: 52px;
  background: #1a1a1a !important;
  border: none !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 12px !important;
  -webkit-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.4) !important;
          box-shadow: 0 16px 30px rgba(0, 0, 0, 0.4) !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  position: relative;
}
.login .content .content-right-con .bottom .sign-in-btn[data-v-2529d779]:hover {
  background: #000 !important;
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6) !important;
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6) !important;
}
.login .content .content-right-con .bottom .sign-in-btn[data-v-2529d779] .btn-text {
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
}
.login .content .content-right-con .bottom .sign-in-btn[data-v-2529d779] .btn-arrow {
  -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;
  font-size: 18px;
}
.login .content .content-right-con .bottom .sign-in-btn[data-v-2529d779]:hover .btn-arrow {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.login .content .content-right-con .bottom.btn-group[data-v-2529d779] {
  margin-top: 40px;
}
.login .content .content-right-con .reset-form .imt-button[data-v-2529d779] {
  width: 150px;
  margin-right: 20px;
}
.login .content .content-right-con .reset-form .imt-button[data-v-2529d779]:last-of-type {
  margin-right: 0;
}
.login .content .content-right-con .reset-form .imt-button.send-code[data-v-2529d779] {
  width: 180px;
}
.login .content .content-right-con .form-item-line[data-v-2529d779] {
  width: 320px;
  margin: 0 auto;
}
.login .content .content-right-con .form-item-line[data-v-2529d779] .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login .content .content-right-con .form-item-line[data-v-2529d779] .el-select {
  width: 102px;
  margin-right: 8px;
}
.login .content .content-right-con .form-item-line[data-v-2529d779] .el-select ::v-deep .el-input {
  width: 100%;
}
.login .content .content-right-con .form-item-line .imt-button[data-v-2529d779] {
  height: 40px;
  margin-left: 8px;
  line-height: 40px;
  padding: 0 16px;
}
.login .content .copyright[data-v-2529d779] {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3); /* 深灰色，适配浅色背景 */
  line-height: 20px;
  z-index: 2;
}
.login .content[data-v-2529d779] .imt-input__inner {
  height: 48px;
  line-height: 48px;
}
.login .content[data-v-2529d779] .imt-button {
  border-radius: 8px !important;
}
.login .content .imt-button[data-v-2529d779] {
  height: 40px;
}
.login .content[data-v-2529d779] .el-select .el-input__inner {
  height: 48px;
  line-height: 48px;
}
.login .content[data-v-2529d779] {
  /* 平滑微交互：扁平底线态及图标互动 (Flat Line Design & Icons) */
}
.login .content[data-v-2529d779] .el-input__inner {
  height: 48px;
  line-height: 48px;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  color: #333 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0 !important;
  padding-left: 0;
}
.login .content[data-v-2529d779] .el-input__inner::-webkit-input-placeholder {
  color: #999;
}
.login .content[data-v-2529d779] .el-input__inner::-moz-placeholder {
  color: #999;
}
.login .content[data-v-2529d779] .el-input__inner:-ms-input-placeholder {
  color: #999;
}
.login .content[data-v-2529d779] .el-input__inner::-ms-input-placeholder {
  color: #999;
}
.login .content[data-v-2529d779] .el-input__inner::placeholder {
  color: #999;
}
.login .content[data-v-2529d779] .el-input__inner:-webkit-autofill {
  background: transparent;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
.login .content[data-v-2529d779] .el-input__inner:focus {
  border-bottom: 2px solid #1fa96f !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent !important;
  -webkit-transform: none;
          transform: none;
}
.login .content[data-v-2529d779] .el-input__prefix {
  left: 0;
}
.login .content[data-v-2529d779] .el-input__prefix i {
  font-size: 18px;
  color: #b0b0b0;
  line-height: 48px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.login .content[data-v-2529d779] .el-input:focus-within .el-input__prefix i {
  color: #1fa96f !important;
}
.login .content[data-v-2529d779] .el-input--prefix .el-input__inner {
  padding-left: 32px !important;
}
.login .reset-title[data-v-2529d779] {
  height: 24px;
  opacity: 1;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  margin: -20px 0 20px 0;
}
.login[data-v-2529d779] .el-form {
  position: relative;
}
.login[data-v-2529d779] .el-form .el-form-item__content {
  line-height: normal;
}
.login .areaFormItem[data-v-2529d779] {
  position: absolute;
  left: 45px;
  width: 90px !important;
}
.login .areaFormItem[data-v-2529d779]::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 14px;
  color: #ccc;
  font-size: 14px;
}
.login .areaFormItem[data-v-2529d779] .el-form-item__content input {
  padding-right: 20px;
  padding-left: 5px;
}
.login .areaFormItem.is-error[data-v-2529d779] .el-form-item__error {
  display: none;
}
.login .areaFormItem.is-error[data-v-2529d779] .el-form-item__content input {
  border: 1px solid red;
}
.login .userFormItem[data-v-2529d779] {
  margin-left: 140px !important;
  width: 240px !important;
}
.login[data-v-2529d779] .el-form-item__content .el-select {
  width: 100%;
}
.login[data-v-2529d779] .el-form-item__content .borderBottom input {
  border-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
