/* nabar */
body {
  font-family:
    PingFang SC,
    Source Sans Pro,
    Helvetica Neue,
    Microsoft Yahei,
    Helvetica,
    Arial,
    Hiragino Sans GB,
    Heiti SC,
    WenQuanYi Micro Hei,
    sans-serif,
    serifserifserif;
  /* background: #faf9f7; */
  /* font-variant-ligatures: no-common-ligatures;
  -webkit-font-smoothing: antialiased; */
}
.pc-menu{
  display: none;
}
.navbar-expand-lg .navbar-collapse.mobile-menu{
 display: none !important;
}
.mobile {
  display: none !important;
}

a {
  text-decoration: none;
  color: #8b5cf6;
}

:root {
  --bs-body-color: #222;
}

ul {
  list-style: none;
}

/* header */
.navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.navbar-brand img {
  height: 30px;
}

.navbar-brand .pc-logo {
  display: block;
}

.navbar-brand .mb-logo {
  display: none;
}

.sign-btns {
  display: none;
}

.navbar {
  position: fixed;
  width: 100%;
  height: 60px;
  --bs-navbar-padding-y: 0;
  --bs-navbar-nav-link-padding-x: 16px;
  --bs-nav-link-font-size: 14px;
  --bs-nav-link-color: #222;
  transition: all 0.2s linear;
  background: rgba(255, 255, 255, 0.5);
}

.navbar-white-transparent {
  background: rgba(255, 255, 255, 0.8);
}

.navbar-white {
  background: rgba(255, 255, 255, 0.6);
  box-shadow:
    0 2px 4px -4px rgba(0, 0, 0, 0.02),
    0 4px 8px rgba(0, 0, 0, 0.02),
    0 4px 16px 4px rgba(0, 0, 0, 0.03);
  transition: all 0.2s linear;
  backdrop-filter: blur(18px);
}

.navbar:hover {
  background: #fff;
  transition: all 0.2s linear;
}

.navbar .container,
.navbar-collapse,
.navbar-nav {
  height: 100%;
}

.navbar .container {
  flex-wrap: nowrap;
  max-width: 100%;
  padding: 0 24px;
}

.navbar-collapse {
  justify-content: space-between;
}

.nav-item .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-item .nav-link span {
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  color: #222;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.nav-item .nav-link .dropdown-toggle {
  margin-left: 4px;
  text-decoration: none;
}

.nav-item:hover {
  cursor: pointer;
}

.nav-item:hover .nav-link span,
.nav-item.active .nav-link span {
  color: #8b5cf6;
}

.nav-item .nav-link span::before,
.nav-item.active .nav-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #8b5cf6;
  left: 0;
  opacity: 0;
  transition: all linear 0.2s;
}

.nav-item:hover .nav-link span::before {
  opacity: 1;
  transition: all linear 0.2s;
}

.nav-link {
  --bs-nav-link-padding-y: 0.5rem;
}

.navbar .container .phone {
  /* padding: 5px 5px; */
  line-height: 38px;
  margin-right: 20px;
  display: flex;
  flex: 1;
  align-items: center;
}

.navbar .container .phone .icon-tellphone {
  font-size: 20px;
  display: inline-block;
  margin-right: 6px;
}

.navbar .container .phone .phone-num {
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
}

.navbar .dropdown .dropdown-menu {
  transition: all linear 0.2s;
}

.navbar .dropdown.open .dropdown-menu {
  display: block;
  transition: all linear 0.2s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active span {
  color: #8b5cf6;
  /* font-weight: 600; */
}

.navbar .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  border-radius: 50px;
  min-width: 100px;
  height: 36px;
  line-height: 36px;
  background: #121212 !important;
  color: #fff !important;
  text-decoration: none;
}
.navbar .btn-link:hover {
  background: #444 !important;
  color: #fff !important;
}
/* banner-home */
/* banenr-home */
.banner-home-bg{
  width: 100%; height: 800px; background: #fff; position: relative; overflow: hidden;
}
.banner-home {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 70px;
  height: 800px;
  /* background: radial-gradient(circle at 70% 40%, #fdcccd, transparent 24%); */
  padding: 96px  clamp(0px, 5vw, 112px);
}
label {
  height: 36px;
  line-height: normal;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(32px);
  color: #3a3a3a;
  padding: 0 16px;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  margin-bottom: 16px;
}
label span {
  margin: 0 2px;
}

.banner-home .caption {
  flex: 0 0 50%;
}
.banner-home .caption-pic {
  position: relative;
  flex: 1;
  text-align: center;
  z-index: 9;
  /* visibility: hidden; */
}
.banner-home .caption-pic img {
  width: 80%;
}
.banner-home .caption-title {
  position: relative;
  z-index: 9;
  /* font-size: 82px;
  line-height: 1.04; */
  /* font-family:
    "Fraunces", "Cormorant Garamond", "Source Han Serif SC", "Songti SC",
    Georgia, serif; */
  /* font-weight: 400;

  margin-top: -80px; */
}
.banner-home h1 {
  font-size: 80px;
}
.banner-home h1 span {
  /* font-size: 82px; */
  background: linear-gradient(
    90deg,
    rgb(255, 141, 60),
    rgb(255, 94, 94),
    rgb(255, 57, 248),
    rgb(0, 176, 255)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /* display: inline-block; */
  /* margin-top: 10px; */
}

.banner-home .des-txt {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.65;
  color: #666;
}

.home-section {
  padding: 80px 0;
  /* padding-bottom: 70px;
  padding-top: 70px;
  padding: 96px clamp(28px, 4vw, 64px) 112px; */
}
/* 首页左右块 */
.output-section {
  position: relative;
  z-index: 3;
  isolation: isolate;
  width: 100%;
  height: 100%;
  max-width: var(--site-max);
  margin: 0 auto 0;
  padding: 96px clamp(28px, 4vw, 64px) 112px;
  color: var(--paper-ink);
  background: transparent;
}

.is-thread-drawn {
  --output-thread-progress: 1;
  --output-thread-offset: 0;
}

.output-intro {
  display: grid;
  gap: 24px;
  /* grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); */
  /* gap: clamp(24px, 3vw, 48px); */
  /* margin: 0 0 clamp(72px, 8vw, 120px); */
  margin: 0 0 60px;
}
.home-section#ai-3 .output-intro,
.home-section#ai-1 .output-intro {
  margin-bottom: 44px;
}
/* .output-intro h2,
.output-intro p {
  grid-column: 1;
} */
.system-page .output-intro h2 {
  font-size: 60px;
}
.output-intro h2 {
  margin: 0 0 0 0;
  /* max-width: 720px; */
  /* font-family:
    "Fraunces", "Cormorant Garamond", "Source Han Serif SC", "Songti SC",
    Georgia, serif; */
  font-weight: 500;
  font-size: 48px;
  /* font-size: clamp(40px, 4.6vw, 68px); */
  line-height: 1.06;
  letter-spacing: 0;
  color: var(--paper-ink);
}
.inline-brand {
  font-style: italic;
  font-weight: 400;
  color: #c8b9ff;
  /* letter-spacing: -0.02em; */
}
.output-intro p {
  margin: 0 0 0 0;
  /* max-width: 600px; */
  color: var(--paper-soft);
  font-size: 18px;
  line-height: 1.74;
}
.output-blocks {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(80px, 8vw, 140px);
}

.output-block {
  display: grid;
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(48px, 6vw, 112px);
  align-items: start;
  padding-top: clamp(28px, 4vw, 56px);
}

.output-block:nth-child(even) {
  grid-template-columns: minmax(0, 1.38fr) minmax(320px, 0.62fr);
}

.output-block:nth-child(even) .output-block-copy {
  order: 2;
}

.output-block:nth-child(even) .output-block-mock {
  order: 1;
}

.output-block-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.output-block-num {
  font-family: "Fraunces", "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: var(--paper-soft);
  opacity: 0.7;
}

.output-block-title {
  margin: 0;
  font-family:
    "Fraunces", "Cormorant Garamond", "Source Han Serif SC", "Songti SC",
    Georgia, serif;
  font-weight: 400;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--paper-ink);
}

.output-block-desc {
  margin: 0;
  max-width: 520px;
  color: var(--paper-soft);
  font-size: 18px;
  line-height: 1.72;
}

.output-block-mock {
  min-width: 0;
  width: 100%;
  aspect-ratio: 5 / 6;
  max-height: clamp(480px, 58vh, 720px);
  background: var(--landing-warm-surface);
  border-radius: 24px;
  border: 1px solid rgba(245, 242, 234, 0.08);
  /* box-shadow:
    0 32px 64px -28px rgba(0, 0, 0, 0.55),
    0 1px 0 rgba(255, 255, 255, 0.04) inset; */
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.output-block-mock img {
  max-width: 100%;
}
.output-block-mock--session {
  background: var(--landing-warm-surface);
}

.section-audit-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.section-audit-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #fff;
  border-radius: 16px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); */
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.section-audit-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.home-section-dark .section-audit-item {
  background: #fff;
}
/* .section-audit-item:nth-child(1) {
  background: linear-gradient(180deg, #e6f7ff 0%, #fff 100%);
}

.section-audit-item:nth-child(2) {
  
  background: linear-gradient(180deg, #feefe9 0%, #fff 100%);
}

.section-audit-item:nth-child(3) {
  background: linear-gradient(180deg, #fff7e6 0%, #fff 100%);
} */

.section-audit-icon {
  flex-shrink: 0;
  width: 100%;
  /* height: 80px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;

  overflow: hidden;
}

.section-audit-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.section-audit-info {
  flex: 1;
}

.section-audit-title {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin: 0 0 12px 0;
  line-height: 32px;
}

.section-audit-desc {
  color: #666;
  font-size: 15px;
  line-height: 24px;
  margin-top: 12px;
  text-align: left;
}

/* api */
.section-api-content {
  position: relative;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 40px;
  /* border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.03); */
}
.section-api-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #fff;
  border-radius: 16px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); */
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.system-page .section-api-item {
  background: #fff;
}
.section-api-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.section-api-icon {
  flex-shrink: 0;
  width: 100%;
  /* height: 80px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;

  overflow: hidden;
}

.section-api-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.section-api-info {
  flex: 1;
}

.section-api-title {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin: 0 0 12px 0;
  line-height: 32px;
}

.section-api-desc {
  color: #666;
  font-size: 15px;
  line-height: 24px;
  margin-top: 12px;
  text-align: left;
}

/* 下个模块 */
.home-section-station {
  background: rgb(244, 236, 255);
  border-radius: 40px;
  margin: 80px 0;
  padding: 120px 0;
}
.section-station-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.section-station-item {
  flex: 0 0 30%;
  padding: 30px;
  /* background: rgb(244, 236, 255); */
  background: #fff;
  /* background: linear-gradient(226deg, #fffdfd 0, #f9f9ff 51.04%, #f3ecfe 100%); */
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-station-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.section-station-number {
  font-size: 44px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  /* font-family:
    "Fraunces", "Cormorant Garamond", "Source Han Serif SC", "Songti SC",
    Georgia, serif; */
}

.section-station-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-station-icon img {
  width: 100%;
}

.section-station-title {
  font-size: 16px;
  color: #333;
  text-align: left;
  margin-top: -10px;
}
/* .section-station-item:hover {
  box-shadow: 0 10px 30px rgba(176, 191, 231, 0.15);
  background: #fff;
} */
.section-station-item:hover .back-card {
  opacity: 1;

  transform: scale(1);
  transition: all 0.3s ease;
}

.section-station-item:hover .front {
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.5s ease;
}

.section-station-item .front {
  padding: 60px 36px;
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s ease;
}

/* .section-station-item:hover .section-station-pic img {
  transform: translateY(-6px);
  transition: all linear 0.2s;
} */

.section-station-title {
  margin: 24px 0 12px;
  font-size: 20px;
  line-height: 28px;
  /* font-weight: 600; */

  color: #333;
}

.section-station-des {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.section-station-pic img {
  width: 88px;
  margin-bottom: 0;
  transform: translateY(0);
  transition: all linear 0.2s;
}

/* section apps */
.section-apps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.section-app-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-app-title {
  text-align: center;
  font-size: 24px;
  color: #222;
}
/* try */

.section-try {
  position: relative;
  z-index: 2;
  /* background: #ecf1fe url(/assets/images/home/try-bg.png) no-repeat 50% / cover; */
  color: #000;
  background:
    radial-gradient(
      68% 68% at 68% 100%,
      #f2f7f7 0,
      rgba(242, 245, 255, 0) 100%
    ),
    radial-gradient(
      53% 53% at 16% -12%,
      #fef2f2 0,
      rgba(242, 245, 255, 0) 100%
    ),
    radial-gradient(
      55% 141% at 100% 100%,
      #e4ebff 0,
      rgba(242, 245, 255, 0) 100%
    ),
    linear-gradient(114deg, #e9e7ff, #e4ebff), #fff;
  border-radius: 40px;
  margin: 0 clamp(0px, 4.2vw, 80px);
  margin-bottom: 80px;
  overflow: hidden;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-try .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-try h1 {
  font-size: 60px;
  margin-bottom: 40px;
  color: #fff;
}
/* 
.section-try p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #1a1a1a;
  margin-top: 12px;
  margin-bottom: 26px;
}

.section-try ul {
  padding: 0;
  display: flex;
  gap: 48px;
  margin-bottom: 56px;
}

.section-try ul li {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #666;
  column-gap: 6px;
}

.section-try ul li .icon-try-list {
  width: 16px;
} */

.section-try .try-btns {
  display: flex;
  gap: 24px;
}

.section-try .btn {
  width: 186px;
  height: 60px;
  background:
    linear-gradient(90deg, rgba(192, 83, 255, 1), rgba(255, 72, 208, 1) 100%),
    rgba(50, 8, 107, 0.1);
  border: none;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-try .btn:hover {
  border: 2px solid rgba(255, 255, 255, 1);
}
.section-try .btn .iconfont {
  font-size: 20px;
}
.section-try-ai .btn span {
  color: #fff;
}

/* footer */
.iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.footer-contact {
  display: none;
}

.foot-wrap {
  position: relative;
  z-index: 2;
  background: #1a1a1a;
  padding: 80px 0;
}

.foot-wrap .collapse:not(.show) {
  display: block;
}

.foot-wrap .collapsing {
  height: initial;
  overflow: hidden;
  transition: none;
}

.foot-nav {
  width: 100%;
}

.foot-nav,
.foot-nav-item-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: default;
}

.foot-wrap .foot-nav-item-title a {
  /* color: #161616; */
}

.foot-nav-item-content:last-child {
  flex-direction: column;
  align-items: flex-start;
}

.foot-nav-item-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  /* font-weight: 500; */
  align-items: center;
}

.foot-nav-item-title strong {
  font-weight: 500;
}

.foot-nav-item-title .icon-arrow {
  display: none;
}

.foot-nav-item-content {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-nav-item-content ul {
  /* opacity: 0.65; */
  list-style: none;
  margin: 0;
  padding: 0;
}

.foot-nav-item-content ul li {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.foot-nav-item-content ul li.hide {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}

.foot-nav-item-content ul li a {
  /* color: #161616; */
  text-decoration: none;
}

.foot-nav-item-content ul li a:hover {
  /* color: #000; */
}

/* .foot-nav-item-content ul li + li {
  margin-top: 12px;
} */

.foot-nav-item-content .tel-label {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.65;
}

.foot-nav-item-content .tel-number {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.foot-nav-item-content .tel-number a,
.foot-nav-item-content .tel-number a:hover {
  color: inherit;
  text-decoration: none;
}

.foot-nav-item .qrcode {
  display: flex;
  flex-direction: row;
}

.foot-nav-item-content .qrcode {
  display: none;
}

.foot-nav-item .qrcode .qrcode-item-thumb {
  width: 120px;
  height: 120px;
  margin-top: 0px;
  margin-bottom: 6px;
  padding: 8px;
  /* background-color: #fff; */
  border-radius: 8px;
  box-sizing: border-box;
}

.foot-nav-item .qrcode .qrcode-item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.foot-nav-item .qrcode .qrcode-item-title {
  opacity: 1;
  font-size: 12px;
  line-height: 20px;
  margin-top: 0;
  margin-right: 0;
  text-align: right;
  color: #fff;
}

.foot-nav-item .qrcode .qrcode-item + .qrcode-item {
  margin-left: 16px;
}

.foot-wrap a {
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  color: #fff;
}

.foot-wrap a:hover {
  /* color: #000; */
}

.foot-link {
  /* height: 64px; */

  padding: 16px 0;
  overflow: hidden;
  /* margin-bottom: 10px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-top: 1px solid #555;
  border-bottom: 1px solid #555; */
}

.foot-link ul + ul {
  margin-top: 4px;
}

.foot-link ul + ul li + li {
  position: relative;
}

.foot-link ul + ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  height: 14px;
  width: 1px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.foot-link ul {
  list-style: none;
  margin: 0 0 0 -16px;
  padding: 0;
}

.foot-link ul li {
  display: inline-block;
  padding: 0 16px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
  color: #bcbfc8;
}

.foot-link ul li a {
  color: #bcbfc8;
}

.foot-link ul li a:hover {
  color: #fff;
}

.foot-created {
  font-size: 14px;
  line-height: 22px;
}

.foot-created a {
  font-weight: 500;
}

.foot-copyright {
  /* display: flex; */
  align-items: center;
  font-size: 14px;
  line-height: 20px;

  padding-top: 6px;
  text-align: center;
  color: #bcbfc8;
}

.foot-copyright a {
  margin-left: 16px;
  color: #bcbfc8;
}

.foot-copyright a:first-child {
  margin-left: 0;
}

.qrcode-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.qrcode-item-title {
  margin-top: 10px;
}

.qrcode-item-thumb {
  width: 96px;
  height: 96px;
}

.qrcode-item-thumb img {
  width: 100%;
}

.foot-police {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* system */
.system-page .output-intro {
  text-align: center;
}
.system-page .system-section-api .output-intro {
  color: #fff;
}
.banner-system {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 0;
  background: radial-gradient(
    358.94% 219.21% at -27.59% -18.79%,
    #ffba5f 0%,
    #ff80d9 30.33%,
    #798fff 65.76%,
    #5fcfff 96.73%
  );
  border-radius: 40px;
  margin: 0 clamp(0px, 4.2vw, 80px);
  margin-top: 100px;
  padding: 30px 80px;
}
.banner-system .output-intro {
  color: #fff;
  text-align: left;
  gap: 30px;
  /* white-space: nowrap; */
}
.banner-system .container {
  display: flex;
  align-items: center;
}
/* .banner-system img {
  height: 500px;
   
    margin: -100px auto 0 auto;
    display: block;
} */

.system-section-apps {
  background: #fff;
  padding: 120px 0;
}
.system-section-api {
  border-radius: 40px;
  background: #1a1a1a;
  padding: 120px 0;
  overflow: hidden;
  margin: 0 clamp(0px, 4.2vw, 80px);
  margin-bottom: 80px;
}

.home-section-audit {
  background: radial-gradient(
    358.94% 219.21% at -27.59% -18.79%,
    #ffba5f 0%,
    #ff80d9 30.33%,
    #798fff 65.76%,
    #5fcfff 96.73%
  );
  /* background: radial-gradient(61.29% 61.29% at 50% 87.77%, #d9abff 0%, #ffcbdf 67.09%, #f9f7fb 100%); */
  margin: 0 clamp(0px, 4.2vw, 80px);
  /* margin-bottom: 80px; */
  border-radius: 40px;
}
.home-section-dark {
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
}

.home-section-dark .section-audit-icon img {
  width: 70%;
}
.home-section-audit label {
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 0; */
}
.home-section-audit .output-intro {
  color: #fff;
  position: relative;
  z-index: 2;
}

.agent-end-container--image {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 400px;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agent-views-container--bg1 {
  position: absolute;
  z-index: 1;
  left: -287px;
  top: -86px;
  width: 918px;
  height: 397px;
  border-radius: 918px;
  opacity: 0.3;
  background: #993aff;
  filter: blur(250px);
}
.agent-views-container--bg2 {
  position: absolute;
  z-index: 1;
  right: -408px;
  top: 167px;
  width: 918px;
  height: 397px;
  border-radius: 918px;
  opacity: 0.3;
  background: #ff3af2;
  filter: blur(250px);
}
.agent-views-container--bg3 {
  position: absolute;
  z-index: 1;
  left: -229px;
  bottom: -181px;
  width: 918px;
  height: 397px;
  border-radius: 918px;
  opacity: 0.3;
  background: #ffa33a;
  filter: blur(250px);
}

.vc-yida-lp-slider-content-tabs {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: hsla(0, 0%, 100%, 0.5);
  border: 1px solid;
  border-image: linear-gradient(
      253deg,
      hsla(0, 0%, 100%, 0.5) 12%,
      hsla(0, 0%, 100%, 0) 83%
    )
    1;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(87, 95, 255, 0.12);
  box-shadow: 0 4px 24px 0 rgba(87, 95, 255, 0.12);
  -webkit-clip-path: inset(0 round 16px);
  clip-path: inset(0 round 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 26px;
  padding: 8px 0 8px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.vc-yida-lp-slider-content-tabs-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 13px;
  color: #181c1f;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  line-height: 18px;
  margin-right: 8px;
  padding: 7px;
  text-align: center;
  width: 72px;
}

.vc-yida-lp-slider-content-tabs-item:hover {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: hsla(0, 0%, 100%, 0.36);
}

.vc-yida-lp-slider-content-tabs-item-icon {
  height: 32px;
  margin-bottom: 8px;
  margin-top: 3px;
  overflow: auto;
  width: 32px;
}

.vc-yida-lp-slider-content-tabs-item.active {
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(87, 95, 255, 0.3);
  box-shadow: 0 2px 12px 0 rgba(87, 95, 255, 0.3);
}

.vc-yida-lp-slider-content-tabs.isInternation
  .vc-yida-lp-slider-content-tabs-item {
  min-width: 85px;
  width: auto;
}

.logo-pic {
  height: 28px;
}
.logo-headline {
  display: flex;
  gap: 8px;
  font-size: 22px;
  font-weight: 600;
  color: #1a1a2e;

  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.home-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 160px;
  height: 48px;

  margin: 0 auto 0 auto;
  border-radius: 100px;
  background: linear-gradient(
    90deg,
    #3475ff 16.2%,
    #3475ff 27.01%,
    #fc65ff 98.36%
  );
  color: #fff;
  box-shadow: 0 6px 18px rgb(139, 91, 246, 0.3);
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  cursor: pointer;
}
.home-section-btn:hover {
  transform: translateY(-4px);
}
.home-section-btn-small {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 116px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin-top: 0;
  box-shadow: 0 6px 18px rgb(139, 91, 246, 0.3);
}
.swiper-audit {
  width: fit-content;
  background: #f0f2f5;
  padding: 6px;
  height: 58px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.03);
  border-radius: 100px;
  margin-bottom: 40px;
}
.swiper-audit .swiper-slide {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 36px;
  cursor: pointer;
  background: transparent;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  justify-content: center;
  gap: 10px;
  border: none;
  width: auto !important;
  margin-right: 0 !important;
}

.swiper-audit .swiper-slide.swiper-slide-thumb-active {
  background: #fff;
  color: #1a1a2e;
  border-radius: 100px;

  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.08),
    0 2px 6px rgba(0, 0, 0, 0.03);
  font-weight: 600;

  transform: scale(1.02);
}
.swiper-audit-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.swiper-audit-left {
  width: 40%;
  margin-left: 50px;
}
.swiper-audit-title {
  font-size: 22px;
  font-weight: 700;
  color: #1d2129;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper-audit-subtitle {
  font-size: 15px;
  line-height: 1.7;
  color: #4e5969;
  margin: 0 0 32px;
}
.swiper-audit-right {
  width: 60%;
}
.swiper-audit-right img {
  width: 100%;
  border-radius: 30px;
}
.section-solution-feature {
  background: radial-gradient(
    61.29% 61.29% at 50% 87.77%,
    #d9abff 0%,
    #ffcbdf 67.09%,
    #f9f7fb 100%
  );
  border-radius: 40px;
}

.section-solution-feature .container {
  background: #fff;
  border-radius: 40px;
  padding: 40px;
}
.output-blocks {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background:
    radial-gradient(
      227.77% 145.55% at 50% 0%,
      #4a9bff 0%,
      #9084ff 17.92%,
      #ff64db 40.31%,
      #ffa1b4 57.1%,
      #f1f0f5 84.88%
    ),
    #4e4e86;
  padding: 10px;
  /* opacity: 0.5; */
  border-radius: 40px;
}
.output-blocks img {
  border-radius: 30px;
  overflow: hidden;
}

.ca-block {
  position: relative;
}

.ca-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 480px;
  /* background: #f7f8fa; */
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* -webkit-box-shadow: 0 16px 48px rgba(0,0,0,.04);
    box-shadow: 0 16px 48px rgba(0,0,0,.04); */
  /* border: 1px solid #f2f3f5; */
  overflow: hidden;
  width: 500px;
  position: absolute;
  right: -20%;
  bottom: 5%;
}
.ca-left {
  width: 600px;
  height: 500px;
  position: absolute;
  left: -15%;
  top: 10%;
}

.ca-bg-lines {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.ca-middle {
  width: 200px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ca-connection-line {
  position: absolute;
  top: 50%;
  left: -32px;
  right: -32px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(26, 122, 248, 0.2)),
    color-stop(50%, rgba(26, 122, 248, 0.8)),
    to(rgba(0, 212, 161, 0.8))
  );
  background: linear-gradient(
    90deg,
    rgba(26, 122, 248, 0.2),
    rgba(26, 122, 248, 0.8) 50%,
    rgba(0, 212, 161, 0.8)
  );
  z-index: 1;
  border-radius: 3px;
}

.ca-connection-line:after,
.ca-connection-line:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #1a7af8;
}

.ca-connection-line:before {
  left: 0;
  -webkit-box-shadow: 0 0 0 4px rgba(26, 122, 248, 0.2);
  box-shadow: 0 0 0 4px rgba(26, 122, 248, 0.2);
}

.ca-connection-line:after {
  right: 0;
  border-color: #00d4a1;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 212, 161, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 212, 161, 0.2);
}

.ca-service-nodes {
  z-index: 2;
  gap: 32px;
  width: 100%;
}

.ca-service-node,
.ca-service-nodes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ca-service-node {
  background: #fff;
  border: 1px solid #1a7af8;
  border-radius: 16px;
  padding: 20px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  -webkit-box-shadow: 0 12px 32px rgba(26, 122, 248, 0.12);
  box-shadow: 0 12px 32px rgba(26, 122, 248, 0.12);
  -webkit-transition:
    -webkit-transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    -webkit-box-shadow 0.4s;
  transition:
    -webkit-transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    -webkit-box-shadow 0.4s;
  transition:
    transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.4s;
  transition:
    transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    -webkit-box-shadow 0.4s;
}

.ca-service-node .ca-node-icon {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #1a7af8, #2ea1ff);
  padding: 6px 16px;
  border-radius: 100px;
  letter-spacing: 1px;
}

.ca-service-node .ca-node-text {
  font-size: 16px;
  font-weight: 600;
  color: #1d2129;
}

.ca-service-node.node-mcp {
  border-color: #00d4a1;
  -webkit-box-shadow: 0 12px 32px rgba(0, 212, 161, 0.12);
  box-shadow: 0 12px 32px rgba(0, 212, 161, 0.12);
}

.ca-service-node.node-mcp .ca-node-icon {
  background: linear-gradient(135deg, #00d4a1, #00b28a);
}

.ca-service-node.node-mcp:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 212, 161, 0.2);
  box-shadow: 0 20px 40px rgba(0, 212, 161, 0.2);
}

.ca-service-node.node-api:hover {
  -webkit-box-shadow: 0 20px 40px rgba(26, 122, 248, 0.2);
  box-shadow: 0 20px 40px rgba(26, 122, 248, 0.2);
}

.ca-service-node.node-cli {
  border-color: #9b63f8;
  -webkit-box-shadow: 0 12px 32px rgba(155, 99, 248, 0.12);
  box-shadow: 0 12px 32px rgba(155, 99, 248, 0.12);
}

.ca-service-node.node-cli .ca-node-icon {
  background: linear-gradient(135deg, #9b63f8, #7e47eb);
}

.ca-service-node.node-cli:hover {
  -webkit-box-shadow: 0 20px 40px rgba(155, 99, 248, 0.2);
  box-shadow: 0 20px 40px rgba(155, 99, 248, 0.2);
}

.ca-center-avatar,
.ca-center-logo {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e6eb;
  z-index: 10;
  position: relative;
}

.ca-center-logo img {
  width: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.ca-center-avatar {
  padding: 6px;
}

.ca-center-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ca-bubble {
  position: absolute;
  background: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  color: #4e5969;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  /* border: 1px solid #f2f3f5; */
  white-space: nowrap;
  -webkit-animation: ca-float 6s ease-in-out infinite;
  animation: ca-float 6s ease-in-out infinite;
  z-index: 15;
  text-align: center;
  line-height: 1.3;
}
.ca-bubble .iconfont {
  margin-right: 4px;
}
.ca-bubble small {
  display: block;
  font-size: 12px;
  color: #86909c;
  margin-top: 4px;
  font-weight: 500;
}

.ca-b-5 {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  color: #f53f3f;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  backdrop-filter: blur(18px);
  /* background: #fff0f0; */
  /* border-color: #ffc2c2; */
}
.ca-b-l1 {
  bottom: 20%;
  left: 0%;
}
.ca-b-l2 {
  bottom: 40%;
  left: 15%;
}

.ca-b-l3 {
  bottom: 60%;
  left: 5%;
}

.ca-b-r1 {
  top: 20%;
  left: 12%;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
  color: #7e47eb;
  background: #f5eeff;
  /* border-color: #d8c2ff */
}

.ca-b-r2 {
  top: 18%;
  right: 10%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  color: #7e47eb;
  background: #f5eeff;
  /* border-color: #a3f0db */
}

.ca-b-r3 {
  bottom: 22%;
  left: 8%;
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
  color: #7e47eb;
  background: #f5eeff;

  /* border-color: #ffd0c2; */
}

.ca-b-r4 {
  bottom: 16%;
  right: 12%;
  -webkit-animation-delay: -3.5s;
  animation-delay: -3.5s;
  color: #7e47eb;
  background: #f5eeff;
  /* border-color: #bce0ff; */
}
.ca-b-r5 {
  bottom: 46%;
  right: 0%;
  -webkit-animation-delay: -4.5s;
  animation-delay: -4.5s;
  color: #7e47eb;
  background: #f5eeff;
  /* border-color: #bce0ff; */
}
@media (max-width: 1024px) {
  .custom-agent-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ca-left,
  .ca-right {
    width: 100%;
  }

  .ca-middle {
    width: 100%;
    height: auto;
    padding: 32px 0;
  }

  .ca-connection-line {
    width: 3px;
    height: 100%;
    top: 0;
    bottom: 0;
  }

  .ca-connection-line,
  .ca-connection-line:after,
  .ca-connection-line:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .ca-connection-line:before {
    top: 0;
  }

  .ca-connection-line:after {
    top: auto;
    bottom: 0;
  }

  .ca-service-nodes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .ai-custom-agent-section {
    padding: 40px 0;
  }

  .ai-custom-header {
    margin-bottom: 40px;
  }

  .custom-agent-layout .ca-left,
  .custom-agent-layout .ca-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 300px;
  }

  .ca-middle {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
}

@-webkit-keyframes ca-float {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@keyframes ca-float {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

.float-download.show .download-container {
  width: 180px;
  transition: all 0.8s 1s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.float-download .download-container {
  position: relative;
  width: 62px;
  height: 62px;
}
.float-download.show {
  bottom: 30px;
  transform: scale(1) translateX(-50%);
  transform-origin: left bottom;
  transition: all 0.3s linear;
}

.float-download {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999;
  transform: scale(0) translateX(-50%);
  transform-origin: left bottom;
  --float-icon: url(https://boardmix-cms.oss-cn-hangzhou.aliyuncs.com/float-button/float-btn-star.svg);
  --float-border-radius: 16px;
  --float-gradient:
    linear-gradient(90deg, rgba(192, 83, 255, 1), rgba(255, 72, 208, 1) 100%),
    rgba(50, 8, 107, 0.1);
  --float-gradient-hover:
    linear-gradient(90deg, rgba(128, 65, 255, 1), rgba(255, 72, 208, 1) 100%),
    linear-gradient(90deg, rgba(192, 83, 255, 1), rgba(255, 72, 208, 1) 100%);
}
.float-download.show .download-container::before {
  animation: animateDownload1 0.3s 0.3s linear forwards;
  border-radius: var(--float-border-radius);
  transition:
    border-radius 0.3s 1s linear,
    background-position 0.15s linear;
}

.float-download .download-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: var(--float-gradient);
  z-index: -1;
  border: 2px solid rgba(255, 255, 255, 1);
  background-repeat: no-repeat;
}
.float-download .download-content {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.float-download .download-content--a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.float-download.show .download-container::after {
  transform: scale(0);
  transition: transform 0.2s 0.5s linear;
}

.float-download .download-container::after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--float-icon);
}
.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(166deg, #f067ff 5%, #c0c6ff 90%, #c2c3ff 90%);
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
.avatar img {
  display: block;
  margin-top: 2px;
  width: 100%;
  object-fit: cover;
}
.bx-left {
  /* width: 280px; */
  position: absolute;
  left: -15%;
  bottom: 10%;
}
.bx-right {
  position: absolute;
  right: -15%;
  bottom: 10%;
  background: #000;
  width: 500px;
  height: 480px;
}

/* .avatar-1 {
  background: linear-gradient(166deg, #f067ff 5%, #c0c6ff 90%, #c2c3ff 90%);
  border: 2px solid rgba(255, 255, 255, 0.3);

} */

.bx-left-box {
  position: relative;
  /* width: 320px;
  padding: 30px 24px;
  border-radius: 24px; */
  /* background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 8px 32px rgba(147, 112, 219, 0.15),
    0 0 60px rgba(147, 112, 219, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5); */
}

.bx-left-box .title {
  font-size: 22px;
  font-weight: 700;
  color: #6b4c9a;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
/* 
.bx-left-box .invoice-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(147, 112, 219, 0.1);
  border: 1px solid rgba(147, 112, 219, 0.15);
}

.bx-left-box .invoice-header {
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 500;
}

.bx-left-box .invoice-amount {
  font-size: 32px;
  font-weight: 700;
  color: #6b4c9a;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.bx-left-box .invoice-qrcode {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.invoice-qrcode::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #6b4c9a;
  border-radius: 4px;
}

.bx-left-box .invoice-qrcode::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #6b4c9a;
  border-radius: 2px;
  top: 8px;
  left: 8px;
}

.bx-left-box .invoice-qrcode span {
  font-size: 10px;
  color: #6b4c9a;
  font-weight: 500;
  z-index: 1;
  letter-spacing: 0.5px;
}

.bx-left-box .invoice-info {
  font-size: 10px;
  color: #aaa;
  line-height: 1.6;
  text-align: center;
}

.bx-left-box .invoice-stamp {
  width: 60px;
  height: 60px;
  margin: 12px auto 0;
  border: 2px solid rgba(220, 53, 69, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: rgba(220, 53, 69, 0.7);
  font-weight: 600;
  transform: rotate(-15deg);
} */

.bx-left-box .bill-card {
  width: 280px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  /* border: 1px solid rgba(147, 112, 219, 0.12); */
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(18px);
}
.bill-card:nth-child(2) {
  margin-left: 20px;
}
.bill-card:last-child {
  margin-left: -40px;
}
.bx-left-box .bill-card:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(147, 112, 219, 0.15);
}

.bx-left-box .bill-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #7b5cba 0%, #9b7cd4 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-right: 14px;
  flex-shrink: 0;
}

.bx-left-box .bill-content {
  flex: 1;
  min-width: 0;
}

.bx-left-box .bill-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.bill-des {
  width: 100px;
  height: 8px;
  background: #e5e5e5;
  border-radius: 10px;
}
.bill-des-long {
  width: 170px;
  height: 8px;
  background: #e5e5e5;
  border-radius: 10px;
  margin-bottom: 12px;
}
.bx-left-box .bill-amount {
  font-size: 16px;
  font-weight: 700;
  color: #6b4c9a;
  margin-bottom: 4px;
}

.bx-left-box .bill-time {
  font-size: 11px;
  color: #aaa;
}

.bx-left-box .bill-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8f9f0;
  /* background: rgba(40, 167, 69, 0.15); */
  /* border: 1px solid rgba(40, 167, 69, 0.3); */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  flex-shrink: 0;
}

.bx-left-box .bill-check::after {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid #28a745;
  border-bottom: 2px solid #28a745;
  transform: rotate(-45deg);
  margin-top: -2px;
}
/* 
.bx-left-box .bg-decoration {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(147, 112, 219, 0.15) 0%,
    transparent 70%
  );
  top: -50px;
  right: -50px;
  z-index: -1;
}

.bx-left-box .bg-decoration-2 {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(147, 112, 219, 0.1) 0%,
    transparent 70%
  );
  bottom: -30px;
  left: -30px;
  z-index: -1;
}

.bx-left-box .flow-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.3;
}

.bx-left-box .flow-line path {
  fill: none;
  stroke: rgba(147, 112, 219, 0.2);
  stroke-width: 1;
  stroke-dasharray: 4 8;
  animation: flowDash 2s linear infinite;
}

@keyframes flowDash {
  to {
    stroke-dashoffset: -12;
  }
} */
.bill-fp-card {
  display: flex;
  flex-direction: column;
}
.tags {
  position: relative;
  z-index: 1;

  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.tag {
  padding: 3px 6px;
  border-radius: 4px;

  font-size: 12px;
  font-weight: 500;
}

.tag-orange {
  background: #ffe6ce;
  color: #ff840c;
}

.tag-pink {
  background: #ffe9e9;
  color: #ff6b6b;
}

.tag-green {
  background: #d2fdc7;
  color: #80c4a7;
}

.tag-blue {
  background: rgba(59, 130, 246, 0.15);
  color: #72a3f4;
}

.bill-fp-content {
  position: relative;
  z-index: 1;
}

.invoice-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.invoice-icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #ff6b6b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  flex-shrink: 0;
}
.invoice-icon .iconfont {
  font-size: 30px;
  color: #fff;
}
.invoice-icon svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

.invoice-title {
  transform: scale(0.9);
  transform-origin: left;
  margin-top: -4px;
}

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.info-label {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.info-value {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.bottom-tags {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.glow-effect {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(238, 130, 238, 0.2) 0%,
    transparent 70%
  );
  z-index: 0;
}

.banner-about {
  position: relative;
  padding: 120px 0;
  background: radial-gradient(
    61.29% 61.29% at 50% 87.77%,
    #d9abff 0%,
    #ffcbdf 67.09%,
    #f9f7fb 100%
  );
  border-radius: 40px;
  margin: 0 clamp(0px, 4.2vw, 80px);
  margin-bottom: 60px;
  margin-top: 100px;
}
.about-page .output-intro {
  margin-bottom: 80px;
}
.about-page .about-brand {
  position: absolute;
  bottom: 20%;
  right: 8%;
  transform: scale(1.6);
  filter: brightness(100) saturate(0);
  opacity: 0.5;
}
/* system */

.system-an {
  position: relative;
  width: 900px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-circle {
  position: absolute;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff 0%, #f8f5ff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:
    0 0 60px rgba(168, 126, 234, 0.3),
    0 0 100px rgba(192, 156, 230, 0.2);
  z-index: 10;
  animation: pulse 3s ease-in-out infinite;
  border: 1px solid rgba(168, 126, 234, 0.2);
}
.center-circle img {
  width: 110px;
}
.center-circle::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  animation: rotate 20s linear infinite;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.center-circle::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  animation: rotate 30s linear infinite reverse;
}

.center-text {
  color: #7b5cba;
  font-size: 24px;
  font-weight: 600;
}

.node {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 5;
  box-shadow: 0 4px 25px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
}

.node:hover {
  transform: scale(1.05);
  border-color: #fff;
  box-shadow:
    0 0 40px rgba(255, 255, 255, 0.45),
    0 0 60px rgba(255, 255, 255, 0.25);
}

.node-left-2:hover,
.node-right:hover {
  transform: scale(1.05) translateY(-50%);
}

.node-icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.node-icon img {
  width: 46px;
}

.node-text {
  color: #555;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}

.node-left-1 {
  top: 50px;
  left: 50px;
}

.node-left-2 {
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.node-left-3 {
  bottom: 50px;
  left: 50px;
}

.node-right {
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
}

svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.connection-line {
  fill: none;
  stroke: rgba(255, 255, 255, 1);
  stroke-width: 3;
}

.flow-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 6 12;
  animation: flowDash 1.2s linear infinite;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.6));
}

.flow-particle {
  fill: rgba(255, 255, 255, 1);
  /* filter: drop-shadow(0 0 2px rgba(255,255,255, 0.9)) drop-shadow(0 0 4px rgba(255,255,255, 0.5)); */
}

.flow-particle-small {
  fill: rgba(255, 255, 255, 0.8);
  /* filter: drop-shadow(0 0 1px rgba(255,255,255, 0.9)) drop-shadow(0 0 2px rgba(255,255,255, 0.5)); */
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 60px rgba(255, 255, 255, 0.4),
      0 0 100px rgba(255, 255, 255, 0.25);
  }

  50% {
    transform: scale(1.02);
    box-shadow:
      0 0 80px rgba(255, 255, 255, 0.55),
      0 0 120px rgba(255, 255, 255, 0.35);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes flowDash {
  to {
    stroke-dashoffset: -20;
  }
}

.dashed-line {
  fill: none;
  stroke: rgba(255, 255, 255, 1);
  stroke-width: 2;
  stroke-dasharray: 10 5;
}

.dashed-flow-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 2;
  stroke-dasharray: 8 8;
  animation: flowDash 1.8s linear infinite;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
}
