.product-list-page {
  background: #f3f3f3;
}
.product-list-page * {
  box-sizing: border-box;
  color: #333333;
}
.product-list-page input:focus {
  box-shadow: unset;
}
.product-list-page .close-btn {
  background: url("../images/productList/close-btn-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
}
.product-list-page .banner-module {
  background: url("../images/productList/banner-bg.jpg") no-repeat center;
  width: 100%;
  height: 160px;
  min-width: 1400px;
  background-size: cover;
}
.product-list-page .banner-module .search-remit {
  height: 100%;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.product-list-page .banner-module .search-remit .search-row {
  display: flex;
  align-items: center;
  position: relative;
}
.product-list-page .banner-module .search-remit .search-row:before {
  background: url("../images/productList/search-icon.png") no-repeat center;
  width: 22px;
  height: 22px;
  content: '';
  display: block;
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -11px;
  z-index: 2;
}
.product-list-page .banner-module .search-remit .search-text {
  position: relative;
}
.product-list-page .banner-module .search-remit .input-text {
  width: 560px;
  border: 1px solid #FFFFFF;
  padding: 14px 48px;
  font-size: 16px;
  line-height: 22px;
  background: #FFFFFF;
  border-radius: 4px 0 0 4px;
  transition: all 0.3s ease-in-out;
}
.product-list-page .banner-module .search-remit .input-text::placeholder {
  font-size: 16px;
  color: #999999;
}
.product-list-page .banner-module .search-remit .input-text:focus,
.product-list-page .banner-module .search-remit .input-text:hover {
  border: 1px solid #5BC000;
}
.product-list-page .banner-module .search-remit .search-btn {
  width: 160px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #5BC000;
  cursor: pointer;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 0 4px 4px 0;
  transition: all 0.3s ease-in-out;
}
.product-list-page .banner-module .search-remit .search-btn:hover {
  background: #70d614;
}
.product-list-page .banner-module .search-remit .quote-btn {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: bold;
  background: linear-gradient(315deg, #B78B3B 0%, #E9D19A 100%);
  border-radius: 4px;
  padding: 12px 40px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.product-list-page .banner-module .search-remit .quote-btn:hover {
  background: linear-gradient(315deg, #C6A464 0%, #EDD9AD 100%);
}
.product-list-page .view-content-remit {
  display: flex;
  gap: 20px;
  padding: 24px 0 60px;
}
.product-list-page .view-content-remit .slide-box .fixation-menu {
  position: sticky;
  top: 24px;
  z-index: 1;
}
.product-list-page .view-content-remit .slide-box .menu-list {
  width: 180px;
}
.product-list-page .view-content-remit .slide-box .menu-input {
  margin-bottom: 12px;
  position: relative;
}
.product-list-page .view-content-remit .slide-box .menu-input:before {
  background: url("../images/productList/search-icon.png") no-repeat center;
  width: 22px;
  height: 22px;
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 1;
}
.product-list-page .view-content-remit .slide-box .input-text {
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  padding: 9px 20px 9px 38px;
  background: #FFFFFF;
}
.product-list-page .view-content-remit .slide-box .input-text::placeholder {
  color: #999999;
}
.product-list-page .view-content-remit .slide-box .input-text:focus,
.product-list-page .view-content-remit .slide-box .input-text:hover {
  border: 1px solid #5BC000;
}
.product-list-page .view-content-remit .slide-box .close-btn {
  right: 8px;
}
.product-list-page .view-content-remit .slide-box .menu-mes {
  max-height: 644px;
  overflow-y: auto;
}
.product-list-page .view-content-remit .slide-box .menu-mes::-webkit-scrollbar {
  width: 6px;
}
.product-list-page .view-content-remit .slide-box .menu-mes::-webkit-scrollbar-thumb {
  background: #DBDBDB;
  border-radius: 3px;
}
.product-list-page .view-content-remit .slide-box .menu-mes a {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  padding: 12px 20px;
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.product-list-page .view-content-remit .slide-box .menu-mes a:after {
  width: 4px;
  height: 100%;
  content: '';
  display: none;
  background: #5BC000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.product-list-page .view-content-remit .slide-box .menu-mes a.active {
  background: #F3FCF0;
  color: #5BC000;
  font-weight: bold;
  padding: 14px 20px 10px 20px;
}
.product-list-page .view-content-remit .slide-box .menu-mes a.active:after {
  display: block;
}
.product-list-page .view-content-remit .slide-box .menu-mes a:hover {
  color: #5BC000;
}
.product-list-page .view-content-remit .er-content {
  width: 1200px;
}
.product-list-page .view-content-remit .card-box {
  min-height: 938px;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  align-content: flex-start;
}
.product-list-page .view-content-remit .card-box .card-list {
  width: 290px;
  height: 304px;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.product-list-page .view-content-remit .card-box .card-list:hover {
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.product-list-page .view-content-remit .card-box .card-list .pic {
  width: 100%;
  height: 182px;
  background: linear-gradient(136deg, #F7F7F7 0%, #F3F3F3 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 12px;
}
.product-list-page .view-content-remit .card-box .card-list .pic img {
  max-width: 100%;
  max-height: 100%;
}
.product-list-page .view-content-remit .card-box .card-list .head-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.product-list-page .view-content-remit .card-box .card-list .val-row {
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-list-page .view-content-remit .card-box .card-list .val-row li {
  display: flex;
  gap: 16px;
}
.product-list-page .view-content-remit .card-box .card-list .val-row li span {
  width: 50%;
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-list-page .view-content-remit .head-detail {
  background: url("../images/productList/banner-bg2.jpg") no-repeat center;
  width: 1200px;
  height: 195px;
  padding: 24px 36px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.product-list-page .view-content-remit .head-detail .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}
.product-list-page .view-content-remit .head-detail .des {
  width: 880px;
  word-break: break-word;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-list-page .view-content-remit .head-detail .more-btn {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 4px;
  background: #5BC000;
  transition: all 0.3s ease-in-out;
}
.product-list-page .view-content-remit .head-detail .more-btn:hover {
  background: #70d614;
}
.product-list-page .view-content-remit .no-search-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 200px 0;
}
.product-list-page .view-content-remit .no-search-data .des-info {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-top: 8px;
}
.product-list-page.detail-page .er-content {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.product-list-page.detail-page .crumbs-row {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-top: 12px;
}
.product-list-page.detail-page .crumbs-row span {
  color: #999999;
  display: block;
  margin: 0 8px;
}
.product-list-page.detail-page .crumbs-row a {
  font-size: 16px;
  line-height: 22px;
  color: #999999;
  transition: all 0.3s ease-in-out;
}
.product-list-page.detail-page .crumbs-row a:hover {
  color: #5BC000;
}
.product-list-page.detail-page .crumbs-row a.present {
  font-weight: bold;
  color: #333333;
}
.product-list-page.detail-page .crumbs-row a.present:hover {
  color: #333333;
}
.product-list-page.detail-page .chunk-item {
  width: 100%;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 4px;
  position: relative;
}
.product-list-page.detail-page .chunk-item.alone {
  padding: 0;
}
.product-list-page.detail-page .swiper-product {
  display: flex;
  gap: 36px;
}
.product-list-page.detail-page .swiper-product .swiper-el {
  width: 494px;
}
.product-list-page.detail-page .swiper-product .swiper-el .pro-pic {
  width: 494px;
  height: 322px;
  background: linear-gradient(136deg, #F7F7F7 0%, #FBFBFB 100%);
  border-radius: 6px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list-page.detail-page .swiper-product .swiper-el .pro-pic img {
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
}
.product-list-page.detail-page .swiper-product .swiper-el .swiper-menu {
  width: 422px;
  margin: 0 auto;
  position: relative;
}
.product-list-page.detail-page .swiper-product .swiper-el .swiper-menu .menu-box {
  width: 342px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-list-page.detail-page .swiper-product .swiper-el .swiper-menu .menu-box::-webkit-scrollbar {
  display: none;
}
.product-list-page.detail-page .swiper-product .swiper-el .swiper-menu .menu-box .tab-el {
  min-width: 106px;
  height: 70px;
  border: 1px solid transparent;
  background: linear-gradient(136deg, #F7F7F7 0%, #FBFBFB 100%);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-list-page.detail-page .swiper-product .swiper-el .swiper-menu .menu-box .tab-el.active {
  border: 1px solid #5BC000;
}
.product-list-page.detail-page .swiper-product .swiper-el .swiper-menu .menu-box .tab-el img {
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
}
.product-list-page.detail-page .swiper-product .swiper-el .swiper-menu .menu-box.little {
  justify-content: center;
}
.product-list-page.detail-page .swiper-product .swiper-el .swiper-menu .btn-icon {
  background: url("../images/productList/swiper-icon1.png") no-repeat center;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  z-index: 1;
  cursor: pointer;
}
.product-list-page.detail-page .swiper-product .swiper-el .swiper-menu .btn-icon.left {
  left: 0;
  transform: rotate(180deg);
}
.product-list-page.detail-page .swiper-product .swiper-el .swiper-menu .btn-icon.right {
  right: 0;
}
.product-list-page.detail-page .swiper-product .swiper-el .swiper-menu .btn-icon.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.product-list-page.detail-page .swiper-product .product-info .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  margin-top: 12px;
  margin-bottom: 10px;
}
.product-list-page.detail-page .swiper-product .product-info .tag-row {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.product-list-page.detail-page .swiper-product .product-info .tag-row li {
  height: 24px;
  line-height: 22px;
  border: 1px solid #5BC000;
  border-radius: 4px;
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  color: #5BC000;
}
.product-list-page.detail-page .swiper-product .product-info .val-list {
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-bottom: 32px;
}
.product-list-page.detail-page .swiper-product .product-info .val-list dd {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.product-list-page.detail-page .swiper-product .product-info .quote-btn {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  display: inline-block;
  padding: 8px 36px;
  border-radius: 4px;
  background: linear-gradient(315deg, #B78B3B 0%, #E9D19A 100%);
  transition: all 0.3s ease-in-out;
}
.product-list-page.detail-page .swiper-product .product-info .quote-btn:hover {
  background: linear-gradient(315deg, #C6A464 0%, #EDD9AD 100%);
}
.product-list-page.detail-page .head-menu {
  height: 65px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 12px 24px 0;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.product-list-page.detail-page .head-menu:after {
  width: 1156px;
  height: 1px;
  background: #DBDBDB;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.product-list-page.detail-page .head-menu.fly {
  width: 1200px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.product-list-page.detail-page .head-menu .tab {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.product-list-page.detail-page .head-menu .tab:after {
  width: 0;
  height: 2px;
  background: #5BC000;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  z-index: 2;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.product-list-page.detail-page .head-menu .tab.active {
  font-weight: bold;
  color: #5BC000;
}
.product-list-page.detail-page .head-menu .tab.active:after {
  width: 100%;
}
.product-list-page.detail-page .head-menu .tab:hover {
  color: #5BC000;
}
.product-list-page.detail-page .matter-box {
  padding: 0 24px 24px;
}
.product-list-page.detail-page .matter-item {
  margin-top: 40px;
}
.product-list-page.detail-page .matter-item .com-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}
.product-list-page.detail-page .matter-item .com-title:before {
  width: 4px;
  height: 16px;
  background: #5BC000;
  border-radius: 2px;
  content: '';
  display: block;
}
.product-list-page.detail-page .matter-item .des-info {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.product-list-page.detail-page .matter-item .card-box {
  min-height: unset;
  gap: 16px;
}
.product-list-page.detail-page .matter-item .card-box .card-list {
  width: 276px;
  border: 1px solid #F3F3F3;
}
/*# sourceMappingURL=productList.css.map */