.main-1 .title {
  display: flex;
  justify-content: space-between;
}
.main-1 .title h3 {
  margin-bottom: 1rem;
}
.main-1 .title .page-title {
  width: 20rem;
}
.main-1 .title .des {
  width: 39rem;
}
.main-1 .title .des,
.main-1 .title .des * {
  line-height: 1.6;
}
.main-1 .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
.main-1 .content .item {
  padding: 1.3rem 2.5rem;
  background-color: #f9fafc;
}
.main-1 .content .item .i {
  width: 3rem;
  height: 3rem;
}
.main-1 .content .item h6 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
.main-1 .content .item p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
  margin-top: 0.5rem;
}
.main-1 .content1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.3rem;
}
.main-1 .content1 .item .img-auto::before {
  padding-top: calc(100% / 717 * 400);
}
.main-1 .content1 .item .txt {
  padding: 2rem 2.5rem;
  background-color: #f9fafc;
}
.main-1 .content1 .item h6 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.main-1 .content1 .item p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
}
.main-2 {
  background-color: #e9ecf6;
  background-image: url("../images/bg5.jpg");
}
.main-2 .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.3rem;
  row-gap: 4.5rem;
}
.main-2 .item {
  position: relative;
  padding-bottom: 2.5rem;
  padding-right: 4rem;
  border-bottom: 1px solid #fff;
}
.main-2 .item::after {
  content: attr(num);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.4rem;
  font-weight: bold;
  background: linear-gradient(180deg, #1562e5 0%, rgba(21, 98, 229, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-2 .item h6 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.main-2 .item p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
}
.main-2 .item:hover {
  border-color: #1562e5;
}
.main-3 .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
.main-3 .item {
  display: flex;
  flex-direction: column;
  padding: 2rem 2.5rem;
  border-bottom: 0.15rem solid transparent;
  background-color: #f9fafc;
}
.main-3 .item .i {
  width: 3rem;
  height: 3rem;
}
.main-3 .item .des {
  margin-top: 1.2rem;
  margin-bottom: 3rem;
}
.main-3 .item .des h6 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.main-3 .item .des span {
  color: #666;
}
.main-3 .item .des p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
  margin-top: 1.2rem;
}
.main-3 .item .num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.main-3 .item .num span {
  font-size: 1.2rem;
  font-weight: bold;
}
.main-3 .item .num i {
  font-size: 1rem;
  transform: rotate(45deg);
}
.main-3 .item:hover {
  border-color: #1562e5;
}
.main-3 .item:hover .num i {
  transform: rotate(0);
}
.main-4 {
  background-color: #c1d3ea;
  background-image: url("../images/bg6.jpg");
}
.main-4 .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.main-4 .item {
  padding: 0 1rem 5rem;
  background-color: #fff;
}
.main-4 .item .i {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 0.1rem solid #1562e5;
  background-color: #fff;
  transform: translateY(-50%);
}
.main-4 .item .i img {
  width: 50%;
}
.main-4 .item .des * {
  text-align: center;
}
.main-4 .item .des h6 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.main-4 .item .des p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
}
.main-7 {
  background-color: #bfc0bc;
  background-image: url("../images/bg7.jpg");
}
.main-7 .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 2.5rem 2rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(40px);
}
.main-7 .swiper-slide .i {
  width: 3.2rem;
  height: 3.2rem;
  background-color: #fff;
  border-radius: 0.8rem;
  margin-bottom: 1rem;
}
.main-7 .swiper-slide .des {
  margin-bottom: 3rem;
}
.main-7 .swiper-slide .des h6 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.main-7 .swiper-slide .des p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
}
.main-7 .swiper-slide span {
  margin-top: auto;
  font-size: 2.4rem;
  font-weight: bold;
  background: linear-gradient(180deg, #1562e5 0%, rgba(21, 98, 229, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-7 .swiper-slide:hover {
  background-color: #1562e5;
}
.main-7 .swiper-slide:hover * {
  color: #fff !important;
}
.main-7 .swiper-slide:hover span {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-8 .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
.main-8 .item {
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #f9fafc;
}
.main-8 .item .i {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-color: #1562e5;
}
.main-8 .item .i img {
  width: 60%;
}
.main-8 .item p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 5rem);
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
  transform: translate(-50%, -50%);
}
.main-9 {
  padding-bottom: 0;
}
.main-9 .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.main-9 .item .img-auto::before {
  padding-top: calc(100% / 725 * 270);
}
.main-9 .item .txt {
  position: relative;
  padding: 2rem 3rem;
  background-color: #f9fafc;
}
.main-9 .item .txt h6 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.main-9 .item .txt p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
}
.main-9 .item .i {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 50%;
  background-color: #1562e5;
  box-shadow: 0rem 0.75rem 1.5rem 0rem #d8eafa;
  transform: translate(-50%, -50%);
}
.main-9 .item .i img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .main-1 .title {
    flex-direction: column;
  }
  .main-1 .title .page-title {
    width: 100%;
  }
  .main-1 .title .des {
    width: 100%;
  }
  .main-1 .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .main-1 .content .item {
    padding: 0.5rem;
  }
  .main-1 .content .item .i {
    width: 2rem;
    height: 2rem;
  }
  .main-1 .content .item h6 {
    font-size: 1rem;
  }
  .main-1 .content1 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .main-1 .content1 .item .txt {
    padding: 1rem;
  }
  .main-2 .content {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .main-2 .item {
    padding: 1rem 0;
  }
  .main-2 .item h6 {
    font-size: 1rem;
  }
  .main-2 .item::after {
    top: 0.5rem;
    font-size: 1.4rem;
  }
  .main-3 .content {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .main-3 .item {
    padding: 1rem;
  }
  .main-3 .item .i {
    width: 2rem;
    height: 2rem;
  }
  .main-3 .item .des {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .main-3 .item .des h6 {
    font-size: 1rem;
  }
  .main-4 .content {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .main-4 .item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem ;
  }
  .main-4 .item .i {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    transform: none;
  }
  .main-4 .item .des,
  .main-4 .item .des * {
    text-align: left;
  }
  .main-4 .item .des h6 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .main-7 .swiper-slide {
    padding: 1rem;
  }
  .main-8 .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .main-8 .item {
    border-radius: 2rem;
    padding-bottom: 120%;
  }
  .main-8 .item .i {
    top: 1rem;
    left: 50%;
    width: 3rem;
    height: 3rem;
    transform: translateX(-50%);
  }
  .main-8 .item p {
    top: 60%;
    width: calc(100% - 1rem);
  }
  .main-9 .content {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .main-9 .item .txt {
    padding: 1rem;
  }
  .main-9 .item .i {
    width: 3rem;
    height: 3rem;
  }
}
