@charset "utf-8";
@font-face {
  font-family: "Alimama ShuHeiTi";
  src: url("../fonts/alimama-shuheiti.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --brand-gradient: linear-gradient(90deg, #674fff 0%, #0a68fe 100%);
  --nav-gradient: linear-gradient(90deg, #674fff 0.747%, #0a68fe 102.86%);
  --control-gradient: linear-gradient(137.1747deg, #674fff 13.581%, #0a68fe 95.992%);
  --accent-gradient: linear-gradient(180deg, #765efe 0%, #3450ff 48%, #2d7efd 100%);
  --login-gradient:
    radial-gradient(ellipse 65px 32px at 74.9% 100%, #2397fb 0%, rgba(35, 151, 251, 0) 100%),
    radial-gradient(ellipse 96px 39px at 22.1% 100%, #765efe 0%, rgba(118, 94, 254, 0) 100%),
    linear-gradient(102.8643deg, #3450ff 10.135%, #2d7efd 99.458%);
  --page-bg: #f4f8ff;
  --text: #333;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  background: var(--page-bg);
  color: var(--text);
  font-family: "PingFang SC", -apple-system, sans-serif;
  scrollbar-width: none;
}

body {
  min-width: 0;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  background: var(--page-bg);
}

html.menu-lock,
body.menu-lock {
  overflow: hidden;
}

::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

img,
svg {
  display: block;
}

a,
button {
  font: inherit;
}
a{color: #666;text-decoration: none;}
a:hover {color: #666;text-decoration: none;}
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(52, 80, 255, 0.35);
  outline-offset: 3px;
}

.scale-shell {
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.design-canvas {
  width: 1920px;
  min-height: 100vh;
  overflow: visible;
  background: var(--page-bg);
  transform-origin: top left;
}

.fixed-header-shell {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 80px;
  overflow: visible;
}

.site-header-spacer {
  width: 100%;
  height: 80px;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1920px;
  height: 80px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(104, 110, 125, 0.1);
  pointer-events: auto;
  transform-origin: top left;
}

.brand {
  position: absolute;
  top: 16px;
  left: 260px;
  width: 188px;
  height: 48px;
  overflow: visible;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 15%;
}

.brand-title {
  position: absolute;
  top: 0;
  left: 57px;
  width: 125.157px;
  height: 28px;
  white-space: nowrap;
}

.brand-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 28px;
  color: #333;
  font-family: "PingFang SC", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.2px;
}

.brand-ai {
  position: absolute;
  top: 0px;
  left: 65px;
  display: flex;
  width: 60.157px;
  height: 28px;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.brand-ai-text {
  display: flex;
  width: 100%;
  height: 28px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  color: transparent;
  background: var(--brand-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Alimama ShuHeiTi", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateY(-2px) skewX(-4deg);
  transform-origin: center;
}

.brand-caption {
  position: absolute;
  top: 28px;
  left: 56px;
  width: 132px;
  height: 20px;
  overflow: visible;
  color: #666;
  font-family: "PingFang SC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.primary-nav {
  position: absolute;
  top: 0;
  left: 756px;
  display: flex;
  height: 80px;
  align-items: center;
  gap: 56px;
}

.guide-nav {
  position: relative;
  display: flex;
  height: 80px;
  flex: none;
  align-items: center;
}

.guide-nav-trigger {
  position: relative;
  display: flex;
  height: 28px;
  align-items: center;
  margin: 0;
  padding: 0 22px 0 0;
  border: 0;
  color: inherit;
  background: none;
  cursor: pointer;
}

.guide-nav-chevron {
  position: absolute;
  top: 8px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  pointer-events: none;
  transform: rotate(45deg);
  transform-origin: 65% 65%;
  transition: transform 180ms ease;
}

.guide-nav-trigger.is-menu-open {
  color: transparent;
  background: var(--nav-gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

.guide-nav-trigger.is-menu-open .guide-nav-chevron {
  border-color: #4f62f3;
  transform: translateY(3px) rotate(225deg);
}

.guide-submenu {
  position: absolute;
  top: 68px;
  left: 50%;
  z-index: 5;
  display: block;
  width: 175px;
  padding: 11.2px 11.9px;
  overflow: hidden;
  border: 1px solid #e4e7ee;
  border-radius: 16px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: 0 16px 42px rgba(45, 55, 85, 0.14);
  pointer-events: none;
  transform: translate(-50%, -10px) scale(0.985);
  transform-origin: 50% 0;
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
}

.guide-submenu.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 0s;
}

.guide-submenu-grid {
  display: flex;
  flex-direction: column;
  gap: 9.6px;
}

.primary-nav .guide-submenu-item {
  display: flex;
  width: 149px;
  min-height: 44px;
  height: auto;
  align-items: center;
  padding: 8px 10px;
  overflow: hidden;
  border-radius: 8px;
  color: #25273a;
  background: #f9f9ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  transition: background-color 160ms ease;
  text-align:center;
}

.guide-submenu-item strong {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-submenu-item > span:last-child {
  margin-left: auto;
  color: #8e93bd;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  transition: color 160ms ease, transform 160ms ease;
}

.mobile-menu-only,
.menu-backdrop {
  display: none;
}

.primary-nav a,
.guide-nav-trigger,
.header-plan {
  position: relative;
  height: 28px;
  color: #333;
  font-family: "PingFang SC", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
}

.primary-nav a[aria-current="page"] {
  color: transparent;
  background: var(--nav-gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

.primary-nav a[aria-current="page"]::after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 26px;
  height: 4px;
  border-radius: 2px;
  background: var(--nav-gradient);
  content: "";
  transform: translateX(-50%);
}

.menu-button {
  display: none;
}

.header-plan {
  position: absolute;
  top: 20px;
  left: 1450px;
  display: flex;
  width: 80px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--login-gradient);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4);
  font-family: "PingFang SC", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
}

.header-plan img,
.header-login2 img,
.header-login img {
  display: none;
}

.header-login {
  position: absolute;
  top: 20px;
  left: 1540px;
  display: flex;
  width: 80px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--login-gradient);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4);
  font-family: "PingFang SC", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
}
.header-login2 {
  position: absolute;
  top: 20px;
  left: 1540px;
  display: flex;
  width: 120px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--login-gradient);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4);
  font-family: "PingFang SC", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
}
.header-plan:hover {color: #fff;}
.header-login:hover {color: #fff;}
.header-login2:hover {color: #fff;}
.site-banner {
  position: relative;
  width: 1920px;
  height: 100px;
  overflow: hidden;
  background: #c6ddff;
}

.site-banner-art {
  position: absolute;
  inset: 0;
  display: block;
  background-image: url("../images/banner-pc-lower.png"), url("../images/banner-pc-upper.png");
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, 100% 100%;
  pointer-events: none;
}

.site-banner-mobile-art {
  display: none;
}

.site-banner-title {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 260px;
  width: 192px;
  height: 29px;
  margin: 0;
  color: #000;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  white-space: nowrap;
}

.site-banner-title strong {
  color: transparent;
  background-image: linear-gradient(90deg, #674fff 0.74728%, #0a68fe 102.87%), linear-gradient(90deg, #333 0%, #333 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font: inherit;
  -webkit-text-fill-color: transparent;
}

.site-banner-subtitle {
  position: absolute;
  z-index: 2;
  top: 39px;
  left: 498px;
  display: flex;
  width: 112px;
  height: 20px;
  margin: 0;
  align-items: center;
  color: #000;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.site-banner-underline {
  position: absolute;
  z-index: 2;
  top: 58px;
  left: 388.12207px;
  display: flex;
  width: 55.110926px;
  height: 7.134422px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  pointer-events: none;
}

.site-banner-underline img {
  width: 59.0008px;
  max-width: none;
  height: 10.0185px;
  transform: rotate(1.16deg);
  transform-origin: center;
}

.mobile-shortcuts {
  display: none;
}

.site-footer {
  position: relative;
  z-index: 2;
  width: 1920px;
  height: 365px;
  margin-top: 64px;
  overflow: hidden;
  background: #fff;
  font-family: "PingFang SC", -apple-system, sans-serif;
}

.footer-brand {
  position: absolute;
  top: 60px;
  left: 260px;
  width: 177px;
  height: 36px;
}

.footer-brand strong {
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 36px;
  color: #333;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1.56px;
  white-space: nowrap;
}

.footer-ai {
  position: absolute;
  top: 5px;
  left: 86px;
  display: flex;
  width: 81.2px;
  height: 24.8px;
  align-items: center;
  justify-content: center;
}

.footer-ai img {
  width: 79.5px;
  max-width: none;
  height: 24.84px;
  transform: skewX(-4deg);
}

.footer-description {
  position: absolute;
  top: 114px;
  left: 260px;
  width: 840px;
  height: 24px;
  margin: 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.footer-section {
  position: absolute;
  left: 260px;
  width: 548px;
  height: 28px;
}

.footer-section-links {
  top: 185px;
}

.footer-section-resources {
  top: 224px;
}

.footer-section h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 28px;
  margin: 0;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
}

.footer-section nav {
  position: absolute;
  top: 3px;
  left: 112px;
  display: flex;
  height: 24px;
  align-items: center;
  gap: 16px;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.footer-section a {
  color: #666;
  text-decoration: none;
}



.footer-section i {
  width: 0;
  height: 15px;
  flex: none;
  border-left: 1px solid rgba(102, 102, 102, 0.3);
}

.footer-qr {
  position: absolute;
  top: 94px;
  left: 1453px;
  width: 181px;
  height: 163px;
  margin: 0;
}

.footer-qr-frame {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 181px;
  height: 181px;
  border: 1px solid #dce3fe;
  border-radius: 16px;
  transform: scale(0.76);
  transform-origin: top right;
}

.footer-qr-image {
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 168px;
  height: 168px;
  overflow: hidden;
}

.footer-qr img {
  width: 168px;
  min-width: 168px;
  max-width: 168px;
  height: 168px;
  min-height: 168px;
  max-height: 168px;
  object-fit: fill;
}

.footer-qr figcaption {
  position: absolute;
  top: 145px;
  left: 68px;
  width: 88px;
  height: 17px;
  margin: 0;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
}

.footer-contact {
  position: absolute;
  top: 288px;
  left: 260px;
  width: 1404px;
  height: 24px;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.footer-contact > span {
  position: absolute;
  top: 0;
  left: 0;
}
.footer-contact > span a{
	color:#666
}

.footer-contact > a {
  position: absolute;
  top: 0;
  left: 1214px;
  display: flex;
  width: 181px;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #666;
  text-decoration: none;
}

.footer-contact > a::before {
  position: absolute;
  top: 5px;
  left: -194px;
  width: 1px;
  height: 14px;
  background: #d8dfee;
  content: "";
}

.footer-contact svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: rgba(102, 102, 102, 0.7);
}

.footer-contact b {
  color: #7481a0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .guide-submenu-item:hover,
  .guide-submenu-item:focus-visible {
    background: #f1f0ff;
    outline: none;
  }

  .guide-submenu-item:hover > span:last-child,
  .guide-submenu-item:focus-visible > span:last-child {
    color: #4d61eb;
    transform: translateX(3px);
  }

}

@media (prefers-reduced-motion: reduce) {
  .guide-nav-chevron,
  .guide-submenu,
  .guide-submenu-item > span:last-child {
    transition: none !important;
  }
}

@media (max-width: 768px) {
  html,
  body {
    min-height: 0;
    background: #fff;
  }

  .design-canvas {
    width: 375px;
    min-height: 0;
    background: var(--page-bg);
  }

  .fixed-header-shell {
    height: 52.8px;
  }

  .site-header-spacer {
    height: 52.8px;
  }

  .site-header {
    position: absolute;
    width: 375px;
    height: 52.8px;
  }

  .brand {
    top: 12px;
    left: 16px;
    width:auto;
    height: 28.8px;
  }

  .brand-mark {
    width: 28.8px;
    height: 28.8px;
    border-radius: 15%;
  }

  .brand-title {
    top: 0;
    left: 35.816px;
    width: auto;
    height: 17.6px;
  }

  .brand-name {
    width: auto;
    height: 17.6px;
    font-size: 12.8px;
    line-height: 17.6px;
    letter-spacing: 0.768px;
  }

  .brand-ai {
    left: 41.6px;
    width:auto;
    height: auto;
  }

  .brand-ai-text {
    height:auto;
    font-size: 12.8px;
    line-height: 22px;
    transform: translateY(-1.6px) skewX(-4deg);
  }

  .brand-caption {
    top: 16.464px;
    left: 35.2px;
    width: 83.2px;
    height: 12px;
    font-size: 8.8px;
    line-height: 12px;
    letter-spacing: 0.8px;
  }

  .menu-button,
  .header-plan,
  .header-login2,
  .header-login {
    position: absolute;
    top: 16px;
    display: flex;
    width: 22.4px;
    height: 22.4px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .menu-button {
    right: 45.6px;
    cursor: pointer;
  }

  .header-plan {
    right: 44.8px;
    left: auto;
  }

  .header-login {
    right: 16px;
    left: auto;
    border-radius: 0;
  }
  .header-login2 {
    right: 16px;
    left: auto;
    border-radius: 0;
  }
  .menu-button img,
  .header-plan img,
  .header-login img,
  .header-login2 img {
    display: block;
    width: 22.4px;
    height: 22.4px;
  }

  .header-plan span,
  .header-login span,
  .header-login2 span {
    display: none;
  }
.header-plan{ display:none;}
  .primary-nav {
    position: absolute;
    top: 52.8px;
    left: 0;
    z-index: 1005;
    display: none;
    width: 375px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 16px;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(102, 102, 102, 0.1);
    background: #fff;
    box-shadow: 0 4px 8px rgba(104, 110, 125, 0.1);
    overscroll-behavior: contain;
  }

  .site-header.is-menu-open .primary-nav {
    display: flex;
  }

  .primary-nav a,
  .guide-nav-trigger {
    position: relative;
    display: flex;
    width: 343px;
    height: 24px;
    flex: 0 0 24px;
    align-items: center;
    padding: 0;
    border-radius: 0;
    color: #000;
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  .primary-nav a[aria-current="page"] {
    color: #000;
    background: none;
  }


  .guide-nav {
    display: flex;
    width: 343px;
    height: auto;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .guide-nav-trigger {
    justify-content: flex-start;
    padding: 0;
  }

  .guide-nav-trigger.is-menu-open {
    color: #000;
    background: none;
  }

  .guide-nav-chevron {
    top: 7px;
    right: 3px;
    display: block;
    width: 7px;
    height: 7px;
    border-width: 0 1.5px 1.5px 0;
    border-color: #b2b2b2;
    transform: rotate(-45deg);
    transform-origin: center;
  }

  .guide-nav-trigger.is-menu-open .guide-nav-chevron {
    border-color: #8e93bd;
    transform: translateY(-2px) rotate(45deg);
  }

  .guide-submenu {
    position: static;
    display: block;
    width: 327px;
    max-height: 0;
    margin: 0 0 0 16px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
    transform: none;
    transition: max-height 180ms ease, margin-top 180ms ease, padding 180ms ease, opacity 160ms ease, visibility 0s linear 180ms;
  }

  .guide-submenu.is-open {
    max-height: 168px;
    margin-top: 12px;
    padding: 0;
    border: 0;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    pointer-events: auto;
    transform: none;
    transition: max-height 180ms ease, margin-top 180ms ease, padding 180ms ease, opacity 160ms ease, visibility 0s linear 0s;
  }

  .guide-submenu-grid {
    gap: 12px;
  }

  .primary-nav .guide-submenu-item {
    position: relative;
    width: 327px;
    min-height: 24px;
    height: 24px;
    flex: 0 0 24px;
    padding: 0 3px 0 18px;
    border-radius: 0;
    color: #000;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .primary-nav .guide-submenu-item::before {
    position: absolute;
    top: 10px;
    left: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--brand-gradient);
    content: "";
  }

  .primary-nav .guide-submenu-item::after {
    display: none;
  }

  .guide-submenu-item strong {
    color: inherit;
    font: inherit;
	text-align:left
  }

  .guide-submenu-item > span:last-child {
    margin-left: auto;
    color: #b2b2b2;
    font-size: 16px;
    line-height: 16px;
  }

  .menu-backdrop {
    position: absolute;
    top: 52.8px;
    left: 0;
    z-index: 1004;
    width: 375px;
    height: calc(var(--mobile-layout-height, 812px) - 52.8px);
    padding: 0;
    border: 0;
    background: rgba(24, 38, 76, 0.28);
    cursor: default;
    overscroll-behavior: contain;
    touch-action: none;
  }

  .site-header.is-menu-open .menu-backdrop {
    display: block;
  }

  .site-banner {
    width: 343px;
    height: 70px;
    margin: 14px 16px 0;
    border-radius: 14px;
  }

  .site-banner-art {
    inset: 0;
    width: 343px;
    height: 70px;
    background: none;
    -webkit-mask-image: url("../images/banner-mobile-mask.svg");
    mask-image: url("../images/banner-mobile-mask.svg");
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 343px 70px;
    mask-size: 343px 70px;
    transform: none;
  }

  .site-banner-mobile-art {
    position: absolute;
    top: -50px;
    left: -115px;
    display: block;
    width: 458px;
    max-width: none;
    height: 208px;
    object-fit: cover;
    transform: scaleX(-1);
    transform-origin: center;
  }

  .site-banner-title {
    top: 12px;
    left: 16px;
  }

  .site-banner-subtitle {
    top: 45px;
    left: 15px;
  }

  .site-banner-underline {
    top: 36px;
    left: 144.12207px;
  }

  .site-banner-underline img {
    content: url("../images/banner-underline-mobile.svg");
  }

  .mobile-shortcuts {
    position: relative;
    z-index: 1001;
    display: flex;
    width: 343px;
    height: 37px;
    margin: 10px 0 0 16px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
  }

  .mobile-shortcuts a {
    position: relative;
    display: flex;
    height: 37px;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #333;
    background: #fff;
    font-family: "PingFang SC", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 37px;
    text-decoration: none;
  }

  .mobile-shortcuts a:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    background: #b8b8b8;
    content: "";
    opacity: 0.5;
    transform: translateY(-50%);
  }

  .mobile-shortcuts img {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  .site-footer {
    width: 375px;
    height: 271px;
    margin-top: 16px;
  }

  .footer-brand {
    top: 20px;
    left: 16px;
    width: 139px;
    height: 30px;
  }

  .footer-brand strong {
    width: auto;
    height: 28px;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 1.2px;
  }

  .footer-ai {
    top: 4.283px;
    left: 63.8px;
    width: 64.453px;
    height: 19.667px;
  }

  .footer-ai img {
    width: 63.078px;
    height: 19.715px;
  }

  .footer-description {
    top: 58px;
    left: 16px;
    width: 232px;
    height: 54px;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    white-space: normal;
  }

  .footer-section {
    left: 16px;
    width: 343px;
    height: 18px;
  }

  .footer-section-links {
    top: 130px;
  }

  .footer-section-resources {
    top: 157px;
  }

  .footer-section h2 {
    width: 62px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }

  .footer-section nav {
    top: 0;
    left: 70px;
    height: 18px;
    gap: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .footer-section a,
  .footer-section-links a:nth-of-type(3) {
    width: auto;
  }

  .footer-section i {
    position: relative;
    width: 0;
    height: 12px;
  }

  .footer-section i::before {
    position: absolute;
    top: 0;
    left: -0.5px;
    width: 1px;
    height: 12px;
    background: rgba(102, 102, 102, 0.3);
    content: "";
  }

  .footer-qr {
    top: 23.096px;
    left: 279px;
    width: 80px;
    height: 84px;
  }

  .footer-qr-frame {
    width: 80px;
    height: 80px;
    border-width: 0.442px;
    border-radius: 7.072px;
    transform: scale(0.88);
  }

  .footer-qr-image {
    top: 3.254px;
    left: 3.09px;
    width: 74.254px;
    height: 74.254px;
  }

  .footer-qr img {
    position: absolute;
    top: -3.095px;
    left: -3.095px;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    content: url("../images/wechat-qr.png");
  }

  .footer-qr figcaption {
    top: 70.904px;
    left: 13px;
    width: 64px;
    height: 13px;
    font-size: 8.5px;
    line-height: 13px;
  }

  .footer-contact {
    top: 202px;
    left: 16px;
    display: flex;
    width: 343px;
    height: 48px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    color: #666;
    font-size: 12px;
    line-height: 18px;
  }

  .footer-contact > span,
  .footer-contact > a {
    position: static;
  }

  .footer-contact > a {
    display: flex;
    width: 190px;
    min-width: 190px;
    height: 24px;
    padding-top: 1px;
    border-top: 0.5px solid rgba(102, 102, 102, 0.15);
    font-size: 12px;
  }

  .footer-contact > a::before {
    display: none;
  }

  .footer-contact svg {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .footer-contact b {
    font-size: 14px;
  }
}
