
body[data-v-3df7fd1c] {
  background: url(/static/img/loginbg.jpg) #025448 center center fixed;
  background-size: cover;
}
/*以上为公用样式*/
.container[data-v-3df7fd1c] {clear:both;margin:0px auto 0px;min-height:calc(100% - 290px); OVERFLOW: hidden;padding:0px 50px 15px;}
.i_logo[data-v-3df7fd1c] {float:left;width:auto;padding:16px 0 0 80px;color:#fff;font-size:35px;margin:68px auto 39px;font-family:黑体;font-weight:bold;
/*  background:url(/static/images/HLGGlogo.png) no-repeat 0 50%;*/
  overflow:hidden;}
.i_logo h4[data-v-3df7fd1c] {float:left;width:100%;line-height:40px;height:60px;overflow:hidden;font-size:30px;}
.i_logo p[data-v-3df7fd1c] {float:left;width:100%;line-height:25px;height:25px;overflow:hidden;font-size:14px !important;filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.s_logo[data-v-3df7fd1c] {float:left;width:100%;line-height:120%;padding:75px 0 0;text-align:center;color:#fff;font-size:30px;margin:50px auto 40px;font-family:黑体;font-weight:bold;
  background:url(/static/images/HLGGlogo.png) no-repeat 50% 0;overflow:hidden;}
.s_logo h4[data-v-3df7fd1c] {float:left;width:100%;line-height:40px;height:40px;overflow:hidden;font-size:30px;}
.s_logo p[data-v-3df7fd1c] {float:left;width:100%;line-height:25px;height:25px;overflow:hidden;font-size:14px !important;filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
/*企业登录*/
.r_ic_bg[data-v-3df7fd1c]{position:absolute;width:480px;height:480px;z-index:9;top:50%;margin-top:-240px;left:40%;margin-left:-250px;overflow:hidden;background:url(/static/images/r_ic_bg.png) no-repeat;}
/* 原 height:368px */
.log_cen[data-v-3df7fd1c]{
  position:absolute;
  width:450px;
  height:560px;
  z-index:9999999;
  top:50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left:150px;
  left:50%;
  overflow:hidden;
  padding:0;
  background:#fff;
  border-radius:16px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.log_mid[data-v-3df7fd1c]{
  clear:both;
  width:100%;
  height:100%;
  overflow:hidden;
  padding:35px 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.log_mid h2[data-v-3df7fd1c] {
  float:Left;
  width:100%;
  height:auto;
  line-height:1.2;
  text-align:left;
  font-size:26px;
  font-weight:700;
  margin-bottom:25px;
  color:#1d64e7;
  letter-spacing:1px;
}
/* ========== 登录表单 ========== */
.log_left[data-v-3df7fd1c] {
  width:100%;
  padding:0px;
  overflow:visible;
  text-align:left;
}
.login-form[data-v-3df7fd1c] {
  width: 100%;
  -webkit-animation: fadeIn-3df7fd1c 0.5s ease;
          animation: fadeIn-3df7fd1c 0.5s ease;
}

/* 表单项 */
.form-item[data-v-3df7fd1c] {
  margin-bottom: 20px;
}

/* 输入框标签 */
.input-label[data-v-3df7fd1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.input-label i[data-v-3df7fd1c] {
  font-size: 16px;
  color: #1d64e7;
}

/* 输入框容器 */
.input-wrapper[data-v-3df7fd1c] {
  position: relative;
  width: 100%;
}
.input-wrapper input[data-v-3df7fd1c] {
  width: 100%;
  height: 48px;
  padding: 12px 45px 12px 45px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  background: #fafafa;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-wrapper input[data-v-3df7fd1c]:hover {
  border-color: #b3d4fc;
  background: #fff;
}
.input-wrapper input[data-v-3df7fd1c]:focus {
  border-color: #1d64e7;
  background: #fff;
  outline: none;
  -webkit-box-shadow: 0 0 0 4px rgba(29, 100, 231, 0.1);
          box-shadow: 0 0 0 4px rgba(29, 100, 231, 0.1);
}
.input-wrapper input.input-focused[data-v-3df7fd1c] {
  border-color: #1d64e7;
  background: #fff;
}
.input-wrapper input[data-v-3df7fd1c]::-webkit-input-placeholder {
  color: #bbb;
}
.input-wrapper input[data-v-3df7fd1c]::-moz-placeholder {
  color: #bbb;
}
.input-wrapper input[data-v-3df7fd1c]:-ms-input-placeholder {
  color: #bbb;
}
.input-wrapper input[data-v-3df7fd1c]::-ms-input-placeholder {
  color: #bbb;
}
.input-wrapper input[data-v-3df7fd1c]::placeholder {
  color: #bbb;
}

/* 输入框图标 */
.input-icon[data-v-3df7fd1c] {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.input-wrapper input:focus + .input-icon[data-v-3df7fd1c],
.input-wrapper input.input-focused ~ .input-icon[data-v-3df7fd1c] {
  color: #1d64e7;
}

/* 密码显示/隐藏按钮 */
.password-toggle[data-v-3df7fd1c] {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #999;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
.password-toggle[data-v-3df7fd1c]:hover {
  color: #1d64e7;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
.password-toggle.active[data-v-3df7fd1c] {
  color: #1d64e7;
}

/* 表单选项（记住密码、忘记密码） */
.form-options[data-v-3df7fd1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  font-size: 13px;
}
.remember-checkbox[data-v-3df7fd1c] {
  color: #666;
}
.remember-checkbox[data-v-3df7fd1c] .el-checkbox__label {
  color: #666;
  font-size: 13px;
}
.remember-checkbox[data-v-3df7fd1c] .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #1d64e7;
  border-color: #1d64e7;
}
.forgot-link[data-v-3df7fd1c] {
  color: #1d64e7;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.forgot-link[data-v-3df7fd1c]:hover {
  color: #36a3f7;
  text-decoration: underline;
}
.bnt[data-v-3df7fd1c] {
  width:300px;
  height:38px;
  background: #1d64e7;
  text-align:center;
  color:#fff;
  font-size:14px;
  border:0;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  font-family:"Microsoft YaHei";
  cursor:pointer;
}
.login_foot[data-v-3df7fd1c] {position:absolute;text-align:center;bottom:0;z-index:999;left:0;width:100%;line-height:150%;padding:15px 0;overflow:hidden;color:#f4eded;}

/* ========== 登录页面头部 ========== */
.login-header[data-v-3df7fd1c] {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.login-title[data-v-3df7fd1c] {
  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;
  gap: 10px;
  font-size: 28px;
  font-weight: 700;
  color: #1d64e7;
  margin-bottom: 10px;
  -webkit-animation: slideDown-3df7fd1c 0.6s ease;
          animation: slideDown-3df7fd1c 0.6s ease;
}
.login-title i[data-v-3df7fd1c] {
  font-size: 30px;
  background: linear-gradient(135deg, #1d64e7 0%, #36a3f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: pulse-3df7fd1c 2s ease-in-out infinite;
          animation: pulse-3df7fd1c 2s ease-in-out infinite;
}
.login-subtitle[data-v-3df7fd1c] {
  font-size: 14px;
  color: #999;
  margin: 0;
  font-weight: 400;
  -webkit-animation: fadeIn-3df7fd1c 1s ease;
          animation: fadeIn-3df7fd1c 1s ease;
}
@-webkit-keyframes slideDown-3df7fd1c {
from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes slideDown-3df7fd1c {
from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@-webkit-keyframes fadeIn-3df7fd1c {
from { opacity: 0;
}
to { opacity: 1;
}
}
@keyframes fadeIn-3df7fd1c {
from { opacity: 0;
}
to { opacity: 1;
}
}

/* ========== 横向登录方式切换标签 ========== */
.login-tabs-horizontal[data-v-3df7fd1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-bottom: 25px;
  background: #f5f7fa;
  border-radius: 10px;
  padding: 4px;
  position: relative;
}
.tab-item-horizontal[data-v-3df7fd1c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  gap: 8px;
  padding: 12px 20px;
  cursor: pointer;
  color: #666;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.tab-item-horizontal i[data-v-3df7fd1c] {
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-item-horizontal[data-v-3df7fd1c]:hover {
  color: #1d64e7;
}
.tab-item-horizontal:hover i[data-v-3df7fd1c] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tab-item-horizontal.active[data-v-3df7fd1c] {
  color: #fff;
  background: linear-gradient(135deg, #1d64e7 0%, #36a3f7 100%);
  -webkit-box-shadow: 0 4px 12px rgba(29, 100, 231, 0.3);
          box-shadow: 0 4px 12px rgba(29, 100, 231, 0.3);
  font-weight: 600;
}
.tab-item-horizontal.active i[data-v-3df7fd1c] {
  -webkit-animation: icon-bounce-3df7fd1c 0.5s ease;
          animation: icon-bounce-3df7fd1c 0.5s ease;
}
@-webkit-keyframes icon-bounce-3df7fd1c {
0%, 100% { -webkit-transform: translateY(0); transform: translateY(0);
}
50% { -webkit-transform: translateY(-3px); transform: translateY(-3px);
}
}
@keyframes icon-bounce-3df7fd1c {
0%, 100% { -webkit-transform: translateY(0); transform: translateY(0);
}
50% { -webkit-transform: translateY(-3px); transform: translateY(-3px);
}
}

/* ========== 过渡动画 ========== */
.fade-slide-enter-active[data-v-3df7fd1c], .fade-slide-leave-active[data-v-3df7fd1c] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fade-slide-enter[data-v-3df7fd1c] {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.fade-slide-leave-to[data-v-3df7fd1c] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

/* ========== 登录按钮优化 ========== */
.login-actions[data-v-3df7fd1c] {
  margin-top: 0;
  text-align: center;
}
.login-btn-full[data-v-3df7fd1c] {
  width: 100%;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #1d64e7 0%, #36a3f7 100%);
  border: none;
  -webkit-box-shadow: 0 8px 24px rgba(29, 100, 231, 0.35);
          box-shadow: 0 8px 24px rgba(29, 100, 231, 0.35);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.login-btn-full[data-v-3df7fd1c]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.login-btn-full[data-v-3df7fd1c]:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 32px rgba(29, 100, 231, 0.45);
          box-shadow: 0 12px 32px rgba(29, 100, 231, 0.45);
}
.login-btn-full[data-v-3df7fd1c]:hover::before {
  left: 100%;
}
.login-btn-full[data-v-3df7fd1c]:active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 20px rgba(29, 100, 231, 0.35);
          box-shadow: 0 6px 20px rgba(29, 100, 231, 0.35);
}
.login-btn-full i[data-v-3df7fd1c] {
  margin-right: 8px;
  font-size: 18px;
}
.login-btn-full span[data-v-3df7fd1c] {
  position: relative;
  z-index: 1;
}

/* 其他选项 */
.other-options[data-v-3df7fd1c] {
  margin-top: 24px;
}
.divider[data-v-3df7fd1c] {
  text-align: center;
  margin: 24px 0 16px;
  position: relative;
}
.divider[data-v-3df7fd1c]::before,
.divider[data-v-3df7fd1c]::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 35%;
  height: 1px;
  background: #e0e0e0;
}
.divider[data-v-3df7fd1c]::before {
  left: 0;
}
.divider[data-v-3df7fd1c]::after {
  right: 0;
}
.divider span[data-v-3df7fd1c] {
  background: #fff;
  padding: 0 12px;
  color: #999;
  font-size: 13px;
}
.register-link[data-v-3df7fd1c] {
  text-align: center;
  font-size: 13px;
  color: #666;
}
.register-link a[data-v-3df7fd1c] {
  color: #1d64e7;
  text-decoration: none;
  font-weight: 600;
  margin-left: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.register-link a[data-v-3df7fd1c]:hover {
  color: #36a3f7;
  text-decoration: underline;
}

/* ========== 微信登录样式优化 ========== */
.wechat-login[data-v-3df7fd1c] {
  width: 100%;
  padding: 0;
}
.qrcode-container[data-v-3df7fd1c] {
  width: 100%;
  min-height: 340px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(135deg, #fafbfc 0%, #f5f7fa 100%);
  border-radius: 12px;
  padding: 30px 25px;
  -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}
.qrcode-container[data-v-3df7fd1c]::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(29, 100, 231, 0.03) 0%, transparent 70%);
  -webkit-animation: rotate-gradient-3df7fd1c 20s linear infinite;
          animation: rotate-gradient-3df7fd1c 20s linear infinite;
}
@-webkit-keyframes rotate-gradient-3df7fd1c {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
@keyframes rotate-gradient-3df7fd1c {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}

/* 加载中 */
.loading-box[data-v-3df7fd1c] {
  text-align: center;
  position: relative;
  z-index: 1;
}
.loading-icon[data-v-3df7fd1c] {
  font-size: 48px;
  color: #1d64e7;
  -webkit-animation: rotate-3df7fd1c 1s linear infinite;
          animation: rotate-3df7fd1c 1s linear infinite;
  -webkit-filter: drop-shadow(0 4px 8px rgba(29, 100, 231, 0.3));
          filter: drop-shadow(0 4px 8px rgba(29, 100, 231, 0.3));
}
@-webkit-keyframes rotate-3df7fd1c {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
@keyframes rotate-3df7fd1c {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
.loading-box p[data-v-3df7fd1c] {
  margin-top: 20px;
  color: #666;
  font-size: 15px;
  font-weight: 500;
}

/* 二维码 */
.qrcode-box[data-v-3df7fd1c] {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.qrcode-wrapper[data-v-3df7fd1c] {
  display: inline-block;
  padding: 15px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.qrcode-wrapper[data-v-3df7fd1c]::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #1d64e7, #36a3f7, #1d64e7);
  background-size: 200% 200%;
  border-radius: 16px;
  z-index: -1;
  -webkit-animation: border-rotate-3df7fd1c 3s linear infinite;
          animation: border-rotate-3df7fd1c 3s linear infinite;
}
@-webkit-keyframes border-rotate-3df7fd1c {
0% { background-position: 0% 50%;
}
50% { background-position: 100% 50%;
}
100% { background-position: 0% 50%;
}
}
@keyframes border-rotate-3df7fd1c {
0% { background-position: 0% 50%;
}
50% { background-position: 100% 50%;
}
100% { background-position: 0% 50%;
}
}
.qrcode-iframe[data-v-3df7fd1c] {
  width: 220px;
  height: 250px;
  border: none;
  display: block;
  border-radius: 8px;
}
.qrcode-info[data-v-3df7fd1c] {
  margin-top: 8px;
}
.qrcode-tip[data-v-3df7fd1c] {
  color: #333;
  font-size: 15px;
  margin: 12px 0 8px;
  font-weight: 600;
  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;
  gap: 6px;
}
.qrcode-tip i[data-v-3df7fd1c] {
  color: #09bb07;
  font-size: 18px;
  -webkit-animation: pulse-3df7fd1c 2s infinite;
          animation: pulse-3df7fd1c 2s infinite;
}
@-webkit-keyframes pulse-3df7fd1c {
0%, 100% { -webkit-transform: scale(1); transform: scale(1);
}
50% { -webkit-transform: scale(1.1); transform: scale(1.1);
}
}
@keyframes pulse-3df7fd1c {
0%, 100% { -webkit-transform: scale(1); transform: scale(1);
}
50% { -webkit-transform: scale(1.1); transform: scale(1.1);
}
}
.qrcode-countdown[data-v-3df7fd1c] {
  color: #999;
  font-size: 13px;
  margin-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 4px 12px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 12px;
}
.qrcode-countdown i[data-v-3df7fd1c] {
  color: #1d64e7;
}

/* 状态提示 */
.status-box[data-v-3df7fd1c] {
  text-align: center;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
.status-icon-wrapper[data-v-3df7fd1c] {
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
  border-radius: 50%;
  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-animation: scaleIn-3df7fd1c 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: scaleIn-3df7fd1c 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.status-icon-wrapper[data-v-3df7fd1c]::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: ripple-3df7fd1c 1.5s infinite;
          animation: ripple-3df7fd1c 1.5s infinite;
}
@-webkit-keyframes scaleIn-3df7fd1c {
from {
    -webkit-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);
    opacity: 0;
}
to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}
}
@keyframes scaleIn-3df7fd1c {
from {
    -webkit-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);
    opacity: 0;
}
to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}
}
@-webkit-keyframes ripple-3df7fd1c {
0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
            box-shadow: 0 0 0 0 currentColor;
    opacity: 0.6;
}
100% {
    -webkit-box-shadow: 0 0 0 20px currentColor;
            box-shadow: 0 0 0 20px currentColor;
    opacity: 0;
}
}
@keyframes ripple-3df7fd1c {
0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
            box-shadow: 0 0 0 0 currentColor;
    opacity: 0.6;
}
100% {
    -webkit-box-shadow: 0 0 0 20px currentColor;
            box-shadow: 0 0 0 20px currentColor;
    opacity: 0;
}
}
.status-icon-wrapper.success[data-v-3df7fd1c] {
  background: linear-gradient(135deg, #52c41a 0%, #73d13d 100%);
  color: rgba(82, 196, 26, 0.3);
}
.status-icon-wrapper.warning[data-v-3df7fd1c] {
  background: linear-gradient(135deg, #faad14 0%, #ffc53d 100%);
  color: rgba(250, 173, 20, 0.3);
}
.status-icon-wrapper.error[data-v-3df7fd1c] {
  background: linear-gradient(135deg, #f5222d 0%, #ff4d4f 100%);
  color: rgba(245, 34, 45, 0.3);
}
.status-icon[data-v-3df7fd1c] {
  font-size: 48px;
  color: #fff;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
.status-title[data-v-3df7fd1c] {
  color: #333;
  font-size: 20px;
  margin: 12px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.status-tip[data-v-3df7fd1c] {
  color: #999;
  font-size: 14px;
  margin: 8px 0 16px;
  line-height: 1.6;
}

/* 等待确认动画 */
.status-loading[data-v-3df7fd1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.status-loading span[data-v-3df7fd1c] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1d64e7;
  -webkit-animation: bounce-3df7fd1c 1.4s infinite ease-in-out both;
          animation: bounce-3df7fd1c 1.4s infinite ease-in-out both;
}
.status-loading span[data-v-3df7fd1c]:nth-child(1) {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.status-loading span[data-v-3df7fd1c]:nth-child(2) {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
@-webkit-keyframes bounce-3df7fd1c {
0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.5;
}
40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes bounce-3df7fd1c {
0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.5;
}
40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
.refresh-btn-new[data-v-3df7fd1c] {
  margin-top: 24px;
  padding: 12px 36px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  background: linear-gradient(135deg, #1d64e7 0%, #36a3f7 100%);
  border: none;
  -webkit-box-shadow: 0 6px 20px rgba(29, 100, 231, 0.3);
          box-shadow: 0 6px 20px rgba(29, 100, 231, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 1px;
}
.refresh-btn-new[data-v-3df7fd1c]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 24px rgba(29, 100, 231, 0.4);
          box-shadow: 0 8px 24px rgba(29, 100, 231, 0.4);
}
.refresh-btn-new i[data-v-3df7fd1c] {
  margin-right: 6px;
  -webkit-animation: rotate-reverse-3df7fd1c 2s linear infinite;
          animation: rotate-reverse-3df7fd1c 2s linear infinite;
}
@-webkit-keyframes rotate-reverse-3df7fd1c {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg);
}
}
@keyframes rotate-reverse-3df7fd1c {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg);
}
}

/* 微信提示 */
.wechat-tips[data-v-3df7fd1c] {
  margin-top: 20px;
  text-align: center;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(29, 100, 231, 0.06) 0%, rgba(54, 163, 247, 0.06) 100%);
  border-radius: 10px;
  border: 1px solid rgba(29, 100, 231, 0.15);
  position: relative;
  overflow: hidden;
}
.wechat-tips[data-v-3df7fd1c]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1d64e7), to(#36a3f7));
  background: linear-gradient(180deg, #1d64e7 0%, #36a3f7 100%);
  border-radius: 10px 0 0 10px;
}
.wechat-tips i[data-v-3df7fd1c] {
  color: #1d64e7;
  margin-right: 8px;
  font-size: 15px;
  vertical-align: middle;
}
.wechat-tips span[data-v-3df7fd1c] {
  color: #666;
  font-size: 13px;
  line-height: 1.6;
  vertical-align: middle;
  font-weight: 500;
}


