/* ===== themeWGX Auth(注册) ===== */
.wgx-auth-page[data-v-022fc800] {
  min-height: 100vh;
  background: #0a0a0a;
  padding: 16vw 4.8vw 0;
  position: relative;
  overflow: hidden;
}
.wgx-auth-card[data-v-022fc800] {
  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-022fc800] {
  text-align: center;
  padding: 8vw 0 6.4vw;
}
.wgx-auth-brand .wgx-logo-row[data-v-022fc800] {
  display: inline-flex;
  align-items: center;
  gap: 2.13333vw;
}
.wgx-auth-brand .wgx-logo-row .wgx-logo-tri[data-v-022fc800] {
  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-022fc800] {
  font-size: 7.46667vw;
  font-weight: 800;
  color: #ff00aa;
  letter-spacing: 0.53333vw;
  line-height: 1;
}
.wgx-auth-brand .wgx-brand-sub[data-v-022fc800] {
  margin-top: 2.66667vw;
  font-size: 3.46667vw;
  color: #fff;
  letter-spacing: 1.06667vw;
}
.wgx-auth-title[data-v-022fc800] {
  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-022fc800] {
  display: flex;
  gap: 7.46667vw;
  margin-bottom: 6.4vw;
}
.wgx-auth-tabs .wgx-auth-tab[data-v-022fc800] {
  font-size: 4vw;
  color: #a0a0a5;
  padding-bottom: 1.6vw;
  position: relative;
  cursor: pointer;
}
.wgx-auth-tabs .wgx-auth-tab.active[data-v-022fc800] {
  color: #ff00aa;
  font-weight: 600;
}
.wgx-auth-tabs .wgx-auth-tab.active[data-v-022fc800]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.53333vw;
  background: #ff00aa;
  border-radius: 1px;
}
.wgx-auth-field[data-v-022fc800] {
  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-022fc800] {
  font-size: 5.33333vw;
  color: #a0a0a5;
  margin-right: 2.66667vw;
}
.wgx-auth-field .wgx-auth-input[data-v-022fc800] {
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 3.73333vw;
  color: #333;
  background: transparent;
}
.wgx-auth-field .wgx-auth-input[data-v-022fc800]::placeholder {
  color: #b0b0b5;
}
.wgx-auth-field .wgx-auth-eye[data-v-022fc800] {
  font-size: 4.8vw;
  color: #a0a0a5;
  padding-left: 2.13333vw;
}
.wgx-auth-field .wgx-phone-cc[data-v-022fc800] {
  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-agree[data-v-022fc800] {
  display: flex;
  align-items: center;
  gap: 2.13333vw;
  font-size: 3.46667vw;
  color: #a0a0a5;
  margin: 3.73333vw 1.06667vw 4.8vw;
}
.wgx-auth-agree .wgx-checkbox[data-v-022fc800] {
  width: 4.26667vw;
  height: 4.26667vw;
  border-radius: 50%;
  border: 1px solid #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wgx-auth-agree .wgx-checkbox .van-icon[data-v-022fc800] {
  font-size: 3.2vw;
  color: #fff;
}
.wgx-auth-agree .wgx-checkbox.on[data-v-022fc800] {
  background: #ff00aa;
  border-color: #ff00aa;
}
.wgx-auth-submit[data-v-022fc800] {
  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;
}
.wgx-auth-alt[data-v-022fc800] {
  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-022fc800] {
  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-022fc800] {
  font-size: 4.26667vw;
}
.wgx-auth-close[data-v-022fc800] {
  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-022fc800] {
  font-size: 4.8vw;
  color: #fff;
}
.themeMY-user-edt-box .md-input[data-v-022fc800] {
  background: #1F1340;
}
.themeMY-user-edt-box .com-btn[data-v-022fc800] {
  display: inline-block;
  width: 100%;
  height: 13.33333vw;
  line-height: 12.26667vw;
  margin-top: 10.66667vw;
  text-align: center;
  border-radius: 6.4vw;
  background: linear-gradient(#FF52B9, #F143F5);
  color: white;
}
.themeXDF-user-edt-box .md-input[data-v-022fc800] {
  background: #ff5858;
}
.themeXDF-user-edt-box .com-btn[data-v-022fc800] {
  display: inline-block;
  width: 100%;
  height: 16vw;
  line-height: 16vw;
  margin-top: 106.66667vw;
  text-align: center;
  background-image: url(../../dist/img/submit_btn.png);
  background-size: 100% 100%;
}
.md-input[data-v-022fc800] {
  height: 16vw;
  background: #1f1340;
  color: #fff;
  font-size: 4.8vw;
  border-radius: 0;
  border: none;
}
.md-input[data-v-022fc800]::placeholder {
  color: #fff;
}


.van-dialog__content--isolated {
    background: white;
}

/* themeWGX 风格 Dialog */
.wgx-auth-dialog {
    background: #1c1c1e !important;
    border-radius: 4.8vw !important;
    overflow: hidden;
}
.wgx-auth-dialog .van-dialog__message {
    color: #fff;
    padding: 7.46667vw 5.86667vw;
    font-size: 3.73333vw;
    line-height: 1.6;
}
.wgx-auth-dialog .van-dialog__content--isolated {
    background: #1c1c1e;
}
.wgx-auth-dialog .van-hairline--top::after,
.wgx-auth-dialog .van-dialog__footer::after {
    border-color: #2a2a2c;
}
.wgx-auth-dialog .van-button {
    background: #1c1c1e;
    color: #ff00aa;
    font-weight: 600;
    border: 0;
}

