.textAlign {
  text-align: justify;
  word-break: normal;
}
.bread-nav {
  height: 0.4rem;
  margin-top: 0.45rem;
  padding: 0 1.4rem;
  background-color: #f6f6f6;
  line-height: 0.4rem;
  font-size: 0.14rem;
}
.bread-nav a {
  color: #666;
}
.bread-nav span {
  margin: 0 0.05rem;
  color: #666;
}
.pc-filter {
  background-color: #fff;
}
.pc-filter .pc-filter-con {
  position: relative;
}
.pc-filter .pc-filter-con.add-padding {
  padding-bottom: 0.5rem;
}
.pc-filter .pc-filter-top {
  display: none;
  align-items: center;
  height: 0.6rem;
  padding: 0 0.24rem;
  background: #fff;
}
.pc-filter .pc-filter-top .logo {
  width: 1.36rem;
  height: 0.36rem;
}
.pc-filter .pc-filter-top .top-tags {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-left: 0.82rem;
}
.pc-filter .pc-filter-top .top-tags .filter-btn {
  position: relative;
  margin-right: 0.28rem;
  padding-right: 0.2rem;
  font-size: 0.16rem;
  font-weight: bold;
  cursor: pointer;
}
.pc-filter .pc-filter-top .top-tags .filter-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.02rem;
  width: 0.1rem;
  height: 0.1rem;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.pc-filter .pc-filter-main {
  padding: 0.24rem 1.4rem 0;
}
.pc-filter .pc-filter-main .items-box {
  padding-bottom: 0.4rem;
}
.pc-filter .pc-filter-main .items-box .items {
  display: flex;
  margin-top: 0.26rem;
}
.pc-filter .pc-filter-main .items-box .items h2 {
  width: 1.26rem;
  margin: 0.03rem 0.24rem 0 0;
  font-size: 0.21rem;
  font-weight: bold;
  line-height: 0.24rem;
}
.pc-filter .pc-filter-main .items-box .items ul {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0.22rem;
}
.pc-filter .pc-filter-main .items-box .items ul::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
}
.pc-filter .pc-filter-main .items-box .items ul li {
  margin: 0.07rem 0.4rem 0.17rem 0;
  font-size: 0.16rem;
  line-height: 1;
  cursor: pointer;
}
.pc-filter .pc-filter-main .items-box .items ul li span {
  margin-left: 0.05rem;
  color: #999;
}
.pc-filter .pc-filter-main .items-box .items ul li.active,
.pc-filter .pc-filter-main .items-box .items ul li.active span {
  color: #c6000b;
}
.pc-filter .pc-filter-main .items-box .items:last-child ul:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
}
.pc-filter .have-filter {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 1.4rem 0.33rem;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pc-filter .have-filter p {
  height: 0.34rem;
  background-color: #f6f6f6;
  margin-right: 0.13rem;
  padding: 0 0.2rem;
  border-radius: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.34rem;
}
.pc-filter .have-filter p i {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.32rem;
  background: url(/img/productList/close.png) center center / cover no-repeat;
  vertical-align: -0.02rem;
  cursor: pointer;
}
.pc-filter.pc-filter-fixed {
  position: fixed;
  left: 0;
  top: .44rem;
  z-index: 9999;
  width: 100%;
}
.pc-filter.pc-filter-fixed .pc-filter-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f6f6f6;
}
.pc-filter.pc-filter-fixed .pc-filter-main,
.pc-filter.pc-filter-fixed .comm-title-bg {
  box-shadow: 0px 0.08rem 0.1rem rgba(0, 0, 0, 0.1);
}
.pc-filter.pc-filter-fixed .have-filter {
  left: 3.25rem;
  right: 0.24rem;
  top: 0.12rem;
  bottom: auto;
  padding: 0;
}
.product-tag {
  padding: 0.3rem 1.4rem 0;
  background-color: #f6f6f6;
}
.product-tag .product-tag-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 1.2rem;
  box-shadow: 0px 0.1rem 0.15rem rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.product-tag .tag-l {
  width: 2.8rem;
  height: 100%;
  padding: 0.39rem 0 0 0.8rem;
  background: rgba(198, 0, 11, 0.8) url(../img/productList/tag-bg.png) 0.25rem
    center / 0.46rem 0.46rem no-repeat;
  color: #fff;
}
.product-tag .tag-l h4 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1;
}
.product-tag .tag-l p {
  margin-top: 0.08rem;
  font-size: 0.14rem;
}
.product-tag .tag-c {
  flex: 1;
  margin-left: 0.25rem;
}
.product-tag .tag-c p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 0.08rem;
}
.product-tag .tag-c p a {
  display: block;
  max-width: 6rem;
  position: relative;
  font-size: 0.18rem;
  line-height: 2;
  color: #666;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
.product-tag .tag-c p a span {
  color: #c6000b;
}
.product-tag .tag-c p i {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  margin-left: 0.05rem;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}
.product-tag .tag-c p:hover a {
  color: #c6000b;
}
.product-tag .tag-c p:hover i {
  border-color: #c6000b;
}
.product-tag .tag-r {
  width: 2.2rem;
  height: 100%;
  overflow: hidden;
}
.product-tag .tag-r img {
  width: 100%;
  min-height: 100%;
}
.comm-title-bg {
  padding: 0.3rem 1.4rem 0.4rem;
  background-color: #f6f6f6;
}
.mobile-filter {
  display: none;
}
.product-list {
  padding: 0.1rem 1rem 0.1rem 1.4rem;
  background-color: #f6f6f6;
}
.product-list .m-title {
  display: none;
}
.product-list .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-list .list ul li {
  position: relative;
  width: calc(33.333% - 0.4rem);
  height: 4.9rem;
  background: #fff;
  margin: 0 0.4rem 0.4rem 0;
  overflow: hidden;
}
.product-list .list ul li .product-list-img {
  width: 100%;
  height: 2.7rem;
  margin-bottom: 0.15rem;
  overflow: hidden;
}
.product-list .list ul li .product-list-img img {
  width: 100%;
}
.product-list .list ul li h3 {
  padding: 0.06rem 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .list ul li .product-info {
  padding: 0.22rem 0.18rem 0;
}
.product-list .list ul li .product-info p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;

  height: 0.35rem;
  padding: 0 0.2rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
}
.product-list .list ul li .product-info p:nth-child(odd) {
  background: #f6f6f6;
}
.product-list .list ul li .product-info p span {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .list ul li .product-info p span:first-child {
  color: #666;
}
.product-list .list ul li .product-info p span:last-child {
  text-align: right;
}
.product-list .list ul li .product-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 0.88rem;
  padding: 0 0.43rem;
  background-image: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    #ffffff 100%
  );
  background-image: -os-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    #ffffff 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    #ffffff 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    #ffffff 100%
  );
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.product-list .list ul li .product-btn a {
  display: block;
  position: relative;
  width: 1.3rem;
  height: 0.4rem;
  padding-left: 0.46rem;
  background-color: #fff;
  background-position: 0.28rem 0.13rem;
  background-size: 0.14rem 0.14rem;
  background-repeat: no-repeat;
  line-height: 0.4rem;
  font-size: 0.14rem;
}
.product-list .list ul li .product-btn a.to-detail {
  background-image: url(/img/productList/Icon_view.svg);
  color: #666;
  border: 1px solid #999;
}
.product-list .list ul li .product-btn a.to-detail:hover {
  color: #c6000b;
  background-image: url(/img/productList/Icon_view_red.svg);
  border-color: #c6000b;
}
.product-list .list ul li .product-btn a.to-price {
  background-image: url(/img/productList/Icon_get_quote.svg);
  color: #c6000b;
  border: 1px solid #c6000b;
}
.product-list .list ul li .product-btn a.to-price:hover {
  background-color: #c6000b;
  background-image: url(/img/productList/Icon_get_quote_white.svg);
  color: #fff;
}
.product-list .list ul li:hover {
  box-shadow: 0px 0.05rem 0.25rem rgba(0, 0, 0, 0.08);
}
.product-list .list ul li:hover .product-btn {
  bottom: 0;
}
.comm-title {
  position: relative;
  font-size: 0.3rem;
  color: #000;
}
.comm-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.13rem;
  width: 0.44rem;
  height: 0.04rem;
  background-color: #c6000b;
}
.right-fixed {
  position: fixed;
  right: 0.35rem;
  top: 5.53rem;
  z-index: 9999;
  width: 0.48rem;
  padding: 0.05rem 0 0.16rem;
  background-color: #ffffff;
  border-radius: 0.32rem;
  box-shadow: 0px 0px 0.3rem rgba(0, 0, 0, 0.13);
}
.right-fixed a {
  display: block;
  width: 0.26rem;
  height: 0.35rem;
  margin: 0.11rem auto 0;
  padding: 0.11rem 1px 0;
  border-top: 1px solid #f6f6f6;
  background-position: center bottom;
  background-size: 0.24rem 0.24rem;
  background-repeat: no-repeat;
}
.right-fixed a.right-icon-price {
  background-image: url(/img/productList/price.png);
}
.right-fixed a.rightIconActive {
  background-image: url(/img/productList/price-h.png);
}
.right-fixed a.right-icon-contact {
  background-image: url(/img/productList/contact.png);
}
.right-fixed a.right-icon-top {
  background-image: url(/img/productList/top.png);
}
.right-fixed a:first-child {
  border-top: none;
}
.loading {
  background-color: #f6f6f6;
}
@media screen and (max-width: 1020px) {
  .bread-nav {
    display: none;
  }
  .comm-title {
    font-size: 0.28rem;
    color: #999;
    text-align: center;
  }
  .comm-title span {
    position: relative;
    z-index: 2;
    padding: 0 0.2rem;
    background-color: #f6f6f6;
  }
  .comm-title i {
    color: #c6000b;
  }
  .comm-title::after {
    left: 1.8rem;
    bottom: 0.2rem;
    width: 3.63rem;
    height: 0.01rem;
    background-color: #ccc;
  }
  .pc-filter {
    display: none;
  }
  .fade {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .mobile-filter {
    display: block;
    margin-top: .88rem;
    border-top: 1px solid #f6f6f6;
  }
  .mobile-filter .mobile-filter-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0.26rem 0.24rem 0.29rem;
  }
  .mobile-filter .mobile-filter-top h3 {
    position: relative;
    padding: 0.05rem 0.4rem 0 0;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 1;
    max-width: 2.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobile-filter .mobile-filter-top h3::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.02rem;
    width: 0.16rem;
    height: 0.16rem;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    right: 0.06rem;
  }
  .mobile-filter .mobile-filter-top .mobile-have-filter {
    width: 3.5rem;
    position: relative;
  }
  .mobile-filter .mobile-filter-top .mobile-have-filter .swiper-slide {
    width: auto;
    margin-right: 0.2rem;
  }
  .mobile-filter .mobile-filter-top .mobile-have-filter .swiper-slide h3 {
    color: #999;
  }
  .mobile-filter
    .mobile-filter-top
    .mobile-have-filter
    .swiper-slide.haveFilterSub
    h3 {
    color: #333;
  }
  .mobile-filter .mobile-filter-top .mobile-have-filter::after {
    content: "";
    position: absolute;
    right: 0;
    top: -0.1rem;
    z-index: 99;
    width: 1.02rem;
    height: 0.6rem;
    background-image: -moz-linear-gradient(
      87.68deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
    background-image: -os-linear-gradient(
      87.68deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
    background-image: -webkit-linear-gradient(
      87.68deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
    background-image: linear-gradient(
      87.68deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
  }
  .mobile-filter .mobile-filter-top p {
    padding-right: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.49rem;
    background: url(/img/productList/filter.png) right center / 0.28rem
      0.28rem no-repeat;
  }
  .mobile-filter .mobile-list-box {
    position: fixed;
    left: 0;
    top: .88rem;
    z-index: 9999;
    width: 100%;
    padding-bottom: 1.2rem;
    background-color: #fff;
  }
  .mobile-filter .mobile-list-box .mobile-list {
    max-height: 8.6rem;
    overflow: auto;
  }
  .mobile-filter .mobile-list-box .mobile-list .items {
    padding-top: 0.3rem;
  }
  .mobile-filter .mobile-list-box .mobile-list .items h2 {
    padding: 0 0.24rem;
    font-size: 0.28rem;
    line-height: 1;
    color: #999;
  }
  .mobile-filter .mobile-list-box .mobile-list .items .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
      padding: 0 0 0 0.24rem;
  }
  .mobile-filter .mobile-list-box .mobile-list .items .list li {
    min-width: 2.18rem;
    height: 0.7rem;
    margin: 0.24rem 0.24rem 0 0;
    padding: 0 0.25rem;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.7rem;
  }
  .mobile-filter .mobile-list-box .mobile-list .items .list li.active {
    background-color: #fff;
    border-color: #c6000b;
    color: #c6000b;
  }
  .mobile-filter .mobile-list-box .mobile-list .items .list li span {
    color: #999;
  }
  .mobile-filter .mobile-list-box .mobile-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
      width: 100%;
  }
  .mobile-filter .mobile-list-box .mobile-btn span {
    display: block;
    width: 50%;
    height: 0.8rem;
    background-color: #f6f6f6;
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 0.8rem;
    text-align: center;
    color: #999;
  }
  .mobile-filter .mobile-list-box .mobile-btn span.havefilterItem {
    color: #333;
  }
  .mobile-filter .mobile-list-box .mobile-btn span.sure {
    background-color: #c6000b;
    color: #fff;
  }
  .product-tag {
    display: none;
  }
  .product-list {
    padding: 0.48rem 0 0.48rem 0.24rem;
  }
  .product-list .m-title {
    display: block;
  }
  .product-list .list ul {
    margin-top: 0.46rem;
  }
  .product-list .list ul li {
    width: calc(50% - 0.24rem);
    height: 6.3rem;
    margin: 0.02rem 0.24rem 0.22rem 0;
  }
  .product-list .list ul li .product-list-img {
    height: 2.55rem;
  }
  .product-list .list ul li h3 {
    font-size: 0.32rem;
    text-align: left;
  }
  .product-list .list ul li .product-info {
    padding: 0.19rem 0.17rem 0;
  }
  .product-list .list ul li .product-info p {
    height: 0.5rem;
    padding: 0 0.19rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
  }
  .product-list .list ul li .product-btn {
    bottom: 0.2rem;
    height: 0.5rem;
    padding: 0 0.16rem;
    background-image: none;
    transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
  }
  .product-list .list ul li .product-btn a {
    width: 1.6rem;
    height: 0.5rem;
    padding-left: 0.49rem;
    background-color: transparent;
    background-position: 0.14rem 0.12rem;
    background-size: 0.24rem 0.24rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
  }
  .product-list .list ul li .product-btn a span {
    display: none;
  }
  .product-list .list ul li .product-btn a.to-detail {
    color: #999;
    border: none;
  }
  .product-list .list ul li:hover .product-btn {
    bottom: 0.2rem;
  }
  .right-fixed {
    display: none;
  }
}
<!--ºÄÊ±1761059455.3857Ãë-->