.pageWraper {
  width: 7.5rem;
  margin: 0 auto;
  position: relative;
}
.pageWraper > .header {
  width: 7.5rem;
  height: 1.31rem;
  background: #000;
  padding: 0.15rem 0.3rem;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 2;
}
.pageWraper > .header .head_left,
.pageWraper > .header .head_right {
  width: 50%;
}
.pageWraper > .header .head_right {
  padding: 0.15rem 0;
}
.pageWraper > .header .logo {
  width: 1rem;
  height: 1rem;
  background: url('logo.png') center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.15rem;
}
.pageWraper > .header .logo_text {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.pageWraper > .header .logo_text strong {
  font-size: 0.4rem;
  color: #cf9c44;
}
.pageWraper > .header .logo_text p {
  font-size: 0.17rem;
  color: #c0c0c0;
}
.pageWraper > .header .download,
.pageWraper > .header .down {
  width: 1.88rem;
  height: 0.72rem;
  background: url('down.png') center no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
  margin-left: 0.4rem;
  vertical-align: middle;
}
.pageWraper > .header .list {
  width: 0.67rem;
  height: 0.5rem;
  background: url('list.png') center no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
  margin-left: 0.4rem;
  vertical-align: middle;
}
.pageWraper > .banner {
  width: 100%;
  background: #000 url('banner.png') center no-repeat;
  background-size: contain;
  height: 11.49rem;
  position: relative;
}
.pageWraper > .banner > div {
  width: 3.2rem;
  height: 0.9rem;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  bottom: 0.4rem;
  z-index: 1;
}
.pageWraper > .banner .btn1 {
  left: 0.5rem;
  background: url('btn1.png') center no-repeat;
  background-size: contain;
}
.pageWraper > .banner .btn2 {
  right: 0.52rem;
  background: url('btn2.png') center no-repeat;
  background-size: contain;
}


.pageWraper > .newsBox {
  padding: 0.25rem 0.15rem;
  background: #fff;
}
.pageWraper > .newsBox.sy {    
  background: #000;
}

.pageWraper > .newsBox .contentBox {
  background: #000;
}
.pageWraper > .newsBox .newsTabs > ul > li {
  float: left;
  display: inline-block;
  width: 1.8rem;
  height: 0.93rem;
  border-top: 0.06rem transparent solid;
  text-align: center;
  font-size: 0.3rem;
  cursor: pointer;
  color: #fff;
  padding-top: 0.3rem;
}
.pageWraper > .newsBox .newsTabs > ul > li.active {
  border-top: 0.06rem #780009 solid;
}
.pageWraper > .newsBox .newsTabs a {
  float: right;
  margin-top: 0.46rem;
  margin-right: 0.05rem;
  display: inline-block;
  color: #fff;
  font-size: 0.18rem;
}
.pageWraper > .newsBox .newsContent {
  padding: 0 0.53rem;
}
.pageWraper > .newsBox .newsContent .recommend {
  padding: 0 0.15rem;
  height: 0.71rem;
  display: flex;
  align-items: center;
}
.pageWraper > .newsBox .newsContent .recommend > a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.71rem;
}
.pageWraper > .newsBox .newsContent .tips {
  display: inline-block;
  background: url('recommend.png') center no-repeat;
  background-size: contain;
  width: 0.68rem;
  height: 0.3rem;
  margin-right: 0.15rem;
}
.pageWraper > .newsBox .newsContent .news_ul {
  display: none;
}
.pageWraper > .newsBox .newsContent .news_ul > li {
  padding: 0.3rem 0;    
  border-bottom: 0.01rem solid #1F1F1F;
}
.pageWraper > .newsBox .newsContent .news_ul > li a {
  display: inline-block;
  width: 3.5rem;
  color: #fff;
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.pageWraper > .newsBox .newsContent .news_ul > li span {
  font-size: 0.18rem;
  color: #9C9C9C;
  float: right;
}
.pageWraper > .gameBanner {
  background: #000;
  position: relative;
}
.pageWraper > .gameBanner .img {
  width: 100%;
  height: 1.33rem;
  background: url('game_t1.png') center no-repeat;
  background-size: cover;
}
.pageWraper > .articleBox {
  background: #fff;
}
.pageWraper > .articleBox .at_head {
  width: 7.1rem;
  margin: 0 auto;
  border-bottom: 1px #9D9D9D solid;
  text-align: center;
  padding-top: 0.67rem;
  padding-bottom: 0.35rem;
}
.pageWraper > .articleBox .at_head h1 {
  font-size: 0.42rem;
  font-weight: bold;
  color: #000;
  width: 6.3rem;
  margin: 0 auto;
 
  margin-bottom: 0.27rem;
}
.pageWraper > .articleBox .at_head span {
  color: #9D9D9D;
  font-size: 0.22rem;
}
.pageWraper > .articleBox .at_body {
  padding: 0.5rem 0.5rem 2.2rem 0.5rem;
  line-height: 2;
}
.pageWraper > .articleBox .at_body p {
  text-align: center;
  color: #232323;
  font-size: 0.24rem;
}
.pageWraper > .articleBox .at_body .tit {
  color: #000;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 400;
  padding-top: 0.27rem;
  padding-bottom: 0.3rem;
}
.pageWraper > .articleBox img {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  display: block;
}
.pageWraper .footer {
  width: 100%;
  height: 1.92rem;
  background: #222222;
  text-align: center;
  overflow: hidden;
  padding: 0.34rem;    
  position: relative;
}
.pageWraper .footer.bot {   
  position: absolute;
  bottom: 0;
}
.pageWraper .footer p {
  position: absolute;
  left: -3%;
  z-index: 1;
  color: #727272;
  width: 8rem;
  transform: scale(0.9);
  text-align: center;
  margin: 0 auto;
  font-size: 0.2rem;
  line-height: 1.6;
}
img {
  width: 100%;
  height: auto;
}
.swiper-container {
  margin: 0.36rem 1.11rem 0;
  height: 8rem;
}

.swiper-slide{
  width: 3.38rem;
}
.swiper-container img{
  width: 100%;
}

.gameBanner .swiper-button-next:after,.gameBanner .swiper-container-rtl .swiper-button-prev:after,
.gameBanner .swiper-button-prev:after,.gameBanner  .swiper-container-rtl .swiper-button-next:after {
  content: none;
}

.gameBanner .swiper-button-prev {
	width: .8rem;
  height: .8rem;
	background: url(btn_left.png) no-repeat;
  background-size: 100%;  
  left: 0.35rem;
}

.gameBanner .swiper-button-prev:hover {
	background-size: 100%
}

.gameBanner .swiper-button-next {
	width: .8rem;
  height: .8rem;
  background: url(btn_right.png) no-repeat;
  background-size: 100%;
  right: 0.35rem;
}

.gameBanner .swiper-button-next:hover {
	background-size: 100%
}
.gameBanner .blackmask  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.gameBanner .swiper-slide-active .blackmask {
  display: none;
}

.gameBanner .swiper-pagination {
  width: 100%;   
  background: url(nav_bg.png) center no-repeat ;
  background-size: contain;
  height: .57rem; 
  bottom: 1rem;
}

.gameBanner .swiper-pagination-bullets .swiper-pagination-bullet {
  background: transparent ;
  opacity: 1;
  margin: 0 .03rem;
  width: .57rem; 
  height: .57rem; 

}

.gameBanner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: url(nav_dian.png) center no-repeat ;
  background-size: contain;
}

.subPage {
  padding-top: 1.31rem;
  background: #000;    
  min-height: 100vh;
}
.subPage > .newsBox {
  padding: 0;
  padding-top: 0.1rem;
}
.menu_show {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 1.31rem;
  right: 0;
  z-index: 999;
  box-sizing: border-box;
  display: none;
  opacity: 0.85;
}
.menu_show ul {
  width: 50%;
  border-left: 1px #333 solid;
  background: #000;
  float: right;
}
.menu_show ul li {
  width: 100%;
  height: 1rem;
  border-bottom: 1px dotted #333;
}
.menu_show ul li a {
  display: block;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
.slide {
      position: fixed;
      top: 60px;
      left: 15px;
      width: 60px;
      height: 412px;
      background: url('bg-slide.png') no-repeat center / 100%;
      padding-top: 71px;
      z-index: 9;
    }

    .slide li {
      width: 100%;
      height: 75px;
      cursor: pointer;
    }

    .slide li.qrcode {
      position: relative;

    }

    .slide li.qrcode:hover::after {
      display: block;
    }

    .slide li.qrcode::after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -177px;
      width: 152px;
      height: 185px;
      display: none;
      z-index: 9;
    }

    .slide li.tiktok::after {
      background: url('qrcode1.png') no-repeat center / 100%;
    }

    .slide li.tencent::after {
      background: url('qrcode2.png') no-repeat center / 100%;
    }

    .slide li.wechat::after {
      background: url('qrcode3.png') no-repeat center / 100%;
    }

