.products-cate {
  padding: 30px 0;
}

.products-cate .title {
  margin-bottom: 15px;
}

.products-cate .item:not(:last-child) {
  margin-bottom: 30px;
}

.products-cate .img {
  display: block;
}

.products-cate .lt img {
  width: 100%;
  aspect-ratio: 960 / 550;
  box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.3);
}

.products-cate .rt {
  margin-top: 20px;
}

.products-cate .tit {
  margin-bottom: 10px;
}

.products-cate .info {
  max-height: 180px;
  font-size: 15px;
  line-height: 2;
}

.products-cate .btn {
  width: 180px;
  color: #fff;
  margin-top: 15px;
  border-radius: 0;
  padding: 7px 15px;
  background: var(--style-color);
}

@media (min-width: 992px) {
  .products-cate .item:not(:last-child) {
    margin-bottom: 0;
  }

  .products-cate .item .container {
    display: flex;
    align-items: center;
    padding: 0;
    max-width: 100%;
  }

  .products-cate .item:nth-child(even) .container {
    flex-direction: row-reverse;
  }

  .products-cate .item .container>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .products-cate .lt {
    position: relative;
  }

  .products-cate .lt::before {
    content: '';
    position: absolute;
    bottom: 30px;
    width: 80px;
    height: 150px;
    background: #FFCEAD;
    z-index: -1;
  }

  .products-cate .rt {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .products-cate .item:nth-child(odd) .lt::before {
    right: 0;
    transform: translateX(100%);
    border-radius: 0px 16px 16px 0px;
  }

  .products-cate .item:nth-child(odd) .rt {
    padding-left: 30px;
    padding-right: calc((100vw - 5px - 960px) / 2 + 15px);
  }

  .products-cate .item:nth-child(even) .lt::before {
    left: 0;
    transform: translateX(-100%);
    border-radius: 16px 0px 0px 16px;
  }

  .products-cate .item:nth-child(even) .rt {
    padding-left: calc((100vw - 5px - 960px) / 2 + 15px);
    padding-right: 30px;
  }

  .products-cate .info {
    max-height: 150px;
  }
}

@media (min-width: 1200px) {
  .products-cate {
    padding: 65px 0 60px;
  }

  .products-cate .title {
    margin-bottom: 46px;
  }

  .products-cate .lt::before {
    width: 100px;
    height: 250px;
    bottom: 60px;
  }

  .products-cate .item:nth-child(odd) .rt {
    padding-left: 45px;
    padding-right: calc((100vw - 5px - 1140px) / 2 + 15px);
  }

  .products-cate .item:nth-child(even) .rt {
    padding-left: calc((100vw - 5px - 1140px) / 2 + 15px);
    padding-right: 45px;
  }

  .products-cate .tit {
    margin-bottom: 21px;
  }

  .products-cate .info {
    max-height: 150px;
  }

  .products-cate .btn {
    width: 236px;
    margin-top: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 1440px) {
  .products-cate .item:nth-child(odd) .rt {
    padding-right: calc((100vw - 5px - 1400px) / 2 + 15px);
  }

  .products-cate .item:nth-child(even) .rt {
    padding-left: calc((100vw - 5px - 1400px) / 2 + 15px);
  }

  .products-cate .info {
    max-height: 210px;
  }
}

@media (min-width: 1640px) {
  .products-cate {
    padding-bottom: 100px;
  }

  .products-cate .rt {
    margin-bottom: 20px;
  }

  .products-cate .lt::before {
    width: 130px;
    height: 278px;
  }

  .products-cate .item:nth-child(odd) .rt {
    padding-left: 70px;
    padding-right: calc((100vw - 5px - 1600px) / 2 + 15px);
  }

  .products-cate .item:nth-child(even) .rt {
    padding-left: calc((100vw - 5px - 1600px) / 2 + 15px);
    padding-right: 70px;
  }

  .products-cate .btn {
    margin-top: 47px;
  }
}