.products_banner {
  overflow: hidden;
  padding-bottom: 3.125rem;
}
.products_banner .products_banner_box {
  padding: 7.5rem 0 8.4375rem;
  background: url(../img/products-banner-bg.jpg) no-repeat center / cover;
}
.products_banner .head {
  width: 32%;
}
.products_banner .head strong {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  display: block;
  padding-top: 1.25rem;
}
.search .products_banner .head {
  width: 49%;
}
.products_banner .head p {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  padding-top: 1.125rem;
  line-height: 1.8125rem;
}
.products_banner img {
  position: absolute;
  top: -8.4375rem;
  left: 30%;
  transform: translateX(-5.9375rem);
  max-width: max-content;
}
.products_main {
  padding: 3rem 0;
}
.products_main .sidebar {
  width: 15.9375rem;
  margin-right: 3.125rem;
}
.products_main .sidebar .sytech_filter strong {
  color: #1d1d1d;
  font-size: 1.625rem;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 1.875rem;
}
.products_main .sidebar .sytech_filter strong::after {
  content: "";
  display: block;
  width: 3.4375rem;
  height: 2px;
  background-color: var(--theme_color);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.products_main .sidebar .sytech_filter .terms > li {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  color: #727272;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.products_main .sidebar .sytech_filter .terms > li:first-child {
  margin-top: 2rem;
}
.products_main .sidebar .sytech_filter .terms > li.active {
  color: var(--theme_color);
}
.products_main .sidebar .sytech_filter .terms > li.active::after {
  transform: rotate(180deg);
  background-image: url(../img/select.svg);
}
.products_main .sidebar .sytech_filter .terms > li:first-child::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.375rem;
  background: url(../img/select-b.svg) no-repeat center / contain;
  position: absolute;
  top: 10px;
  right: 0;
  transition: all 0.3s;
}
.products_main .sidebar .sytech_filter .terms .childrenTerm {
  display: none;
}
.products_main .sidebar .sytech_filter .terms .childrenTerm li {
  color: #727272;
  font-size: 1rem;
  padding-left: 2rem;
  position: relative;
  margin-top: 1rem;
  cursor: pointer;
}
.products_main .sidebar .sytech_filter .terms li.active .childrenTerm {
  display: block;
}
.products_main .sidebar .sytech_filter .terms .childrenTerm li.active {
  color: var(--theme_color);
}
.products_main .sidebar .sytech_filter .terms .childrenTerm li.active::before {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
}
.products_main .sidebar .sytech_filter .terms .childrenTerm li::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/gou-w.svg) no-repeat center / contain;
  position: absolute;
  top: 7px;
  left: 3px;
}
.products_main .right {
  flex: 1;
  position: relative;
}
.products_main .right .head h1 {
  font-size: 1.875rem;
  font-weight: 600;
  color: #1d1d1d;
  padding-top: 0;
}
.products_main .right .head p {
  font-size: 1rem;
  color: #6d6d6d;
  line-height: 1.875rem;
  padding: 1rem 0 2.8125rem;
}
.products_main .right .breadcrumbs {
  padding-top: 2.5rem;
}
.products_main .right .breadcrumbs span span {
  font-size: 1rem;
  color: #777a7c;
}
.products_main .right .breadcrumbs span span:last-child a {
  color: var(--title_color);
}
.products_main .right .breadcrumbs span span a {
  font-size: 1rem;
  color: #777a7c;
}
.products_main .right .products {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.875rem 0.9375rem;
}
.products_main .right .products li {
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.products_main .right .products li:hover .img img {
  transform: scale(1.1);
}
.products_main .right .products li .img {
  width: 100%;
  height: 17.8125rem;
  padding: 3.125rem 30px 1.5625rem;
  overflow: hidden;
}
.products_main .right .products li .img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products_main .right .products li .info {
  padding: 0.3125rem 1.5625rem 1.5625rem;
}
.products_main .right .products li .info span {
  color: var(--theme_color);
  font-size: 0.7075rem;
}
.products_main .right .products li .info h3 {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #1d1d1d;
  margin: 0.375rem 0 0.5rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products_main .right .products li .info p {
  min-height: 3.75rem;
  color: gray;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products_main .right .products li .info strong {
  font-weight: 500;
  font-size: 0.9375rem;
  margin-top: 1rem;
  display: block;
  height: 2.5rem;
  line-height: 2.375rem;
  text-align: center;
  background-color: var(--theme_color);
  transition: all 0.3s;
  border: 1px solid var(--theme_color);
  color: #fff;
  border-radius: 3px;
}
.products_main .right .products li .info strong:hover {
  color: var(--theme_color);
  background-color: transparent;
}

@media screen and (max-width: 786px) {
  .products_banner {
    padding: 0;
  }
  .products_banner .products_banner_box {
    padding: 3rem 0;
  }
  .products_banner .head {
    width: 100%;
  }
  .products_banner img {
    display: none;
  }
  .products_banner .head strong {
    font-size: 1.75rem;
  }
}
