@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

i {
  font-style: normal;
}


/*字体包CDN分离路径*/
@font-face{font-family:'Saira-Regular';src:url("https://game.gtimg.cn/images/ext/Saira-Regular.ttf");}
@font-face{font-family:'Saira-Bold';src:url("https://game.gtimg.cn/images/ext/Saira-Bold.otf");}


body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus, input:focus, p:focus, div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  font-family: 'Saira-Regular';
}
.bold{
  font-family: 'Saira-Bold';
}
.mySwiper{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.section1{
  background: url(https://game.gtimg.cn/images/ext/part1.jpg) top center no-repeat;
  background-size: cover;
}

.section2{
/*  background: url(https://game.gtimg.cn/images/ext/part2.jpg) center center no-repeat;
  background-size: cover;*/
}
.section3{
  background: url(https://game.gtimg.cn/images/ext/part3.jpg) center center no-repeat;
  background-size: cover;
}
.section4{
  height: 195px;
  background: #000;
  box-sizing: border-box;
}
.topnav{
  width: 100%;
  height: 1.85rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(https://game.gtimg.cn/images/ext/topnav.jpg) top center no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.topnav .logo{
  display: block;
  width: 5.38rem;
  height: 1.15rem;
  background: url(https://game.gtimg.cn/images/ext/logo.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  left: .82rem;
  top: 50%;
  transform: translateY(-50%);
}
.topnav .media-list{
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 .4rem;
}
.topnav .media-list:after{
  display: block;
  content: "";
  width: .04rem;
  height: .24rem;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.12rem;
}
.topnav .media-list .bilibili{
  display: block;
  width: .54rem;
  height: .51rem;
  background: url(https://game.gtimg.cn/images/ext/bilibili.png) top center no-repeat;
  background-size: 100%;
  margin: 0 .56rem;
}
.topnav .media-list .tiktok{
  display: block;
  width: .37rem;
  height: .42rem;
  background: url(https://game.gtimg.cn/images/ext/tiktok.png) top center no-repeat;
  background-size: 100%;
  margin: 0 .56rem;
}
.topnav .media-list .weibo{
  display: block;
  width: .55rem;
  height: .45rem;
  background: url(https://game.gtimg.cn/images/ext/weibo.png) top center no-repeat;
  background-size: 100%;
  margin: 0 .56rem;
}
.topnav .media-list .kuaishou{
  display: block;
  width: .38rem;
  height: .44rem;
  background: url(https://game.gtimg.cn/images/ext/kuaishou.png) top center no-repeat;
  background-size: 100%;
  margin: 0 .56rem;
}
.topnav .media-list .redbook{
  display: block;
  width: .48rem;
  height: .48rem;
  background: url(https://game.gtimg.cn/images/ext/redbook.png) top center no-repeat;
  background-size: 100%;
  margin: 0 .56rem;
}
.topnav .media-list .gzh{
  display: block;
  width: .61rem;
  height: .49rem;
  background: url(https://game.gtimg.cn/images/ext/gzh.png) top center no-repeat;
  background-size: 100%;
  margin: 0 .56rem;
  position: relative;
}
.topnav .media-list .gzh .code{
  width: 2.33rem;
  height: 2.53rem;
  overflow: hidden;
  background: url(https://game.gtimg.cn/images/ext/code-bg.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: .92rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.topnav .media-list .gzh:hover .code{
  display: block;
}
.topnav .media-list .gzh .code img{
  display: block;
  width: 1.71rem;
  height: auto;
  margin: .5rem auto 0;
}
.topnav .btn-join{
  display: block;
  width: 3.74rem;
  height: .69rem;
  background: url(https://game.gtimg.cn/images/ext/btn_join.png) top center no-repeat;
  background-size: 100%;
  margin: 0 .7rem;
}
.topnav .nav{
  width: fit-content;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  left: 7rem;
}
.topnav .nav .navtab{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 .6rem;
  height: 100%;
  position: relative;
}
.topnav .nav .navtab a{
  font-size: .4rem;
  line-height: .5rem;
  color: #a8a8a8;
  text-align: center;
  position: relative;
}
.topnav .nav .navtab a:after{
  display: block;
  content: "";
  width: .13rem;
  height: .13rem;
  background: url(https://game.gtimg.cn/images/ext/icon15.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -.28rem;
  top: 50%;
  margin-top: -.07rem;
}
.topnav .nav .navtab:nth-child(1):hover a:after{
  transform: rotate(90deg);
}
.topnav .nav .navtab:nth-child(1) ul{
  width: 3.86rem;
  height: 2.07rem;
  background: url(https://game.gtimg.cn/images/ext/icon17.png) center center no-repeat;
  background-size: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: .2rem;
  position: absolute;
  top: 1.56rem;
  left: 50%;
  margin-left: -1.93rem;
  display: none;
}
.topnav .nav .navtab:nth-child(1):hover ul{
  display: block;
}
.topnav .nav .navtab:nth-child(1) ul li{
  width: 100%;
  height: .93rem;
  text-align: center;
  font-size: .36rem;
  color: #ffffff;
  line-height: .93rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topnav .nav .navtab:nth-child(1) ul li:hover{
  color: #fd6b00;
}
.topnav .nav .navtab:nth-child(1) ul li span{
  position: relative;
}
.topnav .nav .navtab:nth-child(1) ul li:hover span:after{
  display: block;
  content: "";
  width: .15rem;
  height: .2rem;
  background: url(https://game.gtimg.cn/images/ext/icon20.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -.3rem;
  top: 50%;
  margin-top: -.1rem;
}
/*.topnav .loginbox{
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
.topnav .loginbox p{
  font-size: .3rem;
  line-height: .4rem;
  color: #ffffff;
}
.topnav .loginbox a{
  font-size: .3rem;
  line-height: .4rem;
  color: #ffffff;
}
.topnav .unbind{
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
}
.topnav .unbind a{
  font-size: .3rem;
  line-height: .4rem;
  color: #ffffff;
}*/



/*section1*/
.video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video video{
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-play-kv{
  display: block;
  width: 2.84rem;
  height: 3.11rem;
  background: url(https://game.gtimg.cn/images/ext/btn_play1.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.42rem;
  margin-top: -1.56rem;
  z-index: 3;
  animation: animaRotate 2s infinite linear;
  -webkit-animation: animaRotate 2s infinite linear;
}
/*.btn-wishlist{
  display: block;
  width: 9.81rem;
  height: 1.54rem;
  text-align: center;
  line-height: 1.98rem;
  font-size: 1.1rem;
  color: #073f3c;
  position: absolute;
  bottom: 4.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.btn-wishlist.type1{
  background: url(https://game.gtimg.cn/images/ext/btn_wishlist.png) top center no-repeat;
  background-size: 100%;
}
.btn-wishlist.type2{
  background: url(https://game.gtimg.cn/images/ext/btn_wishlist1.png) top center no-repeat;
  background-size: 100%;
}
.btn-wishlist.type3{
  background: url(https://game.gtimg.cn/images/ext/btn_wishlist2.png) top center no-repeat;
  background-size: 100%;
}*/
.section1 .logo3{
  display: block;
  width: 8.6rem;
  height: 2.88rem;
  background: url(https://game.gtimg.cn/images/ext/logo1.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 1.6rem;
  right: 0;
}
.section1 .slogan{
  display: block;
  width: 15.63rem;
  height: 4.91rem;
  background: url(https://game.gtimg.cn/images/ext/slogan.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.section1 .plat-list{
  width: 100%;
  height: 1.74rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 3;
}
.section1 .plat-list a{
  display: block;
  width: 5.76rem;
  height: 1.74rem;
  margin: 0 .41rem;
  transition: all .4s;
}
.section1 .plat-list .steam{
  background: url(https://game.gtimg.cn/images/ext/steam_1.png) center center no-repeat;
  background-size: 100%;
}
.section1 .plat-list .steam:hover{
  background: url(https://game.gtimg.cn/images/ext/steam_2.png) center center no-repeat;
  background-size: 100%;
}
.section1 .plat-list .wegame{
  background: url(https://game.gtimg.cn/images/ext/wegame_1.png) center center no-repeat;
  background-size: 100%;
}
.section1 .plat-list .wegame:hover{
  background: url(https://game.gtimg.cn/images/ext/wegame_2.png) center center no-repeat;
  background-size: 100%;
}


/*section2*/
.swiper-slide1{
  background: url(https://game.gtimg.cn/images/ext/part2_1.jpg) top center no-repeat;
  background-size: cover;
}
.swiper-slide2{
  background: url(https://game.gtimg.cn/images/ext/part2_2.jpg) top center no-repeat;
  background-size: cover;
}
.swiper-slide3{
  background: url(https://game.gtimg.cn/images/ext/part2_3.jpg) top center no-repeat;
  background-size: cover;
}
.mySwiper-2 .swiper-pagination{
  width: 100%;
  position: absolute;
  bottom: .2rem;
  left: 0;
}
.mySwiper-2 .swiper-pagination .swiper-pagination-bullet{
  width: 2.65rem;
  height: .46rem;
  background: url(https://game.gtimg.cn/images/ext/icon10.png) center center no-repeat;
  background-size: 100%;
  opacity: 1;
  border-radius: initial;
  margin: 0;
  cursor: pointer;
}
.mySwiper-2 .swiper-pagination .swiper-pagination-bullet-active{
  width: 2.65rem;
  height: .46rem;
  background: url(https://game.gtimg.cn/images/ext/icon11.png) center center no-repeat;
  background-size: 100%;
  opacity: 1;
  border-radius: initial;
  margin: 0;
}
.textbox{
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 11rem;
  bottom: 1.2rem;
  left: 26rem;
}
.textbox p{
  font-size: .4rem;
  line-height: .76rem;
  color: #fff;
  width: 100%;
}
.textbox p.bold{
  font-size: 1.12rem;
  color: #ff9b00;
  line-height: 1.1rem;
  position: relative;
  margin-bottom: .2rem;
}


.media-tab{
  width: fit-content;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  top: 6.4rem;
  left: 2.2rem;
  z-index: 2;
}
.media-tab a{
  font-size: .6rem;
  line-height: .8rem;
  color: #909090;
  margin-bottom: .6rem;
  position: relative;
}
.media-tab a:before{
  display: block;
  content: "";
  width: .1rem;
  height: .42rem;
  background: #fd6b00;
  position: absolute;
  left: -.26rem;
  top: 50%;
  margin-top: -.21rem;
}
.media-tab a.on:before{
  background: #80ffc1;
}
.media-tab a.on:after{
  display: block;
  content: "";
  width: .16rem;
  height: .17rem;
  background: url(https://game.gtimg.cn/images/ext/icon19.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -.5rem;
  top: 50%;
  margin-top: -.08rem;
}
.media-content{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.media-content .box{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .4s;
  opacity: 0;
  z-index: 1;
}
.media-content .box.on{
  opacity: 1;
  z-index: 2;
}
.screenSwiper{
  width: 24.9rem;
  height: 14.35rem;
  overflow: hidden;
  position: absolute;
  right: 1.82rem;
  top: 3rem;
}
.screen-box{
  width: 24.9rem;
  height: 14.35rem;
  overflow: hidden;
  position: relative;
}
.screen-box img{
  display: block;
  width: 99%;
  height: auto;
}
.videoSwiper{
  width: 24.9rem;
  height: 14.35rem;
  overflow: hidden;
  position: absolute;
  right: 1.82rem;
  top: 3rem;
}
.video-box{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.video-box img{
  display: block;
  width: 99%;
  height: auto;
}
.video-box .btn-play{
  width: 2.43rem;
  height: 2.65rem;
   background: url(https://game.gtimg.cn/images/ext/btn_play.png) center center no-repeat; 
  background-size: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}
.hero1{
  display: block;
  width: 14.97rem;
  height: 11.46rem;
  background: url(https://game.gtimg.cn/images/ext/hero1.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 10rem;
  pointer-events: none;
  z-index: 9;
  opacity: 0;
  transition: all .4s;
}
.hero2{
  display: block;
  width: 12.32rem;
  height: 11.21rem;
  background: url(https://game.gtimg.cn/images/ext/hero2.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 10.4rem;
  pointer-events: none;
  z-index: 9;
  opacity: 0;
  transition: all .4s;
}
.hero3{
  display: block;
  width: 16.02rem;
  height: 11.69rem;
  background: url(https://game.gtimg.cn/images/ext/hero3.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 10.4rem;
  pointer-events: none;
  z-index: 9;
  opacity: 0;
  transition: all .4s;
}
.hero.current{
  opacity: 1;
}
.hero{
  pointer-events: none;
}
.btnlist{
  width: 24.9rem;
  height: 1rem;
  overflow: hidden;
  position: absolute;
  right: 1.82rem;
  top: 17.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnlist a{
  display: block;
  width: 1.01rem;
  height: 1rem;
  margin: 0 1.66rem;
}
.btnlist .btn-prev{
  background: url(https://game.gtimg.cn/images/ext/btn_prev.png) center center no-repeat;
  background-size: 100%;
}
.btnlist .btn-next{
  background: url(https://game.gtimg.cn/images/ext/btn_next.png) center center no-repeat;
  background-size: 100%;
}






.footer{
  width: 100%;
  height: 9.38rem;
  background: url(https://game.gtimg.cn/images/ext/footer_bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.dialog{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0,0,0,.8);
  display: none;
}
.pop{
  width: 12.21rem;
  height: 3.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  background: url(https://game.gtimg.cn/images/ext/pop.png) top center no-repeat;
  background-size: 100%;
}
.pop .close{
  display: block;
  width: .62rem;
  height: .62rem;
  background: url(https://game.gtimg.cn/images/ext/close.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: .28rem;
  right: .2rem;
}
.pop10 .close{
  right: -1.2rem;
}
.pop1 .warn{
  width: 100%;
  text-align: center;
  font-size: .6rem;
  line-height: .8rem;
  color: #000;
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
}
/*.pop2{
  width: 14.87rem;
  height: 5.42rem;
  background: url(https://game.gtimg.cn/images/ext/pop2.png) top center no-repeat;
  background-size: 100%;
}
.pop2 .title{
  text-align: center;
  font-size: .4rem;
  color: #fff;
  line-height: .5rem;
  margin-top: 1.4rem;
}
.pop2 .btn-download{
  display: block;
  width: 8.21rem;
  height: 1.2rem;
  background: url(https://game.gtimg.cn/images/ext/btn_download.png) top center no-repeat;
  background-size: 100%;
  margin: 1rem auto 0;
}
.pop2 .btn-download.gray{
  filter: grayscale(1);
}


.pop3{
  width: 18.35rem;
  height: 7.82rem;
  background: url(https://game.gtimg.cn/images/ext/pop3.png) top center no-repeat;
  background-size: 100%;
}
.pop3 .title{
  text-align: center;
  font-size: .4rem;
  color: #fff;
  line-height: .5rem;
  margin-top: .8rem;
}
.pop3 .login-qq{
  display: block;
  width: 3.35rem;
  height: 3.81rem;
  background: url(https://game.gtimg.cn/images/ext/login_qq.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 4.44rem;
  bottom: 1.62rem;
}
.pop3 .login-wx{
  display: block;
  width: 3.35rem;
  height: 3.81rem;
  background: url(https://game.gtimg.cn/images/ext/login_wx.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 4.44rem;
  bottom: 1.62rem;
}

.pop4{
  width: 18.35rem;
  height: 9.83rem;
  background: url(https://game.gtimg.cn/images/ext/pop4.png) top center no-repeat;
  background-size: 100%;
}
.pop4 .title{
  text-align: center;
  font-size: .4rem;
  color: #fff;
  line-height: .5rem;
  margin-top: .5rem;
}
.pop4 .line{
  width: 9.1rem;
  height: .9rem;
  background: #0c1313;
  overflow: hidden;
  position: relative;
  margin: .4rem auto 0;
}
.pop4 .line1{
  margin: .8rem auto 0;
}
.pop4 .line input{
  width: 100%;
  height: .9rem;
  text-indent: .32rem;
  line-height: .9rem;
  color: #ffffff;
  font-size: .3rem;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  outline: none;
}
.pop4 .line2 input{
  width: 6.6rem;
}
.pop4 .line input::-webkit-input-placeholder {
  line-height: .9rem;
  color: #ffffff;
  font-size: .3rem;
}
.pop4 .line2 .get-code{
  display: block;
  width: 2.42rem;
  height: .9rem;
  text-align: center;
  font-size: .32rem;
  color: #ffffff;
  line-height: .9rem;
  position: absolute;
  top: 0;
  right: 0;
}
.pop4 .line2 .get-code:before{
  display: block;
  content: "";
  width: 1px;
  height: .32rem;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.pop4 .agreement{
  width: 9.1rem;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: .3rem auto 0;
}
.pop4 .agreement .agree{
  display: block;
  width: .37rem;
  height: .37rem;
  background: url(https://game.gtimg.cn/images/ext/icon13.png) center center no-repeat;
  background-size: 100%;
}
.pop4 .agreement .agree.on{
  background: url(https://game.gtimg.cn/images/ext/icon14.png) center center no-repeat;
  background-size: 100%;
}
.pop4 .agreement .details{
  display: block;
  max-width: 8rem;
  font-size: .26rem;
  line-height: .3rem;
  color: #bbbbbb;
  padding: 0 .3rem;
}
.pop4 .rules{
  width: 9.1rem;
  margin: .2rem auto 0;
  font-size: .28rem;
  line-height: .4rem;
  color: #b3b3b3;
}
.pop4 .btn-commit{
  display: block;
  width: 9.07rem;
  height: 1.2rem;
  background: url(https://game.gtimg.cn/images/ext/btn_commit.png) center center no-repeat;
  background-size: 100%;
  margin: .5rem auto 0;
}

.pop5{
  width: 18.35rem;
  height: 9.83rem;
  background: url(https://game.gtimg.cn/images/ext/pop5.png) top center no-repeat;
  background-size: 100%;
}
.pop5 .title{
  text-align: center;
  font-size: .4rem;
  color: #fff;
  line-height: .5rem;
  margin-top: 1.2rem;
}
.pop5 .line{
  width: 9.1rem;
  height: .9rem;
  background: #0c1313;
  overflow: hidden;
  position: relative;
  margin: .4rem auto 0;
}
.pop5 .line1{
  margin: .8rem auto 0;
}
.pop5 .line input{
  width: 100%;
  height: .9rem;
  text-indent: .32rem;
  line-height: .9rem;
  color: #ffffff;
  font-size: .3rem;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  outline: none;
}
.pop5 .line2 input{
  width: 6.6rem;
}
.pop5 .line input::-webkit-input-placeholder {
  line-height: .9rem;
  color: #ffffff;
  font-size: .3rem;
}
.pop5 .line2 .get-code{
  display: block;
  width: 2.42rem;
  height: .9rem;
  text-align: center;
  font-size: .32rem;
  color: #ffffff;
  line-height: .9rem;
  position: absolute;
  top: 0;
  right: 0;
}
.pop5 .line2 .get-code:before{
  display: block;
  content: "";
  width: 1px;
  height: .32rem;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.pop5 .rules{
  width: 9.1rem;
  margin: .4rem auto 0;
  font-size: .28rem;
  line-height: .4rem;
  color: #b3b3b3;
}
.pop5 .btn-commit{
  display: block;
  width: 9.07rem;
  height: 1.2rem;
  background: url(https://game.gtimg.cn/images/ext/btn_commit1.png) center center no-repeat;
  background-size: 100%;
  margin: .5rem auto 0;
}*/
.pop6 .tips{
  width: 100%;
  text-align: center;
  font-size: .6rem;
  line-height: .8rem;
  color: #000000;
  margin-top: .7rem;
}
.pop6 .plat-list{
  width: 100%;
  height: 1.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .6rem;
}
.pop6 .plat-list a{
  display: block;
  width: 5.03rem;
  height: 1.26rem;
  margin: 0 .35rem;
}
.pop6 .plat-list .steam{
  background: url(https://game.gtimg.cn/images/ext/steam.png) center center no-repeat;
  background-size: 100%;
}
.pop6 .plat-list .wegame{
  background: url(https://game.gtimg.cn/images/ext/wegame.png) center center no-repeat;
  background-size: 100%;
}

.pop10{
  width: 18rem;
  height: 10rem;
  background: none;
}
.pop10 .vplayer{
  width: 18rem;
  height: 10rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}




.scrollbar::-webkit-scrollbar {
  width: calc(16 /3840*100vw);
  height: calc(16 /3840*100vw);
  background-color: rgba(0, 0, 0, 0);
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
  border-radius: calc(20 /3840*100vw);
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.scrollbar::-webkit-scrollbar-thumb {
  height: calc(20 /3840*100vw);
  border-radius: calc(10 /3840*100vw);
  -webkit-box-shadow: none;
  background-color: #fff;
  box-shadow: none;
}

@keyframes animaRotate{
    0%{
      opacity: .6;
      transform: scale(1);
    }
    50%{
      opacity: 1;
      transform: scale(1.1);
    }
    100%{
      opacity: .6;
      transform: scale(1);
    }
}
@-webkit-keyframes animaRotate{
    0%{
      opacity: .6;
      transform: scale(1);
    }
    50%{
      opacity: 1;
      transform: scale(1.1);
    }
    100%{
      opacity: .6;
      transform: scale(1);
    }
}
.foot_lefts{
  float: initial !important;
  margin: 0 30px !important;
}
.foot_left{
  float: initial !important;
}
.foot_left {
   margin: 0 10px !important; 
   width: auto !important; 
   height: auto !important; 
}
.foot_cpright{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 20px !important;
}
.foot_left.logo1{
  width: 38px !important;
  height: auto !important;
}
.foot_left.logo2{
  width: 42px !important;
  height: auto !important;
}
.foot_left.age{
  width: 24px !important;
  height: auto !important;
}
.foot_ieg_logo {
  width: 170px !important;
  height: 33px !important;
  text-indent: -999em;
  overflow: hidden;
  margin: 0 !important;
  background-size: 100% !important;
}
.foot_left.foot_left_p{
  width: 340px !important;
  text-indent: 0 !important;;
  text-align: center !important;
  margin: 10px auto 0 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  color: #505050 !important;
  height: auto !important;
}
.foot_links{
  width: auto !important;
  margin: 0 30px !important;
}
/*.foot_lefts{
  width: 15rem;
  box-sizing: border-box;
  padding: 0 1.5rem;
}


.foot_left {
    float: left;
    text-indent: -999em;
    overflow: hidden;
     margin: 0 .4rem !important; 
     width: auto !important; 
     height: 1.12rem !important; 
}
.foot_ieg_logo {
    float: left;
    width: 5.57rem !important;
    height: 1.12rem !important;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 !important;
    background-size: 100% !important;
}
.foot_left.foot_left_p{
  width: 11rem !important;
  text-indent: 0 !important;;
  text-align: center !important;
  margin: .6rem auto 0 !important;
  font-size: .42rem !important;
  line-height: .82rem !important;
  color: #505050 !important;
  height: auto !important;
}
.foot_links{
  width: 22rem !important;
}
.foot_links .link_map span, .foot_links .link_map a{
  font-size: .36rem !important;
  color: #fff !important;
}
.copyright_zh a{
  padding-right: .2rem !important;
  font-size: .36rem !important;
  color: #fff !important;
}
.foot_links li{
  line-height: .6rem !important;
}
.foot_dark a{
  font-size: .36rem !important;
  color: #fff !important;
}
.foot_links li{
  font-size: .26rem;
}
.foot_links li p{
  font-size: .26rem !important;
}
.f_line{
  margin: 0 .1rem !important;
  color: #fff !important;
  font-size: .36rem !important;
}*/
.foot_links .link_map span, .foot_links .link_map a{
  color: #fff !important;
}
.copyright_zh a{
  color: #fff !important;
}
.foot_dark a{
  color: #fff !important;
}
.f_line{
  color: #fff !important;
}
.foot_links li.limit_age{
  color: #fff !important;
}