.cmp__ass-section-04[data-v-ea44e04c] {
  overflow: hidden;
  padding: calc(var(--rpx, 1px) * 80) 0;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-04[data-v-ea44e04c] {
    padding: calc(var(--rpx, 1px) * 64) 0;
}
}
.cmp__ass-section-04-title[data-v-ea44e04c] {
  color: rgba(0, 0, 0, 0.95);
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-04-title[data-v-ea44e04c] {
    color: hsla(0, 0%, 5%, 0.95);
    font-size: 24px;
    font-weight: 500;
    line-height: 2.1pc;
    text-align: center;
}
}
.cmp__ass-section-04-cards[data-v-ea44e04c] {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: calc(var(--rpx, 1px) * 60);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-04-cards[data-v-ea44e04c] {
    flex-direction: column;
    gap: calc(var(--rpx, 1px) * 36);
    margin-top: calc(var(--rpx, 1px) * 64);
}
}
.cmp__ass-section-04-card[data-v-ea44e04c] {
  flex: 0 1 287.5px;
  height: calc(var(--rpx, 1px) * 512);
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-04-card[data-v-ea44e04c] {
    flex: 0 1 100%;
    height: auto;
}
}
.cmp__ass-section-04-card.active[data-v-ea44e04c] {
  flex: 0 1 721px;
}
.cmp__ass-section-04-card.active .description[data-v-ea44e04c] {
  height: auto;
  max-height: 75pt;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-04-card.active[data-v-ea44e04c] {
    flex: 0 1 100%;
}
}
.cmp__ass-section-04-card picture[data-v-ea44e04c] {
  border-radius: 8px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cmp__ass-section-04-card picture[data-v-ea44e04c]:after {
  background: linear-gradient(180deg, transparent 63.77%, rgba(0, 0, 0, 0.6) 96.29%);
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.cmp__ass-section-04-card .image[data-v-ea44e04c] {
  display: block;
  height: calc(var(--rpx, 1px) * 512);
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  position: absolute;
  transform: translateX(-50%);
  width: calc(var(--rpx, 1px) * 721);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-04-card .image[data-v-ea44e04c] {
    height: calc(var(--rpx, 1px) * 210);
    position: unset;
    transform: unset;
    width: 100%;
}
}
.cmp__ass-section-04-card-content[data-v-ea44e04c] {
  bottom: 0;
  left: 0;
  padding: calc(var(--rpx, 1px) * 24);
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-04-card-content[data-v-ea44e04c] {
    padding: calc(var(--rpx, 1px) * 20) 0 0 0;
    position: static;
}
}
.cmp__ass-section-04-card-content .title[data-v-ea44e04c] {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-04-card-content .title[data-v-ea44e04c] {
    color: rgba(0, 0, 0, 0.95);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 18px;
}
}
.cmp__ass-section-04-card-content .description[data-v-ea44e04c] {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1pc;
  font-weight: 500;
  height: 0;
  line-height: 24px;
  margin-top: calc(var(--rpx, 1px) * 10);
  max-height: 0;
  overflow: hidden;
  transition: all 2s;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-04-card-content .description[data-v-ea44e04c] {
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 21px;
    max-height: none;
    overflow: visible;
}
}