@charset "UTF-8";
/* 取款页 — 大平台风格 | #ede9e7 / #ebb463 / #d9a050 */

.withdrawal-page.sdg,
.withdrawal-page.sdgg,
.withdrawal-page[data-v-5a6fc163] {
  width: 100% !important;
  min-height: 100vh !important;
  background: linear-gradient(180deg, #ede9e7 0%, #f5f3f1 28%, #f0eeec 100%) !important;
  padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px)) !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.withdrawal-page .withdrawal-page-inner {
  width: 100%;
  box-sizing: border-box;
}

.withdrawal-page .withdraw-nav-spacer {
  height: 46px;
}

.withdrawal-page .van-nav-bar {
  background: #ede9e7 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.withdrawal-page .van-nav-bar .van-nav-bar__title {
  font-size: 17px;
  font-weight: 600;
  color: #2c2c2c;
}

.withdrawal-page .van-nav-bar.van-hairline--bottom::after {
  border-bottom-width: 0;
}

/* —— 卡片区块（同存款页） —— */
.withdrawal-page .withdraw-section {
  margin: 10px 12px 0;
  padding: 14px 12px 12px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.withdrawal-page .withdraw-section__title {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 4px;
  line-height: 1.35;
}

.withdrawal-page .withdraw-section__hint {
  font-size: 13px;
  color: #999;
  line-height: 1.45;
  margin-bottom: 10px;
}

.withdrawal-page .withdraw-section--pay {
  padding-bottom: 12px;
}

.withdrawal-page .withdraw-section--account {
  padding: 12px 12px 14px;
}

.withdrawal-page .withdraw-section--account .withdraw-pay-panel {
  margin: 0;
}

.withdrawal-page .withdraw-section--wallet {
  padding: 12px 14px 14px;
}

.withdrawal-page .withdraw-section--form .usrse {
  padding: 0;
  width: 100%;
}

/* 覆盖页面内联灰底 */
.withdrawal-page.sdg.sdgg[style*="background"] {
  background: #f0eeec !important;
  padding-bottom: calc(108px + env(safe-area-inset-bottom, 0px)) !important;
}

/* —— 区块标题（纯 CSS，无需改 JS） —— */
.withdrawal-page .withdraw-way-row::before,
.withdrawal-page .withdraw-pay-panel::before {
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

.withdrawal-page .withdraw-way-row::before {
  content: "取款方式";
  flex: 0 0 100%;
  margin-bottom: 2px;
}

.withdrawal-page .withdraw-way-row::after {
  content: "请选择下方通道完成取款";
  flex: 0 0 100%;
  font-size: 13px;
  color: #999;
  line-height: 1.45;
  margin-bottom: 8px;
}

.withdrawal-page .withdraw-pay-panel::before {
  content: "收款账户";
  margin-bottom: 10px;
}

/* —— 取款方式（白卡片，与存款页一致） —— */
.withdrawal-page .withdraw-way-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  margin: 10px 12px 0 !important;
  padding: 14px 12px 12px !important;
  background: #fff !important;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.withdrawal-page .withdraw-way-item {
  width: calc(25% - 6px) !important;
  flex: 0 0 calc(25% - 6px) !important;
  max-width: calc(25% - 6px);
  min-width: 0;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  box-sizing: border-box;
}

.withdrawal-page .withdraw-way-icon-wrap {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 72px;
  border: 1px solid #ebebeb !important;
  border-radius: 8px !important;
  background: #fafafa !important;
  padding: 10px 4px 8px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: none !important;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.withdrawal-page .withdraw-way-icon-wrap img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain;
  display: block;
  margin: 0 auto 6px;
  flex-shrink: 0;
}

.withdrawal-page .withdraw-way-icon-wrap .withdraw-way-label {
  margin-top: 0 !important;
  font-size: 12px !important;
  color: #666 !important;
  text-align: center;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  padding: 0 2px;
  width: 100%;
  box-sizing: border-box;
  word-break: break-all;
}

.withdrawal-page .withdraw-way-check {
  display: none !important;
}

.withdrawal-page .withdraw-way-item:has(.withdraw-way-check) .withdraw-way-icon-wrap {
  border: 1.5px solid #d9a050 !important;
  background: #fffbf5 !important;
  box-shadow: 0 2px 8px rgba(217, 160, 80, 0.12) !important;
}

.withdrawal-page .withdraw-way-item:has(.withdraw-way-check) .withdraw-way-icon-wrap .withdraw-way-label {
  color: #333 !important;
  font-weight: 500 !important;
}

/* —— 收款账户 / 添加取款方式 —— */
.withdrawal-page .withdraw-pay-panel {
  margin: 10px 12px 0 !important;
  padding: 12px 14px 14px !important;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  border-radius: 14px !important;
  cursor: pointer;
  min-height: 0;
  display: block;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.withdrawal-page .withdraw-pay-panel:active {
  opacity: 0.98;
}

.withdrawal-page .withdraw-pay-empty,
.withdrawal-page .withdraw-pay-select-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 72px;
  padding: 18px 12px !important;
  box-sizing: border-box;
  background: transparent !important;
  border: 1px dashed #e8e4df;
  border-radius: 10px;
}

.withdrawal-page .withdraw-pay-panel:active .withdraw-pay-empty,
.withdrawal-page .withdraw-pay-panel:active .withdraw-pay-select-box {
  border-color: #e6cbb0;
  background: #fffdf9 !important;
}

.withdrawal-page .withdraw-select-account-text,
.withdrawal-page .withdraw-add-account-text {
  font-size: 14px;
  color: #888;
  line-height: 1.45;
  margin-top: 6px;
  font-weight: 400;
}

.withdrawal-page .withdraw-add-account-plus {
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin: 0 auto 6px;
  border-radius: 50%;
  border: 2px solid #d9a050;
  color: #d9a050;
  font-size: 26px;
  font-weight: 500;
  background: linear-gradient(180deg, #fffbf5 0%, #fff 100%);
  box-shadow: 0 2px 8px rgba(217, 160, 80, 0.2);
}

.withdrawal-page .withdraw-pay-selected {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 12px 12px 12px 14px;
  box-sizing: border-box;
  border: 1px solid #f0e6d8;
  border-left: 3px solid #d9a050;
  border-radius: 10px;
  background: linear-gradient(90deg, #fffbf6 0%, #fafafa 40%, #fafafa 100%) !important;
}

.withdrawal-page .withdraw-pay-selected-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 12px;
  padding: 4px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.withdrawal-page .withdraw-pay-selected-name {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 4px;
}

.withdrawal-page .withdraw-pay-selected-no {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.4;
  word-break: break-all;
}

/* —— 钱包余额 —— */
.withdrawal-page .withdraw-pay-panel + div[style*="background"],
.withdrawal-page .withdraw-wallet-card {
  margin: 10px 12px 0 !important;
  padding: 14px 12px 14px !important;
  width: auto !important;
  background: #fff !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  box-sizing: border-box !important;
}

.withdrawal-page .withdraw-section--wallet > div[style*="padding"],
.withdrawal-page .withdraw-wallet-panel {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.withdrawal-page .qibao,
.withdrawal-page .qibao[data-v-5a6fc163] {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0 0 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  height: auto !important;
  box-sizing: border-box;
}

.withdrawal-page .qibao-wallet-head {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  min-width: 0;
}

.withdrawal-page .qibao-wallet-head .fes,
.withdrawal-page .qibao-wallet-head .fes[data-v-5a6fc163] {
  order: 1;
  flex: 0 0 auto;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 28px;
  white-space: nowrap;
}

.withdrawal-page .qibao-wallet-head .imgs,
.withdrawal-page .qibao .imgs,
.withdrawal-page .qibao .imgs[data-v-5a6fc163] {
  order: 2;
  flex: 0 0 auto !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}

.withdrawal-page .qibao .imgs img,
.withdrawal-page .qibao .imgs img[data-v-5a6fc163] {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  margin: 0 !important;
  margin-left: 0 !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.withdrawal-page .qibao .btns {
  flex: 0 0 auto;
  margin-left: auto !important;
  font-size: 13px;
  color: #d9a050;
  font-weight: 500;
  padding: 6px 12px;
  background: rgba(217, 160, 80, 0.1);
  border-radius: 14px;
  border: 1px solid rgba(217, 160, 80, 0.25);
  line-height: 1.3;
  white-space: nowrap;
}

.withdrawal-page .mesg {
  display: flex;
  gap: 10px;
}

.withdrawal-page .mesg .bosgf {
  flex: 1;
  padding: 12px 10px;
  background: linear-gradient(180deg, #fffbf6 0%, #fafafa 100%);
  border-radius: 10px;
  border: 1px solid #f0e6d8;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.withdrawal-page .mesg .bosgf:active {
  border-color: #e6cbb0;
}

.withdrawal-page .mesg .bosgf .top {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}

.withdrawal-page .mesg .bosgf .top img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  object-fit: contain;
}

.withdrawal-page .mesg .bosgf .bots {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
}

.withdrawal-page .mesg .bosgf .bots span {
  font-size: 14px;
  color: #d9a050;
  font-weight: 600;
  margin-right: 2px;
}

/* —— 取款信息表单（与存款页表单、钱包卡片同规范） —— */
.withdrawal-page .usrse,
.withdrawal-page .withdraw-section--form {
  margin: 10px 12px 0;
  padding: 14px 12px 14px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.withdrawal-page .usrse::before {
  content: "取款信息";
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0 0 14px;
  padding: 0;
}

.withdrawal-page .withdraw-section--form .usrse {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.withdrawal-page .withdraw-section--form .usrse::before {
  display: none;
}

.withdrawal-page .withdraw-section--form .usrse {
  width: 100%;
}

.withdrawal-page .withdraw-section--form .hgs,
.withdrawal-page .usrse .hgs {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

/* 两字段之间有隐藏分隔 div，须用 ~ 而非 + */
.withdrawal-page .withdraw-section--form .hgs ~ .hgs,
.withdrawal-page .usrse .hgs ~ .hgs {
  margin-top: 24px;
}

.withdrawal-page .usrse .hgs:first-child {
  margin-bottom: 4px;
}

.withdrawal-page .usrse .hgs .nams,
.withdrawal-page .usrse .nams[data-v-5a6fc163] {
  position: static;
  display: block;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  padding: 0 0 8px !important;
  margin: 0 !important;
  line-height: 1.35;
  text-align: left !important;
  box-sizing: border-box;
}

.withdrawal-page .usrse .hgs .nams::before,
.withdrawal-page .usrse .nams[data-v-5a6fc163]::before {
  content: "";
  position: static;
  display: inline-block;
  width: 3px;
  height: 13px;
  margin: 0 8px 0 0;
  vertical-align: -2px;
  border-radius: 2px;
  background: linear-gradient(180deg, #ebb463, #d9a050);
}

.withdrawal-page .usrse .hgs > div {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.withdrawal-page .withdraw-section--form .van-cell-group,
.withdrawal-page .usrse .van-cell-group {
  margin: 0;
  width: 100%;
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.withdrawal-page .usrse .van-cell-group::after {
  border: none !important;
}

.withdrawal-page .usrse .hgs:focus-within .van-cell-group {
  border-color: #e6cbb0;
  box-shadow: 0 0 0 2px rgba(235, 180, 99, 0.12);
}

.withdrawal-page .withdraw-section--form .van-cell,
.withdrawal-page .usrse .van-cell {
  padding: 12px 14px !important;
  background: transparent !important;
  font-size: 15px;
  align-items: center;
  min-height: 46px;
  line-height: normal;
}

.withdrawal-page .withdraw-section--form .van-cell::after,
.withdrawal-page .usrse .van-cell::after {
  display: none !important;
}

.withdrawal-page .withdraw-section--form .van-field__body,
.withdrawal-page .usrse .van-field__body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.withdrawal-page .usrse .hgs:first-child .van-field__body::before {
  content: "¥";
  flex: 0 0 auto;
  width: 22px;
  font-size: 20px;
  font-weight: 600;
  color: #d9a050;
  line-height: 1.2;
  text-align: center;
  margin-right: 6px;
}

.withdrawal-page .withdraw-section--form .van-field__control,
.withdrawal-page .usrse .van-field__control {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 17px;
  font-weight: 500;
  color: #222;
  text-align: left !important;
  padding: 0;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
}

.withdrawal-page .withdraw-section--form .van-field__control::placeholder,
.withdrawal-page .usrse .van-field__control::placeholder {
  color: #bbb;
  font-size: 14px;
  font-weight: 400;
  text-align: left !important;
}

.withdrawal-page .withdraw-amount-field .van-field__label {
  width: 22px !important;
  min-width: 22px;
  max-width: 22px;
  margin-right: 6px;
  font-size: 20px;
  font-weight: 600;
  color: #d9a050;
  text-align: center;
}

.withdrawal-page .withdraw-amount-field .van-field__control {
  font-size: 17px;
  font-weight: 500;
}

.withdrawal-page .usrse .hgs:first-child .van-field__label {
  display: none !important;
}

.withdrawal-page .withdraw-usdt-field .van-field__body {
  flex-wrap: nowrap;
}

.withdrawal-page .withdraw-usdt-field .van-field__control {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 17px;
  font-weight: 500;
}

.withdrawal-page .withdraw-usdt-field .van-field__button {
  flex: 0 0 auto;
  padding-left: 10px;
  margin-left: 0;
}

.withdrawal-page .withdraw-usdt-hint {
  display: inline-block;
  padding: 3px 8px;
  font-size: 11px !important;
  font-weight: 500;
  color: #d9a050 !important;
  line-height: 1.3;
  white-space: nowrap;
  background: rgba(217, 160, 80, 0.1);
  border: 1px solid rgba(217, 160, 80, 0.22);
  border-radius: 10px;
}

.withdrawal-page .usrse > div[style*="0.2rem"],
.withdrawal-page .withdraw-section--form > div[style*="0.2rem"] {
  display: none !important;
}

.withdrawal-page .usrse[data-v-5a6fc163] {
  margin: 10px 12px 0 !important;
  padding: 14px 12px 14px !important;
  background: #fff !important;
}

.withdrawal-page .usrse .nams[data-v-5a6fc163] {
  margin-top: 0 !important;
}

/* —— 底部提交（固定底栏，与存款页一致） —— */
.withdrawal-page .withdraw-submit-area,
.withdrawal-page > div:has(> .withdraw-submit-btn) {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid #f0f0f0;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.withdrawal-page .withdraw-submit-btn.van-button--info,
.withdrawal-page .withdraw-submit-btn.van-button {
  height: 50px !important;
  width: 100% !important;
  margin-top: 0 !important;
  border: none !important;
  border-radius: 25px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  color: #fff !important;
  background: linear-gradient(90deg, #ebb463 0%, #e0ad58 35%, #d9a050 100%) !important;
  box-shadow: 0 8px 20px rgba(217, 160, 80, 0.38) !important;
  overflow: hidden;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.withdrawal-page .withdraw-submit-btn.van-button--info:active,
.withdrawal-page .withdraw-submit-btn.van-button:active {
  opacity: 0.94;
  transform: scale(0.99);
}

.withdrawal-page .withdraw-submit-btn.van-button--info::before,
.withdrawal-page .withdraw-submit-btn.van-button::before {
  border-radius: 25px !important;
}

.withdrawal-page .withdraw-footer-help,
.withdrawal-page .textcns {
  text-align: center !important;
  font-size: 13px !important;
  color: #aaa !important;
  padding: 10px 0 2px !important;
  line-height: 1.5 !important;
}

.withdrawal-page .withdraw-footer-help__link,
.withdrawal-page .textcns span {
  color: #d9a050 !important;
  font-weight: 600 !important;
  display: inline !important;
  margin: 0 4px !important;
}

/* —— 弹窗账户列表 —— */
.withdrawal-page .card.van-popup {
  background: #f0eeec !important;
}

.withdrawal-page .card .poptit {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  padding: 14px;
  background: #fff;
}

.withdrawal-page .card .lis {
  margin: 8px 12px;
  padding: 14px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.withdrawal-page .card .lis .lefs {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: contain;
  background: #fafafa;
  padding: 4px;
  box-sizing: border-box;
}

.withdrawal-page .withdraw-popup-account,
.withdrawal-page .card .lis .type,
.withdrawal-page .card .lis .num {
  color: #333 !important;
  font-size: 14px !important;
}

.withdraw-add-account-box[data-v-5a6fc163] {
  margin: 10px 12px;
  padding: 24px 16px;
  background: #fff;
  border: 1px dashed #e0d5c5;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.withdraw-select-account[data-v-5a6fc163] .nams {
  padding: 14px 16px 8px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}

.withdrawal-page .van-dialog__confirm,
.withdrawal-page .van-dialog__confirm:active {
  color: #d9a050;
}

/* 兼容旧 tabVox 结构（与 withdraw-way-row 同视觉） */
.withdrawal-page .tabVox.withdraw-way-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.withdrawal-page .tabVox.withdraw-way-row .tab {
  width: calc(25% - 6px) !important;
  flex: 0 0 calc(25% - 6px) !important;
  max-width: calc(25% - 6px);
  min-width: 0;
  margin: 0 !important;
  padding: 9px 4px 8px !important;
  border: 1px solid #ebebeb !important;
  border-radius: 8px !important;
  background: #fafafa !important;
  font-size: 12px !important;
  color: #666 !important;
  text-align: center;
  line-height: 1.35 !important;
  box-sizing: border-box;
  box-shadow: none !important;
}

.withdrawal-page .tabVox.withdraw-way-row .tab.atc {
  border: 1.5px solid #d9a050 !important;
  background: #fffbf5 !important;
  color: #333 !important;
  font-weight: 500 !important;
}

.withdrawal-page .withdraw-section--wallet {
  margin: 10px 12px 0;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.withdrawal-page .withdraw-section--wallet .qibao {
  border-bottom: 1px solid #f5f5f5;
}


@media (max-width: 360px) {
  .withdrawal-page .withdraw-way-item,
  .withdrawal-page .tabVox.withdraw-way-row .tab {
    width: calc(33.333% - 6px) !important;
    flex: 0 0 calc(33.333% - 6px) !important;
    max-width: calc(33.333% - 6px);
  }
}
