.market-page[data-v-38ab304d] {
  min-height: 100vh;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  background: #f6faf8;
  color: #111827;
  position: relative;
  overflow-x: hidden;
  padding-bottom: calc(88px + env(safe-area-inset-bottom));
}
.market-page[data-v-38ab304d],
.market-page *[data-v-38ab304d] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-bg[data-v-38ab304d] {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(260px 190px at 92% 0%, rgba(16, 185, 129, 0.16), transparent 70%), radial-gradient(260px 220px at 4% 14%, rgba(0, 135, 106, 0.08), transparent 72%), -webkit-gradient(linear, left top, left bottom, from(#f8fcfa), color-stop(46%, #f2faf6), to(#f7fcfa));
  background: radial-gradient(260px 190px at 92% 0%, rgba(16, 185, 129, 0.16), transparent 70%), radial-gradient(260px 220px at 4% 14%, rgba(0, 135, 106, 0.08), transparent 72%), linear-gradient(180deg, #f8fcfa 0%, #f2faf6 46%, #f7fcfa 100%);
}
.market-nav[data-v-38ab304d] {
  position: relative;
  z-index: 20;
}
.market-nav[data-v-38ab304d] .van-nav-bar {
  background: rgba(248, 252, 250, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.market-nav[data-v-38ab304d] .van-nav-bar__content {
  height: 48px;
}
.market-nav[data-v-38ab304d] .van-nav-bar__title {
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}
.market-nav[data-v-38ab304d] .van-nav-bar__left,
.market-nav[data-v-38ab304d] .van-nav-bar__right {
  padding: 0 14px;
}
.nav-left[data-v-38ab304d],
.nav-refresh[data-v-38ab304d] {
  border-radius: 999px;
  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;
  border: 0;
}
.nav-left[data-v-38ab304d] {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 135, 106, 0.1);
  -webkit-box-shadow: 0 8px 20px rgba(0, 86, 65, 0.08);
          box-shadow: 0 8px 20px rgba(0, 86, 65, 0.08);
}
.nav-title[data-v-38ab304d] {
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}
.nav-refresh[data-v-38ab304d] {
  width: 34px;
  height: 30px;
  background: rgba(232, 248, 241, 0.96);
  -webkit-box-shadow: 0 8px 18px rgba(0, 86, 65, 0.06);
          box-shadow: 0 8px 18px rgba(0, 86, 65, 0.06);
}
.nav-refresh.disabled[data-v-38ab304d] {
  opacity: 0.7;
}
.nav-refresh.rotating .van-icon[data-v-38ab304d] {
  -webkit-animation: marketRotate-data-v-38ab304d 0.8s linear infinite;
          animation: marketRotate-data-v-38ab304d 0.8s linear infinite;
}
@-webkit-keyframes marketRotate-data-v-38ab304d {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes marketRotate-data-v-38ab304d {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.market-wrap[data-v-38ab304d] {
  position: relative;
  z-index: 2;
  width: calc(100% - 28px);
  max-width: 392px;
  margin: 8px auto 0;
}
.tab-scroll[data-v-38ab304d],
.hot-scroll[data-v-38ab304d] {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-overflow-scrolling: touch;
}
.tab-scroll[data-v-38ab304d] {
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0 4px;
}
.hot-scroll[data-v-38ab304d] {
  margin-top: 8px;
  padding-bottom: 8px;
  gap: 10px;
}
.tab-scroll[data-v-38ab304d]::-webkit-scrollbar,
.hot-scroll[data-v-38ab304d]::-webkit-scrollbar {
  display: none;
}
.tab-item[data-v-38ab304d] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(230, 239, 234, 0.92);
  color: #64748b;
  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;
  -webkit-box-shadow: 0 8px 18px rgba(0, 86, 65, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.86);
          box-shadow: 0 8px 18px rgba(0, 86, 65, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}
.tab-item span[data-v-38ab304d] {
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.tab-item.active[data-v-38ab304d] {
  background: linear-gradient(135deg, #00876a 0%, #10b981 100%);
  color: #fff;
}
.loading-card[data-v-38ab304d],
.empty-card[data-v-38ab304d],
.overview-card[data-v-38ab304d],
.stock-list[data-v-38ab304d],
.hot-card[data-v-38ab304d] {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(230, 239, 234, 0.92);
  -webkit-box-shadow: 0 12px 26px rgba(0, 86, 65, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.92);
          box-shadow: 0 12px 26px rgba(0, 86, 65, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}
.loading-card[data-v-38ab304d],
.empty-card[data-v-38ab304d] {
  margin-top: 6px;
  min-height: 230px;
  border-radius: 18px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loading-card p[data-v-38ab304d],
.empty-card p[data-v-38ab304d] {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
}
.empty-icon[data-v-38ab304d] {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #e8f8f1;
  color: #00876a;
  font-size: 30px;
  line-height: 54px;
  text-align: center;
  font-weight: 900;
}
.empty-card button[data-v-38ab304d] {
  margin-top: 14px;
  min-width: 106px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #00876a 0%, #10b981 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.hot-card[data-v-38ab304d] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 118px;
          flex: 0 0 118px;
  height: 138px;
  border-radius: 18px;
  padding: 12px 12px 10px;
  position: relative;
  overflow: hidden;
}
.hot-name[data-v-38ab304d] {
  color: #111827;
  font-size: 13px;
  line-height: 17px;
  height: 17px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-code[data-v-38ab304d] {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 10px;
  line-height: 13px;
  font-weight: 800;
}
.hot-price[data-v-38ab304d],
.hot-rate[data-v-38ab304d] {
  color: #f04438;
  font-weight: 900;
}
.hot-price[data-v-38ab304d] {
  margin-top: 9px;
  font-size: 19px;
  line-height: 22px;
}
.hot-rate[data-v-38ab304d] {
  margin-top: 4px;
  font-size: 11px;
  line-height: 14px;
}
.hot-card.down .hot-price[data-v-38ab304d],
.hot-card.down .hot-rate[data-v-38ab304d] {
  color: #10b981;
}
.mini-chart[data-v-38ab304d] {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}
.mini-chart i[data-v-38ab304d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 999px 999px 0 0;
  background: rgba(240, 68, 56, 0.2);
}
.hot-card.down .mini-chart i[data-v-38ab304d] {
  background: rgba(16, 185, 129, 0.2);
}
.mini-chart i[data-v-38ab304d]:nth-child(1) {
  height: 13px;
}
.mini-chart i[data-v-38ab304d]:nth-child(2) {
  height: 18px;
}
.mini-chart i[data-v-38ab304d]:nth-child(3) {
  height: 14px;
}
.mini-chart i[data-v-38ab304d]:nth-child(4) {
  height: 24px;
}
.mini-chart i[data-v-38ab304d]:nth-child(5) {
  height: 30px;
}
.mini-chart i[data-v-38ab304d]:nth-child(6) {
  height: 22px;
}
.overview-card[data-v-38ab304d] {
  margin-top: 4px;
  border-radius: 18px;
  padding: 14px 13px 12px;
}
.card-head[data-v-38ab304d],
.section-title[data-v-38ab304d],
.list-head[data-v-38ab304d],
.stock-item[data-v-38ab304d] {
  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;
}
.card-head h3[data-v-38ab304d],
.section-title h3[data-v-38ab304d] {
  margin: 0;
  color: #111827;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
}
.card-head span[data-v-38ab304d],
.section-title span[data-v-38ab304d] {
  color: #00876a;
  font-size: 12px;
  font-weight: 900;
}
.overview-bars[data-v-38ab304d] {
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  padding-top: 8px;
}
.overview-bar[data-v-38ab304d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.overview-bar em[data-v-38ab304d] {
  color: #94a3b8;
  font-style: normal;
  font-size: 10px;
  line-height: 13px;
  font-weight: 900;
}
.overview-bar i[data-v-38ab304d] {
  width: 16px;
  min-height: 8px;
  margin-top: 4px;
  border-radius: 6px 6px 0 0;
  background: #cbd5e1;
}
.overview-bar.up i[data-v-38ab304d] {
  background: #f04438;
}
.overview-bar.down i[data-v-38ab304d] {
  background: #10b981;
}
.overview-bar span[data-v-38ab304d] {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 9px;
  line-height: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.overview-total[data-v-38ab304d] {
  height: 8px;
  margin-top: 6px;
  border-radius: 999px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.overview-total span[data-v-38ab304d] {
  height: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.overview-total .up[data-v-38ab304d] {
  background: #f04438;
}
.overview-total .flat[data-v-38ab304d] {
  background: #cbd5e1;
}
.overview-total .down[data-v-38ab304d] {
  background: #10b981;
}
.overview-total b[data-v-38ab304d] {
  width: 2px;
  background: #fff;
}
.section-title[data-v-38ab304d] {
  margin-top: 16px;
  padding: 0 2px;
}
.list-head[data-v-38ab304d] {
  height: 34px;
  margin-top: 6px;
  padding: 0 10px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 900;
}
.list-head span[data-v-38ab304d]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-head span[data-v-38ab304d]:nth-child(2) {
  width: 92px;
  text-align: right;
}
.list-head span[data-v-38ab304d]:nth-child(3) {
  width: 82px;
  text-align: right;
}
.stock-list[data-v-38ab304d] {
  border-radius: 18px;
  overflow: hidden;
}
.stock-item[data-v-38ab304d] {
  min-height: 58px;
  padding: 10px 11px;
  border-bottom: 1px solid rgba(230, 239, 234, 0.82);
}
.stock-item[data-v-38ab304d]:last-child {
  border-bottom: 0;
}
.stock-name[data-v-38ab304d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-right: 8px;
}
.stock-name h4[data-v-38ab304d] {
  margin: 0;
  color: #111827;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stock-name p[data-v-38ab304d] {
  margin: 5px 0 0;
  color: #94a3b8;
  font-size: 10px;
  line-height: 14px;
  font-weight: 800;
}
.stock-price[data-v-38ab304d],
.stock-rate[data-v-38ab304d] {
  color: #f04438;
  text-align: right;
  font-weight: 900;
}
.stock-price[data-v-38ab304d] {
  width: 92px;
  font-size: 14px;
}
.stock-rate[data-v-38ab304d] {
  width: 82px;
  font-size: 13px;
}
.stock-price.down[data-v-38ab304d],
.stock-rate.down[data-v-38ab304d] {
  color: #10b981;
}
@media screen and (max-width: 360px) {
.market-wrap[data-v-38ab304d] {
    width: calc(100% - 22px);
}
.tab-item[data-v-38ab304d] {
    padding: 0 12px;
}
.hot-card[data-v-38ab304d] {
    -ms-flex-preferred-size: 112px;
        flex-basis: 112px;
}
.stock-price[data-v-38ab304d] {
    width: 84px;
}
.stock-rate[data-v-38ab304d] {
    width: 76px;
}
}


/*# sourceMappingURL=chunk-201eddd0.1cd58eeb.css.map*/