@charset "UTF-8";

/* 重置默认样式 */
* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  font-size: 120px;
}

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

body {
  margin: 0 auto;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  min-width: 10rem;
  max-width: 10rem;
  width: 10rem;
  font-size: 0.33333rem;
  background: #fff;
}

a, em, i, img {
  display: inline-block;
}

a, a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

li {
  list-style-type: none;
}

div {
  margin: 0 auto;
}

em, i {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

input, textarea {
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
}

label {
  font-weight: normal;
}

video {
  -webkit-object-fit: fill;
  -moz-object-fit: fill;
  -o-object-fit: fill;
  object-fit: fill;
}

:focus {
  outline: none;
}

/*公共样式*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*清除浮动   *有浮动的地方它的父元素需要清浮动*    */
.clear {
  zoom: 1;
}

/*照顾IE浏览器*/
.clear::after {
  content: "";
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
}

.box {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/*主轴居中*/
.box-pack-center {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*主轴居左*/
.box-pack-start {
  -webkit-box-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/*主轴居右*/
.box-pack-end {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*交叉轴居中对齐*/
.box-align-center {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

/*交叉轴居左对齐*/
.box-align-start {
  -webkit-box-align: start;
  -moz-align-items: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/*交叉轴居右对齐*/
.box-align-end {
  -webkit-box-align: end;
  -moz-align-items: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/* 主体 */
.wrapper {
  width: 100%;
  background: url("../img/bg.jpg?v=1.0.20210513") no-repeat center top/100% auto;
  padding-bottom: 6.759259259259259rem;
  overflow-x: hidden;
  /* 775/108 */
}

.common-wrap {
  width: 100%;
  height: auto;
}

.title-img {
  width: 100%;
}

.title-img>img {
  display: block;
  width: 100%;
  font-size: 0.481481481481481rem;
}

/* 头部 */
.header {
  height: 13.888888888888889rem;
}

.header>img {
  display: block;
  width: 100%;
  height: 100%;
}

.headerVideo {
  width: 100%;
  height: 100%;
  display: block;
}

/* 游戏视频 */
.video-main {
  background: url("../img/video-bg.jpg?v=1.0.20210513") no-repeat center top/100% 100%;
}

.video-main .title-img {
  opacity: 0.01;
}

.video-con {
  width: 100%;
  height: 6.342592592592593rem;
  /*685/108*/
}

.video-wrap {
  width: 8.907407407407407rem;
  height: 5.037037037037037rem;
  padding: 0.648148148148148rem 0.546296296296296rem 0.657407407407407rem;
  position: relative;
}

#mVideo {
  width: 8.907407407407407rem;
  height: 5.037037037037037rem;
  display: block;
  overflow: hidden;
}

.videoPlay {
  position: absolute;
  top: 0.648148148148148rem;
  left: 0.546296296296296rem;
  width: 8.907407407407407rem;
  height: 5.037037037037037rem;
  z-index: 21;
  background: rgba(0, 0, 0, 0.32);
}

.videoPlay>img {
  width: 2.351851851851852rem;
  height: 2.351851851851852rem;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 22;
  margin: -1.175925925925926rem 0 0 -1.175925925925926rem;
}

/* 游戏奖励 */
.game-gift {}

.game-gift-con, .game-gift-con>img {
  width: 100%;
  height: auto;
  display: block;
}

/* 游戏介绍 */
.game-intro {}

.game-intro-con, .game-intro-con>img {
  width: 100%;
  height: auto;
  display: block;
}

/* 人物介绍 */
.role-intro {}

.role-swiper {
  width: 100%;
  height: 12.046296296296296rem;
  position: relative;
}

.role-swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.role-swiper .swiper-slide>img {
  display: block;
  width: 100%;
  height: 100%;
}

.role-swiper .swiper-pagination {
  width: 100%;
  height: 1.444444444444444rem;
  bottom: 0.388888888888889rem;
  z-index: 10;
  background: url("../img/pagation-bg.png?v=1.0.20210513") no-repeat center center/100% 100%;
}

.role-swiper .swiper-pagination-bullet {
  width: 1.444444444444444rem;
  height: 1.444444444444444rem;
  margin: 0 0.018518518518519rem;
  display: block;
  border-radius: 0;
  opacity: 1;
  background: none;
}

.role-swiper .swiper-pagination-bullet>img {
  width: 1.444444444444444rem;
  height: 1.444444444444444rem;
}

.role-swiper .swiper-pagination-bullet>img.normal {
  display: block;
}

.role-swiper .swiper-pagination-bullet>img.active {
  display: none;
}

.role-swiper .swiper-pagination-bullet-active>img.normal {
  display: none;
}

.role-swiper .swiper-pagination-bullet-active>img.active {
  display: block;
}

/* 游戏特色 */
.game-tese {}

.tese-wrap {
  width: 100%;
  height: 16.222222222222222rem;
  margin: 0.472222222222222rem auto 0;
  position: relative;
}

.tese-swiper {
  width: 7.962962962962963rem;
  height: 14.148148148148148rem;
  padding: 0.555555555555556rem 0.555555555555556rem 0.518518518518519rem 0.462962962962963rem;
  background: url("../img/tese-bg.png?v=1.0.20210513") no-repeat center center/100% 100%;
}

.tese-swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.tese-swiper .swiper-slide>img {
  display: block;
  width: 100%;
  height: 100%;
}

.tese-wrap .swiper-pagination {
  width: 100%;
  height: 0.240740740740741rem;
  bottom: 0.648148148148148rem;
}

.tese-wrap .swiper-pagination-bullet {
  width: 0.240740740740741rem;
  height: 0.240740740740741rem;
  margin: 0 0.111111111111111rem;
  background: #fff;
  opacity: 1;
  display: block;
}

.tese-wrap .swiper-pagination-bullet-active {
  background: #48bcff;
}

.tese-wrap .swiper-button-next, .tese-wrap .swiper-button-prev {
  width: 0.555555555555556rem;
  height: 0.740740740740741rem;
  margin-top: -0.37037037037037rem;
}

.tese-wrap .swiper-button-next {
  right: 0.092592592592593rem;
  background: url("../img/right.png?v=1.0.20210513") no-repeat center right/100% 100%;
}

.tese-wrap .swiper-button-prev {
  left: 0.092592592592593rem;
  background: url("../img/left.png?v=1.0.20210513") no-repeat center right/100% 100%;
}

.tese-wrap .swiper-button-prev:after, .tese-wrap .swiper-container-rtl .swiper-button-next:after, .tese-wrap .swiper-button-next:after, .tese-wrap .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

/* 底部 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.055555555555556rem;
  background: #1b2b84;
  z-index: 30;
}

.ljxz {
  display: block;
  width: 6.481481481481481rem;
  height: 1.083333333333333rem;
}

.ljxz>img {
  display: block;
  width: 100%;
  height: 100%;
}