html {
  font-size: 5.20833333vw;
}
.header {
  width: 100%;
  box-sizing: border-box;
  padding: 0 2rem;
  background: url('../img/Bg_1.png');
  background-size: cover;
  text-align: center;
}
.header .container {
  margin-bottom: 0px;
  font-size: 0.22rem;
}
.header .container ul > li > a {
  color: #707070;
}
.header .container img {
  width: 2.29rem;
  height: 0.6rem;
}
.header-text {
  display: flex;
  align-items: center;
  background: #204C47;
  padding: 0.83rem 2rem;
}
.header-text > img {
  width: 6.46rem;
  margin-bottom: -2rem;
}
.header-text .left {
  text-align: left;
}
.header-text .left p {
  color: #fff;
  font-size: 0.7rem;
  line-height: 0.82rem;
}
.header-text .left p:first-child {
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.header-text .left div:nth-child(2) {
  max-width: 7rem;
  color: #fff;
  font-size: 0.36rem;
  margin-bottom: 1rem;
}
.header-text .left .download {
  font-size: 0.32rem;
  width: 2.7rem;
  height: 0.64rem;
  background: #F6FE74;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.06rem;
  font-weight: bold;
}
.light {
  color: #F6FE74;
  font-weight: bold;
}
nav {
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 0.7rem;
}
nav > img {
  height: 1rem;
}
nav > ul {
  display: flex;
  justify-content: center;
}
nav > ul > li {
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000;
  margin-right: 0.87rem;
}
nav > ul > li.nav4 {
  margin-right: 0;
}
.about {
  padding: 1rem 2rem;
  color: #707070;
}
.about .title {
  font-weight: bold;
  font-size: 0.7rem;
  color: #092822;
  line-height: 0.82rem;
  margin-bottom: 0.6rem;
  max-width: 6.86rem;
}
.about .container {
  display: flex;
  align-items: center;
}
.about .container img {
  width: 6.86rem;
  margin-right: 1.61rem;
}
.about .container .right {
  font-size: 0.24rem;
}
.about .container .right p {
  font-weight: bold;
  font-size: 0.5rem;
  color: #092822;
  line-height: 0.59rem;
  margin-bottom: 0.4rem;
}
.about .container .right div {
  margin-bottom: 0.4rem;
}
.team {
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.24rem;
  color: #707070;
  text-align: left;
}
.team .left {
  margin-right: 0.93rem;
}
.team .title {
  font-weight: bold;
  font-size: 0.7rem;
  color: #092822;
  line-height: 0.82rem;
  margin-bottom: 0.6rem;
  max-width: 6.86rem;
}
.team img {
  width: 8.1rem;
}
.products {
  padding: 1rem 2rem;
  background: linear-gradient(180deg, #EDF0D1 0%, #E4F1F3 100%);
}
.products > p {
  font-weight: bold;
  font-size: 0.7rem;
  color: #092822;
  line-height: 0.82rem;
  margin-bottom: 0.56rem;
  text-align: center;
}
.products .item-list {
  display: flex;
  justify-content: space-between;
}
.products .item-list > div {
  max-width: 4rem;
  text-align: center;
}
.products .item-list img {
  width: 3.8rem;
}
.products .item-list p {
  font-weight: bold;
  font-size: 0.32rem;
  color: #092822;
  line-height: 0.38rem;
  margin-bottom: 0.16rem;
}
.products .item-list div {
  font-size: 0.24rem;
  color: #707070;
}
.contact {
  padding: 1rem 3rem;
}
.contact .top {
  font-weight: bold;
  font-size: 0.7rem;
  color: #092822;
  line-height: 0.82rem;
  margin-bottom: 0.6rem;
}
.contact .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .bottom .right {
  margin-left: 1.42rem;
}
.contact .bottom .right > div:nth-child(2) {
  margin: 0.6rem 0;
}
.contact .bottom .right > div {
  padding: 0.4rem;
  display: flex;
  align-items: center;
  border: 1px solid #000000;
}
.contact .bottom .right > div img {
  width: 0.56rem;
  height: 0.56rem;
}
.contact .bottom .right > div span:nth-child(2) {
  font-weight: bold;
  font-size: 0.32rem;
  color: #092822;
  line-height: 0.38rem;
  margin: 0 0.16rem 0 0.36rem;
  min-width: 2rem;
}
.contact .bottom .right > div .value {
  font-weight: 400;
  font-size: 0.2rem;
  color: #092822;
}
.del-account {
  background: #F8F8F8;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
}
.del-account img {
  width: 5.91rem;
  height: 5.15rem;
}
.del-account p {
  font-weight: bold;
  font-size: 0.7rem;
  color: #092822;
  line-height: 0.82rem;
  margin-bottom: 0.32rem;
}
.del-account div {
  font-weight: 400;
  font-size: 0.24rem;
  color: #707070;
}
.del-account .button {
  text-align: center;
  background: #204C47;
  border-radius: 0.06rem;
  padding: 0.13rem 0.25rem;
  color: #fff;
  margin: 0.65rem 0 0.32rem;
}
.footer {
  width: 100%;
  background: #204C47;
  padding: 0.25rem 2.4rem;
  box-sizing: border-box;
}
.footer img {
  margin-bottom: 0.14rem;
}
.footer ul {
  display: flex;
  justify-content: space-between;
}
.footer ul li {
  font-size: 0.14rem;
  color: #fff;
}
.footer ul li:nth-child(2) {
  width: 60%;
  display: flex;
}
.footer ul .terms {
  margin: 0 0.56rem;
}
