.showNav::before {
  content: "";
    top: -8px;
    right: 5px;
    position: absolute;
    width: 12px;
    height: 10px;
    background: url(../images/li.png) no-repeat;
    background-size: 12px 10px;
}

.list6 ul {
  padding-left: 0;
  margin:0;
}
.list6 li {
  padding-top: 20px;
}
.list6 li>a {
  display: block;
  width: 68px;
}
.list6 li>a img {
  display: block;
  width: 100%;
  height: 68px;
  border-radius: 8px;
}
.list6 li .des {
  width: 260px;
}
.list6 li .des>a {
  font-size: 14px;
  font-weight: 700;
  color: #333;
} 
.list6 li .des p {
  font-size: 12px;
  font-weight: 400;
  color: #888;
  margin:5px 0 0 0;
  line-height: 18px;
} 
/**/
.hot-game ul {
  padding-left: 0;
  margin:0;
  list-style-type: none;
  flex-wrap: wrap;
}
.hot-game li {
  padding-top: 20px;
  width: 155px;
}
.hot-game li:not(:nth-child(2n+2)) {
  margin-right: 25px;
}
.hot-game li>a {
  display: block;
  width: 50px;
}
.hot-game li>a img {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 8px;
}
.hot-game li .des {
  width: 95px;
}
.hot-game li .des>a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
} 
/**/ 
.art-connet img {
  display: block;
  width: 68px;
  height: 68px;
  border-radius:8px;
}
.art-connet .des {
  width: 260px;
}
.art-connet .des h1 {
  font-size: 14px;
  font-weight: 700;
  color: #333; 
  margin:0;
   line-height: 22px;
 }
.art-connet .des p {
  font-size: 12px;
  font-weight: 400;
  color: #888;
  line-height: 18px;
  margin:5px 0 0 0;
}
.tt {
  background:#F6F6F6;
}
/**/ 
.art-connetText {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.art-connetText p {
  font-size: 14px;
    color: #666;
    line-height: 24px;
    text-indent: 2em;
}
.art-connetText img {
  display: block;
  max-width: 100%!important;
  height: auto!important;
  margin:0 auto;
}
.art-connetText .more, .art-connetText .close {
  font-size: 14px;
  color: var(--pm-c);
  text-align: center;
  margin-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.art-connetText .more {
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 80px;
  font-size: 14px;
  font-weight: 400;
  align-items: flex-end;
  color:  var(--pm-c);
  /*justify-content: center;*/
  /*line-height: 1.6rem;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}
/*.art-connetText .More>span {
  position: absolute;
  bottom:-0.6rem;
}*/
.art-connetText .close {
  display: none;
  overflow:hidden;
}
/*游戏截图*/
   .gamelist-swiper-container {
      width: 100%;
      margin-top:25px;
      padding-top: 25px;
      padding-bottom: 25px;
    }

    .gamelist-swiper-container .swiper-slide  {
      background-position: center;
      background-size: cover;
      width: 100%!important;
      height: 100%!important;
    } 
    .gamelist-swiper-container .swiper-slide img {
      display: block;
      height: 100%!important;
      width: 100%!important;

}

