* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
dl,
ol,
ul {
  list-style: none;
}
body,
html {
  font-family: PingFang;
  letter-spacing: 0.5px;
  background-color: #58bc76;
  font-size: 12px;
}

.harbor-container {
  background: url("../img/bg.png") no-repeat;
  background-size: 100% 861px;
  width: 100%;
}

.head-info {
  display: flex;
  justify-content: space-between;
}

.head-img {
  width: 261px;
  height: 205px;
  margin-left: 212px;
  margin-top: 62px;
}

.head-content {
  margin-left: 30px;
  padding-top: 87px;
}

.head-title {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 20px;
}

.head-tips {
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 32px;
  color: #006e21;
}

.money-bank {
  width: 374px;
  height: 374px;
  position: relative;
  z-index: 22;
}

.harbor-content {
  width: 995px;
  margin-left: 212px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 32px;
  color: #ffffff;
  line-height: 57px;
  margin-top: -60px;
}

.tack-box {
  display: flex;
  margin-left: 49px;
  margin-right: 221px;
}
.tack-up {
  width: 466px;
  height: 466px;
  margin-right: 75px;
  margin-top: -76px;
}

.tack-content {
  width: 805px;
  height: 321px;
  background: #ffffff;
  border-radius: 31px;
}

.tack-content p {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 28px;
  color: #006e21;
  margin-left: 56px;
  margin-top: 32px;
}

.tack-content div {
  margin-top: 30px;
  margin-left: 56px;
}

.tack-content div img {
  width: 439px;
  height: 146px;
}

.tack-phone {
  position: absolute;
  top: 298px;
  right: 221px;
  width: 440px;
  height: 891px;
}

.footer {
  display: flex;
  align-items: center;
}

.footer-content {
  width: 1479px;
  height: 452px;
  background: #006e21;
  padding-left: 212px;
  padding-top: 40px;
}

.footer-title {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  padding-bottom: 30px;
}

.footer-zero {
  max-width: 1046px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 40px;
  padding-bottom: 50px;
}

.footer-addr div:nth-child(1) {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}

.footer-addr div:nth-child(2) {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
}

.footer-logo {
  margin-left: 86px;
  width: 268px;
  height: 268px;
}
