/* ===== themeWGX Auth(登录) ===== */
.wgx-auth-page[data-v-37dfd6fc] {
  min-height: 100vh;
  background: #0a0a0a;
  padding: 16vw 4.8vw 0;
  position: relative;
  overflow: hidden;
}
.wgx-auth-card[data-v-37dfd6fc] {
  background: #1c1c1e;
  border-radius: 4.8vw;
  padding: 5.86667vw 5.33333vw 6.93333vw;
  margin-bottom: 3.2vw;
  position: relative;
  z-index: 2;
}
.wgx-auth-brand[data-v-37dfd6fc] {
  text-align: center;
  padding: 8vw 0 6.4vw;
}
.wgx-auth-brand .wgx-logo-row[data-v-37dfd6fc] {
  display: inline-flex;
  align-items: center;
  gap: 2.13333vw;
}
.wgx-auth-brand .wgx-logo-row .wgx-logo-tri[data-v-37dfd6fc] {
  width: 0;
  height: 0;
  border-left: 3.2vw solid transparent;
  border-right: 3.2vw solid transparent;
  border-bottom: 5.86667vw solid #ff00aa;
}
.wgx-auth-brand .wgx-logo-row .wgx-logo-text[data-v-37dfd6fc] {
  font-size: 7.46667vw;
  font-weight: 800;
  color: #ff00aa;
  letter-spacing: 0.53333vw;
  line-height: 1;
}
.wgx-auth-brand .wgx-brand-sub[data-v-37dfd6fc] {
  margin-top: 2.66667vw;
  font-size: 3.46667vw;
  color: #fff;
  letter-spacing: 1.06667vw;
}
.wgx-auth-title[data-v-37dfd6fc] {
  font-size: 4.53333vw;
  color: #fff;
  font-weight: 600;
  padding-bottom: 4.26667vw;
  margin-bottom: 4.26667vw;
  border-bottom: 1px solid #2a2a2c;
}
.wgx-auth-tabs[data-v-37dfd6fc] {
  display: flex;
  gap: 7.46667vw;
  margin-bottom: 6.4vw;
}
.wgx-auth-tabs .wgx-auth-tab[data-v-37dfd6fc] {
  font-size: 4vw;
  color: #a0a0a5;
  padding-bottom: 1.6vw;
  position: relative;
  cursor: pointer;
}
.wgx-auth-tabs .wgx-auth-tab.active[data-v-37dfd6fc] {
  color: #ff00aa;
  font-weight: 600;
}
.wgx-auth-tabs .wgx-auth-tab.active[data-v-37dfd6fc]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.53333vw;
  background: #ff00aa;
  border-radius: 1px;
}
.wgx-auth-field[data-v-37dfd6fc] {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 2.66667vw;
  height: 12.8vw;
  padding: 0 3.73333vw;
  margin-bottom: 3.73333vw;
  border: 1px solid #ff00aa;
}
.wgx-auth-field .wgx-auth-icon[data-v-37dfd6fc] {
  font-size: 5.33333vw;
  color: #a0a0a5;
  margin-right: 2.66667vw;
}
.wgx-auth-field .wgx-auth-input[data-v-37dfd6fc] {
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 3.73333vw;
  color: #333;
  background: transparent;
}
.wgx-auth-field .wgx-auth-input[data-v-37dfd6fc]::placeholder {
  color: #b0b0b5;
}
.wgx-auth-field .wgx-auth-eye[data-v-37dfd6fc] {
  font-size: 4.8vw;
  color: #a0a0a5;
  padding-left: 2.13333vw;
}
.wgx-auth-field .wgx-phone-cc[data-v-37dfd6fc] {
  display: inline-flex;
  align-items: center;
  gap: 1.06667vw;
  color: #333;
  font-size: 3.73333vw;
  padding-right: 2.66667vw;
  border-right: 1px solid #e0e0e5;
  margin-right: 2.66667vw;
}
.wgx-auth-field .wgx-auth-code-btn[data-v-37dfd6fc] {
  font-size: 3.46667vw;
  color: #ff00aa;
  font-weight: 600;
  padding-left: 2.66667vw;
  white-space: nowrap;
  cursor: pointer;
  border-left: 1px solid #e0e0e5;
  margin-left: 1.06667vw;
}
.wgx-auth-field .wgx-auth-code-btn.disabled[data-v-37dfd6fc] {
  color: #b0b0b5;
  pointer-events: none;
}
.wgx-auth-submit[data-v-37dfd6fc] {
  height: 12.8vw;
  line-height: 12.8vw;
  text-align: center;
  background: #ff00aa;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 600;
  border-radius: 2.66667vw;
  margin-bottom: 3.73333vw;
  margin-top: 2.13333vw;
}
.wgx-auth-alt[data-v-37dfd6fc] {
  height: 12.8vw;
  line-height: 12.26667vw;
  text-align: center;
  border: 1px solid #ff00aa;
  color: #ff00aa;
  font-size: 4vw;
  border-radius: 2.66667vw;
}
.wgx-auth-contact[data-v-37dfd6fc] {
  margin-top: 4.8vw;
  text-align: center;
  color: #a0a0a5;
  font-size: 3.46667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6vw;
}
.wgx-auth-contact .van-icon[data-v-37dfd6fc] {
  font-size: 4.26667vw;
}
.wgx-auth-close[data-v-37dfd6fc] {
  margin: 6.4vw auto 0;
  width: 11.2vw;
  height: 11.2vw;
  border: 1px solid #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wgx-auth-close .van-icon[data-v-37dfd6fc] {
  font-size: 4.8vw;
  color: #fff;
}

