.products-cate {
  padding: 30px 0;
}

.products-cate .title {
  margin-bottom: 13px;
}

.products-cate .sub-info {
  line-height: 1.8;
  margin-bottom: 20px;
}

.products-cate .sub-info>*:not(:last-child) {
  margin-bottom: 1.8em;
}

.products-cate .row {
  margin-bottom: -30px;
}

.products-cate .row>div {
  margin-bottom: 30px;
}

.products-cate .block {
  color: #fff;
  padding-bottom: 10%;
  position: relative;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.products-cate .block img {
  width: 100%;
  aspect-ratio: 352 / 352;
}

.products-cate .info-group {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 15px 20px;
  aspect-ratio: 352 / 352;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.products-cate .tit {
  text-align: left;
  margin-bottom: 20px;
}

.products-cate .btn {
  width: 114px;
  padding: 3px 10px;
  border-radius: 4px;
  color: var(--style-color);
  background: #fff;
}

@media (min-width: 1200px) {
  .products-cate {
    padding: 44px 0 60px;
  }

  .products-cate .sub-info {
    margin-bottom: 55px;
  }

  .products-cate .row {
    margin-bottom: -54px;
  }

  .products-cate .row>div {
    margin-bottom: 54px;
  }

  .products-cate .block {
    padding-bottom: 27.78%;
  }

  .products-cate .info-group {
    padding-bottom: 26px;
  }

  .products-cate .btn {
    transition: all .3s;
  }

  .products-cate .btn:hover {
    color: #fff;
    background: var(--style-color);
  }
}

@media (min-width: 1640px) {
  .products-cate {
    padding-bottom: 110px;
  }

  .products-cate .row {
    margin-left: -27px;
    margin-right: -27px;
  }

  .products-cate .row>div {
    padding: 0 27px;
  }

  .products-cate .info-group {
    padding-left: 30px;
    padding-right: 30px;
  }
}