  body .home .container {
  padding: 11.875vw 7.8125vw 7.8125vw 7.8125vw;
}
body .home .container .sec1 {
  padding-bottom: 2.7083333333vw;
}
body .home .container .sec1 .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4.1666666667vw;
  gap: 2vw;
}
body .home .container .sec1 .title .lt .p1 {
  color: #111;
  font-weight: 700;
  line-height: 1.5;
}
body .home .container .sec1 .title .lt .des {
  margin-top: 0.625vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}
body .home .container .sec1 .title .r {
  display: flex;
  gap: 2.5vw;
}
body .home .container .sec1 .title .r a {
  display: inline-flex;
  padding: 0.6770833333vw 2.5520833333vw 0.6770833333vw 2.2395833333vw;
  align-items: center;
  gap: 1.0416666667vw;
  border-radius: 1000px;
  background: linear-gradient(270deg, #8455E7 0%, #E298A6 100%);
  color: white;
  white-space: nowrap;
}
body .home .container .sec1 .title .r a img {
  width: 0.4166666667vw;
  display: block;
  transition: all 600ms;
}
body .home .container .sec1 .title .r a:hover img {
  transform: rotate(-45deg);
}
body .home .container .sec1 .content {
  border-radius: 1.5625vw;
  background: #F2EEFF;
  padding: 2.2395833333vw 11.4583333333vw 5vw 11.4583333333vw;
}
body .home .container .sec1 .content .p1 {
  color: #111;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
body .home .container .sec1 .content .b1 {
  display: flex;
  justify-content: space-between;
  margin: 4.6875vw 0 2.7604166667vw 0;
}
body .home .container .sec1 .content .b1 .lbox .pt {
  color: #111;
  font-weight: 700;
  line-height: 1.56;
  margin-bottom: 2.7083333333vw;
}
body .home .container .sec1 .content .b1 .lbox .des {
  color: #666;
  line-height: 1.5;
}
body .home .container .sec1 .content .b1 .rbox .pt {
  color: #111;
  font-weight: 700;
  line-height: 1.56;
  margin-bottom: 3.125vw;
}
body .home .container .sec1 .content .b1 .rbox .tags {
  display: flex;
  gap: 1.7708333333vw;
}
body .home .container .sec1 .content .b1 .rbox .tags span {
  width: 5.2604166667vw;
  height: 2.7604166667vw;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5208333333vw;
}
body .home .container .sec1 .content .b1 .rbox .tags span.on {
  background: url(/images/pb.png) no-repeat;
  border-radius: 0;
  background-size: 100% 100%;
}
body .home .container .sec1 .content .b2 .pt {
  color: #111;
  font-weight: 700;
  line-height: 1.56;
  margin-bottom: 4.1666666667vw;
}
body .home .container .sec1 .content .b2 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6666666667vw 10.4166666667vw;
}
body .home .container .sec1 .content .b2 .list .item {
  border-bottom: 1px solid #A0A0A0;
  padding-bottom: 1.3020833333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body .home .container .sec1 .content .b2 .list .item p {
  color: #666;
  max-width: 80%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
body .home .container .sec1 .content .b2 .list .item img {
  display: block;
  width: 1.25vw;
}
body .home .container .sec2 {
  padding: 4.5833333333vw 0 0 0;
  background: url(/images/bg.png) no-repeat;
  background-size: 100% 100%;
}
body .home .container .sec2 .t {
  color: #111;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
body .home .container .sec2 .list {
  margin: 4.5833333333vw 0 4.1666666667vw 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125vw;
}
body .home .container .sec2 .list .item {
  width: 100%;
  height: 10.4166666667vw;
  padding: 1.0416666667vw 2.0833333333vw 2.5vw 2.0833333333vw;
  transition: all 600ms;
  cursor: pointer;
  border-radius: 0.8333333333vw;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
body .home .container .sec2 .list .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images/b3.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0;
  transition: all 600ms;
}
body .home .container .sec2 .list .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid rgba(132, 85, 231, 0.2);
  border-radius: 0.8333333333vw;
  transition: all 600ms;
}
body .home .container .sec2 .list .item .p1 {
  color: #111;
  font-weight: 700;
  line-height: 1.5;
}
body .home .container .sec2 .list .item .des {
  margin-top: 1.25vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}
body .home .container .sec2 .list .item:hover {
  border-color: transparent;
  box-shadow: 0 40px 24px -32px rgba(218, 208, 255, 0.5);
}
body .home .container .sec2 .list .item:hover::before {
  opacity: 1;
}
body .home .container .sec2 .list .item:hover::after {
  opacity: 0;
}
body .home .container .sec2 .pager {
  display: flex;
  justify-content: center;
  gap: 1.4583333333vw;
  align-items: center;
}
body .home .container .sec2 .pager .prev,
body .home .container .sec2 .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 .container .sec2 .pager .prev img,
body .home .container .sec2 .pager .next img {
  display: block;
  width: 0.4166666667vw;
  transition: all 600ms;
}
body .home .container .sec2 .pager .prev:hover,
body .home .container .sec2 .pager .next:hover {
  box-shadow: 0 4px 20px 0 rgba(102, 51, 238, 0.4);
}
body .home .container .sec2 .pager .prev:hover img {
  transform: translate(-0.1041666667vw, -0.1041666667vw) rotate(45deg);
}
body .home .container .sec2 .pager .next img {
  transform: rotateY(180deg);
}
body .home .container .sec2 .pager .next:hover img {
  transform: translate(0.1041666667vw, -0.1041666667vw) rotateY(180deg) rotate(45deg);
}
body .home .container .sec2 .pager .nums {
  display: flex;
  gap: 1.4583333333vw;
}
body .home .container .sec2 .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 .container .sec2 .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 .container .sec2 .pager .nums a:hover, body .home .container .sec2 .pager .nums a.on {
  color: white;
}
body .home .container .sec2 .pager .nums a:hover::before, body .home .container .sec2 .pager .nums a.on::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body .home .container {
    padding: 80px 5% 40px 5%;
  }
  body .home .container .sec1 {
    padding-bottom: 30px;
  }
  body .home .container .sec1 .title {
    margin-bottom: 20px;
    flex-direction: column;
  }
  body .home .container .sec1 .title .lt .des {
    margin-top: 6px;
  }
  body .home .container .sec1 .title .r {
    gap: 20px;
    margin-top: 10px;
  }
  body .home .container .sec1 .title .r a {
    padding: 6px 20px 8px 20px;
    gap: 10px;
    font-size: 16px;
  }
  body .home .container .sec1 .title .r a img {
    width: 4px;
  }
  body .home .container .sec1 .content {
    border-radius: 15px;
    padding: 20px;
  }
  body .home .container .sec1 .content .b1 {
    margin: 20px 0;
    flex-direction: column;
  }
  body .home .container .sec1 .content .b1 .lbox .pt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  body .home .container .sec1 .content .b1 .lbox .des {
    margin-top: 6px;
  }
  body .home .container .sec1 .content .b1 .rbox {
    margin-top: 20px;
  }
  body .home .container .sec1 .content .b1 .rbox .pt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  body .home .container .sec1 .content .b1 .rbox .tags {
    gap: 10px;
    flex-wrap: wrap;
  }
  body .home .container .sec1 .content .b1 .rbox .tags span {
    width: 80px;
    height: 35px;
    border-radius: 5px;
  }
  body .home .container .sec1 .content .b2 .pt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  body .home .container .sec1 .content .b2 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  body .home .container .sec1 .content .b2 .list .item {
    padding-bottom: 10px;
    border-bottom: 1px solid #A0A0A0;
  }
  body .home .container .sec1 .content .b2 .list .item p {
    max-width: 80%;
    font-size: 16px;
  }
  body .home .container .sec1 .content .b2 .list .item img {
    width: 20px;
  }
  body .home .container .sec2 {
    padding: 20px 0 0 0;
  }
  body .home .container .sec2 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 20px 0;
  }
  body .home .container .sec2 .list .item {
    height: auto;
    padding: 20px;
  }
  body .home .container .sec2 .list .item::after {
    border-radius: 10px;
  }
  body .home .container .sec2 .list .item .p1 {
    font-size: 18px;
  }
  body .home .container .sec2 .list .item .des {
    font-size: 14px;
    margin-top: 10px;
  }
  body .home .container .sec2 .pager {
    gap: 10px;
  }
  body .home .container .sec2 .pager .prev,
  body .home .container .sec2 .pager .next {
    width: 30px;
    height: 30px;
    border-radius: 12px;
  }
  body .home .container .sec2 .pager .prev img,
  body .home .container .sec2 .pager .next img {
    width: 5px;
  }
  body .home .container .sec2 .pager .nums {
    gap: 10px;
  }
  body .home .container .sec2 .pager .nums a {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
}

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