.category_banner {
  background: url(../img/pds-banner-100.jpg) no-repeat center / cover;
  position: relative;
}
.category_banner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/pas-mask2.svg) no-repeat center / cover;
}
.category_banner::after {
  content: '';
  display: block;
  width: 100%;
  height: 188px;
  position: absolute;
  left: 0;
  top: 88%;
  background: url(../img/pds-mask1.svg) no-repeat center / cover;
}
.category_banner .flex {
  padding: 50px 0;
  min-height: 620px;
  position: relative;
  z-index: 2;
}
.category_banner .head h1 {
  font-size: 55px;
  line-height: 70px;
  color: #fff;
  font-weight: 500;
}
.category_banner .head p {
  max-width: 647px;
  color: #fff;
  font-size: 17px;
  line-height: 34px;
  opacity: 0.6;
  font-weight: 300;
  margin-top: 20px;
}
.category_main {
  padding: 4rem 0 0;
}
.category_main .left {
  flex: 1;
  margin-right: 1.2rem;
  max-width: 267px;
}
.category_main .left .widget strong {
  display: block;
  font-size: 36px;
  font-weight: 900;
  line-height: 55px;
  color: var(--a_color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 1rem;
}
.category_main .left .widget strong::after {
  content: '';
  display: block;
  width: 22.5%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--theme_color);
}
.category_main .left .widget .terms > li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 0 10px;
  margin-bottom: 10px;
}
.category_main .left .widget .terms > li:first-child {
  margin-top: 10px;
}
.category_main .left .widget .terms > li a {
  font-size: 17px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s;
}

.category_main .left .widget .terms > li a:hover {
  color: var(--theme_color);
}
.category_main .left .widget .terms > li.has_childs::after {
  content: '';
  display: block;
  min-width: 13px;
  height: 7px;
  background: url(../img/select.svg) no-repeat center / contain;
  transition: all 0.3s;
}

.category_main .left .widget .terms > li.active a{
  color: var(--theme_color);

}
.category_main .left .widget .terms > li.active::after {
  transform: rotate(180deg);
}
.category_main .left .widget .terms .childrenTerms {
  display: none;
  padding-bottom: 22px;
}
.category_main .left .widget .terms .childrenTerms li {
  margin-bottom: 19px;
  color: #545454;
  line-height: 22px;
  padding-left: 24px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.category_main .left .widget .terms .childrenTerms li:hover {
  color: var(--theme_color);
}
.category_main .left .widget .terms .childrenTerms li::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  background: url(../img/gou-w.svg) no-repeat center / 80%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 4px;
  transition: all 0.3s;
}
.category_main .left .widget .terms .childrenTerms li:last-child {
  margin-bottom: 0;
}
.category_main .left .widget .terms .childrenTerms li.active::before {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
}
.category_main .right {
  width: 74.836%;
}
.category_main .right .intro h2 {
  color: var(--a_color);
  font-size: 36px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 22px;
}
.category_main .right .intro p {
  color: var(--content_color);
  line-height: 28px;
}
.category_main .right .breadcrumbs {
  margin-top: 82px;
}
.category_main .right .breadcrumbs span {
  color: #777a7c;
}
.category_main .right .breadcrumbs span span a {
  color: #333333;
  transition: all 0.3s;
}
.category_main .right .breadcrumbs span span a:hover {
  color: #000333 !important;
}
.category_main .right .breadcrumbs span span:first-child a {
  color: #777a7c;
}
.category_main .right .breadcrumbs span span:last-child a {
  color: #000333;
}
.category_main .right .main {
  margin-top: 2rem;
}
.category_main .right .main ul li {
  margin-bottom: 2rem;
}
.category_main .right .main ul li:last-child {
  margin-bottom: 0;
}
.category_main .right .main ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 24px 26px;
}
.category_main .right .main ul li a:hover img {
  transform: scale(1.05);
}
.category_main .right .main ul li a:hover .info .button {
  background-color: transparent;
  color: var(--theme_color);
}
.category_main .right .main ul li .img {
  width: 35.7843%;
  padding-bottom: 29.117647%;
  position: relative;
}
.category_main .right .main ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.category_main .right .main ul li .info {
  flex: 1;
  padding-left: 1rem;
  padding-top: 34px;
}
.category_main .right .main ul li .info span {
  font-size: 14px;
  color: var(--theme_color);
}
.category_main .right .main ul li .info h3 {
  color: var(--title_color);
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  margin: 8px 0 15px;
}
.category_main .right .main ul li .info p {
  color: var(--content_color);
  line-height: 28px;
  max-width: 508px;
}
.category_main .right .main ul li .info .button {
  display: block;
  width: max-content;
  font-weight: normal;
  font-size: 18px;
  padding: 10px 95.5px;
  margin: 36px 0 0 auto;
}
