.solution-s1 .img-box {
  width: 70%;
  margin: auto;
  /* pointer-events: none; */
  user-select: none;
  -webkit-user-drag: none;
}

/* 产品检测页面特定样式 */
.solution-s1.testing-page {
  padding: 2.25vw 0 6.25vw;
}

/* 图标包装器颜色 */
.icon-wrapper.bg-yellow {
  background-color: #FDB913;
}

.icon-wrapper.bg-blue {
  background-color: #0072C6;
}

.icon-wrapper.bg-green {
  background-color: #00A651;
}