.services_main {
  padding: 11.6rem 0 16rem;
}
.services_main p {
  max-width: 93.6rem;
  margin-top: 2.8rem;
}
.services_main .list {
  margin-top: 6.4rem;
}
.services_main .list p.center{
  width: 100%;
  max-width: 100%;
}
.services_main .list > ul {
  display: grid;
  gap: 3rem;
}
.services_main .service_item {
  position: relative;
  display: grid;
  grid-template-columns: 30.6% 1fr;
  border-radius: 1.6rem;
  border: 1px solid rgba(205, 209, 211, 0.54);
  gap: 2rem 6.94444%;
}
.services_main .service_item.active::after {
  opacity: 1;
}
.services_main .service_item::after {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: -1px;
  top: -1px;
  content: '';
  border-radius: 1.6rem;
  border: 2px solid var(--primary);
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
  box-shadow: 0 0.7rem 0.5rem rgba(0, 0, 0, 0.06);
}
.services_main .service_item .img {
  background-image: var(--bg2);
  --h: 81.818181%;
  border-radius: 1.6rem;
}
.services_main .service_item .img img {
  height: auto;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.services_main .service_item .img:hover img {
  transform: translateY(-50%) scale(1.02);
}
.services_main .service_item .info {
  font-size: 1.7rem;
  line-height: 1.529412;
  align-self: center;
  padding: 2% 3% 2.9% 0;
}
.services_main .service_item .info .title {
  font-size: 3rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.services_main .service_item .info .desc {
  color: var(--text);
  max-width: 79.6rem;
  margin-top: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.services_main .service_item .info ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(31rem, 100%), 1fr));
  font-weight: 500;
  color: #161616;
  gap: 0.8rem 2rem;
  margin-top: 1.3rem;
  max-width: 77.9rem;
}
.services_main .service_item .info ul li {
  position: relative;
  padding-left: 2.6rem;
}
.services_main .service_item .info ul li::before {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 0.4rem;
  content: '';
  background: url("../img/gou.svg") no-repeat center / contain;
}
.services_main .service_item .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3.5rem;
  gap: 2rem;
}
.services_main .service_item .btns .btn {
  padding: 0 3.9rem 0 3.8rem;
}
.services_main .service_item .btns .btn_line {
  border-color: var(--primary);
  min-width: 20rem;
}
.services_intro {
  padding: 13.2rem 0 15.7rem;
  overflow: hidden;
}
.services_intro.bg {
  background-color: var(--bg);
  padding-top: 16.9rem;
}
.services_intro .img {
  width: 43.29861111%;
  border-radius: 2rem;
  --h: 75.0444475%;
  margin-top: 0.7%;
}
.services_intro .img:hover img {
  transform: scale(1.02);
}
.services_intro .head {
  flex: 1;
  width: 100%;
  max-width: 70.5rem;
}
.services_intro h2 {
  max-width: 69rem;
}
.services_intro p {
  max-width: 53.1rem;
  margin-top: 2rem;
}
.services_intro .btn {
  margin-top: 3.8rem;
  min-width: 19.9rem;
}
.services_intro .logo_op {
  width: 28.77955%;
  opacity: 0.19;
  right: -1.8055556%;
  top: -20%;
}
.page_process {
  padding-top: 7rem;
}
.page_process .page_process_swiper {
  margin-top: 5.1rem;
}
@media screen and (max-width: 768px) {
  .services_main {
    padding: 50px 0;
  }
  .services_main .list {
    margin-top: 30px;
  }
  .services_main .list > ul {
    gap: 20px;
  }
  .services_main .service_item {
    border-radius: 10px;
  }
  .services_main .service_item .img {
    border-radius: 10px;
  }
  .services_main .service_item .info {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px;
    padding-left: 0;
  }
  .services_main .service_item .info .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .services_main .service_item .info .desc {
    margin-top: 10px;
  }
  .services_main .service_item .info ul {
    grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
    gap: 10px;
    margin-top: 10px;
  }
  .services_main .service_item .info ul li {
    padding-left: 25px;
  }
  .services_main .service_item .info ul li::before {
    width: 14px;
    height: 14px;
    top: 2px;
  }
  .services_main .service_item .btns {
    gap: 14px;
    margin-top: 20px;
  }
  .services_main .service_item .btns .btn,
  .services_main .service_item .btns .btn_line {
    padding: 0 16px;
  }
  .services_main .service_item .btns .btn_line {
    min-width: unset;
  }
  .services_intro {
    padding: 50px 0;
  }
  .services_intro.bg {
    padding-top: 50px;
  }
  .services_intro .img {
    border-radius: 10px;
    margin: 0;
  }
  .page_process {
    padding-top: 50px;
  }
  .page_process .page_process_swiper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .services_main .service_item {
    grid-template-columns: 1fr;
  }
  .services_main .service_item .info {
    padding: 0 20px 20px;
  }
  .services_intro .img {
    width: 100%;
  }
}
