.van-list__error-text,.van-list__finished-text,.van-list__loading{color:#969799;font-size:14px;line-height:50px;text-align:center}.van-list__placeholder{height:0;pointer-events:none}

html.theme-purple,
body.theme-purple {
  height: 100%;
  /* ✅ 背景色：更深蓝紫（校正你现在差的背景） */
  background: -webkit-gradient(linear, left top, left bottom, from(#0a144b), color-stop(55%, #0b0f3a), to(#070a2a)) !important;
  background: linear-gradient(180deg, #0a144b 0%, #0b0f3a 55%, #070a2a 100%) !important;
}


/* 你给的色板保留 + 本页统一圆角 */
.level[data-v-067ea32e] {
  min-height: 100vh;
  background: transparent;
  --radius-card: 6px; /* ✅ 卡片圆角统一要求 */
}

/* 顶部导航：✅ 更深渐变色 */
.jiangli_top[data-v-067ea32e] {
  width: 100%;
  height: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d1c86), to(#0a1248)) !important;
  background: linear-gradient(180deg, #2d1c86 0%, #0a1248 100%) !important;
  position: relative;
  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;
}
.jiangli_top i[data-v-067ea32e],
.jiangli_top .van-icon[data-v-067ea32e] {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #fff !important;
}
.jiangli_top p[data-v-067ea32e] {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.level_con[data-v-067ea32e] {
  padding: 14px 12px 24px;
}
.level_con[data-v-067ea32e] .van-list,
.level_con[data-v-067ea32e] .van-pull-refresh,
.level_con[data-v-067ea32e] .van-pull-refresh__content {
  background: transparent !important;
}
.level_con[data-v-067ea32e] .van-list__finished-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  padding: 18px 0 0;
}

/* ✅ 筛选面板（卡片圆角 6px） */
.filter_panel[data-v-067ea32e] {
  padding: 12px;
  margin: 10px 4px 14px;
  border-radius: var(--radius-card);
  border: 1px solid rgba(67, 67, 178, 0.85);
  background:
    radial-gradient(circle at 0% 0%, rgba(167, 232, 255, 0.16), transparent 58%),
    linear-gradient(135deg, rgba(10, 20, 75, 0.92), rgba(52, 40, 151, 0.92));
  -webkit-box-shadow: 0 16px 34px rgba(0, 0, 0, 0.55);
          box-shadow: 0 16px 34px rgba(0, 0, 0, 0.55);
}
.chip_row[data-v-067ea32e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.chip_row + .chip_row[data-v-067ea32e] {
  margin-top: 10px;
}
.chip[data-v-067ea32e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 20, 75, 0.22);
  color: #fff;
  font-size: 12px;
}
.chip.active[data-v-067ea32e] {
  border-color: rgba(167, 232, 255, 0.65);
  background:
    radial-gradient(circle at 30% 30%, rgba(167, 232, 255, 0.35), transparent 60%),
    linear-gradient(135deg, rgba(167, 232, 255, 0.22), rgba(52, 40, 151, 0.55));
  -webkit-box-shadow: 0 0 16px rgba(167, 232, 255, 0.12);
          box-shadow: 0 0 16px rgba(167, 232, 255, 0.12);
}
.chip_badge[data-v-067ea32e] {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

/* ✅ 列表卡片（圆角 6px） */
.withdraw_card[data-v-067ea32e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;

  padding: 14px 14px;
  margin: 12px 4px 0;

  border-radius: var(--radius-card);
  border: 1px solid rgba(255, 255, 255, 0.14);

  background:
    radial-gradient(circle at 0% 0%, rgba(167, 232, 255, 0.18), transparent 55%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(10, 20, 75, 0.92)), to(rgba(35, 19, 101, 0.92)));

  background:
    radial-gradient(circle at 0% 0%, rgba(167, 232, 255, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(10, 20, 75, 0.92) 0%, rgba(35, 19, 101, 0.92) 100%);

  -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.48);

          box-shadow: 0 12px 26px rgba(0, 0, 0, 0.48);
}

/* 左侧圆形 icon */
.coin_icon[data-v-067ea32e] {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 50%;
  margin-top: 2px;

  font-size: 0;
  color: transparent !important;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  -webkit-box-shadow:
    0 0 14px rgba(167, 232, 255, 0.55),
    0 6px 14px rgba(0, 0, 0, 0.55);

          box-shadow:
    0 0 14px rgba(167, 232, 255, 0.55),
    0 6px 14px rgba(0, 0, 0, 0.55);
}
.coin_icon--cny[data-v-067ea32e] {
  background: radial-gradient(circle at 30% 30%, #a7e8ff 0%, #5fb7ff 35%, #342897 80%, #231365 100%);
}
.coin_icon--usdt[data-v-067ea32e] {
  background: radial-gradient(circle at 30% 30%, #90ff8d 0%, #3bdc9d 38%, #342897 80%, #231365 100%);
}
.coin_icon--cny[data-v-067ea32e]::before,
.coin_icon--usdt[data-v-067ea32e]::before {
  content: "¥";
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.coin_icon--usdt[data-v-067ea32e]::before { content: "U";
}

/* 中间内容 */
.mid[data-v-067ea32e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.topline[data-v-067ea32e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.title[data-v-067ea32e] {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.amount[data-v-067ea32e] {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}
.subline[data-v-067ea32e] {
  margin-top: 6px;
  color: rgba(199, 201, 204, 0.95);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.label[data-v-067ea32e] { color: rgba(199, 201, 204, 0.9);
}
.value[data-v-067ea32e] { color: rgba(199, 201, 204, 0.95);
}
.time[data-v-067ea32e] {
  margin-top: 6px;
  font-size: 11px;
  color: rgba(199, 201, 204, 0.85);
}

/* 右侧状态 */
.right[data-v-067ea32e] {
  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;
  padding-top: 20px;
}
.status_pill[data-v-067ea32e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 20, 75, 0.22);
}
.empty_hold[data-v-067ea32e] { height: 40vh;
}

/* 数字分级预留 */
.num[data-v-067ea32e] { color: #fff;
}
.num--info[data-v-067ea32e] { color: #a7e8ff;
}
.num--danger[data-v-067ea32e] { color: #ff5b6e;
}


/*# sourceMappingURL=chunk-29d9efd6.d54178e0.css.map*/