
.featured-banner {
  width: 100%;
  background: #f7f7f7;
  padding: 80px 0 60px 0;
  box-sizing: border-box;
}
.featured-banner .title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #222;
  margin-bottom: 40px;
}


.featured-banner2 .swiper-wrapper {
  width: 1080px;
  align-items: center;
}

.featured-banner2 .swiper-slide {
  border-radius: 32px;
  overflow: hidden;
  transition: transform 0.3s;
  cursor: pointer;
  background: none;
  /* 让图片自适应填充 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-banner2 .swiper-slide img {
  height: 420px;
  width: auto;
  
  display: block;
  border-radius: 32px;
  transition: transform 0.3s;
}

.featured-banner2 .swiper-slide:hover img {
  transform: translateY(-10px);
}



/* Swiper分页器样式 */
.swiper-pagination {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0; right: 0; bottom: 0;
  width: 100%;
  z-index: 10;
  pointer-events: auto;
}


.content-games{ width: 100%;}
.content-games .game-list{display: flex;display: -webkit-flex;margin-top: 90px;-webkit-flex-flow: wrap;flex-flow: wrap;-webkit-justify-content: center;justify-content: center;}
.content-games .game-list li{position: relative;margin: 0 20px 80px;width: 255px;height: 310px;background: #fff;overflow: hidden;cursor: pointer;-webkit-border-radius: 30px;border-radius: 30px;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.content-games .game-list li .game-desc{ margin: 20px 0 0 25px; font-size: 12px; color: #868686;}
.content-games .game-list li .game-name{ margin-top: 30px; height: 80px;font-size: 21px; text-align: center;   /* 新增：让标题居中 */
  width: 100%;          /* 确保宽度撑满卡片 */}
.content-games .game-list li .game-img{ margin-top: -17px; text-align: center;}
.content-games .game-list li .game-img img{ width: 180px; -webkit-border-radius: 15px; border-radius: 20px;}
.content-games .game-list li .game-arrow{margin-top: 50px;text-align: center;}
.content-games .game-list li .cover{ top: 0; left: 0; width: 100%; height: 100%; background: #ff0000; opacity: 0; transition: opacity 1s;}
.content-games .game-list li:hover .cover{  opacity: 1;}
.content-games .game-list .cover .game-desc,
.content-games .game-list .cover .game-name{ color: #fff;}

.swiper-slide img{ width: 100%;}

.content-company{ margin: 110px auto; width: 1280px; }
.wrapper-info{ background: #fff;width: 100%; align-items: center;}
.follow-text{margin-left: 10px;}
.wrapper-info .content-intro{ padding-top: 60px;}

@media only screen and (max-width: 1080px) {
 .featured-banner .title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .featured-banner2 .swiper-slide,
  .featured-banner2 .swiper-slide img {
    width: 640px;
    height: auto;
    border-radius: 20px;
  }
.follow-text { font-size:15px; }
.content-games{ width: 100%;}
.content-games,
.content-intro .intro-text,
.content-company{ width: 80%;}
}



@media only screen and (max-width:720px){
  .featured-banner2 .swiper-slide,
  .featured-banner2 .swiper-slide img {
    width: 480px;
    height: auto;
    border-radius: 20px;
  }
    .swiper-pagination {
    display: flex !important;
  }
  .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  opacity: 1;
  border-radius: 50%;
  margin: 0 4px !important;
  transition: background 0.3s, width 0.3s, height 0.3s;
}
.swiper-pagination-bullet-active {
  width: 14px !important;
  height: 14px !important;
  background: #dc1e14 !important;
}
.content-games{ width: 100%;}
.content-games .game-list li{ margin: 0 20px 80px;width: 200px;height: 260px;}  
.content-games .game-list{margin-top: 50px;}
.content-games .game-list li .game-name{ margin-top: 20px; height: 60px;font-size: 21px;
.content-games .game-list li .game-img img{ transform:scale(0.5); }
.content-games .game-list li .game-arrow{margin-top: 50px;}
.content-games .game-list .cover .game-name{ color: #fff;}
.content-company{ margin-top: 50px;}
}

}


