.cmp__ass-section-03[data-v-bf6b8ea6] {
  background: rgb(245, 245, 245);
  padding: calc(var(--rpx, 1px) * 110) 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-03[data-v-bf6b8ea6] {
    padding: calc(var(--rpx, 1px) * 64) 0;
}
}
.cmp__ass-section-03 .responsive__layout[data-v-bf6b8ea6] {
  text-align: center;
}
.cmp__ass-section-03 .cmp__ass-section-03-title[data-v-bf6b8ea6] {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: calc(var(--rpx, 1px) * 23);
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-03 .cmp__ass-section-03-title[data-v-bf6b8ea6] {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: rgba(13, 13, 13, 0.95);
    margin-bottom: calc(var(--rpx, 1px) * 12);
}
}
.cmp__ass-section-03 .cmp__ass-section-03-desc[data-v-bf6b8ea6] {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-03 .cmp__ass-section-03-desc[data-v-bf6b8ea6] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
}
}
.cmp__ass-section-03 .cards[data-v-bf6b8ea6] {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: calc(var(--rpx, 1px) * 8);
  margin-top: calc(var(--rpx, 1px) * 80);
  transform: scale(0.4);
  transform-origin: top;
  clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-03 .cards[data-v-bf6b8ea6] {
    flex-direction: column;
    margin-top: calc(var(--rpx, 1px) * 64);
    transform: scale(1);
    clip-path: unset;
}
}
.cmp__ass-section-03 .cards .card[data-v-bf6b8ea6] {
  border-radius: 8px;
  width: calc(25% - 6px);
  overflow: hidden;
  height: calc(var(--rpx, 1px) * 424);
  position: relative;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-03 .cards .card[data-v-bf6b8ea6] {
    width: 100%;
    height: calc(var(--rpx, 1px) * 271);
}
}
.cmp__ass-section-03 .cards .card[data-v-bf6b8ea6]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.44%, rgba(0, 0, 0, 0.8) 100%);
}
.cmp__ass-section-03 .cards .card .card-img[data-v-bf6b8ea6] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__ass-section-03 .cards .card .card-content[data-v-bf6b8ea6] {
  padding: calc(var(--rpx, 1px) * 22);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-03 .cards .card .card-content[data-v-bf6b8ea6] {
    padding: calc(var(--rpx, 1px) * 16);
}
}
.cmp__ass-section-03 .cards .card .card-content h3[data-v-bf6b8ea6] {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  color: rgb(255, 255, 255);
  margin-bottom: calc(var(--rpx, 1px) * 8);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-03 .cards .card .card-content h3[data-v-bf6b8ea6] {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: calc(var(--rpx, 1px) * 10);
}
}
.cmp__ass-section-03 .cards .card .card-content p[data-v-bf6b8ea6] {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-03 .cards .card .card-content p[data-v-bf6b8ea6] {
    font-size: 14px;
    line-height: 19.6px;
    color: rgba(255, 255, 255, 0.6);
}
}