/* 顶部小标题 */
.technology .technology-top {
  width: 100%;
  margin: 0 auto 0;
  border-top: 0.0521vw solid rgba(35, 24, 21, 0.10);
  border-bottom: 0.0521vw solid rgba(35, 24, 21, 0.10);
}
.technology .crumbs {
  margin-top: 6.4583vw;
  padding-top: 0;
}
.technology .technology-top .technology-title-box {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #231815;
  font-family: Montserrat;
  font-style: normal;
}
.technology .technology-top .technology-title-box .technology-title {
  font-size: 2.0833vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
  padding: 0.4167vw 0;
}
.technology-detail .crumbs {
  animation-delay: 0.45s;
}
/* tabs */
.technology-detail .publicMenu .publicMenu-tab a {
  color: #231815;
  /* Large3-R-14-22 */
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 157.143% */
}
.technology-detail .publicMenu-sticky .publicMenu h2 {
  padding-bottom: 0.8333vw;
}

.technology-detail .publicMenu .publicMenu-tab a:hover {
  color: #3A66FB;
  font-weight: 600;
}

.technology-detail .publicMenu .publicMenu-tab .publicactive-tab-hover.active {
  color: #3A66FB;
  font-weight: 600;
  border-bottom: 0.0521vw solid #3A66FB;
}

.technology-detail .publicMenu .publicMenu-tab .publicactive-tab-hover::after {
  background-color: #3A66FB;
}
.technology-detail .products-title {
  margin-top: 0;
  animation-delay: 0.7s;
}
.technology-detail #carouselExampleCaptions {
  animation-delay: 0.9s;
  margin-top: 0!important;
}
.technology-detail .container .cameras-content .tab-pane-title {
  color: #231815;
  /* Heading3-60 */
  font-size: 3.125vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold";
  line-height: 150%;
  /* 150% */
  margin-top: 4.1667vw;
  margin-bottom: 2.0833vw;
}

.technology-detail .container .video {
  width: 100%;
  height: 26.9792vw;
  margin: 6.25vw auto;
  position: relative;
}

.technology-detail .container .video .video-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technology-detail .container .video .play {
  width: 3.6458vw;
  height: 3.6458vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.technology-detail .container .video .play .iconfont {
  font-size: 4.1667vw;
  color: #3A66FB;
}

.technology-detail .container .video .play:hover .iconfont {
  color: #3556CD;
}

/* product-list */
.technology-detail .product {
  padding-top: 6.25vw;
}

.technology-detail .product .product-title {
  color: #231815;
  /* Heading3-60 */
  font-family: "Montserrat-SemiBold";
  font-size: 3.125vw;
  font-style: normal;
  line-height: 150%;
  /* 150% */
  text-align: center;
  margin-bottom: 2.0833vw;
}

.technology-detail .product .product-list {
  width: 100%;
  height: auto;
  max-height: 38.75vw;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 一行三列 */
  grid-gap: 1.25vw;
  border: 0;
  will-change: max-height;
}
.technology-detail .product .technology-product-more {
  margin-top: 2.0833vw;
}
.technology-detail .product .product-list .product-item {
  height: 18.75vw;
  box-sizing: border-box;
  /* 确保内边距和边框不会增加宽度 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.8333vw 1.25vw 1.25vw;
  cursor: pointer;
  background-color: #FAFAFA;
}
.product-list .item-tag-box {
  height: auto;
  margin-bottom: 0;
}
.technology-detail .product .product-list .product-item .item-info-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.technology-detail .product .product-list .product-item .product-item-title {
  width: 15.3125vw;
  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-size: 0.9375vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold";
  line-height: 150%;
  /* 155.556% */

  margin-bottom: 0.4167vw;
  margin-top: 0.3125vw;
}

.technology-detail .product .product-list .product-item .product-item-desc {
  width: 15.3125vw;
  color: #231815;
  /* Large3-R-14-22 */
  font-family: Montserrat;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  color: #9FA0A0;
  line-height: 150%;
  /* 157.143% */
}

.technology-detail .product .product-list .product-item .product-item-img {
  width: 7.3958vw;
  height: 7.3958vw;
  margin: 0.8333vw auto 1.6667vw;
}

.technology-detail .product .product-list .product-item .product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s;
}

.technology-detail .product .product-list .product-item:hover .product-item-img img {
  transform: scale(1.2);
}
.technology-detail .product .product-list .product-item:hover .product-item-more {
  color: #3A66FB;
}

.technology-detail .product .product-list .product-item .product-item-more {
  color: #231815;
  /* Large2-S-16 */
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold";
  line-height: 150%;
  /* 150% */
  display: flex;
}

.technology-detail .product .product-list .product-item .product-item-more:hover {
  color: #3A66FB;
}

.technology-detail .product .product-list .product-item .product-item-more .iconfont {
  font-size: 1.25vw;
  line-height: 1.25vw;
  margin-left: 0.2083vw;
}


/* product-card-list */
.technology-detail .product .product-card-list .card {
  width: 100%;
  border: 0;
  margin-bottom: 0.8333vw;
}

.technology-detail .product .product-card-list .card .card-header {
  border-radius: 0;
  width: 100%;
  padding: 0 2.0833vw;
  border: 0;
  background: #FAFAFA;
}

.technology-detail .product .product-card-list .card .card-header .card-header-title {
  color: #231815;
  font-family: "Montserrat-SemiBold";
  font-size: 0.9375vw;
  font-style: normal;
  line-height: 150%;
  /* 155.556% */
}

.technology-detail .product .product-card-list .card .btn-link {
  width: 100%;
  text-decoration: none;
  color: #231815;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-family: "Montserrat-SemiBold";
  font-size: 0.9375vw;
  font-style: normal;
  line-height: 150%;
  /* 155.556% */
  padding: 1.25vw 0vw;
  background: #FAFAFA;
}
.technology-detail .product .product-card-list .card:first-child .btn-link {
  border-bottom-color: rgba(35, 24, 21, 0.1);
}
.technology-detail .product .product-card-list .card .btn-link .icon {
  font-size: 1.25vw;
  line-height: normal;
  color: #231815;
  display: inline-block;
  font-weight: 600;
}

.card-body {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 一行三列 */
  grid-gap: 1.25vw;
  border: 0;
  padding: 2.0833vw !important;
  background: #FAFAFA;
}

.card-body .product-item {
  display: flex;
  justify-content: space-between;
  padding: 0.8333vw;
  color: #231815;
  background: #fff
}

.card-body .product-item .product-item-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-body .product-item .product-item-left .product-item-title {
  max-width: 9.6875vw;
  /* Large3-S-14-22 */
  font-family: "Montserrat-SemiBold";
  font-size: 0.7292vw;
  font-style: normal;
  line-height: 150%;
  /* 157.143% */
}

.card-body .product-item .product-item-left .iconfont {
  font-size: 0.8333vw;
  line-height: normal;
}

.card-body .product-item .product-item-img {
  width: 4.1667vw;
  height: 4.1667vw;
}

.card-body .product-item .product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s;
}

.card-body .product-item:hover .product-item-img img {
  transform: scale(1.2);
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

/* download */
.technology-detail .download {
  width: 100%;
  background: #FAFAFA;
  margin-top: 6.25vw;
}

.technology-detail .download .download-box {
  padding-top: 0;
  background: #FAFAFA;
}

.technology-detail .download .download-box .download-box-top {
  justify-content: center;
  border-bottom: 0.0521vw solid rgba(35, 24, 21, 0.10);
}
.technology-detail .download .download-box .download-box-top .download-box-title {
  margin-top: 4.1667vw;
}

.technology-detail .download .download-box .download-box-content .download-list {
  margin-top: 2.0833vw;
  padding-bottom: 2.9167vw;
  max-height: 100%;
}

.technology-detail .download .download-box .download-box-content .download-list .download-item {
  flex: 0 0 100%;
  background: #fff;
  margin-right: 0;
}
.technology-detail .download .download-box .download-box-content .download-list .download-item .download-item-left .desc {
  max-width: 100%;
}
.technology-detail .download .download-box .download-box-content .download-list .download-item .down-icon {
  color: #231815;
}

.technology-detail .download .download-box .download-box-content .download-list .download-item:hover {
  background: #3A66FB;
}

/* news */
.technology-detail .news {
  padding-top: 4.1667vw;
  margin-bottom: 4.1667vw;
}

.technology-detail .news .news-title {
  color: #231815;
  /* Heading3-60 */
  font-family: "Montserrat-SemiBold";
  font-size: 3.125vw;
  font-style: normal;
  line-height: 150%;
  /* 150% */
  text-align: center;
  margin-bottom: 2.0833vw;
}

.technology-detail .news .news-content {
  padding: 1.25vw;
  background: #FAFAFA;
  display: flex;
  cursor: default;
  pointer-events: none;
}

.technology-detail .news .news-content .news-content-left {
  width: 47.0833vw;
  height: 26.4583vw;
  overflow: hidden;
  cursor: pointer;
  pointer-events: auto;
}
.technology-detail .news .news-content .news-content-left:hover img {
  transform: scale(1.1);
}
.technology-detail .news .news-content .news-content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s;
}

.technology-detail .news .news-content .news-content-right {
  flex: 1;
  margin-left: 3.75vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2.9167vw;
  color: #231815;
  font-family: Montserrat;
  font-style: normal;
}
.technology-detail .news .news-content .news-content-right .content-right-top .content-right-top-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8333vw;
  position: relative;

}
.technology-detail .news .news-content .news-content-right .content-right-top .date {
  /* Large3-R-14-24 */
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 150%;
  /* 171.429% */
  display: inline-block;
}
.technology-detail .news .news-content .news-content-right .content-right-top .content-right-top-icon .favicon {
  font-size: 1.25vw;
  line-height: normal;
}
.technology-detail .news .news-content .news-content-right .content-right-top .content-right-top-icon .favicon:hover {
  color: #3A66FB;
}

.technology-detail .news .news-content .news-content-right .content-right-top .content-right-title {
  font-family: "Montserrat-SemiBold";
  /* Heading7-S-24 */
  font-size: 1.25vw;
  line-height: 150%;
  /* 150% */
  margin-bottom: 0.8333vw;
  cursor: pointer;
  pointer-events: auto;
}
.technology-detail .news .news-content .news-content-right .content-right-top .content-right-title:hover {
  color: #3A66FB;
}
.technology-detail .news .news-content .news-content-right .content-right-top .content-right-desc {
  color: #9FA0A0;
  /* Small-12-R */
  font-size: 0.625vw;
  font-weight: 400;
  line-height: 150%;
  /* 150% */
}
.toast {
  right: 0;
  left: unset;
}
.technology-detail .news .news-content .news-content-right .content-right-bottom {
  min-width: 6.9792vw;
  width: fit-content;
  border: 0.0521vw solid #231815;
  padding: 0.4167vw 0.8333vw;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 1.25vw;
  cursor: pointer;
  pointer-events: auto;
}

.technology-detail .news .news-content .news-content-right .content-right-bottom:hover {
  background: #3A66FB;
  color: #fff;
  border-color: #3A66FB;
}

.technology-detail .news .news-content .news-content-right .content-right-bottom:hover .iconfont {
  background: #fff;
  color: #3A66FB;
}

.technology-detail .news .news-content .news-content-right .content-right-bottom span {
  min-width: 3.5417vw;
  width: fit-content;
  text-align: center;
  /* Large2-S-16 */
  font-family: "Montserrat-SemiBold";
  font-size: 0.8333vw;
  line-height: 150%;
  /* 150% */
  white-space: nowrap;
}

.technology-detail .news .news-content .news-content-right .content-right-bottom .iconfont {
  margin-left: 0.4167vw;
  font-size: 1.25vw;
  line-height: 1.25vw;
  width: 1.25vw;
  height: 1.25vw;
  background: #3A66FB;
  color: #fff;
  border-radius: 50%;
}

/* blogs */
.technology-detail .blog-box {
  background: #FAFAFA;
}
.technology-detail .product-blog  {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4.1667vw;
  margin-bottom: 0;
}
.technology-detail .product-blog .product-blog-top {
  justify-content: center;
  border-bottom: 0.0521vw solid rgba(35, 24, 21, 0.20);
}

.technology-detail .product-blog .product-blog-title {
  margin-top: 4.1667vw;
  padding-bottom: 2.0833vw;
  text-align: center;
}

.technology-detail .product-blog .product-blog-content .product-blog-left .product-blog-left-center .left-center-desc {
  color: rgba(35, 24, 21, 0.50);
  cursor: default;
  pointer-events: none;
}

.technology-detail .product-blog .product-blog-content {
  border-bottom-color: rgba(35, 24, 21, 0.20);
}

/* Related Links */
.technology-detail .related-links {
  margin-bottom: 4.1667vw;
}
.technology-detail .related-links .related-links-title {
  padding-top: 4.1667vw;
  margin-bottom: 2.0833vw;
  color: #231815;
  text-align: center;

  /* Heading3-60 */
  font-family: "Montserrat-SemiBold";
  font-size: 3.125vw;
  font-style: normal;
  line-height: 150%;
  /* 150% */
}

.technology-detail .related-links .related-links-list {
  display: flex;
}
/* 一行三个 */
.technology-detail .related-links .related-links-list .three-item {
  flex: 0 0 calc((100% - 2 * 1.25vw) / 3);
  margin-right: 1.25vw;
}
/* 一行2个 */
.technology-detail .related-links .related-links-list .two-item {
  flex: 0 0 calc((100% - 2 * 1.25vw) / 2);
  margin-right: 1.25vw;
}
/* 一行1个 */
.technology-detail .related-links .related-links-list .one-item {
  display: flex;
  margin-right: 0;
}
.technology-detail .related-links .related-links-list .related-links-item:last-child {
  margin-right: 0;
}

.technology-detail .related-links .related-links-list .related-links-item .links-item-img {
  width: 100%;
  height: 18.125vw;
  overflow: hidden;
}
.technology-detail .related-links .related-links-list .one-item .links-item-img {
  width: 36.875vw;
  height: 20.7292vw;
  overflow: hidden;
}
.technology-detail .related-links .related-links-list a:hover .links-item-img img {
  transform: scale(1.1);
}

.technology-detail .related-links .related-links-list .related-links-item .links-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s;
}

.technology-detail .related-links .related-links-list .related-links-item .links-item-bottom {
  width: 100%;
  height: 12.2917vw;
  background: #FAFAFA;
  padding: 1.25vw 0.8333vw;
  display: flex;
  flex-direction: column;
}
.technology-detail .related-links .related-links-list .one-item .links-item-bottom {
  flex: 1;
  padding: 2.0833vw;
  height: 100%;
}
.technology-detail .related-links .related-links-list .related-links-item .links-item-bottom .item-bottom-title {
  max-width: 100%;
  /* Large1-S-18 */
  font-family: "Montserrat-SemiBold";
  font-size: 0.9375vw;
  font-style: normal;
  line-height: 150%;
  /* 155.556% */
  color: #231815;
  margin-bottom: 0.8333vw;
  -webkit-line-clamp: 3;
}

.technology-detail .related-links .related-links-list .related-links-item .links-item-bottom .item-bottom-desc {
  max-width: 100%;
  color: #231815;
  /* Large3-R-14-22 */
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 157.143% */
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 1440px) { 
  .technology-detail .products-title {
    margin-top: 0;
  }
  .technology-detail .product .product-list {
    grid-gap: 1.1111vw;
    max-height: 42.5vw;
  }
  .technology-detail .product .product-list .product-item {
    height: 20.6944vw;
    padding-right: 1.1111vw;
  }
  .technology-detail .product .product-list .product-item .product-item-title {
    width: 15.1389vw;
  }
  .technology-detail .product .product-list .product-item .product-item-desc {
    width: 15.1389vw;
  }
  .technology-detail .product .product-list .product-item .product-item-img {
    width: 6.1111vw;
    height: 6.1111vw;
    margin: 0 auto;
    margin-bottom: 2.7778vw;
  }
  .technology-detail .product-blog .product-blog-title {
    margin-top: 0;
    padding-top: 5.556vw;
  }
  .technology-detail .news {
    padding-top: 5.556vw;
    margin-top: 0;
    margin-bottom: 5.556vw;
  }
  .technology-detail .related-links .related-links-title {
    padding-top: 5.556vw;
  }
  .technology-detail .news .news-content .news-content-left {
    width: 45.5556vw;
    height: 25.625vw;
  }
  .technology-detail .news .news-content .news-content-right {
    margin-left: 1.6667vw;
    padding-top: 1.1111vw;
  }
  .product-blog .product-blog-content .product-blog-left .product-blog-left-center {
    max-width: 30.5556vw;
  }
  .technology-detail .product-blog .product-blog-content .product-blog-left .product-blog-left-center .left-center-tit {
    margin-bottom: 1.1111vw;
  }
  .product-blog .product-blog-content .product-blog-left .product-blog-left-center .left-center-desc {
    height: 6.6667vw;
    -webkit-line-clamp: 4;
    margin-bottom: 4.7222vw;
  }
  .product-blog .product-blog-content .product-blog-left .product-blog-left-bottom {
    margin-left: 1.0417vw;
  }
  .technology-detail .related-links .related-links-list .related-links-item .links-item-img {
    height: 17.9167vw;
  }
  .technology-detail .related-links {
    margin-bottom: 5.556vw;
  }
  .technology-detail .news .news-content .news-content-right .content-right-top .content-right-desc {
    font-size: 0.833vw;
  }
  .technology-detail .product-blog {
    padding-bottom: 5.556vw;
  }
  .technology-detail .download .download-box .download-box-content .download-list {
    padding-bottom: 3.889vw;
  }
  .technology-detail .news .news-content .news-content-right .content-right-bottom span {
    min-width: 4.722vw;
    width: fit-content;
 }
}
@media screen and (max-width: 768px) { 
  .technology-detail .product {
    padding-top: 0;
    margin-top: 0;
  }
  .technology-box {
    margin-bottom: 32vw;
  }
  .technology .technology-top {
    margin-top: 12.8vw;
  }
  .technology .technology-top .technology-title-box .technology-title {
    font-size: 4.2667vw;
    padding: 2.1333vw 0;
  }
  .crumbs {
    padding-top: 2.1333vw;
  }
  .technology-detail .products-title {
    margin-top: 0;
  }
  .technology-detail .product .product-title {
    margin-top: 0;
  }
  .technology-detail .product .product-list {
    max-height: 244.2667vw;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.0667vw;
  }
  .technology-detail .product .product-list .product-item {
    height: 60.2667vw;
    padding: 4.2667vw 2.1333vw;
  }
  .technology-detail .product .product-list .product-item .product-item-img {
    width: 17.0667vw;
    height: 17.0667vw;
    margin-bottom: 6.4vw;
    margin-top: 0;
  }
  .technology-detail .product .product-list .product-item .product-item-title {
    width: auto;
    font-size: 3.7333vw;
  }
  .technology-detail .product .product-list .product-item .product-item-desc {
    width: auto;
    font-size: 2.1333vw;
  }
  .technology-detail .product .product-list .product-item .product-item-more {
    font-size: 3.7333vw;
    margin-left: 2.1333vw;
  }
  .technology-detail .product .product-list .product-item .product-item-more .iconfont {
    font-size: 4.2667vw;
    line-height: normal;
    font-weight: 600;
  }
  .technology-detail .news .news-title {
    text-align: left;
    margin-bottom: 6.4vw;
  }
  .technology-detail .news .news-content {
    flex-direction: column;
    padding: 4.2667vw;
  }
  .technology-detail .news .news-content .news-content-left {
    width: 100%;
    height: 44.2667vw;
  }
  .technology-detail .news .news-content .news-content-right {
    margin-left: 0;
    padding-top: 4.2667vw;
  }
  .technology-detail .news .news-content .news-content-right .content-right-top .content-right-top-icon {
    margin-bottom: 2.1333vw;
  }
  .technology-detail .news .news-content .news-content-right .content-right-top .content-right-desc {
    display: none;
  }
  .technology-detail .news .news-content .news-content-right .content-right-top .content-right-title {
    font-size: 3.7333vw;
    margin-bottom: 6.4vw;
  }
  .technology-detail .news .news-content .news-content-right .content-right-bottom {
    width: auto;
    border: 0;
    padding: 0;
    border-radius: 0;
  }
  .technology-detail .news .news-content .news-content-right .content-right-bottom span {
    width: auto;
    font-size: 3.2vw;
  }
  .technology-detail .news .news-content .news-content-right .content-right-bottom .iconfont {
    width: 4.2667vw;
    height: 4.2667vw;
    font-size: 4.2667vw;
    margin-left: 1.0667vw;
    line-height: normal;
    background: none;
    color: #231815;
  }
  .technology-detail .news .news-content .news-content-right .content-right-top .date {
    font-size: 2.1333vw;
  }

  .technology-detail .product-blog .product-blog-top {
    justify-content: flex-start;
  }
  .technology-detail .product-blog .product-blog-title {
    padding-bottom: 6.4vw;
  }
  .technology-detail .product-blog .product-blog-content .product-blog-left .product-blog-left-center .left-center-tit {
    margin-bottom: 4.2667vw;
  }
  .technology-detail .product-blog {
    padding-bottom: 0vw;
    margin-bottom: 21.3333vw;
    background: #fff;
    padding-top: 0;
    margin-top: 21.3333vw;
  }
  .technology-detail .related-links .related-links-title {
    padding-top: 0;
    text-align: left;
    margin-bottom: 6.4vw;
  }
  .technology-detail .download-box .download-box-content .download-list .download-item .down-icon-mob {
    background: #FAFAFA;
    font-size: 4.2667vw;
    height: 10.6667vw;
  }
  .technology-detail .download {
    margin-top: 21.3333vw;
  }
  .technology-detail .download .download-box {
    padding-top: 10.6667vw;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .technology-detail .download .download-box .download-box-top {
    justify-content: flex-start;
    border: 0;
  }
  .technology-detail .download .download-box .download-box-content .download-list {
    max-height: 100%;
    padding-bottom: 6.4vw;
    margin-top: 6.4vw;
  }
  .technology-detail .download .download-box .download-box-content .download-list .download-item .down-icon {
    font-size: 6.4vw;
    line-height: normal;
  }
  .technology-detail .news {
    padding-top: 6.4vw;
    margin-top: 6.4vw;
    margin-bottom: 21.3333vw;
  }
  .technology-detail .product-blog .product-blog-title {
    border-bottom: 0;
  }
  .technology-detail .related-links .swiper-container .related-links-item {
    display: flex;
    flex-direction: column;
    color: #231815;
    /* Large1-S-18 */
    font-family: "Montserrat-SemiBold";
    font-style: normal;
    line-height: 150%; /* 155.556% */
  }
  .technology-detail .related-links .swiper-container .related-links-item .links-item-img {
    width: 100%;
    height: 65.6vw;
  }
  .technology-detail .related-links .swiper-container .related-links-item .links-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .technology-detail .related-links .swiper-container .related-links-item .links-item-bottom {
    padding: 4.2667vw;
    background: #FAFAFA;
  }
  .technology-detail .related-links .swiper-container .related-links-item .item-bottom-title {
    margin-bottom: 4.2667vw;
    font-size: 4.8vw;
    line-height: 150%;
    font-weight: normal;
    -webkit-line-clamp: 4;
  }
  .technology-detail .related-links .swiper-container .related-links-item .item-bottom-desc {
    font-family: Montserrat;
    font-size: 3.7333vw;
    line-height: 150%;
    -webkit-line-clamp: 6;
  }
  .technology-detail .related-links .swiper-container {
    position: relative;
  }
  .technology-detail .related-links .swiper-container .swiper {
    position: unset;
    overflow-y: visible;
  }
  .swiper-container .product-selection-next, .swiper-container .swiper-button-prev {
    position: absolute;
    bottom: -17.0667vw;
    right: 0;
    top: unset;
    left: unset;
    width: 10.6667vw;
    height: 10.6667vw;
    border-radius: 50%;
  }
  .swiper-container .swiper-button-prev {
    right: 17.0667vw;
  }
  .swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
    color: #231815;
    font-size: 3.2vw;
    font-weight: bold;
  }
  .technology-detail .related-links {
    margin-bottom: 38.4vw;
    margin-top: 10.6667vw;
  }


  .technology-detail .product .product-card-list .card .card-header {
    padding: 0 4.2667vw;
  }
  .technology-detail .product .product-card-list .card .btn-link {
    padding: 4.2667vw 0;
  }
  .technology-detail .product .product-card-list .card .card-header .card-header-title {
    font-size: 4.2667vw;
  }
  .technology-detail .product .product-card-list .card .btn-link .icon {
    font-size: 6.4vw;
  }
  .card-body {
    padding: 4.2667vw!important;
    grid-template-columns:repeat(1, 1fr);
    grid-gap: 6.4vw;
  }
  .card-body .product-item {
    padding: 4.2666vw;
  }
  .card-body .product-item .product-item-left .product-item-title {
    max-width: 100%;
    font-size: 3.733vw;
  }
  .card-body .product-item .product-item-left .iconfont {
    font-size:  4.2666vw;
  }
  .repeatTwo {
    grid-template-columns:repeat(2, 1fr)!important;
  }
  .card-body .product-item .product-item-img {
    width: 21.3333vw;
    height: 21.3333vw;
  }
  .repeatTwo .product-item .product-item-img {
    width: 17.0667vw;
    height: 17.0667vw;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .repeatTwo .product-item {
    height: 39.4667vw;
    padding: 4.2667vw 2.1333vw 2.1333vw;
    position: relative;
  }
  .product-blog .product-blog-content .product-blog-left .product-blog-left-center .left-center-desc {
    height: 29.3333vw;
    -webkit-line-clamp: 5;
    margin-bottom: 6.4vw;
  } 
  .product-blog .product-blog-content .product-blog-left .product-blog-left-bottom {
    margin-left: 0;
  }
  .technology-detail .download .download-box .download-box-content .download-list .download-item:hover {
    background: #fff;
  }
  .product-blog .product-blog-content .product-blog-left .product-blog-left-center {
    max-width: 100%;
  }
  .technology-detail .product .technology-product-more {
    margin-top:  10.6667vw;
  }
  .technology-detail .container .video {
    height: 49.066vw;
    margin: 6.4vw auto  21.3333vw;
  }
  .technology-detail .container .video .play .iconfont {
    font-size: 10.6667vw;
  }
  .technology-detail .news .news-content .news-content-right .content-right-top .content-right-title:hover {
    color: #231815;
  }
  .technology-detail .news .news-content .news-content-right .content-right-bottom:hover {
    background: unset;
    color: #231815;
    border-color: unset;
  }
  .technology-detail .news .news-content .news-content-right .content-right-bottom:hover .iconfont {
    background: unset;
    color: #231815;
  }
  .technology-detail .product .product-card-list .card {
    margin-bottom: 4.2666vw;
  }
  .technology-detail .download .download-box .download-box-top .download-box-title {
    margin-top: 0;
  }
}