.market-detail[data-v-2fefa520] {
  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-detail[data-v-2fefa520],
.market-detail *[data-v-2fefa520] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-bg[data-v-2fefa520] {
  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%);
}
.detail-nav[data-v-2fefa520] {
  position: relative;
  z-index: 20;
}
.detail-nav[data-v-2fefa520] .van-nav-bar {
  background: rgba(248, 252, 250, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.detail-nav[data-v-2fefa520] .van-nav-bar__content {
  height: 48px;
}
.detail-nav[data-v-2fefa520] .van-nav-bar__title {
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}
.detail-nav[data-v-2fefa520] .van-nav-bar__left,
.detail-nav[data-v-2fefa520] .van-nav-bar__right {
  padding: 0 14px;
}
.nav-left[data-v-2fefa520],
.nav-refresh[data-v-2fefa520] {
  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-2fefa520] {
  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-refresh[data-v-2fefa520] {
  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-2fefa520] {
  opacity: 0.7;
}
.nav-refresh.rotating .van-icon[data-v-2fefa520] {
  -webkit-animation: detailRotate-data-v-2fefa520 0.8s linear infinite;
          animation: detailRotate-data-v-2fefa520 0.8s linear infinite;
}
@-webkit-keyframes detailRotate-data-v-2fefa520 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes detailRotate-data-v-2fefa520 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.nav-title[data-v-2fefa520] {
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}
.detail-wrap[data-v-2fefa520] {
  position: relative;
  z-index: 2;
  width: calc(100% - 28px);
  max-width: 392px;
  margin: 8px auto 0;
}
.quote-card[data-v-2fefa520],
.chart-card[data-v-2fefa520],
.data-card[data-v-2fefa520],
.intro-card[data-v-2fefa520] {
  border-radius: 18px;
  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);
}
.quote-card[data-v-2fefa520] {
  padding: 15px 15px 13px;
  overflow: hidden;
  position: relative;
}
.quote-top[data-v-2fefa520],
.quote-price[data-v-2fefa520],
.quote-grid[data-v-2fefa520],
.period-scroll[data-v-2fefa520],
.chart-head[data-v-2fefa520],
.data-row[data-v-2fefa520],
.card-head[data-v-2fefa520] {
  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;
}
.quote-name[data-v-2fefa520] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.quote-name h2[data-v-2fefa520] {
  margin: 0;
  color: #111827;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quote-name p[data-v-2fefa520] {
  margin: 5px 0 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
}
.quote-market[data-v-2fefa520] {
  height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e8f8f1;
  color: #00876a;
  font-size: 11px;
  line-height: 25px;
  font-weight: 900;
}
.quote-price[data-v-2fefa520] {
  margin-top: 14px;
}
.quote-price strong[data-v-2fefa520] {
  color: #f04438;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
}
.quote-card.down .quote-price strong[data-v-2fefa520],
.quote-card.down .quote-price span[data-v-2fefa520],
.quote-card.down .quote-price em[data-v-2fefa520] {
  color: #10b981;
}
.quote-price div[data-v-2fefa520] {
  text-align: right;
}
.quote-price span[data-v-2fefa520],
.quote-price em[data-v-2fefa520] {
  display: block;
  color: #f04438;
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  font-style: normal;
}
.quote-grid[data-v-2fefa520] {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(230, 239, 234, 0.9);
}
.quote-grid div[data-v-2fefa520] {
  width: 25%;
  text-align: center;
}
.quote-grid span[data-v-2fefa520] {
  display: block;
  color: #94a3b8;
  font-size: 10px;
  line-height: 14px;
  font-weight: 800;
}
.quote-grid b[data-v-2fefa520] {
  display: block;
  margin-top: 4px;
  color: #111827;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
}
.period-scroll[data-v-2fefa520] {
  height: 48px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 0 6px;
}
.period-scroll[data-v-2fefa520]::-webkit-scrollbar {
  display: none;
}
.period-scroll button[data-v-2fefa520] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 32px;
  min-width: 68px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  -webkit-box-shadow: 0 8px 18px rgba(0, 86, 65, 0.05), inset 0 0 0 1px rgba(230, 239, 234, 0.92);
          box-shadow: 0 8px 18px rgba(0, 86, 65, 0.05), inset 0 0 0 1px rgba(230, 239, 234, 0.92);
}
.period-scroll button.active[data-v-2fefa520] {
  color: #fff;
  background: linear-gradient(135deg, #00876a 0%, #10b981 100%);
}
.chart-card[data-v-2fefa520] {
  position: relative;
  padding: 13px 10px 10px;
}
.chart-head[data-v-2fefa520] {
  padding: 0 4px 8px;
}
.chart-head h3[data-v-2fefa520],
.card-head h3[data-v-2fefa520] {
  margin: 0;
  color: #111827;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
}
.chart-head span[data-v-2fefa520] {
  color: #00876a;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
}
.kline-chart[data-v-2fefa520] {
  width: 100%;
  height: 360px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.chart-empty[data-v-2fefa520] {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #94a3b8;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  pointer-events: none;
}
.data-card[data-v-2fefa520],
.intro-card[data-v-2fefa520] {
  margin-top: 10px;
  padding: 13px 14px;
}
.data-row[data-v-2fefa520] {
  min-height: 32px;
  border-bottom: 1px solid rgba(230, 239, 234, 0.82);
}
.data-row[data-v-2fefa520]:last-of-type {
  border-bottom: 0;
}
.data-row span[data-v-2fefa520] {
  color: #64748b;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
}
.data-row b[data-v-2fefa520] {
  color: #111827;
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
}
.data-tip[data-v-2fefa520] {
  margin-top: 10px;
  padding: 9px 10px;
  border-radius: 12px;
  background: #edf9f4;
  color: #00876a;
  font-size: 11px;
  line-height: 17px;
  font-weight: 800;
}
.intro-card p[data-v-2fefa520] {
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 360px) {
.detail-wrap[data-v-2fefa520] {
    width: calc(100% - 22px);
}
.quote-price strong[data-v-2fefa520] {
    font-size: 28px;
}
.kline-chart[data-v-2fefa520] {
    height: 330px;
}
}


/*# sourceMappingURL=chunk-3d8cb4ac.01fe0110.css.map*/