.case-container .case-content {
  max-width: 14rem;
  width: 100%;
  margin: auto;
}

.case-container .case-content .row>div {
  margin-bottom: 30px;
}


.case-img {
  max-width: 7rem;
  width: 100%;
}

.case-desc h3 {
  font-size: 0.24rem;
  font-family: 'Inter-Medium';
  margin: .3rem 0 .16rem;
  -webkit-line-clamp: 1;
}

.case-desc .where {
  align-items: center;
}


.case-desc .where p:first-child {
  margin-right: .3rem;
}




/* 推荐产品 */
.recommmeded-products {
  margin-top: 0.7rem;
  padding: 1rem 0 0.6rem;
  background: #eaefef50;
}

.recommmeded-products .title {
  margin-bottom: 0.5rem;
}


.recommended-products-swiper {
  padding-bottom: 40px;
}

.products-item {
  height: 100%;
  padding: .3rem .3rem .36rem;
  border: 3px solid #eaefef;
  transition: all 0.4s;
}

.products-img {
  display: flex;
  justify-content: center;
  transition: all 0.4s;
}

.products-type {
  margin: 16px 0;
  color: #084A91;
}

.products-title {
  color: #242e2e;
  font-family: 'Inter-Medium';
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.products-item:hover {
  border-color: #084A91;
  transition: all 0.4s;
}

.products-item:hover .products-img {
  opacity: 0.5;
  transition: all 0.4s;
}



@media (max-width: 767px) {
  .case-img {
    max-width: 100%;
  }

  .recommmeded-products {
    margin-top: 0.3rem;
    padding: 0.8rem 0  0.4rem;
    background: #eaefef50;
}

}