/*--------------------------------------------------------------
# General 当Hexo在渲染页面时，它会首先加载layout.ejs，然后根据需要替换其中的占位符内容。
手机端90% 覆盖范围：

最小宽度：360px（覆盖低端 Android 和部分 iPhone Mini）
最大宽度：428px（覆盖 iPhone 14/15 Pro Max 等大屏机型）
--------------------------------------------------------------*/

/* 完整的最佳实践设置 */
:root {
  --base-font-size: 16px;
  --font-scale: 1.2;
  /* 缩放比例 */
}

html {
  font-size: var(--base-font-size);
  font-family: "Open Sans", sans-serif;
  color: #555555;
}

@media (min-width: 360px) {
  html {
    font-size: calc(var(--base-font-size) * 1.05);
  }
}

@media (min-width: 414px) {
  html {
    font-size: calc(var(--base-font-size) * 1.1);
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* 标题缩放 */
h1 {
  font-size: calc(1rem * var(--font-scale) * var(--font-scale));
}

h2 {
  font-size: calc(1rem * var(--font-scale));
}

h3 {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}


/* 段落优化 */
p {
  margin-bottom: 1.5em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #373838;
  text-decoration: none;
}

a:hover {
  color: rgba(0, 168, 255, 1);
  text-decoration: none;
}

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

/* iframe不显示边框 */
iframe {
  border: 0;
}

.mobile-container {
  max-width: 428px;
  /* 或你想要的手机端最大宽度 375px*/
  width: 100%;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
# Sections 段与段之间的标题样式
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/* 标题栏 */
.section-title {
  text-align: center;
  margin-bottom: 20px;
}

/* 标题栏中的图片 */
.section-title img {
  width: 66px;
  height: 66px;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* 标题栏中的内容 */
.section-title .title-content {
  display: block;
  overflow-wrap: break-word;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
}

.section-title .span-text-1 {
  color: rgba(0, 168, 255, 1);
}

.section-title .span-text-2 {
  color: rgba(51, 51, 51, 1);
}

.section-title .span-text-3 {
  color: rgba(0, 168, 255, 1);
}

.section-title p {
  color: rgba(51, 51, 51, 1);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  margin: 0;
}

.section-title .span-text-4 {
  color: rgba(0, 168, 255, 1);
}

/*--------------------------------------------------------------
# 滚动到最上端按钮
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 30px;
  bottom: 15px;
  z-index: 996;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  transition: all 0.4s;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  background-color: #eee;
  color: #575656;
}

.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.d-flex {
  display: flex !important;
}

.back-to-top .svg-container {
  height: 40px;
  width: 24px;
}

.back-to-top:hover {
  background: rgba(21, 124, 246, 1);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .back-to-top {
    right: 10px;
  }
}
/*--------------------------------------------------------------
# 主菜单：anygraphHeader
--------------------------------------------------------------*/
#anygraphHeader {
  /* 设置菜单为透明 */
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

.anygraphHeader-d-flex {
  display: flex !important;
}

.anygraphHeader-align-items-center {
  align-items: center !important;
}

.anygraphHeader-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 0 8px;
}

.anygraphHeader-justify-content-between {
  justify-content: space-between !important;
}

.anygraphHeader-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

.anygraphHeader-container a {
  font-size: 0.7rem;
}

*,
::after,
::before {
  box-sizing: border-box;
}

/*modify 0817设置菜单为白色透明*/
.anygraphHeader.header-scrolled {
  background: rgba(255, 255, 255, 0.9);
  top: 0;
}

.anygraphHeader-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

.anygraphHeader-logo a {
  color: rgba(0, 168, 255, 1);
}

.anygraphHeader-appointment-btn {
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 8px;
  border: none;
  z-index: 1000;
  line-height: 16px;
}

.anygraphHeader-appointment-btn:hover {
  background: rgba(21, 124, 246, 1);
  color: #fff;
}

/* modify 2024-10-12 点击登录时显示"个人设置、退出"菜单面板 */
.anygraphHeader-login-menu {
  padding: 10px 0 10px 10px;
  margin-bottom: 0;
  text-align: left;
  width: 110px;
  right: 5px;
  font-size: 14px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 8px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: none;
  position: absolute;
  top: 50px;
}

/* modify 2024-10-12 点击登录时显示"个人设置、退出"菜单项  */
.anygraphHeader-login-menu-item {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  margin-left: 5px;
}

.anygraphHeader-login-menu-item a {
  cursor: pointer;
  text-decoration: none;
}

/*--------------------------------------------------------------
# 主菜单导航栏
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.anygraphHeader-navbar {
  padding: 0;
  text-align: center;
}

.anygraphHeader-navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  /* modify 2025-05-07 隐藏客户端的菜单列表 */
  display: none;
}

.anygraphHeader-navbar li {
  position: relative;
}

.anygraphHeader-navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.anygraphHeader-navbar a,
.anygraphHeader-navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #373838;
  border-bottom: 2px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.anygraphHeader-navbar a i,
.anygraphHeader-navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.anygraphHeader-navbar a:hover,
.anygraphHeader-navbar .active,
.anygraphHeader-navbar .active:focus,
.anygraphHeader-navbar li:hover>a {
  /* modify 选中状态的样式 */
  color: rgba(3, 73, 214, 1);
  /* border-color: rgba(3, 73, 214, 1); */
  font-weight: 700;
}

.anygraphHeader-navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 8px;
}

.anygraphHeader-navbar .dropdown ul li {
  min-width: 200px;
}

.anygraphHeader-navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
  text-decoration: none;
}

.anygraphHeader-navbar .dropdown ul a i {
  font-size: 12px;
}

.anygraphHeader-navbar .dropdown ul a:hover,
.anygraphHeader-navbar .dropdown ul .active:hover,
.anygraphHeader-navbar .dropdown ul li:hover>a {
  color: rgba(3, 73, 214, 1);
  font-weight: 700;
}

.anygraphHeader-navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.anygraphHeader-navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  /* visibility: hidden; */
}

.anygraphHeader-navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/* 手机端菜单的 x 按钮*/
.anygraphHeader-navbar .bi-x {
  color: #555555;
  font-weight: 600;
}

/**
* Mobile Navigation 
*/
.anygraphHeader-mobile-nav-toggle {
  color: rgb(0, 0, 0);
  font-size: 28px;
  font-weight: 800;
  cursor: pointer;
  display: none;
  line-height: 0;
  order: 1;
  z-index: 1000;
}

.anygraphHeader-mobile-nav-toggle ul {
  display: none;
}

.anygraphHeader-mobile-nav-toggle {
  display: block;
}

.anygraphHeader-navbar ul {
  display: none;
}

.anygraphHeader-logo {
  order: 2;
  flex-grow: 1;
  text-align: center;
}

.login-content {
  order: 3;
  margin-left: auto;
  z-index: 1002;
}

.login-content .login-img {
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  padding: 2px;
}

.login-content .login-img:hover {
  background: rgba(0, 168, 255, 1);
  background: #fff;
  border-radius: 50%;
}

.anygraphHeader-logo img {
  width: 144px;
  height: auto;
  vertical-align: middle;
  margin: 10px 0;
}

/* modify 2024-12-19 修改背景 */
.anygraphHeader-navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 16px;
  right: 0;
  left: 50%;
  bottom: 0;
  z-index: 999;
  max-width: 428px;
  width: 100%;
  transform: translateX(-50%);
}

.anygraphHeader-navbar-mobile .anygraphHeader-mobile-nav-toggle {
  position: absolute;
  left: 15px;
}

.anygraphHeader-navbar-mobile ul {
  display: block;
  position: absolute;
  top: 45px; /* 与顶部保持距离 */
  right: 0;
  left: 0;
  bottom: 0; /* 确保到底部 */
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto; /* 垂直滚动 */
  overflow-x: hidden; /* 隐藏水平滚动 */
  height: auto; /* 自动高度 */
  max-height: calc(100vh - 10px); /* 最大高度为视口高度减去顶部和底部空间 */
  -webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
  scrollbar-width: thin; /* 更细的滚动条 */
}

.anygraphHeader-navbar-mobile>ul>li {
  padding: 0 15px;
}

.anygraphHeader-navbar-mobile a,
.anygraphHeader-navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
}

.anygraphHeader-navbar-mobile a:hover,
.anygraphHeader-navbar-mobile .active,
.anygraphHeader-navbar-mobile li:hover>a {
  color: #304e80;
}

.anygraphHeader-navbar-mobile .getstarted,
.anygraphHeader-navbar-mobile .getstarted:focus {
  margin: 15px;
}

.anygraphHeader-navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0 20px;
  padding: 0 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
}

.anygraphHeader-navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.anygraphHeader-navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.anygraphHeader-navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.anygraphHeader-navbar-mobile .dropdown ul a:hover,
.anygraphHeader-navbar-mobile .dropdown ul .active:hover,
.anygraphHeader-navbar-mobile .dropdown ul li:hover>a {
  color: #304e80;
}

/* 新增：确保同一时间只有一个下拉菜单显示 */
.anygraphHeader-navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/* 新增：子菜单激活状态 */
.anygraphHeader-navbar-mobile .dropdown .dropdown > .dropdown-active {
  display: block;
}

/* 菜单项添加横线 */
.anygraphHeader-navbar a{
  border-bottom: 1px solid #eee;
}

/*modify 2024-10-10 手机端菜单。assets/vendor/bootstrap-icons/bootstrap-icons.css*/
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2?1fa40e8900654d2863d011707b9fb6f2") format("woff2"),
    url("/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff?1fa40e8900654d2863d011707b9fb6f2") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 显示菜单的按钮‘三’*/
.bi-list::before {
  content: "\f479";
}

/* 显示菜单中下拉箭头 ‘v’*/
.bi-chevron-down::before {
  content: "\f282";
}

/* 显示菜单中关闭按钮‘x’ */
.bi-x::before {
  content: "\f62a";
}

/* 显示菜单中左侧按钮'>' */
.bi-chevron-right::before {
  content: "\f285";
}

/* 显示返回箭头'^' */
.bi-arrow-up-short::before {
  content: "\f145";
}

/*--------------------------------------------------------------
# 脚注：Footer  modify 2024-9-14 
--------------------------------------------------------------*/
.anygraphFooter {
  text-align: center;
  max-width: 428px;
  /* 或你想要的手机端最大宽度 375px*/
  width: 100%;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

.anygraphFooter .footerBorder {
  background-color: #fff;
  border-top: 1px solid rgb(244 242 242);
  /* 上横线 */
  border-bottom: 1px solid rgb(244 242 242);
  /* 下横线 */
  padding: 20px 0;
}

/* 脚注工具栏 */
.anygraphFooter .footerToolBar {
  display: grid;
  grid-template-columns: repeat(30, 1fr);
}

.anygraphFooter .footerToolBar .img-trigger {
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.anygraphFooter .footerToolBar .img-trigger:hover {
  transform: translateY(-5px) scale(1.1);
}

.anygraphFooter .footerToolBar .img-popup {
  position: absolute;
  width: 90px;
  top: -150px;
  left: 70%;
  transform: translateX(-70%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.anygraphFooter .footerToolBar .img-popup::before {
  content: '';
  position: absolute;
  top: 96.5%;
  /* 定位到容器底部 */
  left: 40%;
  transform: translateX(-40%);
  border: 20px solid transparent;
  border-top-color: rgb(255, 255, 255);
  /* 修改箭头方向 */
}

/* 鼠标移到图片上时显示二维码图片 */
.anygraphFooter .footerToolBar .img-trigger:hover .img-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-5px);
}

/* 鼠标移到图片上时图片不透明 */
.anygraphFooter .footerToolBar .img-trigger:hover .footerToolBar-img {
  opacity: 1;
}

.anygraphFooter .footerToolBar .qrcode-image {
  width: 150px;
  height: auto;
  padding: 15px 5px 35px 5px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.anygraphFooter .footerToolBar .footerToolBar-img {
  opacity: 0.5;
}

/* 鼠标移到图片上时图片不透明 */
.anygraphFooter .footerToolBar .footerToolBar-img:hover {
  opacity: 1;
}

.anygraphFooter .footerToolBar .img-description {
  position: absolute;
  bottom: 10px;
  left: 50%;
  /* 修改定位基准点 */
  transform: translateX(-50%);
  /* 水平居中 */
  font-size: 12px;
  width: 100%;
  /* 确保文本容器宽度充满父元素 */
  text-align: center;
  /* 文本内容居中 */
}

/* 跨六列 */
.anygraphFooter .footerToolBar .span-6 {
  grid-column: span 6;
  /* 这个网格项将跨越6列 */
}

/* 跨2列 */
.anygraphFooter .footerToolBar .span-2 {
  grid-column: span 2;
  /* 这个网格项将跨越6列 */
}

/* 脚注菜单栏 */
.anygraphFooter .footerMenu {
  padding: 60px 0 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  /* 单列布局 */
  /* 12 列，每列宽度相等 */
  text-align: left;
}

/* 跨四列 */
.anygraphFooter .footerMenu .span-4 {
  grid-column: span 4;
  /* 这个网格项将跨越4列 */
}

.anygraphFooter .footerMenu .span-2 {
  grid-column: span 2;
  /* 这个网格项将跨越2列 */
}

.anygraphFooter .footerMenu-title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(68, 68, 68);
}

.anygraphFooter .footerMenu div {
  line-height: 35px;
}

.anygraphFooter .footerMenu a {
  color: #373838;
  text-decoration: none;
  font-size: 14px;
}

/* 脚注底部工具栏：图形开发学院、雅都软件 */
.anygraphFooter .footerBottom {
  background-color: rgba(245, 247, 248, 1);
  text-align: center;
  font-size: 12px;
  padding: 18px 8px;
  margin-top: 40px;
}

.anygraphFooter .footerBottom .column {
  color: rgba(102, 102, 102, 1);
  text-align: center;
  line-height: 20px;
}

.anygraphFooter .footerBottom .colum-a {
  color: rgba(102, 102, 102, 1);
}

.anygraphFooter .footerMenu,
.anygraphFooter .footerBottomBar {
  grid-template-columns: 1fr;
  /* 单列布局 */
}

.anygraphFooter .footerToolBar .item,
.footerMenu .span-2 {
  padding: 10px 5px;
  /* 根据需要调整内边距 */
}

.anygraphFooter .footerToolBar .item {
  grid-column: span 5;
}

.anygraphFooter .footerMenu .footer-img {
  height: 67px;
  margin-bottom: 20px;
}

.anygraphFooter .qrcode-m-img {
  width: 200px;
  height: auto;
}

.anygraphFooter .qrcode-text {
  font-size: 18px;
  margin: 0;
  ;
}

/*--------------------------------------------------------------
# 等待信息栏 
--------------------------------------------------------------*/
.anygraph-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}

/*modify 10-7 添加等待信息层*/
.anygraph-preloader .anygraph-preloaderInfo {
  position: fixed;
  top: calc(50% - 90px);
  left: calc(10%);
  z-index: 9999;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.anygraph-preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid rgba(0, 168, 255, 1);
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# 图片预览样式 
--------------------------------------------------------------*/
.image-preview-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(18, 18, 18, 0.65);
  z-index: 1031;
  text-align: center;
  touch-action: none;
  /* 防止移动端触摸事件干扰 */
}

.image-preview-overlay .image-preview-container {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  /* 手机端减少两侧留白 */
}

.image-preview-overlay .image-preview-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  cursor: grab;
  transition: transform 0.1s ease;
  -webkit-user-select: none;
  /* 防止移动端长按选择 */
  user-select: none;
}

.image-preview-overlay .image-preview-img:active {
  cursor: grabbing;
}

/* 控制按钮 */
.image-preview-overlay .image-preview-btn {
  position: absolute;
  color: white;
  cursor: pointer;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  z-index: 1;
  /* 确保按钮在图片上方 */
}

.image-preview-overlay .image-preview-close-btn {
  top: 20px;
  /* 手机端减少顶部间距 */
  right: 20px;
  /* 手机端减少右侧间距 */
  font-size: 40px;
  /* 手机端减小按钮大小 */
}

.image-preview-overlay .image-preview-close-btn:hover {
  color: #ff5e5e;
}

.image-preview-overlay .image-preview-nav-btn {
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  /* 手机端减小按钮大小 */
  opacity: 0.8;
  padding: 15px;
  /* 增加点击区域 */
}

.image-preview-overlay .image-preview-nav-btn:hover {
  opacity: 1;
}

.image-preview-overlay .image-preview-prev-btn {
  left: 10px;
  /* 手机端减少左侧间距 */
}

.image-preview-overlay .image-preview-prev-btn:hover {
  color: #ff5e5e;
}

.image-preview-overlay .image-preview-next-btn {
  right: 10px;
  /* 手机端减少右侧间距 */
}

.image-preview-overlay .image-preview-next-btn:hover {
  color: #ff5e5e;
}

/* 手机端特定样式 */
@media (max-width: 768px) {
  .image-preview-overlay .image-preview-container {
    padding: 0 10px;
    /* 进一步减少两侧留白 */
  }

  .image-preview-overlay .image-preview-img {
    max-height: 70vh;
    /* 手机端图片高度更小 */
  }

  .image-preview-overlay .image-preview-close-btn {
    top: 15px;
    right: 15px;
    font-size: 30px;
  }

  .image-preview-overlay .image-preview-nav-btn {
    font-size: 30px;
    padding: 10px;
  }

  .image-preview-overlay .image-preview-prev-btn {
    left: 5px;
  }

  .image-preview-overlay .image-preview-next-btn {
    right: 5px;
  }
}

/*--------------------------------------------------------------
# 产品宣传栏：modify 0817 agaw Section From "Eterna" 
--------------------------------------------------------------*/
.agaw-product {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(/assets/images/agaw/agaw-bg.png);
  background-size: 100% 100%;
}

.agaw-product .title-container {
  margin-top: -30px;
  margin-bottom: 20px;
  padding: 0 12px;
}

.agaw-product .product-img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 0 10px;
}

.agaw-product .carousel-item {
  width: 100%;
}

.agaw-product p {
  /* clamp() 函数接受三个参数：最小值、首选值和最大值。但永远不会小于最小值或大于最大值。 font-size: clamp(1.4rem, 1.4rem, 1.4rem);*/
  font-size: 0.7rem;
  /* 换行 */
  overflow-wrap: break-word;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}

.agaw-product .agaw-content-1 {
  margin-top: 10px;
  overflow-wrap: break-word;
  font-size: 0.7rem;
  font-weight: 500;
  text-align: left;
  line-height: 10px;
  display: inline;
}

/* 图形天下 是您展现创意思维和探索数据奥秘的 一站式应用平台 */
.agaw-product p span {
  color: rgba(0, 168, 255, 1);
  white-space: nowrap;
  font-weight: 500;
  text-align: left;
}

.agaw-product .agaw-title {
  color: rgba(0, 168, 255, 1);
  font-size: 0.7rem;
  white-space: nowrap;
  font-weight: 500;
  text-align: left;
  display: inline;
}

.agaw-product .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

.agaw-product .slide-height {
  height: 428px;
}

.agaw-product .carousel-inner .carousel-item,
.agaw-product .carousel-inner .active.carousel-item-start,
.agaw-product .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

.agaw-product .carousel-inner .active,
.agaw-product .carousel-inner .carousel-item-next.carousel-item-start,
.agaw-product .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
  /* modify 2025-5-27 注释  padding: 0 10px;*/
}

.agaw-product .carousel-inner .carousel-item-next,
.agaw-product .carousel-inner .carousel-item-prev,
.agaw-product .carousel-inner .active.carousel-item-start,
.agaw-product .carousel-inner .active.carousel-item-end {
  /* modify 2025-5-27 注释 left: 0; */
  transform: translate3d(0, 0, 0);
}

.agaw-product .carousel-control-prev,
.agaw-product .carousel-control-next {
  width: 10%;
}

.agaw-product .carousel-control-next-icon,
.agaw-product .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  /*modify 0825修改 < 上一个、下一个符号的颜色 color: #ffff; padding-top:100px; */
  color: #545454;
  padding-top: 100px;
}

.agaw-product .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: 1px;
}

.agaw-product .agawClickItems {
  text-align: left;
}

.agaw-product .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  /*modify 0825 调整...按钮颜色 background: #ffff;margin-bottom:80px;margin-bottom:120px;  */
  background: rgba(0, 168, 255, 1);
  overflow: hidden;
  border: 0;
  width: 38px;
  height: 7px;
  border-radius: 50px;
  opacity: 0.2;
}

.agaw-product .carousel-indicators li.active {
  opacity: 1;
}

.agaw-product .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #304e80;
  background: #304e80;
}

.agaw-product .btn-get-started:hover {
  background: transparent;
  color: #304e80;
  text-decoration: none;
}

.agaw-product .product-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

/* 25年+ 精英团队 */
.agaw-product .advantage {
  margin-top: 30px;
}

/* 25年+ 精英团队 */
.agaw-product .agaw-content-title {
  color: rgba(21, 124, 246, 1);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 36px;
}

/* 25年+ 背景色 */
.agaw-product .agaw-content-title-bg {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 6px;
  width: 78px;
  height: 14px;
  margin-top: -12px;
}

/* 25年+ |图片 */
.agaw-product .agaw-content-title-img {
  padding-left: 10px;
  margin-top: -15px;
  max-width: 100%;
  height: auto;
}

/* 25年+ 背景色 */
.agaw-product .agaw-content-title-2 {
  font-size: 15px;
  color: rgba(51, 51, 51, 1);
  font-weight: 500;
}

/* 国内首批平台级研发团队 */
.agaw-product .agaw-content-text {
  color: rgba(102, 102, 102, 1);
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  overflow-wrap: break-word;
  white-space: normal;
}

/* 思维导图 */
.agaw-product .agaw-text-title {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
}

/* 激发思维跃动的 */
.agaw-product .agaw-span-1 {
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  white-space: nowrap;
  margin-bottom: 5px;
}

.agaw-product .agaw-span-2 {
  color: rgba(51, 51, 51, 1);
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  white-space: nowrap;
}

.agaw-product .agaw-span-3 {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

/*  免费使用按钮*/
.agaw-button-1 {
  box-shadow: 0px 10px 30px 0px rgba(0, 62, 204, 0.2);
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  border-radius: 8px;
  height: 50px;
  width: 180px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  margin: 0 10px;
}

.agaw-button-1:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(21, 124, 246, 1);
}

/* 了解更多按钮 */
.agaw-button-2 {
  box-shadow: 0px 10px 30px 0px rgba(0, 42, 136, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  height: 50px;
  width: 180px;
  text-align: center;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-decoration: none;
  font-size: 1rem;
  color: rgba(111, 153, 193, 1);
  margin: 0 10px;
}

.agaw-button-2:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(21, 124, 246, 1);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f2f2;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  font-size: 16px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #635551;
  content: "/";
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2b579a;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2b579a;
}

.clients .swiper-slide img {
  opacity: 0.5;
  filter: grayscale(100%);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #313030;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #2b579a;
  background: #fff1ed;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

/* modify 9-18 */
.portfolio .portfolio-item {
  margin-bottom: 30px;
  box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(43, 87, 154, 0.9);
  border-radius: 8px;
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #ffa587;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 30px 0;
  background-color: rgba(237, 244, 255, 1);
}

.team .member {
  overflow: hidden;
  text-align: left;
  border-radius: 8px;
  background-color: rgba(255, 255, 255);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 140px;
}

.team img {
  max-width: 100%;
  height: auto;
}

.team .member .member-img {
  overflow: hidden;
}

.team .member .member-img img {
  transition: all 0.8s ease-in-out;
}

.team .member .member-img img:hover {
  transform: scale(1.1);
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #473d3a;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  color: #2b579a;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  position: absolute;
  top: 60px;
  background-color: rgba(255, 255, 255);
  opacity: 0.95;
  margin-top: 15px;
  width: 100%;
  padding: 10px 20px;
}

.team .member .member-info h4 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  line-height: 20px;
  margin: 0;
}

.team .member .member-info span {
  color: rgba(170, 170, 170, 1);
  font-size: 0.65rem;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #656262;
}

.team .member:hover .social {
  opacity: 1;
}

.team .team-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.team .team-header-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.team .user-tutorial {
  position: relative;
  display: inline-block;
  font-weight: bolder;
}

.team .view-all {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
  font-size: 15px;
}

.team .view-all:hover {
  color: rgba(0, 168, 255, 1);
}

.team .experience {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
  border-radius: 8px;
  background-color: rgba(255, 255, 255);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  height: auto;
}

.team .experience .experience-img {
  overflow: hidden;
}

.team .experience .experience-img img{
  transition: all 0.8s ease-in-out;
  overflow: hidden;
}

.team .experience .experience-img img:hover{
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #2b579a;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #2b579a;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #2b579a;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff7e54;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# 思维导图,激发思维跃动的新舞台
--------------------------------------------------------------*/
.swdt-img-1 {
  width: 40px;
  height: auto;
  vertical-align: middle;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  cursor: pointer;
}

.swdt-img-1:hover {
  background: #ccddf8;
}

.swdt-img-1-active {
  width: 40px;
  height: auto;
  vertical-align: middle;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 5px;
  cursor: pointer;
  background: #ccddf8;
}

.swdt-tab {
  margin: 0 6px;
}

.swdt-span-text-1 {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 0.65rem;
  text-align: center;
  line-height: 36px;
  margin: 15px 10px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

.swdt-img-2 {
  max-width: 85%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.swdt-button-1 {
  box-shadow: 0px 10px 30px 0px rgba(0, 62, 204, 0.2);
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  border-radius: 8px;
  width: 189px;
  height: 70px;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 70px;
}

.swdt-button-1 a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

.swdt-button-2 {
  box-shadow: 0px 10px 30px 0px rgba(0, 42, 136, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  width: 189px;
  height: 70px;
  border: 1px solid rgba(238, 238, 238, 1);
  text-align: center;
  line-height: 70px;
}

.swdt-label-23 {
  width: 28px;
  height: auto;
}

.swdt-text-group-11 {
  width: 94px;
  height: 23px;
  overflow-wrap: break-word;
  color: rgba(111, 153, 193, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  margin-top: 5px;
  text-decoration: none;
}

.swdt-button-2 a {
  text-decoration: none;
  color: rgba(111, 153, 193, 1);
}

.row-margin {
  margin: 20px 0;
}

.swdt-button-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/*--------------------------------------------------------------
# 关系数据可视化，探索数据奥秘的新视界
--------------------------------------------------------------*/

.gxsjksh-button-content {
  margin: 15px;
}

.gxsjksh-img-1 {
  width: 40px;
  height: auto;
  vertical-align: middle;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 8px;
  padding: 5px;
}

.gxsjksh-span-text-2 {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 0.65rem;
  text-align: center;
  line-height: 36px;
  margin: 15px 7px;
  vertical-align: middle;
  display: inline-block;
}

.gxsjksh-span-text-3 {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 0.65rem;
  text-align: center;
  line-height: 36px;
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
}

/*--------------------------------------------------------------
# 思维导图 ，激发思维跃动的 新舞台 
--------------------------------------------------------------*/
.relational-section {
  background-color: rgba(237, 244, 255, 1);
}

.relational-margin {
  margin: 0 10px;
}

/*--------------------------------------------------------------
# 海量知识，智慧共享，点亮社区 —— 共筑 资源宝库
--------------------------------------------------------------*/
.hlzs-image {
  text-align: center;
}

.hlzs-button-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.hlzs-button-1 {
  box-shadow: 0px 10px 30px 0px rgba(0, 42, 136, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  /* 最小 100px，默认 42.67vw，最大 180px。 */
  width: clamp(100px, 42.67vw, 170px);
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: rgba(255, 255, 255, 1);
  font-size: 0.8rem;
  margin: 0 10px;
}

.hlzs-button-1:hover {
  background: #EDF4FF;
}

.hlzs-label-23 {
  width: 33px;
  height: auto;
}

.hlzs-text-group-1 {
  color: rgba(111, 153, 193, 1);
  text-align: left;
  line-height: 50px;
  vertical-align: middle;
  display: inline-block;
}

/*--------------------------------------------------------------
# 共筑信任  —— 用户的声音是图形天下创新的源泉与动力
--------------------------------------------------------------*/
.gzxr-box {
  height: 157px;
  background: url(/assets/images/gzxr/2.png) -34px -25px no-repeat;
  width: 423px;
}

.gzxr-box img {
  float: left;
  vertical-align: middle;
}

.gzxr-text-wrapper-1 {
  padding: 35px 0 0 28px;
}

.gzxr-text-wrapper-span-1 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 16px;
}

.gzxr-text-wrapper-2 {
  padding: 37px 0 11px 27px;
}

.gzxr-text-wrapper-span-2 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 25px;
  margin-left: 30px;
}

.gzxr-img-wrapper-1 {
  position: absolute;
  left: 341px;
  top: 307px;
  width: 40px;
  height: 157px;
}

/*--------------------------------------------------------------
# 图形天下系列应用
--------------------------------------------------------------*/

.graph-applications {
  background: url(/assets/images/txtxxlyy/2.png);
  background-size: 100% 100%;
  padding-bottom: 0px;
}

.graph-applications .ga-box {
  position: relative;
  max-width: 428px;
  margin: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 60%;
  background-image: url(/assets/images/txtxxlyy/3.png);
}

.graph-applications .wrpper-content {
  padding: 20px;
  /* text-align: center; */
  margin-top: -140px;
  font-size: 0.8rem;
  /* margin-bottom: 20px; */
}

/* 按钮容器样式 */
.graph-applications .button-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  position: relative;
  bottom: 30px;
}

.graph-applications .txtxxlyy-img {
  width: 272px;
  height: 90px;
  margin-top: 35px;
}

/*  探索图形天下系列应用：免费使用按钮*/
.graph-applications .agaw-button-6 {
  box-shadow: 0px 10px 30px 0px rgba(0, 62, 204, 0.2);
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  border-radius: 8px;
  height: 45px;
  width: 130px;
  color: rgba(255, 255, 255, 1);
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  margin: 0 10px;
}

.graph-applications .agaw-button-6:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(21, 124, 246, 1);
}

.graph-applications .agaw-button-5 {
  box-shadow: 0px 10px 30px 0px rgba(255, 140, 140, 0.2);
  background-image: linear-gradient(90deg,
      rgb(249, 170, 170) 0,
      rgba(255, 131, 131, 1) 0,
      rgba(255, 113, 113, 1) 100%,
      rgba(255, 94, 94, 1) 100%);
  border-radius: 8px;
  height: 45px;
  width: 130px;
  color: rgba(255, 255, 255, 1);
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  margin: 0 10px;
}

.graph-applications .agaw-button-5:hover {
  color: rgba(255, 255, 255, 1);
  background: rgb(251, 78, 78);
}

/* 购买页面中：图形天下系列应用 */
.txtxxlyy-content-1 {
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  border-radius: 8px;
  height: 51px;
  width: 171px;
  text-align: center;
  margin: 24px 60px 25px 60px;
  /* 显示购买会员 */
  /* margin: 44px 60px 35px 10px; */
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  line-height: 50px;
  font-size: 18px;
}

.txtxxlyy-content1 a {
  font-size: 18px;
  font-weight: 500;
}

.txtxxlyy-content-2 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  height: 51px;
  border: 1px solid rgba(247, 41, 40, 1);
  width: 171px;
  display: inline-block;
  color: rgba(246, 37, 37, 1);
  line-height: 50px;
}

.txtxxlyy-content2 a {
  font-size: 18px;
  font-weight: 500;
}

.txtxxlyy-img-2 {
  width: 368px;
  height: 91px;
  margin-top: 35px;
}

/*--------------------------------------------------------------
# 思维导图 ，激发思维跃动的 新舞台 
--------------------------------------------------------------*/
.swdt-img-content {
  background: url(/assets/images/swdt/8.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}

.templateScroller {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.template-cards-wrapper {
  display: flex;
  will-change: transform;
}

.template-cards-wrapper .template-card {
  width: 100px;
  height: 100px;
  margin: 0 15px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
  background: #f3f5f9;
  overflow: hidden;
  cursor: pointer;
}

.template-cards-wrapper .template-card img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
}

.template-cards-wrapper .template-card:hover {
  transform: scale(1.1);
  opacity: 1;
}

/*--------------------------------------------------------------
# 思维导图产品页
--------------------------------------------------------------*/
.mind-map-section {
  background-image: linear-gradient(150deg,
      rgba(114, 207, 255, 0.35) 0,
      rgba(114, 207, 255, 0.35) 0,
      rgba(45, 183, 255, 0.35) 100%,
      rgba(45, 183, 255, 0.35) 100%);
  padding-top: 100px;
  padding-bottom: 30px;
  text-align: center;
}

.mind-map-section .mind-map-title {
  font-size: 46px;
  font-weight: 800;
  background: linear-gradient(to right, #3bb7fa, #0196ff);
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'Microsoft YaHei', sans-serif;
  -webkit-text-fill-color: transparent;
}

.mind-map-section .mind-map-text-1 {
  color: rgba(51, 51, 51, 1);
  font-size: 34px;
  line-height: 50px;
}

.mind-map-section .mind-map-text-2 {
  color: rgba(111, 153, 193, 1);
  font-size: 34px;
  font-weight: 700;
}

@media (max-width: 360px) {
  .mind-map-section .mind-map-text-1 {
    font-size: 32px;
  }

  .mind-map-section .mind-map-text-2 {
    font-size: 32px;
  }
}

.mind-map-section .mind-map-text-3 {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  line-height: 10px;
}

.mind-map-section .mind-map-img-1 {
  filter: drop-shadow(8px 8px 20px rgba(0, 0, 0, 0.3));
  transition: filter 0.3s ease;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

/* 免费使按钮 */
.mind-map-section .mind-map-button-1 {
  box-shadow: 0px 10px 30px 0px rgba(0, 62, 204, 0.2);
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  border-radius: 8px;
  height: 50px;
  width: clamp(140px, 140px, 150px);
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 30px 10px 0 10px;
}

.mind-map-section .mind-map-button-1:hover {
  background: rgba(21, 124, 246, 1);
}

.mind-map-section .button-c-1 {
  text-align: center;
}

.mind-map-section .mind-map-img-2 {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

/* 立即购买 */
.mind-map-section .buy-action {
  box-shadow: 0px 10px 30px 0px rgba(255, 140, 140, 0.2);
  background-image: linear-gradient(90deg,
      rgb(249, 170, 170) 0,
      rgba(255, 131, 131, 1) 0,
      rgba(255, 113, 113, 1) 100%,
      rgba(255, 94, 94, 1) 100%);
  border-radius: 8px;
  height: 50px;
  width: clamp(140px, 140px, 150px);
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 30px 10px 0 10px;
}

.mind-map-section .buy-action:hover {
  color: rgba(255, 255, 255, 1);
  background: rgb(251, 78, 78);
}

.mind-map-content {
  text-align: center;
}

/* 直观易用的界面设计 */
.mind-map-content .content-text-1 {
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-weight: 700;
}

/* 采用极简主义设计风格 */
.mind-map-content .content-text-2 {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.mind-map-content .content-img-1 {
  box-shadow: 0px 25px 70px 0px rgba(34, 34, 34, 0.25);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

/* 立即体验 */
.mind-map-content .content-button-1 {
  background: linear-gradient(90deg,
      rgba(114, 207, 255, 1) 0,
      rgba(114, 207, 255, 1) 0,
      rgba(45, 183, 255, 1) 100%,
      rgba(45, 183, 255, 1) 100%);
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  width: 150px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}

.mind-map-content .content-button-1:hover {
  background: rgba(21, 124, 246, 1);
}

.mind-map-content .content-section {
  margin-top: 50px;
}

/*--------------------------------------------------------------
# 购买图形天下系列应用页面
--------------------------------------------------------------*/
.membership {
  text-align: center;
  padding: 110px 0 0 0;
}

.membership .title {
  font-size: 33px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
}

.membership .m-content {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.membership .tabStyle {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 18px;
}

.membership .tab-1 {
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  width: 160px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-right: -2px;
}

.membership .tab-2 {
  width: 160px;
  height: 40px;
  color: rgba(102, 102, 102, 1);
  font-weight: 600;
  line-height: 40px;
  box-shadow: 15px 0px 15px 5px rgba(0, 0, 0, 0.05),
    -25px 10px 25px rgba(0, 0, 0, 0) inset;
  border-radius: 8px;
  cursor: pointer;
}

.membership .membershipContent {
  margin-top: 80px;
  font-size: 16px;
  position: relative;
  max-width: 428px;
  /*手机端设置宽度 375px*/
  height: 100%;
  background-color: rgb(235, 241, 250);
  --after-left: 50%;
  /* 默认值 */
}

.membership .membershipContent::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: var(--after-left);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid rgb(235, 241, 250);
  border-top: none;
  filter: drop-shadow(0 -4px 4px rgb(235, 241, 250));
}

.membership .membershipContent .dzb-title {
  color: rgb(102, 102, 102);
  font-weight: 700;
  line-height: 50px;
  margin-top: -55px;
  cursor: pointer;
  opacity: 0.5;
}

.membership .membershipContent .zjb-title {
  color: rgb(15, 78, 184);
  font-weight: 700;
  line-height: 50px;
  margin-top: -55px;
  cursor: pointer;
}

.membership .membershipContent .header-img {
  width: 40px;
  height: auto;
  margin-left: 5px;
}

.membership .membershipContent .go-gift-card {
  font-weight: 600;
  color: rgb(187, 146, 82);
  margin-top: -41px;
  cursor: pointer;
}

.membership .membershipContent .gift-card-img {
  width: 26px;
  height: auto;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.membership .membershipContent .gift-card-img:hover {
  transform: scale(1.2);
}

.membership .membershipContent .gift-card-span {
  vertical-align: middle;
  font-size: 13px;
  margin-left: 3px;
  color: rgb(187, 146, 82);
}

.membership .membershipContent .box-padding {
  padding: 5px;
}

.membership .membershipContent .dsb-title {
  background: url(/assets/images/membership/tab2.png);
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  margin: 12px 0 0 10px;
  line-height: 50px;
  text-align: left;
  padding: 0 0 0 10px;
  font-size: 16px;
}

.membership .membershipContent .dzb-active {
  background: url(/assets/images/membership/tab1.png) 100% no-repeat;
  background-size: 100% 100%;
  color: rgba(15, 78, 184, 1);
  font-size: 16px;
  font-weight: 700;
  margin: 12px 0 0 10px;
  line-height: 50px;
  text-align: left;
  padding: 0 12px 0 5px;
  position: absolute;
}

.membership .membershipContent .zjb {
  background: url(/assets/images/membership/tab2.png);
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  margin: 12px 0 0 -31px;
  line-height: 50px;
  text-align: left;
  padding: 0 3px 0 2px;
}

.membership .membershipContent .mebership-message {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  text-align: left;
  line-height: 20px;
  margin-top: 20px;
  padding: 10px;
  position: relative;
}

.membership .membershipContent .message-info {
  line-height: 24px;
  margin-left: 30px;
  color: rgba(255, 94, 94, 1);
  font-size: 13px;
}

.membership .membershipContent .message-img {
  position: absolute;
  height: 20px;
}

.membership .membershipContent .title-1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.membership .membershipContent .membership-list {
  padding-right: 0;
  font-size: 13px;
  padding-bottom: 10px;
}

.membership .membershipContent .list-img {
  width: 30px;
  height: auto;
  padding-right: 5px;
}

.membership .membershipContent .list-img {
  width: 30px;
  height: auto;
  padding-right: 5px;
}

.membership .membershipContent .membership-benefits {
  color: rgb(63, 145, 244);
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
}

.membership .membershipContent .membership-benefits i{
  vertical-align: middle;
}

.membership .membershipContent .box {
  position: relative;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  background-color: rgb(243, 248, 255);
  border-radius: 10px;
  border: 2px solid rgba(213, 221, 233, 1);
  width: 100%;
  display: inline-block;
  text-align: center;
  color: rgba(51, 51, 51, 1);
  margin-top: 15px;
  padding-bottom: 20px;
}

.membership .membershipContent .box:hover {
  background: linear-gradient(180deg,
      rgba(15, 78, 184, 1) 0,
      rgba(21, 124, 246, 1) 100%);
  color: rgba(255, 255, 255, 1);
}

.membership .membershipContent .boxActive {
  position: relative;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg,
      rgba(15, 78, 184, 1) 0,
      rgba(15, 78, 184, 1) 0,
      rgba(21, 124, 246, 1) 100%,
      rgba(21, 124, 246, 1) 100%);
  border-radius: 10px;
  border: 2px solid rgba(15, 78, 184, 1);
  width: 100%;
  display: inline-block;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.membership .membershipContent .detail {
  border-radius: 17px;
  margin: 15px;
  color: rgba(232, 122, 122, 1);
  font-size: 16px;
  font-weight: 700;
  width: 158px;
  height: 30px;
  line-height: 30px;
  /* display: inline-block; */
  display: none;
}

.membership .membershipContent .background-img {
  background-image: url(/assets/images/membership/card-bg-1.png);
  background-position: 75% 75%;
  background-repeat: no-repeat;

}

.membership .membershipContent .price {
  font-size: 26px;
  font-weight: 900;
}

.membership .membershipContent .payment-method {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 20px 10px;
  margin-top: 20px;
  text-align: left;
}

.membership .membershipContent .p-m-content {
  display: flex;
  align-items: center;
}

.membership .membershipContent .p-m-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.membership .membershipContent .p-m-text {
  margin: 0;
  font-size: 11px;
}


.membership .membershipContent .price .money-flag {
  font-size: 20px;
  font-weight: 500;
}

.membership .membershipContent .throughText {
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 500;
}

.membership .membershipContent ul {
  padding: 0;
  list-style: none;
  color: #313030;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.membership .membershipContent ul li {
  padding-bottom: 25px;
}

.membership .membershipContent ul i {
  color: #2b579a;
  font-size: 18px;
  padding-right: 4px;
}

.membership .membershipContent ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.membership .membershipContent .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

/* 购买按钮 */
.membership .membershipContent .btn-buy {
  background: rgba(36, 170, 252, 1);
  display: inline-block;
  padding: 6px 35px 8px 35px;
  border-radius: 8px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 3px 7px rgba(36, 170, 252, 0.4);
  transition: 0.3s;
}

.membership .membershipContent .btn-buy:hover {
  background: #ff7e54;
}

/* 最受欢迎标题栏 */
.membership .membershipContent .featured h3 {
  color: #fff;
  background: rgba(36, 170, 252, 1);
  box-shadow: 0 3px 7px rgba(36, 170, 252, 0.4);
}

.membership .membershipContent .advanced {
  position: absolute;
  padding: 2px 5px 0px 5px;
  height: 20px;
  line-height: 15px;
  background: linear-gradient(90deg, #fc5531, #fc1944);
  border-radius: 0 8px 0 8px;
  color: #fff;
  right: -2px;
  top: -2px;
  font-size: 11px;
  font-weight: 600;
}

.membership .membershipContent .box-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 41px;
  margin-top: 20px;
  margin-bottom: 0;
}

/* 立即购买 */
.membership .membershipContent .button-2 {
  background-image: linear-gradient(90deg,
      rgb(249, 170, 170) 0,
      rgba(255, 94, 94, 1) 100%);
  border-radius: 10px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: bolder;
  cursor: pointer;
  padding: 8px 0px;
  width: 200px;
  margin: 20px 0;
  display: inline-block;
}

/* 专家版：立即购买 */
.schemes-comparison .button-content .button-3 {
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  font-weight: bolder;
  cursor: pointer;
  padding: 0 50px;
  margin: 20px 0;
}

.membership .membershipContent .buy-box {
  background-color: rgb(255, 255, 255);
  text-align: left;
  position: fixed;
  bottom: 0;
  left: 50%;
  right: 0;
  z-index: 1000;
  padding: 3px 10px;
  margin: 0;
  max-width: 428px;
  width: 100%;
  transform: translateX(-50%);
  box-shadow: 0 -4px 6px -2px rgba(0, 0, 0, 0.1);
}

.membership .membershipContent .buy-box .ewmImg {
  display: none;
}

/* 高亮闪烁二维码图片 */
.membership .membershipContent .buy-box .ewmImgFlash {
  display: none;
  animation: ewmImgFlashBorder 1s infinite alternate;
  /* 将动画次数限制为3次 */
  animation-iteration-count: 3;
}

@keyframes ewmImgFlashBorder {
  0% {
    border: 3px solid transparent;
    border-radius: 10px;
  }

  100% {
    border: 3px solid rgba(255, 94, 94, 1);
    border-radius: 10px;
  }
}

.membership .membershipContent .buy-box img {
  height: 150px;
  display: inline-block;
}

.membership .membershipContent .buy-content {
  display: flex;
  flex-direction: column;
}

/* 价格和优惠信息在同一行 */
.membership .membershipContent .price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  /* 控制间距 */
}

.membership .membershipContent .buy-content-3 {
  padding-bottom: 30px;
}

.membership .membershipContent .buy-content .span-1 {
  font-size: 26px;
  display: inline-block;
}

.membership .membershipContent .span-2 {
  font-size: 28px;
  font-weight: bolder;
  color: rgba(249, 79, 84, 1);
  display: inline-flex;
  align-items: center;
}

.membership .membershipContent .span-3 {
  font-size: 20px;
  font-weight: bolder;
  color: rgba(249, 79, 84, 1);
}

.membership .membershipContent .span-4 {
  font-size: 16px;
}

.membership .membershipContent .span-5 {
  color: rgb(102, 102, 102);
  font-weight: 700;
}

/* 链接样式调整 */
.membership .membershipContent .buy-content-2 a {
  font-size: 16px;
  /* 改用 rem 单位，避免 vw 导致字体过小 */
  font-weight: bold;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  white-space: nowrap;
  /* 防止换行 */
}

.membership .membershipContent .buy-content-1 {
  font-size: 16px;
  font-weight: bold;
  color: rgb(112 109 109);
}

.membership .membershipContent .buy-content-1 img {
  width: 21px;
  height: 20px;
  margin-right: 10px;
}

.membership .membershipContent .buy-content-2 {
  display: flex;
  align-items: center;
  gap: 5px;
  /* 控制间距 */
  font-size: 14px;
  color: rgb(126, 123, 123);
}

.membership .membershipContent .schemesTitle {
  padding-bottom: 30px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}

.membership .membershipContent .pay-button {
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  border-radius: 35px;
  height: 50px;
  width: 145px;
  color: rgb(255, 255, 255);
  margin-top: 10px;
  border: none;
}

.membership .membershipContent .pay-button:hover {
  background: rgba(21, 124, 246, 1);
}

.membership .membershipContent .schemesTitle:hover {
  color: rgba(36, 170, 252, 1);
}

.membership .membershipContent .mass-edition {
  text-align: center;
  margin: 20px 0;
  display: none;
}

.membership .membershipContent .mass-edition .span-text {
  color: rgba(51, 51, 51, 1);
  font-size: 15px;
  line-height: 50px;
  margin-bottom: 10px;
}

.membership .membershipContent .mass-edition .left-content {
  padding: 4vh 6.25vh 5vh 6.25vh;
}

.membership .membershipContent .mass-edition .span-text-2 {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 18px;
  margin: 10px 15px 0 15px;
  vertical-align: middle;
  display: inline-block;
}

.membership .membershipContent .mass-edition .list {
  margin: 0 10px 0 0;
  color: rgba(102, 102, 102, 1);
}

.membership .membershipContent .mass-edition .list .span-text-3 {
  color: rgba(0, 150, 255, 1);
  font-size: 22px;
  margin-right: 10px;
}

.membership .membershipContent .mass-edition ul {
  margin-top: 10px;
}

.membership .membershipContent .mass-edition li {
  padding-bottom: 0;
}

.membership .membershipContent .mass-edition .list-info {
  margin-top: 30px;
}

.membership .membershipContent .mass-edition .learn-more {
  color: rgba(63, 145, 244, 1);
  font-weight: 600;
}

.membership .membershipContent .mass-edition .pading {
  padding: 5px 2px;
  font-size: 0.7rem;
}

.membership .membershipContent .mass-edition .span-text-3 {
  font-size: 5px;
  vertical-align: middle;
  margin-right: 3px;
}

.membership .membershipContent .mass-edition .freee-button {
  box-shadow: 0px 10px 30px 0px rgba(0, 62, 204, 0.2);
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  border-radius: 38px;
  height: 50px;
  width: 95%;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 30px 0;
}

.membership .membershipContent .mass-edition .freee-button:hover {
  background: rgba(21, 124, 246, 1);
}

.membership .membershipContent .mass-edition .free-img {
  height: 50px;
  vertical-align: middle;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  margin-top: 10px;
}

.membership .membershipContent .mass-edition .mind-map-img {
  width: 60%;
  height: auto;
}

.membership .membershipContent .mass-edition .free-img-content {
  margin: 10px 0;
}

.membership .membershipContent .mass-content {
  margin-left: 0;
  margin-top: 30px;
}

/* 方案对比 */
.schemes-comparison {
  text-align: center;
  font-size: 16px;
  line-height: 55px;
}

.schemes-comparison .title {
  padding: 30px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: rgba(51, 51, 51, 1);
}

.schemes-comparison .title:hover {
  color: rgba(36, 170, 252, 1);
}

.schemes-comparison .pro-2-img {

  text-align: left;
}

.schemes-comparison .border-1 {
  border: 1px solid rgba(236, 239, 246, 1);
}

.schemes-comparison .background-1 {
  background-color: rgb(243, 248, 255);
  border: 1px solid rgba(236, 239, 246, 1);
}

.schemes-comparison .background-2 {
  background: rgb(208, 226, 250);
  border: 1px solid rgba(236, 239, 246, 1);
}

.schemes-comparison .webcontent {
  text-align: left;
  line-height: 25px;
  font-size: 12px;
  /* 允许长单词或URL换行 */
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* 确保空白处理正常 */
  white-space: normal;
  /* 可选：限制最大宽度 */
  max-width: 100%; 
  /* 可选：添加盒子模型 */
  box-sizing: border-box;
  padding-left: 10px;
}

.schemes-comparison .impcontent {
  padding-left: 10px;
  text-align: left;
}

.schemes-comparison .img-popular {
  width: 15px;
  height: auto;
}

.schemes-comparison .title-1 {
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  font-weight: 700;
}

.schemes-comparison .title-2 {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 700;
  line-height: 100px;
}

.schemes-comparison .title-3 {
  color: rgba(51, 51, 51, 1);
  font-size: 15px;
  display: inline-block;
}

.schemes-comparison .title-4 {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 130px;
}

.schemes-comparison .freee-img {
  width: 67px;
  height: 28px;
}

.schemes-comparison .pro-img-left {
  display: inline;
  margin-right: 10px;
}

.schemes-comparison .pro-img {
  width: 30px;
  height: auto;
}

.schemes-comparison-line {
  border-top: 1px solid rgb(223, 224, 225);
}

.schemes-comparison p {
  line-height: 25px;
  font-size: 12px;
  margin: 0;
  display: inline-block;
}

.schemes-comparison .bx-check-img {
  width: 15px;
  height: auto;
}

.schemes-comparison .bx-check1-img {
  width: 11px;
  height: auto;
}

.schemes-comparison .columnTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  text-align: left;
}

.schemes-comparison .columnTitle i {
  background-color: rgba(51, 51, 51, 1);
  font-size: 0.3rem;
  margin-right: 5px;
  vertical-align: middle;
}

.schemes-comparison .columnTitle-1 {
  font-weight: 700;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
}

.schemes-comparison .columnText-1 {
  padding-left: 20px;
  font-size: 18px;
  text-align: left;
}

.schemes-comparison .columnText-2 {
  padding-left: 10px;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
}

.schemes-comparison .columnText-3 {
  font-size: 13px;
  text-align: left;
  padding-left: 12px;
}

.schemes-comparison .columnText-3 img {
  margin: 0 10px;
}

/* 免费体验按钮 */
.schemes-comparison .free-button {
  box-shadow: 0px 10px 30px 0px rgba(0, 62, 204, 0.2);
  background-image: linear-gradient(90deg,
  rgba(69, 188, 250, 1) 0,
  rgba(69, 188, 250, 1) 0,
  rgba(0, 150, 255, 1) 100%,
  rgba(0, 150, 255, 1) 100%);
  border-radius: 17px;
  height: 30px;
  border: none;
  font-size: 13px;
  color: rgb(255, 255, 255);
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schemes-comparison .free-button:hover {
  background: rgba(21, 124, 246, 1);
}

/* 立即购买 */
.schemes-comparison .buy-now {
  box-shadow: 0px 10px 30px 0px rgba(0, 62, 204, 0.2);
  background-image: linear-gradient(90deg,
  rgb(249, 170, 170) 0,
  rgba(255, 94, 94, 1) 100%);
  border-radius: 17px;
  height: 30px;
  border: none;
  font-size: 13px;
  color: rgb(255, 255, 255);
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schemes-comparison .buy-now:hover{
  background: rgb(251, 78, 78);
}

.schemes-comparison .flag-container {
  margin-top: 20px;
  text-align: left;
  font-size: 12px;
  line-height: 30px;
}

.schemes-comparison .flag-title {
  margin-top: 20px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
}

.schemes-comparison .hot-tag {
  width: 30px;
  height: auto;
  border-radius: 5px;
  margin-left: 8px;
}

.schemes-comparison .add-tag {
  width: 30px;
  height: auto;
  border-radius: 5px;
  margin-left: 8px;
}

.schemes-comparison .point-tag {
  width: 30px;
  height: auto;
  border-radius: 5px;
  margin-left: 8px;
}

.schemes-comparison .ai-text {
  text-align: left;
  padding-left: 20px;
  line-height: 20px;
}

.schemes-comparison .nav-text {
  text-align: left;
  padding-left: 10px;
  line-height: 20px;
  font-size: 12px;
}

.schemes-comparison .list-level-3 {
  line-height: 25px;
  margin: 5px 0 5px 10px;
  font-size: 11px;
  text-align: left;
  word-wrap: break-word;
}

.schemes-comparison .list-level-3 i{
  font-size: 11px;
}

.schemes-comparison .list-level-2 {
  line-height: 25px;
  margin: 5px 0 5px 10px;
  font-size: 12px;
  text-align: left;
  word-wrap: break-word;
}

.schemes-comparison .list-level-2 i{
  font-size: 12px;
}

/*--------------------------------------------------------------
# 常见问答
--------------------------------------------------------------*/
.faq {
  padding: 0 0 20px 0;
  background-color: rgb(235, 241, 250);
}

.faq .faq-container {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 20px 10px;
  margin-top: 20px;
  text-align: left;
}

.faq .title-content {
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  padding: 10px 0;
}

.faq .faq-list {
  font-size: 16px;
}

.faq .faq-list .faq-circle {
  font-size: 7px;
  margin-right: 6px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.faq .faq-list .faq-help-img {
  position: absolute;
  left: 15px;
}

.faq .faq-list .faq-help-img img {
  width: 26px;
  height: auto;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  border-radius: 4px;
  position: relative;
  border-bottom: 1px solid rgb(223, 224, 225);
}

.faq .faq-list a {
  display: block;
  position: relative;
  line-height: 32px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .emailA {
  padding-left: 5px;
  color: rgb(74, 74, 74);
  display: inline-block;
}

.faq .faq-list .emailA:hover {
  color: rgba(0, 168, 255, 1);
}

.faq .faq-list .icon-help {
  font-size: 26px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffb8a1;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  color: #343a40 !important;
}

.faq .faq-list .icon-close:before {
  color: #343a40 !important; /* 确保优先级最高 */
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 20px 0 0px 30px;
  font-size: 15px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
  line-height: 30px;
}

.faq .faq-list a.collapsed:hover {
  color: #2b579a;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.faq .faq-list .title-level-2 {
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding-top: 10px;
}

.faq .faq-list .list-level-2 {
  font-size: 15px;
  display: inline-block;
  padding: 10px 0 10px 20px;
  white-space: normal;
  overflow-wrap: break-word;
}