/* 子页面引用里css变量，这里补充重新定义 */
:root {
    /* 字体系列 - 已删除，统一使用body字体继承 */

    /* 主要颜色 */
    --color-primary: #0055FF;
    --color-secondary: #7167FF;
    --color-text-primary: #1A1A1A;
    --color-text-secondary: #383838;
    --color-text-tertiary: #575757;
    --color-text-muted: #717075;
    --color-text-light: #949494;
    --color-text-dark: #2A3347;
    --color-text-gray: #44516A;
    --color-text-lighter: #606E8A;
    --color-text-accent: #121721;
    --color-text-footer: #757575;

    /* 背景颜色 */
    --color-bg-primary: #FFFFFF;
    --color-bg-secondary: #F9FBFF;
    --color-bg-tertiary: #F1F4FD;
    --color-bg-overlay: rgba(255, 255, 255, 0.68);
    --color-bg-light: #f8fbff;
    --color-bg-card: rgba(248, 251, 255, 0.83);
    --color-bg-gradient-start: #FDFEFF;
    --color-bg-gradient-end: #F9FAFF;

    /* 边框和分隔线 */
    --color-border-light: #ECECEC;
    --color-border-medium: #E8E8E8;
    --color-border-dark: #D0D0D0;

    /* 渐变色 */
    --gradient-primary: linear-gradient(180deg, #F9FBFF 0%, rgba(255, 255, 255, 0.68) 100%);
    --gradient-button: linear-gradient(to right, #0055FF, #7167FF);
    --gradient-button-hover: linear-gradient(to right, #0044cc, #5f55cc);
    --gradient-text: linear-gradient(to right, #0032FF, #875DFF);
    --gradient-card: linear-gradient(135deg, #0055FF 0%, #7167FF 100%);
    --gradient-orange: linear-gradient(135deg, #F96652 0%, #FF9B42 100%);
    --gradient-background: linear-gradient(180deg, #ffffff 100%, #FFFFFF 100%);
    --gradient-map: linear-gradient(180deg, #FDFEFF 0%, #F9FAFF 100%);
    --gradient-banner: linear-gradient(to right, #FDFDFD, rgba(254, 254, 255, 0));
    --gradient-overlay: linear-gradient(180deg, rgba(242, 248, 255, 0) 4.29%, rgba(248, 251, 255, 0.83) 72.6%);
    --gradient-divider: linear-gradient(90deg, #D1D1D1 0%, #FFFFFF 100%);

    /* 阴影 */
    --shadow-card: 2px 2px 12px 0px rgba(0, 0, 0, 0.07);
    --shadow-keyboard: 3px 6px 18.7px 0px rgba(27, 60, 122, 0.06);

    /* 圆角 */
    --border-radius-small: 4px;


    /* 间距 - 转换为相对单位rem */
    --spacing-xs: 0.25rem; /* 4px ÷ 16 = 0.25rem */
    --spacing-sm: 0.5rem; /* 8px ÷ 16 = 0.5rem */
    --spacing-md: 0.75rem; /* 12px ÷ 16 = 0.75rem */
    --spacing-lg: 1.25rem; /* 20px ÷ 16 = 1.25rem */
    --spacing-xl: 1.875rem; /* 30px ÷ 16 = 1.875rem */
    --spacing-xxl: 2.5rem; /* 40px ÷ 16 = 2.5rem */

    /* 字体大小 - 转换为相对单位rem */
    --font-size-xs: 0.75rem; /* 12px ÷ 16 = 0.75rem */
    --font-size-sm: 0.875rem; /* 14px ÷ 16 = 0.875rem */
    --font-size-md: 1rem; /* 16px ÷ 16 = 1rem */
    --font-size-lg: 1.125rem; /* 18px ÷ 16 = 1.125rem */
    --font-size-xl: 1.25rem; /* 20px ÷ 16 = 1.25rem */
    --font-size-xxl: 1.5rem; /* 24px ÷ 16 = 1.5rem */
    --font-size-large: 1.375rem; /* 22px ÷ 16 = 1.375rem */
    --font-size-banner: 2.625rem; /* 42px ÷ 16 = 2.625rem */
    --font-size-hero: 2rem; /* 32px ÷ 16 = 2rem */
    --font-size-subtitle: 1.75rem; /* 28px ÷ 16 = 1.75rem */
    --font-size-title: 2.125rem; /* 34px ÷ 16 = 2.125rem */

    /* 字体粗细 */
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;

    /* 行高 */
    --line-height-tight: 1.2;
    --line-height-compact: 1.143;
    --line-height-snug: 1.221;
    --line-height-normal: 1.4;
    --line-height-relaxed: 1.5;
    --line-height-comfortable: 1.6;
    --line-height-spacious: 1.625;
    --line-height-loose: 1.857;
    --line-height-extra-loose: 2;

    /* 过渡动画 */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.6s ease;

    /* 毛玻璃效果 */
    --backdrop-blur: blur(47.2px);
    --backdrop-blur-light: blur(24px);
}

html {
  overflow: auto !important;
  min-width: 1349px;
  touch-action: auto !important;
}
body {
  font: 14px/1.5 "PingFang SC", "微软雅黑", sans-serif;
  height: auto !important;
  width: 100% !important;
  color: #333;
  background: #fff;
}
.container {
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 0 20px;
}
@font-face {
  font-family: "jdlangzheng_Regular";
  src: url(../assets/JDLangZhengTi_Regular.7160882d.TTF) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "jdlangzheng_regular";
  src: url(../assets/JDLangZhengTi_Regular.7160882d.TTF) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "京东正黑";
  src: url(../assets/%E4%BA%AC%E4%B8%9C%E6%AD%A3%E9%BB%91.50bf69b6.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN-Medium-2";
  src: url(../assets/DIN-Medium-2.279e6598.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp,
body {
  margin: 0;
  padding: 0;
}
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
  line-height: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
  font-size: inherit;
}
address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  text-align: left;
}
ul,
ol,
li,
menu {
  list-style: none;
}
fieldset {
  border: 0;
  vertical-align: middle;
  display: inline !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "\0020";
}
textarea,
pre,
xmp {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
textarea {
  resize: vertical;
}
input,
textarea,
button,
select,
summary,
a {
  outline: 0 none;
}
input,
textarea,
button,
select {
  color: inherit;
}
input:disabled,
textarea:disabled,
button:disabled,
select:disabled {
  opacity: 1;
}
button:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="file"]::-webkit-file-upload-button,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-details-marker {
  display: none;
}
mark {
  background-color: rgba(0, 0, 0, 0);
}
a,
ins,
s,
u,
del {
  text-decoration: none;
}
a,
img {
  -webkit-touch-callout: none;
}
h1 {
  font-size: 36px;
  color: #333;
  font-weight: normal;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
  font-weight: normal;
}
h4 {
  font-size: 20px;
  font-weight: 600;
}
/*去掉搜索框的自带样式，包括边框，搜索和删除按钮*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"] {
  -webkit-appearance: none;
}
.module-title {
  font-size: 34px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}
.module-sub-title {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: normal;
  color: #757575;
  text-align: center;
  margin-bottom: 30px;
}
.base-panel-h {
  width: 1280px;
}
.base-1366-inner {
  width: 1349px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#top-banner {
  overflow: hidden;
  position: relative;
  background: #0f1015;
}
#top-banner .banner-bg {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1920px) {
  #top-banner .banner-bg .left {
    z-index: 99;
    opacity: 1;
    height: 100%;
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #0f1015 0%, rgba(15, 16, 21, 0) 100%);
  }
  #top-banner .banner-bg .right {
    z-index: 99;
    opacity: 1;
    height: 100%;
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to left, #0f1015 0%, rgba(15, 16, 21, 0) 100%);
  }
}
@media (max-width: 1920px) {
  #top-banner .banner-bg .left {
    display: none;
  }
  #top-banner .banner-bg .right {
    display: none;
  }
}
#top-banner .banner-bg .banner-contain {
  display: flex;
  transition: all 600ms ease 0s;
}
#top-banner .banner-bg .banner-contain .bg {
  flex: 0 0 100%;
  display: inline-flex;
  justify-content: center;
  flex-wrap: nowrap;
  height: 520px;
  width: 100%;
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 1;
}
#top-banner .banner-bg .banner-contain .bg .content {
  width: 1200px;
  padding-top: 196px;
  color: #e9eaec;
  z-index: 2;
}
#top-banner .banner-bg .banner-contain .bg .content h1 {
  color: #f4f5f6;
  letter-spacing: 2px;
  font-weight: 300;
}
#top-banner .banner-bg .banner-contain .bg .content h3 {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 300;
  width: 575px;
  letter-spacing: 1px;
}
#top-banner .banner-bg .banner-contain .bg .content .btn {
  width: 160px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 120px;
  border-radius: 6px;
  overflow: hidden;
  font-family: "PingFang SC";
  font-weight: normal;
  color: #f4f5f6;
  font-size: 18px;
  text-align: center;
  border: none;
  background: linear-gradient(270deg, #4981f2 0%, #0050ff 100%);
  box-shadow: 2px 3px 10px 0 rgba(0, 11, 33, 0.2);
  transition: transform 0.6s;
}
#top-banner .banner-bg .banner-contain .bg .content .btn:after {
  content: "";
  transition: transform 0.6s, opacity 0.2s;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%) translateX(-10px);
}
#top-banner .banner-bg .banner-contain .bg .content .btn:hover span {
  display: inline-block;
  transform: translateX(-10px);
}
#top-banner .banner-bg .banner-contain .bg .content .btn:hover:after {
  opacity: 1;
  transform: translateY(-50%) translateX(2px);
}
#top-banner .banner-bg .banner-contain .bg .content .btn-zxzx {
  margin-left: 180px;
  line-height: 42px;
  border: 1px solid #f4f5f6;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
}
.action-btn {
  font-weight: 400;
  width: 120px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-btn.minor-btn {
  background: #e7eeff;
  color: #0055ff;
}
.action-btn.minor-btn:hover {
  background: #CCDDFF;
  color: #003FBE;
}
.action-btn.main-btn {
  background: linear-gradient(to right, #0055ff, #7167ff);
  color: white;
}
.action-btn.main-btn:hover {
  background: linear-gradient(to right, #0044cc, #5f55cc);
}
.glass-effect {
  background: rgba(255, 255, 255, 0.3);
  /* 半透明背景 */
  backdrop-filter: blur(8px);
  /* 背景模糊效果 */
  -webkit-backdrop-filter: blur(8px);
  /* Safari 兼容 */
}
.arrow-btn {
  width: 240px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to right, #0055ff, #7167ff);
  color: white !important;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.arrow-btn:hover {
  background: linear-gradient(to right, #0044cc, #5f55cc);
  color: #fff;
  text-decoration: none;
}
.more-link {
  font-size: 16px;
  color: #0055ff !important;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  margin-left: 8px;
}
.more-link:hover {
  color: #357abd;
  text-decoration: none;
}
.more-link i {
  margin-left: 4px;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.more-link:hover i {
  transform: translateX(2px);
}
/* 修正一些统一的样式 */
.zhubiaoti-text {
  font-weight: 600;
}
.core-capability__text-section,
.core-capability-white__text-section {
  scroll-margin-top: 160px;
}
a.banner-btn1:hover,
a.changjing-card-btn1:hover,
a.card-btn1:hover {
  color: #fff;
  text-decoration: none;
}
a.banner-btn2:hover {
  text-decoration: none;
}
.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}
.card-header:hover .h1-text {
  color: #0055ff;
  cursor: pointer;
}
.card-header:hover .h1-text ~ .h1-xiangqingicon svg path {
  stroke: #0055ff;
}
.card-header:hover .h1-xiangqingicon {
  transform: translateX(3px);
}

header {
  /* 导航栏样式 */
  /* 当下拉菜单显示时，导航栏变为白色背景 */
  /* 大屏幕适配 */
  /* 下拉菜单样式 */
  /* 产品下拉菜单中红框文字的hover效果 */
  /*.subsection p:hover {
    color: #0055ff;
    cursor: pointer;
    transition: color 0.3s ease;
  }*/
  /* 了解与图视频区域 */
  /* 行业解决方案网格 */
  /* 导航项活动状态样式 */
  /* 重写的解决方案样式 */
  /* 响应式适配 */
}
header .navbar {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  border: 1px solid #ECECEC;
}
header .navbar.dropdown-active {
  background: white !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  box-shadow: none !important;
}
header .nav-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
  height: 70px;
  gap: 60px;
  position: relative;
}
header .nav-logo {
  display: flex;
  align-items: center;
}
header .logo-img {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
header .logo-img:hover {
  transform: scale(1.05);
}
header .nav-menu {
  display: flex;
  list-style: none;
  gap: 30px;
  flex: 1;
  margin: 0 auto;
}
header .nav-link {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
}
header .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(to right, #0032ff, #875dff);
  transition: width 0.3s ease;
}
header .nav-link:hover,
header .nav-link.active {
  background: linear-gradient(to right, #0032ff, #875dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
header .nav-link:hover::after,
header .nav-link.active::after {
  width: calc(100% - 20px);
}
header .nav-link-dropdown span::after {
  display: none;
}
header .nav-link-dropdown:hover span::after,
header .nav-link-dropdown.active span::after {
  display: none;
}
header .nav-link-dropdown .triangle {
  width: 6px;
  height: 4px;
  margin-left: 7px;
  transition: transform 0.3s ease;
}
header .nav-auth {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .phone-number {
  font-style: italic;
  color: #0055ff;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
header .phone-number i {
  font-size: 18px;
}
header .login-btn,
header .register-btn {
  width: 82px;
  height: 72px;
  line-height: 72px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 350;
  text-align: center;
  color: #fff !important;
}
header #saas {
  display: none;
}
header .login-btn {
  margin: 0 15px;
  color: #333 !important;
}
header .login-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
header .register-btn {
  width: 128px;
  height: 72px;
  background: linear-gradient(89deg, #0357ff, #4a86ff);
  color: white;
}
header .register-btn:hover {
  background: linear-gradient(89deg, #0044cc, #3a7aff);
}
@media (min-width: 1400px) {
  header .nav-menu {
    gap: 40px !important;
  }
}
@media (max-width: 1200px) {
  header .nav-menu {
    gap: 25px !important;
  }
}
@media (max-width: 1000px) {
  header .nav-menu {
    gap: 20px !important;
  }
  header .nav-link {
    font-size: 15px !important;
    padding: 5px 8px !important;
  }
}
@media (max-width: 900px) {
  header .nav-menu {
    gap: 15px !important;
  }
  header .nav-link {
    font-size: 14px !important;
    padding: 5px 6px !important;
  }
}
header .dropdown-overlay {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 4px 0 rgba(183, 183, 188, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: transform 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
  max-height: calc(100vh - 70px);
}
header .dropdown-overlay:has(#dropdown-product.active) {
  left: 312px;
  width: 1190px;
}
header .dropdown-overlay:has(#dropdown-solution.active) {
  left: 418px;
  width: 1009px;
}
header .dropdown-overlay:has(#dropdown-about-us.active) {
  left: 680px;
  width: 206px;
}
header .dropdown-overlay.show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  box-shadow: 0 6px 24px -4px rgba(0, 0, 0, 0.15) !important;
}
header .dropdown-menu-box {
  display: none;
  width: 100%;
}
header .dropdown-menu-box.active {
  display: block !important;
}
header .dropdown-container {
  width: 100%;
  padding: 20px 40px;
}
header .dropdown-content {
  display: flex;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}
header .dropdown-column {
  flex: 1;
  min-width: 0;
}
header .section-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
header .section-icon {
  color: #383838;
  font-size: 18px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .section-title {
  font-size: 20px;
  font-weight: 500;
  color: #383838;
  line-height: 28px;
}
header .section-content {
  padding-left: 0;
}
header .subsection {
  margin-bottom: 20px;
}
header .subsection:last-child {
  margin-bottom: 0;
}
header .subsection h4 {
  font-size: 16px;
  font-weight: 500;
  color: #383838;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  line-height: 22px;
}
header .subsection h4 > a {
  text-decoration: none;
}
header .subsection h4 > a::after {
  margin-left: 4px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  background-image: url(../assets/arrow_right.982d0091.svg);
  background-size: cover;
}
header .subsection h4 > a:hover {
  color: #0055ff;
}
header .subsection h4 > a:hover::after {
  background-image: url(../assets/arrow_right_hover.39994792.svg);
}
header .subsection h4.with-icon {
  font-weight: 400;
  font-size: 20px;
  color: #0055ff;
}
header .subsection h4 i {
  color: #0055ff;
  font-size: 14px;
}
header .subsection p {
  font-size: 14px;
  color: #757575;
  margin: 0;
  line-height: 1.5;
  transition: color 0.3s ease;
}
header .subsection ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .subsection ul li {
  margin-bottom: 8px;
}
header .subsection ul li a {
  font-size: 14px;
  color: #757575;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}
header .subsection ul li a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #757575;
}
header .subsection ul li a:hover {
  color: #0055ff;
  cursor: pointer;
}
header .subsection ul li a:hover::before {
  background: #0055ff;
}
header .hot-tag {
  background: linear-gradient(90deg, #ffd700, #ffa500);
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 2px;
  font-weight: 500;
  margin-left: 6px;
}
header .dropdown-demo {
  margin-top: 20px;
}
header .dropdown-demo .section-header {
  margin-bottom: 8px;
}
header .dropdown-demo h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
header .demo-video {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
header .demo-image {
  width: 100%;
  height: auto;
  display: block;
}
header .play-button {
  display: none;
}
header .play-button:hover {
  display: none;
}
header .play-button i {
  display: none;
}
header .industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px 0;
}
header .industry-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}
header .industry-item:hover {
  background: #e7eeff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 85, 255, 0.1);
}
header .industry-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .industry-item span {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  text-align: center;
}
header .industry-item:hover span {
  color: #0055ff;
}
header .nav-item-dropdown.active .nav-link {
  background: linear-gradient(to right, #0032ff, #875dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
header .nav-item-dropdown.active .nav-link .triangle {
  transform: rotate(180deg);
}
header .nav-item-dropdown.active .nav-link::after {
  width: calc(100% - 20px);
}
header .nav-item-dropdown.active .nav-link-dropdown span::after {
  display: none;
}
header .solution-container .solution-title {
  color: #383838;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
header .solution-container .solution-title:hover {
  color: #0055ff;
}
header .solution-container .solution-title.new::after {
  display: inline-block;
  content: "";
  width: 47px;
  height: 20px;
  background-image: url(../image/new.87b40a25.png);
  background-size: cover;
  vertical-align: sub;
  margin-left: 4px;
}
header .solution-container .solution-desc {
  color: #757575;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
header .solution-container .new-container .new-title {
  color: #383838;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
header .solution-container .new-container .new-content {
  margin-top: 8px;
}
header .solution-container .new-container .new-text {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 28px;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 14px;
}
header .solution-container .new-container .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
header .solution-container .new-container .marquee span {
  padding: 0 12px;
  display: inline-block;
  animation: marquee 15s linear 1s infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  63.74% {
    transform: translateX(-100%);
  }
  63.741% {
    transform: translateX(285px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 1200px) {
  header .dropdown-content {
    gap: 30px;
  }
  header .dropdown-container {
    padding: 30px 15px;
  }
  header .industry-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 900px) {
  header .dropdown-content {
    flex-direction: column;
    gap: 20px;
  }
  header .industry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  header .dropdown-overlay {
    display: none;
  }
}
@media (max-width: 768px) {
  header .dropdown-overlay {
    display: none;
  }
}
#myModal {
  background: rgba(0, 0, 0, 0.5);
}
#myModal .modal-body {
  padding: 0;
}
#myModal .close {
  margin: 20px;
  border: none;
  outline: none;
}
#myModal .title {
  position: absolute;
  width: 128px;
  height: 22px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  top: 74px;
  left: 60px;
}
#myModal .modal-content {
  width: 792px;
  height: 415px;
  top: 156px;
  background: none;
  border: none;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(13, 28, 57, 0.5);
}
#myModal .modal-content .login-pane {
  position: relative;
  width: 427px;
  height: 415px;
  float: right;
  z-index: 2;
  background: #fff;
  border-radius: 0 10px 10px 0;
}
#myModal .modal-content .login-bg {
  background-image: url(../image/new-login.a6aaf234.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 365px;
  height: 415px;
  position: absolute;
  z-index: 0;
  border-radius: 10px 0 0 10px;
}
#myModal .modal-content .login-bg .login-banner {
  background-image: url(../image/login-banner3x.e4bd7c36.png);
  width: 196px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: contain;
}
#myModal .modal-content .login-bg .login-QR {
  position: absolute;
  width: 240px;
  height: 245px;
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(13, 28, 57, 0.5);
  top: 80px;
  left: 62px;
  z-index: 3;
}
#myModal .modal-content .login-bg .login-QR .login-qr-banner {
  display: inline-block;
  width: 152px;
  height: 22px;
  background-image: url(../image/login-qr-banner3x.10dc140b.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#myModal .modal-content .login-bg .login-QR #QRFrame {
  width: 150px;
  height: 150px;
  border: none;
  margin: 16px 0 10px 4px;
  display: inline-block;
}
#myModal .modal-content .login-bg .login-QR .tip {
  width: 214px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  margin-left: 13px;
  border-radius: 6px;
}
#myModal .modal-content .login-bg .login-QR .tip:hover {
  cursor: pointer;
  background: rgba(235, 85, 71, 0.05);
}
#myModal .modal-content .login-bg .login-QR .tip:hover .notion-img {
  opacity: 1;
}
#myModal .modal-content .login-bg .login-QR .tip span {
  color: #e1251b;
}
#myModal .modal-content .login-bg .login-QR .tip .notion-img {
  margin-left: 4px;
  margin-top: -3px;
  opacity: 0.7;
  display: inline;
}
#myModal #loginFrame {
  position: absolute;
  width: 361px;
  height: 265px;
  border: none;
  right: 32px;
  top: 100px;
}
#myModal .login-tip {
  position: absolute;
  bottom: 20px;
  left: 73px;
  height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
#myModal .login-tip span {
  color: #0055ff;
  margin: 0 3px;
}
#myModal .qr-shadow {
  width: 160px;
  height: 160px;
  top: 40px;
  left: 50%;
  padding: 15% 0;
  transform: translateX(-49%);
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}
#myModal .qr-shadow .refresh {
  display: inline-block;
  font-size: 15px;
  margin-top: 13px;
  cursor: pointer;
  width: 132px;
  height: 40px;
  background: linear-gradient(192deg, #4296fa 0%, #0055ff 100%);
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(2, 59, 167, 0.3);
  color: #fff;
  font-weight: 500;
  line-height: 40px;
}
#myModal .title-more {
  width: 307px;
  position: absolute;
  bottom: 87px;
  text-align: center;
  overflow: hidden;
  left: 61px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #b3b3b3;
}
#myModal .title-more::before,
#myModal .title-more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0.7px;
  box-shadow: 0 0 0 9999px #f0f0f0;
  vertical-align: middle;
  margin-top: -2px;
}
#myModal .title-more::before {
  margin-right: 10px;
  clip-path: polygon(0 0, -9999px 0, -9999px 100%, 0 100%);
}
#myModal .title-more::after {
  margin-left: 10px;
  clip-path: polygon(0 0, 9999px 0, 9999px 100%, 0 100%);
}
#myModal .login-container {
  position: absolute;
  bottom: 40px;
  width: 203px;
  left: 113px;
  display: flex;
  align-items: center;
}
#myModal .login-container span {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: normal;
  color: #666666;
  cursor: pointer;
}
#myModal .login-container img {
  margin-right: 8px;
}
#myModal .login-container .wx-icon {
  margin-left: 45px;
}
#myModal .login-container .hover-font:hover {
  color: #003fbe;
}
body.modal-open {
  overflow-y: auto !important;
  padding-right: 0 !important;
}
body {
  padding-right: 0 !important;
}
.modal-backdrop.show {
  opacity: 0 !important;
}

.footer {
  background: #F8F9FA;
  color: #666666;
  padding: 46px 0 0 0;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.footer-left-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer-middle-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  justify-content: space-evenly;
}
.footer-right-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer-column {
  flex: 0 0 auto;
  min-width: 120px;
  max-width: 120px;
}
.footer-product-double {
  flex: 0 0 auto;
  min-width: 200px;
  max-width: 290px;
}
.product-columns {
  display: flex;
  gap: 60px;
}
.product-columns ul {
  flex: 1;
}
.footer-column h4 {
  font-size: 18px;
  font-weight: 400;
  color: #2A3347;
  margin-bottom: 20px;
  line-height: 1.5;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column ul li {
  margin-bottom: 12px;
  line-height: 1.5;
}
.footer-column ul li a {
  font-weight: 300;
  color: #44516A;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-column ul li a:hover {
  color: #0055FF;
}
/* 与图资讯列特殊样式 */
.footer-info {
  flex: 0 0 auto;
  min-width: 220px;
  max-width: 280px;
}
.footer-brand-column {
  flex: 0 0 auto;
  min-width: 120px;
  max-width: 144px;
}
.info-content p {
  font-weight: 300;
  font-size: 14px;
  color: #44516A;
  line-height: 1.6;
  margin-bottom: 12px;
}
.info-content p a {
  font-weight: 300;
  color: #44516A;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  line-height: 1.6;
}
.info-content p a:hover {
  color: #0055FF;
}
/* 品牌区域 */
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 0;
}
.footer-info .footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 30px;
}
.brand-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand-logo img {
  width: 120px;
  height: 44px;
}
.brand-logo span {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.qr-code {
  text-align: center;
}
.qr-code img {
  width: 122px;
  height: 122px;
  border-radius: 4px;
}
.qr-code p {
  font-weight: 300;
  font-size: 14px;
  color: #2A3347;
  line-height: 1.4;
  margin: 0;
}
/* 页脚底部 */
.footer-bottom {
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.footer-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 99vw;
  height: 1px;
  background-color: #E5E5E5;
}
.footer-bottom p {
  font-weight: 300;
  font-size: 14px;
  color: #606E8A;
  margin: 0;
  line-height: 1.5;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.left-\[-90px\] {
  left: -90px;
}
.left-\[6px\] {
  left: 6px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.m-\[20px\] {
  margin: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.mt-\[-2px\] {
  margin-top: -2px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[680px\] {
  height: 680px;
}
.h-full {
  height: 100%;
}
.\!w-\[190px\] {
  width: 190px !important;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[1260px\] {
  width: 1260px;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[174px\] {
  width: 174px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[204px\] {
  width: 204px;
}
.w-\[280px\] {
  width: 280px;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.overflow-hidden {
  overflow: hidden;
}
.bg-\[\#E6E9ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 237 / var(--tw-bg-opacity, 1));
}
.font-jdzh {
  font-family: 京东正黑, sans-serif;
}
.text-\[16px\] {
  font-size: 16px;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.\!text-\[\#0055FF\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 85 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#575757\] {
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}
.text-\[\#606E8A\] {
  --tw-text-opacity: 1;
  color: rgb(96 110 138 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body #ux-scene-research .ux-score-dialog {
  bottom: 167px;
  right: 75px;
}
.business-bridge {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* 返回顶部按钮独立样式 */
  /* 在线编辑按钮独立样式 */
  /* 收藏按钮独立样式 */
  /* 数据统计按钮独立样式 */
}
.business-bridge .bridge-main {
  background: radial-gradient(circle at top left, #6780ff 0%, transparent 50%), radial-gradient(circle at top right, #28d0f5 0%, transparent 50%), radial-gradient(circle at bottom left, #ff76f6b5 0%, transparent 50%), radial-gradient(circle at bottom right, #0055ff 0%, transparent 50%), linear-gradient(135deg, #0055ff, #6780ff);
  border-radius: 50px;
  padding: 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 54px;
  height: 100px;
  position: relative;
}
.business-bridge .bridge-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
  border-radius: 50px;
  pointer-events: none;
}
.business-bridge .bridge-main:hover {
  background: none;
}
.business-bridge .bridge-main:hover .service-board {
  display: block;
}
.business-bridge .bridge-main:hover .service-avatar,
.business-bridge .bridge-main:hover .service-text {
  display: none;
}
.business-bridge .service-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-bridge .avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.business-bridge .service-text {
  color: white;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.business-bridge .service-line {
  font-weight: 400;
  font-size: 14px;
}
.business-bridge .service-board {
  width: 274px;
  height: 174px;
  position: absolute;
  top: -30px;
  right: -15px;
  color: #858fa3;
  display: none;
}
.business-bridge .service-board .service-btn {
  position: absolute;
  top: 75px;
  left: 53px;
  width: 88px;
  height: 21px;
  line-height: 19px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(180deg, #ff6300 0%, #f7de00 100%);
  border-radius: 13px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 8px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-family: jdlangzheng_regular;
}
.business-bridge .service-board .hello-text-box {
  position: absolute;
  top: 12px;
  left: 33px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.business-bridge .service-board .hello-text-box .marquee {
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0%,
  20% {
    transform: translateY(0);
  }
  25%,
  45% {
    transform: translateY(-20px);
  }
  50%,
  70% {
    transform: translateY(-40px);
  }
  75%,
  95% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(-80px);
  }
}
.business-bridge .bridge-tools {
  display: flex;
  flex-direction: column;
}
.business-bridge .tool-back-top {
  margin-top: 12px;
  border-radius: 27px !important;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.business-bridge .tool-back-top:hover {
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.business-bridge .tool-back-top .tool-icon {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}
.business-bridge .tool-back-top:hover .tool-icon {
  content: url(../image/icon07_1.4055d73f.png);
}
.business-bridge .tool-box {
  background: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 27px;
}
.business-bridge .tool-box .tool-item {
  position: relative;
}
.business-bridge .tool-box .tool-item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  height: 1px;
  width: calc(100% - 20px);
  background: #D3D5D9;
}
.business-bridge .tool-item {
  width: 54px;
  height: 54px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.business-bridge .tool-item .tool-icon {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}
.business-bridge .tool-edit:hover .tool-icon {
  content: url(../image/icon04_1.c37f90f7.png);
}
.business-bridge .tool-favorite {
  border-radius: 0;
}
.business-bridge .tool-favorite:hover .tool-icon {
  content: url(../image/icon05_1.4a6b35df.png);
}
.business-bridge .tool-stats {
  border-radius: 0 0 27px 27px;
}
.business-bridge .tool-stats:hover .tool-icon {
  content: url(../image/icon06_1.7c011747.png);
}
.business-bridge .tooltip-left {
  position: absolute;
  top: 10px;
  right: 62px;
  color: #858fa3;
  display: none;
}
.business-bridge .tooltip-left .tooltiptext {
  background: #fff;
  color: #606e8a;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  padding: 10px;
  white-space: nowrap;
}
.business-bridge .tooltip-left .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  /* 提示工具右侧 */
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.business-bridge .yuyue-tooltip-left {
  top: 5px;
  right: 148px;
}
.business-bridge .manyidu-tooltip-left {
  top: 0px;
  right: 164px;
}
.business-bridge .erweima-tooltip-left {
  position: absolute;
  width: 100px;
  height: 110px;
  top: 5px;
  right: 58px;
  border-radius: 6px;
  display: none;
  font-size: 12px;
  color: #606e8a;
  background: #fff;
  flex-direction: column;
  align-items: center;
}
.business-bridge .tool-item:hover > .tooltip-left {
  display: flex;
}

/* 新人福利模块 */
.newcomer-benefits-section {
  background: url(../image/bg_xinrenfuli.d1d50909.png) center / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.newcomer-benefits-section .benefits-content {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}
.newcomer-benefits-section .benefits-text {
  flex: 1;
  color: #333333;
}
.newcomer-benefits-section .benefits-title-img {
  height: 36px;
  width: auto;
  margin-bottom: 8px;
  display: block;
}
.newcomer-benefits-section .benefits-text p {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 16px 0;
  line-height: 1.5;
  color: #2a3347;
}
.newcomer-benefits-section .highlight-days {
  color: #ff6b6b;
  font-weight: 700;
  font-size: 24px;
}

#consultModal {
  background: rgba(0, 0, 0, 0.5);
}
#consultModal .modal-content {
  width: 556px;
  height: 425px;
  background: none;
  border: none;
  left: 50%;
  transform: translateX(-50%);
  top: 156px;
  border-radius: 8px;
}
#consultModal .modal-content .modal-body {
  padding: 0;
}
.consult-box {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
}
.consult-box .consult-form {
  padding: 30px 20px;
  position: relative;
}
.consult-box .consult-form .close {
  position: absolute;
  right: 20px;
  outline: none;
}
.consult-box .consult-form .title {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #121721;
}
.consult-box .consult-form .title h2 {
  font-family: PingFang SC;
}
.consult-box .consult-form .title span {
  font-size: 16px;
  color: #757575;
  margin-top: 12px;
  font-weight: normal;
}
.consult-box .consult-form .form {
  margin-top: 20px;
}
.consult-box .consult-form .form .form-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.consult-box .consult-form .form .form-item > label {
  width: 70px;
  text-align: right;
  margin-right: 12px;
  margin-bottom: 0;
}
.consult-box .consult-form .form .form-item > label > b {
  color: #eb5547;
}
.consult-box .consult-form .form .form-item > .input-box {
  flex: 1;
  position: relative;
}
.consult-box .consult-form .form .form-item > .input-box > input {
  width: 100%;
  height: 36px;
  font-size: 14px;
  font-weight: normal;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 0 40px 0 8px;
  color: #44516a;
}
.consult-box .consult-form .form .form-item > .input-box > input::-moz-placeholder {
  color: #b3b3b3;
}
.consult-box .consult-form .form .form-item > .input-box > input::placeholder {
  color: #b3b3b3;
}
.consult-box .consult-form .form .form-item > .input-box > label.error {
  display: block;
  position: absolute;
  top: 36px;
  font-size: 12px;
  font-weight: normal;
  color: #eb5547;
  text-align: start;
}
.consult-box .consult-form .form .phone-container {
  position: relative;
}
.consult-box .consult-form .form .phone-container .authcode {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 12px;
  background: transparent;
  border: none;
  color: #999;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 14px;
  height: 24px;
  line-height: 16px;
}
.consult-box .consult-form .form .phone-container .authcode:hover {
  color: #0055ff;
  background: rgba(0, 85, 255, 0.05);
  border-radius: 4px;
}
.consult-box .consult-form .form .phone-container .countDownText {
  position: absolute;
  right: 12px;
  top: 7px;
  color: #abb0ba;
  display: none;
}
.message {
  position: fixed;
  top: 100px;
  right: 50%;
  transform: translateX(50%);
  width: 400px;
  z-index: 2100;
}
.hide {
  display: none;
}
.message-close {
  outline: none;
}

/* Banner Box 样式 */
.banner-box {
  position: relative;
  width: 100%;
  height: 425px;
  overflow: hidden;
  margin-top: 0px;
}
.banner {
  position: relative;
  width: 100%;
  height: 425px;
  overflow: hidden;
}
.rectangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.img-dizhibiaozhunhua {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/banner-img.81d1e805.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, #FDFDFD, rgba(254, 254, 255, 0));
  z-index: 3;
}
.banner-content {
  position: absolute;
  top: 112px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -376px;
  width: 508px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 4;
}
.banner-content-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.banner-content-title .h1 {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.4em;
  color: #121721;
}
.banner-content-title .h2 {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
  color: #383838;
  width: 100%;
}
.banner-content-button {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 0px;
}
.button-primary {
  position: relative;
  width: 144px;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button-primary:hover {
  background: linear-gradient(to right, #0044cc, #5f55cc);
}
.button-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0055FF, #7167FF);
  border-radius: 4px;
  z-index: -1;
}
.button-primary span {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4em;
  color: #FFFFFF;
  text-align: center;
}
.button-sec {
  min-width: 144px;
  width: 144px;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  border: 1px solid #0055FF;
  border-radius: 4px;
  cursor: pointer;
}
.button-sec:hover {
  background: #e7efff;
}
.button-sec span {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  color: #0055FF;
  text-align: center;
  white-space: nowrap;
}
/* Keyboard Box 3 样式 */
.keyboard-box-3 {
  position: absolute;
  top: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  z-index: 100;
}
.keyboard-container {
  width: 1260px;
  height: 88px;
  background: linear-gradient(180deg, #F9FBFF 0%, rgba(255, 255, 255, 0.68) 100%);
  border-radius: 4px;
  box-shadow: 3px 6px 18.7px 0px rgba(27, 60, 122, 0.06);
  backdrop-filter: blur(47.2px);
  position: relative;
}
.keyboard-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  height: 48px;
}
.content-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  gap: 20px;
}
.content-item:first-child {
  width: 380px;
}
.content-item:not(:first-child) {
  width: 400px;
}
.keyboard-box-3 .line {
  width: 1px;
  height: 48px;
  background-color: #D0D0D0;
  flex-shrink: 0;
  margin-right: 0px;
  display: block;
  opacity: 1;
}
.content-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.content-item:not(:first-child) .content-text {
  margin-left: 0px;
}
.icon {
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon img {
  width: 24px;
  height: 24px;
}
.keyboard-box-3 .h1 {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.66px;
  color: #3A3A3A;
  margin: 0;
  white-space: nowrap;
}
.keyboard-box-3 .p {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.5px;
  color: #717075;
  margin: 0;
  white-space: nowrap;
}
/* 固定布局设计 - 移除响应式断点适配 */
body {
  min-width: 1024px;
  overflow-x: auto;
}
/* MapShow 组件样式 */
.mapshow {
  position: relative;
  width: 100%;
  height: 904px;
  margin: 0 auto;
  margin-top: 0px;
  overflow: hidden;
}
/* 背景渐变 */
.mapshow-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 904px;
  background: linear-gradient(180deg, #FDFEFF 0%, #F9FAFF 100%);
  z-index: -1;
  overflow: hidden;
}
/* 背景装饰元素 - 基于Figma设计 */
.mapshow-background::before {
  content: '';
  position: absolute;
  left: -30%;
  top: 9%;
  width: 200%;
  height: 79%;
  background: #FAF9FF;
  border-radius: 50%;
  filter: blur(169.5px);
  z-index: 1;
}
.mapshow-background::after {
  content: '';
  position: absolute;
  left: 27%;
  top: 0%;
  width: 61%;
  height: 83%;
  background: linear-gradient(180deg, #F5F7FE 16.33%, #EFF6FD 100%);
  border-radius: 50%;
  filter: blur(169.5px);
  z-index: 2;
}
/* 标题区域 */
.mapshow-h {
  position: absolute;
  top: 102px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.mapshow-h .h1 {
  margin: 0;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4;
  text-align: center;
  color: #1A1A1A;
  width: 100%;
}
.mapshow-h .h2 {
  margin: 0;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #383838;
  width: 100%;
}
/* 地图区域 */
.mapshow-map {
  position: absolute;
  top: 215px;
  left: 50%;
  transform: translateX(-50%);
  width: 1260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
/* 标签页 */
.map-tab {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.map-tab-item {
  position: relative;
  width: 236px;
  height: 140px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 20.5px 0px rgba(33, 54, 84, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.tab-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 236px;
  height: 140px;
  background: #FFFFFF;
  border-radius: 4px;
}
.tab-image {
  position: absolute;
  top: 0px;
  left: 0;
  width: 236px;
  height: 140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.tab-image.imp-zhongduan {
  background-image: url(../image/imp-zhongduan.65fd377b.png);
}
.tab-image.img-guanggao {
  background-image: url(../image/img-guanggao.6406fd9d.png);
}
.tab-image.img-wuliu {
  background-image: url(../image/img-wuliu.7fd9d6b4.png);
}
.tab-image.img-fuwu {
  background-image: url(../image/img-fuwu.7e3ad7bf.png);
}
.tab-image.img-fengxian {
  background-image: url(../image/img-fengxian.e9fee901.png);
}
.tab-shadow {
  position: absolute;
  top: 83px;
  left: 0;
  width: 236px;
  height: 57px;
  background: linear-gradient(180deg, rgba(242, 248, 255, 0) 4.29%, rgba(248, 251, 255, 0.83) 72.6%);
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.tab-loading-line {
  position: absolute;
  top: 137px;
  left: -7px;
  width: 0px;
  height: 3px;
  background: #2D40FF;
  border-radius: 4px;
  box-shadow: -3px 4px 14.8px 0px rgba(28, 94, 148, 0.16);
  transition: none;
  z-index: 3;
}
.tab-loading-line.active {
  background: #2D40FF;
}
.mapshow .tab-text {
  position: absolute;
  top: 110px;
  left: 70px;
  width: 96px;
  height: 22px;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #575757;
  transition: all 0.3s ease;
  z-index: 3;
}
.mapshow .tab-text.active {
  font-weight: 600;
  background: linear-gradient(135deg, #0032FF 0%, #875DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* 地图详情 */
.map-detail {
  position: relative;
  width: 100%;
  height: 472px;
  box-shadow: 0px 3px 20.5px 0px rgba(33, 54, 84, 0.1);
  border-radius: 4px;
}
.map-detail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 1260px;
  height: 472px;
  background: linear-gradient(135deg, #FFFFFF 3%, #FFFFFF 70%, #F2F8FF 100%);
  border: 0px solid #979797;
  border-radius: 4px;
  box-shadow: inset 0px 2px 0px 1px #ffffff, inset 0px 4px 5.8px 0px rgba(255, 255, 255, 0.25);
}
/* 地图图片区域 */
.map-detail-img {
  position: absolute;
  top: -1px;
  left: 0;
  width: calc(100% - 380px);
  height: 471px;
  border-radius: 4px 0 0 4px;
}
.img-maxmap {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 472px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px 0 0 4px;
}
/* 默认显示终端网点布局图片 */
.img-maxmap {
  background-image: url(../image/img-maxmap-zhongduan.8162bd93.png);
}
/* 不同tab状态下的背景图片 */
.mapshow[data-active-tab="zhongduan"] .img-maxmap {
  background-image: url(../image/img-maxmap-zhongduan.8162bd93.png);
}
.mapshow[data-active-tab="zhongduan"] .map-detail-btngroup[data-active-btn="zhongduan"] {
  display: flex;
}
.mapshow[data-active-tab="guanggao"] .img-maxmap {
  background-image: url(../image/img-maxmap-guanggao.9d38e9ce.png);
}
.mapshow[data-active-tab="guanggao"] .map-detail-btngroup[data-active-btn="guanggao"] {
  display: flex;
}
.mapshow[data-active-tab="wuliu"] .img-maxmap {
  background-image: url(../image/img-maxmap-wuliu.363ef914.png);
}
.mapshow[data-active-tab="wuliu"] .map-detail-btngroup[data-active-btn="wuliu"] {
  display: flex;
}
.mapshow[data-active-tab="fuwu"] .img-maxmap {
  background-image: url(../image/img-maxmap-fuwu.a1867c19.png);
}
.mapshow[data-active-tab="fuwu"] .map-detail-btngroup[data-active-btn="fuwu"] {
  display: flex;
}
.mapshow[data-active-tab="fengxian"] .img-maxmap {
  background-image: url(../image/img-maxmap-fengxian.db64356e.png);
  /* 风险区域暂时使用终端网点图片 */
}
.mapshow[data-active-tab="fengxian"] .map-detail-btngroup[data-active-btn="fengxian"] {
  display: flex;
}
.img-shadow {
  position: absolute;
  top: 1px;
  right: 0;
  width: 180px;
  height: 472px;
  background: linear-gradient(270deg, #FFFFFF 1.55%, rgba(255, 255, 255, 0) 100%);
}
/* 内容区域 */
.map-detail-content {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 320px;
  height: 165px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.content-title {
  margin: 0;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: #383838;
}
.content-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1px 4px 1px 4px;
  height: 24px;
  background: linear-gradient(90deg, #266FF2 5.57%, #3AC2FB 100%);
  border-radius: 12px;
}
.tag-icon {
  position: relative;
  width: 16px;
  height: 16px;
}
.tag-icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 50%;
}
.tag-icon-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-circle {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 50%;
}
.icon-group {
  position: relative;
  width: 10.29px;
  height: 9.13px;
}
.icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.29px;
  height: 9.13px;
}
.tag-text {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #FFFFFF;
}
.content-tags {
  display: flex;
  align-items: center;
  gap: 8px;
}
.content-tags .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #757575;
  white-space: nowrap;
}
.content-description {
  width: 320px;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #757575;
  text-align: justify;
}
/* 按钮组 */
.map-detail-btngroup {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  align-items: center;
  gap: 20px;
}
.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  background: linear-gradient(90deg, #0055FF 4.36%, #7167FF 102.18%);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-primary span {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #0055FF;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-secondary span {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #0055FF;
}
/* 悬停效果 */
.map-tab-item:hover {
  transform: translateY(-2px);
}
.btn-primary:hover {
  background: linear-gradient(to right, #0044cc, #5f55cc);
}
.btn-secondary:hover {
  border: 1px solid #0055FF;
  background: #e7efff;
}
/* NengliCard 组件样式 */
.nenglicard-container {
  position: relative;
  width: 100%;
  height: 1033px;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(233deg, #F4F7FF 0%, #E8F0FF 18.3%, #E9F0FF 100%), linear-gradient(250deg, #F1F6FD 0%, #FCFCFF 100%);
}
/* NengliCard 背景装饰元素 - 基于Figma设计 */
.nenglicard-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 76% 76% at 84% 40%, #D2E2FF 0%, transparent 100%), radial-gradient(ellipse 97% 56% at 14% 55%, #CFE8FD 0%, transparent 100%), radial-gradient(ellipse 93% 75% at 76% 22%, #ECEDFF 0%, transparent 100%), radial-gradient(ellipse 93% 75% at 102% 39%, #E2E5FF 0%, transparent 100%), radial-gradient(ellipse 169% 75% at 11% 13%, #C7DEFF 0%, transparent 100%), radial-gradient(ellipse 93% 75% at 30% 147%, #E8E9FB 0%, transparent 100%), radial-gradient(ellipse 93% 75% at -3% 155%, #E8F2FB 0%, transparent 100%), radial-gradient(ellipse 91% 49% at 13% 30%, #DBEFFF 0%, transparent 100%), radial-gradient(ellipse 78% 49% at 98% 161%, #DAECFB 0%, transparent 100%);
  filter: blur(169.5px);
  z-index: 0;
}
/* NengliCard 标题区域 */
.nenglicard-container .card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 284px;
  z-index: 1;
}
.nenglicard-container .main-title {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4;
  text-align: center;
  color: #1A1A1A;
  margin: 0;
}
.nenglicard-container .sub-title {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #383838;
  margin: 0;
}
/* NengliCard 卡片内容区域 */
.cards-content {
  position: relative;
  width: 100%;
  height: 100%;
}
/* NengliCard 内容居中容器 */
.cards-content-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
/* 中等卡片行 */
.mid-cards-row {
  display: flex;
  gap: 20px;
  position: absolute;
  top: 173px;
  left: 50%;
  transform: translateX(-50%);
  width: 1260px;
  justify-content: center;
}
/* 中等卡片样式 */
.midcard {
  width: 620px;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 170px;
  position: relative;
}
/* 左侧中等卡片 - 多样呈现 */
.midcard.midcard-left {
  background-image: url(../image/sjxr-img-card1.dc85b2c1.png);
}
/* 右侧中等卡片 - 批量上传 */
.midcard.midcard-right {
  background-image: url(../image/sjxr-img-card2.9b141813.png);
}
.midcard-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 266px;
}
.nenglicard-container .card-title {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: #383838;
  margin: 0;
}
.card-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.feature-icon {
  width: 14px;
  height: 14px;
  position: relative;
  flex-shrink: 0;
}
.feature-icon .icon-bg {
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 2px;
}
.feature-icon .icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 5px;
}
.feature-text {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #575757;
  width: 240px;
}
/* 试用按钮 */
.try-button {
  width: 120px;
  height: 40px;
  background: linear-gradient(135deg, #0055FF 0%, #7167FF 100%);
  border: none;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.try-button:hover {
  background: linear-gradient(to right, #0044cc, #5f55cc);
}
.try-button:active {
  transform: translateY(0);
}
/* 大卡片 */
.maxcard {
  position: absolute;
  top: 573px;
  left: 50%;
  transform: translateX(-50%);
  width: 1260px;
  height: 400px;
  border-radius: 4px;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.maxcard-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/sjxr-img-card3.61b06c5f.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}
.maxcard-content {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 170px;
  height: 144px;
}
.maxcard-title {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #383838;
  margin: 0 0 20px 0;
}
.maxcard-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.maxcard-feature {
  display: flex;
  align-items: center;
  gap: 12px;
}
.maxcard-icon {
  width: 14px;
  height: 14px;
  position: relative;
  flex-shrink: 0;
}
.maxcard-icon .icon-bg {
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 2px;
}
.maxcard-icon .icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 5px;
}
.maxcard-feature-text {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #757575;
}
.maxcard-try-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 120px;
  height: 40px;
  background: linear-gradient(135deg, #0055FF 0%, #7167FF 100%);
  border: none;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.maxcard-try-button:hover {
  background: linear-gradient(to right, #0044cc, #5f55cc);
}
.maxcard-try-button:active {
  transform: translateY(0);
}
/* FenxiBox 组件样式 */
.fenxi-box {
  position: relative;
  width: 100%;
  height: 693px;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(342deg, #F4F7FF 0%, #E8F0FF 18.3%, #E9F0FF 100%), linear-gradient(180deg, #F1F6FD 0%, #FCFCFF 100%);
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
/* FenxiBox 背景装饰元素 - 基于Figma设计 */
.fenxi-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 76% 76% at 84% 40%, #D2E2FF 0%, transparent 100%), radial-gradient(ellipse 97% 56% at 14% 55%, #CFE8FD 0%, transparent 100%), radial-gradient(ellipse 93% 75% at 76% 22%, #ECEDFF 0%, transparent 100%), radial-gradient(ellipse 93% 75% at 102% 39%, #E2E5FF 0%, transparent 100%), radial-gradient(ellipse 169% 75% at 11% 13%, #C7DEFF 0%, transparent 100%), radial-gradient(ellipse 93% 75% at 30% 147%, #E8E9FB 0%, transparent 100%), radial-gradient(ellipse 93% 75% at -3% 155%, #E8F2FB 0%, transparent 100%), radial-gradient(ellipse 91% 49% at 13% 30%, #DBEFFF 0%, transparent 100%), radial-gradient(ellipse 78% 49% at 98% 161%, #DAECFB 0%, transparent 100%);
  filter: blur(169.5px);
  z-index: 0;
}
/* FenxiBox 标题区域 */
.fenxi-box .card-h {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 284px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  z-index: 1;
}
.fenxi-box .main-title {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4em;
  text-align: center;
  color: #1A1A1A;
  margin: 0;
  width: 100%;
}
.fenxi-box .subtitle {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  color: #383838;
  margin: 0;
  width: 100%;
}
/* FenxiBox 卡片容器 */
.cards-container {
  display: flex;
  gap: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 173px;
  width: 1249px;
  z-index: 1;
}
/* FenxiBox 卡片基础样式 */
.shangxiacard {
  height: 460px;
  position: relative;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* 第一张卡片 - 816px 宽度 */
.shangxiacard1 {
  width: 816px;
}
/* 第二张卡片 - 413px 宽度 */
.shangxiacard2 {
  width: 413px;
}
.shangxiacard1 {
  display: block;
}
/* Card1 - 高级分析配图 */
.shangxiacard1 .background-shadow {
  background-image: url(../image/jyfx-img-card1.ed4df1b5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.shangxiacard2 {
  display: block;
}
/* Card2 - 打印分享配图 */
.shangxiacard2 .background-shadow {
  background-image: url(../image/jyfx-img-card2.6f4fa3fb.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* FenxiBox 卡片背景 */
.shangxiacard-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 460px;
  border-radius: 4px;
}
/* 第一张卡片背景 */
.shangxiacard1 .shangxiacard-background {
  width: 816px;
}
/* 第二张卡片背景 */
.shangxiacard2 .shangxiacard-background {
  width: 413px;
}
.background-shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 460px;
  background: #FFFFFF;
  border-radius: 4px;
}
/* 第一张卡片背景阴影 */
.shangxiacard1 .background-shadow {
  width: 816px;
}
/* 第二张卡片背景阴影 */
.shangxiacard2 .background-shadow {
  width: 413px;
}
.background-rectangle {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  background: linear-gradient(180deg, #F6FAFF 6.24%, rgba(246, 250, 255, 0) 95.51%);
  border-radius: 4px 4px 0 0;
}
/* 第一张卡片背景矩形 */
.shangxiacard1 .background-rectangle {
  width: 816px;
}
/* 第二张卡片背景矩形 */
.shangxiacard2 .background-rectangle {
  width: 413px;
}
/* FenxiBox 卡片内容 */
.shangxiacard-content {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: 252px;
}
/* FenxiBox 卡片标题 */
.fenxi-box .card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.h1-text {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4em;
  color: #383838;
  flex: none;
  width: auto;
}
.h1-xiangqingicon {
  width: 12px;
  height: 13.87px;
  cursor: pointer;
  transition: transform 0.3s ease, stroke 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/*.h1-xiangqingicon:hover {
    transform: translateX(2px);
}*/
.h1-xiangqingicon svg {
  width: 100%;
  height: 100%;
}
/* FenxiBox 特性点列表 */
.card-points {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.point-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.point-dot {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.ellipse {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #575757;
  border-radius: 50%;
}
.point-text {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  color: #575757;
  white-space: nowrap;
}
/* TuijianBox 组件样式 */
.tuijian-box {
  position: relative;
  width: 100%;
  height: 655px;
  margin: 0 auto;
  overflow: hidden;
}
/* 背景图片 - 固定布局 */
.tuijian-box-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 655px;
  background-image: url(../image/img-tuijiancard-background.b29a6814.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
/* 标题区域 */
.tuijian-box-h {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 284px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.tuijian-box .main-title {
  margin: 0;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4em;
  text-align: center;
  color: #1A1A1A;
}
.tuijian-box .subtitle {
  margin: 0;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  color: #383838;
}
/* 卡片容器 */
.tuijian-box .cards-container {
  position: absolute;
  top: 173px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 21px;
  z-index: 2;
}
/* 推荐卡片 */
.tuijian-card {
  width: 406px;
  height: 422px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.tuijian-card:hover {
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}
.tuijian-card:hover .card-img {
  transform: scale(1.1);
}
/* 卡片图片区域 */
.card-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  border-radius: 4px 4px 0px 0px;
}
.card-img {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.card-img-1 {
  top: -16px;
  left: -19px;
  width: 430px;
  height: 284px;
  background-image: url(../image/tsgd-img-card1.7cda586e.png);
}
.card-img-2 {
  top: -16px;
  left: -19px;
  width: 430px;
  height: 284px;
  background-image: url(../image/tsgd-img-card2.b6b50196.png);
}
.card-img-3 {
  top: -44px;
  left: 0;
  width: 406px;
  height: 305px;
  background-image: url(../image/tsgd-img-card3.1d0f2765.png);
}
/* 卡片内容区域 */
.tuijian-box .card-content {
  width: 406px;
  height: 202px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  overflow: hidden;
}
.card-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tuijian-box .card-title {
  margin: 0;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4em;
  color: #383838;
}
/* 标签区域 */
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-group {
  display: flex;
  gap: 10px;
}
.tuijian-box .tag {
  align-items: center;
  gap: 10px;
  padding: 4px 6px;
  height: 30px;
  background: #F1F4FD;
  border-radius: 4px;
  box-sizing: border-box;
}
.tuijian-box .tag-text {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  color: #575757;
  white-space: nowrap;
}
/* 卡片描述 */
.tuijian-box .card-description {
  margin: 0;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.857em;
  color: #949494;
  text-align: justify;
  height: 80px;
  overflow: hidden;
}
/* 第三张卡片描述特殊样式 - 允许显示完整文案 */
.tuijian-card3 .card-description {
  height: auto;
  overflow: visible;
}
/* 卡片操作区域 */
.card-action {
  position: relative;
  width: 78.74px;
  height: 22px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.card-action:hover .action-text {
  color: #0055FF;
}
.card-action:hover .action-icon path {
  stroke: #0055ff;
}
.action-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  text-align: right;
  color: #383838;
}
.action-icon {
  position: absolute;
  top: 5px;
  left: 72px;
  width: 6.74px;
  height: 13px;
}
/* FuliBox 组件样式 */
.fuli-box {
  position: relative;
  width: 100%;
  height: 196px;
  overflow: hidden;
  margin: 0 auto;
}
.fuli-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/fuli-background.5b4d9933.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fuli-content {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 69px;
}
.fuli-h {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 458px;
  margin-bottom: 16px;
}
.fuli-h-h1 {
  font-family: 'jingdonglangzhengti2', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.143;
  color: transparent;
  background: linear-gradient(135deg, #F96652 100%, #FF9B42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0px 2px 29px rgba(94, 228, 247, 0.42);
  margin: 0;
  text-align: left;
}
.fuli-h-p {
  position: relative;
  width: 458px;
  height: 28px;
  font-family: 'PingFang SC', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.fuli-text-normal {
  color: #2A3347;
  font-weight: 400;
}
.fuli-text-highlight {
  font-family: 'jingdonglangzhengti2', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.143;
  color: transparent;
  background: linear-gradient(135deg, #0055FF 0%, #7167FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 2px;
}
.fuli-btn {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 40px;
  width: 174px;
  height: 48px;
  background: linear-gradient(135deg, #0055FF 0%, #7167FF 100%);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  box-sizing: border-box;
}
.fuli-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 85, 255, 0.3);
}
.fuli-btn-text {
  font-family: 'PingFang SC', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
}
.fuli-btn-icon {
  width: 16px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fuli-btn-icon svg {
  width: 16px;
  height: 13px;
}
.fuli-btn {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 40px;
  width: 174px;
  height: 48px;
  background: linear-gradient(135deg, #0055FF 0%, #7167FF 100%);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  box-sizing: border-box;
}
/* 与图页脚组件样式 */
.yewei-box {
  position: relative;
  width: 100%;
  height: 448px;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: linear-gradient(180deg, #ffffff 100%, #FFFFFF 100%);
}
/* 背景 */
.yewei-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: #FFFFFF;
}
/* 主要内容区域 */
.yewei-content {
  position: relative;
  width: 1440px;
  height: 352px;
  margin: 0 auto;
  padding-top: 48px;
  background: transparent;
}
/* 产品区域 */
.yewei-product {
  position: absolute;
  left: 90px;
  top: 48px;
  width: 249px;
  height: 276px;
}
.yewei-product-h1 {
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #2A3347;
  text-align: left;
}
.yewei-product-pageurl {
  display: flex;
  gap: 53px;
  width: 249px;
  height: 232px;
}
.product-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #44516A;
  text-decoration: none;
  display: block;
}
.product-link:hover {
  color: #2A3347;
  text-decoration: underline;
}
/* 解决方案区域 */
.yewei-slove {
  position: absolute;
  left: 392px;
  top: 48px;
  width: 72px;
  height: 312px;
}
.yewei-slove-h1 {
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #2A3347;
  text-align: left;
}
.yewei-slove-pageurl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 56px;
  height: 268px;
}
.slove-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #44516A;
  text-decoration: none;
  display: block;
}
.slove-link:hover {
  color: #2A3347;
  text-decoration: underline;
}
/* 与图优势区域 */
.yewei-prepond {
  position: absolute;
  left: 517px;
  top: 48px;
  width: 72px;
  height: 60px;
}
.yewei-prepond-h1 {
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #2A3347;
  text-align: left;
}
.prepond-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #44516A;
  text-decoration: none;
  display: block;
}
.prepond-link:hover {
  color: #2A3347;
  text-decoration: underline;
}
/* 关于我们区域 */
.yewei-aboutus {
  position: absolute;
  left: 642px;
  top: 48px;
  width: 72px;
  height: 96px;
}
.yewei-aboutus-h1 {
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #2A3347;
  text-align: left;
}
.yewei-aboutus-pageurl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 56px;
  height: 52px;
}
.aboutus-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #44516A;
  text-decoration: none;
  display: block;
  text-align: left;
}
.aboutus-link:hover {
  color: #2A3347;
  text-decoration: underline;
}
/* 友情链接区域 */
.yewei-other {
  position: absolute;
  left: 767px;
  top: 48px;
  width: 72px;
  height: 132px;
}
.yewei-other-h1 {
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #2A3347;
  text-align: left;
}
.yewei-other-pageurl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 70px;
  height: 88px;
}
.other-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #44516A;
  text-decoration: none;
  display: block;
  text-align: left;
}
.other-link:hover {
  color: #2A3347;
  text-decoration: underline;
}
/* 与图资讯区域 */
.yewei-news {
  position: absolute;
  left: 892px;
  top: 48px;
  width: 280px;
  height: 292px;
  z-index: 1;
}
.yewei-news-h1 {
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #2A3347;
  text-align: left;
}
.news-content {
  width: 280px;
  height: 268px;
}
.news-articles {
  margin-bottom: 40px;
}
.news-article {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #44516A;
  text-decoration: none;
  margin-bottom: 20px;
  text-align: left;
}
.news-article:hover {
  color: #2A3347;
  text-decoration: underline;
}
.contact-info {
  margin-top: 40px;
}
.contact-item {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 16px;
}
.contact-label {
  font-weight: 300;
  color: #606E8A;
}
.contact-value {
  font-weight: 500;
  color: #606E8A;
}
/* 二维码区域 */
.yewei-QRgorup {
  position: absolute;
  left: 1230px;
  top: 48px;
  width: 121px;
  height: 229px;
  z-index: 1;
}
.qr-container {
  width: 121px;
  height: 229px;
}
.qr-logo-container {
  position: relative;
  width: 121px;
  height: 181px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 8px;
}
.qr-image {
  position: absolute;
  left: 1px;
  top: 61px;
  width: 120px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}
.qr-code {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.logo-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 120.51px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}
.yewei-logo {
  height: 32px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.qr-text {
  margin: 8px 0 0 0;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #2A3347;
  text-align: center;
  width: 112px;
  height: 40px;
}
/* 版权信息区域 */
.yewei-box-banquan {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background: transparent;
}
.copyright-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #D1D1D1 0%, #FFFFFF 100%);
}
.copyright-text {
  position: absolute;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #606E8A;
  text-align: center;
  white-space: nowrap;
}
/* 移除地图详情标签中的图标，不影响其他模块布局 */
.map-detail-content .content-tag .tag-icon {
  display: none;
}
/* 标签文案左右增加间距（不影响整体布局） */
.map-detail-content .content-tag .tag-text {
  margin-left: 8px;
  margin-right: 8px;
}
/* 修复 TuijianBox 卡片图片裁切：等比例适配容器（仅作用于推荐卡片模块） */
.tuijian-box .card-image .card-img {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
/* 关闭 MapShow 地图详情跳动动效（仅作用于 mapshow-map 范围） */
.mapshow-map .map-detail-content,
.mapshow-map .map-detail-content * {
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

