html,
body,
#app {
  background: #0a144b !important;
}

.moneyDetail[data-v-7fe601ed] {
  --page-bg: #0a144b;
  --card: #0b1552;
  --card2: rgba(10, 20, 75, 0.62);
  --border: rgba(67, 67, 178, 0.65);
  --border2: rgba(67, 67, 178, 0.45);
  --blue: #a7e8ff;
  --green: #90ff8d;
  --red: #ff4d4f;
  --radius: 6px;
  min-height: 100vh;
  background: var(--page-bg);
  color: #fff;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}
.num[data-v-7fe601ed] {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.2px;
}
.moneyDetail[data-v-7fe601ed] .van-nav-bar,
.moneyDetail[data-v-7fe601ed] .van-nav-bar__content,
.moneyDetail[data-v-7fe601ed] .van-nav-bar--fixed,
.moneyDetail[data-v-7fe601ed] .van-nav-bar__placeholder {
  background: var(--page-bg) !important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.moneyDetail[data-v-7fe601ed] .van-hairline--bottom::after,
.moneyDetail[data-v-7fe601ed] .van-nav-bar::after {
  display: none!important;
}
.moneyDetail[data-v-7fe601ed] .van-nav-bar__title,
.moneyDetail[data-v-7fe601ed] .van-icon {
  color: #fff !important;
}
.content[data-v-7fe601ed] {
  padding: 10px 12px 0;
}
/* 顶部 3 卡（横滑） */
.dashWrap[data-v-7fe601ed] {
  border-radius: var(--radius);
  overflow: hidden;
}
.dashScroll[data-v-7fe601ed],
.dashScroll3[data-v-7fe601ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 12px;
  border-radius: var(--radius);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 20, 75, 0.92)), to(rgba(10, 20, 75, 0.68)));
  background: linear-gradient(180deg, rgba(10, 20, 75, 0.92), rgba(10, 20, 75, 0.68));
  border: 1px solid var(--border);
  -webkit-box-shadow: 0 14px 26px rgba(0, 0, 0, 0.35);
          box-shadow: 0 14px 26px rgba(0, 0, 0, 0.35);
}
.dashScroll[data-v-7fe601ed]::-webkit-scrollbar,
.dashScroll3[data-v-7fe601ed]::-webkit-scrollbar {
  display: none;
}
.dashCard[data-v-7fe601ed] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: var(--radius);
  background: rgba(52, 40, 151, 0.16);
  border: 1px solid var(--border2);
  padding: 12px;
  position: relative;
  overflow: hidden;
}
.dashCard[data-v-7fe601ed]::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(260px 140px at 18% 0%, rgba(167, 232, 255, 0.16), transparent 65%), radial-gradient(260px 140px at 82% 0%, rgba(144, 255, 141, 0.1), transparent 65%);
}
.dashCard[data-v-7fe601ed]::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -60%;
  width: 40%;
  height: 160%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.12)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  -webkit-transform: skewX(-18deg) translateX(-120%);
          transform: skewX(-18deg) translateX(-120%);
  opacity: 0;
  -webkit-animation: dashSweep-7fe601ed 5.8s infinite;
          animation: dashSweep-7fe601ed 5.8s infinite;
}
.dashCard[data-v-7fe601ed]:nth-child(2)::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.dashCard[data-v-7fe601ed]:nth-child(3)::after {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
@-webkit-keyframes dashSweep-7fe601ed {
0% {
    opacity: 0;
    -webkit-transform: skewX(-18deg) translateX(-120%);
            transform: skewX(-18deg) translateX(-120%);
}
10% {
    opacity: 0.45;
}
18% {
    opacity: 0;
    -webkit-transform: skewX(-18deg) translateX(240%);
            transform: skewX(-18deg) translateX(240%);
}
100% {
    opacity: 0;
    -webkit-transform: skewX(-18deg) translateX(240%);
            transform: skewX(-18deg) translateX(240%);
}
}
@keyframes dashSweep-7fe601ed {
0% {
    opacity: 0;
    -webkit-transform: skewX(-18deg) translateX(-120%);
            transform: skewX(-18deg) translateX(-120%);
}
10% {
    opacity: 0.45;
}
18% {
    opacity: 0;
    -webkit-transform: skewX(-18deg) translateX(240%);
            transform: skewX(-18deg) translateX(240%);
}
100% {
    opacity: 0;
    -webkit-transform: skewX(-18deg) translateX(240%);
            transform: skewX(-18deg) translateX(240%);
}
}
/* 大卡宽度 */
.dashCardEq[data-v-7fe601ed] {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 230px !important;
          flex: 0 0 230px !important;
  min-width: 230px !important;
  border-radius: var(--radius) !important;
}
@media (max-width: 360px) {
.dashCardEq[data-v-7fe601ed] {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 210px !important;
            flex: 0 0 210px !important;
    min-width: 210px !important;
}
}
.dashHead[data-v-7fe601ed] {
  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;
  position: relative;
  z-index: 1;
}
.dashTitle[data-v-7fe601ed] {
  font-size: 13px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.92);
}
.dashHint[data-v-7fe601ed] {
  font-size: 11px;
  color: rgba(199, 201, 204, 0.76);
  white-space: nowrap;
}
.incRows[data-v-7fe601ed] {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.incRow[data-v-7fe601ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.incRow[data-v-7fe601ed]:first-child {
  border-top: none;
  padding-top: 0;
}
.incLab[data-v-7fe601ed] {
  font-size: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.88);
}
.incVal[data-v-7fe601ed] {
  font-size: 15px;
  font-weight: 900;
  color: var(--blue);
}
/* 币种切换 */
.segRow[data-v-7fe601ed] {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(67, 67, 178, 0.35);
}
.seg[data-v-7fe601ed] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(67, 67, 178, 0.35);
}
.seg.active[data-v-7fe601ed] {
  color: #081a2a;
  background: var(--blue);
  border-color: rgba(167, 232, 255, 0.6);
  -webkit-box-shadow: 0 0 16px rgba(167, 232, 255, 0.18);
          box-shadow: 0 0 16px rgba(167, 232, 255, 0.18);
}
/* 6宫格 */
.groupGrid[data-v-7fe601ed] {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.gTile[data-v-7fe601ed] {
  border-radius: var(--radius);
  background: rgba(10, 20, 75, 0.62);
  border: 1px solid rgba(67, 67, 178, 0.5);
  padding: 12px 10px 12px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.gTile[data-v-7fe601ed]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(220px 120px at 20% 0%, rgba(167, 232, 255, 0.12), transparent 70%);
}
.gTile.active[data-v-7fe601ed] {
  border-color: rgba(167, 232, 255, 0.7);
  -webkit-box-shadow: 0 0 18px rgba(167, 232, 255, 0.16);
          box-shadow: 0 0 18px rgba(167, 232, 255, 0.16);
}
.gIcon[data-v-7fe601ed] {
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  margin: 0 auto;
  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: rgba(167, 232, 255, 0.1);
  border: 1px solid rgba(167, 232, 255, 0.25);
  position: relative;
  z-index: 1;
}
.gIcon[data-v-7fe601ed] .van-icon {
  font-size: 18px;
  color: rgba(167, 232, 255, 0.95) !important;
}
.gName[data-v-7fe601ed] {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 吸顶筛选条 */
.stickyBar[data-v-7fe601ed] {
  margin-top: 10px;
  border-radius: var(--radius);
  background: rgba(10, 20, 75, 0.78);
  border: 1px solid rgba(67, 67, 178, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px;
}
.searchWrap[data-v-7fe601ed] {
  position: relative;
  z-index: 1;
}
.moneyDetail[data-v-7fe601ed] .van-search {
  background: transparent!important;
  padding: 0!important;
}
.moneyDetail[data-v-7fe601ed] .van-search__content {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(67, 67, 178, 0.35);
  border-radius: var(--radius) !important;
}
.moneyDetail[data-v-7fe601ed] .van-field__control {
  color: #fff !important;
}
.moneyDetail[data-v-7fe601ed] .van-icon-search {
  color: rgba(167, 232, 255, 0.95) !important;
}
.moneyDetail[data-v-7fe601ed] .van-field__clear {
  color: rgba(255, 255, 255, 0.75) !important;
}
.quickBtns[data-v-7fe601ed] {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.qBtn[data-v-7fe601ed] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(67, 67, 178, 0.35);
}
.qBtn.on[data-v-7fe601ed] {
  color: #081a2a;
  background: var(--blue);
  border-color: rgba(167, 232, 255, 0.6);
}
.tagRow[data-v-7fe601ed] {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
}
.tagRow[data-v-7fe601ed]::-webkit-scrollbar {
  display: none;
}
.tag[data-v-7fe601ed] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 10px;
  border-radius: var(--radius);
  border: 1px solid rgba(67, 67, 178, 0.35);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}
.tagX[data-v-7fe601ed] {
  font-weight: 900;
  opacity: 0.85;
}
.tagClear[data-v-7fe601ed] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: var(--radius);
  font-weight: 900;
  font-size: 12px;
  color: #081a2a;
  background: var(--blue);
}
/* 列表 */
.listWrap[data-v-7fe601ed] {
  margin-top: 12px;
}
.moneyDetail[data-v-7fe601ed] .van-list,
.moneyDetail[data-v-7fe601ed] .van-list__loading,
.moneyDetail[data-v-7fe601ed] .van-list__finished-text {
  background: transparent!important;
}
.dateHead[data-v-7fe601ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 14px 2px 10px;
  color: rgba(255, 255, 255, 0.88);
}
.dateDot[data-v-7fe601ed] {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
  -webkit-box-shadow: 0 0 14px rgba(167, 232, 255, 0.28);
          box-shadow: 0 0 14px rgba(167, 232, 255, 0.28);
}
.dateTxt[data-v-7fe601ed] {
  font-size: 13px;
  font-weight: 900;
}
.dateMeta[data-v-7fe601ed] {
  margin-left: auto;
  font-size: 12px;
  color: rgba(199, 201, 204, 0.82);
}
.rowCard[data-v-7fe601ed] {
  position: relative;
  border-radius: var(--radius);
  background: rgba(10, 20, 75, 0.62);
  border: 1px solid rgba(67, 67, 178, 0.45);
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}
.rowCard[data-v-7fe601ed]::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(480px 200px at 18% 0%, rgba(167, 232, 255, 0.1), transparent 62%);
}
.rowStripe[data-v-7fe601ed] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}
.rowStripe.sRecharge[data-v-7fe601ed] {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(144, 255, 141, 0.95)), to(rgba(144, 255, 141, 0.25)));
  background: linear-gradient(180deg, rgba(144, 255, 141, 0.95), rgba(144, 255, 141, 0.25));
}
.rowStripe.sWithdraw[data-v-7fe601ed] {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 77, 79, 0.95)), to(rgba(255, 77, 79, 0.25)));
  background: linear-gradient(180deg, rgba(255, 77, 79, 0.95), rgba(255, 77, 79, 0.25));
}
.rowStripe.sProduct[data-v-7fe601ed] {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(167, 232, 255, 0.95)), to(rgba(167, 232, 255, 0.25)));
  background: linear-gradient(180deg, rgba(167, 232, 255, 0.95), rgba(167, 232, 255, 0.25));
}
.rowStripe.sRibao[data-v-7fe601ed] {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(167, 232, 255, 0.7)), to(rgba(144, 255, 141, 0.2)));
  background: linear-gradient(180deg, rgba(167, 232, 255, 0.7), rgba(144, 255, 141, 0.2));
}
.rowStripe.sLottery[data-v-7fe601ed] {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(167, 232, 255, 0.15)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(167, 232, 255, 0.15));
}
.rowStripe.sOther[data-v-7fe601ed] {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(199, 201, 204, 0.65)), to(rgba(199, 201, 204, 0.12)));
  background: linear-gradient(180deg, rgba(199, 201, 204, 0.65), rgba(199, 201, 204, 0.12));
}
.rowMain[data-v-7fe601ed] {
  padding: 12px 12px 12px 14px;
  position: relative;
  z-index: 1;
}
.rowTitle[data-v-7fe601ed] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.94);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rowTag[data-v-7fe601ed] {
  margin-left: 8px;
  font-size: 11px;
  font-weight: 800;
  color: rgba(199, 201, 204, 0.88);
}
.rowMid[data-v-7fe601ed] {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.rowTime[data-v-7fe601ed] {
  font-size: 12px;
  color: rgba(199, 201, 204, 0.82);
}
.rowBadge[data-v-7fe601ed] {
  margin-left: auto;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  border-radius: var(--radius);
  border: 1px solid rgba(67, 67, 178, 0.35);
  background: rgba(255, 255, 255, 0.06);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.92);
}
.rowBottom[data-v-7fe601ed] {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rowMoney[data-v-7fe601ed] {
  font-size: 16px;
  font-weight: 900;
  color: var(--blue);
  text-shadow: 0 0 16px rgba(167, 232, 255, 0.14);
}
.rowMoney.out[data-v-7fe601ed] {
  color: var(--red);
  text-shadow: none;
}
.emptyBox[data-v-7fe601ed] {
  padding: 22px 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}
.safeBottom[data-v-7fe601ed] {
  height: calc(70px + env(safe-area-inset-bottom));
}
@media (max-width: 360px) {
.dashCardEq[data-v-7fe601ed] {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 210px !important;
            flex: 0 0 210px !important;
    min-width: 210px !important;
}
.groupGrid[data-v-7fe601ed] {
    gap: 8px;
}
.gTile[data-v-7fe601ed] {
    padding: 10px 8px;
}
}


/*# sourceMappingURL=chunk-71ea6eda.0ac63529.css.map*/