section.page-footer {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 0px 0px #dadada inset;
  box-shadow: 0px 1px 0px 0px #dadada inset;
  overflow: visible;
}

section.page-footer.en .common-links {
  padding-bottom: 48px;
  padding-bottom: min(max(40px, 10.66667vw), 48px);
  padding-bottom: clamp(40px, 10.66667vw, 48px);
}

section.page-footer.en .common-links .text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

section.page-footer.en .common-links .text > span:last-of-type {
  color: #000;
  font-size: 31px;
  font-size: min(max(26px, 6.93333vw), 31px);
  font-size: clamp(26px, 6.93333vw, 31px);
}

section.page-footer.en .common-links .items > a {
  max-width: 218px;
  width: auto;
  padding: 0 20px;
  margin-bottom: 20px;
  min-width: 136px;
}

section.page-footer .common-links {
  padding: 16vw 10px;
  padding-top: 68px;
  padding-top: min(max(60px, 16vw), 68px);
  padding-top: clamp(60px, 16vw, 68px);
  padding-bottom: 68px;
  padding-bottom: min(max(60px, 16vw), 68px);
  padding-bottom: clamp(60px, 16vw, 68px);
  margin: 0 auto;
}

section.page-footer .common-links .text {
  text-transform: uppercase;
}

section.page-footer .common-links .text > span:first-of-type {
  line-height: 1.192;
  letter-spacing: 2px;
  font-size: 26px;
}

section.page-footer .common-links .text > span:last-of-type {
  font-size: 20px;
  line-height: 1.2;
  font-family: HuaweiSansMedium, sans-serif;
  color: #ccc;
}

section.page-footer .common-links .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5.333vw;
}

section.page-footer .common-links .items > a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 165px;
  height: 14.667vw;
  max-height: 68px;
  margin-bottom: 20px;
  margin-bottom: min(max(15px, 4vw), 20px);
  margin-bottom: clamp(15px, 4vw, 20px);
  margin-right: 20px;
  margin-right: min(max(15px, 4vw), 20px);
  margin-right: clamp(15px, 4vw, 20px);
  background: #f2f4f6;
  border-radius: 9px;
  font-weight: 500;
  font-size: 17px;
  font-size: min(max(16px, 4.26667vw), 17px);
  font-size: clamp(16px, 4.26667vw, 17px);
  text-align: center;
}

section.page-footer .common-links .items > a:nth-of-type(even) {
  margin-right: 0;
}

section.page-footer footer {
  -webkit-box-shadow: 0px 1px 0px 0px #dadada inset;
  box-shadow: 0px 1px 0px 0px #dadada inset;
}

section.page-footer footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5.066vw 0 9.067vw;
}

section.page-footer footer > div .follow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4vw;
}

section.page-footer footer > div .follow .share-qrcode {
  position: relative;
}

section.page-footer footer > div .follow .share-qrcode:hover .share-popup {
  position: absolute;
  opacity: 1;
  z-index: 100;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

section.page-footer footer > div .follow .share-qrcode .share-popup {
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 190px;
  z-index: -10;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(92, 105, 103, 0.2);
  box-shadow: 0 4px 10px 0 rgba(92, 105, 103, 0.2);
}

section.page-footer footer > div .follow .share-qrcode .share-popup::after {
  content: '';
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -5px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

section.page-footer
  footer
  > div
  .follow
  .share-qrcode
  .share-popup
  .share-title {
  text-align: center;
  color: #627f7c;
}

section.page-footer
  footer
  > div
  .follow
  .share-qrcode
  .share-popup
  .share-image {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

section.page-footer footer > div .follow a {
  width: 32px;
  margin-right: 13px;
}

section.page-footer footer > div .follow a:last-of-type {
  margin-right: 0;
}

section.page-footer footer > div .follow a img {
  width: 100%;
}

section.page-footer footer > div .copyrights {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.9167;
  letter-spacing: 0px;
}

section.page-footer footer > div .copyrights a {
  color: #6d6d6d;
}

section.page-footer footer > div .copyrights .links > span {
  width: 1px;
  height: 10px;
  background-color: #6d6d6d;
  margin: 0 4px;
}

@media (min-width: 530px) {
  section.page-footer .common-links .items > a:nth-of-type(even) {
    margin-right: 20px;
    margin-right: min(max(15px, 4vw), 20px);
    margin-right: clamp(15px, 4vw, 20px);
  }
}

@media (min-width: 768px) {
  section.page-footer .common-links .items > a:nth-of-type(even) {
    margin-right: 20px;
    margin-right: min(max(15px, 4vw), 20px);
    margin-right: clamp(15px, 4vw, 20px);
  }
}

@media screen and (min-width: 1024px) {
  section.page-footer.en .common-links .text {
    margin-right: clamp(58px, 5.66406vw, 106px);
  }
  section.page-footer .common-links {
    padding: 68px 0 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  section.page-footer .common-links .text {
    margin-right: 106px;
    min-width: 134px;
  }
  section.page-footer .common-links .text > span:first-of-type {
    line-height: 1.1935;
    letter-spacing: -1px;
    font-size: 31px;
  }
  section.page-footer .common-links .text > span:last-of-type {
    font-family: Helvetica, sans-serif;
    color: #bdbdbd;
    line-height: 1.176;
    letter-spacing: 0px;
    font-size: 17px;
    text-align: left;
    margin-top: 5px;
  }
  section.page-footer .common-links .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0px;
  }
  section.page-footer .common-links .items > a {
    width: 9.652vw;
    max-width: 139px;
    min-width: 126px;
    height: 68px;
    height: min(max(55px, 14.66667vw), 68px);
    height: clamp(55px, 14.66667vw, 68px);
    margin-bottom: 0;
  }
  section.page-footer footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 39px 0;
  }
  section.page-footer footer > div .follow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  section.page-footer footer > div .follow a {
    width: 32px;
    margin-right: 13px;
  }
  section.page-footer footer > div .follow a:last-of-type {
    margin-right: 0;
  }
  section.page-footer footer > div .follow a img {
    width: 100%;
  }
  section.page-footer footer > div .copyrights {
    color: #666666;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  section.page-footer footer > div .copyrights a {
    color: #666666;
  }
  section.page-footer footer > div .copyrights .links > span {
    width: 1px;
    height: 10px;
    background-color: #666666;
    margin: 0 4px;
    font-family: FZLTHJW, sans-serif;
    font-weight: normal;
  }
}

section.page-footer footer {
  height: auto;
}