body {
  background: #FCFCFF
}

body .home .container {
  padding: 12.86458vw 8.33333vw 6.51042vw 8.33333vw;
  overflow: hidden
}

body .home .container .sec1 .t {
  line-height: 1.5;
  /* text-transform: capitalize */
}

body .home .container .sec1 .intro {
  line-height: 1.5;
  /* text-transform: capitalize */;
  margin: .83333vw 0 3.125vw 0
}

body .home .container .sec1 .pic img {
  width: 100%
}

body .home .container .sec1 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875vw;
  margin: 4.0625vw 0 2.44792vw 0
}

body .home .container .sec1 .list .item {
  width: 100%;
  border-radius: 1.04167vw;
  background: rgba(0, 0, 0, 0.03);
  padding: 2.5vw;
  padding-right: 2.65625vw;
  transition: all 600ms
}

body .home .container .sec1 .list .item:hover {
  box-shadow: 0 0 1.04167vw rgba(0, 0, 0, 0.2)
}

body .home .container .sec1 .list .item .p1 {
  font-weight: 700;
  line-height: 1.2;
  color: #1E1E1E;
  margin-bottom: .83333vw
}

body .home .container .sec1 .list .item .des {
  color: #757575;
  line-height: 1.5
}

body .home .container .sec1 .list .item .des span {
  font-weight: 700
}

body .home .container .sec1 .list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875vw;
  margin: 4.0625vw 0 2.44792vw 0
}

body .home .container .sec1 .list2 .item {
  width: 100%;
  border-radius: 1.04167vw;
  overflow: hidden
}

body .home .container .sec1 .list2 .item img {
  width: 100%;
  transition: all 600ms
}

body .home .container .sec1 .list2 .item:hover img {
  transform: scale(1.05)
}

body .home .container .sec1 .list2 .text {
  padding: 2.5vw;
  padding-right: 2.65625vw;
  background: rgba(0, 0, 0, 0.03);
  position: relative;
  transition: all 600ms
}

body .home .container .sec1 .list2 .text:hover {
  box-shadow: 0 0 1.04167vw rgba(0, 0, 0, 0.2)
}

body .home .container .sec1 .list2 .text .p1 {
  font-weight: 700;
  line-height: 1.2;
  color: #1E1E1E;
  margin-bottom: .83333vw
}

body .home .container .sec1 .list2 .text .des {
  color: #757575;
  line-height: 1.5
}

body .home .container .sec1 .list2 .text .btn {
  position: absolute;
  right: 2.5vw;
  bottom: 2.5vw
}

body .home .container .sec2 {
  padding: 10.3125vw 0 7.96875vw 0
}

body .home .container .sec2 .t {
  line-height: 1.5;
  /* text-transform: capitalize */
}

body .home .container .sec2 .intro {
  line-height: 1.5;
  /* text-transform: capitalize */;
  margin: .83333vw 0 3.125vw 0
}

body .home .container .sec2 .pic img {
  width: 100%
}

body .home .container .sec2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125vw;
  margin-top: 6.66667vw
}

body .home .container .sec2 .list .item {
  width: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.03);
  padding: 2.86458vw 3.02083vw 2.91667vw 2.60417vw;
  transition: all 600ms
}

body .home .container .sec2 .list .item:hover {
  box-shadow: 0 0 1.04167vw rgba(0, 0, 0, 0.2)
}

body .home .container .sec2 .list .item .icon {
  width: 1.875vw;
  height: 1.875vw;
  display: flex;
  align-items: center;
  justify-content: center
}

body .home .container .sec2 .list .item .p1 {
  white-space: nowrap;
  margin: .83333vw 0 1.19792vw 0;
  font-weight: 700;
  line-height: 1.2;
  color: #1e1e1e;
  letter-spacing: -0.64px
}

body .home .container .sec2 .list .item .des {
  color: #757575;
  line-height: 1.5
}

body .home .container .sec3 {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  align-items: center;
  padding-bottom: 1.14583vw;
  margin-bottom: 8.85417vw;
  position: relative
}

body .home .container .sec3::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-8.33333vw);
  width: 100vw;
  background: rgba(0, 0, 0, 0.2);
  height: 1px
}

body .home .container .sec3 .t {
  /* text-transform: capitalize */
}

body .home .container .sec3 .rt {
  display: flex;
  gap: 3.125vw
}

body .home .container .sec3 .rt a {
  color: #000
}

body .home .container .sec3 .rt a:hover {
  text-decoration: underline
}

@media screen and (max-width: 768px) {
  body .home .container {
    padding: 80px 5%
  }

  body .home .container .sec1 .t {
    font-size: 24px;
    line-height: 1.2
  }

  body .home .container .sec1 .intro {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0 20px 0
  }

  body .home .container .sec1 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 20px 0 20px 0
  }

  body .home .container .sec1 .list .item {
    padding: 20px !important;
    border-radius: 10px
  }

  body .home .container .sec1 .list .item .p1 {
    margin-bottom: 8px
  }

  body .home .container .sec1 .list .item .des {
    font-size: 16px
  }

  body .home .container .sec1 .list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 20px 0 20px 0
  }

  body .home .container .sec1 .list2 .item {
    border-radius: 10px
  }

  body .home .container .sec1 .list2 .text {
    padding: 20px 20px 60px 20px !important
  }

  body .home .container .sec1 .list2 .text .p1 {
    margin-bottom: 8px
  }

  body .home .container .sec1 .list2 .text .des {
    font-size: 16px
  }

  body .home .container .sec1 .list2 .text .btn {
    right: 20px;
    bottom: 20px
  }

  body .home .container .sec2 {
    padding: 50px 0
  }

  body .home .container .sec2 .t {
    font-size: 24px;
    line-height: 1.2
  }

  body .home .container .sec2 .intro {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0 20px 0
  }

  body .home .container .sec2 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px
  }

  body .home .container .sec2 .list .item {
    padding: 20px !important;
    border-radius: 10px
  }

  body .home .container .sec2 .list .item .icon {
    width: 24px;
    height: 24px
  }

  body .home .container .sec2 .list .item .p1 {
    margin: 8px 0 10px 0;
    white-space: normal
  }

  body .home .container .sec2 .list .item .des {
    font-size: 16px
  }

  body .home .container .sec3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px
  }

  body .home .container .sec3::after {
    width: 115%;
    transform: translateX(-5%)
  }

  body .home .container .sec3 .rt {
    flex-direction: column;
    gap: 0
  }

  body .home .container .sec3 .rt a {
    font-size: 14px
  }
}