.insucom-confident-block {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 1200px) {
  .insucom-confident-block {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .insucom-confident-block {
    padding-top: 20px;
  }
}
.insucom-confident-block .background-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 600px;
}
.insucom-confident-block .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insucom-confident-block .progress-step .progress-step-wrapper {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .insucom-confident-block .progress-step .progress-step-wrapper {
    padding: 20px 0;
  }
}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-title {
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  color: var(--color-second);
  text-align: center;
  white-space: pre-line;
}
@media (max-width: 767px) {
  .insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: normal;
  }
}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* 1秒后开始淡入和向左滑动的动画 */
}
@media (max-width: 1200px) {
  .insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content {
    gap: 15px;
    grid-template-columns: none !important;
  }
}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .item {
  opacity: 1;
  border-radius: 4px;
}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-head {
}
@media (max-width: 767px) {
  .insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-head {
    margin-bottom: 10px;
  }
}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-head .icon-img {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-head .icon-img .img {text-align: center;}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-head .icon-img .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-head .counter {
  font-size: 40px;
  color: var(--color-second);
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-second);
  opacity: 0.3;
}
@media (max-width: 767px) {
  .insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-head .counter {
    font-size: 30px;
  }
}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-title {
  text-align: center;
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 28px;
  color: var(--title-text-color);
  font-weight: 700;
  margin: 35px 0;
}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-desc {
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #333;
}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .fade-left {
  opacity: 0;
  transform: translateX(-50px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .animate {
  opacity: 1;
  transform: translateX(0);
}


@media(max-width:991px){
  .insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-title { margin:15px 0;}
.insucom-confident-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-desc {line-height: 24px;font-size: 14px;}
}
