.cmp__brand-section-08[data-v-bcd5bf91] {
  background: #fff;
  overflow: hidden;
}
.cmp__brand-section-08 .brand-section-08-video[data-v-bcd5bf91] {
  width: 100%;
  height: 47.2222222222vw;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-08 .brand-section-08-video[data-v-bcd5bf91] {
    height: 55.4666666667vw;
}
}
.cmp__brand-section-08 .brand-section-08-video[data-v-bcd5bf91] {
  position: relative;
}
.cmp__brand-section-08 .brand-section-08-video .video-player[data-v-bcd5bf91] {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.cmp__brand-section-08 .brand-section-08-video .video-player video[data-v-bcd5bf91] {
  -o-object-fit: fill;
     object-fit: fill;
}
.cmp__brand-section-08 .brand-section-08-video .video-play[data-v-bcd5bf91] {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.cmp__brand-section-08 .brand-section-08-video .video-play .video-play-btn[data-v-bcd5bf91] {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--rpx, 1px) * 98);
  height: calc(var(--rpx, 1px) * 98);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1365px) {
.cmp__brand-section-08 .brand-section-08-video .video-play .video-play-btn[data-v-bcd5bf91] {
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
}
@media screen and (max-width: 767px) {
.cmp__brand-section-08 .brand-section-08-video .video-play .video-play-btn[data-v-bcd5bf91] {
    width: calc(var(--rpx, 1px) * 48);
    height: calc(var(--rpx, 1px) * 48);
}
}
.cmp__brand-section-08 .v-pop[data-v-bcd5bf91] {
  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-08 .v-pop.show[data-v-bcd5bf91] {
  transform: translateY(0);
}
.cmp__brand-section-08 .v-pop .v-pop-container[data-v-bcd5bf91] {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: #201f1c;
}
.cmp__brand-section-08 .v-pop .v-pop-container .v-pop-wrapper[data-v-bcd5bf91] {
  width: 75vw;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-08 .v-pop .v-pop-container .v-pop-wrapper[data-v-bcd5bf91] {
    width: 86.67vw;
}
}
.cmp__brand-section-08 .v-pop .v-pop-container .v-pop-wrapper .v-pop-video-player[data-v-bcd5bf91] {
  height: 100%;
  max-height: 75vh;
  outline: none;
  width: 100%;
}
.cmp__brand-section-08 .v-pop .v-pop-close[data-v-bcd5bf91] {
  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-08 .v-pop .v-pop-close[data-v-bcd5bf91] {
    right: 7vw;
    right: calc(var(--vw, 1vw) * 7);
    top: 100px;
}
}