.products {
  padding: 30px 0;
}

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

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

/* 左边 */
.products .lt-nav {
  width: 100%;
  margin-bottom: 20px;
}

.products .form-wrap {
  height: 45px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--style-color);
  display: flex;
  justify-content: space-between;
}

.products .form-wrap input {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 35px;
}

.products .form-wrap button {
  width: 92px;
  flex-shrink: 0;
  color: #fff;
  font-size: 28px;
  border-radius: 26px;
  border: none;
  background: var(--style-color);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.products .form-wrap button i {
  font-size: inherit;
}

.products .form-control::-webkit-input-placeholder {
  color: #999;
}

.products .form-control:-moz-placeholder {
  color: #999;
}

.products .form-control::-moz-placeholder {
  color: #999;
}

.products .form-control:-ms-input-placeholder {
  color: #999;
}

.products .top-group {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #707070;
}

.products .nav-title {
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}

.products #category {
  border: none;
  box-shadow: none;
  background: none;
  margin-left: 20px;
}

.products #category i {
  margin-right: 5px;
}

.products .pdt-nav {
  margin-top: 10px;
}

.products .nav-open {
  font-weight: bold;
  transition: all .3s;
}

.products .nav-open.drop {
  color: #fff;
  background: var(--style-color);
}

.products .nav-open a {
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
}

/* 右边 */
.products .row {
  margin-bottom: -30px;
}

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

.products .block {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.products .scale-img {
  width: 100%;
  height: auto;
  aspect-ratio: 310 / 310;
}

.products .scale-img img {
  width: 100%;
  height: 100%;
}

.products .info-group {
  flex: 1;
  padding: 20px 14px;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}

.products .tit {
  font-weight: bold;
  margin-bottom: 15px;
}

.products .info {
  line-height: 1.8;
}

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

  .products .title-wrapper {
    margin-bottom: 26px;
  }

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

  .products .pdt-group {
    display: flex;
  }

  .products .lt-nav {
    width: 286px;
    margin-bottom: 0;
  }

  .products .top-group {
    margin-top: 30px;
    padding-top: 44px;
    padding-bottom: 43px;
  }

  .products .nav-title {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 17px;
  }

  .products #category {
    display: none;
  }

  .products .form-wrap {
    height: 52px;
  }

  .products .form-wrap input {
    padding-left: 30px;
  }

  .products .pdt-nav {
    margin-top: 0;
  }

  .products .nav-open a {
    padding: 13px 30px;
  }

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

  .products .rt-content {
    flex: 1;
    padding-left: 30px;
  }

  .products .row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -60px;
  }

  .products .row>div {
    padding: 0 20px;
    margin-bottom: 60px;
  }

  .products .info-group {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .products .tit:hover {
    color: var(--style-color);
  }
}

@media (min-width: 1440px) {
  .products {
    padding-top: 108px;
    padding-bottom: 110px;
  }

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

  .products .rt-content {
    padding-left: 55px;
  }

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

  .products .row>div {
    padding: 0 25px;
  }
}