body .home {
  padding: 8.75vw 0 0 0;
}
body .home .banner {
  position: relative;
  margin: 0 1.4583333333vw;
}
body .home .banner .bg {
  width: 100%;
  display: block;
  object-fit: cover;
}
body .home .banner .text {
  position: absolute;
  left: 0;
  top: 4.6875vw;
  width: 100%;
  text-align: center;
}
body .home .banner .text .p1 {
  color: #3E2882;
  font-size: 10.4166666667vw;
  line-height: 1.5;
}
body .home .banner .text .p2 {
  margin-top: 1.4583333333vw;
  color: #111;
  font-weight: 700;
  line-height: 1.56;
}
body .home .banner .t_b {
  position: absolute;
  left: 0;
  bottom: 2.5vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 6.3541666667vw;
}
body .home .banner .t_b .tabs {
  display: flex;
  gap: 2.5vw;
}
body .home .banner .t_b .tabs .item {
  border-radius: 999px;
  padding: 0.625vw 2.5vw;
  position: relative;
  color: white;
  transition: all 600ms;
  cursor: pointer;
}
body .home .banner .t_b .tabs .item .border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .home .banner .t_b .tabs .item .border img {
  transition: all 600ms;
  width: 100%;
  display: block;
  height: 100%;
}
body .home .banner .t_b .tabs .item .border img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
body .home .banner .t_b .tabs .item:hover, body .home .banner .t_b .tabs .item.on {
  box-shadow: 0 4px 20px 0 rgba(102, 51, 238, 0.3);
}
body .home .banner .t_b .tabs .item:hover .border img:nth-child(1), body .home .banner .t_b .tabs .item.on .border img:nth-child(1) {
  opacity: 0;
}
body .home .banner .t_b .tabs .item:hover .border img:nth-child(2), body .home .banner .t_b .tabs .item.on .border img:nth-child(2) {
  opacity: 1;
}
body .home .banner .t_b .search {
  position: relative;
}
body .home .banner .t_b .search input {
  width: 23.3333333333vw;
  height: 2.5vw;
  outline: none;
  border: none;
  border-radius: 1.5625vw;
  font-size: 0.9375vw;
  padding: 1.0416666667vw;
  padding-left: 3.125vw;
  width: 0;
  background: transparent;
  transition: all 600ms;
}
body .home .banner .t_b .search .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
body .home .banner .t_b .search .icon img {
  width: 1.4583333333vw;
}
body .home .banner .t_b .search.active input {
  width: 23.3333333333vw;
  background: rgba(255, 255, 255, 0.2);
}
body .home .list {
  padding: 4.1666666667vw 7.8125vw 3.6458333333vw 7.8125vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.3854166667vw 4.6875vw;
}
body .home .list a {
  display: block;
  width: 100%;
}
body .home .list a .pic {
  border-radius: 1.0416666667vw;
  overflow: hidden;
}
body .home .list a .pic img {
  width: 100%;
  height: 12.5vw;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
body .home .list a .pt {
  margin: 1.0416666667vw 0 0.4166666667vw 0;
  font-weight: 500;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
body .home .list a .des {
  color: #666;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.5vw;
}
body .home .list a .tags {
  display: flex;
  justify-content: space-between;
  margin-top: 1.0416666667vw;
}
body .home .list a .tags .time {
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}
body .home .list a .tags .btn {
  display: flex;
  align-items: center;
  gap: 0.2083333333vw;
}
body .home .list a .tags .btn p {
  background: linear-gradient(90deg, #C4ADFF 0%, #63E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .home .list a .tags .btn img {
  width: 1.25vw;
  display: block;
}
body .home .list a:hover .pic img {
  transform: scale(1.05);
}
body .home .pager {
  display: flex;
  justify-content: center;
  gap: 1.4583333333vw;
  padding-bottom: 5.46875vw;
  align-items: center;
}
body .home .pager .prev,
body .home .pager .next {
  width: 3.125vw;
  height: 3.125vw;
  cursor: pointer;
  transition: 0.6s;
  background: url(../images/left.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.0416666667vw;
}
body .home .pager .prev img,
body .home .pager .next img {
  display: block;
  width: 0.4166666667vw;
  transition: all 600ms;
}
body .home .pager .prev:hover,
body .home .pager .next:hover {
  box-shadow: 0 4px 20px 0 rgba(102, 51, 238, 0.4);
}
body .home .pager .prev:hover img {
  transform: translate(-0.1041666667vw, -0.1041666667vw) rotate(45deg);
}
body .home .pager .next img {
  transform: rotateY(180deg);
}
body .home .pager .next:hover img {
  transform: translate(0.1041666667vw, -0.1041666667vw) rotateY(180deg) rotate(45deg);
}
body .home .pager .nums {
  display: flex;
  gap: 1.4583333333vw;
}
body .home .pager .nums a {
  width: 3.125vw;
  height: 3.125vw;
  background: url(../images/b.svg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 1.0416666667vw;
  transition: all 600ms;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.15625vw;
}
body .home .pager .nums a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #C4ADFF 0%, #63E 100%);
  z-index: -1;
  opacity: 0;
  transition: all 600ms;
}
body .home .pager .nums a:hover, body .home .pager .nums a.on {
  color: white;
}
body .home .pager .nums a:hover::before, body .home .pager .nums a.on::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body .home {
    padding: 80px 0 0 0;
  }
  body .home .banner {
    margin: 0 16px;
  }
  body .home .banner .bg {
    height: 280px;
    border-radius: 15px;
  }
  body .home .banner .text {
    top: 10px;
  }
  body .home .banner .text .p1 {
    font-size: 32px;
  }
  body .home .banner .text .p2 {
    margin-top: 8px;
    font-size: 18px;
  }
  body .home .banner .t_b {
    padding: 0 16px;
    flex-direction: column;
    gap: 8px;
  }
  body .home .banner .t_b .tabs {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
  body .home .banner .t_b .tabs .item {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 100px;
    color: #111;
  }
  body .home .banner .t_b .search {
    width: 100%;
    position: relative;
  }
  body .home .banner .t_b .search .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    left: 5px;
  }
  body .home .banner .t_b .search .icon img {
    width: 18px;
  }
  body .home .banner .t_b .search input {
    width: 100% !important;
    height: 35px;
    border-radius: 15px;
    font-size: 14px;
    padding: 12px;
    padding-left: 40px;
    background: #fff;
  }
  body .home .list {
    padding: 40px 16px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  body .home .list a .pic {
    border-radius: 10px;
    overflow: hidden;
  }
  body .home .list a .pic img {
    height: 170px;
  }
  body .home .list a .pt {
    margin: 10px 0 4px 0;
  }
  body .home .list a .des {
    height: auto;
  }
  body .home .list a .tags {
    margin-top: 10px;
  }
  body .home .list a .tags .btn {
    gap: 4px;
  }
  body .home .list a .tags .btn img {
    width: 18px;
  }
  body .home .pager {
    gap: 10px;
    padding-bottom: 60px;
  }
  body .home .pager .prev,
  body .home .pager .next {
    width: 30px;
    height: 30px;
    border-radius: 12px;
  }
  body .home .pager .prev img,
  body .home .pager .next img {
    width: 5px;
  }
  body .home .pager .nums {
    gap: 10px;
  }
  body .home .pager .nums a {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
}

/*# sourceMappingURL=news.css.map */
