body {
  background: #FCFCFF
}

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

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: 1.45833vw 0 3.125vw 0
}

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

body .home .container .sec1 .pt {
  margin: 2.5vw 0 .20833vw 0;
  font-weight: 700;
  color: #1e1e1e
}

body .home .container .sec1 .tags {
  display: flex;
  justify-content: space-between;
  align-items: center
}

body .home .container .sec1 .tags .des {
  width: 51.45833vw;
  color: #757575;
  line-height: 1.5
}

body .home .container .sec2 {
  padding: 9.63542vw 0 11.51042vw 0
}

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

body .home .container .sec2 .list .item {
  width: 100%;
  border-radius: 1.04167vw;
  background: rgba(0, 0, 0, 0.03);
  padding: 2.08333vw 1.5625vw;
  padding-bottom: 6.40625vw;
  position: relative
}

body .home .container .sec2 .list .item .pic {
  border-radius: .83333vw;
  overflow: hidden
}

body .home .container .sec2 .list .item .pic img {
  width: 100%;
  height: 15.625vw;
  object-fit: cover;
  transition: all 600ms
}

body .home .container .sec2 .list .item .pic:hover img {
  transform: scale(1.05)
}

body .home .container .sec2 .list .item .p1 {
  white-space: nowrap;
  margin: 2.08333vw 0 .83333vw 0;
  color: #1E1E1E;
  font-weight: 700;
  line-height: 1.2
}

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

body .home .container .sec2 .list .item .btn {
  position: absolute;
  right: 1.5625vw;
  bottom: 2.08333vw
}

@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;
    margin: 10px 0 20px 0
  }

  body .home .container .sec1 .pt {
    font-size: 20px;
    margin: 15px 0 4px 0
  }

  body .home .container .sec1 .tags {
    flex-direction: column;
    align-items: flex-start
  }

  body .home .container .sec1 .tags .des {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px
  }

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

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

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

  body .home .container .sec2 .list .item .pic {
    border-radius: 8px
  }

  body .home .container .sec2 .list .item .pic img {
    height: 210px
  }

  body .home .container .sec2 .list .item .p1 {
    margin: 20px 0 8px 0
  }

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

  body .home .container .sec2 .list .item .btn {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
  }
}