.products-item {
  height: 100%;
  padding: .3rem .3rem .36rem;
  border: 3px solid #eaefef;
  transition: all 0.4s;
}

.products-img {
  display: flex;
  justify-content: center;
  transition: all 0.4s;
}

.products-type {
  margin: 16px 0;
  color: #084A91;
}

.products-title {
  color: #242e2e;
  font-family: 'Inter-Medium';
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.products-item:hover {
  border-color: #084A91;
  transition: all 0.4s;
}

.products-item:hover .products-img {
  opacity: 0.5;
  transition: all 0.4s;
}

.products-details-content {
  justify-content: space-between;
  padding-bottom: 0.8rem;
}


.products-potho-container {
  max-width: 5.6rem;
  width: 100%;
}

.products-potho-swiper-div {
  position: relative;
  width: 100%;
  max-height: 5.6rem;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #eaefef;
}


.zoomIcon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 48px;
  height: 48px;
}


.pro-potho img {
  display: block;
  margin: auto;
}

.pro-potho img::selection {
  background-color: transparent;
}

.pc-small-potho-div ul {
  flex-wrap: wrap;
}

.pc-small-potho-div ul li {
  margin-right: .2rem;
  margin-bottom: .2rem;
  width: .8rem;
  height: .8rem;
  cursor: pointer;
  border: 1px solid #eaefef;
}

.pc-small-potho-div ul li.active {
  border-color: #133e77;
}



/* 产品描述 */

.products-desc-container {
  max-width: 10.2rem;
  width: 100%;
  margin-left: 3.12501vw;
}

.dynamic-text-div {
  width: 100%;
  margin: .4rem 0 .6rem;
  justify-content: space-between;
  background: #eaefef;
}

.dynamic-swiper-div {
  max-width: 7rem;
  width: 100%;
  background: #eaefef;
}



.site-btn.get-quote p {
  height: 100%;
}

.dynamic-swiper .swiper-slide {
  width: 100% !important;
}

.dynamic-swiper-div .dynamic-item {
  position: relative;
  display: flex;
  padding: 0.18rem 0;
  padding-left: .46rem;
  align-items: center;
  font-style: italic;
  width: 100%;
}

.dynamic-swiper-div .dynamic-item::before {
  position: absolute;
  top: .25rem;
  left: .3rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: '';
  background: #133e77;
}

.pro-desc-menu-tab {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  border-bottom: 1px solid #eaefef;
}


.desc-menu-tab-div .item {
  color: #242e2e;
  font-size: 0.24rem;
  font-family: 'Inter-Medium';
  padding: 0 0.3rem 0.16rem;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.desc-menu-tab-div .item.active {
  color: #133e77;
  border-color: #133e77;
}

.desc-menu-tab-div .item:first-child {
  padding-left: 0;
}

.pro-desc-menu-tab .share {
  position: relative;
  padding-bottom: 0.16rem;
}

.pro-desc-menu-tab .share p {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.pro-desc-menu-tab .share p::before {
  position: absolute;
  top: -4px;
  right: -2px;
  z-index: 1;
  width: 15px;
  height: 10px;
  content: '';
  background: #fff;
}

.pro-desc-menu-tab .share p::after {
  position: absolute;
  top: 1px;
  right: 0;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 2px;
  background: #666;
  transform: rotate(45deg);
}

.pro-desc-menu-tab .share p:hover {
  color: #133e77;
}

.pro-desc-menu-tab .share p:hover::after {
  background: #133e77;
}

.pro-desc-menu-tab .share-links {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 3;
  margin-top: 10px;
  padding: 2px;
  display: none;
  border: 1px solid #eaefef;
  background: #fff;
}

.pro-desc-menu-tab .share-links li {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
}

.pro-desc-menu-tab .share-links li:last-child {
  margin-right: 0;
}

.pro-desc-menu-tab .share-links li:nth-child(1),
.pro-desc-menu-tab .share-links li.twitter {
  background: #1296db;
}

.pro-desc-menu-tab .share-links li:nth-child(2),
.pro-desc-menu-tab .share-links li.facebook {
  background: #39579A;
}

.pro-desc-menu-tab .share-links li:nth-child(3),
.pro-desc-menu-tab .share-links li.youtube {
  background: #DC2217;
}

.pro-desc-menu-tab .share-links li:nth-child(4),
.pro-desc-menu-tab .share-links li.pinterest {
  background: #bd081b;
}

.pro-desc-content-tab,
.pro-desc-content-swiper {
  width: 100%;
}

.pro-desc-content-swiper .swiper-slide {
  height: auto;
  background: #fff;
}

.pro-desc-content-swiper .swiper-slide .item {
  height: 100%;
}

.pro-desc-content-tab table td {
  color: #666;
  padding: .135rem 0.3rem;
}

.pro-desc-content-tab table td:first-child {
  color: #242e2e;
  font-family: 'Inter-Medium';
  font-style: italic;
  background: #f5f9f9;
}



.pro-desc-content-tab .item-content {
  padding: .4rem .4rem .24rem;
  border: 1px solid #eaefef;
}

.pro-desc-content-tab .feature-lists ul {
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro-desc-content-tab .feature-lists ul li {
  /* max-width: 4.4rem; */
  width: 45%;
  position: relative;
  padding-left: .4rem;
  margin-bottom: 16px;
}

.pro-desc-content-tab .feature-lists ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: .24rem;
  height: .24rem;
  content: '';
  background: url(/lib/images/products_details/icon_ul_li_point.svg) no-repeat center;
  background-size: contain;
}


.pro-desc-content-tab .feature-lists ul li p {
  max-width: 4rem;
  width: 100%;
}


@media (max-width: 1740px) {
  .products-desc-container {
    max-width: calc(100% - 6rem);
  }
}


@media (max-width: 1023px) {
  .products-details-content {
    flex-direction: column;
  }

  .products-potho-container {
    max-width: 100%;
  }

  .products-potho-swiper-div {
    max-height: 100%;
  }

  .pc-small-potho-div ul li {
    width: 80px;
    height: 80px;
  }

  .products-desc-container {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0.8rem;
  }

  .dynamic-swiper-div .dynamic-item {
    padding: 18px 0;
    padding-left: 46px;
  }

  .dynamic-swiper-div .dynamic-item::before {
    top: 25px;
    left: 30px;
  }

  .get-quote {
    max-width: 320px;
  }
 

  .pro-desc-content-tab table td {
    padding: 13.5px .3rem;
  }


}

@media(max-width: 767px) {
  .pc-small-potho-div ul li {
    width: 70px;
    height: 70px;
  }

  .dynamic-text-div {
    flex-direction: column;
    background: none;
  }

  .dynamic-swiper-div {
    max-width: 100%;
  }

  .dynamic-swiper .swiper-slide {
    width: auto !important;
  }

  .get-quote {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    max-width: 100%;
    height: 50px;
    margin-top: 20px;
  }

  .pro-desc-content-tab .item-content {
    padding: 0.6rem 15px 0.3rem;
  }

  .pro-desc-content-tab .feature-lists ul li {
    width: 100%;
  }

  .pro-desc-content-tab .feature-lists ul li p {
    max-width: 100%;
  }

  .copyright {
    margin-bottom: 0.8rem;
  }
  
}