@charset "utf-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
* {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
body,
html {
  width: 100%;
  height: 100%;
  font-weight: 400;
  overflow-x: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
}
body {
  padding: 0;
  margin: 0;
  background: #fff;
  font: 0.16rem "黑体";

  /*IOS禁止微信调整字体大小*/
  -webkit-text-size-adjust: 100% !important;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
textarea {
  overflow: auto;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: 700;
}
a {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: middle;
}
input,
select {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
textarea {
  overflow: auto;
  resize: none;
}
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.show {
  display: block;
}

.container {
  width: 7.2rem;
  /* height: 71.76rem; */
  /* overflow: hidden; */
  /* background: url("../image/bg.jpg") no-repeat; */
  background-color: #000;
  background-size: 100%;
}

.fullpage {
  width: 100%;
  height: 100%;
}
/*-- header --*/
.header {
  width: 7.2rem;
  position: fixed;
  top: 0;
  z-index: 50;
  font-size: 0;
}
#top {
  width: 100%;
  height: 1.18rem;
  background: url("../images/bg-header.png") no-repeat;
  background-size: 100%;
}
#top a.top_logo {
  margin: 0.14rem 0.3rem;
}
#top a.top_logo > img {
  width: 0.88rem;
  /* height: .84rem; */
}
#top a.top_logo .logo-right {
  margin: 0.06rem 0.15rem;
  font-size: 0.38rem;
  color: #fff;
}
#top a.top_download {
  width: 0.9rem;
  margin: 0.17rem 0.1rem 0 0;
}
#top a.top_download img {
  vertical-align: top;
}
#menu {
  width: 100%;
  height: 0.95rem;
  line-height: 0.95rem;
  position: relative;
  /* background-color: rgba(0, 0, 0, 0.7); */
}
#menu ul {
  display: flex;
}
#menu ul.menu-ul {
  position: relative;
  z-index: 50;
  /* background: url(../image/menu-bg.png) no-repeat; */
  background-size: 100%;
  width: 7.2rem;
  height: 1.04rem;
}
#menu ul .header-download-wrapper {
  width: 2.77rem;
  height: 0.99rem;
  margin-left: 1.8rem;
  margin-top: -0.7rem;
}
#menu .header-nav-btn {
  position: absolute;
  left: 6.2rem;
  top: 0.2rem;
}
#menu .header-nav-btn a {
  display: block;
  width: 0.5rem;
  height: 0.45rem;
  background: url(../images/header-nav-open.png) no-repeat;
  background-size: 100%;
}
#menu .header-nav-btn.off a {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.2rem;
  margin-left: -0.05rem;
  background: url(../images/header-nav-close.png) no-repeat;
  background-size: 100%;
}
#menu ul li a {
  display: block;
  margin: 0 auto;
  /* margin-top: 0.26rem; */
}
#menu ul li .btn-news {
  width: 0.86rem;
  height: 0.43rem;
  background: url("../images/nav-news.png") no-repeat;
  background-size: 100%;
}
#menu ul li .btn-fb {
  width: 0.57rem;
  height: 0.3rem;
  background: url("../images/nav-fb.png") no-repeat;
  background-size: 100%;
  margin-top: 0.32rem;
}
#menu ul li .btn-home {
  width: 0.83rem;
  height: 0.43rem;
  background: url("../images/nav-home.png") no-repeat;
  background-size: 100%;
}
#menu ul li .btn-kefu {
  width: 0.86rem;
  /* height: .4rem; */
  background: url("../images/nav-kefu.png") no-repeat;
  background-size: 100%;
}
#menu ul li a.m:hover,
#menu ul li a.m.active {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* 悬浮窗弹窗 */
#menu .header-menu__mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 49;
}
#menu .header-menu__wrapper {
  margin: 0 auto;
  padding-top: 2.3rem;
}
#menu .header-menu__wrapper ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#menu .header-menu__wrapper ul li {
  margin-top: 0.4rem;
}
#menu .header-menu__wrapper li .header-menu-available {
  display: block;
  width: 6.32rem;
  height: 1.28rem;
  background: url("../images/header-game-available.png") no-repeat;
  background-size: 100%;
}
#menu .header-menu__wrapper li .header-menu-download {
  display: block;
  width: 6.32rem;
  height: 1.28rem;
  background: url("../images/header-game-download.png") no-repeat;
  background-size: 100%;
}
#menu .header-menu__wrapper li .header-menu-reserve {
  display: block;
  width: 6.32rem;
  height: 1.28rem;
  background: url("../images/header-game-reserve.png") no-repeat;
  background-size: 100%;
}
#menu .header-menu__wrapper li:nth-child(2) a {
  display: block;
  width: 6.32rem;
  height: 1.28rem;
  background: url("../images/header-fans-group.png") no-repeat;
  background-size: 100%;
}
#menu .header-menu__wrapper li:nth-child(3) a {
  display: block;
  width: 6.32rem;
  height: 1.28rem;
  background: url("../images/header-gamer-group.png") no-repeat;
  background-size: 100%;
}
#menu .header-menu__wrapper li:nth-child(4) a {
  display: block;
  width: 6.32rem;
  height: 1.28rem;
  background: url("../images/header-game-apk.png") no-repeat;
  background-size: 100%;
}
#menu .header-menu__wrapper li:nth-child(5) a {
  display: block;
  width: 6.32rem;
  height: 1.28rem;
  background: url("../images/header-game-service.png") no-repeat;
  background-size: 100%;
}
.wrap {
  width: 100%;
  /* position: relative;
  background: url(../images/bg.png) no-repeat;
  background-size: 100%;
  background-attachment: fixed; */
}
.back {
  width: 7.2rem;
  height: 14.36rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.wrap::before {
  content: " ";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: url("../image/bg.png") no-repeat center top;
  background-attachment: fixed; */
}

.main-swiper-container.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* .main-swiper-container.swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-size: cover;
} */
.main-swiper-container.swiper-container .swiper-wrapper .header,
.main-swiper-container.swiper-container .swiper-wrapper .footer {
  height: .72rem;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu ul .link-btn {
  right: 0;
  position: absolute;
  top: 0.2rem;
}

#menu ul .link-btn a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  font-size: 0;
}

#menu ul .link-btn .btn-lounge {
  background: url(../image/section1/btn-lounge.png) no-repeat;
  background-size: 100%;
  width: 0.60rem;
  height: 0.49rem;
  position: absolute;
  right: 1rem;
  top: 0.08rem;
}
#menu ul .link-btn .btn-youtube {
  background: url(../image/section1/btn-youtube.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.08rem;
  right: 0.08rem;
  width: 0.61rem;
  height: 0.46rem;
}
#menu ul .link-btn .btn-discord {
  background: url(../image/section1/btn-discord.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.88rem;
  top: 0.08rem;
  width: 0.47rem;
  height: 0.35rem;
}
#menu ul .link-btn .btn-tiktok {
  background: url(../image/section1/btn-tiktok.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.87rem;
  width: 0.59rem;
  height: 0.59rem;
}
/* 顶部 */
.top-list {
  position: fixed;
  top: 0;
  width: 7.2rem;
  height: .84rem;
  background: url("../image/section1/top-bg.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 5;
}
.menu-btn {
  position: fixed;
  right: -0.06rem;
  top: .15rem;
  transform: translateX(-50%);
  width: .51rem;
  height: .51rem;
  background: url("../image/section1/menu-btn.png") no-repeat;
  background-size: 100%;
  z-index: 5;
}


/*
.top-list li {
  width: .59rem;
  height: .59rem;
  margin-left: .17rem;
} */

.top-list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.head-icon{
  width: 1.82rem;
  height: .68rem;
  position: absolute;
  left: .2rem;
  background: url(../image/section1/logo.png) no-repeat;
  background-size: 100%;

}
.top-list .top-home {
  width: .41rem;
  height: .2rem;
  background: url("../image/section1/top-home.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 4rem;
  top: .3rem;
}

.top-list .top-youtube {
  width: .50rem;
  height: .41rem;
  background: url("../image/section1/top-YouTube.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left:5.55rem;
  top: 0.2rem;
}

.top-list .top-discord {
  width: .52rem;
  height: .52rem;
  background: url("../image/section1/top-discord.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 5.9rem;
  top: .15rem;
}

.top-list .top-menu {
  width: .50rem;
  height: .39rem;
  margin-right: .1rem;
  background: url("../image/section1/btn-main.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 6.5rem;
  top: 0.2rem;
}

@keyframes music-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.top-list .top-music {
  width: 0.35rem;
  height: 0.41rem;
  background: url("../image/section1/nomusic.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 5.8rem;
  top: 0.2rem;
}

.top-list .top-music.active {
  background: url("../image/section1/music.png") no-repeat;
  background-size: 100%;
  animation: music-animation 2s linear infinite;
}

.top-list .top-lounge {
  width: .56rem;
  height: .45rem;
  margin-right: .1rem;
  background: url("../image/section1/top-lounge.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 4.6rem;
  top: 0.2rem;
}
.btn-shoping{
  width: 4.61rem;
  height: 1.53rem;
  position: absolute;
  top: 10rem;
  left: 50%;
  margin-left: -2.305rem;
  background: url(../image/section1/btn-shoping.png) no-repeat;
  background-size: 100%;
}

/* 侧边栏 */
.nav-list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 7.2rem;
  height: 23.34rem;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.9);
  /* transition: all .3s ease-in-out; */
}

@font-face {
  font-family: "Danjo-bold";
  src: url(../../fonts/Danjo-bold-Regular.otf);
}
.nav-list li {
  position: absolute;
  width: 2.55rem;
  height: .44rem;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.36rem;
  text-align: center;
  letter-spacing: -0.03rem;
  line-height: .44rem;
  font-family: "Danjo-bold", "Noto Serif KR", serif;
  font-weight: 700;
  color: #757575;
  letter-spacing: -0.03rem;
}

.nav-list li.nav-1 {
  top: 3rem;
}

.nav-list li.nav-2 {
  top: 4rem;
}

.nav-list li.nav-3 {
  top: 5rem;
}

.nav-list li.nav-4 {
  top: 6rem;
  top: 5rem;
}

.nav-list li.nav-5 {
  top: 7rem;
  top: 6rem;
}

.nav-list li.nav-6 {
  top: 7rem;
}

.nav-list li.active {
  color:#ffffe1;
}
.nav-list li.active::after {
  content: "";
  display: inline-block;
  width: 4.63rem;
  height: .89rem;
  background: url(../image/section1/nav-selected.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.1rem;
  left: -1rem;
}

.nav-list i.nav-logo {
  width: 3.69rem;
  height: 1.33rem;
  background: url(../image/section1/nav-logo.png) no-repeat;
  background-size: 100%;
  /* margin: 0 auto; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  top: .98rem;
}


.nav-list .nav-button {
  position: absolute;
  width: 6rem;
  margin: 0 auto;
  top: 8.3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav-button a {
  display: block;
  width: 2.87rem;
  height: .93rem;
  background: url(../image/section1/nav-store-gp.png) no-repeat;
  background-size: 100%;
  margin-bottom: .3rem;
}
.nav-button .down-iOS a{
  background: url(../image/section1/nav-store-ios.png) no-repeat;  
  background-size: 100%;
}
.nav-button .down-one a{
  background: url(../image/section1/nav-store-one.png) no-repeat;  
  background-size: 100%;
}
.nav-button .down-gs a{
  background: url(../image/section1/nav-store-galaxy.png) no-repeat;  
  background-size: 100%;
}

#menu ul .link-btn .top-home{
    width: .74rem;
    height: .45rem;
    background: url(../image/section1/top-home.png) no-repeat;
    background-size: 100%;
    position: absolute;
    position: absolute;
    right: 2rem;
    top: 0.08rem;
}
.shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.dia-close {
  width: 0.33rem;
  height: 0.33rem;
  position: absolute;
  background: url(../image/section4/pop_close.png) no-repeat;
  background-size: 100%;
  top: 0.25rem;
  right: 0.3rem;
  z-index: 100;
  cursor: pointer;
}
.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 101;
}
/* 游戏介绍 */
.intro {
  width: 100%;
  height: 10rem;
  position: relative;
  font-size: 0;
}

.intro .title {
  /* width: 7.2rem;
  height: 1.92em; */
  display: flex;
  justify-content: center;
  padding-top: 0.8rem;
  /* margin: auto; */
}
/* 
.intro .intro-content {
  margin-top: 2rem;
} */
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 250ms, opacity 250ms ease-in-out;
  position: absolute;
  z-index: -1;
}
.poker-swiper-button-prev {
  width: 0.66rem;
  height: 0.63rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -0.6rem;
  background: url(../images/prev.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
.poker-swiper-button-next {
  width: 0.66rem;
  height: 0.63rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -0.6rem;
  background: url(../images/next.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.role .intro-content .career-btn {
  width: 2.87rem;
  height: 0.82rem;
  background: url(../images/career-btn.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  /* opacity: 0.7; */
  position: absolute;
  top: 1.5rem;
  left: 0.7rem;
  transition: all 0.3s;
  z-index: 2;
}

.role .intro-content .career-btn.active {
  background: url(../images/career-btn-active.png) no-repeat;
  background-size: 100%;
}

.role .intro-content .affiche-btn {
  width: 2.87rem;
  height: 0.82rem;
  background: url(../images/affiche-btn.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 0.7rem;
  top: 1.5rem;
  transition: all 0.3s;
  z-index: 2;
}

.role .intro-content .affiche-btn.active {
  background: url(../images/affiche-btn-active.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s;
}

.intro-content .intro-swiper {
  width: 100%;
  height: 3.99rem;
}

.intro-swiper .swiper-slide .intro-pic {
  position: absolute;
  width: 6.88rem;
  height: 3.99rem;
  left: 0.15rem;
}
/* 
.intro-content .affiche-info {
  position: absolute;
  top: 3rem;
  z-index: 100;
} */

.intro-content .affiche-swiper {
  width: 6.88rem;
  height: 3.99rem;
}

.intro-info .intro-swiper-button-prev {
  width: 0.53rem;
  height: 0.6rem;
  position: absolute;
  top: 5.6rem;
  background: url(../images/intro-btn-prev.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

.affiche-info .affiche-swiper-button-prev {
  width: 0.53rem;
  height: 0.6rem;
  position: absolute;
  top: 1.68rem;
  left: -0.15rem;
  background: url(../images/intro-btn-prev.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

.intro-info .intro-swiper-button-next {
  width: 0.53rem;
  height: 0.6rem;
  position: absolute;
  top: 5.6rem;
  left: 6.65rem;
  background: url(../images/intro-btn-next.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

.affiche-info .affiche-swiper-button-next {
  width: 0.53rem;
  height: 0.6rem;
  position: absolute;
  top: 1.68rem;
  left: 6.5rem;
  background: url(../images/intro-btn-next.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

.intro-swiper-pagination .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0;
  opacity: 1;
  background: url(../images/intro-s-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.2rem;
  margin-left: 1.66rem;
}

.affiche-swiper-pagination .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0;
  opacity: 1;
  background: url(../images/intro-s-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.2rem;
  /* margin-left: 1.05rem; */
  margin-left: 1.52rem;
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(2),
.affiche-swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
  left: 0.91rem;
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(3),
.affiche-swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
  left: 1.85rem;
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(4),
.affiche-swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
  left: 2.8rem;
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(5),
.affiche-swiper-pagination .swiper-pagination-bullet:nth-of-type(5) {
  left: 3.7rem;
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(6),
.affiche-swiper-pagination .swiper-pagination-bullet:nth-of-type(6) {
  left: 4.63rem;
}
/* .intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(7){
  left: 4.63rem;
}
.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(8){
  left: 5.46rem;
}*/
.intro-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.affiche-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.18rem;
  height: 0.18rem;
  background-image: url(../images/intro-s-active.png);
}
/* 轮播区域 */
.avatar-wrapper {
  width: 100%;
  height: 2.13rem;
  position: absolute;
  top: 9.1rem;
}
.Stone {
  width: 6.7rem;
  height: 2.23rem;
  position: absolute;
  left: 50%;
  top: 7.5rem;

  transform: translateX(-50%);
  background: url("../images/song.png") no-repeat;
  background-size: 100%;
}
.avatar-wrapper .swiper-slide .meng-front {
  position: absolute;
  width: 1.95rem;
  height: 1.95rem;
}

.title {
  overflow: hidden;
}
.title img {
  display: flex;
  justify-content: center;
}
.role-img {
  width: 3.75rem;
  height: 0.9rem;
  margin: auto;
}
/*视频*/
.video {
  padding-bottom: 1.65rem;
  overflow: hidden;
  font-size: 0;
}
.video-info {
  width: 6.51rem;
  height: 3.86rem;
  margin: 0.3rem auto 1.6rem;
  position: relative;
  background: url("../images/video-bg.png") no-repeat;
  background-size: 100%;
}
.video-swiper {
  width: 6.33rem;
  height: 3.69rem;
  padding-top: 0.08rem;
  margin-left: 0.09rem;
}
.video-swiper .swiper-slide h2 {
  position: absolute;
  right: 0.2rem;
  top: 0;
  font-size: 0.35rem;
  color: #f7f8f9;
  z-index: 2;
}
.video-swiper .swiper-slide .play {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-swiper .swiper-slide .youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 3;
}
.video-swiper-pagination {
  width: 5.91rem;
  height: 1.68rem;
  margin: auto;
  position: relative;
  bottom: 0;
}
.video-swiper-pagination .swiper-slide {
  margin-top: 0.5rem;
}
.video-swiper-pagination .swiper-slide span {
  width: 1.87rem;
  height: 1.14rem;
  position: relative;
  opacity: 1;
  display: block;
  border-radius: 0;
}
.video-swiper-pagination .swiper-slide.swiper-slide-active span:after {
  content: "";
  width: 1.97rem;
  height: 1.34rem;
  position: relative;
  left: -0.05rem;
  top: -0.16rem;
  background: url("../images/video-s-active.png") no-repeat;
  background-size: 100%;
  display: block;
  z-index: -1;
}
.video-swiper-pagination .swiper-slide .swiper-slide-1 {
  background: url("../images/video-s-1.png") no-repeat;
  background-size: 100%;
}
.video-swiper-pagination .swiper-slide .swiper-slide-2 {
  background: url("../images/video-s-2.png") no-repeat;
  background-size: 100%;
}
.video-swiper-pagination .swiper-slide .swiper-slide-3 {
  background: url("../images/video-s-3.png") no-repeat;
  background-size: 100%;
}
.video-swiper-button-prev {
  width: 0.22rem;
  height: 0.45rem;
  position: absolute;
  top: 5rem;
  left: -0.05rem;
  background: url("../images/video-btn.png") no-repeat;
  background-size: 100%;
}
.video-swiper-button-next {
  width: 0.22rem;
  height: 0.45rem;
  position: absolute;
  top: 5rem;
  right: -0.05rem;
  background: url("../images/video-btn.png") no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*游戏特色*/
/* .feature {
  padding-bottom: 1rem;
  overflow: hidden;
  font-size: 0;
}
.feature .title {
  text-align: right;
  height: 1.07rem;
}
.feature .title img {
  width: 6.19rem;
  height: 1.07rem;
}
.feature-info {
  width: 7.2rem;
  height: 5.04rem;
  margin-top: 0.37rem;
  background: url("../images/feature-bg.png") no-repeat center bottom;
  background-size: 100%;
}
.feature-swiper {
  width: 6.94rem;
  height: 4.17rem;
  margin: auto;
}
.feature-swiper .swiper-slide img {
  width: 100%;
}
.feature-swiper .swiper-slide .feature-pic {
  width: 6.94rem;
  position: absolute;
  z-index: 1;
}
.feature-swiper .swiper-slide .feature-screen {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.feature-swiper-pagination {
  margin-top: 0.48rem;
  position: relative;
}
.feature-swiper-pagination .swiper-pagination-bullet {
  width: 0.47rem;
  height: 0.47rem;
  margin: 0 0.1rem;
  background: url("../images/feature-s.png") no-repeat;
  background-size: 100%;
  border-radius: 0;
  opacity: 1;
}
.feature-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url("../images/feature-s-active.png") no-repeat;
  background-size: 100%;
} */
/*footer*/
.footer {
  width: 7.2rem;
  height: .72rem;
  background: url("../images/footer-bg.png") no-repeat center;
  background-size: 100%;
  position: relative;
  bottom: 0rem;
  left: 0;
}
.footer .cont {
  margin: 0 auto;
  line-height: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright,
.logo-game,
.copyright img,
.copyright p {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.25rem;
  color: white;
}
.logo-game img {
  width: 3.29rem;
  /* margin-top: -0.2rem; */
}
.logo-five > img {
  width: 0.4rem;
  height: 0.4rem;
}
.logo-game .company-game {
  font-size: 0.12rem;
  color: #cccccc;
  margin-left: -0.3rem;
  margin-top: -0.15rem;
}
.copyright img {
  width: 0.76rem;
}
.main-swiper-container .copyright p{
  margin-top: 0.05rem;
  margin-left: 0.8rem;
  width: 6rem;
}
.copyright p {
  margin-top: 0.1rem;
  line-height: 0.6rem;
  font-size: 0.12rem;
  color: #938a8a;
  text-align: right;
  width: 5.4rem;
  /* letter-spacing: -0.01rem; */
}
.copyright p > a{
  color: #938a8a;
  text-decoration: none;
  padding-bottom: 0.05rem;
  /* border-bottom: 0.01rem solid; */
  font-size: 0.12rem;
}
/*弹出视频*/
.video_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.pop-video-wrapper {
  width: 7.04rem;
  height: 5.23rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.pop-video-wrapper .pop-videos-inner {
  width: 6.14rem;
  height: 3.45rem;
  position: absolute;
  top: 0.66rem;
  left: .45rem;
}
.videos {
  width: 7.2rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.close {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 5.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/btn-close.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 101;
}
/*二级页*/
#wrapper {
  width: 7.2rem;
  height: 15.2rem;
  background: url("../image/second-bg.png") no-repeat;
  background-size: 100%;
  margin-bottom: -0.01rem;
}

.content {
  width: 6.84rem;
  height: 9.09rem;
  /* background: url(../image/content-bg.png) no-repeat center;
  background-size: 100%; */
  /* background-color: #000; */
  position: relative;
  margin: 0 auto;
  padding-top: 1.7rem;
}
.content-header {
  margin: 0 0.06rem;
  position: relative;
  /* background: url("../images/news-line.png") no-repeat left bottom;
    background-size: 5.76rem .31rem; */
}
.content-header-title {
  /* line-height: 0.75rem;
  font-size: 0.42rem;
  color: #faca8c;
  border-bottom: 0.01rem solid #bfbfbf;
  margin: 0 0.4rem;
  padding-top: 0.3rem;
  position: relative; */
}
.content-header-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.04rem;
  width: 0.9rem;
  background-color: #faca8c;
}
/* .goBack {
  position: absolute;
  right: 0.4rem;
  bottom: 0.25rem;
  font-size: 0.27rem;
  font-weight: 700;
  color: #515151;
} */
.goBack {
  position: absolute;
  color: #d3c3a8;
  right: 0.4rem;
  background: url(../image/back-btn.png) no-repeat center top;
  background-size: 100%;
  width: 1.14rem;
  height: 0.26rem;
  top: 1.1rem;
  right: 0.6rem;
}
.content-main {
  padding: .6rem 0;
  position: relative;
  width: 6.9rem;
  height: 9.98rem;
  background:url(../image/info-two-bg.png) no-repeat;
  background-size: 100%;
  margin-left: .15rem;
}
.content-main-tab {
  width: 5.41rem;
  height: 0.53rem;
  margin: auto;
  /* background: url("../images/news-nav.png") no-repeat;
    background-size: 100%; */
  margin-top: 0.3rem;
}
.content-main-tab-item {
  width: 1.7rem;
  margin-top: 0.03rem;
  line-height: 0.6rem;
  font-size: 0.36rem;
  text-align: center;
  float: left;
  z-index: 99;
  border: 0.01rem solid #faca8c;
  background-color: #ccc;
}
.content-main-tab-item:nth-of-type(1),
.content-main-tab-item:nth-of-type(2) {
  border-right: 0;
}
.content-main-tab-item:first-child {
  margin-left: 0.18rem;
}
.content-main-tab-item.active,
.content-main-tab-item:hover {
  background-color: #faca8c;
  color: #fff;
}
.content-main-tab-item a {
  display: block;
  color: #fff;
  text-shadow: 0 0 0.04rem #ccc;
}
.content-main-tab-item a img {
  width: auto;
  height: 0.21rem;
  margin-right: 0.1rem;
  vertical-align: unset;
}
.content-main-list {
  min-height: 8rem;
  margin: 0.15rem 0.08rem 0;
  clear: both;
}
.content-main-list-item {
  line-height: 1rem;
  border-bottom: 0.01rem solid #dce1e7;
  overflow: hidden;
}
.content-main-list-item a {
  font-size: 0.29rem;
  color: #515151;
}
.content-main-list-item a:hover {
  /*font-weight: 700;*/
}
.content-main-list-item_icon {
  float: left;
  width: 0.96rem;
  height: 0.4rem;
  margin: 0.3rem 0.1rem 0 0.1rem;
  background-color: #515151;
  display: inline-block;
  border-radius: 0.2rem;
  line-height: 0.4rem;
  color: #fff;
  text-align: center;
}
.content-main-list-item_title {
  float: left;
  width: 3.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-main-list-item_date {
  float: right;
  margin-right: 0.15rem;
  text-align: right;
}
.content-main-page {
  padding: 0.3rem;
}
.content-main-page-list {
  font-size: 0.38rem;
  color: #515151;
  text-align: center;
}
.content-main-page-list li {
  display: inline-block;
  margin: 0 0.15rem;
}
.content-main-page-list .pagination li.active a {
  text-decoration: underline;
  color: #2d92b0;
}
.content-main-page-list a {
  /* margin: 0 .15rem; */
  display: inline-block;
  color: #515151;
}
.content-main-page-list a:hover {
  text-decoration: underline;
}
#pageNow {
  text-decoration: underline;
}
#prevPageNow,
#nextPage {
  font-family: "微软雅黑";
}
.content-main-inner {
  position: absolute;
  top: 2rem;
  left: 0.4rem;
  width: 5.8rem;
  max-height: 7.3rem;
  overflow: hidden;
  margin: 0 auto;
  overflow-y: scroll;
}
.content-main-title {
  font-size: 0.24rem;
  color: #d3c3a8;
  text-align: center;
  width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 50%;
  margin-left: -2.5rem;
}
.content-main-time {
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #d3c3a8;
  position: relative;
  top: .2rem;
  /* left: 50%;
  width: 4rem;
  margin-left: -1.5rem; */
  text-align: center;
}
.content-main-ctn {
    /* top: 3.2rem; */
    /* width: 5.5rem; */
    /* left: 0.9rem; */
    font-size: 0.24rem;
    color: #9da4ad;
    word-break: break-word;
    /* position: absolute; */
    width: 5.5rem;
    left: 0.9rem;
    overflow: hidden;
    /* overflow-x: hidden; */
    margin-top: 0.5rem;
    margin-left: 0.2rem;
}
.content-main-ctn img {
  max-width: 100%;
  margin: auto;
  display: block;
}
/* 缩放动画 */
.zoom {
  -webkit-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

.poker-wrapper {
  width: 5.95rem;
  height: 7.4rem;
  margin: 0 auto;
  position: relative;
  margin-top: 2.4rem;
}
.swiper-container-coverflow .swiper-slide {
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.swiper-container.carousel-swiper {
  overflow: visible;
}
.poker-swiper .swiper-wrapper .swiper-slide .poker-front {
  width: 4.47rem;
  height: 7.4rem;
  top: 0.5rem;
}
.poker-swiper .swiper-wrapper .swiper-slide .poker-front1 {
  z-index: 2;
  width: 4.47rem;
  height: 7.4rem;
}
.poker-swiper .swiper-wrapper .swiper-slide .poker-front2 {
  width: 4.47rem;
  height: 7.4rem;
}
.poker-swiper .swiper-wrapper .swiper-slide .poker-front {
  background: url(../images/bg-swiper-1.png) no-repeat;
  background-size: 100%;
}
.poker-swiper .swiper-wrapper .swiper-slide .poker-front1 {
  background: url(../images/bg-swiper-1.png) no-repeat;
  background-size: 100%;
}
.poker-swiper .swiper-wrapper .swiper-slide .poker-front2 {
  background: url(../images/bg-swiper-1.png) no-repeat;
  background-size: 100%;
}

.title-img {
  width: 3.75rem;
  height: 0.9rem;
  margin: 0 auto;
}
.slidebar-right {
  position: fixed;
  bottom: .3rem;
  right: .3rem;
  z-index: 90;
  transition: all .3s;
  cursor: pointer;
}
.activity {
  display: block;
  width: 2.83rem;
  height: 2.19rem;
}
.aside-right-po {
  display: block;
  position: relative;
  width: 2.7rem;
  height: 2.26rem;
  background: url(../image/aside-right.png) no-repeat;
  background-size: 100%;
  left: .1rem;
}
.sideBanner {
  position: fixed;
  bottom: .3rem;
  left: .2rem;
  z-index: 90;
  transition: all .3s;
}
.sideBanner .ios-right {
  background: url(../image/apple_store.png) no-repeat;
  background-size: 100%;
  width: 1.03rem;
  height: .38rem;
  position: absolute;
  top: 1.38rem;
  left: 1.54rem;
  overflow: hidden;
  border-radius: .12rem;
}
.sideBanner .google-right {
  background: url(../image/google_store.png) no-repeat;
  background-size: 100%;
  width: 1.03rem;
  height: .38rem;
  position: absolute;
  top: 1.38rem;
  left: 1.54rem;
  overflow: hidden;
  border-radius: .12rem;
}
.google-store-linght {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../image/google-light.png) no-repeat;
  background-size: 100%;
  content: "";
  transition: all 650ms;
  -webkit-animation: sg 2s linear infinite;
  -moz-animation: sg 2s linear infinite;
  -ms-animation: sg 2s linear infinite;
  animation: sg 2s linear infinite;
}
.google-right span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
  border-radius: 0.28rem;
}
@keyframes sg {
  from {
      left: -100%;
  }

  to {
      left: 100%;
  }
}


.revealOpen{
  animation: reveal 1.5s forwards;
}

.revealOpenPage {
animation: reveal2 1.2s forwards;
}

@keyframes reveal {
 0% {
     clip-path: inset(0 50% 0 50%);
 }
 100% {
     clip-path: inset(0 0 0 0);
 }
}

@keyframes reveal2 {
0% {
 clip-path: inset(0 50% 0 50%);
 opacity: 0;
}
100% {
 clip-path: inset(0 0 0 0);
 opacity: 1;
}
}

.pc-open {
clip-path: inset(0 50% 0 50%);
 opacity: 0;
}

.zixun {
  background: url(../image/section6/page6-bg.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 15.2rem;
}

/* .title-bg-animate::before {
  content: '';
  width: 7.2rem;
  height: 2.5rem;
  background: url(../image/title-bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
} */