.service-1 {
  position: relative;
  width: 100%;
  /* height: 1200px; */
  background: linear-gradient(180deg, #8D8D9F 0%, #7D7D8D 100%);
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-1-item {
  position: relative;
  min-width: 1180px;
  width: var(--maxWidth);
  height: 25rem;
  z-index: 2;
}
.service-1-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.service-1-up {
  margin-top: -50px;
  display: flex;
  justify-content: space-between;
}
.service-1-text {
  width: 600px;
  height: auto;
  text-align: justify;
  margin: 0 50px 50px 0;
}
.service-1-img {
  width: 600px;
  height: 400px;
  border-radius: 50px 0 50px 0;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  object-fit: cover;
}

.service-1-desc {
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -40px;
  padding: 129px 0;
}
.service-1-desc p {
  margin: 0;
}
.service-1-team {
  width: 452px;
  height: 25rem;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.service-team-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-1-team ul {
  margin: 0;
  padding-left: 15px;
}


.service-container {
  width: var(--maxWidth);
  min-width: 1180px;
  height: auto;
  text-align: center;
}

.service-2 {
  position: relative;
  width: 100%;
  min-height: 1067px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #8D8D9F 0%, #484955 100%);
}
.service-2-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
.service-2-list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 50px;
}
.service-2-item {
  width: 29%;
  height: auto;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: justify;
}
.service-2-item-bg {
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 80px 80px 80px 80px;
}
.service-2-item-img {
  width: 104px;
  height: 104px;
}
.service-2-item-title {
  color: #242424;
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0 10px 0;
}

.service-3 {
  position: relative;
  width: 100%;
  height: 55.3125rem;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-3-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.service-3-container {
  width: var(--maxWidth);
  min-width: 1180px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-3-mask {
  width: 1000px;
  height: 685px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50px 0px 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-3-title {
  font-size: 32px;
  font-weight: 600;
}
.service-3-info {
  margin: 20px 8%;
  text-align: center;
}
.service-3-info p {
  margin: 0;
}
.service-3-info span {
  color: #B6883D;
}
.service-3-list {
  width: 85%;
  padding: 20px 10px;
  border-top: 1px solid #B6883D;
  border-bottom: 1px solid #B6883D;
  display: flex;
  justify-content: space-between;
}
.service-3-iso {
  width: 250px;
  height: 350px;
}

.mini-service-container {
  display: none;
}
.pc-service-container {
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .service-1 {
    font-size: 16px;
    line-height: 28px;
  }
  .service-1-down {
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
    min-width: 100%;
    padding: 0 5%;
  }
  .service-1-text {
    width: 100%;
    margin: 0;
  }
  .service-1-img {
    width: 100%;
    height: 234px;
    border-radius: 20px 0 20px 0;
  }
  .service-container {
    width: 100%;
    min-width: 100%;
    text-align: left;
    padding: 0 5%;
  }
  .service-2 {
    font-size: 16px;
    line-height: 28px;
    height: auto;
    padding: 60px 0;
  }
  .service-2-title {
    display: none;
  }
  .service-2-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .service-2-item {
    width: 100%;
    margin-bottom: 30px;
    font-size: 17px;
    text-align: justify;
  }
  .service-3 {
    height: 101rem;
    font-size: 16px;
  }
  .service-3-title {
    font-size: 20px;
  }
  .service-3-info {
    margin: 20px 10px;
  }
  .service-3-container {
    width: 100%;
    min-width: 100%;
    flex-direction: column;
    padding: 0 5%;
  }
  .service-3-mask {
    width: 100%;
    height: 88.5rem;
  }
  .service-3-bg {
    object-position: 100%;
  }
  .service-3-list {
    align-items: center;
    flex-direction: column;
  }
  .service-3-iso {
    margin-bottom: 20px;
  }
  .pages-bg img {
    object-position: 70%;
  }
  .mini-service-container {
    display: block;
  }
  .pc-service-container {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}