/* 下面样式原封不动（你发的 그대로） */
.cash-withdrawal[data-v-1c1318ce] {
  --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;
  --safeBtm: 0px;
  min-height: 100vh;
  background: var(--app-bg) !important;
  color: var(--text) !important;
  padding-bottom: calc(18px + var(--safeBtm));
}
@supports (padding-bottom: env(safe-area-inset-bottom)) {
.cash-withdrawal[data-v-1c1318ce] {
    --safeBtm: env(safe-area-inset-bottom);
}
}
.tixian[data-v-1c1318ce] {
  height: 52px;
}
.jiangli_top[data-v-1c1318ce] {
  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-1c1318ce] {
  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-1c1318ce] {
  margin: 0;
  color: #fff !important;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.tixian_block[data-v-1c1318ce] {
  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-1c1318ce] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.tixian_block > .tixian_block_card[style*="margin-top"][data-v-1c1318ce] {
  margin-top: 0 !important;
}
.title-white[style*="margin-top"][data-v-1c1318ce] {
  margin-top: 2px !important;
}
.tixian_block > .tixian_trip[data-v-1c1318ce] {
  -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-1c1318ce]::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-1c1318ce] {
  -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-1c1318ce] {
  display: block;
  margin-top: 4px;
  color: var(--accent) !important;
  font-weight: 900;
}
/* ✅ 原来的两个选项卡（保持不变） */
.tixian_block > .tixian_block_card[data-v-1c1318ce]:nth-child(1),
.tixian_block > .tixian_block_card[data-v-1c1318ce]: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: 82px;
  height: 82px;
  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-1c1318ce]:nth-child(1),
  .tixian_block > .tixian_block_card[data-v-1c1318ce]:nth-child(2) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
}
}
.tixian_block > .tixian_block_card:nth-child(1) > img[data-v-1c1318ce]:first-child,
.tixian_block > .tixian_block_card:nth-child(2) > img[data-v-1c1318ce]:first-child {
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  display: block !important;
}
.tixian_block > .tixian_block_card:nth-child(1) > img[data-v-1c1318ce]:last-child,
.tixian_block > .tixian_block_card:nth-child(2) > img[data-v-1c1318ce]:last-child {
  position: absolute !important;
  right: 12px !important;
  top: 12px !important;
  width: 22px !important;
  height: 22px !important;
}
.tixian_block > .tixian_block_card:nth-child(1) .tixian_block_card-flex[data-v-1c1318ce],
.tixian_block > .tixian_block_card:nth-child(2) .tixian_block_card-flex[data-v-1c1318ce] {
  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-1c1318ce],
.tixian_block > .tixian_block_card:nth-child(2) .tixian_block_card-flex p[data-v-1c1318ce] {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 900 !important;
  font-size: 15px !important;
}
/* ✅ 支付宝选项卡：按红框变大（一整行大卡片） */
.tixian_block > .tixian_block_card.option-alipay[data-v-1c1318ce] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 82px;
  height: 82px;
  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 14px !important;
  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 !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  gap: 12px;
}
.option-alipay .opt-icon[data-v-1c1318ce] {
  width: 44px !important;
  height: 44px !important;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.option-alipay .opt-flex[data-v-1c1318ce] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: center;
}
.option-alipay .opt-title[data-v-1c1318ce] {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.option-alipay .opt-radio[data-v-1c1318ce] {
  width: 22px !important;
  height: 22px !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.tixian_block > .title-white[data-v-1c1318ce] {
  -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-1c1318ce] {
  -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-1c1318ce] {
  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-1c1318ce] {
  -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-1c1318ce]::-webkit-input-placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tixian_input[data-v-1c1318ce]::-moz-placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tixian_input[data-v-1c1318ce]:-ms-input-placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tixian_input[data-v-1c1318ce]::-ms-input-placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tixian_input[data-v-1c1318ce]::placeholder {
  color: rgba(199, 201, 204, 0.65) !important;
}
.tixian_shuru span[data-v-1c1318ce] {
  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-1c1318ce] {
  -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-1c1318ce]::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-1c1318ce] {
  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-1c1318ce] {
  width: 100%;
  height: 100%;
  background: transparent !important;
  border: 0 !important;
  color: #0a144b !important;
  font-weight: 900;
  font-size: 16px;
}

.van-overlay {
  z-index: 2999 !important;
}
.tx-popup.van-popup {
  z-index: 3000 !important;
}
.tx-dialog.van-dialog {
  z-index: 3100 !important;
}
.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: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: auto !important;
}
.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;
  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 !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  height: 56px !important;
  padding: 0 12px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: auto !important;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.tx-popup .carditem + .carditem {
  margin-top: 10px;
}
.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;
}
.tx-popup .carditem p {
  margin: 0 !important;
  line-height: 1.1 !important;
}
.tx-popup .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;
}
.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;
}


/*# sourceMappingURL=chunk-3bb59db6.03caaaaf.css.map*/