@charset "UTF-8";
.byd-flex, .byd-column, .byd-column-around, .byd-column-between, .byd-column-end, .byd-column-center, .byd-column-wrap, .byd-column-reverse, .byd-row-reverse, .byd-row, .byd-row-around, .byd-row-between, .byd-row-end, .byd-row-wrap-end, .byd-row-center, .byd-row-wrap {
  /* Chrome 21+ */
  display: flex;
  /* 现代浏览器 */
}

.byd-row-reverse {
  flex-direction: row-reverse;
}

.byd-row-wrap {
  flex-wrap: wrap;
}

.byd-row-wrap-end {
  flex-wrap: wrap;
}

.byd-row-center {
  justify-content: center;
}

.byd-row-end, .byd-row-wrap-end {
  justify-content: flex-end;
}

.byd-row-between {
  justify-content: space-between;
}

.byd-row-around {
  justify-content: space-around;
}

.byd-column, .byd-column-around, .byd-column-between, .byd-column-end, .byd-column-center, .byd-column-wrap, .byd-column-reverse {
  flex-direction: column;
}

.byd-column-reverse {
  flex-direction: column-reverse;
}

.byd-column-wrap {
  flex-wrap: wrap;
}

.byd-column-center {
  justify-content: center;
}

.byd-column-end {
  justify-content: flex-end;
}

.byd-column-between {
  justify-content: space-between;
}

.byd-column-around {
  justify-content: space-around;
}

.byd_align-center {
  align-items: center;
}

.byd_align-end {
  align-items: flex-end;
}

.byd_self-center {
  align-self: center;
}

.byd_self-end {
  align-self: flex-end;
}

.byd-g-1 {
  flex: 1;
}

.byd-g-2 {
  flex: 2;
}

.byd-g-3 {
  flex: 3;
}

.byd-g-4 {
  flex: 4;
}

.byd-g-5 {
  flex: 5;
}

.byd-g-6 {
  flex: 6;
}

.byd-g-7 {
  flex: 7;
}

.byd-g-8 {
  flex: 8;
}

.byd-g-9 {
  flex: 9;
}

.byd-g-10 {
  flex: 10;
}

.c-p {
  cursor: pointer;
}

.c-white {
  color: white;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.p-r {
  position: relative;
}.image[data-v-0707f8e1] {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.img-entity[data-v-0707f8e1] {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: var(--object-fit, cover);
     object-fit: var(--object-fit, cover);
  transition: opacity 0.5s ease;
}
.img-entity[data-v-0707f8e1]:not([src]), .img-entity[src=""][data-v-0707f8e1] {
  visibility: hidden;
}
.img-entity.lazyloading[data-v-0707f8e1] {
  opacity: 0;
}
.img-entity.lazyloaded[data-v-0707f8e1] {
  opacity: 1;
}
@keyframes skeleton-loading-0707f8e1 {
0% {
    background-position: 100% 50%;
}
100% {
    background-position: 0 50%;
}
}
.img-loading[data-v-0707f8e1] {
  --skeleton-color: #f0f2f5;
  --skeleton-to-color: #e0e2e4;
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--skeleton-color) 25%, var(--skeleton-to-color) 37%, var(--skeleton-color) 63%);
  background-size: 400% 100%;
  animation: skeleton-loading-0707f8e1 1.4s ease infinite;
}
[data-v-0707f8e1]  .ls-blur-up-img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(5px);
  transition: all 0.5s;
  transform: scale(1.01);
}
[data-v-0707f8e1]  .ls-blur-up-img.ls-original-loaded {
  filter: blur(0);
}.detail-differential[data-v-4c9919b2] {
  background: rgb(19, 19, 19);
}
.detail-differential .content-section[data-v-4c9919b2] {
  margin: 0 auto;
  width: clamp(0px, 100vw, 1440px);
  padding: 0 clamp(0px, 4.4444444444vw, 64px);
}
.detail-differential-item[data-v-4c9919b2] {
  height: clamp(0px, 44.4444444444vw, 640px);
  position: relative;
}
.detail-differential-item .differential-image-section[data-v-4c9919b2] {
  overflow: hidden;
}
.detail-differential-item .differential-image[data-v-4c9919b2] {
  z-index: 0;
}
.detail-differential-item .text-section[data-v-4c9919b2] {
  z-index: 1;
  padding: clamp(0px, 5.5555555556vw, 80px) clamp(0px, 9.5138888889vw, 137px) clamp(0px, 5.5555555556vw, 80px) clamp(0px, 4.4444444444vw, 64px);
  background: rgb(19, 19, 19);
}
.detail-differential-item .text-section .title[data-v-4c9919b2] {
  font-size: clamp(0px, 2.2222222222vw, 32px);
  line-height: 140%;
  font-weight: 500;
  font-family: "Montserrat-Medium";
  color: rgba(255, 255, 255, 0.95);
}
.detail-differential-item .text-section .desc[data-v-4c9919b2] {
  font-size: clamp(0px, 1.25vw, 18px);
  line-height: 170%;
  font-weight: 500;
  font-family: "Montserrat-Medium";
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1024px) {
.detail-differential[data-v-4c9919b2] {
    padding: 72px 0 48px;
}
.detail-differential .swiper-slide[data-v-4c9919b2] {
    height: auto;
}
.detail-differential .swiper-slide-image[data-v-4c9919b2] {
    aspect-ratio: 375/202;
    height: auto;
}
.detail-differential .text-section[data-v-4c9919b2] {
    padding: 0 16px;
    margin-bottom: 24px;
}
.detail-differential .text-section .title[data-v-4c9919b2] {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
    color: rgba(255, 255, 255, 0.95);
}
.detail-differential .text-section .desc[data-v-4c9919b2] {
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    font-family: "Montserrat";
    color: rgba(255, 255, 255, 0.55);
    margin-top: 30px;
}
.detail-differential[data-v-4c9919b2] .swiper-pagination-progressbar {
    --swiper-pagination-progressbar-size: 1px;
    --swiper-pagination-color: white;
    --swiper-pagination-progressbar-bg-color: rgba(255, 255, 255, 0.3);
    position: relative;
    margin: 30px 16px 0;
    width: calc(100% - 32px);
}
}