.cmp__brand-section-23[data-v-60d02b96] {
  background: #fff;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] {
  overflow: hidden;
}
.cmp__brand-section-23 .responsive__layout h2[data-v-60d02b96] {
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: rgba(0, 0, 0, 0.95);
  padding: calc(var(--rpx, 1px) * 80) 0;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-23 .responsive__layout h2[data-v-60d02b96] {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    padding: calc(var(--rpx, 1px) * 48) 0;
}
}
.cmp__brand-section-23 .responsive__layout img[data-v-60d02b96],
.cmp__brand-section-23 .responsive__layout video[data-v-60d02b96] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-23 .responsive__layout .container[data-v-60d02b96] {
    display: flex;
    flex-direction: column;
}
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 {
  margin-top: calc(var(--rpx, 1px) * 42);
  height: calc(var(--rpx, 1px) * 468);
  position: relative;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 {
    order: 1;
    margin-top: calc(var(--rpx, 1px) * 32);
    height: auto;
}
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper {
  align-items: center;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper .swiper-slide {
  width: calc(var(--rpx, 1px) * 780);
  height: calc(var(--rpx, 1px) * 420);
  transition: 0.3s;
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper .swiper-slide {
    width: 88.8vw;
    height: calc(var(--rpx, 1px) * 200);
}
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
  transition: 0.3s;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper .swiper-slide.swiper-slide-active {
  height: calc(var(--rpx, 1px) * 468);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper .swiper-slide.swiper-slide-active {
    height: calc(var(--rpx, 1px) * 200);
}
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  background: rgba(255, 255, 255, 0);
  z-index: -1;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper .swiper-slide .video-container,
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper .swiper-slide .image-container {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper .swiper-slide .video-container {
  position: relative;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper .swiper-slide .video-container .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper .swiper-slide .video-container .video-overlay .video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--rpx, 1px) * 98);
  height: calc(var(--rpx, 1px) * 98);
  display: none;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-wrapper .swiper-slide .video-container .video-overlay .video-play-button {
    display: block;
    width: calc(var(--rpx, 1px) * 32);
    height: calc(var(--rpx, 1px) * 32);
    right: calc(var(--rpx, 1px) * 16);
    bottom: calc(var(--rpx, 1px) * 16);
    top: auto;
    left: auto;
    transform: unset;
}
}
@media screen and (max-width: 767px) {
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-buttons {
    display: none;
}
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-buttons .next,
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-buttons .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(var(--rpx, 1px) * 39);
  height: calc(var(--rpx, 1px) * 39);
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-buttons .next:hover,
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-buttons .prev:hover {
  background: rgb(240, 240, 240);
  border-color: rgb(240, 240, 240);
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-buttons .next .svg-icon,
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-buttons .prev .svg-icon {
  width: calc(var(--rpx, 1px) * 20);
  height: calc(var(--rpx, 1px) * 24);
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-buttons .next {
  right: calc(var(--rpx, 1px) * 120);
  z-index: 1;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-buttons .prev {
  left: calc(var(--rpx, 1px) * 120);
  transform: rotate(-180deg);
  z-index: 1;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-pagination {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-pagination {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: calc(var(--rpx, 1px) * 32);
    margin-bottom: calc(var(--rpx, 1px) * 48);
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-pagination .swiper-pagination-bullet {
    width: calc(var(--rpx, 1px) * 39);
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    transition: 0.3s;
    border-radius: 0;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(0, 0, 0);
}
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper2 {
  margin-bottom: calc(var(--rpx, 1px) * 64);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper2 {
    display: none;
}
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper2 .swiper-wrapper {
  justify-content: center;
  gap: 4px;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper2 .swiper-wrapper .swiper-slide {
  width: calc(var(--rpx, 1px) * 70);
  height: calc(var(--rpx, 1px) * 42);
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper2 .swiper-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  transform: 0.3s;
}
.cmp__brand-section-23 .responsive__layout[data-v-60d02b96] .swiper2 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
  background: rgba(255, 255, 255, 0);
}
.cmp__brand-section-23 .responsive__layout .text-containers[data-v-60d02b96] {
  text-align: center;
  margin: calc(var(--rpx, 1px) * 50) 0 calc(var(--rpx, 1px) * 22);
  position: relative;
  height: 52px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-23 .responsive__layout .text-containers[data-v-60d02b96] {
    order: 0;
    margin: 0;
    height: 58px;
}
}
.cmp__brand-section-23 .responsive__layout .text-containers .text-container[data-v-60d02b96] {
  position: absolute;
  inset: 0;
}
.cmp__brand-section-23 .responsive__layout .text-containers .text-container.in[data-v-60d02b96] {
  animation: in-60d02b96 0.6s ease-in-out forwards;
}
.cmp__brand-section-23 .responsive__layout .text-containers .text-container.out[data-v-60d02b96] {
  animation: out-60d02b96 0.6s ease-in-out forwards;
}
.cmp__brand-section-23 .responsive__layout .text-containers h3[data-v-60d02b96] {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  margin-bottom: calc(var(--rpx, 1px) * 8);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-23 .responsive__layout .text-containers h3[data-v-60d02b96] {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.95);
}
}
.cmp__brand-section-23 .responsive__layout .text-containers p[data-v-60d02b96] {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: rgba(0, 0, 0, 0.6);
}
@keyframes in-60d02b96 {
from {
    transform: translateY(100%);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes out-60d02b96 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-100%);
}
}
.cmp__brand-section-23 .v-pop[data-v-60d02b96] {
  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-23 .v-pop.show[data-v-60d02b96] {
  transform: translateY(0);
}
.cmp__brand-section-23 .v-pop .v-pop-container[data-v-60d02b96] {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: #201f1c;
}
.cmp__brand-section-23 .v-pop .v-pop-container .v-pop-wrapper[data-v-60d02b96] {
  width: 75vw;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-23 .v-pop .v-pop-container .v-pop-wrapper[data-v-60d02b96] {
    width: 86.67vw;
}
}
.cmp__brand-section-23 .v-pop .v-pop-container .v-pop-wrapper .v-pop-video-player[data-v-60d02b96] {
  height: 100%;
  max-height: 75vh;
  outline: none;
  width: 100%;
}
.cmp__brand-section-23 .v-pop .v-pop-close[data-v-60d02b96] {
  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-23 .v-pop .v-pop-close[data-v-60d02b96] {
    right: 7vw;
    right: calc(var(--vw, 1vw) * 7);
    top: 100px;
}
}
@media (min-width: 768px) {
.cmp__brand-section-23 .responsive__layout .swiper1 .swiper-wrapper .swiper-slide.swiper-slide-active .video-container .video-overlay[data-v-60d02b96]:hover {
    cursor: url(/static_material/byd/cn/images/video-play.svg) 98 98, auto;
}
}