.solution_component {
  padding: 10rem 0 13.8rem;
}
.solution_component .tcon {
  z-index: 3;
}
.solution_component .main {
  margin-top: -3.888889%;
  background-image: linear-gradient(to top, transparent, #f5f6f7, transparent);
}
.solution_component .components {
  width: 65.277778%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.solution_component .components .bg {
  width: 98.085106%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.solution_component .components ul {
  position: static;
}
.solution_component .components li {
  cursor: pointer;
  position: absolute;
  width: 10.425532%;
  height: 10.425532%;
}
.solution_component .components li.active .img {
  border-color: var(--secondary);
  background-color: var(--secondary);
  box-shadow: 0.8rem 1rem 0.8rem rgba(183, 190, 196, 0.15);
}
.solution_component .components li.active .name {
  color: var(--secondary);
}
.solution_component .components li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s;
  border: 2px solid #c8cacc;
  background-color: #fff;
}
.solution_component .components li .name {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  transition: all 0.3s;
  position: absolute;
  left: 128.571429%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}
.solution_component .components li.reverse .name {
  left: auto;
  right: 128.571429%;
  text-align: right;
}
.solution_component .swiper_wraps h3 {
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1.235294;
}
.solution_component .swiper_wrap {
  display: none;
}
.solution_component .swiper_wrap.active {
  display: block;
}
.solution_component .swiper_box {
  margin-top: 0.5rem;
}
.solution_component .btn {
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .solution_component {
    padding: 50px 0;
  }
  .solution_component .components li .name {
    font-size: 12px;
  }
  .solution_component .swiper_wraps h3 {
    font-size: 18px;
  }
  .solution_component .swiper_box {
    margin-top: 20px;
  }
  .solution_component .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .solution_component .main {
    margin-top: 0;
  }
  .solution_component .components {
    width: 100%;
  }
  .solution_component .components .bg {
    top: 0;
    transform: translate(-50%, 20%);
  }
  .solution_component .components ul {
    gap: 20px;
    display: flex;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 20px -20px 0;
    overflow: auto;
  }
  .solution_component .components ul::-webkit-scrollbar {
    display: none;
  }
  .solution_component .components li {
    width: auto;
    height: auto;
    position: static;
    gap: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .solution_component .components li.reverse .name {
    text-align: left;
  }
  .solution_component .components li .img {
    width: 40px;
    height: 40px;
  }
  .solution_component .components li .name {
    position: static;
    transform: translate(0);
    white-space: nowrap;
  }
  .solution_component .swiper_wraps {
    margin-top: 50px;
  }
  .solution_component .swiper_btns {
    display: none;
  }
}
