
.cmp__brand-section-05 .brand-section-05-content .container .info-list .b{
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
  color: rgba($color: #000000, $alpha: 1);
  font-style: initial;
@media screen and (max-width: 768px) {
    font-size: 54px;
    font-weight: 400;
    line-height: 54px;
}
}
.cmp__brand-section-05 .brand-section-05-content .container .info-list .add{
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  color: rgba($color: #000000, $alpha: 1);
  font-style: initial;
@media screen and (max-width: 768px) {
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
}
}
.cmp__brand-section-05[data-v-fdcb102a] {
  background-color: #fff;
  padding: calc(var(--rpx, 1px) * 80) 0 calc(var(--rpx, 1px) * 156);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05[data-v-fdcb102a] {
    padding: calc(var(--rpx, 1px) * 64) 0;
}
}
.cmp__brand-section-05 .brand-section-05-header[data-v-fdcb102a] {
  display: flex;
  justify-content: space-between;
  gap: calc(var(--rpx, 1px) * 20);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-header[data-v-fdcb102a] {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(var(--rpx, 1px) * 18);
}
}
.cmp__brand-section-05 .brand-section-05-header h2[data-v-fdcb102a] {
  flex: 496;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-header h2[data-v-fdcb102a] {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: rgba(13, 13, 13, 0.95);
}
}
.cmp__brand-section-05 .brand-section-05-header p[data-v-fdcb102a] {
  flex: 816;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-header p[data-v-fdcb102a] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
}
.cmp__brand-section-05 .brand-section-05-content[data-v-fdcb102a] {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-content[data-v-fdcb102a] {
    display: block;
}
}
.cmp__brand-section-05 .brand-section-05-content .placeholder[data-v-fdcb102a] {
  flex: 496;
}
.cmp__brand-section-05 .brand-section-05-content .container[data-v-fdcb102a] {
  flex: 816;
  margin-top: calc(var(--rpx, 1px) * 32);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-content .container[data-v-fdcb102a] {
    display: flex;
    flex-direction: column;
    margin-top: calc(var(--rpx, 1px) * 42);
}
}
.cmp__brand-section-05 .brand-section-05-content .video-container[data-v-fdcb102a] {
  position: relative;
  height: calc(var(--rpx, 1px) * 422);
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-content .video-container[data-v-fdcb102a] {
    order: 1;
    margin-top: 7px;
    height: calc(var(--rpx, 1px) * 210);
}
}
.cmp__brand-section-05 .brand-section-05-content .video-container .video-player[data-v-fdcb102a] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmp__brand-section-05 .brand-section-05-content .video-container .video-play[data-v-fdcb102a] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.cmp__brand-section-05 .brand-section-05-content .video-container .video-play img[data-v-fdcb102a] {
  width: calc(var(--rpx, 1px) * 98);
  height: calc(var(--rpx, 1px) * 98);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-content .video-container .video-play img[data-v-fdcb102a] {
    width: calc(var(--rpx, 1px) * 66);
    height: calc(var(--rpx, 1px) * 66);
}
}
.cmp__brand-section-05 .brand-section-05-content .video-container-none[data-v-fdcb102a] {
  display: none;
}
.cmp__brand-section-05 .brand-section-05-content .info-list[data-v-fdcb102a] {
  margin-top: calc(var(--rpx, 1px) * 54);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-content .info-list[data-v-fdcb102a] {
    order: 0;
    margin-top: 0;
}
}
.cmp__brand-section-05 .brand-section-05-content .info-list .item[data-v-fdcb102a] {
  padding: calc(var(--rpx, 1px) * 24) 0 calc(var(--rpx, 1px) * 36);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
.cmp__brand-section-05 .brand-section-05-content .info-list .item[data-v-fdcb102a]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 0;
  transition: all 0.5s linear;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-content .info-list .item[data-v-fdcb102a]::after {
    width: 100%;
}
}
.cmp__brand-section-05 .brand-section-05-content .info-list .item.active[data-v-fdcb102a]::after {
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-content .info-list .item[data-v-fdcb102a] {
    padding: calc(var(--rpx, 1px) * 16) 0 calc(var(--rpx, 1px) * 25);
}
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-content .info-list .item p span[data-v-fdcb102a] {
    opacity: 1 !important;
}
}
.cmp__brand-section-05 .brand-section-05-content .info-list .item p[data-v-fdcb102a]:first-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: black;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-content .info-list .item p[data-v-fdcb102a]:first-child {
    width: 126px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
}
.cmp__brand-section-05 .brand-section-05-content .info-list .item p[data-v-fdcb102a]:last-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: black;
  width: 210px;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-content .info-list .item p[data-v-fdcb102a]:last-child {
    width: 129px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
}
.cmp__brand-section-05 .brand-section-05-content .info-list .item p:last-child .b[data-v-fdcb102a] {
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
  color: black;
  font-style: initial;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-content .info-list .item p:last-child .b[data-v-fdcb102a] {
    font-size: 54px;
    font-weight: 400;
    line-height: 54px;
}
}
.cmp__brand-section-05 .brand-section-05-content .info-list .item p:last-child .add[data-v-fdcb102a] {
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  color: black;
  font-style: initial;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .brand-section-05-content .info-list .item p:last-child .add[data-v-fdcb102a] {
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
}
}
.cmp__brand-section-05 .v-pop[data-v-fdcb102a] {
  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-05 .v-pop.show[data-v-fdcb102a] {
  transform: translateY(0);
}
.cmp__brand-section-05 .v-pop .v-pop-container[data-v-fdcb102a] {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: #201f1c;
}
.cmp__brand-section-05 .v-pop .v-pop-container .v-pop-wrapper[data-v-fdcb102a] {
  width: 75vw;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-05 .v-pop .v-pop-container .v-pop-wrapper[data-v-fdcb102a] {
    width: 86.67vw;
}
}
.cmp__brand-section-05 .v-pop .v-pop-container .v-pop-wrapper .v-pop-video-player[data-v-fdcb102a] {
  height: 100%;
  max-height: 75vh;
  outline: none;
  width: 100%;
}
.cmp__brand-section-05 .v-pop .v-pop-close[data-v-fdcb102a] {
  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-05 .v-pop .v-pop-close[data-v-fdcb102a] {
    right: 7vw;
    right: calc(var(--vw, 1vw) * 7);
    top: 100px;
}
}