.network-cameras-center {
  width: 100%;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.carousel {
  margin-bottom: 1.25vw;
}
.network-cameras-center .container {
  margin: 0 auto;
  padding: auto 0;
  height: auto;
}
/* tabs */
.network-cameras-center .publicMenu .publicMenu-tab a:hover {
  color: #3A66FB;
}
.network-cameras-center .publicMenu .publicMenu-tab .publicactive-tab-hover.active {
  color: #3A66FB;
  border-bottom: 0.0521vw solid #3A66FB;
}
.network-cameras-center .publicMenu .publicMenu-tab .publicactive-tab-hover::after {
  background-color: #3A66FB;
}
.network-cameras-center .container .products-network-cameras .product-category .product-category-item {
  margin-top: 4.1667vw;
}
.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-category-item-top {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #231815;
}
.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-category-title {
  /* Heading6-32 */
  font-family: Montserrat;
  font-size: 1.6667vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
  
  margin-right: 0.8333vw;
  margin-bottom: 0;
}
.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-category-item-top:hover {
  color:#3A66FB;
}
.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-category-item-top:hover .icon {
  color: #3556CD;
}
.network-cameras-center .container .products-network-cameras .product-category .product-category-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0833vw;
  background: #fff;
  color:#3A66FB;
  line-height: normal;
}
/* product-list */
.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 一行三列 */
  grid-gap: 0.8333vw;
  /* 项目之间没有间隔 */
  margin-top: 2.0833vw;
  border: 0;
}
.product-category .mobile {
  display: none;
}
.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item {
  width: auto;
  height: 20.9375vw;
  box-sizing: border-box;
  /* 确保内边距和边框不会增加宽度 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.8333vw 1.25vw 2.0833vw;
  cursor: pointer;
  overflow: hidden;
  background-color: #FAFAFA;
  opacity: 0;
}

.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item .product-item-title {
  max-width: 15.625vw;
  color: #231815;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* Large1-S-18 */
  font-family: Montserrat;
  font-size: 0.9375vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 155.556% */
  
  margin-bottom: 0.4167vw;
}
.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item .product-item-desc {
  color: #231815;
  /* Large3-R-14-22 */
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  opacity: 0.5;
  line-height: 150%; /* 157.143% */
}
.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item .product-item-img {
  width: 6.875vw;
  height: 6.875vw;
  margin: 3.3333vw auto 2.0833vw;
}

.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item .product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s;
}

.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item:hover {
  /* background: rgba(0, 0, 0, 0.1) */
}

.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item:hover .product-item-img img {
  transform: scale(1.2);
}
.network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-category-view {
  display: none;
}
@media screen and (max-width: 1440px) {
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item {
    height: 20.6944vw;
    padding-top: 2.7778vw;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item .product-item-title {
    max-width: 14.5833vw;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item .product-item-img {
    width: 6.1111vw;
    height: 6.1111vw;
    margin: 0 auto;
    margin-bottom: 1.1111vw;
  }
}
@media screen and (max-width: 768px) {
  .publicMenu-sticky {
    display: none!important;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item {
    margin-top: 10.6667vw;
    position: relative;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item:first-child {
    margin-top: 0;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-category-item-top .product-category-icon {
    display: none;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list {
    margin-top: 0;
  }
   /* 产品列表 */
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .icon {
    display: none;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item {
    width: 68.8vw!important;
    position: relative;
    overflow: visible;
  }
  .network-cameras-center .mobile #mobile-list-swiper {
    height: 96.5333vw;
  }
  .network-cameras-center .mobile .product-list .swiper-slide-active .product-item-view {
    display: flex;
    position: absolute;
    bottom: -14.1333vw;
    left: 0;
    line-height: 4.8vw;

  }
  .network-cameras-center .mobile .product-list .product-item .product-item-view span { 
    font-size: 3.2vw;
  }
  .network-cameras-center .mobile .product-list .product-item .product-item-view .iconfont {
    display: inline-block;
  }
  .network-cameras-center .mobile .product-list .product-item .product-item-view span {
    border: 0;
    padding: 0;
  }
   .mobile {
    display: block;
    margin-top: 6.4vw;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-category-item-top:hover {
    color: initial;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-category-view {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 2.9333vw;
    z-index: 2;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-category-view span {
    color: #231815;
    /* Small-12-S */
    font-family: "Montserrat-SemiBold";
    font-size: 3.2vw;
    font-style: normal;
    line-height: 150%;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-category-view .iconfont {
    font-size: 4.2667vw;
    line-height: normal;
    margin-left: 1.0667vw;
    color: #231815;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list {
    display: flex;
    grid-gap: 0;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item {
    width: calc(100% - 20.56vw)!important;
    padding: 10.6667vw 6.4vw;
    border-right: 4.2666vw solid #fff;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item:last-child {
    margin-right: 4.2666vw;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item .product-item-title {
    max-width: 100%;
    font-size: 4.2667vw;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item .product-item-desc {
    font-size: 3.2vw;
  }
  .network-cameras-center .container .products-network-cameras .product-category .product-category-item .product-list .product-item .product-item-img {
    width: 23.4667vw;
    height: 23.4667vw;
    margin: 0 auto;
  }
  .product-category .mobile {
    display: block;
    position: relative;
    margin-right: -6.4vw;
  }
  .mobile .product-list-view {
    position: absolute;
    bottom: 3.2vw;
    color: #231815;
    /* Small-12-S */
    font-family: "Montserrat-SemiBold";
    font-size: 3.2vw;
    font-style: normal;
    line-height: 150%; /* 150% */
    display: flex;
  }
  .mobile .product-list .product-item {
    width: 68.8vw!important;
    height: 79.4667vw!important;
    padding: 6.4vw;
    padding-bottom: 10.6667vw;
    background: #FAFAFA;
    width: auto;
    height: 109.8667vw;
    box-sizing: border-box;
    /* 确保内边距和边框不会增加宽度 */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 0;
    cursor: pointer;
  }
  .mobile .product-list .product-item .product-item-info {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .mobile .product-list .product-item .product-item-title {
    font-size: 4.8vw;
  }
  .mobile .product-list .product-item .product-item-img {
    width: 48vw;
    height: 48vw;
    margin: 0 auto;
    margin-bottom: 12.2667vw;
  }
  .mobile .product-list .product-item .product-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mobile .product-list .product-item .product-item-view {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
  }
  .mobile .product-list .product-item .product-item-view span {
    display: inline-block;
    border-radius: 26.6667vw;
    border: 0.2667vw solid #231815;
    padding: 2.1333vw 10.6667vw;
    color: #231815;
    /* Large2-S-16 */
    font-family: Montserrat;
    font-size: 4.2667vw;
    font-style: normal;
    font-family: "Montserrat-SemiBold" !important;
    line-height: 150%;
    /* 150% */
  }
  .mobile .swiper-container {
    width: 100%;
    position: relative;
    height: 96.5333vw;
  }
  .mobile .swiper-container .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-container .product-selection-next,
  .swiper-container .swiper-button-prev {
    position: absolute;
    bottom: 0;
    right: 0;
    top: unset;
    left: unset;
    width: 10.6667vw;
    height: 10.6667vw;
    border-radius: 50%;
    background: #FAFAFA;
  }
  .swiper-container .swiper-button-prev {
    right: 17.0667vw;
  }
  .swiper-container .swiper-button-next::after,
  .swiper-container .swiper-button-prev::after {
    color: #9FA0A0;
    font-size: 3.2vw;
    font-weight: bold;
  }
}
