.cmp__brand-section-26[data-v-180aaadd] {
  background: rgb(250, 250, 250);
  padding: calc(var(--rpx, 1px) * 80) 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-26[data-v-180aaadd] {
    padding: calc(var(--rpx, 1px) * 48) 0;
}
}
.cmp__brand-section-26 h2[data-v-180aaadd] {
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-26 h2[data-v-180aaadd] {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
}
}
.cmp__brand-section-26 .cards[data-v-180aaadd] {
  margin-top: calc(var(--rpx, 1px) * 80);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-26 .cards[data-v-180aaadd] {
    margin-top: calc(var(--rpx, 1px) * 48);
}
}
.cmp__brand-section-26 .cards .cards-wrapper[data-v-180aaadd] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-26 .cards .cards-wrapper[data-v-180aaadd] {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-wrap: nowrap;
    gap: unset;
}
}
.cmp__brand-section-26 .cards .cards-wrapper .card-slide[data-v-180aaadd] {
  width: calc(33.3333333333% - 6px);
  height: calc(var(--rpx, 1px) * 243);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-26 .cards .cards-wrapper .card-slide[data-v-180aaadd] {
    width: 100%;
    height: calc(var(--rpx, 1px) * 193);
    clip-path: none;
    transition: none;
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
    display: block;
}
}
.cmp__brand-section-26 .cards .cards-wrapper .card-slide.w-25[data-v-180aaadd] {
  width: calc(25% - 6px);
  height: calc(var(--rpx, 1px) * 181);
}
.cmp__brand-section-26 .cards .cards-wrapper .card-slide.active:hover .card-container[data-v-180aaadd] {
  opacity: 1;
  visibility: visible;
}
.cmp__brand-section-26 .cards .cards-wrapper .card-slide.active[data-v-180aaadd] {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.cmp__brand-section-26 .cards .cards-wrapper .card-slide.active .image-container img[data-v-180aaadd] {
  transform: scale(1);
  filter: none;
}
.cmp__brand-section-26 .cards .cards-wrapper .card-slide .image-container[data-v-180aaadd] {
  width: 100%;
  height: 100%;
}
.cmp__brand-section-26 .cards .cards-wrapper .card-slide .image-container img[data-v-180aaadd] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1.2);
  filter: blur(10px);
  transform-origin: center;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-26 .cards .cards-wrapper .card-slide .image-container img[data-v-180aaadd] {
    filter: none;
    transform: 1;
    transition: none;
}
}
.cmp__brand-section-26 .cards .cards-wrapper .card-slide .card-container[data-v-180aaadd] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: calc(var(--rpx, 1px) * 16);
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-26 .cards .cards-wrapper .card-slide .card-container[data-v-180aaadd] {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.86%, rgba(0, 0, 0, 0.4) 100%);
}
}
.cmp__brand-section-26 .cards .cards-wrapper .card-slide .card-container h3[data-v-180aaadd] {
  width: calc(100% - var(--rpx, 1px) * 44);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-26 .cards .cards-wrapper .card-slide .card-container h3[data-v-180aaadd] {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: calc(100% - var(--rpx, 1px) * 32);
}
}
.cmp__brand-section-26 .cards .cards-wrapper .card-slide .card-container .video-play-btn[data-v-180aaadd] {
  width: calc(var(--rpx, 1px) * 44);
  height: calc(var(--rpx, 1px) * 44);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-26 .cards .cards-wrapper .card-slide .card-container .video-play-btn[data-v-180aaadd] {
    width: calc(var(--rpx, 1px) * 32);
    height: calc(var(--rpx, 1px) * 32);
}
}
.cmp__brand-section-26 .cards .cards-wrapper .card-slide .card-container .video-play-btn img[data-v-180aaadd] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__brand-section-26 .cards .cards-more[data-v-180aaadd] {
  margin-top: calc(var(--rpx, 1px) * 48);
  display: flex;
  justify-content: center;
}
.cmp__brand-section-26 .cards .cards-more .more-btn[data-v-180aaadd] {
  display: flex;
  gap: 6px;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  cursor: pointer;
}
.cmp__brand-section-26 .cards .cards-more .more-btn .icon[data-v-180aaadd] {
  width: 13px;
  height: 13px;
  display: block;
  position: relative;
}
.cmp__brand-section-26 .cards .cards-more .more-btn .icon[data-v-180aaadd]::after, .cmp__brand-section-26 .cards .cards-more .more-btn .icon[data-v-180aaadd]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
.cmp__brand-section-26 .cards .cards-more .more-btn .icon[data-v-180aaadd]::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cmp__brand-section-26 .cards .cards-more .more-btn .text[data-v-180aaadd] {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
  display: none;
}
.cmp__brand-section-26 .cards .cards-more .more-btn .text.show[data-v-180aaadd] {
  display: block;
}
.cmp__brand-section-26 .cards .cards-more .more-btn.more .icon[data-v-180aaadd]::before {
  transform: translate(-50%, -50%) rotate(0);
}
.cmp__brand-section-26 .cards .cards-more .more-btn.more .text.hide[data-v-180aaadd] {
  display: block;
}
.cmp__brand-section-26 .cards .cards-more .more-btn.more .text.show[data-v-180aaadd] {
  display: none;
}
.cmp__brand-section-26 .cards .swiper-pagination[data-v-180aaadd] {
  position: relative;
  width: calc(100% - var(--rpx, 1px) * 6 * 2);
  margin: calc(var(--rpx, 1px) * 24) auto 0;
  height: 2px;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  display: none;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-26 .cards .swiper-pagination[data-v-180aaadd] {
    display: block;
}
}
.cmp__brand-section-26 .cards .swiper-pagination .swiper-pagination-progressbar-fill[data-v-180aaadd] {
  background: rgba(0, 0, 0, 0.95);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  border-radius: 2px;
}
.cmp__brand-section-26 .v-pop[data-v-180aaadd] {
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(120vh);
  width: 100%;
  z-index: 9999;
  transition: transform 0.5s;
}
.cmp__brand-section-26 .v-pop.show[data-v-180aaadd] {
  transform: translateY(0);
}
.cmp__brand-section-26 .v-pop .v-pop-container[data-v-180aaadd] {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: #201f1c;
}
.cmp__brand-section-26 .v-pop .v-pop-container .v-pop-wrapper[data-v-180aaadd] {
  width: 75vw;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-26 .v-pop .v-pop-container .v-pop-wrapper[data-v-180aaadd] {
    width: 86.67vw;
}
}
.cmp__brand-section-26 .v-pop .v-pop-container .v-pop-wrapper .v-pop-video-player[data-v-180aaadd] {
  height: 100%;
  max-height: 75vh;
  outline: none;
  width: 100%;
}
.cmp__brand-section-26 .v-pop .v-pop-close[data-v-180aaadd] {
  cursor: pointer;
  height: 32px;
  margin-left: auto;
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-26 .v-pop .v-pop-close[data-v-180aaadd] {
    right: 7vw;
    top: 100px;
}
}
@media (max-width: 768px) {
.swiper-pagination-progressbar[data-v-180aaadd] {
    --swiper-pagination-color: rgba(0, 0, 0, 0.95);
}
}