.clearfix::after{
  clear: both;
  content: '';
  display: block;
  line-height: 0;

}

.container{
  position: relative;
  min-width: 1200px;
  user-select: none;

}

.container .first-box{
  height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* banner部分 */
.container .first-box .banner-box{
 position: relative;
 width: 100%;
 flex: 1;
 background-position: center center;
 background-size: auto 100%;
 /* background: url('https://galasports.com/images/galasports/gameType/8/img/1739762597715_1730284976884_32%E6%AF%949%20(1).jpg') no-repeat; */
 overflow: hidden;
}
.container .first-box .banner-box .banner-video-bg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  object-fit: cover;
}
.container .first-box .banner-box .banner-box-header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: rgba(44, 30, 30, 0.5);
  display: flex;
  justify-content: center;
  z-index: 9;
}
.container .first-box .banner-box .banner-box-header .banner-box-header-logo{
  position: absolute;
  left: 54px;
  top: 50%;
  transform: translateY(-50%);
  width: 137px;
  height: 37px;
}
@media (max-width: 1300px) {
  .container .first-box .banner-box .banner-box-header .banner-box-header-logo{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 137px;
    height: 37px;
  }
}
.container .first-box .banner-box .banner-box-header .banner-box-header-list{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  height: 72px;
}
.container .first-box .banner-box .banner-box-header .banner-box-header-list .banner-box-header-list-item{
  list-style: none;
  line-height: 72px;
  padding: 0 25px;
  margin: 0 20px;

}
.container .first-box .banner-box .banner-box-header .banner-box-header-list .banner-box-header-list-item .banner-box-header-list-item-link{
  text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
}
.container .first-box .banner-box .banner-box-header .banner-box-header-list .banner-box-header-list-item .banner-box-header-list-item-link-active{
  color: #FF0000;
}


/* .container .first-box .banner-box .banner-box-main-img{
  width: 100%;
  float: left;
} */
.container .first-box .banner-box .download-box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.container .first-box .banner-box .download-box .download-box-btn{
  width: 210px;
  height: 78px;
  cursor: pointer;
}
.container .first-box .banner-box .download-box .download-box-btn-left{
  margin-right: 120px;
}



/* 广告位置文字滚动 */
@keyframes scroll-ad {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%); /* 向左移动内容的全宽度 */
  }
}
.container .first-box .ad-box{
  position: relative;
  /* margin-top: 12px; */
  overflow: hidden;
  white-space: nowrap;
  height: 67px;
  line-height: 67px;
  background: #0D0D0D;
}
.container .first-box .ad-box .ad-box-text{
  /* background: #0C0C0C; */
  height: 67px;
  line-height: 67px;
  font-size: 36px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;   /* 保证内容在一行显示 */
  padding-left: 25%;    /* 初始偏移，从右侧开始滚动 */
  animation: scroll-ad 20s linear infinite; /* 设置动画 */
}
.container .first-box .ad-box .ad-box-text .ad-box-text-red{
  font-size: 36px;
  color: #B80218;
}



.container .group-box{
  background: url('../img/container-bg.png');
  /* background-size: 100% 100%; */
  background-size:100%
}

/* 游戏简介 */
.group0{
  position: relative;
}
.group0 .group0-title{
  width: 1067px;
  margin: 0 auto 0;
  padding-top: 112px;
}
.group0 .group0-title .group0-title-img{
  width: 100%;
}
.group0 .group0-desc{
  width: 1197px;
  margin: 0 auto 0;
  margin-top: 32px;
}
.group0 .group0-desc .group0-desc-img{
  width: 100%;
}


/* 游戏资讯 */
.group1{
  position: relative;
}
.group1 .look-more{
  color: #10FEFE;
  font-size: 14px;
  text-align: right;
  width: 1196px;
  margin: 12px auto 0
}
.group1 .look-more .look-more-text{
  float: right;
  cursor: pointer;
  color: #10FEFE;
  font-size: 14px;
  text-decoration: none;
}

.group1 .group1-title{
  width: 1067px;
  margin: 0 auto 0;
  padding-top: 112px;
}
.group1 .group1-title .group1-title-img{
  width: 100%;
}

.group1 .group1-list{
  position: relative;
  width: 1196px;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;

  flex-wrap: wrap;
}

.group1 .group1-list .group1-list-item{
  width: 388px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  /* left: 1px; */

  margin-right: 15px;
  padding-bottom: 16px;
}
.group1 .group1-list .group1-list-item:nth-child(3n){
  margin-right: 0;
}

.group1 .group1-list .group1-list-item::after{
  content: '';
  display: block;
  position: absolute;
  height: 65px;
  width: 136px;
  background: #00FFF0;
  z-index: 3;
  left: -3px;
  top: -3px;
}
.group1 .group1-list .group1-list-item .group1-list-item-img{
  width: 388px;
  height: 200px;
  z-index: 4;
}
.group1 .group1-list .group1-list-item .group1-list-item-desc{
  height: 60px;
  width: 100%;
  background: url('../img/group1-item-bg.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 22px;
  box-sizing: border-box;
}
.group1 .group1-list .group1-list-item .group1-list-item-desc .group1-list-item-desc-row1{
 display: flex;
 align-items: center;
 margin-bottom: 4px;
}
.group1 .group1-list .group1-list-item .group1-list-item-desc .group1-list-item-desc-row1 .time{
  font-size: 14px;
  color: #fff;
  margin-right: 12px;
}
.group1 .group1-list .group1-list-item .group1-list-item-desc .group1-list-item-desc-row1 .type{
  font-size: 12px;
  color: #fff;
  background: url('../img/group1-type-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 2px 8px;
}



.group1 .group1-list .group1-list-item .group1-list-item-desc .group1-list-item-desc-row2{
  color: #fff;
  font-size: 16px;
  white-space: nowrap;          /* 不换行 */
  overflow: hidden;             /* 超出部分隐藏 */
  text-overflow: ellipsis;
  width: 100%;

}


.group1 .group1-list .group1-list-item:hover::after{
  left: 50%;
  transform: translateX(-50%);
}
.group1 .group1-list .group1-list-item:hover .group1-list-item-desc{
  background: url('../img/group1-item-bg-active.png') no-repeat;
  background-size: 100% 100%;
}
.group1 .group1-list .group1-list-item:hover .group1-list-item-desc .group1-list-item-desc-row1 .type{
  background: url('../img/group1-type-bg-active.png') no-repeat;
  background-size: 100% 100%;
}



/* 游戏特色 */
.group3{
  position: relative;
}

.group3 .group3-title{
  width: 1067px;
  margin: 172px auto 0;
}
.group3 .group3-title .group3-title-img{
  width: 100%;
}
.group3 .swiper-box{
  position: relative;
  margin-top: 70px;
}
.group3 .swiper-box .swiper{
  position: relative;
  width: 1163px;
  height: 489px;
  margin: 0 auto;
}
.group3 .swiper-box .swiper .pic{
  width: 872px;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto;
  /* background: url('../img/banner-bg.png') no-repeat;
  background-size: 100% 100%; */
}
.group3 .swiper-box .swiper .pic li {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  width: 869px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -434.5px;
  overflow: hidden;
  z-index: 3;
  display: none;
}

.group3 .swiper-box .swiper .pic li img {
  width: 869px;
  height: 489px;
}

.group3 .swiper-box .swiper .pic li.now {
  z-index: 6;
  display: block;
}

.group3 .swiper-box .swiper .pic li.next {
  opacity: 0.3;
  z-index: 4;
  left: 72%;
   -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  display: block;
}

.group3 .swiper-box .swiper .pic li.prev {
  z-index: 4;
  opacity: 0.3;
  left: 28%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  display: block;
}

.group3 .swiper-box .swiper .prev-btn{
  position: absolute;
  height: 104px;
  width: 55px;
  left: 54px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
.group3 .swiper-box .swiper .prev-btn .prev-btn-img{
  height: 104px;
  width: 55px;
}
.group3 .swiper-box .swiper .next-btn{
  position: absolute;
  height: 104px;
  width: 55px;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
.group3 .swiper-box .swiper .next-btn .next-btn-img{
  height: 104px;
  width: 55px;
}
.group3 .swiper-dot{
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.group3 .swiper-dot .swiper-dot-item{
  width: 21px;
  height: 19px;
  background: url('../img/dot.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 6px;
}
.group3 .swiper-dot .swiper-dot-item-active{
  width: 21px;
  height: 19px;
  background: url('../img/dot-active.png') no-repeat;
  background-size: 100% 100%;
}


/* 品牌活动 */
.group4{
  position: relative;
}
.group4 .look-more{
  color: #10FEFE;
  font-size: 14px;
  text-align: right;
  width: 1196px;
  margin: 12px auto 0
}
.group4 .look-more .look-more-text{
  float: right;
  cursor: pointer;
  color: #10FEFE;
  font-size: 14px;
  text-decoration: none;
}
.group4 .group4-title{
  width: 1067px;
  margin: 172px auto 0;
}
.group4 .group4-title .group4-title-img{
  width: 100%;
}
.group4 .group4-list{
  width: 1196px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.group4 .group4-list .group4-list-item{
  position: relative;
  width: 388px;
  margin-right: 15px;
  cursor: pointer;
  left: 1px;
}
.group4 .group4-list .group4-list-item:nth-child(3n){
  margin-right: 0;
}
.group4 .group4-list .group4-list-item .group4-list-item-video{
  position: relative;
  z-index: 3;
  width: 388px;
  height: 200px;
}
.group4 .group4-list .group4-list-item .group4-list-item-video::before{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 黑色半透明蒙板 */
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 5;
  cursor: pointer;
}
.group4 .group4-list .group4-list-item .group4-list-item-video::after{
  content: '';
  position: absolute;
  width: 139px;
  height: 68px;
  top: -3px;
  left: -3px;
  background: #00FFF0;
  z-index: 3;
}
.group4 .group4-list .group4-list-item .group4-list-item-video:hover:after{
  left: 50%;
  transform: translateX(-50%);
  background: #00FFF0;

}
.group4 .group4-list .group4-list-item .group4-list-item-video .group4-list-item-img{
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.group4 .group4-list .group4-list-item .group4-list-item-video .group4-list-item-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 5;
}
.group4 .group4-list .group4-list-item .title{
  color: #fff;
  font-size: 16px;
  margin-top: 18px;
  display: -webkit-box;            /* 使用盒子模型 */
  -webkit-box-orient: vertical;   /* 纵向排列 */
  -webkit-line-clamp: 2;           /* 限制为两行 */
  overflow: hidden;                /* 隐藏超出部分 */
  text-overflow: ellipsis;         /* 显示省略号 */
}

.group4 .group4-line{
  width: 100%;
  margin-top: 120px;
}
.group4 .group4-line .group4-line-img{
  width: 100%;
  height: 11px;
}

/* 尾部 */
.container .container-footer{
  background: #000000;
  padding: 0px 20px;
}
.container .container-footer .container-footer-info{
  display: flex;
  padding-top: 24px;
  align-items: center;
  justify-content: center;
}
.container .container-footer .container-footer-info .container-footer-img1{
  width: 120px;
  margin-right: 20px;
}
.container .container-footer .container-footer-info .container-footer-img2{
  width: 105px;
}
.container .container-footer .container-footer-info .container-footer-img3{
  width: 60px;
  margin-left: 20px;
}
.container .container-footer .container-footer-info .footer-v-line{
  margin: 0 20px;
  height: 63px;
  width: 1px;
  background: #fff;
}
.container .container-footer .container-footer-info .footer-text-box{

}
.container .container-footer .container-footer-info .footer-text-box-mr{
  margin-right: 20px;
}
.container .container-footer .container-footer-info .footer-text-box .footer-text-box-line{
  color: #fff;
  font-size: 14px;
  opacity: 0.9;
}
.container .container-footer .container-footer-info .footer-text-box .footer-text-box-line .footer-text-box-line-a{
  color: #fff;
  font-size: 14px;
  text-decoration: underline;

}
.container .container-footer .container-footer-info .footer-text-box .footer-text-box-line .footer-text-box-line-a:hover{
  text-decoration: underline;
}


.container .container-footer .container-footer-h-line{
  background: #8D8D8D;
  width: 100%;
  height: 1px;
  margin-top: 30px;
}

.container .container-footer .copy-right{
  color: #fff;
  opacity: 0.9;
  padding: 16px 0px 28px 0px;
  font-size: 14px;
}



.container-video-box{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
}
.container-video-box .container-video-box-wrap{
  width: 960px;
  height: 540px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.container-video-box .container-video-box-wrap .video-dom{
  width: 100%;
  height: 100%;
}
.container-video-box .container-video-box-wrap .video-dom-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  width: 188px;
  height: 188px;
}





.floating-box{
  position: fixed;
  left: 3%;
  top: 30%;
  width: 160px;
  box-sizing: border-box;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
 }
 .floating-box .floating-box-main{
  box-sizing: border-box;
  width: 160px;
  height: 200px;
  background: url('../img/floatMainBg.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  position: relative;
  z-index: 10;
 }
 .floating-box .floating-box-main .floating-btn{
  width: 140px;
  height: 48px;
  cursor: pointer;
  margin: 8px 0;
 }
 .floating-box .floating-box-download{
  width: 160px;
  margin-top: -10px;
  position: relative;
 }
.floating-box .floating-box-download-text{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
 }
 .floating-box .floating-box-download .floating-download-img{
  width: 100%;
  height: auto;
  display: block;
 }

 .rightFloatBox{
   position: fixed;
   bottom: 30vh;
   right: 40px;
   z-index: 999;
 }
