
.link[data-v-f3f6494e] {
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}


.bar-chart-container[data-v-f787931e] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
}
#bar-chart[data-v-f787931e] {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0; /* 防止flex子元素溢出 */
}


.line-chart-container[data-v-d322f458] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
}
#line-chart[data-v-d322f458] {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0; /* 防止flex子元素溢出 */
}


.item-card-canv[data-v-5dbaf5c3] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
}
#line-chart[data-v-5dbaf5c3] {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0; /* 防止flex子元素溢出 */
}


.data-flat {
    color: inherit;
}


.item-card-canv[data-v-a1a71302] {
  width: 100%;
  height: 350px;
}
.item-card-tab ul li[data-v-a1a71302] {
  cursor: pointer;
}


/* 添加在模板的 style 部分 */
.swiper-button-next[data-v-7ceb4210],
.swiper-button-prev[data-v-7ceb4210] {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.swiper-button-next.swiper-button-disabled[data-v-7ceb4210],
.swiper-button-prev.swiper-button-disabled[data-v-7ceb4210] {
    opacity: 0;
    pointer-events: none;
}


.item-card-canv[data-v-2b375a80] {
  width: 100%;
  height: 350px;
}
.centerNoPrice[data-v-2b375a80]{
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

