
body[data-v-0fafc4fa] {
  background: #f5f7fa;
  position: relative;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}
/*以上为公用样式*/
#header[data-v-0fafc4fa] {
  background: #f5f7fa;
  color: #1d64e7;
  padding: 15px 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.container[data-v-0fafc4fa] {clear:both;margin:0px auto 0px; OVERFLOW: hidden;padding:0px 50px 15px;}
.i_logo[data-v-0fafc4fa] {width:auto;margin:0 auto;padding:20px 0;text-align:center;color:#1d64e7;font-size:30px;font-family:黑体;font-weight:bold;
  overflow:hidden;
}
.i_logo h4[data-v-0fafc4fa] {width:100%;line-height:40px;height:60px;overflow:hidden;font-size:28px;
  color: #1d64e7;
  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;
  gap: 12px;
  margin: 0;
}
/* Logo图片样式优化 */
.i_logo .logo-img[data-v-0fafc4fa] {
  width: 120px;
  height: auto;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
}
/* 产品名称样式 */
.i_logo .product-name[data-v-0fafc4fa] {
  display: inline-block;
  vertical-align: middle;
}
/* 企业登录*/
.login_item[data-v-0fafc4fa] {
  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;
  min-height: calc(100vh - 160px);
  padding: 20px 0;
  gap: 30px;
}

/* 底部版权信息 */
.login_foot[data-v-0fafc4fa] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 150%;
  padding: 20px 0;
  overflow: hidden;
  color: #666;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  z-index: 100;
}

/* 右侧装饰区域 */
.login_decoration[data-v-0fafc4fa] {
  width: 400px;
  height: 500px;
  background: linear-gradient(135deg, #1d64e7 0%, #36a3f7 100%);
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  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;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.login_decoration[data-v-0fafc4fa]::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  -webkit-animation: rotate-gradient-0fafc4fa 20s linear infinite;
          animation: rotate-gradient-0fafc4fa 20s linear infinite;
}
.decoration_content[data-v-0fafc4fa] {
  text-align: center;
  position: relative;
  z-index: 1;
}
.decoration_content h3[data-v-0fafc4fa] {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.decoration_content p[data-v-0fafc4fa] {
  font-size: 16px;
  margin-bottom: 40px;
  opacity: 0.9;
}
.decoration_image[data-v-0fafc4fa] {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.decoration_image img[data-v-0fafc4fa] {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes rotate-gradient-0fafc4fa {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
@keyframes rotate-gradient-0fafc4fa {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
/* 原 height:368px */
.log_cen[data-v-0fafc4fa]{
  width:400px;
  height:500px;
  overflow:hidden;
  padding:0;
  background:#fff;
  border-radius:16px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  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[data-v-0fafc4fa]{
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.log_mid h2[data-v-0fafc4fa] {
  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-0fafc4fa] {
  width:100%;
  padding:0px;
  overflow:visible;
  text-align:left;
}
.login-form[data-v-0fafc4fa] {
  width: 100%;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}

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

/* 输入框标签 */
.input-label[data-v-0fafc4fa] {
  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-0fafc4fa] {
  font-size: 16px;
  color: #1d64e7;
}

/* 输入框容器 */
.input-wrapper[data-v-0fafc4fa] {
  position: relative;
  width: 100%;
}
.input-wrapper input[data-v-0fafc4fa] {
  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-0fafc4fa]:hover {
  border-color: #b3d4fc;
  background: #fff;
}
.input-wrapper input[data-v-0fafc4fa]: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-0fafc4fa] {
  border-color: #1d64e7;
  background: #fff;
}
.input-wrapper input[data-v-0fafc4fa]::-webkit-input-placeholder {
  color: #bbb;
}
.input-wrapper input[data-v-0fafc4fa]::-moz-placeholder {
  color: #bbb;
}
.input-wrapper input[data-v-0fafc4fa]:-ms-input-placeholder {
  color: #bbb;
}
.input-wrapper input[data-v-0fafc4fa]::-ms-input-placeholder {
  color: #bbb;
}
.input-wrapper input[data-v-0fafc4fa]::placeholder {
  color: #bbb;
}

/* 输入框图标 */
.input-icon[data-v-0fafc4fa] {
  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-0fafc4fa],
.input-wrapper input.input-focused ~ .input-icon[data-v-0fafc4fa] {
  color: #1d64e7;
}

/* 密码显示/隐藏按钮 */
.password-toggle[data-v-0fafc4fa] {
  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-0fafc4fa]:hover {
  color: #1d64e7;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
.password-toggle.active[data-v-0fafc4fa] {
  color: #1d64e7;
}

/* 表单选项（记住密码、忘记密码） */
.form-options[data-v-0fafc4fa] {
  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-0fafc4fa] {
  color: #666;
}
.remember-checkbox[data-v-0fafc4fa] .el-checkbox__label {
  color: #666;
  font-size: 13px;
}
.remember-checkbox[data-v-0fafc4fa] .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #1d64e7;
  border-color: #1d64e7;
}
.forgot-link[data-v-0fafc4fa] {
  color: #1d64e7;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.forgot-link[data-v-0fafc4fa]:hover {
  color: #36a3f7;
  text-decoration: underline;
}
.bnt[data-v-0fafc4fa] {
  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-0fafc4fa] {text-align:center;bottom:0;left:0;width:100%;line-height:150%;padding:40px 0;overflow:hidden;color:#666;background: #fff;border-top: 1px solid #e0e0e0;}

/* ========== 横向登录方式切换标签 ========== */
.login-tabs-horizontal[data-v-0fafc4fa] {
  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-0fafc4fa] {
  -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-0fafc4fa] {
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-item-horizontal[data-v-0fafc4fa]:hover {
  color: #1d64e7;
}
.tab-item-horizontal:hover i[data-v-0fafc4fa] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tab-item-horizontal.active[data-v-0fafc4fa] {
  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-0fafc4fa] {
  -webkit-animation: icon-bounce-0fafc4fa 0.5s ease;
          animation: icon-bounce-0fafc4fa 0.5s ease;
}
@-webkit-keyframes icon-bounce-0fafc4fa {
0%, 100% { -webkit-transform: translateY(0); transform: translateY(0);
}
50% { -webkit-transform: translateY(-3px); transform: translateY(-3px);
}
}
@keyframes icon-bounce-0fafc4fa {
0%, 100% { -webkit-transform: translateY(0); transform: translateY(0);
}
50% { -webkit-transform: translateY(-3px); transform: translateY(-3px);
}
}

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

/* ========== 登录按钮优化 ========== */
.login-actions[data-v-0fafc4fa] {
  margin-top: 0;
  text-align: center;
}
.login-btn-full[data-v-0fafc4fa] {
  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-0fafc4fa]::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-0fafc4fa]: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-0fafc4fa]:hover::before {
  left: 100%;
}
.login-btn-full[data-v-0fafc4fa]: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-0fafc4fa] {
  margin-right: 8px;
  font-size: 18px;
}
.login-btn-full span[data-v-0fafc4fa] {
  position: relative;
  z-index: 1;
}

/* 其他选项 */
.other-options[data-v-0fafc4fa] {
  margin-top: 24px;
}
.divider[data-v-0fafc4fa] {
  text-align: center;
  margin: 24px 0 16px;
  position: relative;
}
.divider[data-v-0fafc4fa]::before,
.divider[data-v-0fafc4fa]::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 35%;
  height: 1px;
  background: #e0e0e0;
}
.divider[data-v-0fafc4fa]::before {
  left: 0;
}
.divider[data-v-0fafc4fa]::after {
  right: 0;
}
.divider span[data-v-0fafc4fa] {
  background: #fff;
  padding: 0 12px;
  color: #999;
  font-size: 13px;
}
.register-link[data-v-0fafc4fa] {
  text-align: center;
  font-size: 13px;
  color: #666;
}
.register-link a[data-v-0fafc4fa] {
  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-0fafc4fa]:hover {
  color: #36a3f7;
  text-decoration: underline;
}

/* ========== 微信登录样式优化 ========== */
.wechat-login[data-v-0fafc4fa] {
  width: 100%;
  padding: 0;
}
.qrcode-container[data-v-0fafc4fa] {
  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-0fafc4fa]::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-0fafc4fa 20s linear infinite;
          animation: rotate-gradient-0fafc4fa 20s linear infinite;
}
@keyframes rotate-gradient-0fafc4fa {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}

/* 加载中 */
.loading-box[data-v-0fafc4fa] {
  text-align: center;
  position: relative;
  z-index: 1;
}
.loading-icon[data-v-0fafc4fa] {
  font-size: 48px;
  color: #1d64e7;
  -webkit-animation: rotate-0fafc4fa 1s linear infinite;
          animation: rotate-0fafc4fa 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-0fafc4fa {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
@keyframes rotate-0fafc4fa {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
.loading-box p[data-v-0fafc4fa] {
  margin-top: 20px;
  color: #666;
  font-size: 15px;
}

/* 二维码 */
.qrcode-box[data-v-0fafc4fa] {
  text-align: center;
  position: relative;
  z-index: 1;
}
.qrcode-wrapper[data-v-0fafc4fa] {
  display: inline-block;
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.qrcode-iframe[data-v-0fafc4fa] {
  width: 200px;
  height: 200px;
  border: none;
}
.qrcode-info[data-v-0fafc4fa] {
  margin-top: 15px;
}
.qrcode-tip[data-v-0fafc4fa] {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  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;
}
.qrcode-countdown[data-v-0fafc4fa] {
  font-size: 13px;
  color: #999;
  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;
}

/* 状态框 */
.status-box[data-v-0fafc4fa] {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
}
.status-icon-wrapper[data-v-0fafc4fa] {
  width: 80px;
  height: 80px;
  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;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.status-icon-wrapper.success[data-v-0fafc4fa] {
  background: rgba(103, 194, 58, 0.1);
}
.status-icon-wrapper.warning[data-v-0fafc4fa] {
  background: rgba(230, 162, 60, 0.1);
}
.status-icon-wrapper.error[data-v-0fafc4fa] {
  background: rgba(245, 108, 108, 0.1);
}
.status-icon[data-v-0fafc4fa] {
  font-size: 40px;
}
.status-icon-wrapper.success .status-icon[data-v-0fafc4fa] {
  color: #67c23a;
}
.status-icon-wrapper.warning .status-icon[data-v-0fafc4fa] {
  color: #e6a23c;
}
.status-icon-wrapper.error .status-icon[data-v-0fafc4fa] {
  color: #f56c6c;
}
.status-title[data-v-0fafc4fa] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.status-tip[data-v-0fafc4fa] {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.status-loading[data-v-0fafc4fa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.status-loading span[data-v-0fafc4fa] {
  width: 8px;
  height: 8px;
  background: #1d64e7;
  border-radius: 50%;
  -webkit-animation: loading-bounce-0fafc4fa 1.4s ease-in-out infinite both;
          animation: loading-bounce-0fafc4fa 1.4s ease-in-out infinite both;
}
.status-loading span[data-v-0fafc4fa]:nth-child(1) {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.status-loading span[data-v-0fafc4fa]:nth-child(2) {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
@-webkit-keyframes loading-bounce-0fafc4fa {
0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes loading-bounce-0fafc4fa {
0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.refresh-btn-new[data-v-0fafc4fa] {
  margin-top: 15px;
}
.wechat-tips[data-v-0fafc4fa] {
  margin-top: 20px;
  padding: 12px 16px;
  background: #f0f9eb;
  border: 1px solid #e1f3d8;
  border-radius: 8px;
  color: #67c23a;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.wechat-tips i[data-v-0fafc4fa] {
  font-size: 16px;
}
.login-btn-full span[data-v-0fafc4fa] {
  position: relative;
  z-index: 1;
}

/* 其他选项 */
.other-options[data-v-0fafc4fa] {
  margin-top: 24px;
}
.divider[data-v-0fafc4fa] {
  text-align: center;
  margin: 24px 0 16px;
  position: relative;
}
.divider[data-v-0fafc4fa]::before,
.divider[data-v-0fafc4fa]::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 35%;
  height: 1px;
  background: #e0e0e0;
}
.divider[data-v-0fafc4fa]::before {
  left: 0;
}
.divider[data-v-0fafc4fa]::after {
  right: 0;
}
.divider span[data-v-0fafc4fa] {
  background: #fff;
  padding: 0 12px;
  color: #999;
  font-size: 13px;
}
.register-link[data-v-0fafc4fa] {
  text-align: center;
  font-size: 13px;
  color: #666;
}
.register-link a[data-v-0fafc4fa] {
  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-0fafc4fa]:hover {
  color: #36a3f7;
  text-decoration: underline;
}

/* ========== 微信登录样式优化 ========== */
.wechat-login[data-v-0fafc4fa] {
  width: 100%;
  padding: 0;
}
.qrcode-container[data-v-0fafc4fa] {
  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-0fafc4fa]::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-0fafc4fa 20s linear infinite;
          animation: rotate-gradient-0fafc4fa 20s linear infinite;
}
@keyframes rotate-gradient-0fafc4fa {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}

/* 加载中 */
.loading-box[data-v-0fafc4fa] {
  text-align: center;
  position: relative;
  z-index: 1;
}
.loading-icon[data-v-0fafc4fa] {
  font-size: 48px;
  color: #1d64e7;
  -webkit-animation: rotate-0fafc4fa 1s linear infinite;
          animation: rotate-0fafc4fa 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));
}
@keyframes rotate-0fafc4fa {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
.loading-box p[data-v-0fafc4fa] {
  margin-top: 20px;
  color: #666;
  font-size: 15px;
  font-weight: 500;
}

/* 二维码 */
.qrcode-box[data-v-0fafc4fa] {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.qrcode-wrapper[data-v-0fafc4fa] {
  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-0fafc4fa]::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-0fafc4fa 3s linear infinite;
          animation: border-rotate-0fafc4fa 3s linear infinite;
}
@-webkit-keyframes border-rotate-0fafc4fa {
0% { background-position: 0% 50%;
}
50% { background-position: 100% 50%;
}
100% { background-position: 0% 50%;
}
}
@keyframes border-rotate-0fafc4fa {
0% { background-position: 0% 50%;
}
50% { background-position: 100% 50%;
}
100% { background-position: 0% 50%;
}
}
.qrcode-iframe[data-v-0fafc4fa] {
  width: 220px;
  height: 250px;
  border: none;
  display: block;
  border-radius: 8px;
}
.qrcode-info[data-v-0fafc4fa] {
  margin-top: 8px;
}
.qrcode-tip[data-v-0fafc4fa] {
  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-0fafc4fa] {
  color: #09bb07;
  font-size: 18px;
  -webkit-animation: pulse-0fafc4fa 2s infinite;
          animation: pulse-0fafc4fa 2s infinite;
}
@-webkit-keyframes pulse-0fafc4fa {
0%, 100% { -webkit-transform: scale(1); transform: scale(1);
}
50% { -webkit-transform: scale(1.1); transform: scale(1.1);
}
}
@keyframes pulse-0fafc4fa {
0%, 100% { -webkit-transform: scale(1); transform: scale(1);
}
50% { -webkit-transform: scale(1.1); transform: scale(1.1);
}
}
.qrcode-countdown[data-v-0fafc4fa] {
  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-0fafc4fa] {
  color: #1d64e7;
}

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

/* 等待确认动画 */
.status-loading[data-v-0fafc4fa] {
  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-0fafc4fa] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1d64e7;
  -webkit-animation: bounce-0fafc4fa 1.4s infinite ease-in-out both;
          animation: bounce-0fafc4fa 1.4s infinite ease-in-out both;
}
.status-loading span[data-v-0fafc4fa]:nth-child(1) {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.status-loading span[data-v-0fafc4fa]:nth-child(2) {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
@-webkit-keyframes bounce-0fafc4fa {
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-0fafc4fa {
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-0fafc4fa] {
  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-0fafc4fa]: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-0fafc4fa] {
  margin-right: 6px;
  -webkit-animation: rotate-reverse-0fafc4fa 2s linear infinite;
          animation: rotate-reverse-0fafc4fa 2s linear infinite;
}
@-webkit-keyframes rotate-reverse-0fafc4fa {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg);
}
}
@keyframes rotate-reverse-0fafc4fa {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg);
}
}

/* 微信提示 */
.wechat-tips[data-v-0fafc4fa] {
  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-0fafc4fa]::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-0fafc4fa] {
  color: #1d64e7;
  margin-right: 8px;
  font-size: 15px;
  vertical-align: middle;
}
.wechat-tips span[data-v-0fafc4fa] {
  color: #666;
  font-size: 13px;
  line-height: 1.6;
  vertical-align: middle;
  font-weight: 500;
}

/* ========== 企业选择对话框样式 ========== */
.enterprise-selector-content[data-v-0fafc4fa] {
  padding: 10px 0;
}
.selector-tip[data-v-0fafc4fa] {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.enterprise-radio-group[data-v-0fafc4fa] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.enterprise-radio-item[data-v-0fafc4fa] {
  width: 100%;
  margin: 0;
  padding: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.enterprise-radio-item[data-v-0fafc4fa]:hover {
  border-color: #1d64e7;
  background-color: #f5f7fa;
}
.enterprise-radio-item.is-checked[data-v-0fafc4fa] {
  border-color: #1d64e7;
  background-color: rgba(29, 100, 231, 0.05);
}
.enterprise-info[data-v-0fafc4fa] {
  margin-left: 8px;
}
.enterprise-name[data-v-0fafc4fa] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}
.enterprise-id[data-v-0fafc4fa] {
  font-size: 13px;
  color: #999;
}


