.contact-btn {
  background: #55b15c;
  border-radius: 0.08rem;
  opacity: 1;
  font-weight: bold;
  color: #ffffff;
  padding: 0.12rem;
  box-sizing: border-box;
  display: block;
  width: auto;
  font-family: PingFang SC-Semibold, PingFang SC;
  margin-right: 0.63rem;
  font-size: 0.16rem;
  text-align: center;
  width: 1.5rem;
}
.contact-btn.fr-width {
  width: 2.5rem;
}
.contact-btn > a {
  font-size: 0.16rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
}
.footer {
  background-color: #00152f;
  padding: 0.4rem 0.2rem 0.16rem;
  padding-right: 0.15rem;
  box-sizing: border-box;
  color: #fff;
  margin-top: -0.1rem;
}
.footer .box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.3rem;
}
.footer .line-one {
  font-size: 0.16rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.19rem;
  margin-right: 0.2rem;
}
.footer .line-two {
  font-size: 0.16rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #55b15c;
  line-height: 0.19rem;
}
.footer .line-three {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .line-three > li {
  font-size: 0.12rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.14rem;
  margin-bottom: 0.14rem;
  width: 50%;
}
.footer .line-three > li > div {
  margin-bottom: 0.12rem;
}
.footer .line-three > li > div.eg {
  font-size: 0.1rem;
}
.footer .line-three > li > div:nth-child(1) {
  color: #fff;
  font-weight: 600;
}
.footer .line-four {
  font-size: 0.12rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.14rem;
  text-align: center;
}
.tl {
  text-align: left;
}
