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: 1.3541666667vw 0 0.625vw 0;
  color: #111;
  font-weight: 700;
  line-height: 1.56;
}
body .home .banner .text .des {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
  max-width: 62.5vw;
  margin: 0 auto;
}
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;
}
body .home .banner .t_b .search .icon img {
  width: 1.4583333333vw;
}
body .home .banner .t_b .search.active input {
  width: 23.3333333333vw;
  background: #fff;
}
body .home .container {
  margin-top: -5.2083333333vw;
  position: relative;
  z-index: 10;
}
body .home .container .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4479166667vw;
  margin: 0 10.4166666667vw;
}
body .home .container .list .item {
  background: url(../images/boder_num.png) no-repeat;
  background-size: 100% 100%;
  height: 10.4166666667vw;
  padding: 1.875vw 0 2.1875vw 0;
  text-align: center;
  overflow: hidden;
  border-radius: 1.5625vw;
  transition: all 600ms;
}
body .home .container .list .item .p1 {
  background: linear-gradient(90deg, #C4ADFF 0%, #63E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1.5;
}
body .home .container .list .item .tip {
  margin-top: 0.9375vw;
  color: #666;
  line-height: 1.5;
}
body .home .container .list .item:hover {
  box-shadow: 0 4px 1.0416666667vw 0 rgba(102, 51, 238, 0.4);
}
body .home .container .sec {
  padding: 7.1875vw 12.2916666667vw 6.25vw 2.8645833333vw;
  display: flex;
  justify-content: space-between;
  background: #FEFEFF;
}
body .home .container .sec .lbox {
  position: relative;
  width: 45.4166666667vw;
  padding: 2.65625vw 8.3854166667vw 6.1458333333vw 8.3854166667vw;
}
body .home .container .sec .lbox p {
  text-align: center;
  background: linear-gradient(270deg, #C4ADFF 4.21%, #63E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  font-weight: 700;
}
body .home .container .sec .lbox .i1 {
  width: 45.4166666667vw;
  display: block;
  object-fit: cover;
  margin-top: 2.34375vw;
}
body .home .container .sec .lbox .bg {
  position: absolute;
  left: -5.3645833333vw;
  bottom: 4.6875vw;
  width: 83.3333333333vw;
  pointer-events: none;
}
body .home .container .sec .rbox {
  width: 35.4166666667vw;
}
body .home .container .sec .rbox .p1 {
  color: #666;
  line-height: 1.5;
  margin: 2.6041666667vw 0 1.25vw 0;
}
body .home .container .sec .rbox .form .item:not(:last-child) {
  margin-bottom: 1.25vw;
}
body .home .container .sec .rbox .form .item p {
  line-height: 1.5;
  margin-bottom: 0.625vw;
}
body .home .container .sec .rbox .form .item input {
  width: 100%;
  height: 3.5416666667vw;
  border-radius: 1.5625vw;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 1.0416666667vw 1.25vw;
  font-size: 0.8333333333vw;
  color: #000;
  background: transparent;
}
body .home .container .sec .rbox .form .item input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body .home .container .sec .rbox .form .item textarea {
  width: 100%;
  height: 6.25vw;
  border-radius: 1.5625vw;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 1.0416666667vw 1.25vw;
  font-size: 0.8333333333vw;
  color: #000;
  resize: none;
  background: transparent;
}
body .home .container .sec .rbox .form .item textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body .home .container .sec .rbox .agree {
  margin: 1.4583333333vw 0 1.0416666667vw 0;
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  cursor: pointer;
}
body .home .container .sec .rbox .agree .k {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
  margin-top: 2px;
}
body .home .container .sec .rbox .agree .k img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.8333333333vw;
  opacity: 0;
  transition: all 600ms;
}
body .home .container .sec .rbox .agree .pt {
  display: flex;
  color: #000;
  line-height: 1.5;
  gap: 0.2604166667vw;
}
body .home .container .sec .rbox .agree .pt a {
  text-decoration: underline;
  background: linear-gradient(90deg, #C4ADFF 0%, #63E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .home .container .sec .rbox .agree.on .k {
  border-color: transparent;
}
body .home .container .sec .rbox .agree.on .k img {
  opacity: 1;
}
body .home .container .sec .rbox .btn .submit {
  float: right;
  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;
  cursor: pointer;
}
body .home .container .sec .rbox .btn .submit img {
  width: 0.4166666667vw;
  display: block;
  transition: all 600ms;
}
body .home .container .sec .rbox .btn .submit:hover img {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  body .home {
    padding: 80px 0 0 0;
  }
  body .home .banner {
    margin: 0 16px;
  }
  body .home .banner .bg {
    height: 150px;
    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 .text .des {
    font-size: 14px;
  }
  body .home .container {
    margin-top: 20px;
  }
  body .home .container .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 16px;
  }
  body .home .container .list .item {
    padding: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    border-radius: 18px;
    border: 1px solid #C4ADFF;
    background: none;
  }
  body .home .container .list .item .p1 {
    font-size: 24px;
  }
  body .home .container .list .item .tip {
    margin-top: 4px;
    font-size: 12px;
    height: 40px;
  }
  body .home .container .sec {
    padding: 30px 0;
    flex-direction: column;
    gap: 20px;
  }
  body .home .container .sec .lbox {
    width: 100%;
  }
  body .home .container .sec .lbox p {
    font-size: 24px;
    top: 10px;
  }
  body .home .container .sec .lbox .i1 {
    height: auto;
    width: 100%;
  }
  body .home .container .sec .lbox .bg {
    width: 100%;
    bottom: -100px;
    left: 0;
  }
  body .home .container .sec .rbox {
    width: 100%;
    padding: 0 5%;
  }
  body .home .container .sec .rbox .p1 {
    font-size: 14px;
    margin: 10px 0;
  }
  body .home .container .sec .rbox .form .item:not(:last-child) {
    margin-bottom: 20px;
  }
  body .home .container .sec .rbox .form .item p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  body .home .container .sec .rbox .form .item input {
    height: 40px;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 12px;
  }
  body .home .container .sec .rbox .form .item textarea {
    height: 40px;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 12px;
    height: 100px;
  }
  body .home .container .sec .rbox .agree {
    margin: 14px 0 10px 0;
    gap: 5px;
  }
  body .home .container .sec .rbox .agree .k {
    width: 12px;
    height: 12px;
    margin-top: 0;
  }
  body .home .container .sec .rbox .agree .k img {
    width: 12px;
  }
  body .home .container .sec .rbox .btn .submit {
    font-size: 16px;
    padding: 10px 30px;
    gap: 10px;
  }
  body .home .container .sec .rbox .btn .submit img {
    width: 6px;
  }
}

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