* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.banxin {
  width: 12rem;
  margin: auto;
}
.nav {
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
  margin-bottom: 0.38rem;
}
.nav .logoTitle a {
  display: flex;
  align-items: center;
  width: 2.46rem;
  padding: 0.1rem;
  box-sizing: border-box;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.18rem;
  color: #003914;
  text-align: left;
  font-style: normal;
}
.nav .logoTitle img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
}
.nav .nav_ul {
  display: flex;
  align-items: center;
}
.nav .nav_ul li {
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.14rem 0;
  margin-right: 0.1rem;
  margin-right: 0.5rem;
}

.nav .nav_ul li a {
  font-family: GalanoGrotesqueDEMO, GalanoGrotesqueDEMO;
  font-weight: bold;
  font-size: 0.2rem;
  color: #003914;
  font-style: normal;
}
.nav .nav_ul li.actve {
  background: #0FB14C;
  margin-right: 0.3rem;
  padding: 0.14rem 0.2rem;
  border-radius: 0.27rem;
}
.nav .nav_ul li.actve a {
  color: #FFFFFF;
}
.nav .nav_ul li:last-child {
  margin-right: 0;
}
.nav .WhatsApp img {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.06rem;
}
.nav .WhatsApp {
  position: relative;
  width: 1.71rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0FB14C;
  border-radius: 0.4rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
}
.nav .WhatsApp img  {
  margin-right: 0.06rem;
}
.nav .WhatsApp:hover .pgoneBox {
  display: flex;
}
.nav .WhatsApp .pgoneBox {
  position: absolute;
  bottom: -1.1rem;
  right: -0.5rem;
  width: 3rem;
  height: 1.1rem;
  display: none;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
.nav .WhatsApp .pgoneBox a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  font-style: normal;
  text-decoration: none;
}

.privacy_policy {
  width: 12.4rem;
  padding: 0.6rem;
  background: #F3F8F4;
  border-radius: 0.3rem;
  margin: 0 auto 1rem;
}
.privacy_policy .title {
  height: 0.36rem;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.3rem;
  color: #003914;
  line-height: 0.36rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.2rem;
}
.privacy_policy .content {
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.2rem;
  color: #003914;
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.6rem;
}



















.footer {
  width: 100%;
  height: 2.41rem;
  background: #00260D;
}
.footer .line {
  height: 0.01rem;
  background: #828D86;
  margin-top: 0.4rem;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6rem;
}
.footer-content a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(255,255,255,0.5);
  text-align: left;
  font-style: normal;
}
.footer-content .logoName {
  display: flex;
  align-items: center;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFFFFF;
  font-style: normal;
}
.footer-content .logoName img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.09rem;
}
.footer  .Copyright {
  height: 0.2rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(255,255,255,0.5);
  line-height: 0.2rem;
  text-align: center;
  font-style: normal;
  margin-top: 0.2rem;
}
