@charset "UTF-8";
.brand-center-ultra-pc-container {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.brand-center-ultra-pc-container #banner-json {
  width: 100%;
  height: 100%;
}
.brand-center-ultra-pc-container .ultra-container {
  width: 100%;
  height: 100%;
}
.brand-center-ultra-pc-container #ultra-container {
  width: 100%;
  height: 100%;
}
.brand-center-ultra-pc-container .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.brand-center-ultra-pc-container .swiper .loaded {
  /* 第一个滑动元素默认显示 */
  display: block;
}
.brand-center-ultra-pc-container .swiper .slide-item {
  width: 100%;
  height: 100%;
}
.brand-center-ultra-pc-container .swiper .slide-item .slide-item-picture {
  width: 100%;
  height: 100%;
}
.brand-center-ultra-pc-container .swiper .slide-item .slide-item-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-center-ultra-pc-container .swiper .slide-item .desc-wrapper {
  box-sizing: border-box;
  height: 28.125vw;
  color: #fff;
  margin-bottom: 9.1145833333vw;
  padding: 0 7.2916666667vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.brand-center-ultra-pc-container .swiper .slide-item .desc-wrapper h2 {
  font-weight: 400;
  font-size: 2.7083333333vw;
  margin-bottom: 1.4583333333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-center-ultra-pc-container .swiper .slide-item .desc-wrapper .title {
  width: 100%;
  line-height: -1px;
}
.brand-center-ultra-pc-container .swiper .slide-item .desc-wrapper .img-details {
  display: flex;
  gap: 2.8645833333vw;
  color: #fff;
}
.brand-center-ultra-pc-container .swiper .slide-item .desc-wrapper .img-details h4 {
  text-align: justify;
  flex: 0 0 31.6666666667vw;
  font-weight: 400;
  line-height: 2.5vw;
  font-size: 1.7708333333vw;
  width: 31.6666666667vw;
}
.brand-center-ultra-pc-container .swiper .slide-item .desc-wrapper .img-details p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.5625vw;
  text-align: justify;
}
.brand-center-ultra-pc-container .swiper .slide-item .slide-item-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-center-ultra-pc-container .swiper-pagination {
  width: 31.6666666667vw;
  left: 7.2916666667vw;
  bottom: 6.25vw;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
}
.brand-center-ultra-pc-container .swiper-pagination .swiper-pagination-bullet {
  width: 2.9166666667vw;
  height: 1px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0;
}
.brand-center-ultra-pc-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.6770833333vw;
}
.brand-center-ultra-pc-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.brand-center-ultra-pc-container .swiper-pagination .swiper-pagination-bullet-active .paginationAnimation {
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
}
.brand-center-ultra-pc-container .swiper-pagination.positionLeft {
  width: 13.5416666667vw !important;
  left: 7.2916666667vw !important;
  bottom: 3.125vw !important;
  transform: translateX(0);
  display: flex;
}
.brand-center-ultra-pc-container .swiper-pagination.positionLeft .swiper-pagination-bullet {
  flex: 1;
}
.brand-center-ultra-pc-container .swiper-pagination.positionLeft .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.brand-center-ultra-pc-container .swiper-pagination.positionLeft .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.brand-center-ultra-pc-container .buttonHover div {
  cursor: pointer;
  position: relative;
}
.brand-center-ultra-pc-container .custom-prev,
.brand-center-ultra-pc-container .custom-next {
  text-align: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  left: 7.2916666667vw;
  width: 2.7604166667vw;
  height: 2.7604166667vw;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.brand-center-ultra-pc-container .custom-prev .icon-item,
.brand-center-ultra-pc-container .custom-next .icon-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-size: cover;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.brand-center-ultra-pc-container .custom-prev:hover,
.brand-center-ultra-pc-container .custom-next:hover {
  background: rgba(255, 255, 255, 0.67);
  cursor: pointer;
}
.brand-center-ultra-pc-container .custom-next {
  left: auto;
  right: 7.2916666667vw;
}
.brand-center-ultra-pc-container .custom-next::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.brand-center-ultra-mob-container {
  width: 100%;
  height: 239.4666666667vw;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* 卡片内容样式 */
  /* 可见卡片样式优化 */
  /* 当前激活卡片 */
}
.brand-center-ultra-mob-container .swiper {
  width: 100%;
  position: absolute;
  bottom: 50px;
  height: auto;
}
.brand-center-ultra-mob-container .swiper .swiper-slide {
  width: 26.6666666667vw !important;
  height: 26.6666666667vw !important;
}
.brand-center-ultra-mob-container .swiper-slide {
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  height: auto; /* 高度自适应 */
}
.brand-center-ultra-mob-container .swiper-slide:first-child {
  margin-left: 16px;
}
.brand-center-ultra-mob-container .swiper-slide.padding-8 {
  margin-left: 16px;
}
.brand-center-ultra-mob-container .card-content {
  height: 100%;
}
.brand-center-ultra-mob-container .card-content .slide-item-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.brand-center-ultra-mob-container .swiper-slide-selected {
  border: 2px solid rgb(95, 79, 174);
  border-radius: 4px;
  opacity: 1;
  transform: scale(1);
  margin: 0 8px;
}
.brand-center-ultra-mob-container .swiper-slide-selected .slide-item-picture img {
  border-radius: 2px;
}
.brand-center-ultra-mob-container .swiper-slide:not(.swiper-slide-selected) {
  transform: scale(0.72);
  margin: 0 -6px;
}
.brand-center-ultra-mob-container .wrapper {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.brand-center-ultra-mob-container .detail-wrapper {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100% - 51.7333333333vw);
  padding: 0 4.2666666667vw;
  width: 100%;
  color: rgb(255, 255, 255);
}
.brand-center-ultra-mob-container .detail-wrapper .title {
  font-size: 6.4vw;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 1.0666666667vw;
  text-align: left;
  margin-bottom: 7.2vw;
}
.brand-center-ultra-mob-container .detail-wrapper .subtitle {
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 6.9333333333vw;
  letter-spacing: 0px;
  text-align: justify;
  margin-bottom: 3.2vw;
}
.brand-center-ultra-mob-container .detail-wrapper .desc {
  color: rgba(255, 255, 255, 0.65);
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 5.8666666667vw;
  letter-spacing: 0px;
  text-align: justify;
  min-height: 40vw;
}