.home {
  padding-top: 6.1979166667vw;
  overflow-x: hidden;
}
.home .section1 {
  padding: 5.2083333333vw 10.4166666667vw;
}
.home .section1 .types {
  display: flex;
  justify-content: space-between;
}
.home .section1 .types .pt {
  background: linear-gradient(278deg, #2E2E5A 89.63%, #6262C0 92.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.home .section1 .types .btns {
  display: flex;
  border-radius: 5.2083333333vw;
  background: #FAF8F7;
}
.home .section1 .types .btns .ib {
  color: #2E2E5A;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.5208333333vw 2.0833333333vw;
  cursor: pointer;
  border-radius: 5.2083333333vw;
  transition: all 600ms;
}
.home .section1 .types .btns .ib.on {
  background: #2E2E5A;
  color: #fff;
}
.home .section1 .boxes {
  margin: 2.0833333333vw 0 3.125vw 0;
}
.home .section1 .boxes .box {
  position: relative;
}
.home .section1 .boxes .box::before {
  width: 14.21875vw;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 10;
  pointer-events: none;
}
.home .section1 .boxes .box::after {
  width: 14.21875vw;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 10;
  transform: rotateY(180deg);
  pointer-events: none;
}
.home .section1 .boxes .box .swiper1 {
  width: 100%;
}
.home .section1 .boxes .box .swiper1 .pic img {
  width: 100%;
  height: 32.8125vw;
  border-radius: 0.5208333333vw;
  object-fit: cover;
}
.home .section1 .boxes .box .prev,
.home .section1 .boxes .box .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}
.home .section1 .boxes .box .prev svg,
.home .section1 .boxes .box .next svg {
  width: 3.125vw;
}
.home .section1 .boxes .box .prev svg circle,
.home .section1 .boxes .box .next svg circle {
  opacity: 0.5;
  transition: all 600ms;
}
.home .section1 .boxes .box .prev:hover svg circle,
.home .section1 .boxes .box .next:hover svg circle {
  opacity: 1;
}
.home .section1 .boxes .box .prev {
  left: 4.1666666667vw;
}
.home .section1 .boxes .box .next {
  right: 4.1666666667vw;
}
.home .section1 .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #EAEAEE;
  border-right: none;
  border-bottom: none;
}
.home .section1 .list .item {
  width: 100%;
  border-right: 1px solid #EAEAEE;
  border-bottom: 1px solid #EAEAEE;
  padding: 1.5625vw;
  cursor: pointer;
}
.home .section1 .list .item .p1 {
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  transition: all 600ms;
}
.home .section1 .list .item .info {
  margin-top: 1.0416666667vw;
}
.home .section1 .list .item .info p {
  transition: all 600ms;
}
.home .section1 .list .item .info p:not(:last-child) {
  margin-bottom: 0.5208333333vw;
}
.home .section1 .list .item .info p span {
  font-weight: 600;
}
.home .section1 .list .item.on .p1 {
  color: #C28F6A;
}
.home .section1 .list .item.on .info p {
  color: #C28F6A;
}
.home .section2 {
  padding: 5.2083333333vw 10.4166666667vw;
  padding-top: 0;
}
.home .section2 .list .item {
  display: flex;
  justify-content: space-between;
}
.home .section2 .list .item:not(:last-child) {
  margin-bottom: 3.125vw;
}
.home .section2 .list .item .pic {
  overflow: hidden;
  border-radius: 0.9375vw;
}
.home .section2 .list .item .pic img {
  width: 37.5vw;
  height: 26.71875vw;
  border-radius: 0.9375vw;
  object-fit: cover;
  transition: all 600ms;
}
.home .section2 .list .item .text {
  width: 36.4583333333vw;
}
.home .section2 .list .item .text .p1 {
  background: linear-gradient(278deg, #2E2E5A 89.63%, #6262C0 92.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin: 6.25vw 0 1.25vw 0;
}
.home .section2 .list .item .text .des .dp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .section2 .list .item .text .des .dp:not(:last-child) {
  margin-bottom: 1.25vw;
}
.home .section2 .list .item .text .des .dp span {
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  background: #2E2E5A;
}
.home .section2 .list .item .text .des .dp p {
  color: #666;
  line-height: 1.5;
  width: calc(100% - 1vw);
}
.home .section2 .list .item:hover .pic img {
  transform: scale(1.05);
}
.home .section2 .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .home {
    padding-top: 60px;
  }
  .home .section1 {
    padding: 50px 5%;
  }
  .home .section1 .types {
    flex-direction: column;
  }
  .home .section1 .types .btns {
    margin-top: 20px;
  }
  .home .section1 .types .btns .ib {
    padding: 10px 20px;
    width: 50%;
    text-align: center;
  }
  .home .section1 .boxes {
    margin: 20px 0 30px 0;
  }
  .home .section1 .boxes .box::before, .home .section1 .boxes .box::after {
    width: 130px;
  }
  .home .section1 .boxes .box .swiper1 .pic img {
    height: 180px;
    border-radius: 10px;
  }
  .home .section1 .boxes .box .prev svg, .home .section1 .boxes .box .next svg {
    width: 30px;
  }
  .home .section1 .boxes .box .prev {
    left: 20px;
  }
  .home .section1 .boxes .box .next {
    right: 20px;
  }
  .home .section1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .home .section1 .list .item {
    padding: 15px;
  }
  .home .section1 .list .item .info {
    margin-top: 10px;
  }
  .home .section1 .list .item .info p:not(:last-child) {
    margin-bottom: 5px;
  }
  .home .section2 {
    padding: 50px 5%;
    padding-top: 0;
  }
  .home .section2 .list .item {
    flex-direction: column !important;
  }
  .home .section2 .list .item:not(:last-child) {
    margin-bottom: 50px;
  }
  .home .section2 .list .item .pic {
    border-radius: 10px;
  }
  .home .section2 .list .item .pic img {
    width: 100%;
    height: auto;
  }
  .home .section2 .list .item .text {
    width: 100%;
  }
  .home .section2 .list .item .text .p1 {
    margin: 20px 0 12px 0;
  }
  .home .section2 .list .item .text .des .dp:not(:last-child) {
    margin-bottom: 12px;
  }
  .home .section2 .list .item .text .des .dp span {
    width: 4px;
    height: 4px;
  }
  .home .section2 .list .item .text .des .dp p {
    width: calc(100% - 10px);
  }
}