body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, header, section, article, footer {
  margin: 0;
}

body, button, input, select, textarea {
  font: 12px/1.5 tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em, b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th, ul, ol {
  padding: 0;
}

* {
  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 {
  overflow-x: hidden;
  overflow-y: auto;
}

.wrap {
  margin: 0 auto;
}

.ism {
  display: none !important;
}

.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.53rem;
  background-image: url("../images/nav_bg.png");
  background-size: cover;
  background-position: center top;
  z-index: 10;
}
.navbar .logo {
  position: absolute;
  top: 0.19rem;
  left: 1.06rem;
  width: 2.15rem;
  height: 0.54rem;
  background-image: url("../images/logo.png");
  background-size: 100% 100%;
  background-position: center top;
}
.navbar .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.9rem;
  margin-right: 1.06rem;
}
.navbar .nav-links a {
  position: relative;
  font-family: "mistlockr";
  font-size: 0.3rem;
  color: #8f8f90;
  line-height: 1.4;
  z-index: 0;
}
.navbar .nav-links a:not(:nth-child(1)) {
  margin-left: 0.8rem;
}
.navbar .nav-links a:hover {
  color: #a21212;
}
.navbar .nav-links a.on {
  text-shadow: 0 0 2px #5b0c0c;
  color: #a21212;
}
.navbar .nav-links a.on::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.18rem;
  height: 0.6rem;
  background-image: url("../images/dec_text.png");
  background-size: 100% 100%;
  background-position: center top;
  z-index: -1;
}

.game-section {
  position: relative;
  width: 100%;
  height: 14.44rem;
  background-image: url("../images/bg1.jpg");
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
.game-section .kv-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.game-section .kv-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.game-section .game-title {
  position: absolute;
  bottom: 3.2rem;
  left: 2.39rem;
  width: 8.24rem;
  height: 1.59rem;
  background-image: url("../images/title1.png");
  background-size: 100% 100%;
  background-position: center top;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
}
.game-section .game-subtitle {
  position: absolute;
  bottom: 2.16rem;
  left: 2.39rem;
  font-family: "fzlthk";
  font-size: 0.36rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2.3;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.game-section .game-player {
  position: absolute;
  left: 2.27rem;
  bottom: 5.13rem;
  width: 3.79rem;
  height: 2.29rem;
  background-image: url("../images/video-bg.png");
  background-size: 100% 100%;
  background-position: center top;
}
.game-section .play-button {
  position: absolute;
  top: 0.58rem;
  left: 50%;
  margin-left: -0.49rem;
  width: 0.98rem;
  height: 0.98rem;
  background-image: url("../images/player-btn.png");
  background-size: 100% 100%;
  background-position: center top;
  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 .play-button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.game-section .btns {
  position: absolute;
  bottom: 1.11rem;
  left: 2.38rem;
  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;
}
.game-section .btns .qu-btn.qu-btn-steam {
  background-image: url("../images/btn3.png");
  background-size: 100% 100%;
  background-position: center top;
  margin-left: 0.16rem;
}
.game-section .btns .qu-btn:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
.game-section .tips {
  position: absolute;
  bottom: 0.6rem;
  left: 2.39rem;
  font-family: "fzlthk";
  font-size: 0.36rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2.3;
  text-transform: uppercase;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  white-space: nowrap;
}

.feature-section {
  position: relative;
  width: 100%;
  height: 14.4rem;
}
.feature-section .feature-overlay {
  position: absolute;
  top: -1.22rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25.6rem;
  height: 3.78rem;
  background-image: url("../images/feature-overlay1.png");
  background-size: 100% 100%;
  background-position: center top;
  z-index: 2;
  pointer-events: none;
}
.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;
  top: 2.75rem;
  right: 2.39rem;
  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.36rem;
  height: 1.4rem;
  color: #a7a8a8;
  text-align: right;
  line-height: 2.3;
  margin-top: 0.15rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.feature-section .features .features-title1 {
  width: 7.7rem;
  height: 1.34rem;
  background-image: url("../images/features-title1.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .features .features-title2 {
  width: 6.97rem;
  height: 2.45rem;
  background-image: url("../images/features-title2.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .features .features-title3 {
  width: 10.01rem;
  height: 2.46rem;
  background-image: url("../images/features-title3.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .features .features-title4 {
  width: 5.3rem;
  height: 1.34rem;
  background-image: url("../images/features-title4.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .features .features-title5 {
  width: 10.06rem;
  height: 2.46rem;
  background-image: url("../images/features-title5.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .feature-card-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.93rem;
  width: 20.84rem;
  height: 3.04rem;
  z-index: 3;
}
.feature-section .feature-card-box .swiper-button-prev {
  left: 0;
  width: 0.72rem;
  height: 0.54rem;
  background-image: url("../images/button-prev_on.png");
  background-size: 100% 100%;
  background-position: center top;
  opacity: 1 !important;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.feature-section .feature-card-box .swiper-button-prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.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;
}
.feature-section .feature-card-box .swiper-button-next {
  right: 0;
  width: 0.72rem;
  height: 0.54rem;
  background-image: url("../images/button-next_on.png");
  background-size: 100% 100%;
  background-position: center top;
  opacity: 1 !important;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.feature-section .feature-card-box .swiper-button-next:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.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;
}
.feature-section .feature-card-box .swiper-pagination {
  bottom: 0.02rem;
  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.17rem;
  height: 0.25rem;
  opacity: 1 !important;
  background-image: url("../images/icon-pagetions.png");
  background-size: 100% 100%;
  background-position: center top;
  background-color: transparent;
  margin: 0 0.15rem;
}
.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-color: transparent;
}
.feature-section .feature-card {
  width: 18.81rem;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.feature-section .feature-card .swiper-slide {
  width: 4.52rem;
  height: 100% !important;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.feature-section .feature-card .swiper-slide:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
.feature-section .feature-card .swiper-slide-thumb-active .feature-card-img.feature-card-img1::after {
  top: -0.08rem;
  left: -0.1rem;
  width: 4.75rem;
  height: 2.55rem;
  background-image: url("../images/feature-card-img1_on.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .feature-card .swiper-slide-thumb-active .feature-card-img.feature-card-img2::after {
  top: -0.08rem;
  left: -0.1rem;
  width: 4.75rem;
  height: 2.55rem;
  background-image: url("../images/feature-card-img2_on.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .feature-card .swiper-slide-thumb-active .feature-card-img.feature-card-img3::after {
  top: -0.08rem;
  left: -0.1rem;
  width: 4.75rem;
  height: 2.55rem;
  background-image: url("../images/feature-card-img3_on.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .feature-card .swiper-slide-thumb-active .feature-card-img.feature-card-img4::after {
  top: -0.08rem;
  left: -0.1rem;
  width: 4.75rem;
  height: 2.55rem;
  background-image: url("../images/feature-card-img4_on.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .feature-card .swiper-slide-thumb-active .feature-card-img.feature-card-img5::after {
  top: -0.08rem;
  left: -0.1rem;
  width: 4.75rem;
  height: 2.55rem;
  background-image: url("../images/feature-card-img5_on.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .feature-card .swiper-slide-thumb-active .feature-card-name {
  color: #950000;
}
.feature-section .feature-card .feature-card-img {
  position: absolute;
  left: 0;
  top: 0.57rem;
  width: 4.53rem;
  height: 1.89rem;
  cursor: pointer;
}
.feature-section .feature-card .feature-card-img::after {
  pointer-events: none;
}
.feature-section .feature-card .feature-card-img.feature-card-img1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.53rem;
  height: 2.03rem;
  background-image: url("../images/feature-card-img1.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .feature-card .feature-card-img.feature-card-img2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.53rem;
  height: 2.03rem;
  background-image: url("../images/feature-card-img2.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .feature-card .feature-card-img.feature-card-img3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.53rem;
  height: 2.03rem;
  background-image: url("../images/feature-card-img3.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .feature-card .feature-card-img.feature-card-img4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.53rem;
  height: 2.03rem;
  background-image: url("../images/feature-card-img4.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .feature-card .feature-card-img.feature-card-img5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.53rem;
  height: 2.03rem;
  background-image: url("../images/feature-card-img5.png");
  background-size: 100% 100%;
  background-position: center top;
}
.feature-section .feature-card .feature-card-name {
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  width: 100%;
  font-family: "mistlockr";
  font-size: 0.38rem;
  color: #979b9b;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

.social-section {
  position: relative;
  width: 100%;
  height: 14.4rem;
  background-image: url("../images/bg3.jpg");
  background-size: cover;
  background-position: center center;
}
.social-section .social-overlay {
  position: absolute;
  top: -1.22rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25.6rem;
  height: 3.75rem;
  background-image: url("../images/social-overlay1.png");
  background-size: 100% 100%;
  background-position: center top;
  z-index: 2;
}
.social-section .social-content {
  padding-top: 1.5rem;
}
.social-section .section-title {
  width: 8.23rem;
  height: 1.64rem;
  background-image: url("../images/title3.png");
  background-size: 100% 100%;
  background-position: center top;
  margin: 0 auto 0;
}
.social-section .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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.67rem;
}
.social-section .social-icons a {
  margin: 0 0.35rem;
  -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 .social-icons a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.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;
}
.social-section .social-icons .fab.fa-discord:hover {
  background-image: url("../images/fa-discord_on.png");
  background-size: 100% 100%;
  background-position: center top;
}
.social-section .social-icons .fab.fa-twitter {
  background-image: url("../images/fa-twitter.png");
  background-size: 100% 100%;
  background-position: center top;
}
.social-section .social-icons .fab.fa-twitter:hover {
  background-image: url("../images/fa-twitter_on.png");
  background-size: 100% 100%;
  background-position: center top;
}
.social-section .social-icons .fab.fa-youtube {
  background-image: url("../images/fa-youtube.png");
  background-size: 100% 100%;
  background-position: center top;
}
.social-section .social-icons .fab.fa-youtube:hover {
  background-image: url("../images/fa-youtube_on.png");
  background-size: 100% 100%;
  background-position: center top;
}
.social-section .social-icons .fab.fa-facebook-f {
  background-image: url("../images/fa-facebook.png");
  background-size: 100% 100%;
  background-position: center top;
}
.social-section .social-icons .fab.fa-facebook-f:hover {
  background-image: url("../images/fa-facebook_on.png");
  background-size: 100% 100%;
  background-position: center top;
}
.social-section .social-icons .fab.fa-instagram {
  background-image: url("../images/fa-instagram.png");
  background-size: 100% 100%;
  background-position: center top;
}
.social-section .social-icons .fab.fa-instagram:hover {
  background-image: url("../images/fa-instagram_on.png");
  background-size: 100% 100%;
  background-position: center top;
}
.social-section .social-icons .fab.fa-tiktok {
  background-image: url("../images/fa-tiktok.png");
  background-size: 100% 100%;
  background-position: center top;
}
.social-section .social-icons .fab.fa-tiktok:hover {
  background-image: url("../images/fa-tiktok_on.png");
  background-size: 100% 100%;
  background-position: center top;
}
.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;
  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 .press-kit:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
.social-section .tips {
  font-family: "fzlthk";
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2.3;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.2rem;
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  height: 3.33rem;
  margin-top: -3.33rem;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer-con {
  width: 100%;
  height: auto;
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images/footer-bg.png");
  background-size: 100% auto;
  background-position: center top;
}
.footer .footer-cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "mistlockr";
  font-size: 0.24rem;
  color: #9da0a2;
  line-height: 1;
  margin: 0.44rem auto 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer .footer-cookies .cookies-checkbox {
  position: relative;
  width: 0.55rem;
  height: 0.28rem;
  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;
  -webkit-mask-image: url("../images/m/icon-switch_on.png");
          mask-image: url("../images/m/icon-switch_on.png");
  margin: 0;
  cursor: pointer;
}
.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;
}
.footer .footer-cookies .cookies-checkbox i {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.55rem;
  height: 0.28rem;
  background-image: url("../images/m/icon-switch.png");
  background-size: 100% 100%;
  background-position: center top;
}
.footer .footer-btns {
  width: 100%;
  margin: 0.16rem auto 30px;
  text-align: center;
}
.footer .footer-btns a {
  position: relative;
  display: inline-block;
  font-size: 0.18rem;
  margin-right: 70px;
  line-height: 1.2;
  min-width: 120px;
  color: #b1b1b1;
}
.footer .footer-btns a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 9px;
  background: #737373;
}
.footer .footer-btns a:last-child::after {
  display: none;
}
.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;
}
.footer .footer-logolist .footer-logoitem {
  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;
}
.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;
  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;
  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: 12.8rem;
  height: 7.2rem;
  background-color: #000;
  -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.11rem;
  left: -0.08rem;
  width: 13.09rem;
  height: 7.99rem;
  background-image: url("../images/dia-video-bg.png");
  background-size: 100% 100%;
  background-position: center top;
  z-index: -1;
}
.video-pop .video-container .ytplayer {
  width: 100%;
  height: 100%;
}
.video-pop .close-btn {
  position: absolute;
  top: 0rem;
  right: -0.78rem;
  width: 0.38rem;
  height: 0.44rem;
  background-image: url("../images/close-btn.png");
  background-size: 100% 100%;
  background-position: center top;
  font-size: 0;
  text-indent: 999em;
  overflow: hidden;
  opacity: 0.5s;
}

.common-pop .pop-con {
  width: 11.7rem;
  height: 7.45rem;
  background-image: url("../images/dia-bg1.png");
  background-size: 100% 100%;
  background-position: center top;
}
.common-pop .common-text {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-family: "fzlthk";
  font-size: 0.21rem;
  line-height: 3;
  color: #a7a8a8;
  text-align: center;
  text-transform: uppercase;
}
.common-pop .comfirm-btn {
  position: absolute;
  top: 4.78rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 4.31rem;
  height: 1.17rem;
  background-image: url("../images/btn1.png");
  background-size: 100% 100%;
  background-position: center top;
  font-family: "mistlockr";
  font-size: 0.5rem;
  color: rgba(199, 199, 199, 0.65);
  text-align: center;
  line-height: 2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.common-pop .comfirm-btn:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
.common-pop .close-btn {
  position: absolute;
  top: 0.8rem;
  right: -0.51rem;
  width: 0.51rem;
  height: 0.59rem;
  background-image: url("../images/close-btn.png");
  background-size: 100% 100%;
  background-position: center top;
  font-size: 0;
  text-indent: 999em;
  overflow: hidden;
  opacity: 0.5s;
}



#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings{
  font-size: 0.18rem !important;
  line-height: 1.2 !important;
  color: #b1b1b1 !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;
}