.runfeng_solution_matching {
  padding: var(--content-gap) 0;
  background-color: var(--color-primary);
}

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

.runfeng_solution_matching_title {
  color: #fff;
  font-size: var(--title-size-h1);
  font-weight: 700;
  line-height: 1.52;
  flex: 1;
}

.runfeng_solution_matching_list {
  margin-top: calc(var(--text-gap-lg) * 2);
  padding-bottom: 60px !important;
}


.runfeng_solution_matching_item {
  border: 2px solid #E1E1E1;
  background: #F8F8F8;
  position: relative;
  padding: 20px;
}

.runfeng_solution_matching_item .runfeng_solution_matching_item_icon {
  position: absolute;
  top: 34px;
  left: 34px;
  z-index: 999;
}

.runfeng_solution_matching_item_pic_list {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #E1E1E1;
  background: #FDFDFD;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.runfeng_solution_matching_item_pic_list svg {
  width: 63.8%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.runfeng_solution_matching_item_pic_list img {
  position: absolute;
}

.runfeng_solution_matching_item_title {
  color: var(--title-text-color);
  font-size: var(--text-flag-size);
  font-weight: 700;
  line-height: 1.5;

  margin-top: 20px;
}

.runfeng_solution_matching .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.20);
}

.runfeng_solution_matching .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}

.runfeng_solution_matching .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}

@media screen and (max-width: 1280px) {
  .runfeng_solution_matching_item .runfeng_solution_matching_item_icon {
    width: 40px;
    height: 40px;
    top: 24px;
    left: 24px;
  }
}

@media screen and (max-width: 576px) {
  .runfeng_solution_matching_item .runfeng_solution_matching_item_icon {
    width: 32px;
    height: 32px;
  }
}