.data-top[data-v-f34bc4bc] {
  background: url("/static/images/dataAnalysis/top-bg.png");
  width: 100%;
  height: 8vh;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.data-top .top-title[data-v-f34bc4bc] {
  font-size: calc(24px + 0.8vw);
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  color: #ffffff;
}
.data-top-bottom[data-v-f34bc4bc] {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}
.data-top-bottom-left[data-v-f34bc4bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 33%;
  margin-left: 1vw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.data-top-bottom-right[data-v-f34bc4bc] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: calc(10px + 0.2vw);
  color: #9ea8c7;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 1vw;
}
.img-icons[data-v-f34bc4bc] {
  margin-right: 1vw;
  width: calc(16px + 0.4vw);
  height: calc(16px + 0.4vw);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.top-img-group[data-v-f34bc4bc] {
  height: calc(16px + 0.4vw);
}
.top-button-group[data-v-f34bc4bc] {
  font-weight: 400;
  font-size: calc(12px + 0.2vw);
  height: calc(16px + 0.4vw);
  color: #1bb0e5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-button-group div[data-v-f34bc4bc] {
  height: calc(16px + 0.4vw);
  margin-right: 1.5vw;
}
.top-button-active[data-v-f34bc4bc] {
  color: #ffffff;
}
