body,
html {
  font-family: PingFangSC, PingFang SC;
  background-color: #000;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
 @keyframes vision-fade {
            0%, 100% { opacity: 0; }
            5% { opacity: 0; }
            15% { opacity: 0.8; }
            30% { opacity: 0.3; }
            45% { opacity: 0.8; }
            55% { opacity: 1; }
        }
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
.relative {
  position: relative;
}
img,
video {
  max-width: 100%;
  margin-bottom: 0;
}
.container {
  width: 1200px;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
.header {
  display: flex;
  width: 100%;
  padding: 10px 80px 10px 40px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(45, 45, 53, 0.4);
}
@media (max-width: 1200px) {
  .header {
    display: none;
  }
}
.header .left {
  display: flex;
  align-items: center;
}
.header .left .logo {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.header .left .logo img {
  width: 104px;

}
.header .left .logo span {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}
.header .left .nav {
  display: flex;
  align-items: center;
}
.header .left .nav a {
  margin: 0 25px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.header .left .nav a.active{
  background: linear-gradient(95.4deg, #049BFF 5.44%, #B956FF 99.81%);
      color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.header .left .nav a.active:after{
  content: "";
  display: block;
  width: 58px;
height: 2px;
border-radius: 2px;
background: linear-gradient(95.4deg, #049BFF 5.44%, #B956FF 99.81%);

position: absolute;
left: 50%;
transform: translate(-50%);
bottom: -7px;
}
.header .right {
  width: 147px;
  height: 40px;
  border-radius: 40px;
  background: linear-gradient(180deg, #FFFFFF 52.04%, #DECAFF 125%);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  position: relative;
  color: #000;
}
.header .right:after {
  content: "BETA";
  display: block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -1%;
  line-height: 20px;
  text-align: center;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background: linear-gradient(109.65deg, #FF8623 9.21%, #F3A908 87.11%);
  color: #fff;
  position: absolute;
  right: -9px;
  top: 2px;
}
.wf-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wf-title .s-box {
  height: 40px;
  padding: 1px;
  border-radius: 40px;
  background: linear-gradient(93.76deg, #5BE4FF -0.64%, #1465FA 18.51%, #8C5CEC 81.85%, #CEA7FF 98.06%);
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .wf-title .s-box {
    height: 30px;
  }
}
.wf-title .s-box .inner {
  background-color: #000;
  display: flex;
  align-items: center;
  height: 38px;
  border-radius: 38px;
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .wf-title .s-box .inner {
    height: 28px;
    padding: 0 15px;
  }
}
.wf-title .s-box .inner span {
  background: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .wf-title .s-box .inner span {
    width: 3px;
    height: 3px;
    margin-right: 5px;
  }
}
.wf-title .s-box .inner p {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -1%;
  color: #fff;
}
.wf-title h2 {
  font-weight: 600;
  font-size: 64px;
  letter-spacing: -1%;
  background: linear-gradient(187.64deg, #FFFFFF 46.05%, #97A6FA 101.98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (max-width: 1200px) {
  .wf-title h2 {
    font-size: 30px;
  }
}
.wf-banner {
  padding-top: 140px;
  background-image: url(../img/wf-banner.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 525px;
}
@media (max-width: 1200px) {
  .wf-banner {
    padding-bottom: 300px;
    padding-top: 100px;
  }
}
.wf-banner .banner-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wf-banner .wf-title {
  margin-bottom: 10px;
}
.wf-banner .wf-title h2 {
  font-size: 72px;
  line-height: 100px;
}
@media (max-width: 1200px) {
  .wf-banner .wf-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wf-banner .banner-txt {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #ebebeb;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .wf-banner .banner-txt {
    font-size: 14px;
  }
  .wf-banner .banner-txt br {
    display: none;
  }
}
.wf-banner .banner-btn img {
  width: 290px;
}
@media (max-width: 1200px) {
  .wf-banner .banner-btn img {
    width: 190px;
  }
}
.wf-banner .bq {
  display: flex;
  align-items: center;
  position: absolute;
}
.wf-banner .bq img {
  width: 30px;
  margin-right: 12px;
}
.wf-banner .bq p {
  background: linear-gradient(90deg, #FFFFFF 0%, #E2CBFF 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  font-size: 32px;
}
.wf-banner .bq.bq01 {
  bottom: 20px;
  left: -80px;
  animation: vision-fade 6.5s infinite;
}
@media (max-width: 1200px) {
  .wf-banner .bq.bq01 {
    display: none;
  }
}
.wf-banner .bq.bq02 {
  bottom: -70px;
  right: -80px;
  animation: vision-fade 6.5s infinite 1.5s;
}
@media (max-width: 1200px) {
  .wf-banner .bq.bq02 {
    display: none;
  }
}
.wf-banner .bq.bq03 {
  bottom: -260px;
  left: 40px;
  animation: vision-fade 6.5s infinite 3s;
}
@media (max-width: 1200px) {
  .wf-banner .bq.bq03 {
    display: none;
  }
}
.wf-who {
  padding-top: 178px;
  padding-bottom: 120px;
  background-image: url(../img/wf-whobg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* 中间主卡片 */
  /* 左右副卡片 */
  /* 左右按钮 */
  /* 圆点 */
  /* 响应式 */
}
@media (max-width: 1200px) {
  .wf-who {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.wf-who .wf-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .wf-who .wf-title {
    margin-bottom: 30px;
  }
}
.wf-who .team-switch-section {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wf-who .team-stage {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  padding-bottom: 65px;
}
@media (max-width: 1200px) {
  .wf-who .team-stage {
    padding-bottom: 25px;
  }
}
.wf-who .team-card {
  border: 1px solid rgba(151, 113, 255, 0.95);
  border-radius: 18px;
  color: #fff;
  text-align: center;
  background: rgba(27, 16, 92, 0.25);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  box-shadow: 0 0 25px rgba(76, 47, 205, 0.45);
  overflow: hidden;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wf-who .team-card h3 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}

.wf-who .team-subtitle {
  margin: 6px 0 14px;
  color: #7fb2ff;
  font-size: 16px;
}
.wf-who .team-card-center .team-subtitle{
  font-size: 24px;
}
.wf-who .team-avatar {
  margin: 0 auto;
  border-radius: 50%;
  /*border: 1px solid rgba(89, 99, 255, 0.9);*/
  box-shadow: 0 0 0 5px rgba(54, 63, 210, 0.22), 0 0 0 10px rgba(54, 63, 210, 0.12), 0 0 25px rgba(72, 86, 255, 0.7);
  overflow: hidden;
      margin-bottom: 15px;
}
.wf-who .team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}
.wf-who .team-card-center {
  width: 570px;
  height: 600px;
  left: 186px;
  top: 6px;
  z-index: 5;
  padding: 45px 70px 50px 70px;
}
@media (max-width: 1200px) {
  .wf-who .team-card-center {
    padding: 30px 50px 50px 50px;
  }
}
.wf-who .team-card-center h3 {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1%;
  text-align: center;
  background: linear-gradient(180deg, #FFFFFF 31.34%, #7099FF 113.43%);
  margin-bottom: 4px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (max-width: 1200px) {
  .wf-who .team-card-center h3 {
    font-size: 24px;
  }
}
.wf-who .team-card-center h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/wf-star.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -35px;
  top: -10px;
}
@media (max-width: 1200px) {
  .wf-who .team-card-center h3:after {
    width: 15px;
    height: 15px;
    left: -18px;
    top: -5px;
  }
}
.wf-who .team-card-cente .team-subtitle {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  background: #75afff;
}
.wf-who .team-card-center .team-avatar {
  width: 322px;
}
@media (max-width: 1200px) {
  .wf-who .team-card-center .team-avatar {
    width: 150px;
  }
}
.wf-who .team-card-center .team-desc {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .wf-who .team-card-center .team-desc {
    font-size: 14px;
  }
}
.wf-who .team-card-left,
.wf-who .team-card-right {
  position: absolute;
  width: 400px;
  height: 420px;
  top: 90px;
  z-index: 2;
  padding: 22px 50px 0;
  opacity: 0.95;
}
@media (max-width: 1200px) {
  .wf-who .team-card-left,
  .wf-who .team-card-right {
    display: none;
  }
}
.wf-who .team-card-left {
  left: 70px;
  transform: rotate(-3deg);
}
.wf-who .team-card-right {
  right: 70px;
  transform: rotate(3deg);
}
.wf-who .team-card-left h3,
.wf-who .team-card-right h3 {
  font-weight: 600;
  font-size: 34px;
  letter-spacing: -1%;
  text-align: center;
  background: linear-gradient(180deg, #FFFFFF 31.34%, #7099FF 113.43%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.wf-who .team-card-left h3:after,
.wf-who .team-card-right h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/wf-star.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -25px;
  top: -5px;
}
.wf-who .team-card-left .team-avatar,
.wf-who .team-card-right .team-avatar {
  width: 190px;
}
.wf-who .team-card-left .team-desc,
.wf-who .team-card-right .team-desc {
  font-size: 16px;
}
.wf-who .team-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .wf-who .team-arrow {
    width: 20px;
    height: 20px;
  }
}
.wf-who .team-prev {
  left: 24px;
}
.wf-who .team-next {
  right: 24px;
}
.wf-who .team-arrow:hover {
  background: #ece7ff;
}
.wf-who .team-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}
.wf-who .team-dots span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}
@media (max-width: 1200px) {
  .wf-who .team-dots span {
    width: 6px;
    height: 6px;
  }
}
.wf-who .team-dots span.active {
  background: #ffffff;
}
@media (max-width: 700px) {
  .wf-who .team-stage {
    width: 100%;
  }
  .wf-who .team-card-center {
    height: auto;
  }
  .wf-who .team-card-left {
    left: -70px;
    height: auto;
  }
  .wf-who .team-card-right {
    right: -70px;
    height: auto;
  }
  .wf-who .team-prev {
    left: 12px;
  }
  .wf-who .team-next {
    right: 12px;
  }
}
.wf-qj {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .wf-qj {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wf-qj .wf-title {
  margin-bottom: 40px;
}
.wf-qj img {
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1200px) {
  .wf-qj img {
    width: 100%;
  }
}
.wf-foot {
  padding-top: 185px;
  padding-bottom: 235px;
  background-image: url(../img/wf-foot-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .wf-foot {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.wf-foot .f-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wf-foot .f-box .f-logo {
  max-width: 270px;
  margin-bottom: 28px;
}
@media (max-width: 1200px) {
  .wf-foot .f-box .f-logo {
    width: 150px;
  }
}
.wf-foot .f-box h2 {
  background: linear-gradient(187.64deg, #FFFFFF 46.05%, #97A6FA 101.98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1%;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .wf-foot .f-box h2 {
    font-size: 24px;
  }
}
.wf-foot .f-box p {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .wf-foot .f-box p {
    font-size: 14px;
  }
}
.wf-foot .f-box a img {
  max-width: 290px;
}
@media (max-width: 1200px) {
  .wf-foot .f-box a img {
    width: 190px;
  }
}
.wf-choose {
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .wf-choose {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.wf-choose .wf-title {
  margin-bottom: 60px;
}
.wf-choose .box {
  display: flex;
  align-items: unset;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wf-choose .box .item {
  background: linear-gradient(116.65deg, #C0DBFF 15.81%, rgba(88, 180, 255, 0.9) 30.39%, rgba(88, 129, 251, 0.5) 59.47%);
  padding: 1px;
  border-radius: 30px;
  width: 570px;
  margin-bottom: 50px;
}
.wf-choose .box .item .inner {
  background: radial-gradient(397.82% 371.52% at 37.63% 11.75%, rgba(41, 71, 205, 0.6) 0%, rgba(58, 1, 116, 0.6) 26.71%, rgba(0, 0, 0, 0.3) 63.46%);
  border-radius: 30px;
  padding: 40px 70px 60px 50px;
}
@media (max-width: 1200px) {
  .wf-choose .box .item .inner {
    padding: 20px 35px 30px 25px;
  }
}
.wf-choose .box .item .inner .c-tit {
  display: flex;
  position: relative;
  padding-left: 140px;
  margin-bottom: 31px;
}
@media (max-width: 1200px) {
  .wf-choose .box .item .inner .c-tit {
    padding-left: 60px !important;
    margin-bottom: 20px;
  }
}
.wf-choose .box .item .inner .c-tit img {
  width: 120px;
  position: absolute;
  top: -70px;
  left: 0;
}
@media (max-width: 1200px) {
  .wf-choose .box .item .inner .c-tit img {
    width: 60px !important;
    top: -50px;
  }
}
.wf-choose .box .item .inner .c-tit h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1%;
  background: linear-gradient(180deg, #FFFFFF 31.34%, #ABA7F8 113.43%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (max-width: 1200px) {
  .wf-choose .box .item .inner .c-tit h3 {
    font-size: 20px;
  }
}
.wf-choose .box .item .inner p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1200px) {
  .wf-choose .box .item .inner p {
    font-size: 14px;
  }
}
.wf-xz {
  padding-top: 90px;
  padding-bottom: 160px;
  background-image: url(../img/wf-xzbg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .wf-xz {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wf-xz .wf-title {
  margin-bottom: 52px;
}
.wf-xz .xz-box .xz-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-tit {
    margin-bottom: 25px;
  }
}
.wf-xz .xz-box .xz-tit .item {
  width: 330px;
  cursor: pointer;
}
.wf-xz .xz-box .xz-tit .item .t-box {
  background: linear-gradient(93.62deg, #5BE4FF -7.41%, #1465FA 14.11%, #8C5CEC 85.3%, #CEA7FF 103.52%);
  padding: 1px;
  height: 60px;
  border-radius: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-tit .item .t-box {
    margin-bottom: 10px;
  }
}
.wf-xz .xz-box .xz-tit .item .t-box .inner {
  background-color: #000000;
  border-radius: 40px;
  height: 58px;
}
.wf-xz .xz-box .xz-tit .item .t-box .inner h3 {
  text-align: center;
  line-height: 58px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #b1b1b1;
  font-size: 20px;
  letter-spacing: -1%;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-tit .item .t-box .inner h3 {
    font-size: 16px;
  }
}
.wf-xz .xz-box .xz-tit .item p {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #b1b1b1;
}
.wf-xz .xz-box .xz-tit .item.active {
  width: 342px;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-tit .item.active {
    width: 280px;
  }
}
.wf-xz .xz-box .xz-tit .item.active .t-box {
  height: 72px;
  padding: 1px;
  background: linear-gradient(94.57deg, #5BE4FF 4.35%, #1465FA 13.39%, rgba(0, 0, 0, 0) 51.56%, #8C5CEC 83.68%, #EBDBFF 98.22%);
}
.wf-xz .xz-box .xz-tit .item.active .t-box .inner {
  height: 70px;
  padding: 6px;
}
.wf-xz .xz-box .xz-tit .item.active .t-box .inner .wz-box {
  background: linear-gradient(93.17deg, #7CE9FF -7.34%, #1465FA 14.34%, #8C5CEC 86.07%, #D6B4FF 104.42%);
  padding: 2px;
  height: 58px;
  border-radius: 40px;
}
.wf-xz .xz-box .xz-tit .item.active .t-box .inner .wz-box .box1 {
  background: linear-gradient(94.55deg, #049BFF -0.66%, #0B2488 32.04%, #1B1B8D 70.65%, #B956FF 106.62%);
  border-radius: 40px;
}
.wf-xz .xz-box .xz-tit .item.active .t-box .inner .wz-box .box1 h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 54px;
  letter-spacing: -1%;
  text-align: center;
  color: #fff;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-tit .item.active .t-box .inner .wz-box .box1 h3 {
    font-size: 18px;
  }
}
.wf-xz .xz-box .xz-tit .item.active p {
  color: #fff;
}
.wf-xz .xz-box .xz-con .con-box {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
}
.wf-xz .xz-box .xz-con .con-box.active {
  display: flex;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-con .con-box.active {
    flex-direction: column;
  }
}
.wf-xz .xz-box .xz-con .con-box .left-con {
  width: 185px;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-con .con-box .left-con {
    width: 100%;
  }
}
.wf-xz .xz-box .xz-con .con-box .left-con .left-tit {
  width: 100%;
  margin-bottom: 350px;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-con .con-box .left-con .left-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
}
.wf-xz .xz-box .xz-con .con-box .left-con .left-tit .item {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0%;
  margin-bottom: 40px;
  color: #b1b1b1;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-con .con-box .left-con .left-tit .item {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.wf-xz .xz-box .xz-con .con-box .left-con .left-tit .item.active {
  color: #fff;
}
.wf-xz .xz-box .xz-con .con-box .left-con .left-tit .item.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(93.69deg, #7CE9FF -6.41%, #1465FA 15.08%, #8C5CEC 86.19%, #D6B4FF 104.38%);
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.wf-xz .xz-box .xz-con .con-box .left-con .l-link {
  width: 160px;
  height: 48px;
  border-radius: 32px;
  background: linear-gradient(93.69deg, #7CE9FF -0.77%, #1465FA 18.41%, #8C5CEC 81.83%, #D6B4FF 98.05%);
  padding: 1px;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-con .con-box .left-con .l-link {
    display: none;
  }
}
.wf-xz .xz-box .xz-con .con-box .left-con .l-link a {
  display: block;
  width: 100%;
  background: linear-gradient(95.29deg, #049BFF 5.27%, #0B2488 34.09%, #1B1B8D 68.11%, #B956FF 99.81%);
  border-radius: 32px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 46px;
}
.wf-xz .xz-box .xz-con .con-box .right-con {
  width: 870px;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(117.16deg, #C0DBFF 15.69%, rgba(88, 180, 255, 0.9) 30.16%, rgba(88, 129, 251, 0.5) 59.03%);
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-con .con-box .right-con {
    width: 100%;
    border-radius: 10px;
  }
}
.wf-xz .xz-box .xz-con .con-box .right-con .con {
  border-radius: 20px;
  background: linear-gradient(0deg, #8777AB 26.8%, #3F4284 101.65%);
  overflow: hidden;
  padding-top: 25px;
  padding-left: 70px;
  display: none;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-con .con-box .right-con .con {
    padding: 20px 0 0 0 ;
    border-radius: 10px;
  }
}
.wf-xz .xz-box .xz-con .con-box .right-con .con.active {
  display: block;
}
.wf-xz .xz-box .xz-con .con-box .right-con .con p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  max-width: 676px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-con .con-box .right-con .con p {
    font-size: 12px;
    margin: 0 25px 25px;
  }
  .wf-xz .xz-box .xz-con .con-box .right-con .con p br {
    display: none;
  }
}
.wf-xz .xz-box .xz-con .con-box.con-box2 .left-con,
.wf-xz .xz-box .xz-con .con-box.con-box3 .left-con {
  width: 225px;
}
@media (max-width: 1200px) {
  .wf-xz .xz-box .xz-con .con-box.con-box2 .left-con,
  .wf-xz .xz-box .xz-con .con-box.con-box3 .left-con {
    width: 100%;
  }
}
.wf-xz .xz-box .xz-con .con-box.con-box2 .right-con {
  background: linear-gradient(117.16deg, #C0DBFF 15.69%, rgba(88, 180, 255, 0.9) 30.16%, rgba(88, 129, 251, 0.5) 59.03%);
}
.wf-xz .xz-box .xz-con .con-box.con-box2 .right-con .con {
  background: linear-gradient(0deg, #3895DD 26.8%, #2A41B3 101.65%);
}
@media (max-width: 768px) {
  .xz-tit {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .xz-tit > .item {
    flex: 0 0 82%;
    max-width: 82%;
    scroll-snap-align: center;
  }
  /* 隐藏滚动条 */
  .xz-tit::-webkit-scrollbar {
    display: none;
  }
  .xz-tit {
    scrollbar-width: none;
  }
}
