.cmp__card[data-v-97c060a8] {
  background: rgb(247, 247, 247);
  padding: calc(var(--rpx, 1px) * 97) 0;
}
@media screen and (max-width: 767px) {
.cmp__card[data-v-97c060a8] {
    padding: calc(var(--rpx, 1px) * 48) 0;
}
}
.cmp__card .cards[data-v-97c060a8] {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 767px) {
.cmp__card .cards[data-v-97c060a8] {
    display: block;
}
}
.cmp__card .cards .card[data-v-97c060a8] {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__card .cards .card[data-v-97c060a8] {
    max-width: none;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}
.cmp__card .cards .card[data-v-97c060a8]:not(:last-child) {
    margin-bottom: 6px;
}
}
.cmp__card .cards .card.view .img-wrapper img[data-v-97c060a8] {
  clip-path: inset(0 0 0 0);
  transform: scale(1);
}
.cmp__card .cards .card .img-wrapper[data-v-97c060a8] {
  width: 100%;
  height: calc(var(--rpx, 1px) * 426);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.cmp__card .cards .card .img-wrapper[data-v-97c060a8] {
    order: 1;
    height: calc(var(--rpx, 1px) * 202);
}
}
.cmp__card .cards .card .img-wrapper img[data-v-97c060a8] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  transition: all 1s cubic-bezier(0.5, 0, 0, 0.75);
  clip-path: inset(0 0 100% 0);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
.cmp__card .cards .card .img-wrapper img[data-v-97c060a8] {
    border-radius: 0;
    height: calc(var(--rpx, 1px) * 202);
    clip-path: unset;
    transform: scale(1);
}
}
@media screen and (max-width: 767px) {
.cmp__card .cards .card .content[data-v-97c060a8] {
    order: 0;
    background: rgb(255, 255, 255);
    padding: calc(var(--rpx, 1px) * 32) calc(var(--rpx, 1px) * 16);
}
}
.cmp__card .cards .card .content .title[data-v-97c060a8] {
  margin: 12px 0 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
.cmp__card .cards .card .content .title[data-v-97c060a8] {
    margin: 0 0 6px;
}
}
.cmp__card .cards .card .content .desc[data-v-97c060a8] {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.55);
}