nav {
  display: flex;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  position: fixed;
  top: 0;
  height: 0.28125rem;
  padding: 0 1.34375rem !important;
  justify-content: space-between;
  align-items: center;
}

nav .logo {
  width: 0.60547rem;
  height: 0.16406rem;
}

nav .nav-list {
  flex: 1;
  padding: 0 0.27344rem;
  font-size: 0.0625rem;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}

nav .nav-list li {
  cursor: pointer;
  padding: 0 0.01953rem;
  padding-bottom: 0.01953rem;
}

nav .nav-list li.active {
  border-bottom: 2px solid #22b573;
}

nav .nav-list li.login {
  display: none;
}

nav .nav-list li a {
  color: #ffffff;
}

nav .sign {
  font-size: 0.0625rem;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #ffffff;
  background-image: linear-gradient(90deg, #20a573, #20a573 50%, #9bc792);
  line-height: 0.15625rem;
  padding: 0 0.14453rem;
  border-radius: 0.01562rem;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 45px;
  }
  nav {
    padding: 0 20px !important;
    height: 48px;
    background-color: black;
  }
  nav .more {
    width: 40px;
    height: 100%;
    position: relative;
  }
  nav .more div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s;
  }
  nav .more div:nth-child(1) {
    transform: translateY(5px);
  }
  nav .more div:nth-child(2) {
    transform: translateY(-5px);
  }
  nav .more.active div:nth-child(1) {
    transform: rotate(45deg);
  }
  nav .more.active div:nth-child(2) {
    transform: rotate(-45deg);
  }
  nav .logo {
    height: 20px;
    width: auto;
  }
  nav .login {
    display: none;
  }
  nav .nav-list {
    background-color: black;
    text-align: center;
    display: block;
    flex-direction: column;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 100%;
    display: none;
    height: calc(100vh - 48px);
  }
  nav .nav-list li {
    font-size: 26px;
    font-weight: 700;
    margin-top: 30px;
  }
  nav .nav-list li.active {
    border: none;
  }
  nav .nav-list li.login {
    display: block;
    margin: 0 60px;
    padding: 0 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
  }
  nav .nav-list li a {
    font-size: 26px;
    font-weight: 700;
  }
}

footer {
  position: relative;
  background-color: #126543;
  height: 2.41016rem;
  padding: 0.29297rem 1.39062rem 0.46484rem 1.48438rem !important;
}

footer .ft-top {
  width: 100%;
  display: flex;
  align-items: center;
}

footer .ft-top .left-menu {
  overflow: auto;
  flex: 1;
  display: flex;
}

footer .ft-top .left-menu .menu-item {
  margin-right: 0.15625rem;
  flex: 0;
  white-space: nowrap;
}

footer .ft-top .left-menu .menu-item:nth-child(1) {
  margin-right: 0.50781rem;
}

footer .ft-top .left-menu .menu-item .menu-tle {
  font-size: 0.08594rem;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.15625rem;
}

footer .ft-top .left-menu .menu-item .split-line {
  margin: 0.01953rem 0 0.00781rem;
  width: 0.15625rem;
  height: 1px;
  background: #ffffff;
  opacity: 0.2;
}

footer .ft-top .left-menu .menu-item .menu-info {
  height: 1.17188rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

footer .ft-top .left-menu .menu-item .menu-info .menu-text {
  cursor: pointer;
  margin-right: 0.06641rem;
  font-size: 0.05859rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.11719rem;
  opacity: 0.8;
}

footer .ft-top .right-code {
  width: 1.63281rem;
  height: 1.17188rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0.15625rem;
}

footer .ft-top .right-code .tel {
  font-size: 0.05859rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #ffffff;
  background-image: url(../img/index/tel.png);
  background-size: 0.05469rem;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 0.07812rem;
}

footer .ft-top .right-code .address {
  margin-top: 0.03906rem;
  font-size: 0.05859rem;
  font-family: Source Han Sans SC;
  padding-left: 0.07812rem;
  font-weight: 400;
  color: #ffffff;
  background-image: url(../img/index/address.png);
  background-size: 0.05469rem;
  background-position: left center;
  background-repeat: no-repeat;
}

footer .ft-top .right-code .qrcode {
  justify-content: space-between;
  margin-top: 0.07812rem;
  display: flex;
}

footer .ft-top .right-code .qrcode .qrcode-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer .ft-top .right-code .qrcode .qrcode-item .xiaolubtn {
  cursor: default;
  margin-top: 0.05469rem;
  width: 0.58594rem;
  font-size: 0.05859rem;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #ffffff;
}

footer .ft-top .right-code .qrcode .qrcode-item img {
  width: 0.6875rem;
  height: 0.6875rem;
}

footer .ft-bottom {
  padding-top: 0.11719rem;
  padding-left: 0.04688rem;
  margin-top: .15625rem !important /* 40/256 */;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.05469rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #f2f2f2;
  text-align: center;
}

footer .ft-bottom span:nth-child(1) {
  margin-right: 0.27344rem;
}

footer .ft-bottom .country {
  background-image: url(../img/index/country.png);
  background-size: 0.05469rem;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 0.07812rem;
}

.pointer {
  cursor: pointer;
}

.boxShadow {
  box-shadow: 0.01953rem 0.01953rem 0.03906rem rgba(0, 0, 0, 0.2);
}

.xiaolubtn {
  white-space: nowrap !important;
  text-align: center;
  color: #fff;
  box-shadow: 0.01953rem 0.01953rem 0.03906rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 999999px;
  background-image: linear-gradient(90deg, #20a573, #20a573 50%, #9bc792);
}

body {
  overflow-x: hidden;
  background-image: url(../img/main-bg.png);
  background-repeat: repeat-y;
  background-size: contain;
  height: unset !important;
  background-position: 0 3.378906rem;
}
