.content-banner { width: 100%;}
.content-banner2 img{ width: 100%; object-fit: cover; z-index: 1;}
/*-----------------------首页轮播图-------------------------*/
.home-banner{ width: 100%;}
.home-banner img{ width: 100%; object-fit: cover;}
.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: #fff !important;
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px !important;
  transition: background 0.3s, width 0.3s, height 0.3s;
}
.swiper-pagination-bullet-active {
  width: 22px !important;
  height: 22px !important;
  background: #dc1e14 !important;
}
.swiper-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  pointer-events: auto;
}
/*------------  Featured Games  --------------*/
.content-feature {
  width: 100%;
  margin: 100px auto 100px; /* 模块顶部设置 */
}

.sub-title{ font-size: 25px; color: #636363;  text-align: center;}
.game-intro li {
  display: flex;
  overflow: visible; /* 允许内容溢出卡片 */
  position: relative; /* 让子元素绝对定位参照 */
  align-items: stretch;
  background: #fff;
  border-radius: 21px;  /* 圆角设置 */
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 60px 60px 0 0;/* 内容距离边缘设置 */
  height: 483px;
  max-width: 1280px;
  margin: 120px auto 0;/* 列表间行高设置 */
  background-image: url('../home_files/img_feature_01.webp');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
/*------------------------插图设置-------------------------*/

.img-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* 让所有子元素在主轴末端（右侧）对齐 */
  z-index: 1;
  margin: -493px -59px;
}

/*------------------------插图设置-------------------------*/

.cont-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 改为左对齐 */
  text-align: left;
  margin-left: auto; /* 让整个容器向右偏移 */
  max-width: 50%; /* 限制最大宽度，避免过度拉伸 */
}
.game-header {
  display: flex;
  align-items: center;
  gap: 22px; /* 标题位置设置 */
  margin-bottom: 20px;/* 标题和文本行高设置 */
  z-index: 10;
}
.game-icon {
  width: 108px;/* 图标大小设置 */
  height: 108px;
  border-radius: 8px;/* 图标圆角设置 */
}
.game-name {
  font-family: Arial, sans-serif;
  font-size: 55px;/* 标题字体设置 */
  color: #363636;
  font-weight: bold;
  line-height: 1;
  z-index: 10;
}

.game-desc {/* 文本 */
  font-size: 18px;
  color: #7a7a7a;
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 560px; 
  z-index: 11;
}
.cont-right .cont-left, .btn-list img {/* GooglePlay按钮设置 */
  height: 54px;
  width: 184px;
  margin-top: 50px;
  margin-bottom: 20px;
  z-index: 8;
}
.btn-more {
  font-size: 15px;  /* View Game设置 */
  color: #7a7a7a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 0px;
  text-decoration: none;
  transition: color 0.2s;
  z-index: 7;
}
.btn-more img {
  width: 37px; /* View Game图标设置 */
  margin-left: 4px;/* View Game图标位移设置 */
  transition: left 0.3s;
  position: relative;
}
.btn-more:hover img {
  right: 8px;
}

/*---------------- COMPANY txt -----------*/
.content-company {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
  /* 可调节上下边距 */
  padding: 60px 0 60px 0; /* 上下边距60px，可根据需要调整 */
  background: #f7f7f7;    /* 可选，和页面背景一致 */
}
.content-company .item-text {
  max-width: 1280px;        /* 控制文本最大宽度 */
  width: 90vw;             /* 小屏自适应 */
  margin: 0 auto;
  font-size: 28px;         /* 字体大小 */
  color: #a7a7a7;          /* 字体颜色 */
  line-height: 1.7;        /* 行高 */
  text-align: left;        /* 左对齐，也可center */
  font-family: Arial, sans-serif;
  letter-spacing: 0.5px;
  word-break: break-word;
  word-wrap: break-word;
}/*---------------- COMPANY txt -----------*/
@media (max-width: 1080px) {
  .content-feature { margin: 50px auto 50px;}
 .game-intro li {
  border-radius: 20px;  /* 圆角设置 */
  padding: 26px 26px 0 0;/* 内容距离边缘设置 */
  height: 320px;
  width: 100%;
  margin: 70px auto 0;/* 列表间行高设置 */
  box-sizing: border-box;
}
  .cont-left { margin-top: 12px}
  .cont-right { margin-top: 24px}
  .game-header { gap: 20px; margin-bottom: 25px;}
  .game-name {
    font-size: 32px;
  }
  .game-desc {
    margin-top: 0;
    font-size: 15px;
    max-width: 400px;
  }
  .img-right {
  margin: -443px -246px;
  transform: scale(0.67);}
  .game-icon {
    width: 72px;
    height: 72px;}
  .game-desc {/* 文本 */
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 400px; 
}
.cont-right .cont-left, .btn-list img {/* GooglePlay按钮设置 */
  height: 42px;
  width: 140px;
  margin-top: 10px;
  margin-bottom: 2px;
}
.btn-more {
  font-size: 12px;  /* View Game设置 */
  gap: 8px;
  margin-top: 12px;
}
.btn-more img {
  width: 30px; /* View Game图标设置 */
  margin-left: 4px;/* View Game图标位移设置 */
}
}



/* 480px以上：cont-right布局优化 */
@media (min-width: 481px) {
  .cont-right {
    align-items: flex-start;
    text-align: left;
    margin-left: auto;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .sub-title{ font-size: 16px;}
  .content-banner { height: 280px; }
  .home-banner { height: 250px; }
  .home-banner img { height: 100%; object-fit: cover; }
  .home-banner2 { height: 250px; }
  .home-banner2 .swiper-wrapper { height: 100%; }
  .home-banner2 .swiper-slide { height: 100%; }
  .home-banner2 .swiper-slide img { height: 100%; object-fit: cover; }
  .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.swiper-pagination-bullet-active {
  width: 14px !important;
  height: 14px !important;
}
  .game-intro li {
  border-radius: 16px;  /* 圆角设置 */
  padding: 0; /* 移除内边距，让渐变区域更精确 */
  width: calc(100vw - 20px); /* 左右各留20px边距 */
  height: auto; /* 高度自适应内容 */
  min-height: 200px; /* 最小高度 */
  margin: 30px auto; /* 上下间距 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #fff; /* 白色背景 */
  background-image: none; /* 移动端不显示背景图片 */
  box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* 与contact按钮投影一致 */
}

  .cont-right {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    position: relative !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }
  
  /* 渐变背景区域 - 只覆盖从顶部到图标下面 */
  .cont-right::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 160px; /* 覆盖游戏名称和图标区域 */
    background: linear-gradient(135deg, #e14545 0%, #b92948 100%);
    border-radius: 16px 16px 0 0; /* 只给顶部圆角 */
    z-index: 1;
  }
  
  /* 确保内容在渐变背景之上 */
  .game-header,
  .game-name,
  .game-icon {
    position: relative;
    z-index: 2;
  }
  .game-header { 
    gap: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .game-name { 
    font-size: 24px;
    font-weight: bold;
    color: #fff; /* 白色文字在红色背景上更清晰 */
    margin: 0 0 10px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3); /* 添加文字阴影增强可读性 */
  }
  .game-desc {
    padding: 10px;
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .game-icon {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    margin-bottom: 1px;
  }
/* 480px以上：按钮容器 - 垂直排列 */
.cont-right .btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* 480px以上：按钮样式 - 保持原来的垂直排列 */
.cont-right .btn-container .cont-left, 
.cont-right .btn-container .btn-list img {
  height: 54px;
  width: 184px;
  margin-top: 50px;
  margin-bottom: 20px;
  z-index: 8;
  display: block;
}

.cont-right .btn-container .btn-more {
  font-size: 15px;
  color: #7a7a7a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 0px;
  text-decoration: none;
  transition: color 0.2s;
  z-index: 7;
}

.btn-more:hover {
background: #e61a23;
color: white;
}
.btn-more img {
  display: none; /* 在480px下隐藏图标 */
}

.btn-more {
  display: none;
}

/* 移动端btn-list距离底部加高15px */
@media (max-width: 480px) {
  .cont-right .cont-left, .btn-list img {
    margin-bottom: 30px; /* 原来20px + 15px = 35px */
  }
}

.content-company .item-text {
  font-size: 20px;
  max-width: 98vw;
  padding: 0 20px 0;
  width: 98vw;
}
.content-company {
  padding: 50px 0 32px 0;
}
}

/* btn-list 动画效果 */
.btn-list {
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}

.btn-list:hover {
  transform: translateY(-3px) scale(1.05);
  filter: brightness(1.1);
}

.btn-list:active {
  transform: translateY(-1px) scale(1.02);
  transition: all 0.1s ease;
}

.btn-list img {
  transition: all 0.3s ease;
}

.btn-list:hover img {
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

/* 移动端btn-list动画 */
@media (max-width: 480px) {
  .btn-list:hover {
    transform: translateY(-2px) scale(1.03);
  }
  
  .btn-list:active {
    transform: translateY(0px) scale(0.98);
  }
}




