#body .mune-bar {
  width: 90vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem 0.5rem;
  margin-bottom: 2rem;
}
#body .mune-bar .mune-tag {
  font-size: 0.75rem;
  font-family: "PingFangSC Medium";
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
}
#body .mune-bar .mune-tag a {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #999;
  width: 28vw;
  height: 28vw;
}
#body .mune-bar .mune-tag .icon {
  width: 2rem;
  height: 2rem;
  fill: #00a0e8;
  margin: 0 auto;
}
#body .contact {
  background: url('https://cdn.gdskfz.com/skfz/mobile/images/watersupply/contact-bg.png') no-repeat;
  background-size: cover;
  padding: 8rem 1rem;
}
#body .contact .con-text {
  font: 1.5625rem "PingFangSC Regular";
  color: #fff;
  line-height: 1.5;
}
#body .contact .con-text:nth-of-type(4) {
  margin-top: 3rem;
}
