.cctv {
  width: 100%;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.carousel {
  margin-bottom: 1.25vw;
}

.cctv .container {
  width: 100%;
  margin: 0 auto;
  padding: auto 0;
  height: auto;
}
.cctv .no-banner-crumbs {
  margin-top: 6.4583vw;
  padding-top: 0;
}
.cctv .container .products-cctv .product-title {
  color: #231815;
  /* Heading3-60 */
  font-family: Montserrat;
  font-size: 3.125vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
  /* display: none; */
}
.container .product-list-box .product-list .product-item{
  opacity: 0;
}
.cctv .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .font {
    color: #231815;
    /* Large1-S-18 */
    font-family: "Montserrat-SemiBold" !important;
    font-size: 4.8vw;
    font-style: normal;
    line-height: 150%; /* 155.556% */
  }
  .crumbs {
    padding-top: 2.1333vw;
  }
  .cctv .products-cctv {
    padding: 0 6.4vw;
  }
  .cctv .container .products-cctv .product-title {
    font-size: 8.5333vw;
  }
  .container .product-list-box .default-list {
    display: none !important;
  }
  .cctv .mobile {
    display: block;
    margin-top: 6.4vw;
    margin-right: -6.4vw;
  }
 
  .cctv .mobile .product-list .product-item {
    width: calc(100% - 9.36vw)!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;
    border-right: 4.2666vw solid #fff;
  }
  .cctv .mobile .product-list .product-item:last-child {
    margin-right: 8vw;
  }
  .cctv .mobile .product-list .product-item .product-item-info {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cctv .mobile .product-list .product-item .product-item-title {
    font-size: 4.8vw;
  }
  .cctv .mobile .product-list .product-item .product-item-img {
    width: 48vw;
    height: 48vw;
    margin: 0 auto;
    margin-bottom: 12.2667vw;
  }
  .cctv .mobile .product-list .product-item .product-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cctv .mobile .product-list .product-item .product-item-view {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
  }
  .cctv .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% */
  }
  .cctv .mobile .swiper-container {
    width: 100%;
    height: 126.9333vw;
    position: relative;
  }
  .cctv .mobile .swiper-container .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-container .product-selection-next,
  .swiper-container .swiper-button-prev {
    position: absolute;
    bottom: 0;
    right: 6.4vw;
    top: unset;
    left: unset;
    width: 10.6667vw;
    height: 10.6667vw;
    border-radius: 50%;
    background: #FAFAFA;
  }
  .swiper-container .swiper-button-prev {
    right: 23.4667vw;
  }
  .swiper-container .swiper-button-next::after,
  .swiper-container .swiper-button-prev::after {
    color: #9FA0A0;
    font-size: 3.2vw;
    font-weight: bold;
  }
}