body {
  background: url("../images/bg.jpg") center 0 repeat-y fixed;
  background-size: 100% auto;
}

.w {
  position: relative;
  overflow: hidden;
  width: 15rem;
  margin: 0 auto;
}

.btn {
  width: 3.17rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-family: "Bebas Neue";
  color: #343434;
  font-size: 0.24rem;
  text-transform: uppercase;
  background-image: url("../images/btn.png");
  background-repeat: no-repeat;
  background-size: 6.63rem 1.9rem;
  transition: transform 0.3s linear;
}
.btn:hover {
  transform: translateZ(0) scale(1.1);
}

/*.loadingPg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #131313;
    .wrap{
        position: absolute;
        top: 50%;
        margin-top: -200px;
        left: 0;
        right: 0;
    }
    .loadingIcon{
        position: relative;
        width: 130px;
        height: 130px;
        margin: 0 auto 20px auto;
        img{
            position: absolute;
            width:100%;
            height:100%;
        }
    }
    .loadingIcon-1{
        -webkit-animation: rotate 5s linear both infinite;
        animation: rotate 5s linear both infinite;
    }

    .loadingPg-logo{
        display: block;
        margin: 0 auto;
    }
}*/
.comtit {
  font-family: "Bebas Neue";
  font-size: 0.6rem;
  text-transform: uppercase;
}

.banner {
  background-image: url("../images/banner/bg.jpg");
  height: 10.8rem;
  text-align: center;
  /* video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
  } */
  /* .layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/banner/layer.png") 0 0 repeat;
  } */
}
.banner .slogan,
.banner h3,
.banner .btnBox {
  position: relative;
  z-index: 1;
}
.banner .slogan {
  display: block;
  margin: 3rem auto 0.3rem;
}
.banner h3 {
  font-size: 0.24rem;
  text-transform: uppercase;
  margin: 0.3rem auto 0.1rem 0;
  letter-spacing: 7px;
  background-image: -webkit-linear-gradient(top, #fdfdfe, #b7c9db);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .btnBox {
  font-size: 0;
}
.banner .btnBox a,
.banner .btnBox span {
  font-size: 0.24rem;
  color: #343434;
  display: inline-block;
  font-family: "Bebas Neue";
  margin: 0 0.14rem;
  width: 2.6rem;
  height: 0.58rem;
  line-height: 0.58rem;
  background-image: url("../images/btn-new.png");
  background-size: 5.39rem 3.38rem;
  transition: transform 0.3s linear;
}
.banner .btnBox a:hover,
.banner .btnBox span:hover {
  transform: translateZ(0) scale(1.1);
}
.banner .btnBox .btn-steam, .banner .btnBox .btn-epic {
  text-indent: 0.4rem;
}
.banner .btnBox .btn-steam {
  background-position: 0 0;
}
.banner .btnBox .btn-steam:hover {
  background-position: 0 -1.9rem;
}
.banner .btnBox .btn-epic {
  background-position: -2.79rem 0;
}
.banner .btnBox .btn-epic:hover {
  background-position: -2.79rem -1.9rem;
}
.banner .btnBox .btn-video {
  margin-top: 0.3rem;
  background-position: -1.4rem -0.89rem;
  text-indent: 0.1rem;
  cursor: pointer;
}
.banner .btnBox .btn-video:hover {
  background-position: -1.4rem -2.79rem;
}
.banner .btnBox .btn-buynow {
  cursor: pointer;
  text-indent: 0;
  background: url("../images/btn.png") 0 0 no-repeat;
  background-size: 6.63rem 1.9rem;
}
.banner .btnBox .btn-buynow:hover {
  background-position: 0 -1.2rem;
}

.about {
  height: 10.8rem;
  background-image: url("../images/about/bg.jpg");
}
.about .w {
  height: 100%;
}
.about .tit {
  display: block;
  margin-top: 1.8rem;
  width: 5.61rem;
  margin-bottom: 0.3rem;
}
.about p {
  width: 5.8rem;
  line-height: 1.8;
  letter-spacing: 1px;
}

.features h2 {
  margin: 0.8rem 0 0.5rem;
  letter-spacing: 1px;
  text-align: center;
}
.features h2 i {
  font-style: normal;
  color: #e5ae18;
}
.features .swiper {
  width: 16.45rem;
}
.features .swiper-slide {
  text-align: center;
}
.features img,
.features .txt {
  display: inline-block;
}
.features img {
  width: 60%;
  margin-right: 0.7rem;
}
.features .txt {
  width: 35%;
  text-align: left;
  vertical-align: top;
}
.features h3 {
  font-family: "Bebas Neue";
  font-size: 0.9rem;
  margin-bottom: 0.26rem;
}
.features h3 i {
  display: block;
  font-style: normal;
}
.features p {
  line-height: 1.6;
  font-size: 0.18rem;
}
.features .swiper-button-next,
.features .swiper-button-prev {
  width: 0.51rem;
  height: 0.51rem;
  background: url("../images20230922/features/arrow.png") 0 0 no-repeat;
  background-size: 1.02rem 1.02rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  top: auto;
}
.features .swiper-button-next::after,
.features .swiper-button-prev::after {
  content: "";
}
.features .swiper-button-prev {
  margin-left: 2.5rem;
  background-position: 0 -0.51rem;
}
.features .swiper-button-next {
  margin-left: 3.4rem;
  background-position: -0.51rem -0.51rem;
}
.features .swiper-button-prev:hover {
  background-position: 0 0;
}
.features .swiper-button-next:hover {
  background-position: -0.51rem 0;
}

.newsArea h2 {
  margin: 0.8rem 0 0.5rem;
  letter-spacing: 1px;
  text-align: center;
}
.newsArea h2 i {
  font-style: normal;
  color: #e5ae18;
}
.newsArea .newslist {
  width: 14.1rem;
  text-align: center;
  margin: 0 auto 0.8rem;
}
.newsArea .newslist li {
  position: relative;
  display: inline-block;
  margin: 0 0.12rem;
  width: 31%;
}
.newsArea .newslist img {
  display: block;
  width: 100%;
  height: 100%;
}
.newsArea .newslist .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../images20230922/news-layer.png") 0 bottom repeat-x;
  background-size: contain;
  padding: 0.2rem;
  text-align: left;
  box-sizing: border-box;
}
.newsArea .newslist h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.5;
}
.newsArea .newslist .date {
  font-size: 0.14rem;
  margin-bottom: 0.12rem;
}
.newsArea .more {
  text-transform: uppercase;
  display: block;
  width: 2.5rem;
  height: 0.62rem;
  line-height: 0.62rem;
  color: #ecc760;
  border: 2px solid #ecc760;
  text-align: center;
  font-size: 0.18rem;
  transition: all 0.3s;
  margin: 0 auto;
}
.newsArea .more i {
  margin-left: 0.2rem;
  font-family: "BebasNeue-Regular";
  font-style: normal;
  position: relative;
  top: -2px;
}
.newsArea .more:hover {
  color: #000;
  background-color: #ecc760;
}

.joinUs {
  position: relative;
  overflow: hidden;
  width: 16.63rem;
  height: 6.72rem;
  margin: 0.8rem auto;
  padding-left: 2rem;
  color: #000;
  background: url("../images/joinUs/img.png") center 0 no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}
.joinUs h2 {
  margin-top: 1.7rem;
  margin-bottom: 0.1rem;
}
.joinUs p {
  width: 4.2rem;
  font-size: 0.18rem;
  line-height: 2;
  margin-bottom: 0.25rem;
}
.joinUs a {
  position: relative;
  display: block;
  color: #343434;
  width: 3.17rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.18rem;
  font-family: "Arival";
  font-weight: bold;
  text-transform: capitalize;
  text-indent: 1.25rem;
  background-image: url("../images/btn.png");
  background-repeat: no-repeat;
  transition: transform 0.3s linear;
}
.joinUs a::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.2rem;
  background: url("../images/btn-join.png") 0 0 no-repeat;
  background-size: auto 0.29rem;
  width: 0.45rem;
  height: 0.29rem;
}
.joinUs a:hover {
  background-position: 0 -1.2rem;
  transform: translateZ(0) scale(1.1);
}

.company {
  height: 6.43rem;
  background: url("../images/company/bg.jpg") center 0 no-repeat;
  background-size: cover;
  text-align: center;
}
.company img, .company p {
  display: inline-block;
  vertical-align: bottom;
}
.company img {
  width: 2.46rem;
  margin-top: 1rem;
  margin-right: 0.5rem;
}
.company p {
  width: 7rem;
  text-align: left;
  font-size: 0.2rem;
  color: #e5e5e5;
  line-height: 2;
  margin-left: 0.5rem;
}

.videoBox .wrap {
  width: 8.54rem;
  height: 4.8rem;
}
.videoBox .video {
  background-color: #888;
  height: 100%;
}

/* .newsArea{
    height: 9.22rem;
    background-image: url("../images/news/bg.jpg");
    .comtit{
        margin-top: 1.5rem;
        margin-bottom: .5rem;
    }
    .list{
        margin-bottom: .65rem;
        li{
            float: left;
            width: 4.5rem;
            margin-right: .3rem;
            &:last-child{
                margin-right: 0;
            }
        }
        img{
            display: block;
            width: 100%;
            -webkit-transition: all .3s;
            transition: all .3s;
        }
        .img{
            display: block;
            overflow: hidden;
            &:hover{
                img{
                    -webkit-transform: translateZ(0) scale(1.1);
                    transform: translateZ(0) scale(1.1);
                }
            }

        }
        .cont{
            position: relative;
            height: 1.28rem;
            padding-top: .2rem;
            background-color: rgba(38,40,44, .5);
            padding-left: .2rem;
        }
        h2{
            position: absolute;
            right: 0;
            top: .2rem;
            width: 3.2rem;
            line-height: .28rem;
            font-weight: bold;
            font-size: .2rem;
            height: .84rem;
            overflow: hidden;
        }
        .date{
            color: #999;
            font-size: .14rem;
        }
        .date-d{
            display: block;
            font-size: .3rem;
        }
        .tag{
            display: inline-block;
            margin-right: .1rem;
            padding: 0 .15rem;
            margin-top: .1rem;
            color: #8f7b57;
            font-size: .14rem;
            border: 1px solid #8f7b57;
            border-radius: .13rem;
            line-height: .28rem;
            text-transform: uppercase;
        }
        .tag-news{
            color: #578f89;
            border-color: #578f89;
        }
        .tag-updates{
            color: #8f5757;
            border-color: #8f5757;
        }
    }
    .more{
        display: block;
        color: #ecc760;
        text-transform: uppercase;
        font-weight: bold;
        width: 2.5rem;
        line-height: .64rem;
        border: 1px solid #ecc760;
        text-align: center;
        -webkit-transition: all .3s;
        transition: all .3s;
        &:hover{
            background-color: #ecc760;
            color: #010101;
        }
    }
} */
.popImg .wrap {
  width: 10rem;
}
.popImg .close {
  right: 0;
  top: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: url("../images/pop-close.png") center center no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s;
}
.popImg .close:hover {
  background-color: #2a2a2a;
}

.lang-cht_index .banner .btnBox a {
  text-indent: 0.38rem;
}
.lang-cht_index .banner .btnBox a::before {
  left: 0.3rem;
}

@media screen and (max-width: 1645px) {
  .features .swiper {
    width: 100%;
  }
  .features img {
    margin-right: 0.3rem;
  }
  .features .swiper-button-prev {
    margin-left: 2.2rem;
  }
  .features .swiper-button-next {
    margin-left: 3.1rem;
  }
}
@media screen and (max-width: 1500px) {
  .w {
    width: 100%;
  }
  .about .tit,
  .about p {
    margin-left: 0.4rem;
  }
  .joinUs {
    width: 100%;
  }
  .features h2 {
    margin-left: 0.2rem;
  }
  .newsArea .newslist {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 1400px) {
  .features li:first-child .img {
    background-position: -1.1rem -0.4rem;
  }
  .features li:last-child .txt {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .features img {
    width: 50%;
    margin-right: 0.15rem;
  }
  .features .txt {
    margin-left: 0.15rem;
  }
}
@media screen and (max-width: 1050px) {
  body {
    background-image: url("../images/m/bg.jpg");
    font-size: 0.24rem;
  }
  header {
    position: relative;
  }
  .btn {
    font-size: 0.28rem;
  }
  .banner {
    height: 10.79rem;
    background-image: url("../images/m/banner/bg.jpg");
  }
  .banner .slogan {
    width: 85%;
    margin: 2rem auto 2rem auto;
  }
  .banner h3 {
    margin-bottom: 0.8rem;
    text-align: center;
    left: 0;
  }
  .banner .btnBox {
    margin: 0 auto;
  }
  .banner .btnBox a, .banner .btnBox span {
    display: block;
    margin: 0 auto 0.4rem auto;
  }
  .banner .btnBox a {
    text-indent: 0.3rem;
  }
  .banner .btnBox a::before {
    left: 0.35rem;
    top: 0.14rem;
  }
  .about {
    height: auto;
    background-image: url("../images/m/about/bg.jpg");
    background-size: 100% auto;
  }
  .about .tit {
    margin: 5.5rem auto 1.3rem auto;
  }
  .about p {
    margin-left: 0.8rem;
  }
  .features img {
    width: 40%;
  }
  .features .txt {
    width: 55%;
  }
  .features h3 {
    margin-bottom: 0.1rem;
  }
  .features h3 i {
    display: inline;
  }
  .joinUs {
    width: 100%;
    height: auto;
    color: #fff;
    padding: 6.7rem 0.5rem 0 0.5rem;
    background-image: url("../images/m/joinUs/img.jpg");
  }
  .joinUs h2 {
    margin-top: 0.7rem;
  }
  .joinUs p {
    width: 100%;
    font-size: 0.28rem;
  }
  .company {
    height: 10.86rem;
    background-image: url("../images/m/company/bg.jpg");
  }
  .company img, .company p {
    display: block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .company img {
    margin-bottom: 0.5rem;
  }
  .company p {
    width: auto;
  }
  .lang-cht_index .btn {
    font-size: 0.26rem;
  }
  .lang-cht_index .banner .btnBox a {
    text-indent: 0.48rem;
  }
  .lang-cht_index .banner .btnBox a::before {
    left: 0.28rem;
  }
  .popImg .wrap {
    width: 95%;
  }
}
@media screen and (max-width: 820px) {
  .videoBox .wrap {
    width: 100%;
  }
  .videoBox .close {
    margin-left: -0.13rem;
    left: 50%;
    right: 0;
    top: auto;
    bottom: -0.6rem;
  }
  .features .swiper {
    text-align: center;
  }
  .features img, .features .txt {
    display: block;
    margin: 0 auto;
  }
  .features img {
    width: auto;
    max-width: 90%;
  }
  .features .txt {
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    box-sizing: border-box;
  }
  .features h3 {
    text-align: center;
  }
  .features .swiper-button-prev,
  .features .swiper-button-next {
    position: static;
    margin: 0 0.2rem;
    display: inline-block;
  }
  .newsArea .newslist li {
    width: 100%;
    margin: 0 0 0.3rem 0;
  }
}
@media screen and (max-width: 480px) {
  .joinUs {
    /*a{
        text-indent: 1rem;
        &::before{
            left: .37rem;
        }
    }*/
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=index.css.map */