:root {
  --wzColor:#F68657;
} 
.list6 li {
  justify-content: space-between;
  padding:0.3rem 0;
  border-bottom: 0.01rem dashed #eee;
} 
.list6 li>a {
  display: block;
  width: 1.36rem;
} 
.list6 li>a img {
  display: block;
  width: 100%;
  height: 1.36rem;
  border-radius: 0.16rem;
} 
.list6 li .des {
  width: 5.2rem;
} 
.list6 li .des>div {
  justify-content: space-between;
  align-items: center;
}
.list6 li .des>div>a{
  width: 68%;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333;
} 
.list6 li .des>div span{
  display: block;
} 
.list6 li .des>div span a{
  display: block;
  width: 1.4rem;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: var(--wzColor);
  text-align: center;
  background: #FEF3EE;
  border-radius: 0.1rem;
} 
.list6 li .des p {
  margin-top: 0.08rem;
  font-size: 0.24em;
  font-weight: 400;
  color: #888;
  line-height: 0.36rem;
}
/**/
.game_info ul {
  flex-wrap: wrap;
}
.game_info li {
  width: 1.2rem;
  padding:0.33rem 0.5rem;
  border:0.01rem solid #EEEEEE;
  margin-top: 0.4rem;
}
.game_info li:not(:nth-child(3n+3)) {
  margin-right: 0.12rem;
}
.game_info li>a {
  display: block;
  width: 1.2rem;
}
.game_info li>a img {
  display: block;
  width: 100%;
  height: 1.2rem;
  border-radius: 0.16rem;
}
.game_info li p {
  font-size: 0.26rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 0.43rem;
  margin: 0.1rem 0;
}
.game_info li>span {
  display: block;
}
.game_info li>span a {
  display: block;
  width: 1.2rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: var(--wzColor);
}
/**/ 
.art-connet {
  margin-top: 0.2rem;
  justify-content: space-between;
  padding:0.32rem 0.27rem;
  box-shadow: 0 0 0.07rem 0 #F1F1F1;
}
.art-connet img {
  display: block;
  width: 1.36rem;
  height: 1.36rem;
  border-radius: 0.16rem;
}
.art-connet .des {
  width: 4.7rem;
}
.art-connet .des h1 {
  font-size: 0.32rem;
  font-weight: 700;
  color: #333; 
  margin:0;
   line-height: 0.4rem
}
.art-connet .des p {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666;
  line-height: 0.3rem;
  margin:0.32rem 0 0 0;
}

 /**/ 
.art-connetText {
  margin-top: 0.2rem;
  position: relative;
  overflow: hidden;
}
.art-connetText p {
  font-size: .28rem;
    color: #666;
    line-height: .48rem;
    text-indent: 2em;
}
.art-connetText p img {
  display: block;
  max-width: 100%!imporatnt;
  margin:0 auto;
  height: auto!important;
}
.art-connetText .more, .art-connetText .close {
  font-size: 0.26rem;
  color: #EF3836;
  text-align: center;
  margin-top: 0.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.art-connetText .more {
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 1.6rem;
  font-size: 0.28rem;
  font-weight: 400;
  align-items: flex-end;
  color: var(--wzColor);
  /*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:0.5rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

    .gamelist-swiper-container .swiper-slide  {
      background-position: center;
      background-size: cover;
      width: 3rem;
      height: 3rem;
    }
    .gamelist-swiper-container .swiper-slide>a {
      display: block;
      width: 100%;
      height: 100%;
    }
    .gamelist-swiper-container .swiper-slide>a img {
      display: block;
      height: 100%;
      width: 100%;

    }