body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p,
button,
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  margin: auto;
  font-family: "PingFang SC", Roboto, "Helvetica Neue", Helvetica, STHeiti,
    sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  border: none;
}

input {
  outline: none;
  border-radius: 0;
  background-color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
}

a,
img {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

i {
  font-style: normal;
}
ul {
  list-style: none;
}
.textCenter {
  text-align: center;
}

.flex {
  display: flex;
}

.flexItem {
  flex: 1;
}

.clearFix:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: 10vw;
}

html {
  font-size: 10vw;
}

.productList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productList .productItem {
  width: 1.7708333333rem;
  height: 2.7864583333rem;
  margin-bottom: 0.2083333333rem;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
}
.productList .productItem .productImage {
  box-sizing: border-box;
  padding: 0 0.1041666667rem;
  height: 1.7708333333rem;
  width: 1.7708333333rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productList .productItem .productImage img {
  max-width: 100%;
  max-height: 100%;
}
.productList .productItem .merchantProductImg {
  width: 100%;
  padding: 0;
}
.productList .productItem .prodcutItemInfo {
  box-sizing: border-box;
  padding: 0 0.1041666667rem;
}
.productList .productItem .prodcutItemInfo .productName {
  margin-top: 0.1458333333rem;
  width: 1.5625rem;
  font-family: PingFangSC-Medium;
  font-size: 0.09375rem;
  color: #333333;
  letter-spacing: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.productList .productItem .prodcutItemInfo .productFrom {
  font-family: PingFangSC-Regular;
  font-size: 0.0729166667rem;
  color: #999999;
  letter-spacing: 0;
  margin: 0.0260416667rem auto 0.0729166667rem;
}
.productList .productItem .prodcutItemInfo .priductPrice {
  font-family: PingFangSC-Medium;
  font-size: 0.09375rem;
  letter-spacing: 0;
  margin-bottom: 0.015625rem;
}
.productList .productItem .prodcutItemInfo .priductPrice .priceCN {
  color: #000;
  margin-right: 0.03125rem;
}
.productList .productItem .prodcutItemInfo .priductPrice .priceCNorig {
  color: #1377cc;
  margin-right: 0.03125rem;
}
.productList .productItem .prodcutItemInfo .priductPrice .priceAm {
  color: #333333;
  margin-right: 0.03125rem;
  font-family: PingFangSC-Regular;
}
.productList .productItem .prodcutItemInfo .priductPrice .priceOriginal {
  color: #999;
  text-decoration: line-through;
  font-family: PingFangSC-Regular;
}
.productList .productItem .prodcutItemInfo .productTags {
  font-family: PingFangSC-Medium;
  font-size: 0.0729166667rem;
  color: #d27d3f;
  letter-spacing: 0;
}
.productList .productItem .productCode {
  display: none;
  width: 0.2604166667rem;
  height: 0.2604166667rem;
  position: absolute;
  right: 0.0833333333rem;
  bottom: 0.0833333333rem;
}
.productList .productItem .productCode img {
  width: 100%;
  height: 100%;
  display: block;
}
.productList .productItem:hover {
  background: #ffffff;
  box-shadow: 0.15625rem 0.2604166667rem 0.5208333333rem 0 rgba(0, 0, 0, 0.08);
}

@media (min-width: 2000px) {
  html {
    font-size: 200px;
    position: relative;
  }
  html article #templateContent, html article .merchantList, html article .featuredDiscount {
    width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }
}
a {
  color: #000;
}

#download-bar {
  display: none;
}

header {
  width: 7.4895833333rem;
  margin: auto auto !important;
  display: flex;
  height: 0.7291666667rem;
  justify-content: space-between;
}
header .topLogo {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .topLogo img {
  width: 0.21875rem;
  height: 0.21875rem;
}
header .topLogo span {
  margin-left: 0.0572916667rem;
  font-family: PingFangSC-Medium;
  font-size: 0.1041666667rem;
  color: #333333;
  letter-spacing: 0;
  word-break: keep-all;
}
header .tabList {
  display: flex;
  list-style: none;
  align-items: center;
  margin-left: 3.3854166667rem;
  height: 100%;
}
header .tabList li {
  font-family: PingFangSC-Medium;
  font-size: 0.09375rem;
  color: #333333;
  letter-spacing: 0;
  margin-right: 0.3125rem;
  position: relative;
}
header .tabList .tabActive::after {
  content: "";
  border-bottom: 2px solid #000;
  position: absolute;
  width: 100%;
  bottom: -0.0416666667rem;
  left: 0;
}
header .rightNavIcon {
  display: none;
}

.fixBtnBox {
  position: fixed;
  z-index: 20;
  top: 60%;
  right: 0.0833333333rem;
}
.fixBtnBox .qrImgBox {
  width: 0.2083333333rem;
  height: 0.2083333333rem;
  position: relative;
}
.fixBtnBox .qrImgBox img {
  width: 100%;
}
.fixBtnBox .qrImgBox .normalQrcode {
  display: none;
  position: absolute;
  width: 0.7291666667rem;
  height: 0.96875rem;
  left: -0.7916666667rem;
  top: 0.7395833333rem;
  font-family: PingFangSC-Medium;
  font-size: 0.0729166667rem;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 0.09375rem;
  background: #ffffff;
  box-shadow: 0 0.2604166667rem 0.5208333333rem 0 rgba(0, 0, 0, 0.12);
}
.fixBtnBox .qrImgBox .normalQrcode img {
  width: 0.625rem;
  margin: 0.0520833333rem auto 0;
}
.fixBtnBox .qrImgBox .normalQrcode .colorRed {
  color: rgb(201, 92, 93);
}
.fixBtnBox .qrImgBox:hover .normalQrcode {
  display: block;
}
.fixBtnBox .toTopBox {
  width: 0.2083333333rem;
  height: 0.2083333333rem;
  margin-top: 0.0520833333rem;
}
.fixBtnBox .toTopBox img {
  width: 100%;
}

footer {
  font-size: 0.0729166667rem;
  letter-spacing: 0;
  background-color: #333;
  border-top: 1px solid transparent;
}
footer .introductionContent {
  display: flex;
  width: 7.5052083333rem;
  margin: 0.1041666667rem auto 0;
}
footer .introductionContent .logoContent {
  margin-left: 0.1614583333rem;
  width: 1.9427083333rem;
  display: flex;
  align-items: center;
}
footer .introductionContent .logoContent img {
  width: 0.234375rem;
  margin-right: 0.1041666667rem;
}
footer .introductionContent .logoContent span {
  font-family: PingFangSC-Medium;
  font-size: 0.1041666667rem;
  color: #ffffff;
  letter-spacing: 0;
}
footer .introductionContent .introductionCode {
  display: flex;
  margin-top: 0.21875rem;
  font-family: PingFangSC-Regular;
  color: #999999;
}
footer .introductionContent .introductionCode .addressTitle {
  display: flex;
  align-items: center;
  width: 1.6145833333rem;
  position: relative;
  margin-bottom: 0.21875rem;
}
footer .introductionContent .introductionCode .addressTitle img {
  width: 0.1041666667rem;
  height: 0.1041666667rem;
  margin-right: 9.5px;
}
footer .introductionContent .introductionCode .addressTitle:after {
  content: "";
  height: 4px;
  width: 12px;
  background-color: #fff;
  position: absolute;
  left: -10px;
  bottom: -17px;
}
footer .introductionContent .introductionCode .addressText {
  width: 1.6145833333rem;
  font-size: 0.0729166667rem;
  color: #999999;
}
footer .introductionContent .introductionCode .addressText .address1 {
  width: 1.0416666667rem;
}
footer .introductionContent .introductionCode img {
  width: 0.09375rem;
  height: 0.09375rem;
  margin-right: 9px;
}
footer .introductionContent .introductionCode .forkUsTitle {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.21875rem;
}
footer .introductionContent .introductionCode .forkUsTitle img {
  width: 0.1041666667rem;
  height: 0.1041666667rem;
  margin-right: 9.5px;
}
footer .introductionContent .introductionCode .forkUsTitle:after {
  content: "";
  height: 4px;
  width: 12px;
  background-color: #fff;
  position: absolute;
  left: -10px;
  bottom: -17px;
}
footer .introductionContent .introductionCode .bieyang {
  position: relative;
}
footer .introductionContent .introductionCode .bieyang .line1 {
  display: flex;
  align-items: center;
}
footer .introductionContent .introductionCode .bieyang .line2 {
  margin-left: 0.1510416667rem;
}
footer .introductionContent .introductionCode .bieyang .line2 .colorRed {
  color: rgb(201, 92, 93);
}
footer .introductionContent .introductionCode .bieyang .qrcodeContent {
  top: 0.5729166667rem;
  left: 0.1041666667rem;
}
footer .introductionContent .introductionCode .bieyangPublicPath {
  display: flex;
  justify-content: space-around;
}
footer .introductionContent .introductionCode .weixin,
footer .introductionContent .introductionCode .weibo,
footer .introductionContent .introductionCode .miniProgram {
  margin-top: 0.21875rem;
  display: flex;
  position: relative;
  align-items: center;
  margin-left: 0.2083333333rem;
}
footer .introductionContent .introductionCode .weixin .qrcodeContent,
footer .introductionContent .introductionCode .weibo .qrcodeContent,
footer .introductionContent .introductionCode .miniProgram .qrcodeContent {
  top: 0.2864583333rem;
  left: 0.1041666667rem;
  display: none;
}
footer .introductionContent .introductionCode .weixin:hover .qrcodeContent,
footer .introductionContent .introductionCode .weibo:hover .qrcodeContent,
footer .introductionContent .introductionCode .miniProgram:hover .qrcodeContent {
  display: block;
  top: 0.3489583333rem;
  left: 0.1041666667rem;
}
footer .introductionContent .introductionCode .bieyang .qrcodeContent,
footer .introductionContent .introductionCode .weixin .qrcodeContent,
footer .introductionContent .introductionCode .weibo .qrcodeContent,
footer .introductionContent .introductionCode .miniProgram .qrcodeContent {
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 6px;
}
footer .introductionContent .introductionCode .bieyang .qrcodeContent img,
footer .introductionContent .introductionCode .weixin .qrcodeContent img,
footer .introductionContent .introductionCode .weibo .qrcodeContent img,
footer .introductionContent .introductionCode .miniProgram .qrcodeContent img {
  width: 100%;
  height: 100%;
}
footer .introductionContent .introductionCode .bieyang .qrcodeContent::before,
footer .introductionContent .introductionCode .weixin .qrcodeContent::before,
footer .introductionContent .introductionCode .weibo .qrcodeContent::before,
footer .introductionContent .introductionCode .miniProgram .qrcodeContent::before {
  content: "";
  position: absolute;
  border-color: transparent transparent #fff;
  border-style: solid;
  height: 0;
  width: 0;
  border-width: 0 0.0833333333rem 0.0833333333rem;
  top: -6px;
  left: 0.234375rem;
}
footer .blackLine {
  height: 2px;
  width: 100%;
  background-color: #fff;
  margin-top: 0.6927083333rem;
  opacity: 0.1;
}
footer .copyRight {
  height: 0.3489583333rem;
  opacity: 0.3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  line-height: 0.3489583333rem;
  text-align: center;
}
footer .copyRight a {
  color: #fff;
}

.company-info {
  display: none;
}

@media (max-width: 960px) {
  html {
    font-size: 10vw;
  }
  body {
    position: relative;
  }
  .content {
    padding-top: 1.4933333333rem;
  }
  .content .company-info {
    padding: 0 0.2666666667rem;
    position: absolute;
    left: 0;
    right: 1.6rem;
    display: block;
  }
  .content .company-info p {
    height: 18px;
    line-height: 12px;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
    color: #666;
  }
  .content .company-info p a {
    color: #666;
    text-decoration: underline;
  }
  .content .company-info p a + a {
    margin-left: 0.1333333333rem;
  }
  .fixedTop {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 21;
    transition: all 0.2s ease-in-out;
  }
  .fixedTop .topLogo span {
    font-size: 0.3733333333rem;
  }
  .notShow {
    position: fixed;
    width: 100%;
    top: -2rem;
    z-index: 21;
    transition: all 0.2s ease-in-out;
  }
  .notShow .rightNavIcon {
    top: -2rem;
  }
  .notShow .rightNavIcon .toNav {
    top: -2rem;
  }
  .fullHeight {
    height: 100%;
  }
  .fullHeight .rightNavIcon {
    top: 0;
  }
  .fullHeight .rightNavIcon .toNav {
    top: 0 !important;
  }
  html body header {
    justify-content: space-between;
    height: 2rem;
    width: 100%;
    background-color: #fff;
  }
  html body header .topLogo {
    font-family: PingFangSC-Medium;
    font-size: 0.3733333333rem;
    color: #333333;
    letter-spacing: 0;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.1333333333rem;
  }
  html body header .topLogo span {
    height: 0.8533333333rem;
    line-height: 0.8533333333rem;
  }
  html body header .topLogo img {
    width: 0.8533333333rem;
    height: 0.8533333333rem;
    margin: 0 0.3466666667rem 0 0.48rem;
  }
  html body header nav {
    display: none;
  }
  html body header .rightNavIcon {
    width: 1.6rem;
    height: 2rem;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.2s linear;
  }
  html body header .rightNavIcon .lineIcon {
    width: 0.64rem;
    height: 0.0666666667rem;
    margin-bottom: 0.1866666667rem;
    background-color: #fff;
  }
  html body header .rightNavIcon .closeIcon {
    display: none;
  }
  html body header .rightNavIcon .toNav {
    display: none;
  }
  html body header .fullNav {
    width: 10rem;
    height: 100%;
    z-index: 90;
    display: block;
    transition: all 0.2s linear;
  }
  html body header .fullNav .lineIcon {
    display: none;
  }
  html body header .fullNav .closeIcon {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 0.5333333333rem;
    top: 0.5333333333rem;
  }
  html body header .fullNav .toNav {
    display: block;
    font-family: PingFangSC-Light;
    font-weight: 100;
    font-size: 0.64rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
    text-align: center;
    margin-top: 3.2rem;
  }
  html body header .fullNav .toNav p {
    margin-top: 1.0666666667rem;
  }
  html body header .fullNav .toNav .activeNav a {
    font-family: PingFangSC-Semibold;
    font-size: 0.64rem;
    color: #fff;
  }
  html body header .fullNav .toNav a {
    color: rgba(255, 255, 255, 0.5);
  }
  footer {
    background-color: #333;
    margin: 0;
    padding-bottom: 1.4933333333rem;
    width: 10rem;
    border-bottom: 0.0133333333rem solid #333;
  }
  footer .introductionContent {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 2.28rem;
  }
  footer .introductionContent .logoContent {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
  }
  footer .introductionContent .logoContent img {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    margin: 0.6666666667rem auto 0.2133333333rem;
  }
  footer .introductionContent .logoContent span {
    display: block;
    font-family: PingFangSC-Medium;
    font-size: 0.32rem;
  }
  footer .introductionContent .introductionCode {
    display: block;
    margin-top: 1.0666666667rem;
  }
  footer .introductionContent .introductionCode .addressText {
    width: 100%;
    margin-left: 0.8rem;
    margin-bottom: 0.7066666667rem;
    font-size: 0.2666666667rem;
  }
  footer .introductionContent .introductionCode .addressText br {
    display: none;
  }
  footer .introductionContent .introductionCode .addressText .addressTitle {
    width: 100%;
    font-family: PingFangSC-SemiBold;
    font-size: 0.32rem;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 0.5466666667rem;
  }
  footer .introductionContent .introductionCode .addressText .addressTitle img {
    width: 0.4rem;
    height: 0.4rem;
  }
  footer .introductionContent .introductionCode .addressText .address1 {
    width: 100%;
  }
  footer .introductionContent .introductionCode .addressText .addressTitle:after {
    height: 0.0666666667rem;
    width: 0.16rem;
    bottom: -0.32rem;
    left: -0.2rem;
  }
  footer .introductionContent .introductionCode .bieyang {
    width: 100%;
    margin-left: 0.8rem;
  }
  footer .introductionContent .introductionCode .bieyang .forkUsTitle {
    font-family: PingFangSC-SemiBold;
    font-size: 0.32rem;
    color: #ffffff;
    margin-bottom: 0.5466666667rem;
  }
  footer .introductionContent .introductionCode .bieyang .forkUsTitle img {
    width: 0.4rem;
    height: 0.4rem;
  }
  footer .introductionContent .introductionCode .bieyang .forkUsTitle:after {
    height: 0.0666666667rem;
    width: 0.16rem;
    bottom: -0.32rem;
    left: -0.2rem;
  }
  footer .introductionContent .introductionCode .bieyang .lineBox {
    font-size: 0.24rem;
    color: #999999;
  }
  footer .introductionContent .introductionCode .bieyang .lineBox .line1 {
    display: inline;
  }
  footer .introductionContent .introductionCode .bieyang .lineBox .line1 img {
    width: 0.24rem;
    height: 0.24rem;
  }
  footer .introductionContent .introductionCode .bieyang .lineBox .line2 {
    display: inline;
  }
  footer .introductionContent .introductionCode .bieyang .lineBox .qrcodeContent {
    display: none;
  }
  footer .introductionContent .introductionCode .bieyangPublicPath {
    margin-bottom: 2.3333333333rem;
    font-family: PingFangSC-Regular;
    font-size: 0.24rem;
    color: #999999;
    letter-spacing: 0;
    justify-content: space-between;
    width: 8.8rem;
    margin: 0 auto;
  }
  footer .introductionContent .introductionCode .bieyangPublicPath img {
    width: 0.2933333333rem;
    height: auto;
  }
  footer .introductionContent .introductionCode .bieyangPublicPath .qrcodeContent {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    top: 0.6666666667rem;
    padding: 0.0266666667rem;
  }
  footer .introductionContent .introductionCode .bieyangPublicPath .qrcodeContent::before {
    top: -0.08rem;
    left: 0.7466666667rem;
  }
  footer .introductionContent .introductionCode .bieyangPublicPath .weixin .qrcodeContent {
    left: 0.4rem;
  }
  footer .introductionContent .introductionCode .bieyangPublicPath .weibo .qrcodeContent {
    left: 0.8rem;
  }
  footer .blackLine {
    height: 0.0133333333rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    margin-top: 0;
  }
  footer .copyRight {
    opacity: 0.3;
    font-family: PingFangSC-Regular;
    font-size: 0.1866666667rem;
    color: #ffffff;
    text-align: center;
    width: 9rem;
    margin: 0.28rem auto 0.3933333333rem;
    height: auto;
  }
  .content a#download-bar {
    background: #fefefe;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    height: 1.4933333333rem;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 20;
    display: flex;
  }
  #download-bar .bd {
    align-items: center;
    display: flex;
    flex: 1;
    margin: 0.32rem 0.32rem 0.3733333333rem 0.32rem;
  }
  #download-bar .logo {
    height: 0.8rem;
    margin-right: 0.2666666667rem;
    width: 0.8rem;
  }
  #download-bar .detail {
    color: #666;
    flex: 1;
    font-size: 0.2666666667rem;
  }
  #download-bar .bigger {
    color: #333;
    font-size: 0.32rem;
    font-weight: bold;
  }
  #download-bar .red {
    color: #c14444;
    font-size: 0.2933333333rem;
    margin-left: 0.16rem;
  }
  #download-bar .ft {
    align-items: center;
    background: #d27d3f;
    color: #fff;
    display: flex;
    font-size: 0.3466666667rem;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    width: 2.6666666667rem;
  }
  .fixBtnBox {
    right: 0.2666666667rem;
    display: none;
  }
  .fixBtnBox .qrImgBox {
    display: none;
  }
  .fixBtnBox .toTopBox {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.info.ad {
  color: #777777;
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
}

.info.ad > p + p {
  margin-top: 6px;
}

.info.ad a {
  text-decoration: underline;
  color: #777777;
}

.topBannerContent {
  height: 2.8125rem;
  position: relative;
}
.topBannerContent .mImg {
  display: none;
}
.topBannerContent img {
  width: 100%;
  height: 100%;
}

.topBannerContent::after {
  content: "";
  width: 0.125rem;
  height: 0.625rem;
  position: absolute;
  left: 1.25rem;
  bottom: -0.3125rem;
  background-color: #000;
}

.mainTitle {
  margin-left: 2.0833333333rem;
  font-family: PingFangSC-Medium;
  font-size: 0.2083333333rem;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 0.5208333333rem;
}
.mainTitle .line {
  margin-left: 0.2083333333rem;
  width: 0.4166666667rem;
  height: 0.0104166667rem;
  background: #000;
}

.mainTitle2 {
  font-family: PingFangSC-Regular;
  font-size: 0.0833333333rem;
  color: #999999;
  letter-spacing: 0.0520833333rem;
  margin-left: 2.0833333333rem;
  margin-top: 0.0520833333rem;
}

.codeContents {
  margin-top: 0.5208333333rem;
  display: flex;
  justify-content: center;
}
.codeContents .codeItem {
  text-align: center;
  margin-left: 0.4166666667rem;
}
.codeContents .codeItem .qrcodeImg {
  width: 0.6770833333rem;
  height: 0.6770833333rem;
  box-shadow: 0 0.1041666667rem 0.2083333333rem 0 rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto 0.125rem;
}
.codeContents .codeItem .codeInfo1 {
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 0.125rem;
  color: #222222;
  letter-spacing: 0;
  margin-bottom: 0.0416666667rem;
}
.codeContents .codeItem .codeInfo1 img {
  margin: auto auto;
  width: 0.1302083333rem;
  height: auto;
  display: block;
  margin-right: 0.09375rem;
}
.codeContents .codeItem .codeInfo2 {
  font-family: PingFangSC-Light;
  font-size: 0.0833333333rem;
  color: #999999;
  letter-spacing: 0.0104166667rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.codeContents .codeItem .codeInfo2 .codeLine {
  width: 0.1041666667rem;
  height: 0.0052083333rem;
  background: #ddd;
  margin: 0 0.0520833333rem;
}

.usInfo {
  display: flex;
  background-color: #f6f6f6;
  margin-top: 0.7291666667rem;
}
.usInfo .mapBox {
  width: 5.2083333333rem;
  height: 3.4947916667rem;
}
.usInfo .mapBox img {
  width: 100%;
  height: 100%;
}
.usInfo .contactInfoBox .contactInfoItem {
  margin-left: 0.625rem;
}
.usInfo .contactInfoBox .phoneInfo {
  margin-top: 0.921875rem;
}
.usInfo .contactInfoBox .emailInfo,
.usInfo .contactInfoBox .addressInfo {
  margin-top: 0.3125rem;
}
.usInfo .contactInfoBox .infoTitle {
  font-family: PingFangSC-Regular;
  font-size: 0.1354166667rem;
  color: #222222;
  letter-spacing: 0;
}
.usInfo .contactInfoBox .info {
  margin-top: 0.0260416667rem;
  font-family: PingFangSC-Regular;
  font-size: 0.09375rem;
  color: #222222;
  letter-spacing: 0.0026041667rem;
}

@media (max-width: 960px) {
  html {
    font-size: 10vw;
  }
  .topBannerContent {
    height: 7.2666666667rem;
  }
  .topBannerContent .pcImg {
    display: none;
  }
  .topBannerContent .mImg {
    display: block;
  }
  .topBannerContent:after {
    height: 1.6rem;
    width: 0.32rem;
    left: 1.0666666667rem;
    bottom: -0.8rem;
  }
  .mainTitle {
    margin-top: 1.7333333333rem;
    font-size: 0.48rem;
    margin-left: 1.0666666667rem;
  }
  .mainTitle .line {
    width: 1.0666666667rem;
    height: 0.0266666667rem;
    margin-left: 0.8rem;
  }
  .mainTitle2 {
    margin-left: 1.0666666667rem;
    font-size: 0.2666666667rem;
    color: #666666;
    letter-spacing: 0.0666666667rem;
  }
  .codeContents {
    display: initial;
    margin-top: 0.8666666667rem;
  }
  .codeContents .codeItem {
    display: flex;
    margin-left: 1.0666666667rem;
    align-items: center;
  }
  .codeContents .codeItem .qrcodeImg {
    width: 1.7333333333rem;
    height: 1.7333333333rem;
    margin: 0 0.6666666667rem 0 0;
    box-shadow: 0 0.3333333333rem 0.6666666667rem 0 rgba(0, 0, 0, 0.1);
  }
  .codeContents .codeItem .codeInfoBox .codeInfo1 img {
    width: 0.4rem;
    height: auto;
    margin-left: 0;
    margin-right: 0.2133333333rem;
  }
  .codeContents .codeItem .codeInfoBox .codeInfo1 {
    font-family: PingFangSC-Regular;
    font-size: 0.3733333333rem;
    color: #222222;
    letter-spacing: 0;
  }
  .codeContents .codeItem .codeInfoBox .codeInfo2 {
    font-family: PingFangSC-Light;
    font-size: 0.2666666667rem;
    color: #999999;
    letter-spacing: 0.0333333333rem;
    margin-left: 0.6133333333rem;
    text-align: left;
    display: block;
  }
  .codeContents .codeItem .codeInfoBox .codeInfo2 .codeLine {
    display: none;
  }
  .codeContents .weixinContent {
    margin-top: 0.8666666667rem;
  }
  .codeContents .weiboContent,
  .codeContents .miniContent {
    margin-top: 0.6rem;
  }
  .usInfo {
    display: block;
    height: auto;
    margin-top: 1.64rem;
  }
  .usInfo .mapBox {
    width: 100%;
    height: 6.7066666667rem;
    position: relative;
  }
  .usInfo .mapBox:after {
    content: "";
    width: 0.32rem;
    height: 1.6rem;
    background-color: #000;
    position: absolute;
    right: 1.0666666667rem;
    bottom: -0.8rem;
  }
  .usInfo .contactInfoBox .contactInfoItem {
    margin-left: 1.0666666667rem;
  }
  .usInfo .contactInfoBox .contactInfoItem .infoTitle {
    font-size: 0.4266666667rem;
    color: #222222;
  }
  .usInfo .contactInfoBox .contactInfoItem .info {
    font-size: 0.32rem;
    color: #222222;
    margin-top: 0.08rem;
  }
  .usInfo .contactInfoBox .phoneInfo {
    margin-top: 1.2rem;
  }
  .usInfo .contactInfoBox .emailInfo,
  .usInfo .contactInfoBox .addressInfo {
    margin-top: 0.8533333333rem;
  }
  .usInfo .contactInfoBox .addressInfo {
    padding-bottom: 1.6rem;
  }
}