.green {
  color: #13AE67;
}

.lgreen {
  color: #7dc51f;
}

.bgreen {
  color: #009944;
}

.blue {
  color: #036eb8;
}

.yellow {
  color: #f39800;
}

.brown {
  color: #C9BC9C;
}

.seablue {
  color: #00a0e9;
}

.webonly {
  display: none;
}

.mobonly {
  display: block;
}

.bg {
  background: #e6e6ff url(../../image/bg/dot.png) repeat fixed;
}

.height100vh {
  height: auto;
}

.height50vh {
  height: auto;
}

.linkbtn a {
  background: #036eb8;
  color: #fff;
  font-size: 1.25em;
  letter-spacing: 1px;
  padding: 7% 0%;
  text-align: center;
  border-radius: 50px;
  width: 190px;
  display: block;
  margin: 0% auto;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.linkbtn a:hover {
  background: #E6E5E2;
  color: #036eb8;
}

a {
  text-decoration: none !important;
}

.blur {
  filter: blur(5px);
  overflow: hidden;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 2%;
}

.mt-2 {
  margin-top: 2%;
}

.mobonly {
  display: block;
}

.contentarea {
  padding: 0 15px;
}

.gototop {
  width: 60px;
  height: 60px;
  background: #111114;
  color: #fff;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 3;
}

.situation2 {
  background: #efefef url(../../image/bg/dot.png) repeat fixed;
  line-height: 1.5em;
}
.situation2 .forpiechart {
  background: rgba(250, 250, 250, 0.3) url(../../image/areabg.png) right bottom no-repeat;
  background-size: 99%;
  padding: 1rem 1rem;
  border-radius: 15px 0px 0 15px;
  margin: 0.5rem 0 0.5rem 0;
  border-left: 15px solid #707591;
  border-top: 1px solid #444;
}
.situation2 .topic {
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #25242a;
}
.situation2 .topic h3 {
  margin-left: 5px;
}
.situation2 .info {
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 3.5rem;
  color: #707591;
  font-size: 1.15em;
}
.situation2 .info li {
  padding: 0 0 5px 0;
  list-style: disc;
}
.situation2 .areatool {
  border: 2px solid #999;
  border-radius: 10px;
  padding: 0.5rem 0.5rem;
  margin: 0 0 1rem 0;
}
.situation2 .areatool:last-child {
  margin: 0 0 0rem 0;
}
.situation2 .areatool .toolname {
  font-size: 1em;
  color: #fff;
  min-width: 80px;
  font-weight: bold;
}
.situation2 .areatool .toolnum {
  font-size: 1.2em;
  padding: 0 0.25em 0 0;
  font-weight: bold;
}
.situation2 .areatool .unit {
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
}
.situation2 .forpiechart-rt .areatool {
  margin: 0 0 0.5rem 0;
}

.situation3 .contentheight {
  height: calc(100vh - 70px);
}
.situation3 .areainfo {
  padding: 0.35rem 1rem;
  background: rgba(250, 250, 250, 0.55);
  border-radius: 15px;
  margin: 0.5rem 0 0.5rem 0;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 5px #25242a;
}
.situation3 .areainfo .areatool .pic {
  max-width: 55px;
}
.situation3 .areainfo .areatool .toolname {
  font-size: 1.34em;
  color: #25242a;
  min-width: 100px;
  font-weight: bold;
}
.situation3 .areainfo .areatool .toolname .toolnameen {
  font-size: 0.85rem;
}
.situation3 .areainfo .areatool .toolnum {
  font-size: 1.5em;
  font-weight: bold;
  text-align: right;
}
.situation3 .areainfo .areatool .toolnum .unit {
  font-size: 0.65em;
  font-weight: 600;
  color: #25242a;
  margin: 0 0 0 5px;
}
.situation3 .areainfo .areatool .numbers {
  font-style: italic;
  font-weight: bold;
}
.situation3 .border-right {
  border-right: 2px solid #ccc;
}
.situation3 .turnstatus-on {
  background: #13AE67;
  color: #fff;
  padding: 0.1rem 0.5rem;
  font-weight: bold;
}

.areatopic {
  height: 70px;
  background: url(../../image/topbg.png) right bottom no-repeat;
  background-size: 100%;
  align-content: center;
}
.areatopic h2 {
  color: #25242a;
  font-weight: bold;
}

.tabnav {
  height: 90px;
  background: #707591;
  align-content: center;
  border-radius: 50px 50px 0 0;
}

.contentheight {
  height: calc(100vh - 160px);
}

.nav-pills-cus {
  justify-content: center;
}

.chartstyle {
  height: calc(100vh - 240px);
  max-width: 100%;
  border: 2px solid #707591;
  border-radius: 10px;
}

.labelbox {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 15px 0 0 15px;
  border-left: 15px solid;
  border-color: #fff;
  color: #333333;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 14px;
  text-align: left;
  box-shadow: 0px 0px 6px #666;
  margin: 0.25rem;
}
.labelbox h4 {
  font-size: 1.25rem;
  margin: 0.25rem auto;
  color: #2d2d44;
  font-weight: bold;
}
.labelbox p {
  font-size: 1.1rem;
  margin: 0.25rem auto 0;
  font-weight: bold;
}
.labelbox p.en {
  font-size: 0.8rem;
}
.labelbox.yellow {
  border-color: #f39800;
  color: #f39800;
}
.labelbox.blue {
  border-color: #036eb8;
  color: #036eb8;
}
.labelbox.lgreen {
  border-color: #7dc51f;
  color: #7dc51f;
}
.labelbox.green {
  border-color: #13AE67;
  color: #13AE67;
}
.labelbox.bgreen {
  border-color: #009944;
  color: #009944;
}
.labelbox.seablue {
  border-color: #00a0e9;
  color: #00a0e9;
}

@media screen and (min-width: 1000px) {
  .mobonly {
    display: none;
  }
  .webonly {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .height100vh {
    height: 100vh;
  }
  .height55vh {
    height: 55vh;
  }
  .height60vh {
    height: 60vh;
  }
  .height45vh {
    height: 45vh;
  }
}
@media only screen and (max-width: 1550px) {
  .pic {
    display: none;
  }
}/*# sourceMappingURL=page.css.map */


svg *:focus,
svg *:focus-visible,
.map *:focus,
.map *:focus-visible {
    outline: none !important;
}