.products-cate {
  padding-top: 30px;
}

.products-cate .title {
  margin-bottom: 20px;
}

.products-cate .item {
  padding: 30px 0;
}

.products-cate .item:nth-child(odd) {
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
}

.products-cate .item:nth-child(even) {
  background: #F1F1F1;
}

.products-cate .lt {
  margin-bottom: 20px;
}

.products-cate .tit {
  text-align: left;
  margin-bottom: 10px;
}

.products-cate .info {
  max-height: 231px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.products-cate .btn {
  width: 169px;
  color: #fff;
  border-radius: 26px;
  background: var(--style-color);
}

.products-cate .btn i {
  margin-left: 5px;
}

@media (min-width: 992px) {
  .products-cate .item .container {
    display: flex;
    align-items: center;
  }

  .products-cate .item:nth-child(even) .container {
    flex-direction: row-reverse;
  }

  .products-cate .lt {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }

  .products-cate .item:nth-child(odd) .lt {
    padding-right: 40px;
  }

  .products-cate .item:nth-child(even) .lt {
    padding-left: 40px;
  }

  .products-cate .rt {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .products-cate {
    padding-top: 53px;
  }

  .products-cate .title {
    margin-bottom: 40px;
  }

  .products-cate .item {
    padding: 40px 0;
  }

  .products-cate .tit {
    margin-bottom: 22px;
  }

  .products-cate .tit:hover {
    color: var(--style-color);
  }

  .products-cate .info {
    max-height: 288px;
    margin-bottom: 29px;
  }

  .products-cate .btn {
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .products-cate .title {
    margin-bottom: 54px;
  }
}