.indexPage {
  background: url(/static/image/en-us/site/index.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height:40.58rem;
  position: relative;
}




.main {
  width: 12rem;
  margin: 6.8rem auto 0;
}

.down {
  width: 7.47rem;
  height: 2.61rem;
  margin: 0 auto;
  background: url(/static/image/en-us/site/down-bg.png) center no-repeat;
  background-size: cover;
}

.down-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem;
}

.down img {
  width: 1.49rem;
  height: 1.86rem;
}
.down img:first-child{
  cursor: pointer;
}
.down .download {
  display: flex;
  height: 1.86rem;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.down .download a {
  display: inline-block;
  width: 2.05rem;
  height: 0.58rem;
  background: url(/static/image/en-us/site/down-download.png) no-repeat;
  background-size: cover;
}

.down .download a:nth-child(2) {
  background-position-y: -0.58rem;
}
.down .download a:nth-child(3) {
  background-position-y: -1.16rem;
}




.partOne {

  margin-top: 0.8rem;
}
.title-img{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-img a{
  display: block;
  color: #e1e1e1;
  font-size: 0.18rem;
  text-decoration: underline;
}
.title-img img{
width: 4.68rem;
height: 1.24rem;
object-fit: cover;
}

.news-content{
  display: flex;
  height: 4.6rem;
  margin-top: 0.1rem;
}
.news-swiper {
  width: 7.22rem;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.news-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-swiper .swiper-pagination {
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.12rem;
}

.news-swiper .swiper-pagination-bullet {
  background: #ffffff;
  width: 0.13rem;
  height: 0.13rem;
  opacity: 1;
}

.news-swiper .swiper-pagination-bullet-active {
  background: #97d797;
}

.news-tab {
  width: 4.8rem;
  background: url(/static/image/en-us/site/partOne-bg.png) no-repeat;
  background-size: cover;
}

.tab-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #536853;
  width: 4.21rem;
  margin: 0.15rem auto 0;
}

.tab-btn {
  padding: 0 0.25rem;
  line-height: 0.48rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.3s ease;
  font-weight: bold;
}

.tab-btn.active {
  color: #97d797;
}




.tab-content {
  width: 4.21rem;
  margin: 0 auto;
}

.tab-pane {
  display: none;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-pane.active {
  display: block;
}

.news-title {
  background: #536853;
  width: 100%;
  height: 0.55rem;
  margin: 0.25rem auto 0.12rem;
}

.news-title p {
  text-align: center;
  line-height: 0.55rem;
  color: #ffffff;
  font-size: 0.16rem;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 2.5rem;
  overflow: hidden;
  /* overflow-y: auto;
  scrollbar-width: none; */
}

.more {
  text-align: center;
}

.more a {
  color: #97d797;
  font-size: 0.18rem;
  font-weight: bold;
}




.news-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #bdbdbd;
}

.news-list li a p {
  font-size: 0.14rem;

  line-height: 0.35rem;
}

.news-list li a p:first-child {
  width: 3.2rem;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list li a:hover {
  color: #97d797;
}






.partTwo{
  margin-top: 0.3rem;
}
.partTwo .title-img img{
   width: 5.18rem;
  height: 1.24rem;
}
.activeity-content{
      margin-top: 0.1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.22rem;
}
.activeity-content .list{
  width: 2.68rem;
  position: relative;
}
.activeity-content .list .big-img{
  position: relative;
}
.activeity-content .list img{
  width: 2.68rem;
  height: 4.6rem;
  object-fit: cover;
}
.activeity-content .list a{
  display: inline-block;
  width:2.67rem ;
  height: 0.66rem;
  background: url(/static/image/en-us/site/partTwo-btn.png) no-repeat;
  background-size: cover;
}
.activeity-content .list .tips{
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2.51rem;
  height: 0.43rem;
  background: url(/static/image/en-us/site/activeity-tips.png) no-repeat;
  background-size: cover;
}
.activeity-content .list .tips p{
font-size: 0.18rem;
color: #fcd496;
line-height: 0.43rem;
padding: 0 0.1rem;
}




.partThree{
  margin-top: 0.3rem;
}
.partThree .title-img img{
   width: 4.68rem;
  height: 1.24rem;
}
.game-content{
  display: flex;
}
/* ========== 游戏资料内容区 ========== */
.game-content {
  display: flex;
  flex-direction: column;
  margin-top: 0.15rem;
}

.accordion {
  display: flex;
  gap: 0.05rem;
}

.accordion-item {
  display: flex;
  align-items: center;
}

.accordion-content {
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.5s ease;
  width: 6.57rem;
}

.accordion-content.active {
  max-width: 6.57rem;
}

.game-content .data-tab {
  width: 0.8rem;
  height: 4.01rem;
background: url(/static/image/en-us/site/game-data-tab-bg.png) no-repeat;
background-size: cover;
border: none;
  

  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;

}




.game-content .data-tab p{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 0.18rem;
  font-weight: 900;
  font-family: 'CN-Bold', serif;
  background: linear-gradient(to bottom, #fff4e3, #f1d38c);
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}



/* 右侧列表 */
.game-content .data-list-wrap {
  width: 6.57rem;
  height: 4.11rem;
  background: url(/static/image/en-us/site/data-list-bg.png) no-repeat;
  background-size: cover;
}
.data-list{
margin: 0rem 0.3rem 0;
padding-top: 0.5rem;
    padding-left: 0.23rem;
    min-height: 2.4rem;
}
.data-list  li{
  display: flex;
  justify-content:flex-start;
  align-items: center;
  line-height: 0.6rem;
    gap: 0.1rem;
}
.data-list  li .title{
  width: 1.3rem;
  min-width: 1.3rem;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffe488;
  font-size: 0.16rem;
  font-weight: bold;
}
.data-list  li a{
  color: #e1e1e1;
  font-size: 0.16rem;
    width: 1.1rem;
  min-width: 1.1rem;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.data-list  li a:hover{
  color: #ff9f41;
  text-decoration: underline;
}
/* 查看更多 */
.game-content .data-more {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;

}

.game-content .data-more a {
  font-size: 0.18rem;
  color: #e1e1e1;
  transition: all 0.3s ease;
  text-decoration: underline;
}

.partFour {
  height: 5.2rem;
  margin-top: 0.5rem;
}
.partFour .title-img img{
   width:5.49rem;
  height: 1.24rem;
}


.games-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 1.83rem;
  box-sizing: border-box;
  position: relative;
}

.games-swiper .swiper-slide {
  width: 33.33%;
  height: auto;
  min-height: 4.7rem;
  transition: transform 0.7s cubic-bezier(0.25, 0, 0.1, 1), opacity 0.5s ease;
  transform: scale(0.8);
  opacity: 0.6;
  z-index: 1;
}

.games-swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 20;
}

.games-swiper .swiper-slide-prev {
  transform-origin: right center;
  transform: scale(0.8) translateX(76%);
  z-index: 10;
  opacity: 0.6;
}

.games-swiper .swiper-slide-prev img {
  clip-path: inset(0 20% 0 0);
}

.games-swiper .swiper-slide-next {
  transform-origin: left center;
  transform: scale(0.8) translateX(-76%);
  z-index: 10;
  opacity: 0.6;
}

.games-swiper .swiper-slide-next img {
  clip-path: inset(0 0 0 20%);
}



.games-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Swiper 分页指示器样式 */
.games-swiper .games-swiper-pagination {
  position: absolute;
  /* bottom:0rem; */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.12rem;
}

.games-swiper .games-swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #4d794a;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.games-swiper .games-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.2);
}


.skin_tips{
  background: url(/static/image/en-us/site/tips-bg.png) no-repeat ;
  background-size: cover;
}
.skin_tips .lay_close{
  right: 0;
  top: 0;
}
.skin_tips .lay_content {
    width: 7.5rem;
    margin: 0.4rem auto 0 !important;
}
.tips-title p{
  font-size: 0.16rem;
  color: #ffba00;
  font-weight: bold;
  text-align: left;
  line-height: 0.4rem;
}
.tips-content p{
    font-size: 0.16rem;
  color: #e1e1e1;
  text-align: left;
  line-height: 0.35rem;
}

