  .swiper-div {
      width: 100%;
      height: 320px;
  }
  
  .swiper-div .pb-carouselWarp {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
  }
  
  .swiper-div .pb-carouselWarp .pb-carousel {
      height: 100%;
      width: 100%;
      position: relative;
  }
  
  .swiper-div .pb-carouselWarp .pb-carousel li {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
  }
  
  .swiper-div .pb-carouselWarp .pb-carousel li img {
      width: 100%;
      height: 100%;
      vertical-align: middle;
      cursor: pointer;
  }
  
  .swiper-div .pb-carouselWarp .pb-carousel li.pb-this {
      display: block;
      left: 0;
  }
  
  .swiper-div .pb-carouselWarp .pb-carousel-ind {
      position: absolute;
      left: 50%;
      bottom: 30px;
  }
  
  .swiper-div .pb-carouselWarp .pb-carousel-ind li {
      float: left;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      background: #000000;
      opacity: 0.8;
      color: #f5f5f5;
      cursor: pointer;
      margin: 0 5px;
      font-size: 20px;
      border-radius: 50%;
  }
  
  .swiper-div .pb-carouselWarp .pb-carousel-ind li.pb-this {
      background: #fff;
      color: #E7424A;
  }
  
  .tuijian_ul li {
      float: left;
      width: 285px;
      height: 230px;
      margin-right: 20px;
      margin-bottom: 20px;
      cursor: pointer;
  }
  
  .tuijian_ul li:nth-of-type(4n) {
      margin-right: 0;
  }
  
  .tuijian_ul li img {
      width: 285px;
      height: 170px;
  }
  
  .tuijian_ul li p {
      color: rgba(35, 35, 35, 1);
      font-size: 16px;
      height: 36px;
      line-height: 36px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;

  }
  
  .tuijian_ul li span {
      font-size: 14px;
      color: rgba(153, 153, 153, 1);
  }
  
  .hotgame {
      width: 100%;
      padding-top: 20px;
      height: auto;
      background: #f4f5f6;
  }
  
  .hot_ul {
      height: auto;
      padding-top: 20px;
  }
  
  .hot_ul li {
      float: left;
      width: 186px;
      height: 224px;
      background: rgba(255, 255, 255, 1);
      border-radius: 10px;
      box-sizing: border-box;
      padding: 20px 23px 0;
      text-align: center;
      margin-right: 16px;
      margin-bottom: 20px;
  }
  
  .hot_ul li:nth-of-type(6n) {
      margin-right: 0;
  }
  
  .hot_ul li img {
      width: 140px;
      height: 140px;
      border-radius: 10px;
  }
  
  .hot_ul li p {
      color: #232323;
      font-size: 16px;
      width:140px;
      height: 36px;
      line-height: 36px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  
  .hot_ul li span {
      color: #999999;
      font-size: 14px;
  }
  
  .jpgame {
      padding-top: 20px;
  }
  
  .jpgame ul li {
      background: rgba(244, 245, 246, 1);
  }
  
  .jpgame .title_h4 span {
      background: url(/img/icon4.png) 15px center no-repeat;
  }