/* =========================
  提现页 cash-withdrawal：深蓝紫全站风格（圆角 6px）
========================= */
.cash-withdrawal[data-v-64862e20] {
  --app-bg: linear-gradient(180deg, #0a144b 0%, #080e37 100%);
  --card-bg: linear-gradient(180deg, rgba(110, 100, 255, 0.22) 0%, rgba(16, 18, 88, 0.62) 100%);
  --card-border: rgba(170, 150, 255, 0.18);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(199, 201, 204, 0.78);
  --accent: #a7e8ff;
  --primary: linear-gradient(180deg, #a9ff9f 0%, #90ff8d 100%);
  --radius: 6px;
  --gap: 12px;
  --pay-card-h: 82px;
  --pay-icon: 34px;
  --pay-radio: 22px;
  --pay-text: 15px;
  min-height: 100vh;
  background: var(--app-bg) !important;
  color: var(--text) !important;
  padding-bottom: calc(18px + env(safe-area-inset-bottom));
}
/* ===== 顶部导航 ===== */
.tixian[data-v-64862e20] {
  height: 52px;
}
.jiangli_top[data-v-64862e20] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 52px;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 20, 75, 0.92)), to(rgba(8, 14, 55, 0.92))) !important;
  background: linear-gradient(180deg, rgba(10, 20, 75, 0.92) 0%, rgba(8, 14, 55, 0.92) 100%) !important;
  border-bottom: 1px solid rgba(170, 150, 255, 0.14) !important;
  z-index: 1000;
}
.jiangli_top img[data-v-64862e20] {
  position: absolute;
  left: 12px;
  width: 22px;
  height: 22px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.95;
}
.jiangli_top .bt[data-v-64862e20] {
  margin: 0;
  color: #fff !important;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
/* ===== 主体容器 ===== */
.tixian_block[data-v-64862e20] {
  width: 92%;
  margin: 0 auto;
  margin-top: calc(52px + -35px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
}
.tixian_block > *[data-v-64862e20] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.tixian_block > .tixian_block_card[style*="margin-top"][data-v-64862e20] {
  margin-top: 0 !important;
}
.title-white[style*="margin-top"][data-v-64862e20] {
  margin-top: 2px !important;
}
/* ===== 1) 余额卡片：置顶 + 中间竖线 ===== */
.tixian_block > .tixian_trip[data-v-64862e20] {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 12px !important;
  border-radius: var(--radius) !important;
  background: var(--card-bg) !important;
  border: 1px solid var(--card-border) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 14px 28px rgba(0, 0, 0, 0.22) !important;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 14px 28px rgba(0, 0, 0, 0.22) !important;
  position: relative;
  overflow: hidden;
}
.tixian_block > .tixian_trip[data-v-64862e20]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-transform: translateX(-0.5px);
          transform: translateX(-0.5px);
}
.tixian_block > .tixian_trip p[data-v-64862e20] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 !important;
  padding: 2px 10px !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
.tixian_block > .tixian_trip p span[data-v-64862e20] {
  display: block;
  margin-top: 4px;
  color: var(--accent) !important;
  font-weight: 900;
}
/* ===== 2) 顶部2卡并排 ===== */
.tixian_block > .tixian_block_card[data-v-64862e20]:nth-child(1),
.tixian_block > .tixian_block_card[data-v-64862e20]:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - (var(--gap) / 2));
          flex: 0 0 calc(50% - (var(--gap) / 2));
  min-height: var(--pay-card-h);
  height: var(--pay-card-h);
  position: relative;
  border-radius: var(--radius) !important;
  background: var(--card-bg) !important;
  border: 1px solid var(--card-border) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 14px 28px rgba(0, 0, 0, 0.18) !important;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 14px 28px rgba(0, 0, 0, 0.18) !important;
  padding: 12px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media (max-width: 340px) {
.tixian_block > .tixian_block_card[data-v-64862e20]:nth-child(1),
  .tixian_block > .tixian_block_card[data-v-64862e20]:nth-child(2) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
}
}
.tixian_block > .tixian_block_card:nth-child(1) > img[data-v-64862e20]:first-child,
.tixian_block > .tixian_block_card:nth-child(2) > img[data-v-64862e20]:first-child {
  width: var(--pay-icon) !important;
  height: var(--pay-icon) !important;
  margin: 0 !important;
  display: block !important;
}
.tixian_block > .tixian_block_card:nth-child(1) > img[data-v-64862e20]:last-child,
.tixian_block > .tixian_block_card:nth-child(2) > img[data-v-64862e20]:last-child {
  position: absolute !important;
  right: 12px !important;
  top: 12px !important;
  width: var(--pay-radio) !important;
  height: var(--pay-radio) !important;
}
.tixian_block > .tixian_block_card:nth-child(1) .tixian_block_card-flex[data-v-64862e20],
.tixian_block > .tixian_block_card:nth-child(2) .tixian_block_card-flex[data-v-64862e20] {
  padding-left: 0 !important;
  margin-top: auto !important;
  width: 100% !important;
  text-align: center !important;
}
.tixian_block > .tixian_block_card:nth-child(1) .tixian_block_card-flex p[data-v-64862e20],
.tixian_block > .tixian_block_card:nth-child(2) .tixian_block_card-flex p[data-v-64862e20] {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 900 !important;
  font-size: var(--pay-text) !important;
}
/* 标题（可提现金额） */
.tixian_block > .title-white[data-v-64862e20] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 2px 0 0 !important;
  color: #fff !important;
  font-weight: 900;
  font-size: 16px;
}
/* 金额输入块 */
.tixian_block > .tixian_shuru[data-v-64862e20] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 !important;
  padding: 10px 12px 12px !important;
  border-radius: var(--radius) !important;
  background: var(--card-bg) !important;
  border: 1px solid var(--card-border) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 10px 20px rgba(0, 0, 0, 0.18) !important;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 10px 20px rgba(0, 0, 0, 0.18) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  overflow: hidden;
}
.tixian_shuru p[data-v-64862e20] {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 900;
  font-size: 16px;
  width: 64px !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 64px !important;
          flex: 0 0 64px !important;
  white-space: nowrap;
}
.tixian_input[data-v-64862e20] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0 !important;
  height: 42px;
  line-height: 42px;
  padding: 0 6px;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.92) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
  outline: none !important;
  font-size: 16px;
}
.tixian_input[data-v-64862e20]::-webkit-input-placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tixian_input[data-v-64862e20]::-moz-placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tixian_input[data-v-64862e20]:-ms-input-placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tixian_input[data-v-64862e20]::-ms-input-placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tixian_input[data-v-64862e20]::placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tixian_shuru span[data-v-64862e20] {
  width: auto !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  white-space: nowrap;
  color: var(--accent) !important;
  font-weight: 900;
  font-size: 12px;
  margin-left: 6px;
}
/* 提示文案卡片 */
.tixian_block > .tip-gold[data-v-64862e20] {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin: 0 !important;
  padding: 12px 12px !important;
  border-radius: var(--radius) !important;
  background: var(--card-bg) !important;
  border: 1px solid rgba(167, 232, 255, 0.2) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 26px rgba(0, 0, 0, 0.22) !important;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 26px rgba(0, 0, 0, 0.22) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
  position: relative;
}
.tixian_block > .tip-gold[data-v-64862e20]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(167, 232, 255, 0.55);
  border-radius: var(--radius) 0 0 var(--radius);
}
/* 提交按钮 */
.tixian_buts[data-v-64862e20] {
  width: 92%;
  margin: 16px auto 0;
  height: 48px;
  line-height: 48px;
  border-radius: var(--radius) !important;
  background: var(--primary) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 12px 26px rgba(144, 255, 141, 0.18) !important;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 12px 26px rgba(144, 255, 141, 0.18) !important;
  text-align: center;
}
.tixian_buts button[data-v-64862e20] {
  width: 100%;
  height: 100%;
  background: transparent !important;
  border: 0 !important;
  color: #0a144b !important;
  font-weight: 900;
  font-size: 16px;
}
/* 键盘字色（兜底） */
[data-v-64862e20]:deep(.van-number-keyboard--custom .van-key__text) {
  color: #000 !important;
}
[data-v-64862e20]:deep(.van-number-keyboard--custom .van-key--blue .van-key__text) {
  color: #fff !important;
}
/* 弹层里的文字类（这里不依赖 scoped 生效，弹层会走全局样式块，下面只是页面内兜底） */
.popup-item-title[data-v-64862e20] {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.92);
}
.popup-empty-title[data-v-64862e20] {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.92);
}
.popup-empty-sub[data-v-64862e20] {
  margin: 6px 0 0;
  font-size: 12px;
  color: rgba(199, 201, 204, 0.78);
}

/* ===== Popup：选择银行卡/钱包 ===== */
.tx-popup.van-popup {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 20, 75, 0.98)), to(rgba(8, 14, 55, 0.98))) !important;
  background: linear-gradient(180deg, rgba(10, 20, 75, 0.98) 0%, rgba(8, 14, 55, 0.98) 100%) !important;
  color: #fff !important;
  border-top: 1px solid rgba(67, 67, 178, 0.45) !important;
  -webkit-box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.45) !important;
          box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.45) !important;
  overflow: hidden;
  position: relative;
}
.tx-popup.van-popup::before {
  content: "";
  position: absolute;
  left: -30%;
  top: -60%;
  width: 160%;
  height: 160%;
  background: radial-gradient(circle at 30% 20%, rgba(167, 232, 255, 0.16), transparent 55%);
  pointer-events: none;
}
.tx-popup .zfmm.title {
  color: rgba(255, 255, 255, 0.96) !important;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.3px;
  padding: 6px 2px 12px;
  border-bottom: 1px solid rgba(67, 67, 178, 0.35);
}
.tx-popup .carditem {
  border-radius: 6px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(110, 100, 255, 0.18)), to(rgba(16, 18, 88, 0.55))) !important;
  background: linear-gradient(180deg, rgba(110, 100, 255, 0.18) 0%, rgba(16, 18, 88, 0.55) 100%) !important;
  border: 1px solid rgba(67, 67, 178, 0.45) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 24px rgba(0, 0, 0, 0.22) !important;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 24px rgba(0, 0, 0, 0.22) !important;
}
.tx-popup .carditem + .carditem {
  margin-top: 10px;
}
.tx-popup .popup-item-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 900;
  font-size: 15px;
}
.tx-popup .popup-empty-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 900;
  font-size: 15px;
}
.tx-popup .popup-empty-sub {
  margin: 6px 0 0;
  color: rgba(199, 201, 204, 0.78) !important;
  font-size: 12px;
  line-height: 1.5;
}
/* ===== Dialog：输入密码 ===== */
.tx-dialog.van-dialog {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 20, 75, 0.98)), to(rgba(8, 14, 55, 0.98))) !important;
  background: linear-gradient(180deg, rgba(10, 20, 75, 0.98) 0%, rgba(8, 14, 55, 0.98) 100%) !important;
  border: 1px solid rgba(67, 67, 178, 0.45) !important;
  border-radius: 12px !important;
  overflow: hidden;
  -webkit-box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55) !important;
          box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55) !important;
  color: #fff !important;
  position: relative;
}
.tx-dialog.van-dialog::before {
  content: "";
  position: absolute;
  left: -30%;
  top: -60%;
  width: 160%;
  height: 160%;
  background: radial-gradient(circle at 30% 20%, rgba(167, 232, 255, 0.14), transparent 55%);
  pointer-events: none;
}
.tx-dialog .van-dialog__header {
  padding: 14px 12px !important;
  color: rgba(255, 255, 255, 0.96) !important;
  font-weight: 900 !important;
  letter-spacing: 0.3px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(52, 40, 151, 0.92)), to(rgba(35, 19, 101, 0.92))) !important;
  background: linear-gradient(90deg, rgba(52, 40, 151, 0.92), rgba(35, 19, 101, 0.92)) !important;
  border-bottom: 1px solid rgba(67, 67, 178, 0.35) !important;
}
.tx-dialog .van-dialog__content {
  padding: 16px 14px 12px !important;
}
.tx-dialog .van-field {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(67, 67, 178, 0.45) !important;
  border-radius: 8px !important;
}
.tx-dialog .van-field__control {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 800;
}
.tx-dialog .van-field__control::-webkit-input-placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tx-dialog .van-field__control::-moz-placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tx-dialog .van-field__control:-ms-input-placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tx-dialog .van-field__control::-ms-input-placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tx-dialog .van-field__control::placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tx-dialog .van-hairline--top::after {
  border-top-color: rgba(67, 67, 178, 0.25) !important;
}
/* 底部按钮：做成你图里那种“绿色按钮”风格 */
.tx-dialog .van-dialog__footer {
  background: transparent !important;
}
.tx-dialog .van-dialog__cancel,
.tx-dialog .van-dialog__confirm {
  height: 46px !important;
  line-height: 46px !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  border: 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9ff9f), to(#90ff8d)) !important;
  background: linear-gradient(180deg, #a9ff9f 0%, #90ff8d 100%) !important;
  color: #0a144b !important;
}
.tx-dialog .van-dialog__cancel {
  border-right: 1px solid rgba(10, 20, 75, 0.18) !important;
}
/* ✅ 弹层银行卡/钱包列表：文字垂直居中到卡片中间 */
.tx-popup .carditem {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  /* 垂直居中 */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 左图标 + 中间文字 + 右箭头 */
  height: 56px !important;
  /* 卡片高度（你可调 52/56/60） */
  padding: 0 12px !important;
  /* 上下不留空，保证居中 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 中间文字容器：也垂直居中 */
.tx-popup .carditem > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: 100% !important;
}
/* 文字：去掉默认 p 的上下 margin，让它真居中 */
.tx-popup .carditem p {
  margin: 0 !important;
  line-height: 1 !important;
  /* 防止文字看起来偏下 */
}
/* 左侧图标、右侧箭头也对齐居中 */
.tx-popup .carditem img {
  display: block;
}
/* 右侧箭头容器（你原本是 .tixian_block_img） */
.tx-popup .carditem .tixian_block_img {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: 100% !important;
}


/*# sourceMappingURL=chunk-66a31fb2.19d0b0f5.css.map*/