.technology {
  width: 100%;
}
.technology .technology-top {
  width: 100%;
  margin: 4.375vw 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 .technology-top .technology-title-box {
  max-width: 75vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #231815;
  font-family: Montserrat;
  
  font-style: normal;
}
.technology .animationT3 {
  animation-delay: 0.45s;
}
.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;
  /* animation: public-title-animation 2s forwards; */
}
.technology .technology-top .technology-title-box .technology-search {
  width: 12.5vw;
  height: 2.0833vw;
  display: flex;
  line-height: 2.0833vw;
  padding: 0.4167vw 0.4167vw 0.4167vw 0.8333vw;
  flex-shrink: 0;
  border-radius: 2.0833vw;
  background: #F2F2F2!important;
}
.technology .technology-top .technology-title-box .technology-search .search-icon { 
  line-height: 1.25vw;
  font-size: 1.25vw;
  color: #231815;
}
.technology .technology-top .technology-title-box .technology-search .search-icon:hover {
  cursor: pointer;
  color: #3A66FB;
}
.technology .technology-top .technology-title-box .technology-search .search-input {
  max-width: 9.375vw;
  background: #F2F2F2;
  height: 1.25vw;
  margin-left: 0.4167vw;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 150%; /* 150% */
}
.technology .technology-top .technology-title-box .technology-search input::placeholder {
  color: #231815;
}
/* technology-list */
.technology .technology-list {
  width: 100%;
  height: auto;
  min-height: 20.8333vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 一行三列 */
  grid-gap: 1.25vw;
  position: relative;
}

.technology .technology-list .technology-item {
  box-sizing: border-box;
  /* 确保内边距和边框不会增加宽度 */
  display: flex;
  flex-direction: column;
  cursor: pointer;
  opacity: 0;
}

.technology .technology-list .technology-item:hover .technology-item-img img {
  transform: scale(1.1);
}
.technology .technology-list .technology-item:hover .technology-item-desc span {
  color: #3A66FB;
}
.technology .technology-list .technology-item .technology-item-img {
  width: 24.1667vw;
  height: 13.5937vw;
  border: 0;
  overflow: hidden;
}

.technology .technology-list .technology-item .technology-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s;
}

.technology .technology-list .technology-item .technology-item-desc {
  width: 100%;
  padding: 1.25vw 0.8333vw;
  background-color: #FAFAFA;
}

.technology .technology-list .technology-item .technology-item-desc span {
  max-width: 16.4583vw;
  display: inline-block;
  color: #231815;
  /* Heading7-S-24 */
  font-family: Montserrat;
  font-size: 1.25vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  /* 150% */
  
}

/* page */
.page {
  margin: 2.0833vw auto 4.1667vw;
}
.el-pagination p,.el-pagination .number-input,.el-pagination .page-icon {
  display: none;
}

.el-pagination .el-pager {
  margin-bottom: 0;
}
.el-pagination .el-pager li {
  min-width: 2.0833vw;
  height: 2.0833vw;
  line-height: 2.0833vw;
  margin-right: 0.3125vw;
  color: #9FA0A0;
  text-align: center;

  /* Large3-S-14-22 */
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  
  border-radius: 0;
}

.el-pager li:hover a, .pagination .el-pagination .default:hover {
  background: #3A66FB;
}

.el-pager .active {
  border: none;
  background-color: #3A66FB;
  color: #fff!important;
}
@media screen and (max-width: 1440px) {
  .technology .technology-list .technology-item .technology-item-img {
    width: 23.8889vw;
    height: 13.4722vw;
  }
  .technology .technology-list .technology-item .technology-item-desc {
    padding: 1.6667vw;
  }
}

@media screen and (max-width: 768px) {
  .technology .technology-top {
    padding: 0 6.4vw;
    margin-top: 12.8vw;
  }
  .technology .technology-top .technology-title-box {
    max-width: 100%;
  }
  .technology .technology-top .technology-title-box .technology-title {
    font-size: 4.2667vw;
    padding: 2.4vw 0;
  }
  .technology .technology-top .technology-title-box .technology-search {
    width: 25.8667vw;
    height: 6.9333vw;
    padding: 1.0667vw 4.2667vw;
    border-radius: 10.6667vw;
  }
  .technology .technology-top .technology-title-box .technology-search .search-icon {
    font-size: 4.2667vw;
    line-height: normal;
  }
  .technology .technology-top .technology-title-box .technology-search .search-input {
    font-size: 3.2vw;
    width: 10.9333vw;
    height: 4.8vw;
    margin-left:  2.1333vw;
    max-width: 100%;
  }

  .crumbs {
    padding-top: 2.1333vw;
  }
  .technology .technology-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap:4.2667vw;
    min-height: 80vw;
  }
  .technology .technology-list .technology-item .technology-item-img {
    width: 100%;
    height: 49.0667vw;
  }
  .technology .technology-list .technology-item .technology-item-desc {
    padding: 4.2667vw;
  }
  .technology .technology-list .technology-item .technology-item-desc span {
    font-size: 3.7333vw;
    max-width: 100%;
  }
  .page {
    margin: 6.4vw auto 21.3333vw;
  }
}