#globalnav.globalnav-light,
#globalnav.globalheader-light,
.globalheader-light #globalnav,
.theme-light #globalnav {
  --globalnav-background: rgba(255, 255, 255, 0);
}

.page-chart {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-image: url("../images/blue-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.page-chart::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  background-color: rgba(16, 33, 70, 0.6);
}

.box {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
}

.box .box-left {
  box-sizing: border-box;
  width: 50%;
  padding-right: 0.24rem;
}

.box .box-right {
  box-sizing: border-box;
  width: 50%;
  padding-left: 0.24rem;
}

.chart-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 8vh 4% 0.2rem;
}

.card {
  box-sizing: border-box;
}

.card-hd {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 0.4rem;
  padding: 0 0 0 0.4rem;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../images/card/title_w938.png");
}

.card-title {
  font-weight: bold;
  font-size: 0.2rem;
  color: #fff;
  font-style: italic;
}

.card-bd {
  box-sizing: border-box;
  color: #b6e6ff;
  padding: 0.2rem;
  background: linear-gradient(0deg, rgba(2, 42, 96, 1), rgba(2, 42, 96, 0.8) 100%);
  border-style: solid;
  border-width: 1px;
  border-image: linear-gradient(
      90deg,
      rgba(2, 42, 96, 0.3),
      #0096ff,
      rgba(2, 42, 96, 0.3)
    )
    1 1;
  min-height: 40vh;
}

.chart-hd {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-bottom: 4vh;
}

.headline {
  color: #fff;
  font-size: 0.48rem;
  font-weight: bold;
}

.subtitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}

.box-title {
  box-sizing: border-box;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.2rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.box-title1 {
  background-size: 0.28rem auto;
  padding-left: 0.36rem;
  background-image: url("../images/icons/chart-icon-location-red.png");
  padding-right: 0.32rem;
}

.box-title2 {
  padding-left: 0.36rem;
  background-image: url("../images/icons/chart-icon-angle-red.png");
  background-size: 0.28rem auto;
}

@media only screen and (max-width: 767px) {
  .box {
    padding: 0;
  }

  .box .box-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .box .box-right {
    width: 100%;
    padding-left: 0;
  }

  .chart-hd {
    padding: 20px 0 0;
  }

  .page-chart {
    height: auto;
    overflow-y: auto;
  }
  .chart-container {
    height: auto;
    padding: 20px;
  }
}
