
.chart[data-v-32f66f1b] {
  float: left;
  height: 1.2rem;
  width: 3.2rem;
  margin-top: 0px;
  /* background-color: aqua; */
  margin-left: 10px;
}


.panel[data-v-51944980] {
  position: absolute;
  z-index: 1000;
  height: 3.55rem;
  width: 6rem;

  background-size: 100%;
  padding: 0 0.1875rem 0.5rem;
  top: 28.7%;
  left: 5px;
  color: #fff;
}
@media screen and (min-width: 1900px) {
.panel[data-v-51944980] {
    position: absolute;
    z-index: 1000;
    height: 3.55rem;
    background-size: 100%;
    padding: 0 0.1875rem 0.5rem;
    top: 3.25rem;
    left: 5px;
    color: #fff;
}
}
.panel .title[data-v-51944980] {
  font-weight: 600;
  font-size: 0.25rem;
  margin-top: 0rem;
  margin-left: 0.15rem;
}
.panel h6[data-v-51944980] {
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
}
.panel h5[data-v-51944980] {
  color: #fff;
  font-size: 0.18rem;
  margin-top: 0.15rem;
  text-align: center;
}

/* 让元素居中 */
.mid[data-v-51944980] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

