/*
    适配样式
*/
@media (max-width: 992px) {
  div.productsBox {
    flex-direction: column;
    padding: 0;
  }

  div.productsBox .productsType .min-box {
    display: block !important;
    line-height: 5.125rem;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6eb;
    border-radius: .25rem;
    border: 0;
    padding-left: 0;
    margin-bottom: 0;
    width: unset;
    height: unset;
  }

  div.productsBox .productsType .min-box span {
    padding: 0 5.12rem;
    font-size: 4.8rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #17171A;
    line-height: 6.72rem;
  }

  div.productsBox .productsType ul .min-box.active span {
    color: #90d12e;
  }

  div.productsBox .productsType .max-box {
    display: none !important;
  }

  div.productsBox .productsType {
    margin-right: 0;
    top: 12.16rem;
    height: 16.96rem;
    width: unset;
    background-color: #f7f7fa;
    z-index: 9;
  }

  div.productsBox .productsType ul {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #f7f7fa;
  }

  div.productsBox .productsType ul li {
    border: 0;
    padding-left: 0;
    margin-bottom: 0;
    width: unset;
    height: unset;
  }

  div.productsBox .productsType ul li:hover {
    background-color: unset;
  }

  div.productsBox .productsType ul li span {
    padding: 0 5.12rem;
    font-size: 4.8rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #17171A;
    line-height: 6.72rem;
  }

  .productsBox .productsList ul {
    justify-content: space-between;
  }

  .productsBox .productsList ul li {
    margin-right: 0;
  }

  /* .productsBox .productsList ul li:nth-child(3n) {
    margin-right: 5.44rem;
  } */

  /* .productsBox .productsList ul li:nth-child(2n) {
    margin-right: 0;
  } */

  div.productsBox .productsList {
    padding: 0;
    background-color: #f7f7fa;
  }

  div.productsBox .productsList>div {
    margin-top: 0 !important;
    padding: 6.4rem 6.08rem;
    margin-bottom: 6.4rem;
    border-radius: 3.2rem;
    background-color: #ffffff;
  }

  div.productsBox .productsList .title {
    margin-bottom: 5.12rem;
    font-size: 5.44rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    color: #17171A;
    line-height: 7.68rem;
  }

  div.productsBox .productsList ul li .contant_item_img {
    width: 51.2rem;
    height: 51.2rem;
    border-radius: 3.2rem;
  }

  div.productsBox .productsList ul li img {
    width: 41.6rem;
    height: 41.6rem;
  }

  div.productsBox .productsList ul li .productsName {
    margin-top: 5.12rem;
    margin-bottom: 6.4rem;
    font-size: 4.48rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #323238;
    line-height: 6.4rem;
  }

  div.productsBox .productsList ul li .productsName span {
    display: none;
  }
}