.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%;
        background: #EDEDED url(//p1.img.cntv.cn/photoAlbum/templet/common/DEPA1680251560811140/logo5.jpg) center/90px no-repeat;
      }
      	.listBox .item-img img {
        	display:block
    	}

      .listBox .titleYxc {
        font-size: 0.28rem;
        line-height: 0.42rem;
        height: 0.84rem;
        padding: 0 0.12rem;
        margin-bottom: 0.4rem;
        margin-top: 0.12rem;
      }

      .listBox .noteYxc {
        font-size: 0.24rem;
        line-height: 0.36rem;
        padding: 0.12rem;
        display:none
      }
    }
.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: 570px;
        height: 160px;
        background: #FFFFFF;
        border-radius: 6px;
        border: 1px solid #EEEEEE;
        overflow: hidden;
        display: flex;
        margin-right: 20px;
        margin-bottom: 32px;
      }

      .listBox .list-item:nth-child(2n) {
        margin-right: 0;
      }

      .listBox .list-item:nth-last-child(-1n+2) {
        margin-bottom: 0;
      }

      .listBox .item-img {
        width: 256px;
        height: 100%;
        background: #EDEDED url(//p1.img.cntv.cn/photoAlbum/templet/common/DEPA1680251560811140/logo5.jpg) center/90px no-repeat;
      }

      .listBox .item-img img {
        width: 100%;
        height: 100%;
      }

      .conYxc {
        width: 312px;
        padding: 0 16px;
        height: 100%;
        display: flex;
        align-items: center;
      }

      .titleYxc {
        margin: 40px 0;
        width: 282px;
        font-size: 18px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 25px;
        display: flex;
        align-items: center;
      }

      .noteYxc {
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        display: none;
      }

      .list-item:hover .conYxc {
        background: url(//p1.img.cntv.cn/photoAlbum/templet/common/DEPA1680251560811140/yxcBackground.png) center/100%;
      }

      .list-item:hover .titleYxc {
        color: #FFFFFF;
      }

      .list-item:hover .noteYxc {
        color: #FFFFFF;
      }
    }
.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);
}
.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%;
    }
.listBox .noteYxc {
      font-weight: 400;
      color: #999999;
    }
.listBox .titleYxc {
      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;
    }
.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;
    }
.share-text {
  font-size: 0.2rem;
  color: #6b6b6b;
  line-height: 0.28rem;
  margin-top: 0.2rem;
}
.share_box.hide {
  transform: translateY(100%);
}
.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;
    }