@charset "UTF-8";
/* reset */
html, body, div, p, ul, li, dl, dt, dd, em, i, span, a, img, input, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a, img, input {
  border: none;
}

body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

a, img {
  -webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单 */
}

html, body {
  -webkit-user-select: none; /* 禁止选中文本（如无文本选中需求，此为必选项） */
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

* {
  outline: none;
}

@font-face {
  font-family: "mistlockr";
  src: url("../images/fonts/Mistlock-Regular.ttf");
}
@font-face {
  font-family: "fzlthk";
  src: url("../images/fonts/fzlthk.ttf");
}
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #000000;
}

.ispc {
  display: none !important;
}

.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.36rem;
  background-image: url("../images/m/nav_bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 10;
}
.navbar .logo {
  position: absolute;
  left: 0.36rem;
  top: 0.14rem;
  width: 2.43rem;
  height: 0.6rem;
  background-image: url("../images/m/logo.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.navbar .nav-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.22rem;
  height: 0.93rem;
  background-image: url("../images/m/nav-btn.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 10;
}
.navbar .nav-btn.open {
  right: 0.33rem;
  top: 0.31rem;
  width: 0.47rem;
  height: 0.46rem;
  background-image: url("../images/m/nav-btn2.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.navbar .nav-links {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/m/nav-mask1.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 1.54rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.navbar .nav-links.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
}
.navbar .nav-links a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 3.83rem;
  height: 1rem;
  font-family: "mistlockr";
  font-size: 0.36rem;
  color: #8f8f90;
  line-height: 1.4;
  margin-right: 0.4rem;
  padding-right: 0.36rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navbar .nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.83rem;
  height: 0.02rem;
  background-image: url("../images/m/split-line.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.navbar .nav-links a.on {
  color: #ac0a0d;
}

.game-section {
  position: relative;
  width: 100%;
  height: 16.24rem;
  background-image: url("../images/m/bg1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.game-section .game-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.game-section .game-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.14rem;
  width: 100%;
  height: 5.47rem;
  background-image: url("../images/m/ay.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
}
.game-section .kv-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.game-section .kv-video canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.game-section .game-title {
  position: absolute;
  bottom: 3.52rem;
  left: 0.3rem;
  width: 5.37rem;
  height: 1.09rem;
  background-image: url("../images/m/title1.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
}
.game-section .game-subtitle {
  position: absolute;
  bottom: 2.44rem;
  left: 0.3rem;
  width: 200%;
  font-family: "fzlthk";
  font-size: 0.32rem;
  color: #a7a8a8;
  line-height: 2;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.game-section .game-player {
  position: absolute;
  left: 0.18rem;
  bottom: 4.8rem;
  width: 2rem;
  height: 1.21rem;
  background-image: url("../images/video-bg.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.game-section .play-button {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.52rem;
  height: 0.52rem;
  background-image: url("../images/player-btn.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
}
.game-section .btns {
  position: absolute;
  bottom: 1.29rem;
  left: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.game-section .btns .qu-btn {
  width: 3.21rem;
  height: 0.95rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.game-section .btns .qu-btn.qu-btn-meta {
  background-image: url("../images/btn2.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.game-section .btns .qu-btn.qu-btn-steam {
  background-image: url("../images/btn3.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: 0.16rem;
}
.game-section .tips {
  position: absolute;
  bottom: 0.56rem;
  left: 0.3rem;
  width: 177%;
  font-family: "fzlthk";
  font-size: 0.32rem;
  color: #a7a8a8;
  line-height: 1.5;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  text-transform: uppercase;
}

.feature-section {
  position: relative;
  width: 100%;
  height: 16.24rem;
}
.feature-section .feature-overlay {
  position: absolute;
  top: -0.71rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2.11rem;
  background-image: url("../images/m/feature-overlay1.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 2;
}
.feature-section .feature-content {
  width: 100%;
  height: 100%;
}
.feature-section .features {
  position: relative;
  width: 100%;
  height: 100%;
}
.feature-section .features .features-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.feature-section .features .features-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.feature-section .features .features-texts {
  position: absolute;
  bottom: 3.3rem;
  right: 0.29rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.feature-section .features .features-subtit {
  font-family: "fzlthk";
  font-size: 0.18rem;
  color: #a7a8a8;
  text-align: right;
  line-height: 2.3;
  margin-top: 0.15rem;
  padding-left: 0.1rem;
}
.feature-section .features .features-title1 {
  width: 4.77rem;
  height: 2.26rem;
  background-image: url("../images/m/features-title1.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .features .features-title2 {
  width: 6.33rem;
  height: 2.26rem;
  background-image: url("../images/m/features-title2.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .features .features-title3 {
  width: 6.92rem;
  height: 1.87rem;
  background-image: url("../images/m/features-title3.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .features .features-title4 {
  width: 4.82rem;
  height: 1.21rem;
  background-image: url("../images/m/features-title4.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .features .features-title5 {
  width: 6.7rem;
  height: 1.87rem;
  background-image: url("../images/m/features-title5.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.55rem;
  width: 6.92rem;
  height: 2.45rem;
  z-index: 3;
}
.feature-section .feature-card-box .swiper-button-prev {
  left: 0;
  width: 0.54rem;
  height: 0.41rem;
  background-image: url("../images/button-prev_on.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.feature-section .feature-card-box .swiper-button-prev::after {
  display: none;
}
.feature-section .feature-card-box .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/button-prev.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card-box .swiper-button-next {
  right: 0;
  width: 0.54rem;
  height: 0.41rem;
  background-image: url("../images/button-next_on.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.feature-section .feature-card-box .swiper-button-next::after {
  display: none;
}
.feature-section .feature-card-box .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/button-next.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card-box .swiper-pagination {
  bottom: 0.13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
.feature-section .feature-card-box .swiper-pagination .swiper-pagination-bullet {
  width: 0.07rem;
  height: 0.1rem;
  opacity: 1 !important;
  background-image: url("../images/icon-pagetions.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0 0.06rem;
}
.feature-section .feature-card-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("../images/icon-pagetions_on.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
}
.feature-section .feature-card {
  width: 5.56rem;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.feature-section .feature-card .swiper-slide {
  width: 3.16rem;
  height: 100% !important;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.feature-section .feature-card .swiper-slide-active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.feature-section .feature-card .swiper-slide-active .feature-card-img.feature-card-img1::after {
  top: -0.21rem;
  left: -0.31rem;
  width: 3.85rem;
  height: 2.07rem;
  background-image: url("../images/feature-card-img1_on.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card .swiper-slide-active .feature-card-img.feature-card-img2::after {
  top: -0.21rem;
  left: -0.31rem;
  width: 3.85rem;
  height: 2.07rem;
  background-image: url("../images/feature-card-img2_on.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card .swiper-slide-active .feature-card-img.feature-card-img3::after {
  top: -0.21rem;
  left: -0.31rem;
  width: 3.85rem;
  height: 2.07rem;
  background-image: url("../images/feature-card-img3_on.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card .swiper-slide-active .feature-card-img.feature-card-img4::after {
  top: -0.21rem;
  left: -0.31rem;
  width: 3.85rem;
  height: 2.07rem;
  background-image: url("../images/feature-card-img4_on.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card .swiper-slide-active .feature-card-img.feature-card-img5::after {
  top: -0.21rem;
  left: -0.31rem;
  width: 3.85rem;
  height: 2.07rem;
  background-image: url("../images/feature-card-img5_on.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card .swiper-slide-active .feature-card-name {
  color: #950000;
}
.feature-section .feature-card .feature-card-img {
  position: absolute;
  left: 0;
  top: 0.57rem;
  width: 3.18rem;
  height: 1.43rem;
}
.feature-section .feature-card .feature-card-img.feature-card-img1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.18rem;
  height: 1.43rem;
  background-image: url("../images/feature-card-img1.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card .feature-card-img.feature-card-img2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.18rem;
  height: 1.43rem;
  background-image: url("../images/feature-card-img2.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card .feature-card-img.feature-card-img3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.18rem;
  height: 1.43rem;
  background-image: url("../images/feature-card-img3.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card .feature-card-img.feature-card-img4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.18rem;
  height: 1.43rem;
  background-image: url("../images/feature-card-img4.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card .feature-card-img.feature-card-img5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.18rem;
  height: 1.43rem;
  background-image: url("../images/feature-card-img5.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature-section .feature-card .feature-card-name {
  position: absolute;
  left: 0;
  bottom: 0.68rem;
  width: 100%;
  font-family: "mistlockr";
  font-size: 0.3rem;
  color: #979b9b;
  text-align: center;
  line-height: 1;
}

.social-section {
  position: relative;
  width: 100%;
  height: 16.24rem;
  background-image: url("../images/m/bg3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.social-section .social-overlay {
  position: absolute;
  top: -1.07rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2.44rem;
  background-image: url("../images/m/social-overlay1.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 2;
}
.social-section .social-content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-section .section-title {
  width: 5.36rem;
  height: 2.43rem;
  background-image: url("../images/m/title3.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto 0;
}
.social-section .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.4rem;
}
.social-section .social-icons a {
  margin: 0 0.35rem;
}
.social-section .social-icons a:nth-child(n+3) {
  margin-top: 0.39rem;
}
.social-section .social-icons a:nth-child(1) {
  margin: 0 2.04rem;
}
.social-section .social-icons a:nth-child(2) {
  margin-top: 0.39rem;
}
.social-section .social-icons .fab {
  display: block;
  width: 2.09rem;
  height: 2.68rem;
}
.social-section .social-icons .fab.fa-discord {
  background-image: url("../images/fa-discord.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.social-section .social-icons .fab.fa-twitter {
  background-image: url("../images/fa-twitter.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.social-section .social-icons .fab.fa-youtube {
  background-image: url("../images/fa-youtube.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.social-section .social-icons .fab.fa-facebook-f {
  background-image: url("../images/fa-facebook.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.social-section .social-icons .fab.fa-instagram {
  background-image: url("../images/fa-instagram.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.social-section .social-icons .fab.fa-tiktok {
  background-image: url("../images/fa-tiktok.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.social-section .press-kit {
  display: block;
  width: 3.51rem;
  height: 0.95rem;
  background-image: url("../images/btn4.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0.2rem auto 0;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.social-section .tips {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.5);
          transform: translateX(-50%) scale(0.5);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  width: 200%;
  height: 0.8rem;
  font-family: "fzlthk";
  font-size: 0.32rem;
  color: #a7a8a8;
  line-height: 2;
  text-transform: uppercase;
  margin-top: 0.2rem;
  text-align: center;
}

.footer {
  position: relative;
  width: 100%;
  min-height: 6.12rem;
  margin-top: -0.04rem;
  padding-top: 0.27rem;
  padding-bottom: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 4;
  background-image: url("../images/m/footer-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.footer .footer-cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "mistlockr";
  font-size: 0.33rem;
  color: #9da0a2;
  line-height: 1;
  margin-top: 0.5rem;
}
.footer .footer-cookies .cookies-checkbox {
  position: relative;
  width: 0.7rem;
  height: 0.36rem;
  margin-top: 0.02rem;
  margin-left: 0.1rem;
}
.footer .footer-cookies .cookies-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.footer .footer-cookies .cookies-checkbox input:checked + i {
  background-image: url("../images/m/icon-switch_on.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.footer .footer-cookies .cookies-checkbox i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/m/icon-switch.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.footer .footer-btns {
  width: 100%;
  margin: 0.2rem auto 0.3rem;
  text-align: center;
}
.footer .footer-btns a {
  position: relative;
  display: block;
  width: 7.47rem;
  height: 0.77rem;
  font-size: 0.24rem;
  line-height: 3.2;
  color: #b1b1b1;
  margin: 0 auto;
}
.footer .footer-btns a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#9fa2a4), to(transparent));
  background: linear-gradient(to right, transparent, #9fa2a4, transparent);
  opacity: 0.35;
}
.footer .footer-btns a:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#9fa2a4), to(transparent));
  background: linear-gradient(to right, transparent, #9fa2a4, transparent);
  opacity: 0.35;
}
.footer .footer-logolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: default;
}
.footer .footer-logolist .footer-logoitem.footer-logoitem1 {
  width: 2.14rem;
  height: 0.56rem;
  background-image: url("../images/logo2.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.footer .footer-logolist .footer-logoitem.footer-logoitem2 {
  width: 1.6rem;
  height: 0.4rem;
  background-image: url("../images/logo3.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: 0.38rem;
}
.footer .footer-logolist .footer-logoitem.footer-logoitem3 {
  width: 1.45rem;
  height: 0.19rem;
  background-image: url("../images/logo4.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: 0.31rem;
}
.footer p {
  color: #b1b1b1;
  text-align: center;
  line-height: 1.4;
  font-size: 0.16rem;
}

.pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}
.pop .pop-con {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-pop .pop-con {
  width: 6.4rem;
  height: 3.6rem;
  background-color: #000;
  border: 1px solid #9e0405;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-pop .video-container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.video-pop .video-container::before {
  content: "";
  position: absolute;
  top: -0.05rem;
  left: -0.04rem;
  width: 6.54rem;
  height: 3.99rem;
  background-image: url("../images/dia-video-bg.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}
.video-pop .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-pop .video-container .ytplayer {
  width: 100%;
  height: 100%;
}
.video-pop .close-btn {
  position: absolute;
  bottom: -0.82rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.38rem;
  height: 0.44rem;
  background-image: url("../images/m/close-btn.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: 999em;
  overflow: hidden;
}

.common-pop .pop-con {
  width: 7.45rem;
  height: 5.05rem;
  background-image: url("../images/m/dia-bg1.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.common-pop .common-text {
  position: absolute;
  top: 0.95rem;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.5);
          transform: translateX(-50%) scale(0.5);
  width: 200%;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  font-family: "fzlthk";
  font-size: 0.36rem;
  line-height: 2.2;
  color: #a7a8a8;
  text-align: center;
  text-transform: uppercase;
}
.common-pop .comfirm-btn {
  position: absolute;
  top: 3.32rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3.23rem;
  height: 0.88rem;
  background-image: url("../images/m/btn1.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: "mistlockr";
  font-size: 0.38rem;
  color: rgba(199, 199, 199, 0.65);
  text-align: center;
  line-height: 2;
}
.common-pop .close-btn {
  position: absolute;
  bottom: -0.62rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.38rem;
  height: 0.44rem;
  background-image: url("../images/m/close-btn.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: 999em;
  overflow: hidden;
}

@media all and (orientation: landscape) {
  html, body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333;
    z-index: 99999;
  }
  html::after {
    content: "please enjoy in Portrait mode";
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    height: 30px;
    width: 100%;
    margin-top: 50px;
    z-index: 99999;
  }
  body::before {
    content: "";
    position: absolute;
    z-index: 99999;
    height: 200px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin: -140px 0 0 -50px;
    color: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAB2CAYAAAAZUrcsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDAwMjcwNkVEQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDAwMjcwNkREQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0NzhCMTlBREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ0NzhCMTlCREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+J30rNQAACRRJREFUeNrsXQlsFVUU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");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto;
    -webkit-transform: rotateZ(-90deg);
  }
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings{
  font: inherit !important;
  font-size: 0.24rem !important;
  line-height: 3.2 !important;
  color: #b1b1b1 !important;
  height: 0.77rem !important;
}

.footer .footer-cookies .cookies-checkbox input + i{
  background-image: url("../images/m/icon-switch_on.png") !important;

}
.footer .footer-cookies.act .cookies-checkbox input + i {
  background-image: url("../images/m/icon-switch.png") !important;
}