.trend-risk-events[data-v-b9d9a2fe] {
  background: url("/static/images/dataAnalysis/trend-bg.png");
  height: 48.8vh;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1440px) {
.data-title[data-v-b9d9a2fe] {
    margin-top: 3.8vh !important;
}
.data-chart[data-v-b9d9a2fe] {
    height: calc(100% - 6.0vh) !important;
}
}
.data-title[data-v-b9d9a2fe] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: calc(16px + 0.2vw);
  margin-left: 2.4vw;
  margin-top: 3.3vh;
  line-height: calc(16px + 0.2vw);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 3.5vw;
}
.data-title span[data-v-b9d9a2fe] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ebf1ff), to(#6FA9FF));
  background: linear-gradient(180deg, #ebf1ff 30%, #6FA9FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(111, 169, 255, 0.5);
}
.data-chart[data-v-b9d9a2fe] {
  height: calc(100% - 5.5vh);
  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;
}
.data-chart span[data-v-b9d9a2fe] {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.data-chart-content1[data-v-b9d9a2fe] {
  background: rgba(159, 191, 255, 0.0314);
  -webkit-box-shadow: 0px 30px 73px 0px rgba(6, 9, 17, 0.15);
          box-shadow: 0px 30px 73px 0px rgba(6, 9, 17, 0.15);
  border-radius: 0px 0px 0px 0px;
  height: 27vh;
  margin-top: 0.3vh;
  position: relative;
}
