@charset "UTF-8";
/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
.media-container[data-v-2c0fb703] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.media-container .play-pause-button[data-v-2c0fb703] {
  position: absolute;
  top: auto;
  left: auto;
  bottom: var(--bottom, 24px);
  right: var(--right, 24px);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(4px);
  z-index: 3000;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.media-container .button-icon[data-v-2c0fb703] {
  width: 24px;
  height: 24px;
  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;
}
.media-container[data-v-2c0fb703] {
  /* 播放图标 */
}
.media-container .play-icon[data-v-2c0fb703] {
  position: absolute;
}
.media-container .progress-icon[data-v-2c0fb703] {
  position: absolute;
  z-index: 10;
}
.media-container[data-v-2c0fb703] {
  /* 暂停图标 */
}
.media-container .pause-icon[data-v-2c0fb703] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.media-container .pause-icon div[data-v-2c0fb703] {
  width: 6px;
  height: 18px;
  background-color: white;
  border-radius: 2px;
}
.media-container[data-v-2c0fb703]::before {
  content: "";
  display: block;
  padding-bottom: var(--aspect-ratio, 56.25%); /* 默认 16:9 */
}
.media-container[data-v-2c0fb703] > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-placeholder[data-v-2c0fb703] {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #999;
}/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
.button-pc[data-v-63a40c02] {
  border-radius: 32px;
  position: relative;
  padding: 16px 32px;
}
.button-pc .button-content[data-v-63a40c02] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-align: center;
}
.button-mob[data-v-63a40c02] {
  border-radius: 32px;
  position: relative;
  padding: 16px 32px;
}
.button-mob .button-content[data-v-63a40c02] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-align: center;
}
button[data-v-63a40c02] {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  letter-spacing: 0%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  white-space: nowrap;
}
button .button-icon[data-v-63a40c02] {
  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;
  z-index: 0;
}
button .button-content[data-v-63a40c02] {
  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;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 0;
}
button.fill.black[data-v-63a40c02] {
  border: 1px solid transparent;
  background: rgb(36, 39, 40);
}
button.fill.black .button-content[data-v-63a40c02] {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767.98px) {
button.fill.black[data-v-63a40c02] {
    border: 1px solid transparent !important;
    background: rgb(36, 39, 40) !important;
}
button.fill.black .button-content[data-v-63a40c02] {
    color: rgb(255, 255, 255) !important;
}
}
button.fill.black[data-v-63a40c02]:hover {
  border: 1px solid rgb(0, 0, 0);
  background: rgb(255, 255, 255);
}
button.fill.black:hover .button-content[data-v-63a40c02] {
  color: rgb(0, 0, 0);
}
button.fill.white[data-v-63a40c02] {
  background: rgb(255, 255, 255);
}
button.fill.white .button-content[data-v-63a40c02] {
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 767.98px) {
button.fill.white[data-v-63a40c02] {
    background: rgb(255, 255, 255) !important;
}
button.fill.white .button-content[data-v-63a40c02] {
    color: rgb(0, 0, 0) !important;
}
}
button.fill.white[data-v-63a40c02]:hover {
  background: rgb(36, 39, 40);
}
button.fill.white:hover .button-content[data-v-63a40c02] {
  color: rgb(255, 255, 255);
}
button.linear.black[data-v-63a40c02] {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
}
button.linear.black .button-content[data-v-63a40c02] {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767.98px) {
button.linear.black[data-v-63a40c02] {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: transparent !important;
}
button.linear.black .button-content[data-v-63a40c02] {
    color: rgb(255, 255, 255) !important;
}
}
button.linear.black[data-v-63a40c02]:hover {
  border: 1px solid transparent;
  background: rgb(255, 255, 255);
}
button.linear.black:hover .button-content[data-v-63a40c02] {
  color: rgb(0, 0, 0);
}
button.linear.white[data-v-63a40c02] {
  border: 1px solid rgb(0, 0, 0);
  background: rgb(255, 255, 255);
}
button.linear.white .button-content[data-v-63a40c02] {
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 767.98px) {
button.linear.white[data-v-63a40c02] {
    border: 1px solid rgb(0, 0, 0) !important;
    background: rgb(255, 255, 255) !important;
}
button.linear.white .button-content[data-v-63a40c02] {
    color: rgb(0, 0, 0) !important;
}
}
button.linear.white[data-v-63a40c02]:hover {
  background: rgb(36, 39, 40);
}
button.linear.white:hover .button-content[data-v-63a40c02] {
  color: rgb(255, 255, 255);
}/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
@media screen and (max-width: 1366px) and (min-width: 1024px) {
.content-outter .content-top .content-top-video[data-v-6da31c55], .content-outter .content-top .content-top-img[data-v-6da31c55] {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 0;
}
.content-outter .content-bottom[data-v-6da31c55] {
    width: 100vw;
    position: relative;
}
.content-outter .content-bottom .content-bottom-wrapper[data-v-6da31c55] {
    position: absolute;
    width: 100vw;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-title[data-v-6da31c55] {
    margin-bottom: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-title .content-bottom-wrapper-title-small[data-v-6da31c55] {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-title .content-bottom-wrapper-title-big[data-v-6da31c55] {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper[data-v-6da31c55] {
    padding: 0 48px;
    padding-bottom: 132px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper[data-v-6da31c55] {
    max-width: 100vw;
    width: 100vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide[data-v-6da31c55] {
    border-radius: 24px;
    background: rgb(247, 247, 247);
    overflow: hidden;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-img-container .swiper-slide-img[data-v-6da31c55] {
    aspect-ratio: 437/246;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content[data-v-6da31c55] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
    padding: 24px 16px;
    gap: 16px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-text[data-v-6da31c55] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-text .swiper-slide-title[data-v-6da31c55] {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgb(37, 39, 40);
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-text .swiper-slide-desc[data-v-6da31c55] {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgb(81, 82, 83);
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap[data-v-6da31c55] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller[data-v-6da31c55] {
    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;
    gap: 32px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(60px);
    border-radius: 48px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-prev[data-v-6da31c55] {
    position: unset;
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-prev svg[data-v-6da31c55] {
    height: 100%;
    width: 100%;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-prev[data-v-6da31c55]::after {
    display: none;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-pagination[data-v-6da31c55] {
    position: unset;
    width: auto;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-pagination[data-v-6da31c55] .swiper-pagination-bullet {
    background: rgb(92, 96, 106);
    width: 8px;
    height: 8px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-pagination[data-v-6da31c55] .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 4px;
    background: #ffffff;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-next[data-v-6da31c55] {
    position: unset;
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-next svg[data-v-6da31c55] {
    height: 100%;
    width: 100%;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-next[data-v-6da31c55]::after {
    display: none;
}
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
.content-outter .content-top .content-top-video[data-v-6da31c55], .content-outter .content-top .content-top-img[data-v-6da31c55] {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 0;
}
.content-outter .content-bottom[data-v-6da31c55] {
    width: 100vw;
    position: relative;
}
.content-outter .content-bottom .content-bottom-wrapper[data-v-6da31c55] {
    position: absolute;
    width: 100vw;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-title[data-v-6da31c55] {
    margin-bottom: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-title .content-bottom-wrapper-title-small[data-v-6da31c55] {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-title .content-bottom-wrapper-title-big[data-v-6da31c55] {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper[data-v-6da31c55] {
    padding: 0 48px;
    padding-bottom: 132px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper[data-v-6da31c55] {
    max-width: 100vw;
    width: 100vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide[data-v-6da31c55] {
    border-radius: 24px;
    background: rgb(247, 247, 247);
    overflow: hidden;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-img-container .swiper-slide-img[data-v-6da31c55] {
    aspect-ratio: 437/246;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content[data-v-6da31c55] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
    padding: 24px 16px;
    gap: 16px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-text[data-v-6da31c55] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-text .swiper-slide-title[data-v-6da31c55] {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgb(37, 39, 40);
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-text .swiper-slide-desc[data-v-6da31c55] {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgb(81, 82, 83);
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap[data-v-6da31c55] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller[data-v-6da31c55] {
    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;
    gap: 32px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(60px);
    border-radius: 48px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-prev[data-v-6da31c55] {
    position: unset;
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-prev svg[data-v-6da31c55] {
    height: 100%;
    width: 100%;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-prev[data-v-6da31c55]::after {
    display: none;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-pagination[data-v-6da31c55] {
    position: unset;
    width: auto;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-pagination[data-v-6da31c55] .swiper-pagination-bullet {
    background: rgb(92, 96, 106);
    width: 8px;
    height: 8px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-pagination[data-v-6da31c55] .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 4px;
    background: #ffffff;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-next[data-v-6da31c55] {
    position: unset;
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-next svg[data-v-6da31c55] {
    height: 100%;
    width: 100%;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-next[data-v-6da31c55]::after {
    display: none;
}
}
@media screen and (min-width: 1366.02px) {
.content-outter .content-top .content-top-video[data-v-6da31c55], .content-outter .content-top .content-top-img[data-v-6da31c55] {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 0;
}
.content-outter .content-bottom[data-v-6da31c55] {
    width: 100vw;
    position: relative;
}
.content-outter .content-bottom .content-bottom-wrapper[data-v-6da31c55] {
    position: absolute;
    width: 100vw;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-title[data-v-6da31c55] {
    margin-bottom: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-title .content-bottom-wrapper-title-small[data-v-6da31c55] {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-title .content-bottom-wrapper-title-big[data-v-6da31c55] {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper[data-v-6da31c55] {
    padding: 0 48px;
    padding-bottom: 132px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper[data-v-6da31c55] {
    max-width: 100vw;
    width: 100vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide[data-v-6da31c55] {
    border-radius: 24px;
    background: rgb(247, 247, 247);
    overflow: hidden;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-img-container .swiper-slide-img[data-v-6da31c55] {
    aspect-ratio: 437/246;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content[data-v-6da31c55] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
    padding: 24px 16px;
    gap: 16px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-text[data-v-6da31c55] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-text .swiper-slide-title[data-v-6da31c55] {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgb(37, 39, 40);
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-text .swiper-slide-desc[data-v-6da31c55] {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgb(81, 82, 83);
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap[data-v-6da31c55] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller[data-v-6da31c55] {
    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;
    gap: 32px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(60px);
    border-radius: 48px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-prev[data-v-6da31c55] {
    position: unset;
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-prev svg[data-v-6da31c55] {
    height: 100%;
    width: 100%;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-prev[data-v-6da31c55]::after {
    display: none;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-pagination[data-v-6da31c55] {
    position: unset;
    width: auto;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-pagination[data-v-6da31c55] .swiper-pagination-bullet {
    background: rgb(92, 96, 106);
    width: 8px;
    height: 8px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-pagination[data-v-6da31c55] .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 4px;
    background: #ffffff;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-next[data-v-6da31c55] {
    position: unset;
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-next svg[data-v-6da31c55] {
    height: 100%;
    width: 100%;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-next[data-v-6da31c55]::after {
    display: none;
}
}
/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
/* t=1777353505651 */
.media-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.media-container .play-pause-button {
  position: absolute;
  top: auto;
  left: auto;
  bottom: var(--bottom, 24px);
  right: var(--right, 24px);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(4px);
  z-index: 3000;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.media-container .button-icon {
  width: 24px;
  height: 24px;
  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;
}
.media-container {
  /* 播放图标 */
}
.media-container .play-icon {
  position: absolute;
}
.media-container .progress-icon {
  position: absolute;
  z-index: 10;
}
.media-container {
  /* 暂停图标 */
}
.media-container .pause-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.media-container .pause-icon div {
  width: 6px;
  height: 18px;
  background-color: white;
  border-radius: 2px;
}
.media-container::before {
  content: "";
  display: block;
  padding-bottom: var(--aspect-ratio, 56.25%); /* 默认 16:9 */
}
.media-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-placeholder {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #999;
}/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
@media screen and (max-width: 767.98px) {
.content-outter .content-top .content-top-video[data-v-0c7f6a07], .content-outter .content-top .content-top-img[data-v-0c7f6a07] {
    width: 100vw;
    height: 680px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 0;
}
.content-outter .content-bottom[data-v-0c7f6a07] {
    width: 100vw;
    position: relative;
}
.content-outter .content-bottom .content-bottom-wrapper[data-v-0c7f6a07] {
    position: absolute;
    width: 100vw;
    bottom: -300px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-buttons[data-v-0c7f6a07] {
    margin-bottom: 16px;
    overflow: auto;
    width: 100vw;
    max-width: 100vw;
    white-space: nowrap;
    text-align: center;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-buttons[data-v-0c7f6a07] .el-scrollbar__bar {
    opacity: 0 !important;
    pointer-events: none;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-buttons[data-v-0c7f6a07] button {
    padding: 8px 12px;
    overflow: hidden;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: inline-block;
    margin-left: 6px;
    border: 1px solid transparent !important;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-buttons[data-v-0c7f6a07] button .button-content {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-wrapper-buttons[data-v-0c7f6a07] button:first-child {
    margin-left: 0;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper[data-v-0c7f6a07] {
    padding: 0 16px;
    padding-bottom: 22px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper[data-v-0c7f6a07] {
    max-width: 100vw;
    width: 100vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide[data-v-0c7f6a07] {
    border-radius: 24px;
    background: rgb(247, 247, 247);
    overflow: hidden;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-img-container .swiper-slide-img[data-v-0c7f6a07] {
    height: 246px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content[data-v-0c7f6a07] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
    padding: 24px 16px;
    gap: 16px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-text[data-v-0c7f6a07] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-text .swiper-slide-title[data-v-0c7f6a07] {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgb(37, 39, 40);
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-text .swiper-slide-desc[data-v-0c7f6a07] {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgb(81, 82, 83);
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap[data-v-0c7f6a07] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .fixedClass[data-v-0c7f6a07] {
    position: fixed;
    bottom: var(--distance-bottom);
    z-index: 2;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller[data-v-0c7f6a07] {
    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;
    gap: 32px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(60px);
    border-radius: 48px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-prev[data-v-0c7f6a07] {
    position: unset;
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-prev svg[data-v-0c7f6a07] {
    height: 100%;
    width: 100%;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-prev[data-v-0c7f6a07]::after {
    display: none;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-pagination[data-v-0c7f6a07] {
    position: unset;
    width: auto;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-pagination[data-v-0c7f6a07] .swiper-pagination-bullet {
    background: rgb(92, 96, 106);
    width: 8px;
    height: 8px;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-pagination[data-v-0c7f6a07] .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 4px;
    background: #ffffff;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-next[data-v-0c7f6a07] {
    position: unset;
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-next svg[data-v-0c7f6a07] {
    height: 100%;
    width: 100%;
}
.content-outter .content-bottom .content-bottom-wrapper .content-bottom-swiper .swiper .swiper-controller-wrap .swiper-controller .swiper-button-next[data-v-0c7f6a07]::after {
    display: none;
}
}
/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
/* t=1777353500251 */
.media-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.media-container .play-pause-button {
  position: absolute;
  top: auto;
  left: auto;
  bottom: var(--bottom, 24px);
  right: var(--right, 24px);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(4px);
  z-index: 3000;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.media-container .button-icon {
  width: 24px;
  height: 24px;
  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;
}
.media-container {
  /* 播放图标 */
}
.media-container .play-icon {
  position: absolute;
}
.media-container .progress-icon {
  position: absolute;
  z-index: 10;
}
.media-container {
  /* 暂停图标 */
}
.media-container .pause-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.media-container .pause-icon div {
  width: 6px;
  height: 18px;
  background-color: white;
  border-radius: 2px;
}
.media-container::before {
  content: "";
  display: block;
  padding-bottom: var(--aspect-ratio, 56.25%); /* 默认 16:9 */
}
.media-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-placeholder {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #999;
}