@media (min-width: 981px) {
  .service .head-title {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  .service .head-title {
    font-size: 24px;
  }
}
.service .main-body {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
}
.service .requirement {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.service .requirement .list .item {
  background-color: #EBF0FD;
  position: relative;
}
@media (max-width: 980px) {
  .service .requirement .list .item {
    padding: 50px 30px 20px 30px;
    margin: 30px 0;
  }
}
@media (min-width: 981px) {
  .service .requirement .list .item {
    width: 700px;
    padding: 20px 100px;
    margin: 50px 0;
  }
}
.service .requirement .list .item .item-icon {
  position: absolute;
}
@media (min-width: 981px) {
  .service .requirement .list .item .item-icon {
    left: 8px;
    top: -25px;
    width: 85px;
  }
}
@media (max-width: 980px) {
  .service .requirement .list .item .item-icon {
    left: 20px;
    top: -15px;
    width: 55px;
  }
}
.service .requirement .list .item .title {
  font-weight: bold;
}
@media (min-width: 981px) {
  .service .requirement .list .item .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 980px) {
  .service .requirement .list .item .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.service .requirement .list .item .content {
  color: #888;
}
.service .requirement .main-image {
    position: absolute;
    max-height: 764px;
}
@media (min-width: 981px) {
    .service .requirement .main-image {
        height: 120%;
        right: -6vw;
        bottom: -120px;
    }
}
@media (max-width: 1300px) {
    .service .requirement .main-image {
        height: 100%;
        bottom: -100px;
    }
}
@media (max-width: 1200px) {
    .service .requirement .main-image {
        height: 80%;
        bottom: 0;
    }
}
@media (max-width: 1080px) {
    .service .requirement .main-image {
        height: 60%;
        bottom: unset;
        top: 0;
    }
}
@media (max-width: 980px) {
    .service .requirement .main-image {
        height: 40%;
        right: -3vw;
    }
}
@media (max-width: 800px) {
    .service .requirement .main-image {
        height: 30%;
    }
}
@media (max-width: 560px) {
    .service .requirement .main-image {
        height: 25%;
        top: -5px;
    }
}
.service .requirement .main-image img {
  width: 100%;
  height: 100%;
}
.service .process {
  background-color: #F5F9FF;
  padding: 40px 0;
}
.service .process .head-title {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
}
.service .process .list {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px auto;
}
@media (max-width: 980px) {
  .service .process .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .service .process .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service .process .list .item {
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  transform: rotate(0);
}
@media (min-width: 981px) {
  .service .process .list .item {
    padding: 50px;
  }
}
@media (max-width: 980px) {
  .service .process .list .item {
    padding: 20px;
  }
}
.service .process .list .item:hover {
  background-color: #ecf3fd;
  transform: rotateY(360deg);
}
.service .process .list .item:hover .image img {
  transform: scale(1.5);
}
.service .process .list .item .image {
  margin: 30px 0;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #ecf3fd;
  display: flex;
  justify-items: center;
  align-items: center;
}
.service .process .list .item .image img {
  width: 135px;
  height: 135px;
  position: relative;
  top: 10px;
  transition: all 0.9s ease-in-out;
  transform: scale(1);
}
.service .process .list .item .content {
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
.service .support .head-title {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.service .support .menu {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 980px) {
  .service .support .menu ul {
    width: 90vw;
    overflow-x: scroll;
  }
  .service .support .menu ul li {
    white-space: nowrap;
  }
}
.service .support .menu ul {
  list-style: none;
  display: flex;
  gap: 30px;
}
.service .support .menu ul li {
  border-bottom: 8px solid transparent;
  padding: 0 10px 15px 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.service .support .menu ul li:hover {
  border-bottom: 8px solid #46a1fa;
}
.service .support .menu ul .active {
  border-bottom: 8px solid #1E90FF;
}
.service .support .slick {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #1E90FF;
}
@media (min-width: 981px) {
  .service .support .slick {
    margin: 0 0 100px 0;
  }
}
@media (max-width: 980px) {
  .service .support .slick {
    margin: 0 0 50px 0;
  }
}
.service .support .slick .item {
  position: relative;
}
@media (min-width: 981px) {
  .service .support .slick .item {
    width: 100vw;
    height: 700px;
  }
}
@media (max-width: 980px) {
  .service .support .slick .item {
    width: 100vw;
    height: 100vw;
  }
}
.service .support .slick .item img {
  object-fit: cover;
  object-position: center;
}
@media (min-width: 981px) {
  .service .support .slick .item img {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .service .support .slick .item img {
    height: 100%;
  }
}
.service .support .slick .item .foot-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  color: white;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 981px) {
  .service .support .slick .item .foot-content {
    padding: 60px 0 ;
  }
}
@media (max-width: 980px) {
  .service .support .slick .item .foot-content {
    padding: 30px 0 ;
  }
}
.service .support .slick .item .foot-content .title {
  font-weight: bold;
  margin: 0 auto 10px auto;
  width: 80vw;
  max-width: 1200px;
}
@media (min-width: 981px) {
  .service .support .slick .item .foot-content .title {
    font-size: 28px;
  }
}
@media (max-width: 980px) {
  .service .support .slick .item .foot-content .title {
    font-size: 20px;
  }
}
.service .support .slick .item .foot-content .content {
  margin: 0 auto 10px auto;
  width: 80vw;
  max-width: 1200px;
  color: #EEE;
}
@media (min-width: 981px) {
  .service .support .slick .item .foot-content .content {
    font-size: 22px;
  }
}
@media (max-width: 980px) {
  .service .support .slick .item .foot-content .content {
    font-size: 16px;
  }
}
/*# sourceMappingURL=service.css.map */