.cmp__brand-section-10 {
  background: rgb(245, 245, 245);
}
.cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-header {
  text-align: center;
  padding: calc(var(--rpx, 1px) * 100) 0 calc(var(--rpx, 1px) * 44);
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-header {
    padding: calc(var(--rpx, 1px) * 48) 0 calc(var(--rpx, 1px) * 24);
    text-align: left;
  }
}
.cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-header .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 44.8px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 12);
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-header .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: rgba(13, 13, 13, 0.95);
  }
}
.cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-header .subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-header .subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
  }
}
.cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-container {
  padding: calc(var(--rpx, 1px) * 60) 0 calc(var(--rpx, 1px) * 82);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-container {
    padding: 0 0 calc(var(--rpx, 1px) * 48);
  }
}
.cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-container .cmp__brand-section-10-img {
  width: calc(var(--rpx, 1px) * 697);
  height: calc(var(--rpx, 1px) * 512);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-container .cmp__brand-section-10-img {
    width: 100%;
    height: calc(var(--rpx, 1px) * 253);
  }
}
.cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-container .cmp__brand-section-10-img picture {
  display: block;
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-container .cmp__brand-section-10-img picture {
    display: unset;
  }
}
.cmp__brand-section-10 .responsive__layout .cmp__brand-section-10-container .cmp__brand-section-10-img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__brand-section-10 .responsive__layout .content {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 0 calc(var(--rpx, 1px) * 120);
}
@media screen and (max-width: 1023.98px) {
  .cmp__brand-section-10 .responsive__layout .content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-10 .responsive__layout .content {
    position: relative;
    inset: unset;
  }
}
.cmp__brand-section-10 .responsive__layout .content .text-wrapper {
  max-width: 320px;
  width: calc(var(--rpx, 1px) * 320);
  position: relative;
  padding-top: calc(var(--rpx, 1px) * 12);
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-10 .responsive__layout .content .text-wrapper:not(:last-child) {
    padding-bottom: calc(var(--rpx, 1px) * 24);
  }
}
.cmp__brand-section-10 .responsive__layout .content .text-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  transition: width 1s linear;
}
.cmp__brand-section-10 .responsive__layout .content .text-wrapper.active::after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-10 .responsive__layout .content .text-wrapper {
    position: relative !important;
    max-width: none;
    width: 100%;
    inset: unset !important;
  }
}
.cmp__brand-section-10 .responsive__layout .content .text-wrapper:nth-child(1) {
  position: absolute;
  top: calc(var(--rpx, 1px) * 60);
}
.cmp__brand-section-10 .responsive__layout .content .text-wrapper:nth-child(2) {
  position: absolute;
  right: 0;
  top: calc(var(--rpx, 1px) * 250);
}
.cmp__brand-section-10 .responsive__layout .content .text-wrapper:nth-child(3) {
  position: absolute;
  left: calc(var(--rpx, 1px) * 120);
  bottom: calc(var(--rpx, 1px) * 110);
}
.cmp__brand-section-10 .responsive__layout .content .text-wrapper h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 8);
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-10 .responsive__layout .content .text-wrapper h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
  }
}
.cmp__brand-section-10 .responsive__layout .content .text-wrapper p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-10 .responsive__layout .content .text-wrapper p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
}