.footerView[data-v-729c4f6e] {
  background:
    radial-gradient(72% 120% at 88% 10%, rgba(46, 126, 247, .16), rgba(46, 126, 247, 0) 58%),
    linear-gradient(180deg, #20242c 0%, #171a20 100%) !important;
}

.footerView[data-v-729c4f6e]:after {
  background-image: url("/static/theme_025/img/footer/footer-network-j9.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  opacity: .92;
}

.footerView .content .left .btnBoxT .inText[data-v-729c4f6e],
.footerViewWap .content .btnBoxT .inText[data-v-729c4f6e] {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 250, 255, .98)) !important;
  border: 1px solid rgba(46, 126, 247, .16);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 28, 64, .16);
}

.footerView .content .left .logo .img[data-v-729c4f6e],
.footerViewWap .content .logo .img[data-v-729c4f6e] {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .2));
}

.footerView .content .left[data-v-729c4f6e] {
  flex: 0 0 420px !important;
  width: 420px !important;
  max-width: 420px !important;
}

.footerView .footer-desc,
.footerViewWap .footer-desc {
  margin: 18px 0 0;
  max-width: 390px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.78;
  font-weight: 400;
}

.footerView .content .left .btnBoxT[data-v-729c4f6e] {
  width: 390px !important;
  max-width: 390px !important;
}

.footerView .content .left .imgBox[data-v-729c4f6e] {
  display: flex !important;
  width: 316px !important;
  max-width: 316px !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  gap: 8px !important;
}

.footerView .content .left .imgBox .social-link[data-v-729c4f6e],
.footerViewWap .content .imgBox .social-link[data-v-729c4f6e] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 46px !important;
  height: 46px !important;
  margin-right: 0 !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .86);
  text-decoration: none;
  line-height: 1 !important;
  box-sizing: border-box !important;
  transition: transform .28s ease, background .28s ease, border-color .28s ease, color .28s ease;
}

.footerView .content .left .imgBox .social-link:hover[data-v-729c4f6e],
.footerViewWap .content .imgBox .social-link:hover[data-v-729c4f6e] {
  transform: translateY(-3px);
  background: #2e7ef7;
  border-color: #2e7ef7;
  color: #fff;
}

.footerView .content .left .imgBox .social-svg[data-v-729c4f6e],
.footerViewWap .content .imgBox .social-svg[data-v-729c4f6e] {
  width: 20px !important;
  height: 20px !important;
  display: block;
  flex: 0 0 20px !important;
  margin: auto !important;
  fill: currentColor;
}

.footerView .copyright .left a.item {
  color: inherit;
  text-decoration: none;
  transition: color .28s ease, opacity .28s ease;
}

.footerView .copyright .left a.item:hover {
  color: #fff;
  opacity: .9;
}

.footerView .content .right .itemBox:nth-child(n+2)[data-v-729c4f6e],
.footerViewWap .content .yqlj[data-v-729c4f6e],
.footerViewWap .content .yqlj[data-v-729c4f6e] + .tbox[data-v-729c4f6e] {
  display: none !important;
}

.theme25-static-view {
  background: #fff;
  color: #111827;
}

.theme25-static-hero {
  position: relative;
  height: 520px;
  min-height: 420px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.theme25-static-heroMask {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 17, 33, .74) 0%, rgba(8, 17, 33, .44) 48%, rgba(8, 17, 33, .16) 100%);
}

.theme25-static-heroInner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 72px;
}

.theme25-static-heroInner h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.24;
  font-weight: 600;
  letter-spacing: 0;
}

.theme25-static-heroInner p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 1.8;
}

.theme25-static-content {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  padding: 88px 0 104px;
}

.theme25-static-content .infoBox {
  margin-bottom: 38px;
}

.theme25-static-content .titleBox .cn {
  color: #0f172a;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 600;
}

.theme25-static-content .intro {
  max-width: 760px;
  margin-top: 18px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.9;
}

.theme25-static-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.theme25-static-card {
  min-height: 280px;
  padding: 34px 36px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 46px rgba(15, 35, 70, .08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.theme25-static-card:hover {
  transform: translateY(-6px);
  border-color: rgba(46, 126, 247, .22);
  box-shadow: 0 26px 64px rgba(15, 35, 70, .14);
}

.theme25-static-card h2 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
}

.theme25-static-card p {
  margin: 0 0 14px;
  color: #475569;
  font-size: 16px;
  line-height: 1.95;
}

.theme25-static-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.theme25-static-card li {
  position: relative;
  padding-left: 18px;
  margin-top: 12px;
  color: #334155;
  font-size: 15px;
  line-height: 1.75;
}

.theme25-static-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .76em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2e7ef7;
}

@media screen and (max-width: 700px) {
  .footerViewWap[data-v-729c4f6e] {
    background:
      radial-gradient(94% 80% at 100% 0%, rgba(46, 126, 247, .18), rgba(46, 126, 247, 0) 64%),
      linear-gradient(180deg, #20242c 0%, #171a20 100%) !important;
    position: relative;
    overflow: hidden;
  }

  .footerViewWap[data-v-729c4f6e]:after {
    content: "";
    position: absolute;
    right: -16rem;
    top: 1rem;
    width: 34rem;
    height: 24rem;
    background-image: url("/static/theme_025/img/footer/footer-network-j9.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .36;
    pointer-events: none;
  }

  .footerViewWap .content[data-v-729c4f6e] {
    position: relative;
    z-index: 1;
  }

  .footerViewWap .footer-desc {
    max-width: none;
    margin: 1.2rem 0 1.4rem;
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .footerViewWap .content .lianxi[data-v-729c4f6e] {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 1.2rem !important;
    margin: 0 0 2.2rem !important;
  }

  .footerViewWap .content .lianxi .btnBoxT[data-v-729c4f6e] {
    width: 14rem !important;
    margin-top: 0 !important;
  }

  .footerViewWap .content .imgBox[data-v-729c4f6e] {
    display: grid !important;
    grid-template-columns: repeat(3, 3.8rem) !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: .7rem !important;
    margin-top: 0 !important;
  }

  .footerViewWap .content .imgBox .social-link[data-v-729c4f6e] {
    width: 3.8rem !important;
    height: 3.8rem !important;
    margin-right: 0 !important;
  }

  .footerViewWap .content .imgBox .social-svg[data-v-729c4f6e] {
    width: 1.9rem !important;
    height: 1.9rem !important;
  }

  .theme25-static-hero {
    height: 28rem;
    min-height: 28rem;
  }

  .theme25-static-heroInner {
    width: calc(100% - 3.2rem);
    padding-top: 4.8rem;
  }

  .theme25-static-heroInner h1 {
    font-size: 2.55rem;
    line-height: 1.32;
  }

  .theme25-static-heroInner p {
    margin-top: 1.2rem;
    font-size: 1.35rem;
    line-height: 1.75;
  }

  .theme25-static-content {
    width: calc(100% - 3.2rem);
    padding: 4.8rem 0 5.6rem;
  }

  .theme25-static-content .titleBox .cn {
    font-size: 2.4rem;
  }

  .theme25-static-content .intro {
    font-size: 1.35rem;
  }

  .theme25-static-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .theme25-static-card {
    min-height: 0;
    padding: 2.2rem 2rem;
  }

  .theme25-static-card h2 {
    font-size: 1.85rem;
  }

  .theme25-static-card p,
  .theme25-static-card li {
    font-size: 1.3rem;
  }
}
