@charset "UTF-8";:root {
  --act-color-white: #fff;
  --act-color-black: #000;
  --act-color-text-1: #c1cbc5;
  --act-color-text-2: #ca4d32;
  --act-color-fill-page-bg: #11181a;
  --act-color-transparent: transparent;
  --act-scrollbar-default: rgba(255, 255, 255, 0.25);
  --act-scrollbar-hover: rgba(255, 255, 255, 0.5);
}
body,
html,
iframe,
p,
div,
span,
h1,
h2,
h3,
h4,
h5,
i,
ul,
li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  user-select: none;
  cursor: default;
  background-color: var(--act-color-fill-page-bg);
}
img {
  -webkit-user-drag: none;
  user-drag: none;
}
button,
input,
textarea,
select {
  font-size: 12px;
  line-height: 1.5;
  font-family: var(--act-font-family-system);
  font-weight: 300;
}
body {
  font-size: 12px;
  line-height: 1.5;
  font-family: var(--act-font-family-system);
  color: var(--act-color-text-1);
  font-weight: 300;
  /* min-width: 1150px;
  overflow: scroll; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
button,
input,
textarea,
blockquote {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: break-word;
}
address,
em,
i,
b {
  font-style: normal;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
img {
  border: 0;
  font-size: 0;
  user-select: none;
  vertical-align: middle;
}
select,
button {
  user-select: none;
}
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
::-webkit-resizer,
::-webkit-scrollbar {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: var(--act-scrollbar-default);
  border-radius: 200px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--act-scrollbar-hover);
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
@font-face {
  font-family: 'HiraginoSansGB';
  src: url('https://wegame.gtimg.com/tgp_act/release/release/aqwx202504291/images/fonts/HiraginoSansGB.ttf') format('truetype');
}
body {
  word-wrap: break-word;
  font-family: 'HiraginoSansGB', 'Microsoft YaHei', '微软雅黑', 'Open Sans',
    calibri, Roboto, verdana, 'PingFang SC', 'Microsoft YaHei UI', sans-serif;
  font-size: 0;
  line-height: 1;
}
.mill-header {
  display: none;
}
.act-navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header.fr-header:after,
header.fr-header:after {
  opacity: 1;
}
.act-page {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.page-main.vertical {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
.vertical .act-panel-view {
  width: 100%;
  aspect-ratio: 1920 / 1080;
  position: inherit;
}
#afooter {
  position: relative;
  z-index: 20;
  margin-top: -30px;
  background: #0d1314;
  font-size: 12px;
  text-align: center;
  padding: 70px 0 30px 0;
  font-weight: 400;
  clip-path: polygon(
    0 0,
    calc(50vw - 7rem) 0,
    calc(50vw - 6.7rem) 30px,
    calc(50vw + 6.7rem) 30px,
    calc(50vw + 7rem) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 0
  );
}
.wrap_ieg p {
  padding: 4px 0;
  color: rgba(255, 2555, 255, 0.6);
}
.wrap_ieg a {
  color: rgba(255, 2555, 255, 0.6);
  transition: color 0.2s linear;
  padding: 0 4px;
  display: inline-block;
}
.wrap_ieg a:hover {
  color: rgba(255, 2555, 255, 1);
}

body {
  overflow: hidden;
  height: 100%;
}

html.page-inview {
  overflow: hidden;
  position: relative;
  height: 100vh;
  padding-right: 6px;
}
html.page-inview body {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
html {
  width: 100%;
  height: 100%;
  font-size: calc(100vw / 19.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fr-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
}

.menu-light .fr-header .tui-search-input {
  background: rgba(227, 227, 227, 0.3);
}

.menu-light .tui-search-input > input {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.menu-light .tui-search-input > input::-webkit-input-placeholder {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.menu-light .tui-search-input > input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}

.menu-light .act-page .main-nav > li > a,
.menu-light .act-page .hot-search a,
.menu-light .act-page .main-nav .drop > a {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1000px) {
  .act-navbar-wrap .home-nav {
    width: 100%;
  }
  .page-out-client .act-navbar-wrap .fr-header {
    min-width: 100%;
  }
  .page-out-client .home-nav .hot-search {
    width: auto;
  }
}
#site-header.hide {
  display: none;
}

.fr-header:after {
  height: 80px;
}
/* 入场动画 */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-to,
.fade-leave-from {
  opacity: 1;
}

.fade-enter-active.video-tv,
.fade-leave-active.video-tv {
  transition: opacity 1s;
}

/* 入场动画end */
.fade-video-enter-active,
.fade-video-leave-active {
  transition: opacity 0s 0.3s;
}

.fade-video-enter-from,
.fade-video-leave-to {
  opacity: 0;
}

.fade-video-enter-to,
.fade-video-leave-from {
  opacity: 1;
}

/* 入场动画 */
/* 入场动画 */
.horizontal-r-enter-active,
.horizontal-r-leave-active,
.horizontal-l-enter-active,
.horizontal-l-leave-active {
  transition: transform 0.5s;
}

.horizontal-r-enter-from,
.horizontal-l-leave-to {
  transform: translateX(100%);
}

.horizontal-r-enter-to,
.horizontal-r-leave-from,
.horizontal-l-enter-to,
.horizontal-l-leave-from {
  transform: translateX(0);
}

.horizontal-r-leave-to,
.horizontal-l-enter-from {
  transform: translateX(-100%);
}

/* 入场动画end */
/* 入场动画 */
.fade-top-enter-active {
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}

.fade-top-enter-from {
  opacity: 0;
  transform: translateY(0.5rem);
}

.fade-top-leave-to {
  opacity: 0;
}

.fade-top-leave-active {
  transition: opacity 0.3s;
}

.fade-top-enter-to,
.fade-top-leave-from {
  opacity: 1;
  transform: translateY(0);
}

/* 入场动画end */
@keyframes floatY {
  0%, 100% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(0.2rem);
  }
}
@keyframes giftItem {
  0% {
    opacity: 0;
    transform: translateY(0.4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textSpan {
  0% {
    opacity: 0;
    transform: translateY(0.2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn1 {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wikiInfo {
  0% {
    opacity: 0.6;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeRotate {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.kv-text,
.kv-tips,
.kv-btns,
.kv-down {
  opacity: 0;
  transform: translateY(0.5rem);
}

.swiper-slide-active .kv-text,
.swiper-slide-active .kv-tips,
.swiper-slide-active .kv-btns,
.swiper-slide-active .kv-down {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.2s cubic-bezier(0.41, 0.18, 0, 1.33), transform 0.5s 0.2s cubic-bezier(0.41, 0.18, 0, 1.33);
}
.swiper-slide-active .kv-tips {
  transition-delay: 0.3s, 0.3s;
}
.swiper-slide-active .kv-btns {
  transition-delay: 0.4s, 0.4s;
}
.swiper-slide-active .kv-down {
  transition-delay: 0.6s, 0.6s;
}

.swiper-slide-active .fade-mask-enter-active {
  transform: translateY(-100%);
  animation: closeMask 0.5s cubic-bezier(0.09, 0.48, 0.3, 1.21) 0.3s forwards;
}
.swiper-slide-active .fade-mask-leave-active {
  transform: translateY(0%);
  animation: closeMask 0.5s reverse forwards;
}

@keyframes closeMask {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.swiper-slide-active .gift-cont .act-title,
.swiper-slide-active .gift-cont .gift-nav,
.swiper-slide-active .gift-cont .gift-list-warper {
  transform: translateY(0.4rem);
  opacity: 0;
  animation: giftItem 0.5s 1s cubic-bezier(0.41, 0.18, 0, 1.33) forwards;
}
.swiper-slide-active .gift-cont .gift-nav,
.swiper-slide-active .gift-cont .gift-list-warper {
  animation-delay: 1.1s;
}
.swiper-slide-active .act-gift-item {
  animation-name: giftItem;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.41, 0.18, 0, 1.33);
  transform: translateY(0.4rem);
  opacity: 0;
}
.swiper-slide-active .act-gift-item:nth-child(1) {
  animation-delay: 0.05s;
  animation-fill-mode: forwards;
}
.swiper-slide-active .act-gift-item:nth-child(2) {
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.swiper-slide-active .act-gift-item:nth-child(3) {
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}
.swiper-slide-active .act-gift-item:nth-child(4) {
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.swiper-slide-active .act-gift-item:nth-child(5) {
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
}
.swiper-slide-active .act-gift-item:nth-child(6) {
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.act-wiki {
  opacity: 0.5;
}

.swiper-slide-active .act-wiki {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
}

.swiper-slide-active .bonus-header .act-title {
  opacity: 0;
  animation: giftItem 0.5s cubic-bezier(0.41, 0.18, 0, 1.33) 0.2s forwards;
}
.swiper-slide-active .bonus-list-item:nth-child(1) {
  opacity: 0;
  animation: giftItem 0.5s cubic-bezier(0.41, 0.18, 0, 1.33) 0.4s forwards;
}
.swiper-slide-active .bonus-list-item:nth-child(2) {
  opacity: 0;
  animation: giftItem 0.5s cubic-bezier(0.41, 0.18, 0, 1.33) 0.5s forwards;
}
.swiper-slide-active .bonus-list-item:nth-child(3) {
  opacity: 0;
  animation: giftItem 0.5s cubic-bezier(0.41, 0.18, 0, 1.33) 0.6s forwards;
}
.swiper-slide-active .bonus-list-item:nth-child(4) {
  opacity: 0;
  animation: giftItem 0.5s cubic-bezier(0.41, 0.18, 0, 1.33) 0.7s forwards;
}
.swiper-slide-active .bonus-btns > div:nth-child(1) {
  opacity: 0;
  animation: giftItem 0.5s cubic-bezier(0.41, 0.18, 0, 1.33) 0.8s forwards;
}
.swiper-slide-active .bonus-btns > div:nth-child(2) {
  opacity: 0;
  animation: giftItem 0.5s cubic-bezier(0.41, 0.18, 0, 1.33) 0.9s forwards;
}
.swiper-slide-active .bonus-skip {
  opacity: 0;
  animation: giftItem 0.5s cubic-bezier(0.41, 0.18, 0, 1.33) 0.9s forwards;
}

.video-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.4rem);
  animation: textSpan 0.03s cubic-bezier(0.41, 0.18, 0, 1.08) forwards;
}
.video-text span:nth-child(1) {
  animation-delay: 0s;
}
.video-text span:nth-child(2) {
  animation-delay: 0.1s;
}
.video-text span:nth-child(3) {
  animation-delay: 0.2s;
}
.video-text span:nth-child(4) {
  animation-delay: 0.3s;
}
.video-text span:nth-child(5) {
  animation-delay: 0.4s;
}
.video-text span:nth-child(6) {
  animation-delay: 0.5s;
}
.video-text span:nth-child(7) {
  animation-delay: 0.6s;
}
.video-text span:nth-child(8) {
  animation-delay: 0.7s;
}
.video-text span:nth-child(9) {
  animation-delay: 0.8s;
}
.video-text span:nth-child(10) {
  animation-delay: 0.9s;
}
.video-text span:nth-child(11) {
  animation-delay: 1s;
}
.video-text span:nth-child(12) {
  animation-delay: 1.1s;
}
.video-text span:nth-child(13) {
  animation-delay: 1.2s;
}
.video-text span:nth-child(14) {
  animation-delay: 1.3s;
}
.video-text span:nth-child(15) {
  animation-delay: 1.4s;
}
.video-text span:nth-child(16) {
  animation-delay: 1.5s;
}
.video-text span:nth-child(17) {
  animation-delay: 1.6s;
}
.video-text span:nth-child(18) {
  animation-delay: 1.7s;
}
.video-text span:nth-child(19) {
  animation-delay: 1.8s;
}
.video-text span:nth-child(20) {
  animation-delay: 1.9s;
}

.video-tv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000;
}

@media screen and (min-aspect-ratio: 16/9) and (max-height: 1200px) {
  html {
    font-size: 10vh !important;
  }
}
@media screen and (min-aspect-ratio: 16/9) and (max-height: 900px) {
  .wiki-info-text {
    zoom: 0.9;
  }
}
body:not(.page-out-client).client-v3 {
  --wg3-helper-navigation-height: 54px;
  --wg3-helper-launcher-height: 80px;
  --wg3-helper-sidebar-on-width: 182px;
  --wg3-helper-sidebar-off-width: 60px;
}
body:not(.page-out-client).client-v3 .kv-title {
  top: calc(1.1rem + var(--wg3-helper-navigation-height));
}
body:not(.page-out-client).client-v3 .video-controls {
  margin-top: calc(0.48rem + var(--wg3-helper-navigation-height));
}
body:not(.page-out-client).client-v3 .gift-cont {
  padding-top: var(--wg3-helper-navigation-height);
}
body:not(.page-out-client).client-v3 .act-video .act-title,
body:not(.page-out-client).client-v3 .act-wiki-warper,
body:not(.page-out-client).client-v3 .bonus-warper {
  margin-top: var(--wg3-helper-navigation-height);
}
body:not(.page-out-client).client-v3 .video-select::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wg3-helper-navigation-height);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 9;
  pointer-events: none;
}.act-nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  z-index: 9;
  padding-right: 0.2rem;
  pointer-events: none;
}
.act-nav::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.nav-item {
  width: 0.48rem;
  height: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  pointer-events: auto;
}
.nav-item::before {
  content: "";
  width: 0.16rem;
  height: 0.02rem;
  background: rgba(217, 217, 217, 0.4);
  transition: opacity 0.3s;
}
.nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.02rem;
  height: 0.02rem;
  background: rgba(217, 217, 217, 0.4);
}
.nav-item:last-child::after {
  display: none;
}
.nav-item.cur .nav-item-icon, .nav-item:hover .nav-item-icon {
  opacity: 1;
}
.nav-item.cur::before, .nav-item:hover::before {
  opacity: 0;
}
.nav-item .nav-item-icon {
  width: 0.48rem;
  height: 0.16rem;
  clip-path: polygon(0.1rem 0, 100% 0, 100% 100%, 0.1rem 100%, 0 50%);
  background: #ca4d32;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
