.cmp__l01-section {
  padding: calc(var(--rpx, 1px) * 80) 0;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .cmp__l01-section {
    padding: 5.5555555556vw 0;
  }
  .cmp__l01-section .responsive__layout {
    max-width: 91.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__l01-section {
    padding: calc(var(--rpx, 1px) * 40) 0;
    background: rgb(246, 246, 246);
  }
}
.cmp__l01-section-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .cmp__l01-section-wrapper {
    display: flex;
    flex-direction: column-reverse;
    border-radius: 6px;
    overflow: hidden;
  }
}
.cmp__l01-section-l {
  width: calc(100% - var(--rpx, 1px) * 899);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: calc(var(--rpx, 1px) * 20);
}
@media screen and (min-width: 1441px) {
  .cmp__l01-section-l {
    width: calc(100% - 62.4305555556vw);
    padding-right: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__l01-section-l {
    width: auto;
    padding-right: 0;
    display: block;
    background: #fff;
    padding: calc(var(--rpx, 1px) * 24) calc(var(--rpx, 1px) * 16);
  }
}
.cmp__l01-section-l .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 24);
}
@media screen and (min-width: 1441px) {
  .cmp__l01-section-l .title {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__l01-section-l .title {
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: calc(var(--rpx, 1px) * 12);
  }
}
.cmp__l01-section-l .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
  .cmp__l01-section-l .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    color: rgba(0, 0, 0, 0.7);
  }
}
.cmp__l01-section-r {
  width: calc(var(--rpx, 1px) * 899);
  height: calc(var(--rpx, 1px) * 461);
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 1441px) {
  .cmp__l01-section-r {
    width: 62.4305555556vw;
    height: 32.0138888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cmp__l01-section-r {
    width: 100%;
    height: auto;
    aspect-ratio: 10/7;
    border-radius: 0;
  }
}
.cmp__l01-section-r .image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cmp__l01-section-r .image {
    height: 100%;
    border-radius: 0;
  }
}