/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/a01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__a01-section {
  --color: #000;
  position: fixed;
  left: calc(var(--rpx, 1px) * 60);
  bottom: calc(var(--rpx, 1px) * 91);
  opacity: 0.4;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  z-index: 100;
}
.cmp__a01-section.light {
  --color: #fff;
}
@media (max-width: 1023px) {
  .cmp__a01-section {
    display: none;
  }
}
.cmp__a01-section:hover {
  opacity: 1;
}
.cmp__a01-section .sidebar-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--rpx, 1px) * 24);
}
.cmp__a01-section .sidebar-nav-list .sidebar-nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cmp__a01-section .sidebar-nav-list .sidebar-nav-item.active .dot {
  border-color: var(--color);
}
.cmp__a01-section .sidebar-nav-list .sidebar-nav-item.active .dot::before {
  background: transparent;
}
.cmp__a01-section .sidebar-nav-list .sidebar-nav-item.active .text {
  opacity: 1;
  visibility: visible;
}
.cmp__a01-section .sidebar-nav-list .sidebar-nav-item .dot {
  display: block;
  width: calc(var(--rpx, 1px) * 17);
  height: calc(var(--rpx, 1px) * 17);
  border-radius: 50%;
  border: calc(var(--rpx, 1px) * 2) solid transparent;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cmp__a01-section .sidebar-nav-list .sidebar-nav-item .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(var(--rpx, 1px) * 7);
  height: calc(var(--rpx, 1px) * 7);
  background: var(--color);
  border-radius: 50%;
}
.cmp__a01-section .sidebar-nav-list .sidebar-nav-item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  opacity: 0;
  visibility: hidden;
  color: var(--color);
  padding-left: calc(var(--rpx, 1px) * 16);
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/b01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__b01-section {
  background: #fff;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
.cmp__b01-section-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.cmp__b01-section-text {
  position: absolute;
  left: calc(var(--rpx, 1px) * 60);
  top: calc(var(--rpx, 1px) * 107);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cmp__b01-section-text {
    width: 100%;
    left: 50%;
    top: calc(var(--rpx, 1px) * 117);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.cmp__b01-section-title {
  font-size: 62px;
  font-weight: 500;
  line-height: 74.4px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
.cmp__b01-section-title.black {
  color: #000;
}
@media screen and (max-width: 767px) {
  .cmp__b01-section-title {
    font-size: 32px;
    line-height: 38.4px;
  }
}
.cmp__b01-section-image {
  width: 100%;
  height: 100%;
}
.cmp__b01-section-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/c01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__c01-section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmp__c01-section {
    overflow: hidden;
  }
}
.cmp__c01-section__sticky-bar {
  height: calc(var(--vh, 1vh) * 300);
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__sticky-bar {
    height: auto;
  }
}
.cmp__c01-section__sticky-bar__inner {
  position: sticky;
  top: 54px;
  height: calc(var(--vh, 1vh) * 100 - 54px);
  overflow: hidden;
  background: radial-gradient(378.9% 188% at 26.25% 161%, #ced1d6 42.03%, #f8f8f8 74.23%, #ffffff 100%);
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__sticky-bar__inner {
    position: unset;
    height: auto;
    background: unset;
  }
}
.cmp__c01-section__bottom {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__bottom {
    display: none;
  }
}
.cmp__c01-section__bottom-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.cmp__c01-section__bottom-image .image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: 1;
  visibility: visible;
}
.cmp__c01-section__bottom-image .image.hide {
  opacity: 0;
  visibility: hidden;
}
.cmp__c01-section__bottom-image .image.top {
  z-index: 1;
}
.cmp__c01-section__top {
  background: transparent;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top {
    position: unset;
  }
}
.cmp__c01-section__top-wrapper {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-wrapper {
    -webkit-transform: unset;
            transform: unset;
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top_level.level1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
    background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
    padding: 0 var(--gutter) calc(var(--rpx, 1px) * 64);
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top_level.level1 .cmp__c01-section__top-content-text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top_level.level2 {
    padding: 0 var(--gutter) calc(var(--rpx, 1px) * 64);
  }
}
.cmp__c01-section__top_level.level2 .cmp__c01-section__top-images {
  padding: calc(var(--rpx, 1px) * 258) calc(var(--rpx, 1px) * 48) calc(var(--rpx, 1px) * 101);
}
@media screen and (min-width: 1441px) {
  .cmp__c01-section__top_level.level2 .cmp__c01-section__top-images {
    padding: 25.8333333333vw 3.3333333333vw 7.0138888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top_level.level2 .cmp__c01-section__top-images {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top_level.level2 .cmp__c01-section__top-images-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    margin-top: calc(var(--rpx, 1px) * 42);
  }
}
.cmp__c01-section__top-content {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 calc(var(--rpx, 1px) * 107);
}
@media screen and (min-width: 1441px) {
  .cmp__c01-section__top-content {
    padding: 0 7.4305555556vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-content {
    padding: 0;
    display: block;
    height: auto;
  }
}
.cmp__c01-section__top-content-mobile-image {
  display: none;
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-content-mobile-image {
    display: block;
    width: 100%;
    height: calc(var(--rpx, 1px) * 454);
  }
  .cmp__c01-section__top-content-mobile-image .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.cmp__c01-section__top-content-text {
  width: calc(var(--rpx, 1px) * 318);
}
@media screen and (min-width: 1441px) {
  .cmp__c01-section__top-content-text {
    width: 22.0833333333vw;
  }
}
.cmp__c01-section__top-content-text .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 54.6px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 20);
}
@media screen and (min-width: 1441px) {
  .cmp__c01-section__top-content-text .title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-content-text .title {
    font-size: 24px;
    line-height: 31.2px;
  }
}
.cmp__c01-section__top-content-text .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-content-text .desc {
    font-size: 16px;
    line-height: 25.6px;
  }
}
.cmp__c01-section__top-images {
  padding: calc(var(--rpx, 1px) * 62) calc(var(--rpx, 1px) * 48) calc(var(--rpx, 1px) * 85);
  position: relative;
}
@media screen and (min-width: 1441px) {
  .cmp__c01-section__top-images {
    padding: 4.3055555556vw 3.3333333333vw 5.9027777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-images {
    padding: 0;
  }
}
.cmp__c01-section__top-images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--rpx, 1px) * 5);
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-images-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    gap: unset;
  }
}
.cmp__c01-section__top-images-card {
  width: calc(50% - var(--rpx, 1px) * 5);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-images-card {
    -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;
    width: calc(var(--rpx, 1px) * 343);
    height: calc(var(--rpx, 1px) * 232);
  }
}
.cmp__c01-section__top-images-card .image-wrapper {
  width: 100%;
  height: calc(var(--rpx, 1px) * 650);
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (min-width: 1441px) {
  .cmp__c01-section__top-images-card .image-wrapper {
    height: 45.1388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-images-card .image-wrapper {
    height: 100%;
    border-radius: 6px;
  }
}
.cmp__c01-section__top-images-card .image-wrapper .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-images-card .image-wrapper .image {
    border-radius: 6px;
    height: 100%;
  }
}
.cmp__c01-section__top-images-card .card-title {
  position: absolute;
  left: calc(var(--rpx, 1px) * 43);
  bottom: calc(var(--rpx, 1px) * 39);
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1441px) {
  .cmp__c01-section__top-images-card .card-title {
    left: 2.9861111111vw;
    bottom: 2.7083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-images-card .card-title {
    left: calc(var(--rpx, 1px) * 20);
    bottom: calc(var(--rpx, 1px) * 15);
    font-size: 18px;
    line-height: 23.4px;
  }
}
.cmp__c01-section__top-images-color-switching-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: calc(var(--rpx, 1px) * 40);
}
.cmp__c01-section__top-images-color-switching-wrapper.sticky {
  position: absolute;
  top: 0;
  right: calc(var(--rpx, 1px) * 48);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-images-color-switching-wrapper.sticky {
    display: none;
  }
}
.cmp__c01-section__top-images-color-switching-wrapper.sticky .cmp__c01-section__top-images-color-switching {
  background: rgb(255, 255, 255);
  border-radius: 6px;
}
@media screen and (min-width: 1441px) {
  .cmp__c01-section__top-images-color-switching-wrapper.sticky {
    right: 3.3333333333vw;
  }
}
.cmp__c01-section__top-images-color-switching-wrapper.sticky.hide {
  opacity: 0;
  visibility: hidden;
}
.cmp__c01-section__top-images-color-switching-wrapper.sticky.show {
  opacity: 1;
  visibility: visible;
}
.cmp__c01-section__top-images-color-switching-wrapper.static {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-images-color-switching-wrapper.static {
    opacity: 1;
    visibility: visible;
  }
}
.cmp__c01-section__top-images-color-switching-wrapper.static.hide {
  opacity: 0;
  visibility: hidden;
}
.cmp__c01-section__top-images-color-switching-wrapper.static.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1441px) {
  .cmp__c01-section__top-images-color-switching-wrapper {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-images-color-switching-wrapper {
    margin: 0;
    display: block;
  }
}
.cmp__c01-section__top-images-color-switching {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: calc(var(--rpx, 1px) * 15) calc(var(--rpx, 1px) * 20);
  background: transparent;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .cmp__c01-section__top-images-color-switching {
    padding: 1.0416666667vw 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-images-color-switching {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: calc(var(--rpx, 1px) * 24) 0 calc(var(--rpx, 1px) * 30);
    background: unset;
  }
}
.cmp__c01-section__top-images-color-switching .color-switching-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 41.6px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-images-color-switching .color-switching-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }
}
.cmp__c01-section__top-images-color-switching .color-switching-list {
  margin-top: calc(var(--rpx, 1px) * 28);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: calc(var(--rpx, 1px) * 35);
}
@media screen and (min-width: 1441px) {
  .cmp__c01-section__top-images-color-switching .color-switching-list {
    margin-top: 1.9444444444vw;
    gap: 2.4305555556vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__top-images-color-switching .color-switching-list {
    gap: calc(var(--rpx, 1px) * 30);
  }
}
.cmp__c01-section__top-images-color-switching .color-switching-list .color-switching-item {
  padding: 6px;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmp__c01-section__top-images-color-switching .color-switching-list .color-switching-item.active {
  border-color: rgba(0, 0, 0, 0.9);
}
.cmp__c01-section__top-images-color-switching .color-switching-list .color-switching-item img {
  width: calc(var(--rpx, 1px) * 22.15);
  height: calc(var(--rpx, 1px) * 22.15);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 1441px) {
  .cmp__c01-section__top-images-color-switching .color-switching-list .color-switching-item img {
    width: 1.5381944444vw;
    height: 1.5381944444vw;
  }
}
.cmp__c01-section__swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .cmp__c01-section__swiper-pagination {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: calc(var(--rpx, 1px) * 30);
    position: relative;
  }
  .cmp__c01-section__swiper-pagination .swiper-pagination-progressbar-fill {
    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;
    background-color: rgba(0, 0, 0, 0.95);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/d01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__d01-section {
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cmp__d01-section {
    --rpx: calc(var(--vw, 1vw) * 100 / 750);
  }
}
.cmp__d01-section-sticky-wrapper {
  width: 100%;
  height: calc(var(--vh, 1vh) * 300);
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-sticky-wrapper {
    height: auto;
  }
}
.cmp__d01-section-sticky {
  position: sticky;
  top: 0;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-sticky {
    height: auto;
    position: unset;
    display: block;
    overflow: unset;
  }
}
.cmp__d01-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-wrapper {
    display: block;
    width: 100%;
    padding: 0 var(--gutter);
  }
}
.cmp__d01-section-3d {
  width: calc(var(--vw, 1vw) * 100);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-3d {
    width: 100%;
    height: calc(var(--rpx, 1px) * 574);
  }
}
.cmp__d01-section-3d .image {
  width: calc(var(--vw, 1vw) * 100);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-3d .image {
    width: 100%;
    height: calc(var(--rpx, 1px) * 574);
  }
}
.cmp__d01-section-video {
  width: calc(var(--vw, 1vw) * 100);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-video {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
  }
}
.cmp__d01-section-video .cmp__d01-section-video-content {
  width: calc(var(--vw, 1vw) * 100);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-video .cmp__d01-section-video-content {
    width: 100%;
    height: calc(var(--rpx, 1px) * 380);
  }
}
.cmp__d01-section-video .cmp__d01-section-video-content .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmp__d01-section-video .video-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(var(--rpx, 1px) * 128);
  height: calc(var(--rpx, 1px) * 128);
}
@media screen and (min-width: 1441px) {
  .cmp__d01-section-video .video-play-icon {
    width: 8.8888888889vw;
    height: 8.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-video .video-play-icon {
    width: calc(var(--rpx, 1px) * 82);
    height: calc(var(--rpx, 1px) * 82);
  }
}
.cmp__d01-section-design__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 calc(var(--rpx, 1px) * 95) 0 calc(var(--rpx, 1px) * 110);
}
@media screen and (min-width: 1441px) {
  .cmp__d01-section-design__1 {
    padding: 0 6.6666666667vw 0 7.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__1 {
    display: block;
    padding: calc(var(--rpx, 1px) * 42) 0 calc(var(--rpx, 1px) * 52);
    background: rgb(255, 255, 255);
  }
}
.cmp__d01-section-design__1 .img-container2 {
  -webkit-transform: translateX(7vw);
          transform: translateX(7vw);
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__1 .img-container2 {
    -webkit-transform: none;
            transform: none;
  }
}
.cmp__d01-section-design__1 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cmp__d01-section-design__1 .wrapper.flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__1 .wrapper {
    display: block;
  }
}
.cmp__d01-section-design__1-content {
  margin-right: calc(var(--rpx, 1px) * 110);
  width: calc(var(--rpx, 1px) * 340);
  height: calc(var(--rpx, 1px) * 671);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1441px) {
  .cmp__d01-section-design__1-content {
    margin-right: 7.6388888889vw;
    width: 23.6111111111vw;
    height: 46.5972222222vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__1-content {
    margin-right: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.cmp__d01-section-design__1-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 54.6px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 20);
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__1-title {
    font-size: 24px;
    line-height: 31.2px;
  }
}
@media screen and (min-width: 1441px) {
  .cmp__d01-section-design__1-title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__1-title {
    margin-bottom: calc(var(--rpx, 1px) * 12);
  }
}
.cmp__d01-section-design__1-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transform: translate3d(8.125vw, 0, 0);
          transform: translate3d(8.125vw, 0, 0);
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__1-desc {
    font-size: 16px;
    line-height: 25.6px;
  }
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__1-desc {
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: calc(var(--rpx, 1px) * 24);
  }
}
.cmp__d01-section-design__1-image {
  width: 36.875vw;
  height: 83.875vh;
  margin-right: calc(var(--rpx, 1px) * 96);
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .cmp__d01-section-design__1-image {
    width: 36.875vw;
    height: 83.875vh;
    margin-right: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__1-image {
    width: 100%;
    height: calc(var(--rpx, 1px) * 275);
    margin-right: 0;
    overflow: hidden;
    margin-bottom: calc(var(--rpx, 1px) * 7);
  }
}
.cmp__d01-section-design__1-image .image {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__1-image .image {
    width: 100%;
    border-radius: 6px;
  }
}
.cmp__d01-section-design__1-image-2 {
  width: 39.0277777778vw;
  height: 88.125vh;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .cmp__d01-section-design__1-image-2 {
    width: 39.0277777778vw;
    height: 88.125vh;
  }
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__1-image-2 {
    width: 100%;
    height: calc(var(--rpx, 1px) * 193);
  }
}
.cmp__d01-section-design__1-image-2 .image {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__1-image-2 .image {
    width: 100%;
    border-radius: 6px;
  }
}
.cmp__d01-section-design__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 calc(var(--rpx, 1px) * 190) 0 calc(var(--rpx, 1px) * 95);
}
@media screen and (min-width: 1441px) {
  .cmp__d01-section-design__2 {
    padding: 0 6.6666666667vw 0 7.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__2 {
    display: block;
    padding: 0 0 calc(var(--rpx, 1px) * 80) 0;
  }
}
.cmp__d01-section-design__2-content {
  width: calc(var(--rpx, 1px) * 336);
  height: 100%;
  margin-right: calc(var(--rpx, 1px) * 110);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1441px) {
  .cmp__d01-section-design__2-content {
    margin-right: 7.6388888889vw;
    width: 23.3333333333vw;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__2-content {
    width: 100%;
    display: block;
  }
}
.cmp__d01-section-design__2-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 54.6px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 20);
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__2-title {
    font-size: 24px;
    line-height: 31.2px;
  }
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__2-title {
    margin-bottom: calc(var(--rpx, 1px) * 12);
  }
}
.cmp__d01-section-design__2-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transform: translate3d(8.125vw, 0, 0);
          transform: translate3d(8.125vw, 0, 0);
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__2-desc {
    font-size: 16px;
    line-height: 25.6px;
  }
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__2-desc {
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: calc(var(--rpx, 1px) * 24);
  }
}
.cmp__d01-section-design__2-image {
  width: calc(var(--rpx, 1px) * 1123);
  height: calc(var(--rpx, 1px) * 678);
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .cmp__d01-section-design__2-image {
    width: 77.9861111111vw;
    height: 47.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__2-image {
    width: 100%;
    height: calc(var(--rpx, 1px) * 275);
  }
}
.cmp__d01-section-design__2-image .image {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmp__d01-section-design__2-image .image {
    width: 100%;
    border-radius: 6px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/e01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__e01-section {
  background: rgb(248, 248, 248);
}
@media screen and (max-width: 767px) {
  .cmp__e01-section {
    padding-top: 17.0666666667vw;
  }
}
.cmp__e01-section-text {
  padding: 13.0555555556vw 0 11.6666666667vw;
  max-width: 471px;
  width: 32.7083333333vw;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmp__e01-section-text {
    width: 55.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-text {
    display: none;
  }
}
.cmp__e01-section-text .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 54.6px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: 1.3888888889vw;
}
.cmp__e01-section-text .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgba(0, 0, 0, 0.7);
}
.cmp__e01-section-mobile-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-mobile-text {
    display: block;
    padding: 0 var(--gutter);
    margin: 6.4vw 0 17.0666666667vw;
  }
  .cmp__e01-section-mobile-text .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    color: rgba(0, 0, 0, 0.95);
    margin-bottom: 3.2vw;
  }
  .cmp__e01-section-mobile-text .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: rgba(0, 0, 0, 0.7);
  }
}
.cmp__e01-section-sticky-wrapper {
  width: 100%;
  height: calc(var(--vh, 1vh) * 300);
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-sticky-wrapper {
    height: auto;
  }
}
.cmp__e01-section-sticky {
  position: sticky;
  top: 54px;
  height: calc(var(--vh, 1vh) * 100 - 54px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-sticky {
    height: auto;
    position: unset;
    position: unset;
  }
}
.cmp__e01-section-image {
  width: 100%;
  height: 100%;
  clip-path: inset(4.4444444444% 3.4722222222% 4.4444444444% 3.4722222222% round 10px);
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-image {
    clip-path: unset;
    padding: 0 var(--gutter);
    height: 417px;
  }
}
.cmp__e01-section-image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transform: translateY(-50%) scale(1.6);
          transform: translateY(-50%) scale(1.6);
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-image .image {
    -webkit-transform: unset;
            transform: unset;
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-cards {
    background: #fff;
    padding: 11.2vw var(--gutter) 0 var(--gutter);
  }
}
.cmp__e01-section-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55.5555555556vw;
  overflow: hidden;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-card {
    height: auto;
    padding-bottom: 11.2vw;
  }
}
.cmp__e01-section-card.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cmp__e01-section-card-l, .cmp__e01-section-card-r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-card-l, .cmp__e01-section-card-r {
    width: 100%;
  }
}
.cmp__e01-section-card-l {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-card-l {
    display: none;
  }
}
.cmp__e01-section-card-r {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 6.5277777778vw 0 5.5555555556vw;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-card-r {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cmp__e01-section-card-r .content-wrapper {
  padding-top: 4.8vw;
}
.cmp__e01-section-card-r .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 36.4px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-card-r .title {
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: 2.6666666667vw;
  }
}
.cmp__e01-section-card-r .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0.9722222222vw 0 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-card-r .desc {
    font-size: 14px;
    line-height: 22.4px;
  }
}
.cmp__e01-section-card-r .image-wrapper {
  width: 37.9166666667vw;
  height: 19.3055555556vw;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cmp__e01-section-card-r .image-wrapper {
    width: 100%;
    height: 53.8666666667vw;
  }
}
.cmp__e01-section-card-r .image-wrapper .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/f01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__f01-section__sticky-wrapper {
  height: calc(var(--vh, 1vh) * 250);
}
@media screen and (max-width: 767px) {
  .cmp__f01-section__sticky-wrapper {
    height: calc(var(--rpx, 1px) * 1029 + 100vh);
  }
}
.cmp__f01-section__sticky {
  height: calc(var(--vh, 1vh) * 100 - 54px);
  position: sticky;
  top: 54px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__f01-section__sticky {
    height: 100%;
    position: unset;
  }
}
.cmp__f01-section__container {
  height: 100%;
  position: relative;
}
.cmp__f01-section-top {
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-top {
    height: 100vh;
  }
}
.cmp__f01-section-top__content {
  height: 100%;
  position: relative;
}
.cmp__f01-section-top__content .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__f01-section-top__title {
  position: absolute;
  top: calc(var(--rpx, 1px) * 107);
  left: calc(var(--rpx, 1px) * 60);
  font-size: 62px;
  font-weight: 500;
  line-height: 74.4px;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-top__title {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: 0.03em;
    text-align: center;
    color: rgb(255, 255, 255);
  }
}
.cmp__f01-section-center {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center {
    height: calc(100% - 100vh);
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}
.cmp__f01-section-center__content {
  position: relative;
  padding: 0 calc(var(--rpx, 1px) * 128) 0 calc(var(--rpx, 1px) * 85);
}
@media screen and (min-width: 1441px) {
  .cmp__f01-section-center__content {
    padding: 0 8.8888888889vw 0 5.9027777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center__content {
    padding: calc(var(--rpx, 1px) * 64) var(--gutter) calc(var(--rpx, 1px) * 39);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(var(--rpx, 1px) * 42);
    -webkit-transform: unset;
            transform: unset;
  }
}
.cmp__f01-section-center-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmp__f01-section-center-card:last-child {
  margin-left: calc(var(--rpx, 1px) * 238);
  margin-top: calc(var(--rpx, 1px) * 180);
}
@media screen and (min-width: 1441px) {
  .cmp__f01-section-center-card:last-child {
    margin-left: 16.5277777778vw;
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center-card:last-child {
    margin-left: 0;
    margin-top: 0;
  }
}
.cmp__f01-section-center-card:last-child .cmp__f01-section-center-card__content {
  width: calc(var(--rpx, 1px) * 410);
}
@media screen and (min-width: 1441px) {
  .cmp__f01-section-center-card:last-child .cmp__f01-section-center-card__content {
    width: 28.4722222222vw;
  }
}
.cmp__f01-section-center-card.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cmp__f01-section-center-card__content {
  background: #fff;
  width: calc(var(--rpx, 1px) * 368);
  padding: calc(var(--rpx, 1px) * 20);
  border-radius: 10px;
}
@media screen and (min-width: 1441px) {
  .cmp__f01-section-center-card__content {
    width: 25.5555555556vw;
    padding: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center-card__content {
    padding: calc(var(--rpx, 1px) * 10);
    padding-bottom: calc(var(--rpx, 1px) * 16);
    border-radius: 7px;
    width: 100% !important;
  }
}
.cmp__f01-section-center-card__t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmp__f01-section-center-card__t .dot {
  width: calc(var(--rpx, 1px) * 12);
  height: calc(var(--rpx, 1px) * 12);
  border-radius: 50%;
  background: #000;
}
@media screen and (min-width: 1441px) {
  .cmp__f01-section-center-card__t .dot {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center-card__t .dot {
    display: none;
  }
}
.cmp__f01-section-center-card__t .image-wrapper {
  width: calc(var(--rpx, 1px) * 200);
  height: calc(var(--rpx, 1px) * 170);
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .cmp__f01-section-center-card__t .image-wrapper {
    width: 13.8888888889vw;
    height: 11.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center-card__t .image-wrapper {
    width: 100%;
  }
}
.cmp__f01-section-center-card__t .image-wrapper .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center-card__t .image-wrapper .image {
    height: 100%;
  }
}
.cmp__f01-section-center-card__b {
  margin-top: calc(var(--rpx, 1px) * 32);
}
@media screen and (min-width: 1441px) {
  .cmp__f01-section-center-card__b {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center-card__b {
    margin-top: calc(var(--rpx, 1px) * 20);
  }
}
.cmp__f01-section-center-card__b .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(26, 28, 32);
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center-card__b .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
  }
}
.cmp__f01-section-center-card__b .value {
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  color: rgb(26, 28, 32);
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center-card__b .value {
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
  }
}
.cmp__f01-section-center-card__b .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(26, 28, 32, 0.65);
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center-card__b .desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}
.cmp__f01-section-center-card__b .params {
  margin-top: calc(var(--rpx, 1px) * 24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--rpx, 1px) * 38);
}
@media screen and (min-width: 1441px) {
  .cmp__f01-section-center-card__b .params {
    margin-top: 1.6666666667vw;
    gap: 2.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center-card__b .params {
    margin-top: calc(var(--rpx, 1px) * 12);
    gap: calc(var(--rpx, 1px) * 31);
  }
}
.cmp__f01-section-center-card__b .params .param .k {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 12);
}
@media screen and (min-width: 1441px) {
  .cmp__f01-section-center-card__b .params .param .k {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center-card__b .params .param .k {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
  }
}
.cmp__f01-section-center-card__b .params .param .v {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-center-card__b .params .param .v {
    font-size: 12px;
    line-height: 12px;
  }
}
.cmp__f01-section-bottom {
  height: 100%;
}
.cmp__f01-section-bottom__content {
  height: 100%;
}
.cmp__f01-section-bottom__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmp__f01-section-bottom__content img {
    height: calc(100% - 100vh);
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/g01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__g01-section {
  padding: calc(var(--rpx, 1px) * 40) calc(var(--rpx, 1px) * 50);
  background: rgb(248, 248, 248);
}
@media screen and (min-width: 1441px) {
  .cmp__g01-section {
    padding: 2.7777777778vw 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__g01-section {
    padding: calc(var(--rpx, 1px) * 64) var(--gutter);
  }
}
.cmp__g01-section .responsive__layout {
  max-width: none;
  padding: 0;
}
.cmp__g01-section-wrapper {
  position: relative;
}
.cmp__g01-section-image {
  width: 100%;
  height: calc(var(--rpx, 1px) * 740);
  overflow: hidden;
  clip-path: inset(0 0 0 0 round 20px);
}
@media screen and (min-width: 1441px) {
  .cmp__g01-section-image {
    height: 51.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__g01-section-image {
    height: calc(var(--rpx, 1px) * 592);
    border-radius: 6px;
  }
}
.cmp__g01-section-image #image-sequence {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cmp__g01-section-image #image-sequence {
    display: none;
  }
}
.cmp__g01-section-image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media screen and (max-width: 767px) {
  .cmp__g01-section-image .image {
    display: block;
  }
}
.cmp__g01-section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: calc(var(--rpx, 1px) * 471);
}
@media screen and (min-width: 1441px) {
  .cmp__g01-section-content {
    width: 32.7083333333vw;
    max-width: 471px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmp__g01-section-content {
    width: calc(var(--rpx, 1px) * 771);
  }
}
@media screen and (max-width: 767px) {
  .cmp__g01-section-content {
    width: calc(var(--rpx, 1px) * 293);
  }
}
.cmp__g01-section-content .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  margin-bottom: calc(var(--rpx, 1px) * 20);
}
@media screen and (min-width: 1441px) {
  .cmp__g01-section-content .title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__g01-section-content .title {
    font-size: 24px;
    line-height: 31.2px;
  }
}
.cmp__g01-section-content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .cmp__g01-section-content .desc {
    font-size: 16px;
    line-height: 25.6px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/h01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__h01-section-sticky-wrapper {
  height: calc(var(--vh, 1vh) * 150);
}
.cmp__h01-section-sticky {
  height: calc(var(--vh, 1vh) * 100 - 54px);
  position: sticky;
  top: 54px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__h01-section-sticky {
    top: 93px;
  }
}
.cmp__h01-section__video {
  width: 100%;
  height: 100%;
  position: relative;
}
.cmp__h01-section__video__player {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cmp__h01-section__video .video-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
}
.cmp__h01-section__title {
  position: absolute;
  top: calc(var(--rpx, 1px) * 120);
  left: calc(var(--rpx, 1px) * 60);
  font-size: 62px;
  font-weight: 500;
  line-height: 74.4px;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .cmp__h01-section__title {
    top: 8.3333333333vw;
    left: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__h01-section__title {
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0.03em;
    top: calc(var(--rpx, 1px) * 117);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding: 0 var(--gutter);
  }
}
.cmp__h01-section__content {
  position: absolute;
  bottom: calc(var(--rpx, 1px) * 86);
  left: 50%;
  -webkit-transform: translate(-50%, 8.3333333333vw);
          transform: translate(-50%, 8.3333333333vw);
  width: calc(var(--rpx, 1px) * 563);
  color: #fff;
  text-align: center;
  opacity: 0;
}
@media screen and (min-width: 1441px) {
  .cmp__h01-section__content {
    bottom: 5.9722222222vw;
    width: 39.0972222222vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__h01-section__content {
    padding: 0 var(--gutter);
    width: 100%;
    bottom: calc(var(--rpx, 1px) * 65);
    -webkit-transform: translate(-50%, 17.0666666667vw);
            transform: translate(-50%, 17.0666666667vw);
    text-align: left;
  }
}
.cmp__h01-section__content__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: calc(var(--rpx, 1px) * 20);
}
@media screen and (min-width: 1441px) {
  .cmp__h01-section__content__title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__h01-section__content__title {
    font-size: 24px;
    line-height: 33.6px;
  }
}
.cmp__h01-section__content__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .cmp__h01-section__content__desc {
    font-size: 16px;
    line-height: 24px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/i01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__i01-section {
  background: rgb(19, 19, 19);
}
@media screen and (max-width: 767px) {
  .cmp__i01-section {
    overflow: hidden;
    background: rgb(246, 246, 246);
  }
}
.cmp__i01-section-container {
  height: calc(var(--vh, 1vh) * 300);
}
@media screen and (max-width: 767px) {
  .cmp__i01-section-container {
    height: auto;
  }
}
.cmp__i01-section-wrapper {
  position: sticky;
  top: 54px;
  height: calc(var(--vh, 1vh) * 100 - 54px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__i01-section-wrapper {
    height: auto;
    position: unset;
    display: block;
    position: relative;
    top: 0;
  }
}
.cmp__i01-section-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cmp__i01-section-banner {
    width: 100%;
    height: calc(var(--rpx, 1px) * 680);
    position: relative;
  }
}
.cmp__i01-section-banner .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__i01-section .banner-title {
  position: absolute;
  left: 4.1666666667vw;
  top: 8.8194444444vw;
  z-index: 2;
  font-size: 62px;
  font-weight: 500;
  line-height: 74.4px;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cmp__i01-section .banner-title {
    padding: 0 var(--gutter);
    left: 50%;
    top: 31.2vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: 0.03em;
    text-align: center;
    width: 100%;
  }
}
.cmp__i01-section-cards {
  padding: 0 17.9861111111vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmp__i01-section-cards {
    padding: calc(var(--rpx, 1px) * 62) calc(var(--gutter));
    overflow: hidden;
  }
}
.cmp__i01-section-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .cmp__i01-section-cards-wrapper {
    padding: 0;
    gap: 0;
    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-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.cmp__i01-section-cards .card-pagination {
  margin: calc(var(--rpx, 1px) * 42) auto 0 auto;
  width: calc(100% - var(--gutter) * 2);
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.cmp__i01-section-cards .card-pagination .swiper-pagination-progressbar-fill {
  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;
  background: rgba(0, 0, 0, 0.95);
}
.cmp__i01-section-card:not(:last-child) {
  margin-right: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .cmp__i01-section-card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(var(--rpx, 1px) * 332);
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
}
.cmp__i01-section-card-image {
  width: 57.3611111111vw;
  height: 34.8611111111vw;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__i01-section-card-image {
    width: calc(var(--rpx, 1px) * 332);
    height: calc(var(--rpx, 1px) * 202);
  }
}
.cmp__i01-section-card-image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__i01-section-card .title {
  padding-top: 1.6666666667vw;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cmp__i01-section-card .title {
    padding-top: calc(var(--rpx, 1px) * 18);
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: rgba(0, 0, 0, 0.95);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/j01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__j01-section {
  --bg-color: rgba(249, 249, 250, 1);
  --title-Color: rgba(0, 0, 0, 0.95);
  --desc-Color: rgba(0, 0, 0, 0.55);
  --content-height: calc(var(--vh, 1vh) * 100 - 54px);
  background: var(--bg-color);
}
.cmp__j01-section.dark-theme {
  background: rgb(0, 0, 0);
  --title-Color-Header: rgba(255, 255, 255, 0.95);
}
@media (min-width: 768px) and (max-width: 1023px) and (min-height: 551px) {
  .cmp__j01-section {
    --rpx: calc(var(--vw, 1vw) * 100 / 800);
  }
}
.cmp__j01-section__header {
  padding: calc(var(--rpx, 1px) * 140) calc(var(--rpx, 1px) * 64) calc(var(--rpx, 1px) * 114);
}
@media screen and (min-width: 1441px) {
  .cmp__j01-section__header {
    padding: 9.7222222222vw 4.4444444444vw 7.9166666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (min-height: 551px) {
  .cmp__j01-section__header {
    padding: calc(var(--rpx, 1px) * 80) calc(var(--rpx, 1px) * 24) calc(var(--rpx, 1px) * 64);
  }
}
@media screen and (max-width: 767px) {
  .cmp__j01-section__header {
    padding: calc(var(--rpx, 1px) * 68) calc(var(--rpx, 1px) * 24) calc(var(--rpx, 1px) * 42);
  }
}
.cmp__j01-section__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  color: var(--title-Color-Header);
}
@media screen and (max-width: 767px) {
  .cmp__j01-section__title {
    font-size: 24px;
    line-height: 31.2px;
  }
}
.cmp__j01-section-sticky-wrapper {
  height: calc(var(--content-height) * var(--view-num));
}
@media (min-width: 768px) and (max-width: 1023px) and (min-height: 551px) {
  .cmp__j01-section-sticky-wrapper {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .cmp__j01-section-sticky-wrapper {
    height: auto;
  }
}
.cmp__j01-section-sticky {
  height: var(--content-height);
  position: sticky;
  top: 54px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) and (min-height: 551px) {
  .cmp__j01-section-sticky {
    height: 100%;
    position: unset;
  }
}
@media screen and (max-width: 767px) {
  .cmp__j01-section-sticky {
    height: 100%;
    position: unset;
  }
}
.cmp__j01-section-card {
  height: var(--content-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmp__j01-section-card.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 1024px) {
  .cmp__j01-section-card {
    min-height: calc(var(--rpx, 1px) * 800);
    max-height: 1080px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (min-height: 551px) {
  .cmp__j01-section-card {
    height: calc(var(--rpx, 1px) * 428);
    min-height: calc(var(--rpx, 1px) * 389);
    position: unset;
  }
}
@media screen and (max-width: 767px) {
  .cmp__j01-section-card {
    height: auto;
    min-height: auto;
    max-height: none;
    display: block;
    width: 100%;
  }
}
.cmp__j01-section-card-image {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__j01-section-card-image {
    width: 100%;
    height: calc(var(--rpx, 1px) * 375);
  }
}
.cmp__j01-section-card-image .image {
  -webkit-transform-origin: 50% 90%;
          transform-origin: 50% 90%;
  display: block;
  vertical-align: middle;
  outline: 0;
  -webkit-user-drag: none;
  border: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmp__j01-section-card-content {
  width: 50%;
  height: 100%;
  padding: calc(var(--rpx, 1px) * 64);
  overflow: hidden;
  background-color: var(--bg-color);
}
@media screen and (min-width: 1441px) {
  .cmp__j01-section-card-content {
    padding: 4.4444444444vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (min-height: 551px) {
  .cmp__j01-section-card-content {
    padding: calc(var(--rpx, 1px) * 32);
  }
}
@media screen and (max-width: 767px) {
  .cmp__j01-section-card-content {
    width: 100%;
    height: auto;
    padding: calc(var(--rpx, 1px) * 42) var(--gutter);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cmp__j01-section-card-content-image {
  width: 100%;
  height: calc(var(--rpx, 1px) * 355);
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .cmp__j01-section-card-content-image {
    height: 24.6527777778vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (min-height: 551px) {
  .cmp__j01-section-card-content-image {
    height: calc(var(--rpx, 1px) * 206);
  }
}
@media screen and (max-width: 767px) {
  .cmp__j01-section-card-content-image {
    width: 100%;
    height: auto;
  }
}
.cmp__j01-section-card-content-image .image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.cmp__j01-section-card-content-text {
  margin-top: calc(var(--rpx, 1px) * 30);
}
@media screen and (min-width: 1441px) {
  .cmp__j01-section-card-content-text {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (min-height: 551px) {
  .cmp__j01-section-card-content-text {
    margin-top: calc(var(--rpx, 1px) * 20);
  }
}
@media screen and (max-width: 767px) {
  .cmp__j01-section-card-content-text {
    margin: 0;
  }
}
.cmp__j01-section-card-content.dark-theme {
  --bg-color: rgba(0, 0, 0, 1);
  --title-Color: rgba(255, 255, 255, 0.95);
  --desc-Color: rgba(255, 255, 255, 0.55);
}
.cmp__j01-section-card-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--title-Color);
  margin-bottom: calc(var(--rpx, 1px) * 18);
}
@media screen and (min-width: 1441px) {
  .cmp__j01-section-card-title {
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (min-height: 551px) {
  .cmp__j01-section-card-title {
    margin-bottom: calc(var(--rpx, 1px) * 10);
  }
}
@media screen and (max-width: 767px) {
  .cmp__j01-section-card-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: calc(var(--rpx, 1px) * 14);
  }
}
.cmp__j01-section-card-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: var(--desc-Color);
}
@media screen and (max-width: 767px) {
  .cmp__j01-section-card-desc {
    font-size: 14px;
    line-height: 22.4px;
    margin-bottom: calc(var(--rpx, 1px) * 20);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/k01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__k01-section {
  padding: 7.9861111111vw 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section {
    padding: 17.0666666667vw 0;
  }
}
.cmp__k01-section-wrapper {
  padding: 0 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section-wrapper {
    padding: 0 16px;
    display: block;
  }
}
.cmp__k01-section-content-l, .cmp__k01-section-content-r {
  width: 44.8611111111vw;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section-content-l, .cmp__k01-section-content-r {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cmp__k01-section-content-l {
    margin-bottom: 11.2vw;
  }
}
.cmp__k01-section-content-r {
  margin-top: 7.3611111111vw;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section-content-r {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .cmp__k01-section-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cmp__k01-section-content-item .img-wrapper {
  width: 44.8611111111vw;
  height: 50.2777777778vw;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section-content-item .img-wrapper {
    width: 100%;
    height: 115.7333333333vw;
    border-radius: 6px;
  }
}
.cmp__k01-section-content-item .pic {
  width: 100%;
  height: auto;
}
.cmp__k01-section-content-item .title {
  margin-top: 1.5277777778vw;
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__k01-section-content-item .title {
    margin-top: 0;
    margin-bottom: 1.6vw;
    font-size: 18px;
    line-height: 23.4px;
    padding: 6.4vw 4.2666666667vw;
    background: rgb(246, 246, 246);
    border-radius: 6px;
    overflow: hidden;
  }
}
.cmp__k01-section.col-1 .cmp__k01-section-content-l {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-1 .cmp__k01-section-content-l {
    margin-bottom: 0;
  }
}
.cmp__k01-section.col-1 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper {
  width: 100%;
  height: unset;
  aspect-ratio: 1312/680;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-1 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper {
    aspect-ratio: 646/690;
  }
}
.cmp__k01-section.col-1 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper .pic {
  width: 100%;
  height: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-1 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper .pic {
    height: 100%;
  }
}
.cmp__k01-section.col-2 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper {
  width: 100%;
  height: unset;
  aspect-ratio: 646/690;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-2 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper {
    height: auto;
    aspect-ratio: unset;
  }
}
.cmp__k01-section.col-2 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper .pic {
  width: 100%;
  height: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-2 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper .pic {
    height: 100%;
  }
}
.cmp__k01-section.col-2 .cmp__k01-section-content-r .cmp__k01-section-content-item .img-wrapper {
  width: 100%;
  height: unset;
  aspect-ratio: 646/690;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-2 .cmp__k01-section-content-r .cmp__k01-section-content-item .img-wrapper {
    height: auto;
    aspect-ratio: unset;
  }
}
.cmp__k01-section.col-2 .cmp__k01-section-content-r .cmp__k01-section-content-item .img-wrapper .pic {
  width: 100%;
  height: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-2 .cmp__k01-section-content-r .cmp__k01-section-content-item .img-wrapper .pic {
    height: 100%;
  }
}
.cmp__k01-section.col-3 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper {
  aspect-ratio: 646/590;
  height: unset;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-3 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper {
    height: auto;
    aspect-ratio: unset;
  }
}
.cmp__k01-section.col-3 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper .pic {
  width: 100%;
  height: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-3 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper .pic {
    height: 100%;
  }
}
.cmp__k01-section.col-3 .cmp__k01-section-content-l .cmp__k01-section-content-item:last-child {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-3 .cmp__k01-section-content-l .cmp__k01-section-content-item:last-child {
    margin-top: 11.2vw;
  }
}
.cmp__k01-section.col-3 .cmp__k01-section-content-r .cmp__k01-section-content-item .img-wrapper {
  aspect-ratio: 646/724;
  height: unset;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-3 .cmp__k01-section-content-r .cmp__k01-section-content-item .img-wrapper {
    height: auto;
    aspect-ratio: unset;
  }
}
.cmp__k01-section.col-3 .cmp__k01-section-content-r .cmp__k01-section-content-item .img-wrapper .pic {
  width: 100%;
  height: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-3 .cmp__k01-section-content-r .cmp__k01-section-content-item .img-wrapper .pic {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-4 .cmp__k01-section-content-l {
    margin-bottom: 5.3333333333vw;
  }
}
.cmp__k01-section.col-4 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper {
  aspect-ratio: 646/590;
  height: unset;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-4 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper {
    height: auto;
    aspect-ratio: unset;
  }
}
.cmp__k01-section.col-4 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper .pic {
  width: 100%;
  height: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-4 .cmp__k01-section-content-l .cmp__k01-section-content-item .img-wrapper .pic {
    height: 100%;
  }
}
.cmp__k01-section.col-4 .cmp__k01-section-content-l .cmp__k01-section-content-item:last-child {
  margin-top: 4.1666666667vw;
}
.cmp__k01-section.col-4 .cmp__k01-section-content-r .cmp__k01-section-content-item .img-wrapper {
  aspect-ratio: 646/590;
  height: unset;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-4 .cmp__k01-section-content-r .cmp__k01-section-content-item .img-wrapper {
    height: auto;
    aspect-ratio: unset;
  }
}
.cmp__k01-section.col-4 .cmp__k01-section-content-r .cmp__k01-section-content-item .img-wrapper .pic {
  width: 100%;
  height: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cmp__k01-section.col-4 .cmp__k01-section-content-r .cmp__k01-section-content-item .img-wrapper .pic {
    height: 100%;
  }
}
.cmp__k01-section.col-4 .cmp__k01-section-content-r .cmp__k01-section-content-item:last-child {
  margin-top: 4.1666666667vw;
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/l01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__l01-section {
  padding: calc(var(--rpx, 1px) * 130) 0 calc(var(--rpx, 1px) * 89);
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .cmp__l01-section {
    padding: 9.0277777778vw 0 6.1805555556vw;
  }
  .cmp__l01-section .responsive__layout {
    max-width: 91.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__l01-section {
    padding: calc(var(--rpx, 1px) * 32) 0;
    background: rgb(246, 246, 246);
  }
}
.cmp__l01-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .cmp__l01-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-radius: 6px;
    overflow: hidden;
  }
}
.cmp__l01-section-l {
  width: calc(100% - var(--rpx, 1px) * 899);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: calc(var(--rpx, 1px) * 20);
}
@media screen and (min-width: 1441px) {
  .cmp__l01-section-l {
    width: calc(100% - 62.4305555556vw);
    padding-right: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__l01-section-l {
    width: auto;
    padding-right: 0;
    display: block;
    background: #fff;
    padding: calc(var(--rpx, 1px) * 24) calc(var(--rpx, 1px) * 16);
  }
}
.cmp__l01-section-l .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 24);
}
@media screen and (min-width: 1441px) {
  .cmp__l01-section-l .title {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__l01-section-l .title {
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: calc(var(--rpx, 1px) * 12);
  }
}
.cmp__l01-section-l .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__l01-section-l .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    color: rgba(0, 0, 0, 0.7);
  }
}
.cmp__l01-section-r {
  width: calc(var(--rpx, 1px) * 899);
  height: calc(var(--rpx, 1px) * 461);
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 1441px) {
  .cmp__l01-section-r {
    width: 62.4305555556vw;
    height: 32.0138888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__l01-section-r {
    width: 100%;
    height: calc(var(--rpx, 1px) * 240);
    border-radius: 0;
  }
}
.cmp__l01-section-r .image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cmp__l01-section-r .image {
    height: 100%;
    border-radius: 0;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/m01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__m01-section {
  padding: calc(var(--rpx, 1px) * 80) 0 calc(var(--rpx, 1px) * 20);
  background: rgb(244, 244, 244);
}
@media screen and (max-width: 767px) {
  .cmp__m01-section {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cmp__m01-section {
    padding: calc(var(--rpx, 1px) * 64) 0 calc(var(--rpx, 1px) * 80);
  }
}
.cmp__m01-section .responsive__layout {
  position: relative;
  max-width: 1312px;
  width: calc(100% - var(--gutter) * 2);
  height: calc(var(--rpx, 1px) * 659);
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cmp__m01-section .responsive__layout {
    height: auto;
  }
}
.cmp__m01-section-cards {
  width: 50%;
  padding: calc(var(--rpx, 1px) * 60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cmp__m01-section-cards {
    width: 100%;
    padding: 0;
  }
}
.cmp__m01-section-card {
  border-bottom: 1px solid rgb(211, 211, 211);
}
@media screen and (max-width: 767px) {
  .cmp__m01-section-card {
    padding: 0 calc(var(--rpx, 1px) * 16);
    background: rgb(246, 246, 246);
    border-bottom: 1px solid rgb(235, 232, 227);
  }
}
.cmp__m01-section-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  color: rgba(0, 0, 0, 0.95);
  position: relative;
  padding: calc(var(--rpx, 1px) * 28) 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cmp__m01-section-card-title {
    font-size: 16px;
    line-height: 20.8px;
    padding: calc(var(--rpx, 1px) * 20) 0;
  }
}
.cmp__m01-section-card-title::after, .cmp__m01-section-card-title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 12px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .cmp__m01-section-card-title::after, .cmp__m01-section-card-title::before {
    width: 14px;
    height: 1.6px;
  }
}
.cmp__m01-section-card-title::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.cmp__m01-section-card.active .cmp__m01-section-card-title::before {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .cmp__m01-section-card.active {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .cmp__m01-section-card.active .cmp__m01-section-card-title::before {
    display: none;
  }
  .cmp__m01-section-card.active .cmp__m01-section-card-title::after {
    display: none;
  }
}
.cmp__m01-section-card.active .cmp__m01-section-card-picture {
  opacity: 1;
  visibility: visible;
}
.cmp__m01-section-card-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
}
.cmp__m01-section-card-desc {
  padding-bottom: calc(var(--rpx, 1px) * 28);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .cmp__m01-section-card-desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 20.8px;
  }
}
.cmp__m01-section-card-picture {
  position: absolute;
  inset: 0;
  padding-left: 50%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__m01-section-card-picture {
    position: unset;
    padding: 0;
    padding-bottom: calc(var(--rpx, 1px) * 20);
    opacity: 1;
    visibility: visible;
  }
}
.cmp__m01-section-card-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmp__m01-section-card-picture img {
    border-radius: 4px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/n01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
@media screen and (max-width: 767px) {
  .cmp__n01-section-t {
    margin-top: 11.2vw;
    padding: 0 var(--gutter);
  }
}
.cmp__n01-section-t-image {
  width: 100%;
  height: 53.8194444444vw;
  overflow: hidden;
  clip-path: inset(4.4444444444% 4.4444444444% 0 4.4444444444%);
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-t-image {
    clip-path: none;
    height: 113.3333333333vw;
    border-radius: 6px;
    overflow: hidden;
  }
}
.cmp__n01-section-t-image .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-t-image .image {
    height: 100%;
  }
}
.cmp__n01-section-t-text {
  padding: 5.1388888889vw 9.375vw 6.9444444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-t-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6.4vw 0 17.0666666667vw;
  }
}
.cmp__n01-section-t-text-l {
  width: 39.0972222222vw;
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-t-text-l {
    width: auto;
  }
}
.cmp__n01-section-t-text-l .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-t-text-l .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 3.2vw;
  }
}
.cmp__n01-section-t-text-r {
  width: 27.4305555556vw;
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-t-text-r {
    width: auto;
  }
}
.cmp__n01-section-t-text-r .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-t-text-r .desc {
    font-size: 14px;
    line-height: 22.4px;
    color: rgba(0, 0, 0, 0.7);
  }
}
.cmp__n01-section-t-text-r .more {
  font-size: 12.64px;
  font-weight: 500;
  line-height: 17.69px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 15px 34px;
  border: 0.9px solid rgba(0, 0, 0, 0.6);
  display: inline-block;
  cursor: pointer;
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-t-text-r .more {
    display: none;
  }
}
.cmp__n01-section-b {
  background: rgb(17, 17, 17);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-b {
    background: rgb(246, 246, 246);
  }
}
.cmp__n01-section-b-wrapper {
  padding: 4.3055555556vw 9.375vw 5.9027777778vw;
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-b-wrapper {
    padding: 16.5333333333vw var(--gutter);
  }
}
.cmp__n01-section-b .swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.6805555556vw;
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-b .swiper-control {
    display: none;
  }
}
.cmp__n01-section-b .swiper-control .svg-icon {
  width: 45px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmp__n01-section-b .swiper-control .svg-icon.swiper-button-disabled {
  opacity: 0.4;
}
.cmp__n01-section-b .swiper-control .swiper-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cmp__n01-section-b .swiper-control .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.cmp__n01-section-b .swiper-wrapper .swiper-slide {
  width: 57.3611111111vw;
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-b .swiper-wrapper .swiper-slide {
    width: 88.5333333333vw;
  }
}
.cmp__n01-section-b .swiper-wrapper .swiper-slide-wrapper .image {
  width: 100%;
  height: 34.8611111111vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-b .swiper-wrapper .swiper-slide-wrapper .image {
    height: 53.8666666667vw;
    border-radius: 6px;
  }
}
.cmp__n01-section-b .swiper-wrapper .swiper-slide-wrapper .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  color: #fff;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-b .swiper-wrapper .swiper-slide-wrapper .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: rgba(0, 0, 0, 0.95);
    margin-top: 4.8vw;
  }
}
.cmp__n01-section-b .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .cmp__n01-section-b .swiper-pagination {
    display: block;
    margin-top: 11.2vw;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .cmp__n01-section-b .swiper-pagination .swiper-pagination-progressbar-fill {
    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;
    background: rgba(0, 0, 0, 0.95);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/o01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__o01-section {
  padding-top: calc(var(--rpx, 1px) * 120);
}
@media screen and (min-width: 1441px) {
  .cmp__o01-section {
    padding-top: 8.3333333333vw;
  }
  .cmp__o01-section .responsive__layout {
    max-width: 91.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__o01-section {
    padding-top: calc(var(--rpx, 1px) * 80);
  }
  .cmp__o01-section .responsive__layout {
    padding: 0;
  }
}
.cmp__o01-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(var(--rpx, 1px) * 38);
}
@media screen and (min-width: 1441px) {
  .cmp__o01-section-content {
    margin-bottom: 2.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__o01-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 16px;
  }
}
.cmp__o01-section-content div {
  width: calc(var(--rpx, 1px) * 632);
}
@media screen and (min-width: 1441px) {
  .cmp__o01-section-content div {
    width: 43.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__o01-section-content div {
    width: auto;
    margin-bottom: calc(var(--rpx, 1px) * 24);
  }
}
.cmp__o01-section-content div.title {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  color: rgba(0, 0, 0, 0.95);
  padding-right: calc(var(--rpx, 1px) * 20);
}
@media screen and (max-width: 767px) {
  .cmp__o01-section-content div.title {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    margin-bottom: calc(var(--rpx, 1px) * 12);
  }
}
.cmp__o01-section-content div.description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__o01-section-content div.description {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: rgba(0, 0, 0, 0.7);
  }
}
.cmp__o01-section-image {
  width: 100%;
  height: calc(var(--rpx, 1px) * 529);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .cmp__o01-section-image {
    height: 36.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__o01-section-image {
    height: auto;
    border-radius: 0;
  }
}
.cmp__o01-section-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/p01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__p01-section {
  width: 100%;
  height: calc(var(--rpx, 1px) * 780);
  padding-bottom: calc(var(--rpx, 1px) * 80);
}
@media screen and (min-width: 1441px) {
  .cmp__p01-section {
    padding-bottom: 5.5555555556vw;
    height: 54.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__p01-section {
    height: auto;
    padding-bottom: calc(var(--rpx, 1px) * 64);
  }
}
.cmp__p01-section .responsive__layout {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1441px) {
  .cmp__p01-section .responsive__layout {
    max-width: 91.1111111111vw;
  }
}
.cmp__p01-section-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cmp__p01-section-card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmp__p01-section-card {
    border-radius: 6px;
    width: 100%;
    height: calc(var(--rpx, 1px) * 410);
  }
}
.cmp__p01-section-card .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__p01-section-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.cmp__p01-section-card.swiper-slide-active::after {
  background: rgba(0, 0, 0, 0);
}
.cmp__p01-section-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 calc(var(--rpx, 1px) * 40);
}
@media screen and (min-width: 1441px) {
  .cmp__p01-section-navigation {
    padding: 0 Tovw(40, 1440);
  }
}
@media screen and (max-width: 767px) {
  .cmp__p01-section-navigation {
    display: none;
  }
}
.cmp__p01-section-navigation .svg-icon {
  display: block;
  width: calc(var(--rpx, 1px) * 40);
  height: calc(var(--rpx, 1px) * 40);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cmp__p01-section-navigation .svg-icon.swiper-button-disabled {
  opacity: 0.5;
}
.cmp__p01-section-navigation .svg-icon.swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cmp__p01-section-pagination {
  position: absolute;
  bottom: calc(var(--rpx, 1px) * 40);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 calc(var(--rpx, 1px) * 40);
  width: 100%;
  height: 2px;
  z-index: 1;
  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;
  gap: 4px;
}
@media screen and (min-width: 1441px) {
  .cmp__p01-section-pagination {
    bottom: 2.7777777778vw;
    padding: 0 2.7777777778vw;
  }
}
.cmp__p01-section-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.cmp__p01-section-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.cmp__p01-section-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
  background: rgb(255, 255, 255);
  -webkit-transition: width 5.8s linear;
  transition: width 5.8s linear;
}
@media screen and (max-width: 767px) {
  .cmp__p01-section-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .cmp__p01-section-pagination {
    background: rgba(0, 0, 0, 0.1);
    margin-top: calc(var(--rpx, 1px) * 42);
    -webkit-transform: unset;
            transform: unset;
    inset: unset;
    position: relative;
  }
  .cmp__p01-section-pagination .swiper-pagination-progressbar-fill {
    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;
    background: rgba(0, 0, 0, 0.95);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/q01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__q01-section {
  padding: calc(var(--rpx, 1px) * 93) 0;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .cmp__q01-section {
    padding-bottom: 6.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__q01-section {
    padding: calc(var(--rpx, 1px) * 68) 0;
  }
}
@media screen and (min-width: 1441px) {
  .cmp__q01-section .responsive__layout {
    max-width: 91.1111111111vw;
  }
}
.cmp__q01-section .q01-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmp__q01-section .q01-section__container {
    display: block;
  }
}
.cmp__q01-section .q01-section__container .q01-section__l {
  width: 31.1737804878%;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .cmp__q01-section .q01-section__container .q01-section__l {
    width: 100%;
    margin-right: 0;
    margin-bottom: calc(var(--rpx, 1px) * 24);
  }
}
.cmp__q01-section .q01-section__container .q01-section__l-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 20);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmp__q01-section .q01-section__container .q01-section__l-title {
    font-size: 24px;
    line-height: 31.2px;
  }
}
@media screen and (max-width: 767px) {
  .cmp__q01-section .q01-section__container .q01-section__l-title {
    font-size: 24px;
    line-height: 31.2px;
    margin-bottom: calc(var(--rpx, 1px) * 12);
  }
}
.cmp__q01-section .q01-section__container .q01-section__l-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cmp__q01-section .q01-section__container .q01-section__l-desc {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cmp__q01-section .q01-section__container .q01-section__l-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: rgba(0, 0, 0, 0.7);
  }
}
.cmp__q01-section .q01-section__container .q01-section__r {
  width: 62.881097561%;
  clip-path: inset(0 -1000% 0 0);
}
@media screen and (max-width: 767px) {
  .cmp__q01-section .q01-section__container .q01-section__r {
    width: 100%;
    clip-path: none;
  }
}
.cmp__q01-section .q01-section__container .q01-section__r-swiper {
  width: 100%;
  height: 100%;
}
.cmp__q01-section .q01-section__container .q01-section__r-swiper-slide:nth-child(odd) {
  width: calc(var(--rpx, 1px) * 322);
}
.cmp__q01-section .q01-section__container .q01-section__r-swiper-slide:nth-child(odd) .img-wrapper {
  height: calc(var(--rpx, 1px) * 426);
}
@media screen and (min-width: 1441px) {
  .cmp__q01-section .q01-section__container .q01-section__r-swiper-slide:nth-child(odd) {
    width: 22.3611111111vw;
  }
  .cmp__q01-section .q01-section__container .q01-section__r-swiper-slide:nth-child(odd) .img-wrapper {
    height: 29.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__q01-section .q01-section__container .q01-section__r-swiper-slide:nth-child(odd) {
    width: calc(var(--rpx, 1px) * 328);
  }
  .cmp__q01-section .q01-section__container .q01-section__r-swiper-slide:nth-child(odd) .img-wrapper {
    height: auto;
  }
}
.cmp__q01-section .q01-section__container .q01-section__r-swiper-slide:nth-child(even) {
  width: calc(var(--rpx, 1px) * 487);
}
.cmp__q01-section .q01-section__container .q01-section__r-swiper-slide:nth-child(even) .img-wrapper {
  height: calc(var(--rpx, 1px) * 324);
}
@media screen and (min-width: 1441px) {
  .cmp__q01-section .q01-section__container .q01-section__r-swiper-slide:nth-child(even) {
    width: 33.8194444444vw;
  }
  .cmp__q01-section .q01-section__container .q01-section__r-swiper-slide:nth-child(even) .img-wrapper {
    height: 22.5vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__q01-section .q01-section__container .q01-section__r-swiper-slide:nth-child(even) {
    width: calc(var(--rpx, 1px) * 328);
  }
  .cmp__q01-section .q01-section__container .q01-section__r-swiper-slide:nth-child(even) .img-wrapper {
    height: auto;
  }
}
.cmp__q01-section .q01-section__container .q01-section__r-swiper-slide .img-wrapper {
  width: 100%;
}
.cmp__q01-section .q01-section__container .q01-section__r-swiper-slide .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .cmp__q01-section .q01-section__container .q01-section__r-swiper-slide .img-wrapper img {
    height: calc(var(--rpx, 1px) * 438);
  }
}
.cmp__q01-section .q01-section__container .q01-section__r-swiper-slide .content-wrapper {
  margin-top: calc(var(--rpx, 1px) * 12);
}
@media screen and (min-width: 1441px) {
  .cmp__q01-section .q01-section__container .q01-section__r-swiper-slide .content-wrapper {
    margin-top: 0.8333333333vw;
  }
}
.cmp__q01-section .q01-section__container .q01-section__r-swiper-slide .content-wrapper .q01-section__r-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .cmp__q01-section .q01-section__container .q01-section__r-swiper-slide .content-wrapper .q01-section__r-title {
    margin-bottom: calc(var(--rpx, 1px) * 8);
  }
}
.cmp__q01-section .q01-section__container .q01-section__r-swiper-slide .content-wrapper .q01-section__r-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.95);
}
.cmp__q01-section .q01-section__container .q01-section__r-swiper-slide .content-wrapper .q01-section__r-desc p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.95);
}
.cmp__q01-section .q01-section__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmp__q01-section .q01-section__bottom .desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.3);
}
.cmp__q01-section .q01-section__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .cmp__q01-section .q01-section__controller {
    margin-top: calc(var(--rpx, 1px) * 24);
  }
}
.cmp__q01-section .q01-section__controller-progress {
  width: calc(var(--rpx, 1px) * 234);
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (min-width: 1441px) {
  .cmp__q01-section .q01-section__controller-progress {
    width: 16.25vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__q01-section .q01-section__controller-progress {
    width: 100%;
  }
}
.cmp__q01-section .q01-section__controller-progress .swiper-pagination-progressbar-fill {
  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;
  background: rgb(0, 0, 0);
}
.cmp__q01-section .q01-section__controller-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(var(--rpx, 1px) * 64);
}
@media screen and (min-width: 1441px) {
  .cmp__q01-section .q01-section__controller-pages {
    margin-left: 4.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__q01-section .q01-section__controller-pages {
    display: none;
  }
}
.cmp__q01-section .q01-section__controller-pages .q01-section__controller-prev,
.cmp__q01-section .q01-section__controller-pages .q01-section__controller-next {
  width: calc(var(--rpx, 1px) * 48);
  height: calc(var(--rpx, 1px) * 48);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmp__q01-section .q01-section__controller-pages .q01-section__controller-prev.swiper-button-disabled,
.cmp__q01-section .q01-section__controller-pages .q01-section__controller-next.swiper-button-disabled {
  opacity: 0.3;
}
.cmp__q01-section .q01-section__controller-pages .q01-section__controller-prev .svg-icon,
.cmp__q01-section .q01-section__controller-pages .q01-section__controller-next .svg-icon {
  width: calc(var(--rpx, 1px) * 48);
  height: calc(var(--rpx, 1px) * 48);
}
.cmp__q01-section .q01-section__controller-pages .q01-section__controller-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: calc(var(--rpx, 1px) * 20);
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/r01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__r01-section__sticky-wrapper {
  height: calc(var(--vh, 1vh) * 150);
}
.cmp__r01-section__sticky {
  height: calc(var(--vh, 1vh) * 100 - 54px);
  position: sticky;
  top: 54px;
  overflow: hidden;
}
.cmp__r01-section__main {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cmp__r01-section__main-wrapper {
  position: relative;
  height: 100%;
  -webkit-transform: translateY(calc(var(--rpx, 1px) * 80));
          transform: translateY(calc(var(--rpx, 1px) * 80));
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .cmp__r01-section__main-wrapper {
    padding: 0 var(--gutter);
  }
}
.cmp__r01-section__title {
  position: absolute;
  top: calc(var(--rpx, 1px) * 107);
  left: calc(var(--rpx, 1px) * 60);
}
@media screen and (min-width: 1441px) {
  .cmp__r01-section__title {
    top: 7.4305555556vw;
    left: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__r01-section__title {
    top: calc(var(--rpx, 1px) * 117);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding: 0 var(--gutter);
    text-align: center;
  }
}
.cmp__r01-section__title__text {
  font-size: 62px;
  font-weight: 500;
  line-height: 74.4px;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .cmp__r01-section__title__text {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: 0.03em;
  }
}
.cmp__r01-section__content {
  position: absolute;
  top: calc(var(--rpx, 1px) * 140);
  left: calc(var(--rpx, 1px) * 60);
  width: calc(var(--rpx, 1px) * 314);
}
@media screen and (min-width: 1441px) {
  .cmp__r01-section__content {
    top: 9.7222222222vw;
    left: 4.1666666667vw;
    width: 21.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__r01-section__content {
    width: 100%;
    position: unset;
    padding-top: calc(var(--rpx, 1px) * 80);
  }
}
.cmp__r01-section__content__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 20);
}
@media screen and (min-width: 1441px) {
  .cmp__r01-section__content__title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__r01-section__content__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    margin-bottom: calc(var(--rpx, 1px) * 12);
  }
}
.cmp__r01-section__content__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .cmp__r01-section__content__desc {
    line-height: 25.6px;
    color: rgba(255, 255, 255, 0.7);
  }
}
.cmp__r01-section__info {
  position: absolute;
  right: calc(var(--rpx, 1px) * 121);
  bottom: calc(var(--rpx, 1px) * 93);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cmp__r01-section__info {
    right: auto;
    left: auto;
    bottom: calc(var(--rpx, 1px) * 84);
  }
}
.cmp__r01-section__info-title {
  font-size: 80.29px;
  font-weight: 500;
  line-height: 96.35px;
}
@media screen and (max-width: 767px) {
  .cmp__r01-section__info-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: 0.03em;
  }
}
.cmp__r01-section__info-title .speed {
  width: 113px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .cmp__r01-section__info-title .speed {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cmp__r01-section__info-desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
}
@media screen and (max-width: 767px) {
  .cmp__r01-section__info-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.5);
  }
}
.cmp__r01-section__power {
  position: absolute;
  bottom: calc(var(--rpx, 1px) * 93);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(var(--rpx, 1px) * 656);
}
@media screen and (min-width: 1441px) {
  .cmp__r01-section__power {
    width: 45.5555555556vw;
    bottom: 6.4583333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .cmp__r01-section__power {
    display: none;
  }
}
.cmp__r01-section__power-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmp__r01-section__power-item {
  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;
}
.cmp__r01-section__power-item .line {
  width: 1px;
  height: 7px;
  background: rgb(167, 167, 167);
}
.cmp__r01-section__power-item .n {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
  display: block;
  margin-bottom: 4px;
}
.cmp__r01-section__power-item:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cmp__r01-section__power-item:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cmp__r01-section__power-item:first-child .line, .cmp__r01-section__power-item:last-child .line {
  width: 3px;
  height: 3px;
}
.cmp__r01-section__power-progress {
  width: 100%;
  height: 1px;
  background: rgba(187, 187, 187, 0.4);
  position: relative;
}
.cmp__r01-section__power-progress-fill {
  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;
  -webkit-transform: translate3d(0px, 0px, 0px) scaleX(0) scaleY(1);
          transform: translate3d(0px, 0px, 0px) scaleX(0) scaleY(1);
  background: #fff;
}
.cmp__r01-section__video {
  height: 100%;
}
.cmp__r01-section__video__player {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.cmp__r01-section__follower {
  position: absolute;
  z-index: 5;
  width: calc(var(--rpx, 1px) * 60);
  height: calc(var(--rpx, 1px) * 60);
  opacity: 0;
  right: calc(var(--rpx, 1px) * 263);
  bottom: calc(var(--rpx, 1px) * 339);
}
@media screen and (min-width: 1441px) {
  .cmp__r01-section__follower {
    right: 18.2638888889vw;
    bottom: 23.5416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__r01-section__follower {
    display: none;
  }
}
.cmp__r01-section__follower img {
  width: 100%;
  height: 100%;
}
.cmp__r01-section__follower-text {
  position: absolute;
  left: calc(var(--rpx, 1px) * 78);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.95);
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/t01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__t01-section-container {
  padding: calc(var(--rpx, 1px) * 80) 0;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .cmp__t01-section-container {
    padding: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container {
    padding: calc(var(--rpx, 1px) * 48) 0;
  }
}
@media screen and (min-width: 1441px) {
  .cmp__t01-section-container .responsive__layout {
    max-width: 91.1111111111vw;
  }
}
.cmp__t01-section-container .cmp__t01-section-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.95);
  max-width: calc(var(--rpx, 1px) * 872);
  margin: 0 auto;
  text-align: center;
  padding-bottom: calc(var(--rpx, 1px) * 24);
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: left;
    padding-bottom: calc(var(--rpx, 1px) * 12);
  }
}
.cmp__t01-section-container .cmp__t01-section-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.95);
  max-width: calc(var(--rpx, 1px) * 872);
  margin: 0 auto;
  text-align: center;
  padding-bottom: calc(var(--rpx, 1px) * 40);
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
  }
}
.cmp__t01-section-container .cmp__t01-section .responsive__layout {
  max-width: none;
  padding: 0;
}
.cmp__t01-section-container .cmp__t01-section.reverse .cmp__t01-section-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section.reverse .cmp__t01-section-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cmp__t01-section-container .cmp__t01-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__t01-section-container .cmp__t01-section-list {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(var(--rpx, 1px) * 24);
  }
}
.cmp__t01-section-container .cmp__t01-section-l {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section-l {
    display: block;
  }
}
.cmp__t01-section-container .cmp__t01-section-l-item:last-child {
  margin-top: calc(var(--rpx, 1px) * 28);
}
@media screen and (min-width: 1441px) {
  .cmp__t01-section-container .cmp__t01-section-l-item:last-child {
    margin-top: 1.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section-l-item:last-child {
    margin-top: calc(var(--rpx, 1px) * 24);
  }
}
.cmp__t01-section-container .cmp__t01-section-l-item .img-wrapper {
  width: 100%;
  height: calc(var(--rpx, 1px) * 366);
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section-l-item .img-wrapper {
    height: calc(var(--rpx, 1px) * 209);
  }
}
@media screen and (min-width: 1441px) {
  .cmp__t01-section-container .cmp__t01-section-l-item .img-wrapper {
    height: 25.4166666667vw;
  }
}
.cmp__t01-section-container .cmp__t01-section-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section-r {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section-r-item {
    border-radius: 6px;
    overflow: hidden;
  }
}
.cmp__t01-section-container .cmp__t01-section-r-item .img-wrapper {
  width: 100%;
  height: calc(var(--rpx, 1px) * 820);
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section-r-item .img-wrapper {
    height: calc(var(--rpx, 1px) * 475);
  }
}
@media screen and (min-width: 1441px) {
  .cmp__t01-section-container .cmp__t01-section-r-item .img-wrapper {
    height: 56.9444444444vw;
  }
}
.cmp__t01-section-container .cmp__t01-section .content-wrapper {
  margin-top: calc(var(--rpx, 1px) * 12);
}
@media screen and (min-width: 1441px) {
  .cmp__t01-section-container .cmp__t01-section .content-wrapper {
    margin-top: 0.8333333333vw;
  }
}
.cmp__t01-section-container .cmp__t01-section .content-wrapper h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section .content-wrapper h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}
.cmp__t01-section-container .cmp__t01-section .content-wrapper p {
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.95);
  margin-top: 4px;
}
@media screen and (min-width: 1441px) {
  .cmp__t01-section-container .cmp__t01-section .content-wrapper p {
    margin-top: 0.2777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section .content-wrapper p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.55);
    margin-top: 6px;
  }
}
.cmp__t01-section-container .cmp__t01-section.two .cmp__t01-section-list .cmp__t01-section-l .cmp__t01-section-l-item,
.cmp__t01-section-container .cmp__t01-section.two .cmp__t01-section-list .cmp__t01-section-l .cmp__t01-section-r-item,
.cmp__t01-section-container .cmp__t01-section.two .cmp__t01-section-list .cmp__t01-section-r .cmp__t01-section-l-item,
.cmp__t01-section-container .cmp__t01-section.two .cmp__t01-section-list .cmp__t01-section-r .cmp__t01-section-r-item {
  margin: 0;
}
.cmp__t01-section-container .cmp__t01-section.two .cmp__t01-section-list .cmp__t01-section-l .img-wrapper,
.cmp__t01-section-container .cmp__t01-section.two .cmp__t01-section-list .cmp__t01-section-r .img-wrapper {
  height: calc(var(--rpx, 1px) * 588);
}
@media screen and (min-width: 1441px) {
  .cmp__t01-section-container .cmp__t01-section.two .cmp__t01-section-list .cmp__t01-section-l .img-wrapper,
  .cmp__t01-section-container .cmp__t01-section.two .cmp__t01-section-list .cmp__t01-section-r .img-wrapper {
    height: 40.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section.two .cmp__t01-section-list .cmp__t01-section-l .img-wrapper,
  .cmp__t01-section-container .cmp__t01-section.two .cmp__t01-section-list .cmp__t01-section-r .img-wrapper {
    height: calc(var(--rpx, 1px) * 475);
  }
}
.cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-l {
  -webkit-box-flex: 872;
      -ms-flex: 872;
          flex: 872;
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-l {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-l .cmp__t01-section-l-item .img-wrapper {
    height: calc(var(--rpx, 1px) * 475);
  }
}
.cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-r {
  -webkit-box-flex: 588;
      -ms-flex: 588;
          flex: 588;
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-r {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-r .cmp__t01-section-r-item .img-wrapper {
    height: calc(var(--rpx, 1px) * 209);
  }
}
.cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-l .cmp__t01-section-l-item,
.cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-l .cmp__t01-section-r-item,
.cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-r .cmp__t01-section-l-item,
.cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-r .cmp__t01-section-r-item {
  margin: 0;
}
.cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-l .img-wrapper,
.cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-r .img-wrapper {
  height: calc(var(--rpx, 1px) * 588);
}
@media screen and (min-width: 1441px) {
  .cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-l .img-wrapper,
  .cmp__t01-section-container .cmp__t01-section.two.unevenness .cmp__t01-section-list .cmp__t01-section-r .img-wrapper {
    height: 40.8333333333vw;
  }
}
.cmp__t01-section-container .cmp__t01-section.one .cmp__t01-section-item .img-wrapper {
  height: 33.75vw;
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section.one .cmp__t01-section-item .img-wrapper {
    height: calc(var(--rpx, 1px) * 475);
  }
}
.cmp__t01-section-container .cmp__t01-section.one .cmp__t01-section-item .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmp__t01-section-container .cmp__t01-section.one .cmp__t01-section-item .img-wrapper img {
    height: 100%;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/new-pdp/u01-section/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.cmp__u01-section {
  padding: calc(var(--rpx, 1px) * 100) 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cmp__u01-section {
    padding: calc(var(--rpx, 1px) * 64) 0;
  }
}
@media screen and (min-width: 1441px) {
  .cmp__u01-section .responsive__layout {
    max-width: 91.1111111111vw;
  }
}
.cmp__u01-section .responsive__layout .cmp__u01-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.one .cmp__u01-section-item {
    width: 100%;
    height: calc(var(--rpx, 1px) * 650);
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.two {
    gap: calc(var(--rpx, 1px) * 10);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.two .cmp__u01-section-item {
    width: 50%;
    height: calc(var(--rpx, 1px) * 650);
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.three {
    gap: calc(var(--rpx, 1px) * 10);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.three .cmp__u01-section-item {
    height: calc(var(--rpx, 1px) * 623);
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.three .cmp__u01-section-item:nth-child(1), .cmp__u01-section .responsive__layout .cmp__u01-section-list.three .cmp__u01-section-item:nth-child(2) {
    width: calc(50% - var(--rpx, 1px) * 5);
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.three .cmp__u01-section-item:nth-child(3) {
    width: 100%;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(var(--rpx, 1px) * 10);
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.four .cmp__u01-section-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--rpx, 1px) * 10);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.four .cmp__u01-section-item-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.four .cmp__u01-section-item-wrap .cmp__u01-section-item {
    height: calc(var(--rpx, 1px) * 606);
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.four .cmp__u01-section-item-wrap .cmp__u01-section-item:nth-child(1) {
    -webkit-box-flex: 802;
        -ms-flex: 802;
            flex: 802;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.four .cmp__u01-section-item-wrap .cmp__u01-section-item:nth-child(2) {
    -webkit-box-flex: 532;
        -ms-flex: 532;
            flex: 532;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(var(--rpx, 1px) * 10);
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five .cmp__u01-section-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--rpx, 1px) * 10);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five .cmp__u01-section-item-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five .cmp__u01-section-item-wrap:nth-child(1) .cmp__u01-section-item {
    height: calc(var(--rpx, 1px) * 606);
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five .cmp__u01-section-item-wrap:nth-child(1) .cmp__u01-section-item:nth-child(1) {
    -webkit-box-flex: 802;
        -ms-flex: 802;
            flex: 802;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five .cmp__u01-section-item-wrap:nth-child(1) .cmp__u01-section-item:nth-child(2) {
    -webkit-box-flex: 532;
        -ms-flex: 532;
            flex: 532;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five .cmp__u01-section-item-wrap:nth-child(2) .cmp__u01-section-item {
    height: calc(var(--rpx, 1px) * 606);
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1441px) {
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.one .cmp__u01-section-item {
    width: 100%;
    height: 45.1388888889vw;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.two {
    gap: 0.6944444444vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.two .cmp__u01-section-item {
    width: 50%;
    height: 45.1388888889vw;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.three {
    gap: 0.6944444444vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.three .cmp__u01-section-item {
    height: 43.2638888889vw;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.three .cmp__u01-section-item:nth-child(1), .cmp__u01-section .responsive__layout .cmp__u01-section-list.three .cmp__u01-section-item:nth-child(2) {
    width: calc(50% - 0.3472222222vw);
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.three .cmp__u01-section-item:nth-child(3) {
    width: 100%;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6944444444vw;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.four .cmp__u01-section-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6944444444vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.four .cmp__u01-section-item-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.four .cmp__u01-section-item-wrap .cmp__u01-section-item {
    height: 42.0833333333vw;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.four .cmp__u01-section-item-wrap .cmp__u01-section-item:nth-child(1) {
    -webkit-box-flex: 802;
        -ms-flex: 802;
            flex: 802;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.four .cmp__u01-section-item-wrap .cmp__u01-section-item:nth-child(2) {
    -webkit-box-flex: 532;
        -ms-flex: 532;
            flex: 532;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6944444444vw;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five .cmp__u01-section-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6944444444vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five .cmp__u01-section-item-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five .cmp__u01-section-item-wrap:nth-child(1) .cmp__u01-section-item {
    height: 42.0833333333vw;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five .cmp__u01-section-item-wrap:nth-child(1) .cmp__u01-section-item:nth-child(1) {
    -webkit-box-flex: 802;
        -ms-flex: 802;
            flex: 802;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five .cmp__u01-section-item-wrap:nth-child(1) .cmp__u01-section-item:nth-child(2) {
    -webkit-box-flex: 532;
        -ms-flex: 532;
            flex: 532;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list.five .cmp__u01-section-item-wrap:nth-child(2) .cmp__u01-section-item {
    height: 42.0833333333vw;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767.98px) {
  .cmp__u01-section .responsive__layout .cmp__u01-section-list {
    display: block;
  }
}
.cmp__u01-section .responsive__layout .cmp__u01-section-list .cmp__u01-section-item {
  width: 100%;
  position: relative;
}
.cmp__u01-section .responsive__layout .cmp__u01-section-list .cmp__u01-section-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.cmp__u01-section .responsive__layout .cmp__u01-section-list .cmp__u01-section-item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: calc(var(--rpx, 1px) * 50) calc(var(--rpx, 1px) * 44);
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 767.98px) {
  .cmp__u01-section .responsive__layout .cmp__u01-section-list .cmp__u01-section-item {
    margin-bottom: 6px;
    width: 100%;
    height: calc(var(--rpx, 1px) * 232);
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list .cmp__u01-section-item img {
    border-radius: 6px;
  }
  .cmp__u01-section .responsive__layout .cmp__u01-section-list .cmp__u01-section-item .text {
    padding: calc(var(--rpx, 1px) * 20);
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
  }
}
