
.pro-video-desc {
  padding: .4rem .6rem .4rem .4rem;
  background: #f5f9f9;
}

.pro-video-desc-content {
  justify-content: space-between;
}

.pro-video-div {
  max-width: 7.2rem;
  width: 100%;
  height: 4rem;
}

.pro-video-div .video-play,
.pro-video-div iframe {
  height: 100%;
  width: 100%;
}

.pro-desc-div {
  max-width: 7.6rem;
  width: 100%;
  padding-top: 0.5rem;
  margin-left:  3.12501vw;
}

.pro-desc-div .text {
  margin: .3rem 0 .6rem;
}


/* 产品分类 */
.products-category-div {
  align-items: center;
  margin: 0.5rem 0;
  border-top: 1px solid #eaefef;
  border-bottom: 1px solid #eaefef;
}

.products-category-div p {
  font-family: 'Inter-Bold';
  margin-right: .3rem;
}

.pro-cate-lists ul {
  flex-wrap: wrap;
}

.pro-cate-lists ul li {
  padding: 0.3rem;
}

.pro-cate-lists ul li.active {
  border-bottom: 2px solid #133e77 ;
}

.pro-cate-lists ul li.active a {
  color: #133e77;
}

.mobile-products-cate-lists {
  position: relative;
  padding: 10px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eaefef;
  display: none;
}


.mobile-products-cate-lists  ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
  padding: 0 10px;
  background: #fff;
  box-shadow: 0 0 10px #242e2e15;
}

.mobile-products-cate-lists  ul li {
  padding: 8px 0;
}


.mobile-products-cate-icon {
  cursor: pointer;
  transform: rotate(180deg);
  transition: all 0.4s;
}

.mobile-products-cate-icon.active {
  transform: rotate(0);
  transition: all 0.4s;
}


.products-lists-show ul {
  margin: 0 -20px;
}

.products-lists-show ul li {
  margin-bottom: 40px;
  padding: 0 20px;
}


.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;
}

.fenye-div {
  margin-top: 10px;
  align-items: center;
  justify-content: space-between;
}





@media (max-width: 1740px) and (min-width: 1641px) {
  .products-lists-show ul {
    margin: 0 -15px;
  }

  .products-lists-show ul li {
    padding: 0 15px;
  }
}

@media (max-width: 1023px) {
  .pro-video-desc-content {
    flex-direction: column;
  }

  .pro-video-desc {
    padding: 0.8rem 0.4rem;
  }

  .pro-video-div {
    max-width: 100%;
  }

  .pro-desc-div {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
  }

  .products-lists-show ul {
    margin: 0 -15px;
  }

  .products-lists-show ul li {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .fenye-div {
    flex-direction: column;
  }

  .fenye-div .left {
    margin-bottom: 20px;
    text-align: center;
  }

}

@media(max-width: 767px) {
  .products-category-div {
    padding: 0.5rem 0;
    margin: 0.8rem 0;
  }

  .pro-video-desc {
    padding: 0.8rem 15px;
  }

  .products-lists-show ul {
    margin: 0 -8px;
  }

  .products-lists-show ul li {
    padding: 0 8px;
  }
  .mobile-products-cate-lists {
    display: flex;
  }
}

