.footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-bottom: 7px;
  }
.nav-moblie-5g {
	background:transparent;
   padding:0.3rem 0.18rem:
}
.listBox .item-qrcode img {
  width: 100%;
  height: 100%;
}
.listBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.headerList .headerRight {
  font-weight: 400;
}
.headerRight_m img {
        width: 100%;
  		display: block;
    }
.cell-li {
  padding:20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 50px;
  }
  body {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
  }
  .list-container {
    padding: 0.18rem;
    background-color: #f5f5f5;
  }
  .listBox .list-item {
    width: calc(50% - 0.09rem);
    margin-right: 0.18rem;
    margin-bottom: 0.18rem;
  }

  .listBox .list-item:nth-child(2n) {
    margin-right: 0;
  }
  .listBox .item-img {
    width: 100%;
  }
  .listBox .item-img img {
    display:block;
  }
  .listBox .item-title {
    font-size: 0.28rem;
    line-height: 0.42rem;
    height: 0.84rem;
    padding: 0 0.12rem;
    margin-bottom: 0.1rem;
    margin-top: 0.12rem;
  }
  .listBox .item-sign {
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding: 0.12rem;
  }
  .qr-code-img {
    padding: 0.08rem;
  }
  .item-qrcode .qr-text {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-top: 0.3rem;
  }
}
.nav-moblie-5g .currentActive {
	background:transparent;
}
.share-icon {
  min-width: 0.9rem;
  width: 1.12rem;
  padding-top: 1.12rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.cell-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.28rem 0;
}
.nav {
  width:100%;
  height:100vh;
  position: fixed;
  left: 0;
  top: 0;
  background:rgba(0,0,0,0.4);
  z-index: 9999;
}
.headerRight_m {
        width: 0.4rem;
        height: 0.4rem;
  		display: block;
    }
@media screen and (min-width: 1025px) {
  .list-container {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .listBox .list-item {
    width: 276px;
    margin-right: 18px;
    margin-bottom: 18px;
  }

  .listBox .list-item:nth-child(4n) {
    margin-right: 0;
  }
  .listBox .item-img {
    width: 100%;
  }
  .listBox .item-title {
    font-size: 18px;
    height: 44px;
    line-height: 22px;
    padding: 0 8px;
    margin: 8px 0 23px;
  }
  .listBox .item-sign {
    font-size: 12px;
    line-height: 18px;
    padding: 8px;
    font-weight: 400;
    color: #999999;
  }
  .qr-code-img {
    padding: 4px;
  }
  .item-qrcode .qr-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
}
.cancal-btn span {
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
}
.share_box {
  width: 100%;
  min-height: 3.16rem;
  background: #F5F5F5;
  border-radius: 0.1rem 0.1rem 0 0;
  position: fixed;
  left: 0;
  bottom: 0;
  transition: all .5s ease;
  transform: translateY(0);
}
.listBox .item-title {
  font-weight: 600;
  color: #000000;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer {
  width: 100%;
  height: 84px;
  background-color: #444444;
}
.share_box.show {
  opacity: 1;
  z-index:999;
  transform: translateY(0);
}
.listBox .item-img img {
  width: 100%;
  height: 100%;
}
.cancal-btn {
  width: 100%;
  height: 1.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.listBox .item-qrcode .box_img {
  width: 116px;
  height: 116px;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 3px;
}
body {
  font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;
  background: #f5f5f5;
}
.listBox .item-sign {
  font-weight: 400;
  color: #999999;
}
.share-text {
  font-size: 0.2rem;
  color: #6b6b6b;
  line-height: 0.28rem;
  margin-top: 0.2rem;
}
.share_box.hide {
  transform: translateY(100%);
}
html {
  background-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
.link {
    padding: 14px 0 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
.listBox .item-qrcode {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.qr-code-img {
  line-height: 0;
  background-color: #fff;
}
.nav-moblie-5g .header_tag {
	border:none;
}
.item-qrcode .qr-text {
  color: #fff;
  opacity: 0.7;
}
.nav-moblie-5g::-webkit-scrollbar { width: 0!important }
.headerList a:hover {
	color:#C01E13;
}
.share-btn-li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
}
.listBox .list-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  position: relative;
}
.footer  a {
      color: #ffffff;
      text-decoration: none;
    }
.footer p span {
      padding: 0 8px;
    }