.homePage-ywjk {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.homePage-ywjk .upper {
  width: 100%;
  padding: 10px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homePage-ywjk .upper .upper-block-item {
  margin-left: 20px;
}
.homePage-ywjk .overview_wrap {
  position: relative;
  margin-top: 10px;
  padding-bottom: 20px;
}
.homePage-ywjk .overview_wrap .block_chart {
  height: 400px;
  position: relative;
}
.homePage-ywjk .overview_wrap .block_chart .link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #5CCDFD;
  text-decoration: none;
}

