body {
  margin: 0;
  padding: 0;
}
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}
.game-page {
  height: 100%;
}
.game-page .nav {
  position: absolute;
  top: 0px;
  z-index: 3;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 10px 0;
  min-width: 1250px;
  text-align: center;
}
.game-page .nav .item {
  font-size: 20px;
  color: rgb(26, 26, 26);
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin: 25px 10px 0;
  box-sizing: content-box;
  padding: 0px 15px;
  width: 110px;
  display: inline-block;
  text-decoration: none;
}
.game-page .nav .item:hover {
  border-bottom: 4px solid rgb(45, 135, 253);
}
.game-page .nav .but-1 {
  background-image: url(https://static.jjbisai.com/website/imgs/5599_com/image/logo.png);
  height: 100px;
  width: 310px;
  display: inline-block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: top;
}
.game-page .nav .but-3 {
  border-bottom: 4px solid rgb(45, 135, 253);
}
.game-page .header-back {
  background-image: url(https://webcloudplt.srv.jjmatch.cn/0/upload/3045/officialWebsite/picture/ab6a59499d1a8564_59502_1920x781.jpg);
  height: 783px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.game-page .content {
  position: absolute;
  top: 900px;
  left: 0;
  right: 0;
}
.game-page .content .top-area {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

/* 轮播图容器 */
.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 轮播图图片列表 */
.carousel-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 单个幻灯片 */
.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* 活动状态的幻灯片 */
.carousel-slide.active {
  opacity: 1;
  z-index: 1;
}

/* 导航按钮 */
.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-prev {
  left: 20px;
}

.carousel-next {
  right: 20px;
}

.carousel-prev:hover,
.carousel-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* 指示器容器 */
.carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 2;
}

/* 单个指示器 */
.indicator {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: background-color 10s ease, transform 10s ease;
}

/* 活动状态的指示器 */
.indicator.active {
  background-color: white;
  transform: scale(1.2);
}
.game-page .content .main-area {
  display: flex;
  justify-content: center;
}
.game-page .content .main-area .game-area {
  width: 1380px;
}
.game-page .content .main-area .game-area .part1 .game-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  cursor: pointer;
}
.game-page .content .main-area .game-area .part1 .game-list .game-item {
  width: 310px;
  position: relative;
  border: 1px solid rgb(226, 226, 226);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}
.game-page .content .main-area .game-area .part1 .game-list .game-item .game-icon {
  position: absolute;
  height: 86px;
  width: 86px;
  bottom: 60px;
  left: 22px;
  border: 2px solid rgb(226, 226, 226);
  border-radius: 16px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}
.game-page .content .main-area .game-area .part1 .game-list .game-item .game-name {
  font-size: 30px;
  line-height: 1.2;
  margin: 0px 25px;
  padding: 16px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.game-page .content .main-area .game-area .part1 .game-list .game-item .game-name .desInfo {
  font-size: 16px;
  color: #888888fb;
}
.game-page .content .main-area .game-area .part1 .title {
  font-size: 30px;
  color: rgb(26, 26, 26);
  text-align: center;
  margin-bottom: 50px;
}

.game-page .content .main-area .game-area .part2 .game-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 50px;
}
.game-page .content .main-area .game-area .part2 .game-list .game-item {
  width: 424px;
  position: relative;
  border: 1px solid rgb(226, 226, 226);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}

.game-page .content .main-area .game-area .part2 .game-list .game-item .game-name {
  font-size: 24px;
  line-height: 1.2;
  margin: 0px 15px;
  padding: 18px 0;
}

.game-page .content .main-area .game-area .part2 .title {
  font-size: 30px;
  color: rgb(26, 26, 26);
  text-align: center;
  margin-bottom: 50px;
}

.game-page .content .footer-area {
  height: 280px;
  width: 100%;
  background-color: #2d87fd;
  display: flex;
  justify-content: center;
}
.game-page .content .footer-area .content-area {
  width: 1100px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.game-page .content .footer-area .content-area .logo {
  width: 120px;
  height: 50px;
  background-image: url(https://static.jjbisai.com/website/imgs/5599_com/image/logo.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.game-page .content .footer-area .content-area .des-area {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2.5;
  margin: 0px 25px;
  padding: 16px 0;
}
.game-page .content .footer-area .content-area .des-area a {
  color: rgba(255, 255, 255, 0.6);
}
