* {
  margin: 0;
  padding: 0;
}
button {
  border: none;
  outline: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}
body {
  background: #F4F4F4;
  padding-top: 1.7rem;
}
.bread_nav {
  background: transparent;
  height: auto;
  padding-top: 0.42rem;
}
.product_index {
  padding: 0.24rem 0 0.7rem;
}
.product_index > .main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 0.28rem;
}
.product_side {
  width: 4rem;
  flex: 0 0 4rem;
  padding: 0.25rem 0.25rem 0.5rem;
  border-radius: 0.05rem;
  background: #FFFFFF;
}
.product_side h2 {
  margin-bottom: 0.28rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  line-height: 1.25;
}
.product_side h3 {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
  line-height: 1.4;
}
.product_side.filter_open .filter_select,
.product_side.filter_open .more_filter_box,
.product_side.filter_open .applied_filters,
.product_side.filter_open .applied_list {
  display: block;
}
.product_side.filter_open .quick_filters {
  display: none;
}
.product_side.filter_open .filter_more span {
  display: none;
}
.product_side.filter_open .filter_more em {
  display: block;
}
.filter_box .filter_search {
  height: 0.45rem;
  margin-top: 0.11rem;
  border: 0.01rem solid #D0D0D0;
  border-radius: 0.05rem;
  padding-right: 0.19rem;
  display: flex;
  align-items: center;
  transition: var(--s_tran);
  overflow: hidden;
}
.filter_box .filter_search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 0.16rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.14rem;
  color: #5D5D5D;
}
.filter_box .filter_search button {
  width: 0.32rem;
  height: 100%;
  flex: 0 0 0.32rem;
  position: relative;
  background: url(../img/search_icon.png) no-repeat center center;
  background-size: 0.17rem 0.17rem;
  font-size: 0;
}
.filter_box .filter_search:focus-within {
  border-color: #0069DB;
}
.quick_filters {
  margin-top: 0.13rem;
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}
.quick_filters label {
  font-size: 0.14rem;
  color: #939393;
  line-height: 1.64;
  display: flex;
  align-items: center;
  column-gap: 0.05rem;
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 0.09rem;
  height: 0.09rem;
  flex: 0 0 0.09rem;
  border: 0.01rem solid #6E6E6E;
  border-radius: 50%;
  position: relative;
}
input[type="radio"]:checked {
  border: 0.03rem solid #0069DB;
}
.filter_select,
.applied_list {
  margin-top: 0.1rem;
  border: 0.01rem solid #D0D0D0;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #FFFFFF;
  display: none;
}
.filter_select .select_hd,
.applied_list .select_hd,
.filter_select .applied_hd,
.applied_list .applied_hd {
  height: 0.45rem;
  padding: 0 0.16rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-size: 0.15rem;
  color: #000;
}
.filter_select .dropdown_value,
.applied_list .dropdown_value {
  flex: 1;
  min-width: 0;
  padding-right: 0.12rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter_select .select_bd,
.applied_list .select_bd,
.filter_select .applied_bd,
.applied_list .applied_bd {
  display: none;
  padding: 0 0.05rem 0.08rem 0.07rem;
  border-top: 0.01rem solid #E7E7E7;
  background: #FFFFFF;
}
.filter_select .select_search,
.applied_list .select_search {
  padding: 0.05rem 0.31rem 0.05rem 0;
}
.filter_select .select_search input,
.applied_list .select_search input {
  width: 100%;
  height: 0.27rem;
  padding: 0 0.09rem;
  font-size: 0.12rem;
  color: #000;
  border: 0.01rem solid #B5B5B5;
}
.filter_select .select_search input:placeholder,
.applied_list .select_search input:placeholder {
  color: #939393;
}
.filter_select .select_scroll,
.applied_list .select_scroll {
  max-height: 2.79rem;
  overflow-y: auto;
  padding-right: 0.31rem;
}
.filter_select .select_scroll::-webkit-scrollbar,
.applied_list .select_scroll::-webkit-scrollbar {
  width: 0.05rem;
}
.filter_select .select_scroll::-webkit-scrollbar-thumb,
.applied_list .select_scroll::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #C4C4C4;
}
.filter_select .select_scroll label,
.applied_list .select_scroll label {
  height: 0.27rem;
  padding: 0 0.09rem;
  display: flex;
  align-items: center;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.12rem;
  color: #5D5D5D;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.filter_select .select_scroll label input,
.applied_list .select_scroll label input {
  display: none;
}
.filter_select .select_scroll label span,
.applied_list .select_scroll label span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter_select .select_scroll label i,
.applied_list .select_scroll label i {
  position: absolute;
  right: 0.08rem;
  top: 0.08rem;
  width: 0.13rem;
  height: 0.08rem;
  background: url(../img/dui.png) no-repeat center center;
  background-size: contain;
}
.filter_select .select_scroll label:hover,
.applied_list .select_scroll label:hover,
.filter_select .select_scroll label.checked,
.applied_list .select_scroll label.checked {
  background: #0069DB;
  color: #FFFFFF;
}
.filter_select.open,
.applied_list.open {
  border-color: #0069DB;
}
.filter_select.open .select_hd,
.applied_list.open .select_hd,
.filter_select.open .applied_hd,
.applied_list.open .applied_hd {
  color: #222222;
}
.filter_select.open .select_bd,
.applied_list.open .select_bd,
.filter_select.open .applied_bd,
.applied_list.open .applied_bd {
  display: block;
  border-color: #0169DA;
}
.filter_select .select_hd {
  cursor: pointer;
}
.filter_select .select_hd i {
  width: 0.16rem;
  height: 0.09rem;
  background: url(../img/check_icon.png) no-repeat center center;
  background-size: contain;
  transform: rotate(0deg);
  transition: var(--s_tran);
}
.filter_select.open .select_hd i {
  background: url(../img/check_active.png) no-repeat center center;
  background-size: contain;
  transform: rotate(-180deg);
}
.applied_list .applied_hd {
  padding-right: 0;
}
.applied_list .applied_hd .remove {
  width: 0.3rem;
  height: 100%;
  position: relative;
}
.applied_list .applied_hd .remove::before,
.applied_list .applied_hd .remove::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.12rem;
  height: 0.01rem;
  background: #0069DB;
}
.applied_list .applied_hd .remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.applied_list .applied_hd .remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.applied_list .applied_hd .toggle {
  width: 0.45rem;
  height: 100%;
  border-left: 0.01rem solid #E7E7E7;
  background: #E8F2FF;
  position: relative;
}
.applied_list .applied_hd .toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.09rem;
  height: 0.09rem;
  border-top: 0.01rem solid #777777;
  border-right: 0.01rem solid #777777;
  transform: translate(-50%, -60%) rotate(135deg);
}
.applied_list .applied_bd .select_scroll {
  max-height: 1.8rem;
  padding: 0.12rem 0.13rem 0.05rem 0.1rem;
}
.applied_list .applied_bd .select_scroll label {
  width: 100%;
  padding: 0;
  background: none;
}
.applied_list .applied_bd .select_scroll label.checked,
.applied_list .applied_bd .select_scroll label:hover {
  background: none;
  color: #0069DB;
}
.applied_list .applied_bd .select_scroll label i {
  width: 0.09rem;
  height: 0.09rem;
  background: url(../img/close4.png) no-repeat center center;
  background-size: contain;
}
.applied_list.open .toggle::after {
  border-color: #0069DB;
  transform: translate(-50%, -40%) rotate(-45deg);
}
.more_filter_box {
  display: none;
}
.more_filter_box h3 {
  margin-top: 0.2rem;
  margin-bottom: 0.05rem;
}
.more_filter_box label {
  min-height: 0.26rem;
  display: flex;
  align-items: center;
  column-gap: 0.05rem;
  font-size: 0.16rem;
  color: #5D5D5D;
  cursor: pointer;
}
.filter_more {
  margin-top: 0.13rem;
  display: block;
  font-size: 0.14rem;
  color: #0069DB;
  line-height: 1.64;
}
.filter_more em {
  display: none;
  font-style: normal;
}
.applied_filters {
  display: none;
  margin-top: 0.41rem;
}
.applied_filters .applied_title {
  margin-bottom: 0.11rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.applied_filters .applied_title button {
  font-size: 0.16rem;
  color: #0069DB;
}
.product_category {
  margin-top: 0.4rem;
}
.product_category h3 {
  padding-bottom: 0.11rem;
  border-bottom: 0.01rem solid #BABABA;
}
.product_category ul {
  list-style: none;
  padding-top: 0.21rem;
}
.product_category ul li {
  margin-bottom: 0.15rem;
}
.product_category ul a {
  font-size: 0.18rem;
  color: #000000;
  line-height: 1.611;
  transition: var(--s_tran);
}
.product_category ul a:hover {
  color: #0069DB;
}
.product_panel {
  width: calc(100% - 4.28rem);
  padding: 0.24rem 0.2rem 0.6rem;
  border-radius: 0.05rem;
  background: #FFFFFF;
}
.index_group {
  margin-bottom: 0.6rem;
}
.index_group:last-child {
  margin-bottom: 0;
}
.index_group h2 {
  padding-bottom: 0.08rem;
  border-bottom: 0.01rem solid #BABABA;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.25rem;
  color: #000000;
  line-height: 1.64;
}
.index_cols {
  padding-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.3rem;
}
.index_item {
  margin-bottom: 0.1rem;
  line-height: 1.1;
}
.index_item a {
  width: fit-content;
  max-width: 100%;
  display: block;
  font-size: 0.16rem;
  color: #000000;
  font-family: Poppins-Medium;
  font-weight: 500;
  line-height: 1.625;
  transition: var(--s_tran);
  position: relative;
}
.index_item em {
  display: block;
  font-family: Poppins-Light;
  font-weight: 300;
  font-style: normal;
  font-size: 0.1rem;
  color: #9B9B9B;
  line-height: 1.6;
}
.index_item.child a {
  padding-left: 0.07rem;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.14rem;
  color: #5D5D5D;
}
.index_item.child a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.07rem;
  width: 0.05rem;
  height: 0.07rem;
  background: url(../img/arrow-right.png) no-repeat center center;
  background-size: contain;
}
.index_children {
  margin-left: 0.07rem;
}
.index_item.level-2 a {
  padding-left: 0.14rem;
}
.index_item.level-3 a {
  padding-left: 0.21rem;
}
.index_item.hot a::after {
  content: "";
  display: inline-block;
  width: 0.11rem;
  height: 0.14rem;
  margin-left: 0.03rem;
  background: url(../img/arrow-right2.png) no-repeat center center;
  background-size: contain;
}
.index_item a:hover {
  color: #0069DB;
}
.type_name {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 0.17rem;
  margin-bottom: 0.5rem;
  margin-top: -0.09rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
}
.type_name span {
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.2rem;
}
.product_list_page {
  padding-bottom: 0.72rem;
}
.product_list_page > .main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 0.28rem;
}
.product_list_page .type_name {
  width: 100%;
  margin: -0.1rem 0 0.5rem;
  display: flex;
  align-items: center;
  column-gap: 0.18rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  line-height: 1.4;
}
.product_list_page .type_name span {
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.2rem;
  color: #555555;
}
.product_list_page .product_side {
  align-self: flex-start;
}
.product_list_page .product_category a {
  position: relative;
}
.product_list_page .product_category a.active,
.product_list_page .product_category a:hover {
  color: #0069DB;
  text-decoration: underline;
}
.product_list_page .product_category a i {
  display: inline-block;
  width: 0.12rem;
  height: 0.1rem;
  margin-left: 0.03rem;
  background: url(../img/nav_icon.png) no-repeat center center;
  background-size: contain;
}
.list_brand_panel {
  width: calc(100% - 4.28rem);
  min-height: 5.4rem;
  padding: 0.25rem 0.21rem 0.3rem;
}
.list_brand_panel > h2 {
  margin-bottom: 0.28rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  line-height: 1.25;
}
.list_product_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.35rem 0.25rem;
}
.list_product_item {
  display: block;
  min-width: 0;
}
.list_product_item .product_img_holder {
  height: 0;
  padding-bottom: 100%;
  border: 0.01rem solid #D1D1D1;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.list_product_item .product_img_holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: var(--s_tran);
}
.list_product_item h3 {
  margin-top: 0.08rem;
  min-height: 0.34rem;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.14rem;
  color: #5D5D5D;
  line-height: 1.5;
  transition: var(--s_tran);
}
.list_product_item span {
  display: block;
  margin-top: 0.08rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.13rem;
  color: #9B9B9B;
  line-height: 1.61;
}
.list_product_item:hover .product_img_holder {
  border-color: #0069DB;
}
.list_product_item:hover .product_img_holder img {
  transform: scale(1.1);
}
.list_product_item:hover h3 {
  color: #0069DB;
}
.list_section {
  width: 100%;
  margin-top: 0.7rem;
}
.list_section > h2 {
  margin-bottom: 0.28rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  line-height: 1.25;
}
.related_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.26rem;
}
.related_item {
  min-height: 1.9rem;
  padding: 0.33rem 0.2rem 0.27rem;
  border-radius: 0.05rem;
  background: #FFFFFF;
  transition: var(--s_tran);
}
.related_item em {
  display: inline-block;
  padding: 0.03rem 0.1rem;
  border-radius: 0.14rem;
  background: #0069DB;
  font-style: normal;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.12rem;
  color: #FFFFFF;
  line-height: 1.58;
}
.related_item h3 {
  margin-top: 0.2rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.18rem;
  color: #000000;
  line-height: 1.61;
  transition: var(--s_tran);
}
.related_item p {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.14rem;
  color: #5D5D5D;
  line-height: 1.78;
}
.related_item:hover {
  box-shadow: 0rem 0rem 0.35rem 0.01rem rgba(0, 0, 0, 0.1);
}
.related_item:hover h3,
.related_item:hover span {
  color: #0069DB;
}
.related_item:hover .text_more::after {
  left: calc(100% + 0.1rem);
  background: url(../img/nav_icon.png) no-repeat center center;
  background-size: contain;
}
.related_item:hover .text_more::before {
  width: 100%;
}
.series_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.28rem 0.38rem;
}
.series_item {
  min-height: 2.23rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  position: relative;
  transition: var(--s_tran);
}
.series_item .series_pic {
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 2.7rem;
}
.series_item .series_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--s_tran);
}
.series_item .series_txt {
  flex: 1;
  min-width: 0;
  padding: 0.34rem 0.36rem 0.3rem 0;
}
.series_item .brand_holder {
  margin-bottom: 0.15rem;
  width: 100%;
  height: 0.33rem;
}
.series_item .brand_holder img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.series_item em {
  display: inline-block;
  padding: 0.03rem 0.1rem;
  border-radius: 0.14rem;
  background: #0069DB;
  font-style: normal;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.12rem;
  color: #FFFFFF;
  line-height: 1.5833;
}
.series_item h3 {
  margin-top: 0.15rem;
  margin-bottom: 0.4rem;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  line-height: 1.38;
}
.series_item::after {
  content: "";
  position: absolute;
  top: 0.18rem;
  right: 0.29rem;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../img/news_icon.png) no-repeat center center;
  background-size: contain;
}
.series_item:hover {
  box-shadow: 0rem 0rem 0.35rem 0.01rem rgba(0, 0, 0, 0.1);
}
.series_item:hover span {
  color: #0069DB;
}
.series_item:hover .text_more::after {
  left: calc(100% + 0.1rem);
  background: url(../img/nav_icon.png) no-repeat center center;
  background-size: contain;
}
.series_item:hover .text_more::before {
  width: 100%;
}
.manufacturer_swiper {
  height: 2.94rem;
  padding-bottom: 0.67rem;
  overflow: hidden;
  position: relative;
}
.manufacturer_swiper .logo_item {
  height: calc((100% - 0.27rem) / 2) !important;
  overflow: hidden;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid #D0D0D0;
}
.manufacturer_swiper .logo_item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.manufacturer_swiper .logo_item .logo_more {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--s_tran);
}
.manufacturer_swiper .logo_item .logo_more span {
  width: 0.3rem;
  height: 0.3rem;
  background: #0069DB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manufacturer_swiper .logo_item .logo_more span img {
  width: 0.1rem;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.manufacturer_swiper .logo_item:hover .logo_more {
  opacity: 1;
}
.manufacturer_swiper .swiper-pagination {
  bottom: 0.02rem;
}
.manufacturer_swiper .swiper-pagination span {
  width: 0.12rem;
  height: 0.12rem;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 0.16rem !important;
}
.manufacturer_swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0069DB;
}
.manufacturer_swiper .swiper-button-next,
.manufacturer_swiper .swiper-button-prev {
  top: auto;
  margin: 0;
  bottom: 0.06rem;
  left: 55%;
  height: auto;
}
.manufacturer_swiper .swiper-button-next::after,
.manufacturer_swiper .swiper-button-prev::after {
  font-size: 0.16rem;
  color: #D9D9D9;
}
.manufacturer_swiper .swiper-button-next:hover::after,
.manufacturer_swiper .swiper-button-prev:hover::after {
  color: #515152;
}
.manufacturer_swiper .swiper-button-prev {
  left: auto;
  right: 55%;
}
.about_type_section > h2 {
  margin-bottom: 0.23rem;
}
.about_type_text {
  padding: 0.22rem 0.34rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #5D5D5D;
  line-height: 1.875;
}
.about_type_text a {
  color: #0069DB;
  text-decoration: underline;
}






@media screen and (max-width: 1042px) {
  body {
    padding-top: 170px;
  }
  .bread_nav {
    padding: 0;
  }
  .product_index > .main {
    display: block;
  }
  .product_side,
  .product_panel {
    width: 100%;
    flex: none;
  }
  .product_panel {
    margin-top: 0.24rem;
    min-height: 0;
  }
  .index_cols {
    column-gap: 10px;
  }


  .series_list{
      grid-template-columns: repeat(1, 1fr);
  }
}
/* mobile append */
@media screen and (max-width: 768px) {
  body {
    padding-top: 1.1rem;
  }
  .product_index {
    padding: 0.25rem 0 0.45rem;
  }
  .product_side {
    padding: 0.22rem 0.18rem 0.35rem;
  }
  .product_side h2 {
    font-size: 0.26rem;
  }
  .quick_filters {
    flex-wrap: wrap;
    row-gap: 0.08rem;
  }
  .product_panel {
    padding: 0.24rem 0.18rem 0.35rem;
  }
  .brand_cols {
    column-gap: 10px;
  }
  .index_group {
    margin-bottom: 0.42rem;
  }
  .index_item.child a::before {
    width: 5px;
    height: 7px;
  }
  .index_item em {
    font-size: 12px;
  }
  body {
    padding-top: 100px;
    font-size: 14px;
  }
  .product_index,
  .product_list_page {
    padding: 0px 0 50px;
  }
  .product_index > .main,
  .product_list_page > .main {
    display: block;
  }
  .product_side,
  .product_panel {
    width: 100%;
    flex: none;
    border-radius: 8px;
    padding: 18px;
  }
  .product_panel {
    margin-top: 20px;
  }
  .product_side h2,
  .type_name {
    font-size: 22px;
    line-height: 1.35;
  }
  .product_side h3,
  .product_category h3,
  .list_section > h2,
  .related_item h3,
  .series_item h3,
  .manufacturer_item h3,
  .about_type_section > h2 {
    font-size: 16px;
    line-height: 1.45;
  }
  .filter_box .filter_search,
  .filter_select .select_hd,
  .applied_list .applied_hd {
    min-height: 36px;
  }
  .filter_box .filter_search input,
  .filter_select .select_hd,
  .applied_list .applied_hd,
  .filter_select .select_scroll label,
  .applied_list .select_scroll label,
  .product_category ul a,
  .related_item p,
  .about_type_text {
    font-size: 14px;
    line-height: 1.65;
    height: auto;
    padding: 4px 8px 4px 8px;
  }
  .product_list_page .product_category a i{
    width: 12px;
    height: 10px;
    margin-left: 5px;
  }
  .index_item a {
    min-height: auto;
    font-size: 14px;
    line-height: 1.2;
    height: auto;
  }
  .index_item.hot a::after {
    width: 18px;
    height: 10px;
  }
  .applied_list .applied_hd .toggle::after {
    width: 7px;
    height: 7px;
  }
  .filter_select .select_hd i {
    width: 12px;
    height: 7px;
  }
  .index_item em,
  .related_item em,
  .series_item em{
    font-size: 10px;
    margin-top: 4px;
  }
  .quick_filters {
    flex-wrap: wrap;
    gap: 8px 18px;
  }
  .quick_filters label,
  .filter_more {
    font-size: 14px;
  }
  input[type="radio"] {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
  }
  .manufacturer_grid,
  .list_product_grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .list_product_item .product_img_holder,
  .series_item .series_pic {
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  .list_product_item .product_img_holder img,
  .series_item .series_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .series_item {
    display: block;
    padding: 18px;
  }
  .bread_nav {
    padding-top: 0;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.5;
  }
  .product_side {
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  }
  .filter_box .filter_search {
    height: 36px;
    margin-top: 12px;
    padding-right: 0;
    border-radius: 6px;
  }
  .filter_box .filter_search button {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .quick_filters a,
  .applied_filters span {
    border-radius: 16px;
    font-size: 12px;
    line-height: 1.4;
    margin: 4px 0;
  }
  .filter_select,
  .applied_list,
  .more_filter_box {
    margin-top: 14px;
  }
  .filter_select .select_bd,
  .applied_list .applied_bd {
    position: static;
    border-radius: 0 0 6px 6px;
  }
  .filter_select .select_scroll,
  .applied_list .select_scroll {
    max-height: 240px;
  }
  .product_category {
    margin-top: 24px;
  }
  .product_category ul {
    margin-top: 10px;
  }
  .product_category ul li + li,
  .index_item + .index_item {
    margin-top: 10px;
  }
  .index_group {
    padding-bottom: 24px;
  }
  .index_group:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .index_item.child a {
    font-size: 12px;
    padding-left: 10px;
  }
  .list_product_item,
  .related_item,
  .series_item,
  .manufacturer_grid .logo_item {
    border-radius: 8px;
  }
  .list_product_item .product_img_holder {
    margin-bottom: 14px;
    background: #FAFAFA;
  }
  .list_section {
    margin-top: 34px;
  }
  .related_item {
    padding: 16px;
  }
  .series_item .series_txt {
    padding-top: 14px;
  }
  .manufacturer_swiper {
    padding-bottom: 34px;
  }
  .manufacturer_swiper .swiper-button-next,
  .manufacturer_swiper .swiper-button-prev {
    display: none;
  }
  .about_type_section {
    margin-top: 36px;
  }
  .about_type_text {
    padding: 18px;
    border-radius: 8px;
  }
  .filter_select .select_bd {
    padding: 5px;
    margin-top: 0;
    border-radius: 0 0 6px 6px;
  }
  .more_filter_box label {
    font-size: 14px;
  }
  .filter_select .select_search input,
  .applied_list .select_search input {
    height: 36px;
    font-size: 14px;
    padding: 0px 16px;
  }
  .filter_select .select_scroll label span {
    white-space: initial;
  }
  .filter_select .select_scroll label {
    font-size: 12px;
    line-height: 1.4;
    margin: 4px 0;
  }
  .filter_select .select_scroll label i,
  .applied_list .applied_bd .select_scroll label i {
    width: 13px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .applied_list .applied_hd .remove::before,
  .applied_list .applied_hd .remove::after {
    width: 12px;
  }
  .index_group h2 {
    font-size: 16px;
  }



  .product_list_page .type_name,
  .list_brand_panel > h2{
    font-size: 20px;
  }
  .product_list_page .type_name span,
  .list_product_item h3{
    font-size: 14px;
  }
  .list_product_item span{
    font-size: 12px;
  }

  .related_list{
    grid-template-columns: repeat(1, 1fr);
  }

  .series_item .series_pic{
    margin: 0 auto;
  }
  .series_item::after{
    width: 32px;
    height: 32px;
  }
  .series_item .brand_holder{
    height: 33px;
  }
}
