html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 625%;
}
ul,
li,
div,
p,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: #2a2a2a;
  text-decoration: none;
}
em {
  font-style: normal;
  font-weight: normal;
}
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
* {
  outline: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
body,
html {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: normal;
}
body {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
body.noscroll {
  overflow: hidden;
}
p,
a,
li {
  color: #fff;
}
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 625%;
}
ul,
li,
div,
p,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: #2a2a2a;
  text-decoration: none;
}
em {
  font-style: normal;
  font-weight: normal;
}
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
* {
  outline: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
body,
html {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: normal;
}
body {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
body.noscroll {
  overflow: hidden;
}
p,
a,
li {
  color: #fff;
}
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 625%;
}
ul,
li,
div,
p,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: #2a2a2a;
  text-decoration: none;
}
em {
  font-style: normal;
  font-weight: normal;
}
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
* {
  outline: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
body,
html {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: normal;
}
body {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
body.noscroll {
  overflow: hidden;
}
p,
a,
li {
  color: #fff;
}
body,
html,
#app {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

: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;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            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 */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-ordinal-group: 10000;
          -ms-flex-order: 9999;
              order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .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-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          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-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
            animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform-origin: center;
            transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
  }
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition:
        200ms top,
        200ms -webkit-transform;
      transition:
        200ms top,
        200ms -webkit-transform;
      transition:
        200ms transform,
        200ms top;
      transition:
        200ms transform,
        200ms top,
        200ms -webkit-transform;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      -webkit-transition:
        200ms left,
        200ms -webkit-transform;
      transition:
        200ms left,
        200ms -webkit-transform;
      transition:
        200ms transform,
        200ms left;
      transition:
        200ms transform,
        200ms left,
        200ms -webkit-transform;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition:
    200ms right,
    200ms -webkit-transform;
  transition:
    200ms right,
    200ms -webkit-transform;
  transition:
    200ms transform,
    200ms right;
  transition:
    200ms transform,
    200ms right,
    200ms -webkit-transform;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
html[data-v-dd4ae9a0] {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 625%;
}
ul[data-v-dd4ae9a0],
li[data-v-dd4ae9a0],
div[data-v-dd4ae9a0],
p[data-v-dd4ae9a0],
body[data-v-dd4ae9a0],
h1[data-v-dd4ae9a0],
h2[data-v-dd4ae9a0],
h3[data-v-dd4ae9a0],
h4[data-v-dd4ae9a0],
h5[data-v-dd4ae9a0],
h6[data-v-dd4ae9a0],
dl[data-v-dd4ae9a0],
dt[data-v-dd4ae9a0],
dd[data-v-dd4ae9a0] {
  padding: 0;
  margin: 0;
}
li[data-v-dd4ae9a0] {
  list-style: none;
}
a[data-v-dd4ae9a0] {
  color: #2a2a2a;
  text-decoration: none;
}
em[data-v-dd4ae9a0] {
  font-style: normal;
  font-weight: normal;
}
input[data-v-dd4ae9a0] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
[data-v-dd4ae9a0] {
  outline: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
body[data-v-dd4ae9a0],
html[data-v-dd4ae9a0] {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: normal;
}
body[data-v-dd4ae9a0] {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
body.noscroll[data-v-dd4ae9a0] {
  overflow: hidden;
}
p[data-v-dd4ae9a0],
a[data-v-dd4ae9a0],
li[data-v-dd4ae9a0] {
  color: #fff;
}
@font-face {
  font-family: "Source Han Sans JP Bold";
  font-style: normal;
  font-weight: bold;
  src: url("../otf/SourceHanSansJPBold-1c17c930.otf") format("otf");
  font-display: swap;
}
.cursor-pointer[data-v-dd4ae9a0] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 120px;
  height: 93px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url("../img/cursor-0014a12d.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.wrap[data-v-dd4ae9a0] {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  font-family: "Source Han Sans JP Bold", sans-serif;
}
.p2-swiper[data-v-dd4ae9a0],
.p2-navigation-box[data-v-dd4ae9a0] {
  display: none;
}
.m-top-nav[data-v-dd4ae9a0] {
  display: none;
}
.bg-wrap[data-v-dd4ae9a0] {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.bg-wrap .bg-img[data-v-dd4ae9a0] {
  display: block;
  width: 100%;
}
.bg-wrap-pc[data-v-dd4ae9a0] {
  display: block;
}
.bg-wrap-m[data-v-dd4ae9a0],
.bg-wrap-m-landscape[data-v-dd4ae9a0] {
  display: none;
}
.main-wrap[data-v-dd4ae9a0] {
  position: relative;
  width: 100%;
}
.pc-top-nav[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.35rem;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 0.7rem;
}
.pc-top-nav .pc-logo[data-v-dd4ae9a0] {
  position: absolute;
  top: 0;
  left: 1.2rem;
  width: 1.03rem;
  height: 0.68rem;
  background: url("../img/pc_jp_logo-84929e51.png") no-repeat center center;
  background-size: 100% 100%;
}
.pc-top-nav .pc-top-icon[data-v-dd4ae9a0] {
  position: absolute;
  bottom: 0;
  left: 2.45rem;
  width: 4.59rem;
  height: 0.24rem;
  background: url("../img/pc-top-icon-52f38d4b.png") no-repeat center center;
  background-size: 100% 100%;
}
.pc-top-nav .nav-list[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.06rem;
  right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 12rem;
}
.pc-top-nav .nav-list li[data-v-dd4ae9a0] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0.5rem;
  font-size: 0;
  text-align: center;
}
.pc-top-nav .nav-list li[data-v-dd4ae9a0]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.75rem;
  height: 0.62rem;
  pointer-events: none;
  content: "";
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pc-top-nav .nav-list li.active[data-v-dd4ae9a0]::after,
.pc-top-nav .nav-list li[data-v-dd4ae9a0]:hover::after {
  opacity: 1;
}
.pc-top-nav .nav-list .nav-item-1[data-v-dd4ae9a0]::after {
  background: url("../img/pc_nav_01_h-030bf9ac.png") no-repeat center center;
  background-size: 100% 100%;
}
.pc-top-nav .nav-list .nav-item-2[data-v-dd4ae9a0]::after {
  background: url("../img/pc_nav_02_h-e7f5890c.png") no-repeat center center;
  background-size: 100% 100%;
}
.pc-top-nav .nav-list .nav-item-3[data-v-dd4ae9a0]::after {
  background: url("../img/pc_nav_03_h-6e1e0a63.png") no-repeat center center;
  background-size: 100% 100%;
}
.pc-top-nav .nav-list .nav-item-4[data-v-dd4ae9a0]::after {
  background: url("../img/pc_nav_04_h-f68f2da3.png") no-repeat center center;
  background-size: 100% 100%;
}
.pc-top-nav .nav-list .nav-item-5[data-v-dd4ae9a0]::after {
  background: url("../img/pc_nav_05_h-2e83d580.png") no-repeat center center;
  background-size: 100% 100%;
}
.pc-top-nav .nav-list .nav-line[data-v-dd4ae9a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-width: 1.12rem;
  height: 0.07rem;
  margin-top: 0.05rem;
}
.pc-top-nav .nav-list .nav-line .line1[data-v-dd4ae9a0],
.pc-top-nav .nav-list .nav-line .line2[data-v-dd4ae9a0],
.pc-top-nav .nav-list .nav-line .line3[data-v-dd4ae9a0] {
  height: 0.07rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.pc-top-nav .nav-list .nav-line .line1[data-v-dd4ae9a0] {
  width: 0.56rem;
  background-image: url("../img/pc_nav_line_01-6e12fe23.png");
}
.pc-top-nav .nav-list .nav-line .line2[data-v-dd4ae9a0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url("../img/pc_nav_line_02-871e5605.png");
}
.pc-top-nav .nav-list .nav-line .line3[data-v-dd4ae9a0] {
  width: 0.56rem;
  background-image: url("../img/pc_nav_line_03-b263a1bb.png");
}
.pc-top-nav .nav-list span[data-v-dd4ae9a0] {
  position: relative;
  display: inline-block;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.42rem;
  color: #4a4a4a;
  white-space: nowrap;
  cursor: pointer;
}
.pc-side-nav-list[data-v-dd4ae9a0] {
  position: fixed;
  top: 50%;
  left: -2.3rem;
  z-index: 5;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 2.2rem;
  height: 5rem;
  padding: 0.7rem 0.62rem;
  background-color: rgba(255, 255, 255, 0.7);
  background-size: 0.35rem 100%;
  border-radius: 0 0.12rem 0.12rem 0;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-side-nav-list.show[data-v-dd4ae9a0] {
  left: 0;
}
.pc-side-nav-list[data-v-dd4ae9a0]::before {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  display: block;
  width: 0.35rem;
  height: 4.8rem;
  content: "";
  background: url("../img/slide_bg-28e8abb0.png") no-repeat left center;
  background-size: 0.35rem 100%;
}
.pc-side-nav-list .side-nav-item[data-v-dd4ae9a0] {
  position: relative;
  font-size: 0.24rem;
  font-weight: bold;
  color: #4a4a4a;
  white-space: nowrap;
  cursor: pointer;
}
.pc-side-nav-list .side-nav-item[data-v-dd4ae9a0]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 1.7rem;
  height: 0.5rem;
  content: "";
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
}
.pc-side-nav-list .side-nav-item.pc[data-v-dd4ae9a0]:hover::after {
  display: block;
  pointer-events: none;
}
.pc-side-nav-list .side-nav-item.active[data-v-dd4ae9a0]::after {
  display: block;
  pointer-events: none;
}
.pc-side-nav-list .side-item-1[data-v-dd4ae9a0]::after {
  background: url("../img/pc_side_01_h-c90d889b.png") no-repeat center center;
  background-size: 100% 100%;
}
.pc-side-nav-list .side-item-2[data-v-dd4ae9a0]::after {
  background: url("../img/pc_side_02_h-49bb8e7c.png") no-repeat center center;
  background-size: 100% 100%;
}
.pc-side-nav-list .side-item-3[data-v-dd4ae9a0]::after {
  background: url("../img/pc_side_03_h-00e66923.png") no-repeat center center;
  background-size: 100% 100%;
}
.pc-side-nav-list .side-item-4[data-v-dd4ae9a0]::after {
  background: url("../img/pc_side_04_h-3ef95560.png") no-repeat center center;
  background-size: 100% 100%;
}
.pc-side-nav-list .side-item-5[data-v-dd4ae9a0]::after {
  background: url("../img/pc_side_05_h-56f457a3.png") no-repeat center center;
  background-size: 100% 100%;
}
.pc-side-nav-list .side-item-6[data-v-dd4ae9a0]::after {
  background: url("../img/pc_side_06_h-cec05ff2.png") no-repeat center center;
  background-size: 100% 100%;
}
@-webkit-keyframes side-media-show-dd4ae9a0 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes side-media-show-dd4ae9a0 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
.pc-side-media[data-v-dd4ae9a0] {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 5;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1rem;
  height: 2.5rem;
  padding: 0.12rem;
  background-color: rgba(255, 255, 255, 0.64);
  border-radius: 0.12rem 0 0 0.12rem;
  -webkit-animation: side-media-show-dd4ae9a0 2s linear infinite;
          animation: side-media-show-dd4ae9a0 2s linear infinite;
}
.pc-side-media .btn-gw[data-v-dd4ae9a0] {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  overflow: hidden;
  border: 1px solid #9971e4;
  border-radius: 0.15rem;
}
.pc-side-media .btn-gw img[data-v-dd4ae9a0] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-side-media .btn-share[data-v-dd4ae9a0] {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  overflow: hidden;
  border: 1px solid #9971e4;
  border-radius: 0.15rem;
}
.pc-side-media .btn-share img[data-v-dd4ae9a0] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-panel[data-v-dd4ae9a0] {
  position: relative;
}
.event-panel .event-main[data-v-dd4ae9a0] {
  width: 14.2rem;
  margin: 0 auto;
}
.event-0[data-v-dd4ae9a0] {
  width: 100%;
  height: 9.35rem;
}
.event-1[data-v-dd4ae9a0] {
  position: relative;
  left: -0.08rem;
  padding-top: 1.6rem;
  margin-bottom: 2.5rem;
}
.event-1 .event-main[data-v-dd4ae9a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6rem;
}
.event-1 .section1[data-v-dd4ae9a0] {
  position: relative;
  width: 7.88rem;
  height: 5.71rem;
  background: url("../img/p1_section1_bg-a138607f.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-1 .section1-img-box[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.35rem;
  left: 0.38rem;
  width: 7.32rem;
  height: 5.15rem;
}
.event-1 .section1-img-box img[data-v-dd4ae9a0],
.event-1 .section1-img-box iframe[data-v-dd4ae9a0] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.event-1 .section1-img-box img.show[data-v-dd4ae9a0],
.event-1 .section1-img-box iframe.show[data-v-dd4ae9a0] {
  z-index: 2;
  opacity: 1;
}
.event-1 .section1-change-box[data-v-dd4ae9a0] {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 4.02rem;
  height: 0.48rem;
  background: url("../img/p1_section_btn1_h-466b14fb.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.event-1 .section1-change-box.active[data-v-dd4ae9a0] {
  background: url("../img/p1_section_btn2_h-2fbf60a7.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-1 .section1-change-box .btn-zb[data-v-dd4ae9a0],
.event-1 .section1-change-box .btn-hc[data-v-dd4ae9a0] {
  display: block;
  width: 50%;
  height: 100%;
  cursor: pointer;
}
.event-1 .section2[data-v-dd4ae9a0] {
  position: relative;
  width: 6.01rem;
  margin: 0.25rem 0 0  0.2rem;
}
.event-1 .section2 .time-text[data-v-dd4ae9a0] {
  width: 6.01rem;
  height: 4.22rem;
  margin-bottom: 0.3rem;
  background: url("../img/p1_section2_time-f72b2f83.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-1 .section2 .btn-go[data-v-dd4ae9a0] {
  display: block;
  width: 6.01rem;
  height: 0.94rem;
  background: url("../img/p1_section2_btn_go-11305b3a.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-1 .section2 .btn-go[data-v-dd4ae9a0]:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.event-2[data-v-dd4ae9a0] {
  padding-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.event-2 .event-main[data-v-dd4ae9a0] {
  height: 7.9rem;
}
.event-2 .p2-change-box[data-v-dd4ae9a0] {
  position: relative;
  top: 0.27rem;
  left: 0.03rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 13.6rem;
  height: 0.93rem;
  background: url("../img/pc_p2_change_btn_02-c2a70d83.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-2 .p2-change-box.active[data-v-dd4ae9a0] {
  background: url("../img/pc_p2_change_btn_01-344c2ff7.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-2 .p2-change-box .btn-zb[data-v-dd4ae9a0],
.event-2 .p2-change-box .btn-hc[data-v-dd4ae9a0] {
  display: block;
  width: 2.38rem;
  height: 90%;
  cursor: pointer;
}
.event-2 .event-content[data-v-dd4ae9a0] {
  position: relative;
  width: 14.14rem;
  height: 7.14rem;
  margin: 0 auto;
  background: url("../img/pc_p2_content_bg-63e5cae7.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-2 .section1[data-v-dd4ae9a0],
.event-2 .section2[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.32rem;
  left: 0.18rem;
  width: 13.8rem;
  height: 6rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.event-2 .section1.show[data-v-dd4ae9a0],
.event-2 .section2.show[data-v-dd4ae9a0] {
  z-index: 2;
  opacity: 1;
}
.event-2 .section1 .sec1-tips-tt[data-v-dd4ae9a0],
.event-2 .section2 .sec1-tips-tt[data-v-dd4ae9a0] {
  padding-left: 0.16rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #87774e;
}
.event-2 .section1 .sec1-tips[data-v-dd4ae9a0],
.event-2 .section2 .sec1-tips[data-v-dd4ae9a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 13.4rem;
}
.event-2 .section1 .sec1-tips .tips[data-v-dd4ae9a0],
.event-2 .section2 .sec1-tips .tips[data-v-dd4ae9a0] {
  position: relative;
  height: 0.22rem;
  padding-left: 0.16rem;
  margin-right: 0.05rem;
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #87774e;
}
.event-2 .section1 .sec1-tips .tips[data-v-dd4ae9a0]::before,
.event-2 .section2 .sec1-tips .tips[data-v-dd4ae9a0]::before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 0.16rem;
  height: 0.26rem;
  content: "";
  background: url("../img/pc_p2_tips_icon1-d866bfff.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-2 .section1 .sec1-tips .p2-icon1[data-v-dd4ae9a0],
.event-2 .section2 .sec1-tips .p2-icon1[data-v-dd4ae9a0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.26rem;
  content: "";
  background: url("../img/pc_p2_tips_icon1-d866bfff.png") repeat center center;
  background-size: 100% 100%;
}
.event-2 .section1 .sec1-tips .p2-icon2[data-v-dd4ae9a0],
.event-2 .section2 .sec1-tips .p2-icon2[data-v-dd4ae9a0] {
  width: 0.65rem;
  height: 0.26rem;
  content: "";
  background: url("../img/pc_p2_tips_icon2-cf8e546a.png") repeat center center;
  background-size: 100% 100%;
}
.event-2 .section1 .sec1-tips.sec1-tips1[data-v-dd4ae9a0],
.event-2 .section2 .sec1-tips.sec1-tips1[data-v-dd4ae9a0] {
  white-space: nowrap;
}
.event-2 .section1 .sec1-tips.sec1-tips1 .p2-icon1[data-v-dd4ae9a0],
.event-2 .section2 .sec1-tips.sec1-tips1 .p2-icon1[data-v-dd4ae9a0] {
  display: none;
}
.event-2 .section1 .sec1-tips.sec1-tips1 .p2-icon2[data-v-dd4ae9a0],
.event-2 .section2 .sec1-tips.sec1-tips1 .p2-icon2[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.04rem;
  right: 0.4rem;
  width: 1.1rem;
  height: 0.3rem;
  content: "";
  background: url("../img/pc_p2_tips_icon3-0ff0b7ed.png") repeat center center;
  background-size: 100% 100%;
}
.event-2 .section1 .sec1-tips.sec1-tips2 .p2-icon1[data-v-dd4ae9a0],
.event-2 .section2 .sec1-tips.sec1-tips2 .p2-icon1[data-v-dd4ae9a0],
.event-2 .section1 .sec1-tips.sec1-tips2 .p2-icon2[data-v-dd4ae9a0],
.event-2 .section2 .sec1-tips.sec1-tips2 .p2-icon2[data-v-dd4ae9a0] {
  display: none;
}
.event-2 .sec1-list[data-v-dd4ae9a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 13.66rem;
  height: 4.94rem;
  margin: 0.08rem 0 0 0.05rem;
  overflow: hidden auto;
}
.event-2 .sec1-list[data-v-dd4ae9a0]::-webkit-scrollbar {
  width: 0.08rem;
  border-radius: 0.2rem;
}
.event-2 .sec1-list[data-v-dd4ae9a0]::-webkit-scrollbar-thumb {
  background-color: #c69cf6;
  border-radius: 0.2rem;
}
.event-2 .sec1-list[data-v-dd4ae9a0]::-webkit-scrollbar-track {
  background-color: #d4cab0;
  border-radius: 0.2rem;
}
.event-2 .sec1-list .sec1-list-item[data-v-dd4ae9a0] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  height: 3.4rem;
  margin: 0 0.1rem 0.18rem;
}
.event-2 .list-img[data-v-dd4ae9a0] {
  width: auto;
  height: 100%;
}
.event-2 .list-img img[data-v-dd4ae9a0] {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-2 .shop-tt[data-v-dd4ae9a0] {
  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;
  width: 90%;
  height: 0.6rem;
  margin: 0 auto;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.28rem;
  color: #34393f;
  text-align: center;
}
.event-2 .shop-tt2[data-v-dd4ae9a0] {
  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;
  width: 90%;
  height: 0.62rem;
  margin: 0 auto;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #34393f;
  text-align: center;
}
.event-2 .shop-price[data-v-dd4ae9a0] {
  width: 2rem;
  margin: -0.04rem 0 0 1.05rem;
  overflow: hidden;
  font-size: 0.16rem;
  font-weight: bold;
  color: #34393f;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-2 .shop-price span[data-v-dd4ae9a0] {
  font-size: 0.36rem;
  color: #ba90eb;
}
.event-2 .section2[data-v-dd4ae9a0] {
  top: 0.32rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 13.72rem;
}
.event-2 .section2 .sec1-tips[data-v-dd4ae9a0] {
  width: 13.58rem;
}
.event-2 .section2 .sec1-tips1 .p2-icon1[data-v-dd4ae9a0],
.event-2 .section2 .sec1-tips1 .p2-icon2[data-v-dd4ae9a0] {
  display: none;
}
.event-2 .section2 .sec2-wrap[data-v-dd4ae9a0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin-top: 0.05rem;
  overflow: hidden;
}
.event-2 .sec2-text[data-v-dd4ae9a0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3.7rem;
  height: 5.2rem;
  padding-right: 0.05rem;
  overflow: hidden auto;
}
.event-2 .sec2-text[data-v-dd4ae9a0]::-webkit-scrollbar {
  width: 0.08rem;
  border-radius: 0.2rem;
}
.event-2 .sec2-text[data-v-dd4ae9a0]::-webkit-scrollbar-thumb {
  background-color: #c69cf6;
  border-radius: 0.2rem;
}
.event-2 .sec2-text[data-v-dd4ae9a0]::-webkit-scrollbar-track {
  background-color: #d4cab0;
  border-radius: 0.2rem;
}
.event-2 .sec2-text p[data-v-dd4ae9a0] {
  margin-bottom: 0.5rem;
  font-size: 0.22rem;
  line-height: 0.37rem;
  color: #34393f;
}
.event-2 .sec2-text p span[data-v-dd4ae9a0] {
  font-weight: bold;
}
.event-2 .sec2-list[data-v-dd4ae9a0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0 0.4rem 0 0.54rem;
}
.event-2 .sec2-img1[data-v-dd4ae9a0] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event-2 .sec2-img1 img[data-v-dd4ae9a0] {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-2 .sec2-img1 .sec2-img[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.27rem;
  left: 0.26rem;
  width: 9.04rem;
  height: 3.96rem;
}
.event-2 .sec2-img1 .sec2-img img[data-v-dd4ae9a0] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-2 .sec2-img1 .shop-status[data-v-dd4ae9a0] {
  width: 2.9rem;
  margin: 0.82rem 0 0 6.44rem;
  overflow: hidden;
  font-size: 0.41rem;
  font-weight: bold;
  color: #ba90eb;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-prev[data-v-dd4ae9a0] {
  position: relative;
  z-index: 2;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.39rem;
  height: 0.42rem;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url("../img/pc_p3_prev-0f9c89a5.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.btn-prev[data-v-dd4ae9a0]:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.btn-next[data-v-dd4ae9a0] {
  position: relative;
  z-index: 2;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.39rem;
  height: 0.42rem;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url("../img/pc_p3_next-cfdba75c.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.btn-next[data-v-dd4ae9a0]:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.event-3[data-v-dd4ae9a0] {
  padding-top: 1.7rem;
  margin-bottom: 2rem;
}
.event-3 .event-main[data-v-dd4ae9a0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.1rem;
}
.event-3 .sec-sub-tt[data-v-dd4ae9a0] {
  font-size: 0.22rem;
  font-weight: bold;
  color: #34393f;
}
.event-3 .sec-tt[data-v-dd4ae9a0] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.46rem;
  padding-left: 0.5rem;
  margin: 0.15rem 0;
  font-size: 0.46rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #34393f;
}
.event-3 .sec-tt[data-v-dd4ae9a0]::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.44rem;
  height: 0.46rem;
  content: "";
  background: url("../img/pc_p4_icon-896d8751.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event-3 .sec-line[data-v-dd4ae9a0] {
  width: 13.3rem;
  height: 0.07rem;
  margin: 0.2rem 0 0.22rem;
  background: url("../img/pc_p4_line-a6742e7b.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-3 .sec-line2[data-v-dd4ae9a0] {
  width: 0.07rem;
  height: 3.49rem;
  margin: 0.08rem 0.7rem 0;
  background: url("../img/pc_p3_line2-078cf06c.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-3 .sec-desc-box[data-v-dd4ae9a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0.1rem;
}
.event-3 .sec-desc[data-v-dd4ae9a0] {
  width: 5.2rem;
}
.event-3 .sec-desc.sec-desc2[data-v-dd4ae9a0] {
  width: 6.7rem;
}
.event-3 .sec-desc p[data-v-dd4ae9a0] {
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #34393f;
}
.event-3 .sec-desc p.desc1[data-v-dd4ae9a0] {
  margin-bottom: 0.2rem;
}
.event-3 .sec-desc ul[data-v-dd4ae9a0] {
  margin-left: 0.2rem;
}
.event-3 .sec-desc ul li[data-v-dd4ae9a0] {
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #34393f;
}
.event-3 .sec-desc-tt[data-v-dd4ae9a0] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.46rem;
  padding-left: 0.5rem;
  margin-bottom: 0.1rem;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #34393f;
  white-space: nowrap;
}
.event-3 .sec-desc-tt[data-v-dd4ae9a0]::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.31rem;
  height: 0.3rem;
  content: "";
  background: url("../img/pc_p3_icon-e9365b77.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event-3 .sec-tips[data-v-dd4ae9a0] {
  width: 100%;
}
.event-3 .sec-tips p[data-v-dd4ae9a0] {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #87774e;
}
.event-4[data-v-dd4ae9a0] {
  padding-top: 1.65rem;
  margin-bottom: 0.8rem;
}
.event-4 .event-main[data-v-dd4ae9a0] {
  position: relative;
  left: 0.22rem;
  width: 14.5rem;
  height: 7.7rem;
}
.event-4 .p3-swiper[data-v-dd4ae9a0] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.event-4 .p3-swiper .swiper-slide[data-v-dd4ae9a0] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.event-4 .section[data-v-dd4ae9a0] {
  position: relative;
}
.event-4 .section-left[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 7.55rem;
  height: 5.36rem;
}
.event-4 .section-left[data-v-dd4ae9a0]::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0.23rem;
  height: 0.24rem;
  content: "";
  background: url("../img/dot_icon-f434ccd4.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-4 .sec-tt p[data-v-dd4ae9a0] {
  font-size: 0.22rem;
  color: #9971e4;
}
.event-4 .sec-tt .tt[data-v-dd4ae9a0] {
  width: 100%;
  overflow: hidden;
  font-size: 0.46rem;
  font-weight: bold;
  color: #34393f;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-4 .sec-tt .sub-tt[data-v-dd4ae9a0] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  width: 100%;
  padding-left: 0.85rem;
  margin-top: 0.15rem;
  overflow: hidden;
  font-size: 0.22rem;
  font-weight: bold;
  color: #34393f;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* 限制为2行，可自定义行数 两行溢出隐藏 */
  -webkit-box-orient: vertical;
}
.event-4 .sec-tt .sub-tt[data-v-dd4ae9a0]::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.77rem;
  height: 0.33rem;
  content: "";
  background: url("../img/p3_tt_icon-bf9f3f9b.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.event-4 .sec-tt .line[data-v-dd4ae9a0] {
  width: 7.48rem;
  height: 0.07rem;
  margin: 0.3rem 0 0.35rem;
  background: url("../img/pc_p3_line-05e121f5.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-4 .sec-tt[data-v-dd4ae9a0] .section-desc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.1rem;
  padding-right: 0.1rem;
  overflow: hidden auto;
}
.event-4 .sec-tt[data-v-dd4ae9a0] .section-desc::-webkit-scrollbar {
  width: 0.08rem;
  border-radius: 0.2rem;
}
.event-4 .sec-tt[data-v-dd4ae9a0] .section-desc::-webkit-scrollbar-thumb {
  background-color: #c69cf6;
  border-radius: 0.2rem;
}
.event-4 .sec-tt[data-v-dd4ae9a0] .section-desc::-webkit-scrollbar-track {
  background-color: #d4cab0;
  border-radius: 0.2rem;
}
.event-4 .sec-tt[data-v-dd4ae9a0] .section-desc p {
  font-size: 0.22rem;
  line-height: 0.37rem;
  color: #1f1f1f;
}
.event-4 .sec-tt[data-v-dd4ae9a0] .section-desc .desc1 {
  margin-bottom: 0.3rem;
}
.event-4 .sec-tt[data-v-dd4ae9a0] .section-desc .p5-btn,
.event-4 .sec-tt[data-v-dd4ae9a0] .section-desc .p6-btn {
  display: block;
  width: 3.84rem;
  height: 0.66rem;
  margin: 0.2rem auto;
  cursor: pointer;
  background: url("../img/p4_sec5_btn-be20f53c.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-4 .sec-tt[data-v-dd4ae9a0] .section-desc .p6-btn {
  background: url("../img/p4_sec6_btn-9e697733.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-4 .section-image[data-v-dd4ae9a0] {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.64rem;
  height: 7.7rem;
  margin: 0 auto;
  background: url("../img/pc_p3_content-512acaf3.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-4 .section-image .img-item[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.58rem;
  left: 0.4rem;
  display: block;
  width: 5.6rem;
  height: 6.77rem;
}
.event-4 .section-image .img-item img[data-v-dd4ae9a0] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-4 .section-image.small[data-v-dd4ae9a0] {
  top: 0.68rem;
  height: 4.97rem;
  background: url("../img/pc_p3_content2-2a84f4c9.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-4 .section-image.small .img-item[data-v-dd4ae9a0] {
  top: 0.62rem;
  height: 4rem;
}
.event-4 .section-image.small2[data-v-dd4ae9a0] {
  top: 1rem;
  height: 4.38rem;
  background: url("../img/pc_p3_content3-ce40260c.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-4 .section-image.small2 .img-item[data-v-dd4ae9a0] {
  top: 0.83rem;
  left: 0.37rem;
  height: 2.94rem;
}
.event-4 .navgatioin-box[data-v-dd4ae9a0] {
  position: absolute;
  bottom: 1.4rem;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 52%;
}
.event-4 .navgatioin-box[data-v-dd4ae9a0] .swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto !important;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.event-4 .navgatioin-box[data-v-dd4ae9a0] .swiper-pagination .swiper-pagination-bullet {
  z-index: 10;
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.25rem !important;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e7dfcc;
  border-radius: 0 !important;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.event-4 .navgatioin-box[data-v-dd4ae9a0] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bb7fff;
}
.event-5[data-v-dd4ae9a0] {
  height: 8rem;
  padding-top: 1.8rem;
}
.event-5 .event-main[data-v-dd4ae9a0] {
  position: relative;
  left: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 6.4rem;
  padding-right: 0.1rem;
}
.event-5 .event-main[data-v-dd4ae9a0]::before {
  position: absolute;
  top: 0;
  right: 0.7rem;
  display: block;
  width: 0.23rem;
  height: 0.24rem;
  content: "";
  background: url("../img/dot_icon-f434ccd4.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-5 .sec-sub-tt[data-v-dd4ae9a0] {
  font-size: 0.22rem;
  font-weight: bold;
  color: #34393f;
}
.event-5 .sec-desc-tt[data-v-dd4ae9a0] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.46rem;
  padding-left: 0.5rem;
  margin-bottom: 0.1rem;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #34393f;
  white-space: nowrap;
}
.event-5 .sec-desc-tt[data-v-dd4ae9a0]::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.31rem;
  height: 0.3rem;
  content: "";
  background: url("../img/pc_p3_icon-e9365b77.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event-5 .sec-line[data-v-dd4ae9a0] {
  width: 13.3rem;
  height: 0.07rem;
  margin: 0.35rem 0 0.3rem;
  background: url("../img/pc_p4_line-a6742e7b.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-5 .sec-desc[data-v-dd4ae9a0] {
  width: 100%;
}
.event-5 .sec-desc p[data-v-dd4ae9a0] {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #34393f;
  text-align: justify;
}
.event-5 .sec-line2[data-v-dd4ae9a0] {
  width: 0.07rem;
  height: 5.25rem;
  margin: 0.08rem 0.5rem 0;
  background: url("../img/pc_p5_line2-0f014ef8.png") no-repeat center center;
  background-size: 100% 100%;
}
.event-5 .p4-swiper[data-v-dd4ae9a0] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6rem;
  margin-top: 0.2rem;
}
.event-5 .p4-swiper .p5-section1[data-v-dd4ae9a0] {
  width: 5.6rem;
}
.event-5 .p4-swiper .p5-section2[data-v-dd4ae9a0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.event-5 .p4-swiper .slide-wrap[data-v-dd4ae9a0] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 5.4rem;
  padding-right: 0.1rem;
  overflow: hidden auto;
}
.event-5 .p4-swiper .slide-wrap[data-v-dd4ae9a0]::-webkit-scrollbar {
  width: 0.08rem;
  border-radius: 0.2rem;
}
.event-5 .p4-swiper .slide-wrap[data-v-dd4ae9a0]::-webkit-scrollbar-thumb {
  background-color: #c69cf6;
  border-radius: 0.2rem;
}
.event-5 .p4-swiper .slide-wrap[data-v-dd4ae9a0]::-webkit-scrollbar-track {
  background-color: #d4cab0;
  border-radius: 0.2rem;
}
.event-5 .p4-navigation-box[data-v-dd4ae9a0] {
  position: absolute;
  right: 2px;
  bottom: -0.15rem;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
}
.event-5 .p4-navigation-box[data-v-dd4ae9a0] .p4-swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto !important;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.event-5 .p4-navigation-box[data-v-dd4ae9a0] .p4-swiper-pagination .swiper-pagination-bullet {
  z-index: 10;
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.2rem !important;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e7dfcc;
  border-radius: 0 !important;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.event-5 .p4-navigation-box[data-v-dd4ae9a0] .p4-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bb7fff;
}
.page-mobile .cursor-pointer[data-v-dd4ae9a0],
.page-mobile-landscape .cursor-pointer[data-v-dd4ae9a0],
.page-mobile .back-top-btn[data-v-dd4ae9a0],
.page-mobile-landscape .back-top-btn[data-v-dd4ae9a0],
.page-mobile .pc-top-nav[data-v-dd4ae9a0],
.page-mobile-landscape .pc-top-nav[data-v-dd4ae9a0],
.page-mobile .pc-side-nav-list[data-v-dd4ae9a0],
.page-mobile-landscape .pc-side-nav-list[data-v-dd4ae9a0],
.page-mobile .sec1-list[data-v-dd4ae9a0],
.page-mobile-landscape .sec1-list[data-v-dd4ae9a0] {
  display: none !important;
}
.page-mobile .m-top-nav[data-v-dd4ae9a0],
.page-mobile-landscape .m-top-nav[data-v-dd4ae9a0] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  display: block;
  width: 100%;
  height: 1.29rem;
  background: url("../img/m_topbar_bg-de547d95.jpg") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}
.page-mobile .m-top-nav .m-logo[data-v-dd4ae9a0],
.page-mobile-landscape .m-top-nav .m-logo[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.3rem;
  left: 0.4rem;
  width: 1.19rem;
  height: 0.79rem;
  cursor: pointer;
  background: url("../img/m_jp_logo-7b4a6384.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .m-top-nav .top-nav-btn[data-v-dd4ae9a0],
.page-mobile-landscape .m-top-nav .top-nav-btn[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.46rem;
  height: 0.4rem;
  cursor: pointer;
  background: url("../img/nav_top_btn-72ebc201.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.page-mobile .m-top-nav .top-nav-btn.close[data-v-dd4ae9a0],
.page-mobile-landscape .m-top-nav .top-nav-btn.close[data-v-dd4ae9a0] {
  background: url("../img/nav_close_btn-b56269e5.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .m-top-nav .m-nav-list[data-v-dd4ae9a0],
.page-mobile-landscape .m-top-nav .m-nav-list[data-v-dd4ae9a0] {
  position: absolute;
  top: 1.35rem;
  left: 0.4rem;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 6rem;
  height: 5rem;
  padding: 0.26rem 0.48rem 0.3rem;
  margin-top: -0.5rem;
  pointer-events: none;
  background: url("../img/m_slide_bg-960285d4.png") no-repeat left center;
  background-size: 0.48rem 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-mobile .m-top-nav .m-nav-list .side-nav-item[data-v-dd4ae9a0],
.page-mobile-landscape .m-top-nav .m-nav-list .side-nav-item[data-v-dd4ae9a0] {
  position: relative;
  font-size: 0.36rem;
  font-weight: bold;
  color: #4a4a4a;
  white-space: nowrap;
  cursor: pointer;
}
.page-mobile .m-top-nav .m-nav-list .side-nav-item[data-v-dd4ae9a0]::after,
.page-mobile-landscape .m-top-nav .m-nav-list .side-nav-item[data-v-dd4ae9a0]::after {
  position: absolute;
  top: -0.1rem;
  left: -0.25rem;
  display: none;
  width: 2.77rem;
  height: 0.69rem;
  content: "";
}
.page-mobile .m-top-nav .m-nav-list .side-nav-item.active[data-v-dd4ae9a0]::after,
.page-mobile-landscape .m-top-nav .m-nav-list .side-nav-item.active[data-v-dd4ae9a0]::after {
  display: block;
  pointer-events: none;
}
.page-mobile .m-top-nav .m-nav-list .side-item-1[data-v-dd4ae9a0]::after,
.page-mobile-landscape .m-top-nav .m-nav-list .side-item-1[data-v-dd4ae9a0]::after {
  background: url("../img/m_nav_01_h-74ef03c8.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .m-top-nav .m-nav-list .side-item-2[data-v-dd4ae9a0]::after,
.page-mobile-landscape .m-top-nav .m-nav-list .side-item-2[data-v-dd4ae9a0]::after {
  background: url("../img/m_nav_02_h-80a89c3c.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .m-top-nav .m-nav-list .side-item-3[data-v-dd4ae9a0]::after,
.page-mobile-landscape .m-top-nav .m-nav-list .side-item-3[data-v-dd4ae9a0]::after {
  background: url("../img/m_nav_03_h-29187fbe.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .m-top-nav .m-nav-list .side-item-4[data-v-dd4ae9a0]::after,
.page-mobile-landscape .m-top-nav .m-nav-list .side-item-4[data-v-dd4ae9a0]::after {
  background: url("../img/m_nav_04_h-51256aac.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .m-top-nav .m-nav-list .side-item-5[data-v-dd4ae9a0]::after,
.page-mobile-landscape .m-top-nav .m-nav-list .side-item-5[data-v-dd4ae9a0]::after {
  background: url("../img/m_nav_05_h-06f383f6.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .m-top-nav .nav-btn[data-v-dd4ae9a0],
.page-mobile-landscape .m-top-nav .nav-btn[data-v-dd4ae9a0] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 1.64rem;
  height: 1.72rem;
  padding: 0.6rem 0.06rem 0.4rem 0.04rem;
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: #000;
  text-align: center;
}
.page-mobile .m-top-nav.show[data-v-dd4ae9a0],
.page-mobile-landscape .m-top-nav.show[data-v-dd4ae9a0] {
  height: 6.5rem;
  background: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.page-mobile .m-top-nav.show .m-nav-list[data-v-dd4ae9a0],
.page-mobile-landscape .m-top-nav.show .m-nav-list[data-v-dd4ae9a0] {
  margin-top: 0;
  pointer-events: visible;
  opacity: 1;
}
.page-mobile .event-panel[data-v-dd4ae9a0],
.page-mobile-landscape .event-panel[data-v-dd4ae9a0] {
  position: relative;
}
.page-mobile .event-panel .event-main[data-v-dd4ae9a0],
.page-mobile-landscape .event-panel .event-main[data-v-dd4ae9a0] {
  width: 100%;
  margin: 0 auto;
}
.page-mobile .event-0[data-v-dd4ae9a0],
.page-mobile-landscape .event-0[data-v-dd4ae9a0] {
  width: 100%;
  height: 15.4rem;
}
.page-mobile .event-1[data-v-dd4ae9a0],
.page-mobile-landscape .event-1[data-v-dd4ae9a0] {
  position: relative;
  left: -0.08rem;
  padding-top: 3rem;
  margin-bottom: 1.05rem;
}
.page-mobile .event-1 .event-main[data-v-dd4ae9a0],
.page-mobile-landscape .event-1 .event-main[data-v-dd4ae9a0] {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 12.5rem;
}
.page-mobile .event-1 .section1[data-v-dd4ae9a0],
.page-mobile-landscape .event-1 .section1[data-v-dd4ae9a0] {
  position: relative;
  width: 6.84rem;
  height: 4.94rem;
  margin-bottom: 0.9rem;
  background: url("../img/m_p1_section1_bg-ce69721a.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-1 .section1-img-box[data-v-dd4ae9a0],
.page-mobile-landscape .event-1 .section1-img-box[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.24rem;
  left: 0.25rem;
  width: 6.42rem;
  height: 4.52rem;
}
.page-mobile .event-1 .section2[data-v-dd4ae9a0],
.page-mobile-landscape .event-1 .section2[data-v-dd4ae9a0] {
  position: relative;
  width: 6.8rem;
}
.page-mobile .event-1 .section2 .time-text[data-v-dd4ae9a0],
.page-mobile-landscape .event-1 .section2 .time-text[data-v-dd4ae9a0] {
  width: 6.8rem;
  height: 4.9rem;
  margin-bottom: 0.3rem;
  background: url("../img/p1_section2_time-f72b2f83.png") no-repeat center center;
  background-size: 100% auto;
}
.page-mobile .event-1 .section2 .btn-go[data-v-dd4ae9a0],
.page-mobile-landscape .event-1 .section2 .btn-go[data-v-dd4ae9a0] {
  display: block;
  width: 6.74rem;
  height: 1.1rem;
  background: url("../img/m_p1_section2_btn_go-a3ee2548.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-1 .section2 .btn-go[data-v-dd4ae9a0]:hover,
.page-mobile-landscape .event-1 .section2 .btn-go[data-v-dd4ae9a0]:hover {
  -webkit-filter: none;
          filter: none;
}
.page-mobile .btn-prev[data-v-dd4ae9a0],
.page-mobile-landscape .btn-prev[data-v-dd4ae9a0] {
  width: 0.54rem;
  height: 0.59rem;
  cursor: pointer;
  background: url("../img/m_p2_prev-a79eab90.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .btn-prev[data-v-dd4ae9a0]:hover,
.page-mobile-landscape .btn-prev[data-v-dd4ae9a0]:hover {
  -webkit-filter: none;
          filter: none;
}
.page-mobile .btn-next[data-v-dd4ae9a0],
.page-mobile-landscape .btn-next[data-v-dd4ae9a0] {
  position: relative;
  z-index: 2;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.54rem;
  height: 0.59rem;
  cursor: pointer;
  background: url("../img/m_p2_next-8099a397.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .btn-next[data-v-dd4ae9a0]:hover,
.page-mobile-landscape .btn-next[data-v-dd4ae9a0]:hover {
  -webkit-filter: none;
          filter: none;
}
.page-mobile .event-2[data-v-dd4ae9a0],
.page-mobile-landscape .event-2[data-v-dd4ae9a0] {
  padding-top: 2.65rem;
  margin-bottom: 1.75rem;
}
.page-mobile .event-2 .event-main[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .event-main[data-v-dd4ae9a0] {
  height: 12.3rem;
}
.page-mobile .event-2 .p2-change-box[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .p2-change-box[data-v-dd4ae9a0] {
  position: relative;
  top: 0.25rem;
  left: 0.18rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 6.97rem;
  height: 0.96rem;
  background: url("../img/m_p2_change_btn_02-fff9c315.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-2 .p2-change-box.active[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .p2-change-box.active[data-v-dd4ae9a0] {
  top: 0.27rem;
  left: 0.2rem;
  width: 6.6rem;
  height: 0.93rem;
  background: url("../img/m_p2_change_btn_01-c98ad710.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-2 .p2-change-box .btn-zb[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .p2-change-box .btn-zb[data-v-dd4ae9a0],
.page-mobile .event-2 .p2-change-box .btn-hc[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .p2-change-box .btn-hc[data-v-dd4ae9a0] {
  display: block;
  width: 3.1rem;
  height: 90%;
  cursor: pointer;
}
.page-mobile .event-2 .p2-change-box .btn-zb[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .p2-change-box .btn-zb[data-v-dd4ae9a0] {
  margin-right: 0.4rem;
}
.page-mobile .event-2 .event-content[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .event-content[data-v-dd4ae9a0] {
  position: relative;
  width: 7.12rem;
  height: 11.7rem;
  margin: 0 auto;
  background: url("../img/m_p2_content_bg-5e18e48d.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-2 .section1[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .section1[data-v-dd4ae9a0],
.page-mobile .event-2 .section2[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .section2[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.45rem;
  left: 0.18rem;
  width: 6.7rem;
  height: 9.4rem;
}
.page-mobile .event-2 .section1 .sec1-tips-tt[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .section1 .sec1-tips-tt[data-v-dd4ae9a0],
.page-mobile .event-2 .section2 .sec1-tips-tt[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .section2 .sec1-tips-tt[data-v-dd4ae9a0] {
  padding-left: 0.14rem;
  font-size: 0.17rem;
  font-weight: bold;
  color: #87774e;
}
.page-mobile .event-2 .sec1-tips[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec1-tips[data-v-dd4ae9a0] {
  position: relative;
  width: 6.5rem;
}
.page-mobile .event-2 .sec1-tips .p2-icon1[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec1-tips .p2-icon1[data-v-dd4ae9a0],
.page-mobile .event-2 .sec1-tips .p2-icon2[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec1-tips .p2-icon2[data-v-dd4ae9a0] {
  position: relative;
  top: 0.02rem;
}
.page-mobile .event-2 .sec1-tips.sec1-tips1[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec1-tips.sec1-tips1[data-v-dd4ae9a0] {
  white-space: normal;
}
.page-mobile .event-2 .sec1-tips.sec1-tips1 .p2-icon1[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec1-tips.sec1-tips1 .p2-icon1[data-v-dd4ae9a0],
.page-mobile .event-2 .sec1-tips.sec1-tips1 .p2-icon2[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec1-tips.sec1-tips1 .p2-icon2[data-v-dd4ae9a0] {
  display: none;
}
.page-mobile .event-2 .sec1-tips .tips[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec1-tips .tips[data-v-dd4ae9a0] {
  padding-left: 0.14rem;
  font-size: 0.17rem;
  font-weight: normal;
  line-height: 0.22rem;
  text-indent: 0;
}
.page-mobile .event-2 .sec1-tips .tips[data-v-dd4ae9a0]::before,
.page-mobile-landscape .event-2 .sec1-tips .tips[data-v-dd4ae9a0]::before {
  display: none;
}
.page-mobile .event-2 .section1[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .section1[data-v-dd4ae9a0] {
  width: 6.5rem;
  height: 10.2rem;
}
.page-mobile .event-2 .section1 .sec1-tips-box[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .section1 .sec1-tips-box[data-v-dd4ae9a0] {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-mobile .event-2 .section1 .sec1-tips1[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .section1 .sec1-tips1[data-v-dd4ae9a0] {
  height: 0.44rem;
}
.page-mobile .event-2 .section1 .sec1-tips1 .p2-icon2[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .section1 .sec1-tips1 .p2-icon2[data-v-dd4ae9a0] {
  position: absolute;
  top: -0.3rem;
  right: 0;
  display: block;
  width: 1.1rem;
  height: 0.3rem;
  content: "";
  background: url("../img/pc_p2_tips_icon3-0ff0b7ed.png") repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-2 .p2-swiper[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .p2-swiper[data-v-dd4ae9a0] {
  display: block;
  width: 6.7rem;
  height: 9rem;
  margin: 0.2rem 0 0 2px;
}
.page-mobile .event-2 .p2-swiper .sw-slide[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .p2-swiper .sw-slide[data-v-dd4ae9a0] {
  width: 100%;
  height: 100%;
}
.page-mobile .event-2 .p2-swiper .sec1-list-item[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .p2-swiper .sec1-list-item[data-v-dd4ae9a0] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 3.38rem;
  margin: 0 0.15rem 0 0.1rem;
}
.page-mobile .event-2 .p2-swiper .sec1-list-item[data-v-dd4ae9a0]:nth-child(2n),
.page-mobile-landscape .event-2 .p2-swiper .sec1-list-item[data-v-dd4ae9a0]:nth-child(2n) {
  margin: 0;
}
.page-mobile .event-2 .list-img[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .list-img[data-v-dd4ae9a0] {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.page-mobile .event-2 .list-img img[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .list-img img[data-v-dd4ae9a0] {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-mobile .event-2 .shop-tt[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .shop-tt[data-v-dd4ae9a0] {
  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;
  width: 90%;
  height: 0.6rem;
  margin: 0 auto;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.28rem;
  color: #34393f;
  text-align: center;
}
.page-mobile .event-2 .shop-price[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .shop-price[data-v-dd4ae9a0] {
  width: 2rem;
  margin: -0.04rem 0 0 1.05rem;
  overflow: hidden;
  font-size: 0.15rem;
  font-weight: bold;
  color: #34393f;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-mobile .event-2 .shop-price span[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .shop-price span[data-v-dd4ae9a0] {
  font-size: 0.35rem;
  color: #ba90eb;
}
.page-mobile .event-2 .p2-navigation-box[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .p2-navigation-box[data-v-dd4ae9a0] {
  position: absolute;
  right: 50%;
  bottom: -0.9rem;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7rem;
  height: 0.62rem;
  pointer-events: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.page-mobile .event-2 .p2-navigation-box.show[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .p2-navigation-box.show[data-v-dd4ae9a0] {
  pointer-events: auto;
  opacity: 1;
}
.page-mobile .event-2 .p2-navigation-box[data-v-dd4ae9a0] .swiper-pagination,
.page-mobile-landscape .event-2 .p2-navigation-box[data-v-dd4ae9a0] .swiper-pagination {
  position: relative;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 100%;
  margin: 0 0.4rem;
  font-size: 0;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.page-mobile .event-2 .p2-navigation-box[data-v-dd4ae9a0] .swiper-pagination .swiper-pagination-bullet,
.page-mobile-landscape .event-2 .p2-navigation-box[data-v-dd4ae9a0] .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  z-index: 10;
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  margin: 0 0.3rem !important;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e7dfcc;
  border-radius: 0 !important;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.page-mobile .event-2 .p2-navigation-box[data-v-dd4ae9a0] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.page-mobile-landscape .event-2 .p2-navigation-box[data-v-dd4ae9a0] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bb7fff;
}
.page-mobile .event-2 .section2[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .section2[data-v-dd4ae9a0] {
  top: 0.32rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 9.7rem;
  padding: 0;
}
.page-mobile .event-2 .section2 .sec2-wrap[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .section2 .sec2-wrap[data-v-dd4ae9a0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.1rem;
  margin-top: 0.15rem;
}
.page-mobile .event-2 .section2 .sec1-tips[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .section2 .sec1-tips[data-v-dd4ae9a0] {
  width: 6.64rem;
}
.page-mobile .event-2 .sec2-text[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec2-text[data-v-dd4ae9a0] {
  width: 6.3rem;
  height: 8rem;
  margin-bottom: 0.2rem;
  overflow: hidden auto;
}
.page-mobile .event-2 .sec2-text p[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec2-text p[data-v-dd4ae9a0] {
  margin-bottom: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #34393f;
}
.page-mobile .event-2 .sec2-text p span[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec2-text p span[data-v-dd4ae9a0] {
  font-weight: bold;
}
.page-mobile .event-2 .sec2-list[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec2-list[data-v-dd4ae9a0] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding: 0;
}
.page-mobile .event-2 .sec2-img1[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec2-img1[data-v-dd4ae9a0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6.54rem;
  height: 2rem;
}
.page-mobile .event-2 .sec2-img1 img[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec2-img1 img[data-v-dd4ae9a0] {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-mobile .event-2 .sec2-img1 .sec2-img[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec2-img1 .sec2-img[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 6.02rem;
  height: 4.92rem;
}
.page-mobile .event-2 .sec2-img1 .shop-tt2[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec2-img1 .shop-tt2[data-v-dd4ae9a0] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.25rem;
  color: #34393f;
  text-align: center;
}
.page-mobile .event-2 .sec2-img1 .shop-status[data-v-dd4ae9a0],
.page-mobile-landscape .event-2 .sec2-img1 .shop-status[data-v-dd4ae9a0] {
  width: 1.96rem;
  margin: 2.04rem 0 0 4.3rem;
  overflow: hidden;
  font-size: 0.28rem;
  font-weight: bold;
  color: #ba90eb;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-mobile .event-3[data-v-dd4ae9a0],
.page-mobile-landscape .event-3[data-v-dd4ae9a0] {
  padding-top: 3.1rem;
  margin-bottom: 1rem;
}
.page-mobile .event-3 .event-main[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .event-main[data-v-dd4ae9a0] {
  width: 6.7rem;
  margin: 0 auto;
}
.page-mobile .event-3 .sec-sub-tt[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-sub-tt[data-v-dd4ae9a0] {
  font-size: 0.24rem;
  font-weight: bold;
  color: #34393f;
}
.page-mobile .event-3 .sec-tt[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-tt[data-v-dd4ae9a0] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.46rem;
  padding-left: 0.26rem;
  margin: 0.35rem 0;
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #34393f;
  white-space: nowrap;
}
.page-mobile .event-3 .sec-tt[data-v-dd4ae9a0]::before,
.page-mobile-landscape .event-3 .sec-tt[data-v-dd4ae9a0]::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  content: "";
  background: url("../img/m_p4_icon-597d0359.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-mobile .event-3 .sec-line[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-line[data-v-dd4ae9a0] {
  width: 6.68rem;
  height: 0.08rem;
  margin: 0.3rem 0;
  background: url("../img/m_p3_line-b2f9ee34.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-3 .sec-line2[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-line2[data-v-dd4ae9a0] {
  display: none;
}
.page-mobile .event-3 .sec-desc-box[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-desc-box[data-v-dd4ae9a0] {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0.1rem;
}
.page-mobile .event-3 .sec-desc[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-desc[data-v-dd4ae9a0] {
  width: 100%;
  margin-bottom: 0.4rem;
}
.page-mobile .event-3 .sec-desc p[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-desc p[data-v-dd4ae9a0] {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #34393f;
}
.page-mobile .event-3 .sec-desc p.desc1[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-desc p.desc1[data-v-dd4ae9a0] {
  margin-bottom: 0.2rem;
}
.page-mobile .event-3 .sec-desc ul[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-desc ul[data-v-dd4ae9a0] {
  margin-left: 0.2rem;
}
.page-mobile .event-3 .sec-desc ul li[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-desc ul li[data-v-dd4ae9a0] {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #34393f;
}
.page-mobile .event-3 .sec-desc-tt[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-desc-tt[data-v-dd4ae9a0] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.46rem;
  padding-left: 0.5rem;
  margin-bottom: 0.15rem;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #34393f;
}
.page-mobile .event-3 .sec-desc-tt[data-v-dd4ae9a0]::before,
.page-mobile-landscape .event-3 .sec-desc-tt[data-v-dd4ae9a0]::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.31rem;
  height: 0.3rem;
  content: "";
  background: url("../img/pc_p3_icon-e9365b77.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-mobile .event-3 .sec-tips[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-tips[data-v-dd4ae9a0] {
  width: 100%;
}
.page-mobile .event-3 .sec-tips p[data-v-dd4ae9a0],
.page-mobile-landscape .event-3 .sec-tips p[data-v-dd4ae9a0] {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #87774e;
}
.page-mobile .event-4[data-v-dd4ae9a0],
.page-mobile-landscape .event-4[data-v-dd4ae9a0] {
  padding-top: 3rem;
  margin-bottom: 0.6rem;
}
.page-mobile .event-4 .event-main[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .event-main[data-v-dd4ae9a0] {
  left: 0;
  height: 13rem;
}
.page-mobile .event-4 .section-left[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .section-left[data-v-dd4ae9a0] {
  position: relative;
  width: 6.76rem;
  height: auto;
  max-height: 7.3rem;
  margin: 0 auto 0.5rem;
}
.page-mobile .event-4 .section-left[data-v-dd4ae9a0]::before,
.page-mobile-landscape .event-4 .section-left[data-v-dd4ae9a0]::before {
  width: 0.35rem;
  height: 0.35rem;
  background: url("../img/m_dot_icon-161b44c1.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-4 .sec-tt .tt[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .sec-tt .tt[data-v-dd4ae9a0] {
  font-size: 0.43rem;
}
.page-mobile .event-4 .sec-tt .sub-tt[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .sec-tt .sub-tt[data-v-dd4ae9a0] {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  font-size: 0.24rem;
  font-weight: bold;
  color: #34393f;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* 限制为2行，可自定义行数 两行溢出隐藏 */
  -webkit-box-orient: vertical;
}
.page-mobile .event-4 .sec-tt .sub-tt span[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .sec-tt .sub-tt span[data-v-dd4ae9a0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.05rem;
  margin: 0.22rem 0 2px;
  font-size: 0.22rem;
  color: #f5f5e5;
  background-color: #aacb45;
}
.page-mobile .event-4 .sec-tt .line[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .sec-tt .line[data-v-dd4ae9a0] {
  width: 6.68rem;
  height: 0.08rem;
  margin: 0.28rem 0 0.2rem;
  background: url("../img/m_p3_line-b2f9ee34.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-4 .sec-tt[data-v-dd4ae9a0] .section-desc,
.page-mobile-landscape .event-4 .sec-tt[data-v-dd4ae9a0] .section-desc {
  width: 100%;
  height: auto;
  max-height: 5rem;
}
.page-mobile .event-4 .sec-tt[data-v-dd4ae9a0] .section-desc p,
.page-mobile-landscape .event-4 .sec-tt[data-v-dd4ae9a0] .section-desc p {
  font-size: 0.24rem;
  line-height: 0.35rem;
  color: #1f1f1f;
}
.page-mobile .event-4 .sec-tt[data-v-dd4ae9a0] .section-desc .desc1,
.page-mobile-landscape .event-4 .sec-tt[data-v-dd4ae9a0] .section-desc .desc1 {
  margin-bottom: 0.3rem;
}
.page-mobile .event-4 .section-image[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .section-image[data-v-dd4ae9a0] {
  position: relative;
  top: 0.1rem;
  width: 6.67rem;
  height: 4.89rem;
  background: url("../img/m_p3_content-dc5f308b.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-4 .section-image .img-item[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .section-image .img-item[data-v-dd4ae9a0] {
  position: absolute;
  top: 0.23rem;
  left: 0.23rem;
  display: block;
  width: 6.24rem;
  height: 4.46rem;
}
.page-mobile .event-4 .section-image.small2[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .section-image.small2[data-v-dd4ae9a0] {
  height: 4.25rem;
  background: url("../img/m_p3_content2-c96d505b.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-4 .section-image.small2 .img-item[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .section-image.small2 .img-item[data-v-dd4ae9a0] {
  top: 0.47rem;
  left: 0.22rem;
  height: 3.3rem;
}
.page-mobile .event-4 .p3-btn-prev[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .p3-btn-prev[data-v-dd4ae9a0] {
  z-index: 10;
  width: 0.4rem;
  height: 0.61rem;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.page-mobile .event-4 .p3-btn-prev[data-v-dd4ae9a0]:hover,
.page-mobile-landscape .event-4 .p3-btn-prev[data-v-dd4ae9a0]:hover {
  -webkit-filter: none;
          filter: none;
}
.page-mobile .event-4 .p3-btn-next[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .p3-btn-next[data-v-dd4ae9a0] {
  z-index: 10;
  width: 0.41rem;
  height: 0.62rem;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.page-mobile .event-4 .p3-btn-next[data-v-dd4ae9a0]:hover,
.page-mobile-landscape .event-4 .p3-btn-next[data-v-dd4ae9a0]:hover {
  -webkit-filter: none;
          filter: none;
}
.page-mobile .event-4 .navgatioin-box[data-v-dd4ae9a0],
.page-mobile-landscape .event-4 .navgatioin-box[data-v-dd4ae9a0] {
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  z-index: 10;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0.62rem;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transform: translateX(-50%) translateZ(2px);
          transform: translateX(-50%) translateZ(2px);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.page-mobile .event-4 .navgatioin-box[data-v-dd4ae9a0] .swiper-pagination,
.page-mobile-landscape .event-4 .navgatioin-box[data-v-dd4ae9a0] .swiper-pagination {
  z-index: 10;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.page-mobile .event-4 .navgatioin-box[data-v-dd4ae9a0] .swiper-pagination .swiper-pagination-bullet,
.page-mobile-landscape .event-4 .navgatioin-box[data-v-dd4ae9a0] .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  z-index: 10;
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  margin: 0 0.3rem !important;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e7dfcc;
  border-radius: 0 !important;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}
.page-mobile .event-4 .navgatioin-box[data-v-dd4ae9a0] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.page-mobile-landscape .event-4 .navgatioin-box[data-v-dd4ae9a0] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bb7fff;
}
.page-mobile .event-5[data-v-dd4ae9a0],
.page-mobile-landscape .event-5[data-v-dd4ae9a0] {
  height: 21.58rem;
  padding-top: 3.2rem;
}
.page-mobile .event-5 .event-main[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .event-main[data-v-dd4ae9a0] {
  width: 6.8rem;
}
.page-mobile .event-5 .event-main[data-v-dd4ae9a0]::before,
.page-mobile-landscape .event-5 .event-main[data-v-dd4ae9a0]::before {
  position: absolute;
  top: 0.05rem;
  right: 0.1rem;
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  content: "";
  background: url("../img/m_dot_icon-161b44c1.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-5 .event-main .p4-swiper[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .event-main .p4-swiper[data-v-dd4ae9a0] {
  display: block;
  width: 100%;
  height: 100%;
}
.page-mobile .event-5 .event-main .p4-swiper .sec-line2[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .event-main .p4-swiper .sec-line2[data-v-dd4ae9a0] {
  display: none;
}
.page-mobile .event-5 .event-main .p4-swiper .p5-section1[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .event-main .p4-swiper .p5-section1[data-v-dd4ae9a0],
.page-mobile .event-5 .event-main .p4-swiper .p5-section2[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .event-main .p4-swiper .p5-section2[data-v-dd4ae9a0] {
  width: 100%;
  height: auto;
}
.page-mobile .event-5 .event-main .p4-swiper .p5-section1 .slide-wrap[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .event-main .p4-swiper .p5-section1 .slide-wrap[data-v-dd4ae9a0],
.page-mobile .event-5 .event-main .p4-swiper .p5-section2 .slide-wrap[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .event-main .p4-swiper .p5-section2 .slide-wrap[data-v-dd4ae9a0] {
  height: auto;
}
.page-mobile .event-5 .event-main .p4-swiper .p5-section1[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .event-main .p4-swiper .p5-section1[data-v-dd4ae9a0] {
  margin-bottom: 0.4rem;
}
.page-mobile .event-5 .sec-sub-tt[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .sec-sub-tt[data-v-dd4ae9a0] {
  width: 5.45rem;
  font-size: 0.24rem;
}
.page-mobile .event-5 .sec-desc-tt[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .sec-desc-tt[data-v-dd4ae9a0] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.46rem;
  padding-left: 0.5rem;
  margin-bottom: 0.15rem;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #34393f;
}
.page-mobile .event-5 .sec-desc-tt[data-v-dd4ae9a0]::before,
.page-mobile-landscape .event-5 .sec-desc-tt[data-v-dd4ae9a0]::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.31rem;
  height: 0.3rem;
  content: "";
  background: url("../img/pc_p3_icon-e9365b77.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-mobile .event-5 .sec-line[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .sec-line[data-v-dd4ae9a0] {
  width: 6.68rem;
  height: 0.08rem;
  margin: 0.45rem 0 0.35rem;
  background: url("../img/pc_p3_line-05e121f5.png") no-repeat center center;
  background-size: 100% 100%;
}
.page-mobile .event-5 .sec-desc[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .sec-desc[data-v-dd4ae9a0] {
  width: 100%;
}
.page-mobile .event-5 .sec-desc p[data-v-dd4ae9a0],
.page-mobile-landscape .event-5 .sec-desc p[data-v-dd4ae9a0] {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #34393f;
}
.page-mobile .p4-navigation-box[data-v-dd4ae9a0],
.page-mobile-landscape .p4-navigation-box[data-v-dd4ae9a0] {
  right: 0.5rem;
  bottom: -0.5rem;
}
.page-mobile .p4-navigation-box[data-v-dd4ae9a0] .p4-swiper-pagination .swiper-pagination-bullet,
.page-mobile-landscape .p4-navigation-box[data-v-dd4ae9a0] .p4-swiper-pagination .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
}
.page-mobile .bg-wrap-pc[data-v-dd4ae9a0],
.page-mobile .bg-wrap-m-landscape[data-v-dd4ae9a0] {
  display: none;
}
.page-mobile .bg-wrap-m[data-v-dd4ae9a0] {
  display: block;
}
.page-mobile-landscape .bg-wrap-pc[data-v-dd4ae9a0],
.page-mobile-landscape .bg-wrap-m[data-v-dd4ae9a0] {
  display: none;
}
.page-mobile-landscape .bg-wrap-m-landscape[data-v-dd4ae9a0],
.page-mobile-landscape .m-top-nav[data-v-dd4ae9a0] {
  left: 50%;
  display: block;
  max-width: 7.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-mobile-landscape .main-wrap[data-v-dd4ae9a0] {
  max-width: 7.5rem;
  margin: 0 auto;
}
.page-mobile-landscape .m-top-nav.show[data-v-dd4ae9a0] {
  height: 4.5rem;
}
.page-mobile-landscape .m-nav-list[data-v-dd4ae9a0] {
  top: 1.2rem !important;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
