.cmp-brand-market[data-v-6117fe15] {
  background: #F5F5F5;
}
.cmp-brand-market .cmp-market-title[data-v-6117fe15] {
  padding: 5.5555555556vw 0 3.3333333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "PingFang SC";
  font-style: normal;
}
.cmp-brand-market .cmp-market-title-main[data-v-6117fe15] {
  color: rgba(0, 0, 0, 0.95);
  font-size: 42px;
  font-weight: 500;
  line-height: 140%;
}
.cmp-brand-market .cmp-market-title-sub[data-v-6117fe15] {
  margin-top: 24px;
  color: rgba(0, 0, 0, 0.55);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  max-width: calc(var(--rpx, 1px) * 800);
}
@media screen and (max-width: 767px) {
.cmp-brand-market .cmp-market-title-main[data-v-6117fe15] {
    font-size: 28px;
}
.cmp-brand-market .cmp-market-title-sub[data-v-6117fe15] {
    margin-top: 12px;
    font-size: 14px;
}
}
.cmp-brand-market .cmp-market-content[data-v-6117fe15] {
  padding-bottom: calc(var(--rpx, 1px) * 100);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
.cmp-brand-market .cmp-market-content[data-v-6117fe15] {
    padding-bottom: calc(var(--rpx, 1px) * 64);
}
}
.cmp-brand-market .cmp-market-content img[data-v-6117fe15] {
  display: block;
  max-width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 991.98px) {
.cmp-brand-market .cmp-market-title[data-v-6117fe15] {
    align-items: flex-start;
}
.cmp-brand-market .cmp-market-title-sub[data-v-6117fe15] {
    text-align: left;
    max-width: 100%;
}
.cmp-brand-market .cmp-market-content img[data-v-6117fe15] {
    width: 100%;
    height: auto;
}
}