html {
  font-size: 5.20833333vw;
  background: linear-gradient(180deg, #F9FDFF 0%, #E1F1FE 100%);
}
.header {
  width: 100%;
  box-sizing: border-box;
  padding: 0 2rem;
  background: url('../img/bg.png');
  background-size: cover;
  text-align: center;
  padding-bottom: 1rem;
}
.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;
  margin-top: 1.8rem;
  background-size: cover;
}
.header-text > img {
  width: 6.46rem;
  margin-bottom: -2rem;
}
.header-text .left {
  text-align: left;
  max-width: 7.45rem;
}
.header-text .left p {
  font-weight: bold;
  font-size: 0.9rem;
  color: #000000;
  text-align: left;
  margin-bottom: 0.8rem;
}
.header-text .left img {
  width: 3.2rem;
}
.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}
.header-wrap .item {
  width: 3.3rem;
  height: 3.3rem;
  padding: 0.12rem;
  box-shadow: 4px 4px 40px 0px rgba(85, 168, 238, 0.16);
  border-radius: 0.36rem;
  background: #fff;
}
.header-wrap .wrap {
  background: #fff;
  font-weight: 500;
  font-size: 0.24rem;
  height: 100%;
  color: #2F2F40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.36rem;
  border: 1px solid #C5DAFC;
}
.header-wrap .wrap img {
  width: 1.22rem;
  height: 1.22rem;
  margin-bottom: 0.32rem;
}
.light {
  color: #61D384;
  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 1rem;
  color: #fff;
  background: url('../img/aboutbg.png');
}
.about .title {
  font-weight: bold;
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.82rem;
}
.about .container {
  display: flex;
  align-items: center;
}
.about .container > img {
  width: 5.25rem;
  margin-right: 1.61rem;
}
.about .container .right {
  margin-bottom: 1.5rem;
  font-size: 0.24rem;
}
.about .container .right .list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.32rem;
}
.about .container .right img {
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.29rem;
}
.about .container .right p {
  font-weight: bold;
  font-size: 0.32rem;
  color: #fff;
  line-height: 0.39rem;
  margin-bottom: 0.2rem;
}
.products {
  width: 14.4rem;
  padding: 1rem 0.56rem;
  background: #fff;
  box-shadow: 0px 6px 100px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.64rem;
  position: absolute;
  margin-top: -2.2rem;
}
.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: 1.68rem;
}
.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 2rem;
  margin-top: 3rem;
  background: #F9FFFD;
}
.contact .top {
  font-weight: bold;
  font-size: 0.6rem;
  color: #092822;
  line-height: 0.82rem;
  margin-bottom: 0.32rem;
  text-align: center;
}
.contact p {
  font-weight: 500;
  font-size: 0.32rem;
  color: #64646F;
  text-align: center;
  margin-bottom: 0.81rem;
}
.contact .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .bottom > img {
  height: 6.12rem;
  width: 5.65rem;
  margin-left: 1.46rem;
}
.contact .bottom .right > div {
  width: 6rem;
  height: 1.38rem;
  font-size: 0.32rem;
  position: relative;
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.12);
  background: #fff;
  margin-bottom: 0.6rem;
  border-radius: 0.32rem;
  padding: 0.64rem 0.61rem 0;
}
.contact .bottom .right > div > span:nth-child(1) {
  width: 2.54rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #61D384;
  border-radius: 0.16rem;
  color: #fff;
  position: absolute;
  top: -0.1rem;
}
.contact .bottom .right > div > span:nth-child(2) {
  font-weight: bold;
  font-size: 0.32rem;
  color: #000000;
}
.del-account .title {
  font-weight: bold;
  font-size: 0.6rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.32rem;
}
.del-account p {
  margin-bottom: 0.32rem;
}
.del-account .content {
  background: #fff;
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.32rem;
  padding: 0.67rem 0;
  text-align: center;
}
.del-account .button {
  font-weight: 600;
  font-size: 0.24rem;
  color: #FFFFFF;
  text-align: center;
  background: #61D384;
  width: 4.86rem;
  margin: 0 auto;
  border-radius: 0.16rem;
  height: 0.7rem;
  line-height: 0.7rem;
}
.footer {
  width: 100%;
  background: #E2FBFF;
  padding: 0.25rem 2.4rem;
  box-sizing: border-box;
}
.footer img {
  width: 3rem;
  height: 0.9rem;
  margin-bottom: 0.14rem;
}
.footer ul {
  display: flex;
  justify-content: space-between;
}
.footer ul li {
  display: flex;
  flex-direction: column;
  font-size: 0.28rem;
  color: #41587A;
}
.footer ul .top {
  font-weight: bold;
  color: #41587A;
  display: flex;
  margin-bottom: 0.28rem;
}
.footer ul .top > div:first-child {
  margin-right: 1.28rem;
}
