.runfeng_case_hots {
  padding: var(--content-gap) 0;
}

.runfeng_case_hots_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.runfeng_case_hots_title {
  font-family: var(--title-font-family);
  font-size: var(--title-size-h1);
  font-weight: 700;
  line-height: 1.52;
}

@media (min-width: 1200px) {
    .runfeng_goods_hots_info {
        max-width: 60%;
    }
}

@media (min-width: 1500px) {
    .runfeng_goods_hots_info {
        max-width: 50%;
    }
}

.runfeng_case_hots_mobile_list {
  margin-top: calc(var(--text-gap-lg) * 2);
  display: flex;
  flex-wrap: wrap;
  gap: var(--text-gap-md);
}

.runfeng_case_hots_mobile_item {
  position: relative;
}

.runfeng_case_hots_mobile_item:nth-child(4n + 1) {
  width: calc(59.73% - var(--text-gap-md)/2);
  aspect-ratio: 84 / 46;
}

.runfeng_case_hots_mobile_item:nth-child(4n + 2) {
  width: calc(40.27% - var(--text-gap-md)/2);
  aspect-ratio: 56 / 46;
}

.runfeng_case_hots_mobile_item:nth-child(4n + 3) {
  width: calc(40.27% - var(--text-gap-md)/2);
  aspect-ratio: 56 / 46;
}

.runfeng_case_hots_mobile_item:nth-child(4n) {
  width: calc(59.73% - var(--text-gap-md)/2);
  aspect-ratio: 84 / 46;
}

.runfeng_case_hots_mobile_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.runfeng_case_hots_mobile_item_content_title {
  width: calc(100% - var(--text-gap) * 2);
  color: #FFF;
  font-size: var(--title-size-h5);
  font-weight: 700;
  line-height: 1.54;
  font-family: var(--title-font-family);
  position: absolute;
  bottom: var(--text-gap-md);
  left: var(--text-gap);
  height: calc(var(--title-size-h5) * 1.54);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.runfeng_case_hots_bg_box {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 77.28%, rgba(0, 0, 0, 0.40) 97.5%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 992px) {
  .runfeng_case_hots_mobile_item:nth-child(4n + 1) {
    width: 100%;
  }

  .runfeng_case_hots_mobile_item:nth-child(4n + 2) {
    width: calc(50% - var(--text-gap-md)/2);
  }

  .runfeng_case_hots_mobile_item:nth-child(4n + 3) {
    width: calc(50% - var(--text-gap-md)/2);
  }

  .runfeng_case_hots_mobile_item:nth-child(4n) {
    width: 100%;
  }
}