/* 模块样式 */

/*--------------------------------------------------------------
# 思维导图
--------------------------------------------------------------*/
.section-1 {
  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: 150px;
}

.section-1 .swdt-label-23 {
  width: 33px;
  height: 33px;
}

/* 思维导图 */
.section-1 .mind-map-title {
  font-size: 70px;
  font-weight: 800;
  background: linear-gradient(to right, #3bb7fa, #0196ff);
  -webkit-background-clip: text;
  color: transparent;
  width: 280px;
  font-family: 'Microsoft YaHei', sans-serif;
  -webkit-text-fill-color: transparent;
}

/* 关系数据可视化 */
.section-1 .relational-title {
  font-size: clamp(28px, 3.8vw, 60px);/* 在28px-60px之间平滑缩放 */
  font-weight: 800;
  background: linear-gradient(to right, #3bb7fa, #0196ff);
  -webkit-background-clip: text;
  color: transparent;
  width: clamp(280px, 70vw, 420px); /* 宽度也响应式缩放 */
  font-family: 'Microsoft YaHei', sans-serif;
  -webkit-text-fill-color: transparent;
  white-space: nowrap; /* 防止文字换行 */
}

/* 可选：添加媒体查询作为精细控制 */
@media (max-width: 480px) {
  .section-1 .relational-title {
    font-size: 28px; /* 超小屏幕锁定最小字号 */
    width: 280px;
    white-space: normal; /* 小屏幕允许换行 */
  }
}

@media (min-width: 1600px) {
  .section-1 .relational-title {
    font-size: 60px; /* 大屏幕锁定最大字号 */
    width: 420px;
  }
}

.swdt-content-spacing {
  margin: 0;
}

@media (max-width: 768px) {
  .swdt-content-spacing {
    margin-top: 30px;
  }
}


/* 图形天下 - 思维导图 */
.section-1-text-1 {
  color: rgba(51, 51, 51, 1);
  font-size: clamp(24px, 2.5vw, 40px); /* 在24px-40px之间平滑缩放 */
  text-align: left;
  line-height: 90px;
}

.section-1-text-2 {
  color: rgba(0, 168, 255, 1);
  font-size: clamp(24px, 2.5vw, 40px); /* 与text-1保持相同缩放比例 */
  font-weight: 700;
  text-align: left;
  line-height: 90px;
}

.section-1-text-3 {
  color: rgba(51, 51, 51, 1);
  font-size: clamp(14px, 1.3vw, 20px); /* 在14px-20px之间平滑缩放 */
  text-align: left;
  line-height: 40px;
}

/* .section-1-text-3 {
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  text-align: left;
  line-height: 40px;
} */

/* 文字内容容器，例如直观易用的界面设计 */
.mind-map-content-1 {
  padding-left: 40px;
}

/* 免费使按钮 */
.section-1-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: 10px;
  width: clamp(160px, 10.5vw, 200px);
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  margin-right: 10px;
}

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

/* 关系数据可视化免费使按钮 */
.relational-1-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: 10px;
  width: 200px;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  margin-right: 10px;
  margin-top: clamp(10px, 30px - 3vw, 30px);
}

/* 超大屏幕恢复原间距（≥1920px） */
@media (min-width: 1920px) {
  .relational-1-button-1 {
    margin-top: 30px;
  }
}

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

@media (max-width: 768px) {
  .section-1-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: 10px;
    height: 70px;
    width: 165px;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    margin-top: 30px;
    margin-right: 10px
  }
}

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

/* 立即购买 */
.section-1 .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: 10px;
  height: 70px;
  width: clamp(160px, 10.5vw, 200px);
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 70px;
  text-decoration: none;
  /* margin-top: 20px; */
  margin-top: clamp(10px, 20px - 3vw, 20px);
  display: inline-block;
}
/* 大屏幕强制归零（1200px~1919px） */
@media (min-width: 1200px) and (max-width: 1919px) {
  .section-1 .buy-action {
    margin-top: 0;
  }
}

/* 超大屏幕恢复原间距（≥1920px） */
@media (min-width: 1920px) {
  .section-1 .buy-action {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .section-1 .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: 10px;
    height: 70px;
    width: 165px;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 70px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
  }
}

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

.section-1-img-1 {
  filter: drop-shadow(8px 8px 20px rgba(0,0,0,0.3)); /*CSS的投影滤镜*/
  transition: filter 0.3s ease;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
}

/* 直观易用的界面设计 */
.section-2-text-1 {
  color: rgba(51, 51, 51, 1);
  font-size: 48px;
  font-weight: 700;
  text-align: left;
}

/* 采用极简主义设计风格 */
.section-2-text-2 {
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 32px;
  margin: 50px 0 0 1px;
}

/* 拖拽、编辑、布局调整 */
.section-2-text-3 {
  color: rgba(102, 102, 102, 1);
  font-size: 18px;
  text-align: left;
  line-height: 32px;
  margin-top: 50px;
}

/* 立即体验 */
.section-2-button-1 {
  background: 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;
  height: 70px;
  margin-top: 50px;
  width: 200px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 70px;
}

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

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

/*--------------------------------------------------------------
# 关于我们
--------------------------------------------------------------*/
.description {
  line-height: 30px;
  text-align: center;
}

.about-us {
  margin-top: 70px;
}

.about-us .title-content {
  background: url(/assets/images/about_us/about-us-bg.jpg) no-repeat;
  background-size: 100%;
  height: 321px;
}

@media (max-width: 768px) {
  .about-us .title-content {
    background: url(/assets/images/about_us/about-us-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
  }
}

.about-us .title-1 {
  color: rgba(255, 255, 255, 1);
  font-size: 38px;
  font-weight: 700;
  padding: 100px 0 50px 0;
}

@media (max-width: 768px) {
  .about-us .title-1 {
    color: rgba(255, 255, 255, 1);
    font-size: 36px;
    font-weight: 700;
    padding: 60px 0 20px 0;
    line-height: 0.5;
  }
}

.about-us .logo-content {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  height: 263px;
  width: 100%;
}

.about-us .logo-img {
  margin-top: 30px;
}

.about-us .title {
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-weight: 700;
  margin: 30px 0 60px 0;
}

.about-us .tex-1 {
  color: #555555;
  font-size: 22px;
  line-height: 36px;
  text-align: left;
  margin-bottom: 50px;
}

.about-us .tex-2 {
  color: rgba(102, 102, 102, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  line-height: 34px;
}

.about-us .tex-3 {
  color: rgba(51, 51, 51, 1);
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  line-height: 50px;
  white-space: nowrap;
}

.about-us .tex-4 {
  color: #555555;
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  padding: 30px 40px 0 0;
}

.about-us .thanks {
  background: rgba(247, 247, 247, 1);
  color: #555555;
  font-size: 22px;
  text-align: center;
  line-height: 38px;
  padding: 30px 0;
  margin-top: 50px;
}

.about-us .contact-us-title {
  /* color: rgba(51, 51, 51, 1); */
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin: 50px 0 30px 0;
}

.about-us .contact-us-content {
  color: #555555;
  font-size: 22px;
  line-height: 50px;
}

@media (max-width: 768px) {
  .about-us .logo-img {
    width: 200px;
    height: auto;
  }

  .about-us .title {
    font-size: 25px;
    margin: 30px 0 30px;
  }
  .about-us .tex-1 {
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 10px;
  }

  .about-us .thanks {
    font-size: 16px;
    line-height: 30px;
    padding: 30px 5px;
    margin-top: 20px;
  }

  .about-us .contact-us-content {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .about-us .tex-2 {
    text-align: center;
    margin-top: 20px;
  }

  .about-us .tex-3 {
    text-align: center;
  }

  .about-us .tex-4 {
    font-size: 16px;
    padding: 0px 10px;
  }

  .about-us .contact-us-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    margin: 30px 0 10px 0;
  }
}

/*--------------------------------------------------------------
# 服务条款和隐私协议
--------------------------------------------------------------*/
.service-agreement {
  background-color: rgba(243, 248, 255, 1);
  border-radius: 12px;
  color: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
}

.service-agreement .content {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  padding-bottom: 30px;
  margin-top: 60px;
  /* 文字换行 */
  white-space: normal;
  overflow-wrap: break-word;
}

.service-agreement .title {
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight: 700;
  padding-top: 50px;
  text-align: center;
}

.service-agreement .detail {
  text-align: left;
  margin: 47px 3.54vw 23px 3.54vw;
}

.service-agreement .text-level {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-size: 16px;
  text-indent: 2em; 
}

.service-agreement .title-level-1 {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.service-agreement .text {
  font-size: 16px;
  line-height: 36px;
}

/*--------------------------------------------------------------
# 积分规则说明
--------------------------------------------------------------*/
.points-rules {
  background-color: rgba(243, 248, 255, 1);
  border-radius: 12px;
  color: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
}

.points-rules .header-text{
     position: absolute;
     top: 120px;
     color: rgb(164 161 161);
}

.points-rules .content {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  /* 文字换行 */
  white-space: normal;
  overflow-wrap: break-word;
  margin-top: 60px;
  padding: 50px 3.8vw 30px 3.8vw;
}

.points-rules h1 {
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.8);
}

.points-rules h2 {
  font-size: 26px;
  padding: 20px 0;
}

.points-rules h3 {
  font-size: 22px;
  padding: 20px 0;
}

.points-rules p {
  font-size: 16px;
}

.points-rules .icon-show{
  background-color: rgba(51, 51, 51, 1);
  font-size: 0.5rem;
  vertical-align: middle;
  margin: 0 8px 3px 20px;
}

.points-rules .faq-circle{
  font-size: 0.6rem;
  margin-right: 10px;
  vertical-align: middle;
}

.points-rules a{
  text-decoration: none;
}

.pot-effective-date {
  margin-top: 50px;
  line-height: 0px;
}

/*--------------------------------------------------------------
# 会员方案
--------------------------------------------------------------*/
.membership {
  padding-top: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  text-align: center;
}

.membership .membership-title-content {
  padding: 30px 0 10px 0;
}

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

.membership .membership-title-content p {
  color: rgba(102, 102, 102, 1);
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .membership .membership-title-content p {
    font-size: 16px;
  }
}

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

@media (max-width: 768px) {
  .membership .membership-title-content .tabStyle {
    font-size: 18px;
  }
}

.membership .membership-title-content .tabStyle .xsty {
  font-size: 16px;
}

.membership .membership-title-content .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: 268px;
  line-height: 49px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-right: -10px;
}

@media (max-width: 768px) {
  .membership .membership-title-content .tab-1 {
    width: 140px;
    margin-right: -2px;
  }

  .membership .membership-title-content .tab-2 {
    width: 300px;
  }
}

.membership .membership-title-content .tab-2 {
  width: 310px;
  height: 49px;
  color: rgba(102, 102, 102, 1);
  font-weight: 700;
  line-height: 49px;
  box-shadow: 15px 0px 15px 5px rgba(0, 0, 0, 0.05),
    -25px 10px 25px rgba(0, 0, 0, 0) inset;
  border-radius: 10px;
  cursor: pointer;
}

.membership .membershipContent {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  border: 1px solid rgba(229, 229, 235, 1);
  margin: 0 0 0px 0;
  text-align: center;
}

.membership .membershipContent .gift-card-img {
  width: 42px;
  height: auto;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .membership .membershipContent .gift-card-img {
    width: 20px;
    height: auto;
    margin-left: 3px;
  }

  .membership .membershipContent .gift-card-span {
    font-size: 13px;
  }
}

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

.membership .membershipContent .gift-card-span {
  vertical-align: middle;
  margin-left: 4px;
}

.membership .membershipContent .membershipBenefits {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .membership .membershipContent .membershipBenefits {
    margin-top: 80px;
  }

  .membership .membershipContent .mebership-message span {
    font-size: 14px;
  }
}

.membership .membershipContent .header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgb(15, 78, 184);
}

.membership .membershipContent .header .header-img {
  height: 20px;
  margin-left: 5px;
}

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

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

@media (max-width: 768px) {
  .membership .membershipContent .dsb-title {
    padding: 0 0 0 10px;
    font-size: 16px;
  }

  .membership .membershipContent .zjb-title {
    padding: 0 20px 0 10px;
    font-size: 16px;
    margin: 12px 0 0 -28px;
  }
}

.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: 24px;
  font-weight: 700;
  margin: 12px 0 0 10px;
  line-height: 50px;
  text-align: left;
  padding: 0 90px 0 90px;
  position: absolute;
}

@media (max-width: 768px) {
  .membership .membershipContent .dzb-active {
    padding: 0 12px 0 5px;
    font-size: 16px;
  }
}

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

@media (max-width: 768px) {
  .membership .membershipContent .zjb {
    padding: 0 3px 0 2px;
    font-size: 16px;
    margin: 12px 0 0 -31px;
  }
}

.membership .membershipContent .go-gift-card {
  font-size: 16px;
  line-height: 60px;
  font-weight: 800;
  color: #f4cf96;
  vertical-align: middle;
}

.membership .membershipContent .mebership-message {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(243, 248, 255, 1);
  border-radius: 10px;
  color: rgba(64, 118, 209, 1);
  font-size: 18px;
  text-align: left;
  line-height: 41px;
  margin: 20px 20px 0 0;
  padding: 0 15px;
  position: relative;
}

@media (max-width: 768px) {
  .membership .membershipContent .mebership-message {
    font-size: 14px;
    line-height: 30px;
  }
}

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

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

.membership .membershipContent .title-1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 20px;
  color: rgb(0, 67, 180);
  margin-left: 50px;
  text-align: left;
}

.membership .membershipContent .list {
  margin-left: 50px;
  margin-top: 15px;
}

.membership .membershipContent .list .list-img {
  padding-right: 15px;
}

.membership .membershipContent .list ul {
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: rgba(51, 51, 51, 1);
}

.membership .membershipContent .list span {
  color: rgb(255, 0, 0);
  font-size: 22px;
}

.membership .membershipContent .boxContent {
  text-align: left;
}

.membership .membershipContent .boxContent .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: 30%;
  display: inline-block;
  text-align: center;
  color: rgba(51, 51, 51, 1); */

  position: relative;
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .12);
  background: linear-gradient(#f9faff, #ebf3ff, #daedfe);
  border-radius: 10px;
  width: 30%;
  display: inline-block;
  text-align: center;
  color: rgba(51, 51, 51, 1);
}

@media (max-width: 768px) {
  .membership .membershipContent .boxContent .box {
    width: 100%;
    margin-top: 20px;
    margin-left: 0 !important;
  }
}

/* 针对平板端的样式 */
@media (min-width: 768px) and (max-width: 1024px) {
  .membership .membershipContent .boxContent .box {
    width: 100%;
    /* 在平板端，宽度设置为100% */
  }
}

.membership .membershipContent .boxContent .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 .boxContent .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: 30%;
  display: inline-block;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 768px) {
  .membership .membershipContent .boxContent .boxActive {
    width: 100%;
    /* 在手机端，宽度设置为100% */
  }
}

/* 针对平板端的样式 */
@media (min-width: 768px) and (max-width: 1024px) {
  .membership .membershipContent .boxContent .boxActive {
    width: 100%;
    /* 在平板端，宽度设置为100% */
  }
}

.membership .membershipContent .boxContent .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 .boxContent .background-img {

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

}

.membership .membershipContent .boxContent h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 41px;
  margin-top: 30px;
}

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

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

.membership .membershipContent .boxContent .throughText {
  font-size: 18px;
  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: 18px;
}

.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 10px 0px 10px;
  height: 28px;
  line-height: 24px;
  background: linear-gradient(90deg, #fc5531, #fc1944);
  border-radius: 0 8px 0 8px;
  color: #fff;
  right: -2px;
  top: -2px;
  font-size: 16px;
  font-weight: 700;
}

/* 立即购买 */
.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;
}

/* 专家版：立即购买 */
.schemesComparison .button-content .button-3 {
    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: 10px;
    width: 150px;
    color: rgba(255, 255, 255, 1);
    font-weight: bolder;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin: 20px 0;
    cursor: pointer;
    font-size: 16px;
}

.schemesComparison .button-content .button-3:hover {
  background: rgb(251, 78, 78);
}

.membership .membershipContent .buy-box {
  padding: 15px;
  background-color: rgba(247, 247, 247, 1);
  text-align: left;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 20px 20px 20px 0;
}

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

/* 高亮闪烁二维码图片 */
.membership .membershipContent .buy-box .ewmImgFlash {
  display: inline-block;
  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 {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}

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

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

.membership .membershipContent .buy-content .span-2 {
  font-size: 28px;
  font-weight: bolder;
  margin-left: 10px;
  color: rgba(249, 79, 84, 1);
  display: inline-block;
  vertical-align: middle;
}

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

.membership .membershipContent .buy-content .span-4 {
  background: url(/assets/images/membership/money-tip.png);
  background-size: 100% 100%;
  margin-left: 21px;
  font-size: 16px;
  padding: 5px 0;
  display: none;
  vertical-align: middle;
}

.membership .membershipContent .buy-content .span-5 {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin: 9px 0 0 52px;
  padding-right: 30px;
}

.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 {
  font-size: 1rem;
  color: rgb(126 123 123);
  margin-top: 10px;
}

.membership .membershipContent .buy-content-2 a {
  font-size: 0.9vw;
  font-weight: bold;
}

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

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

.membership .membershipContent .mass-edition {
  text-align: left;
  display: none;
}

.membership .membershipContent .mass-edition .span-text {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  text-align: left;
  line-height: 50px;
}

.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 .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: 10px;
  height: 70px;
  width: 200px;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  margin-top: 100px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .membership .membershipContent .mass-edition .freee-button {
    margin: 50px 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 {
  height: 50px;
}

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

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

@media (max-width: 768px) {
  .membership .membershipContent .mass-content {
    margin-left: 0;
  }
}

/* 方案对比 */
.schemesComparison {
  text-align: center;
}

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

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

.schemesComparison .content {
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  margin-left: 10px;
}

.schemesComparison .content .pro-2-img {

  text-align: left;
}

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

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

.schemesComparison .content .background-2 {
  /* background: linear-gradient(270deg,
      rgba(197, 217, 244, 1) 0,
      rgba(197, 217, 244, 1) 0,
      rgba(232, 242, 255, 1) 100%,
      rgba(232, 242, 255, 1) 100%); */
      background: linear-gradient(270deg, 
      rgba(197, 217, 244, 1) 0%, 
      rgba(232, 242, 255, 1) 100%);
      background-clip: padding-box; 
  border: 1px solid rgba(236, 239, 246, 1);
}

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

.schemesComparison .content .title-2 {
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  font-weight: 700;
  line-height: 135px;
}

.schemesComparison .content .title-3 {
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  display: inline-block;
  vertical-align: bottom;
}

.schemesComparison .content .title-4 {
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  font-weight: 700;
  line-height: 75px;
}

.schemesComparison .content .freee-img {
  width: 67px;
  height: 28px;
}

.schemesComparison .content .pro-img-left {
  position: absolute;
  margin-left: 10px;
}

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

.schemesComparison .content p {
  line-height: 30px;
}

.schemesComparison .content .ai-text {
  text-align: left;
  padding-left: 20px;
  line-height: 20px;
}

.schemesComparison .content .nav-text {
  text-align: left;
  padding-left: 60px;
  line-height: 20px;
  font-size: 14px;
}

.schemesComparison .content .list-level-2 {
  font-size: 16px;
  display: block;
  padding: 5px 0 5px 20px;
  white-space: normal;
  overflow-wrap: break-word;
  line-height: 30px;
  margin-bottom: 0;
  color: #767171;
}

.schemesComparison .content .list-level-2 i{
  font-size: 12px;
}

.schemesComparison .content .list-level-3 {
  font-size: 14px;
  display: block;
  padding: 5px 0 5px 40px;
  white-space: normal;
  overflow-wrap: break-word;
  color: #767171;
}

.schemesComparison .content .list-level-3 i{
  font-size: 10px;
}

.schemesComparison .content .webcontent {
  padding-left: 38px;
  text-align: left;
  color: #767171;
}

.schemesComparison .hot-tag {
  width: 36px;
  height: auto;
  border-radius: 5px;
  margin-left: 8px;
}

.schemesComparison .add-tag {
  width: 36px;
  height: auto;
  border-radius: 5px;
  margin-left: 8px;
}

.schemesComparison .point-tag {
  width: 36px;
  height: auto;
  border-radius: 5px;
  margin-left: 8px;
}

.schemesComparison .content .impcontent {
  padding-left: 60px;
  text-align: left;
}

.schemesComparison .content .img-popular {
  width: 18px;
  height: auto;
  margin: -5px 5px 0 5px;
}

.schemesComparison .flag-container .img-popular {
  width: 18px;
  height: auto;
}

.schemesComparison .columnTitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  text-align: left;
}

.schemesComparison .columnTitle i {
  background-color: rgba(51, 51, 51, 1);
  font-size: 0.5rem;
  margin-right: 10px;
  vertical-align: middle;
}

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

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

.schemesComparison .columnText-2 {
  padding-left: 40px;
  font-size: 18px;
  text-align: left;
}

.schemesComparison .columnText-3 {
  font-size: 16px;
  text-align: left;
  padding-left: 60px;
}

.schemesComparison .columnText-4 {
  font-size: 16px;
  text-align: left;
  padding-left: 60px;
}

.schemesComparison .columnText-4 img {
  margin: 0 10px;
}

.schemesComparison .button-content {
  position: relative;
}

/* 免费体验 */
.schemesComparison .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: 10px;
  width: 150px;
  color: rgba(255, 255, 255, 1);
  font-weight: bolder;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 20px 0;
  cursor: pointer;
  font-size: 16px;
}

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

.schemesComparison .free-img{
    width: 28px;
    height: auto;
    margin: 0 8px;
}

/* 免费体验 tip*/
.schemesComparison .button-content .button-tip {
  left: 250px;
  border-radius: 18px 0 20px 0;
  font-size: 12px;
  padding: 5px 12px;
  position: absolute;
  line-height: 1;
  color: #fff;
  background: linear-gradient(90deg, #ff9314 0%, #ff5209 100%);
  margin-top: -10px;
}

/* 立即购买 */
.schemesComparison .button-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: 10px;
  text-align: center;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  font-weight: bolder;
  cursor: pointer;
  padding: 0 50px;
  margin: 20px 0;
  line-height: 50px;
}

.schemesComparison .icon-close:before {
  color: #343a40 !important;
}

.schemesComparison .flag-title {
  text-align: left;
  margin-top:20px; 
  font-weight:bolder;
  font-size: 16px;
}

.schemesComparison .flag-container {
  margin-top: 20px;
  line-height: 25px;
  text-align: left;
  padding-left: 50px;
  font-size: 15px;
}

/*--------------------------------------------------------------
# 图形天下系列应用
--------------------------------------------------------------*/
.txtxxlyy-wrapper-1 {
  box-shadow: 0px 10px 30px 0px rgba(0, 42, 136, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 459px;
  text-align: center;
  background: #f9fbfd;
  background: url(/assets/images/membership/card-bg-1.png) 100% no-repeat;
}

@media (max-width: 768px) {
  .txtxxlyy-wrapper-1 {
    margin-bottom: 20px;
  }
}

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

.txtxxlyy-content-1 {
  margin: 44px 60px 35px 130px;
  box-shadow: 0px 10px 30px 0px rgba(0, 42, 136, 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: 10px;
  height: 70px;
  width: 200px;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 70px;
  text-decoration: none;
}

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

.txtxxlyy-content-2 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  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;
}

/*--------------------------------------------------------------
# 常见问答
--------------------------------------------------------------*/
.faq {
  margin-top: 50px;
  padding: 10px 0;
}

.faq .border-line {
  border: 1px solid rgba(236, 239, 246, 1);
  border-radius: 15px;
}

.faq .title-content {
  background: url(/assets/images/membership/fq-title.png);
  background-size: 100% 100%;
  color: rgba(51, 51, 51, 1);
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}

.faq .faq-list {
  padding: 20px 0;
}

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

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

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

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

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

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 20px;
  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;
}

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

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

.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: 18px;
  display: block;
  padding: 10px 0 10px 0
}

.faq .faq-list .list-level-2 {
  font-size: 18px;
  display: block;
  padding: 10px 0 10px 20px;
  white-space: normal;
  /* 允许文本正常换行 */
  overflow-wrap: break-word;
  /* 在必要时断开长单词以适应容器 */
}


/*--------------------------------------------------------------
# 操作手册
--------------------------------------------------------------*/
.anyGraphOperation {
  background-color: rgba(243, 248, 255, 1);
  border-radius: 12px;
  padding: 0;
}

.anyGraphOperation .operation-header {
  background-image: linear-gradient(150deg,
      rgba(114, 207, 255, 0.35) 0,
      rgba(45, 183, 255, 0.35) 100%);
  padding-top: 130px;
  padding-bottom: 30px;
  text-align: left;
}

.anyGraphOperation .operation-header .search-results {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  padding: 20px;
  max-height: 420px;
  overflow-y: auto;
  margin-top: 5px;
}

.anyGraphOperation .operation-header .search-item {
  padding: 10px;
  cursor: pointer;
}

.anyGraphOperation .operation-header .search-item:hover {
  background-color: rgba(243, 248, 255, 1);
  border-radius: 12px;
}

.anyGraphOperation .operation-header .highlight {
  color: rgb(251, 78, 78);
  font-weight: bold;
}

.anyGraphOperation .operation-header .p-title {
  overflow-wrap: break-word;
  color: rgba(1, 151, 255, 1);
  font-size: 50px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 50px;
  text-align: center;
}

.anyGraphOperation .operation-header .p-category {
  color: rgba(51, 51, 51, 1);
}

.anyGraphOperation .operation-header .search-form {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 29px;
  position: relative;
  max-width: 60%;
  left: 20%;
  top: 50px;
}

.anyGraphOperation .operation-header .search-form input[type=text] {
  outline: none;
  border: none;
  padding: 0 20px;
  margin: 0;
  height: 50px;
  width: 92%;
  background: #fff;
  border-radius: 29px;
}

.anyGraphOperation .operation-header .search-form input[type=text]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.anyGraphOperation .operation-header .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: rgba(0, 168, 255, 1);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.anyGraphOperation .operation-header .search-form .clear-search-input {
  position: absolute;
  top: 25%;
  right: 12%;
  bottom: 0;
  border: 0;
  font-size: 18px;
}

.anyGraphOperation .operation-header .search-form button i {
  line-height: 0;
}

.anyGraphOperation .operation-header .search-form img {
  position: absolute;
  top: 25%;
}

.anyGraphOperation .operation-header .search-noresult {
  text-align: center;
}

.anyGraphOperation .operation-header .key-word {
  color: rgba(255, 94, 94, 1);
  font-weight: 600;
}

.anyGraphOperation .operation-content {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  padding-top: 80px;
  padding-bottom: 60px;
}

/* 标题图标 https://www.koudingke.cn/Tools/Icons/Collections?group=boxicons&currentPage=2*/
.anyGraphOperation .section-title i {
  font-size: 40px;
  color: rgba(255, 94, 94, 1);
  padding: 0 10px;
}

/* 内容 */
.anyGraphOperation .entry {
  padding-bottom: 10px;
  padding-left: 10px;
}

.anyGraphOperation .entry .operation-content h1 {
  padding-top: 30px;
  font-size: 28px;
}

.anyGraphOperation .entry .operation-content h2 {
  padding: 20px 0;
  font-size: 26px;
}

.anyGraphOperation .entry .operation-content h3 {
  padding: 20px 0;
  font-size: 24px;
}

.anyGraphOperation .entry .operation-content h4 {
  padding-top: 30px;
  font-size: 22px;
}

.anyGraphOperation .entry .operation-content {
  padding: 0 3.54vw 0 3vw;
}

.anyGraphOperation .entry .operation-content p {
  line-height: 30px;
  margin-bottom: 1rem;
  text-indent: 2em;
}

.anyGraphOperation .entry .operation-content img {
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 5px 2px 15px rgba(0, 0, 0, 0.2);
}

.anyGraphOperation .entry .sidebar .opt-highlight {
  background-color: #d2f4ea;
}

.anyGraphOperation .entry .sidebar p {
  margin-top: 20px;
}

/* 左侧导航栏 */
.anyGraphOperation .sidebar {
  position: fixed;
  /* 固定定位 */
  /* top: 110px; */
  top: 340px;
  /* 紧贴顶部（可根据需要调整） */
  overflow-y: auto;
  height: calc(100vh - 170px);
  /* width: 280px; */
  width: 320px;
  padding: 15px;
  border-right: 1px solid rgba(236, 239, 246, 1);
  list-style: none;
}

/* 滚动条整体样式（轨道） */
.anyGraphOperation .sidebar::-webkit-scrollbar {
  width: 10px;
  /* 滚动条的宽度 */
}


/* 滚动条轨道的样式 */
.anyGraphOperation .sidebar::-webkit-scrollbar-track {
  /* background: #f1f1f1; */
  background: rgba(255, 255, 255, 0);
  /* 轨道背景色 */
}

/* 滚动条的滑块样式 */
.anyGraphOperation .sidebar::-webkit-scrollbar-thumb {
  /* background: rgb(193, 193, 193); */
  background: rgba(255, 255, 255, 0);
  /* 滑块背景色 */
  border-radius: 6px;
  /* 滑块圆角 */
}

.anyGraphOperation .sidebar i {
  font-size: 28px;
  color: rgba(69, 188, 250, 1);
  padding: 5px;
  vertical-align: middle;
}

/* modify 修改公共属性-子节点 */
.anyGraphOperation .sidebar .list-unstyled {
  padding-left: 40px;
  list-style: none;
}

.anyGraphOperation .sidebar .anyGraphOperation-to-title {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
}

/* 移动端样式 */
@media (max-width: 992px) {
  .anyGraphOperation .operation-content {
    padding: 30px 0;
  }

  .anyGraphOperation .sidebar {
    position: relative !important;
    top: auto !important;
    max-height: none;
    width: 98%;
    height: 100%;
    border-right: none;
    margin-bottom: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow-y: hidden;
    right: 2%;
  }

  .anyGraphOperation .entry .operation-content {
    padding: 0 20px;
  }

  .anyGraphOperation .sidebar .btn-toggle,
  .anyGraphOperation .sidebar .level-1-btn {
    white-space: normal;
    text-overflow: clip;
  }
}

.anyGraphOperation .sidebar .b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15)
}

.anyGraphOperation .sidebar .bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor
}

.anyGraphOperation .sidebar .dropdown-toggle {
  outline: 0
}

.anyGraphOperation .sidebar .nav-flush .nav-link {
  border-radius: 0
}

.anyGraphOperation .sidebar .btn-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出内容 */
  padding: .25rem .5rem;
  color: #373838;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  text-align: left;
}

.anyGraphOperation .sidebar .btn-toggle:hover,
.anyGraphOperation .sidebar .btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea
}

.anyGraphOperation .sidebar .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("/assets/images/operating_manual/download.svg");
  transition: transform .35s ease;
  transform-origin: .5em 50%
}

.anyGraphOperation .sidebar .btn-toggle[aria-expanded="true"] {
  color: #373838;
}

.anyGraphOperation .sidebar .btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg)
}

.anyGraphOperation .sidebar .btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
  font-size: 16px;
  color: #373838;
  cursor: pointer;
}

.anyGraphOperation .sidebar .btn-toggle-nav a:hover,
.anyGraphOperation .sidebar .btn-toggle-nav a:focus {
  background-color: #d2f4ea
}

.anyGraphOperation .sidebar .level-1-btn {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出内容 */
  padding: .25rem .5rem;
  color: #373838;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  margin-top: 5px;
  border-radius: 5px;
}

.anyGraphOperation .sidebar .link-title {
  color: #373838;
}

.anyGraphOperation .sidebar .level-1-btn:hover,
.anyGraphOperation .sidebar .level-1-btn:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea
}

.anyGraphOperation .sidebar .scrollarea {
  overflow-y: auto
}

.anyGraphOperation .sidebar .fw-semibold {
  font-weight: 600
}

.anyGraphOperation .sidebar .lh-tight {
  line-height: 1.25
}

.anyGraphOperation .sidebar .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.anyGraphOperation .entry .operation-content h3:target {
  scroll-margin-top: 70px;
}

@media (max-width: 768px) {
  .anyGraphOperation .operation-header {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .anyGraphOperation .sidebar .bd-placeholder-img-lg {
    font-size: 3.5rem
  }

  .anyGraphOperation .operation-header .p-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
  }

  .anyGraphOperation .operation-header .search-form {
    max-width: 90%;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }

  .anyGraphOperation .operation-header .search-form input[type=text] {
    height: 40px;
  }

  .anyGraphOperation .entry .operation-content h2 {
    color: rgb(80 80 80);
    font-size: 20px;
  }

  .anyGraphOperation .entry .operation-content p {
    text-indent: 1rem;
    color: rgba(51, 51, 51, 1);
    font-size: 15px;
  }

  .anyGraphOperation .entry .operation-content {
    padding: 0 20px 0 20px;
  }

  .anyGraphOperation .sidebar .level-1-btn {
    font-size: 16px;
  }

  .anyGraphOperation .sidebar .btn-toggle {
    font-size: 16px;
  }

  .anyGraphOperation .entry .operation-content h3 {
    padding: 10px 0;
    font-size: 18px;
    color: rgb(80 80 80);
  }

  .anyGraphOperation .operation-header .p-category {
    color: rgb(80 80 80);
  }
}

/*--------------------------------------------------------------
# 图文教程
--------------------------------------------------------------*/
.picture-text-header {
  background-image: linear-gradient(150deg,
      rgba(114, 207, 255, 0.35) 0,
      rgba(45, 183, 255, 0.35) 100%);
  padding-top: 130px;
  padding-bottom: 30px;
  text-align: left;
}

.picture-text-header .p-title {
  overflow-wrap: break-word;
  color: rgba(1, 151, 255, 1);
  font-size: 50px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 50px;
  text-align: center;
}

.picture-text-header .p-category {
  color: rgba(51, 51, 51, 1);
}

.picture-text-header .tabStyle {
  display: flex;
  justify-content: center;
  font-size: 22px;
  text-align: center;
}

.picture-text-header .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: 268px;
  line-height: 49px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-right: -10px;
  position: relative;
}

.picture-text-header .tab-2 {
  width: 268px;
  height: 49px;
  color: rgba(102, 102, 102, 1);
  font-weight: 700;
  line-height: 49px;
  box-shadow: 15px 0px 15px 5px rgba(0, 0, 0, 0.05),
    -25px 10px 25px rgba(0, 0, 0, 0) inset;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 1);
  ;
}

.picture-text-header .search-form {
  background: #fff;
  /* border: 1px solid #ddd; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 29px;
  position: relative;
  max-width: 60%;
  left: 20%;
  top: 50px;
}

.picture-text-header .search-form input[type=text] {
  outline: none;
  border: none;
  padding: 0 20px;
  margin: 0;
  height: 50px;
  width: 92%;
  background: #fff;
  border-radius: 29px;
}

.picture-text-header .search-form input[type=text]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.picture-text-header .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: rgba(0, 168, 255, 1);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.picture-text-header .search-form span {
  position: absolute;
  top: 25%;
  right: 12%;
  bottom: 0;
  border: 0;
  font-size: 18px;
}

.picture-text-header .search-form button i {
  line-height: 0;
}

.picture-text-header .search-form img {
  position: absolute;
  top: 25%;
}

.picture-text-body {
  margin: 60px 0;
}

.picture-text-body .border-line {
  border-top: 1px solid rgb(223, 224, 225);
  margin: 30px 0 30px 0;
}

.picture-text-body .line-content {
  margin-bottom: 50px;
}

.picture-text-body .tag-button {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 15px;
  margin: 0 5px;
}

.picture-text-body .tag-button:hover {
  border: 1px solid rgba(1, 151, 255, 1);
  color: rgba(1, 151, 255, 1);
  font-weight: 700;
}

.picture-text-body .tag-button .tag-active {
  border: 1px solid rgba(1, 151, 255, 1);
  color: rgba(1, 151, 255, 1);
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 15px;
  margin: 0 5px;
}

.picture-text-body .reads {
  /* display: none; */
  display: flex;
}

.picture-text-body .content-render {
  margin-left: 20px;
}

.picture-text-body .img-content {
  text-align: left;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  width: 300px;
  height: 170px;
  border: 1px solid rgb(223, 224, 225);
  transition: all 0.8s ease-in-out;
}

.picture-text-body .img-content:hover {
  transform: scale(1.2);
}

.picture-text-body .cotent-title {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  line-height: 33px;
  margin-top: 5px
}

.picture-text-body .cotent-text {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  text-align: left;
  line-height: 28px;
  margin: 25px 0 0 2px;
  /* 让文字产生省略号
  width: 98%;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; */
}

.picture-text-body .content-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
}

.picture-text-body .content-details ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.picture-text-body .content-details li {
  list-style: none;
  padding-right: 3vw;
}

.picture-text-body .content-details img {
  padding-right: 5px;
}

.picture-text-body .reader-article {
  background-color: rgb(255, 255, 2551);
  border-radius: 20px;
  padding: 8px 16px 8px 16px;
  cursor: pointer;
  color: #000;
  border: 1px solid rgba(232, 232, 232, 1);
  font-size: 14px;
}

.picture-text-body .reader-article:hover {
  background-color: rgba(1, 151, 255, 1);
  color: rgb(255, 255, 255);
}

.picture-text-body .reader-article-active {
  background-color: rgba(1, 151, 255, 1);
  border-radius: 20px;
  padding: 8px 16px 8px 16px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 14px;
}

/* 告警提示 */
.picture-text-body .promptFlash {
  max-width: 250px;
  background: 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%);
  animation: promptFlash 1s infinite alternate;
  /* 1s 持续时间，无限次播放，交替执行 */
  animation-iteration-count: 1;
  /* 将动画次数限制为1次 */
  color: rgb(255, 255, 255);
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
  display: none;
}

@keyframes promptFlash {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.picture-text-body .promptNoResult {
  display: none;
  text-align: center;
  margin-top: 80px;
}

.picture-text-body .promptNoResultInfo {
  margin-top: 30px;
}

.picture-text-body .m-reader-article {
  display: none;
}

.picture-text-body .search-highlight {
  color: rgb(251, 78, 78);
  font-weight: bold;
  padding: 0 2px;
}

.picture-text-body .tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 900px;
  margin: 0 auto 10px auto;
}

.picture-text-body .tag {
  padding: 8px 20px;
  background: #f1f3f5;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.picture-text-body .tag:hover, .tag.active {
  /* background: #0f4eb8; */
  background: #0197ff;
  color: white;
}

@media (max-width: 768px) {
  .picture-text-header .p-title {
    font-size: 36px;
    font-weight: 700;
  }

  .picture-text-header {
    padding-top: 110px;
    padding-bottom: 0;
  }

  .picture-text.p-title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin: 0;
  }

  .picture-text-header .search-form {
    max-width: 90%;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }

  .picture-text-header .search-form input[type=text] {
    height: 40px;
  }

  .picture-text-body .cotent-title {
    color: rgb(80 80 80);
    font-size: 18px;
  }

  .picture-text-body .cotent-text {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }

  .picture-text-body .content-details {
    font-size: 12px;
  }

  .picture-text-body .reads {
    margin-top: 10px;
  }

  .picture-text-body .reader-article {
    display: none;
  }

  .picture-text-body .m-reader-article {
    background-color: rgb(255, 255, 2551);
    border-radius: 20px;
    padding: 5px 8px;
    cursor: pointer;
    color: #000;
    border: 1px solid rgba(232, 232, 232, 1);
    font-size: 12px;
    display: inline;
  }

  .picture-text-body .m-reader-article:hover {
    background-color: rgba(1, 151, 255, 1);
    color: rgb(255, 255, 255);
  }

  .picture-text-body .img-content {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .picture-text-body .content-details li {
    list-style: none;
    padding-right: 25px;
  }

  .picture-text-body .tags-container {
     margin: 0 auto 20px auto;
  }
}


/*--------------------------------------------------------------
# 视频教程
--------------------------------------------------------------*/
.video-course-header {
  background-image: linear-gradient(150deg,
      rgba(114, 207, 255, 0.35) 0,
      rgba(45, 183, 255, 0.35) 100%);
  padding-top: 130px;
  padding-bottom: 30px;
  text-align: left;
}

.video-course-header .p-title {
  overflow-wrap: break-word;
  color: rgba(1, 151, 255, 1);
  font-size: 50px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 50px;
  text-align: center;
}

.video-course-header .tabStyle {
  display: flex;
  justify-content: center;
  font-size: 22px;
  text-align: center;
}

.video-course-header .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: 268px;
  line-height: 49px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-right: -10px;
  position: relative;
}

.video-course-header .tab-2 {
  width: 268px;
  height: 49px;
  color: rgba(102, 102, 102, 1);
  font-weight: 700;
  line-height: 49px;
  box-shadow: 15px 0px 15px 5px rgba(0, 0, 0, 0.05),
    -25px 10px 25px rgba(0, 0, 0, 0) inset;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 1);
  ;
}

.video-course-header .search-form {
  background: #fff;
  /* border: 1px solid #ddd; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 29px;
  position: relative;
  max-width: 60%;
  left: 20%;
  top: 50px;
}

.video-course-header .search-form input[type=text] {
  outline: none;
  border: none;
  padding: 0 20px;
  margin: 0;
  height: 50px;
  width: 92%;
  background: #fff;
  border-radius: 29px;
}

.video-course-header .search-form input[type=text]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.video-course-header .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: rgba(0, 168, 255, 1);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.video-course-header .search-form span {
  position: absolute;
  top: 25%;
  right: 12%;
  bottom: 0;
  border: 0;
  font-size: 18px;
}

.video-course-header .search-form button i {
  line-height: 0;
}

.video-course-header .search-form img {
  position: absolute;
  top: 25%;
}

.video-course-body {
  margin: 60px 0;
}

.video-course-body .border-line {
  border-top: 1px solid rgb(223, 224, 225);
  margin: 40px 0 40px 0;
}

.video-course-body .text-1 {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 30px;
}

.video-course-body .card {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 210px;
}

.video-course-body .card {
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}

.video-course-body .card:hover {
  transform: scale(1.1);
}

.video-course-body .card-info {
  position: absolute;
  top: 60px;
  background-color: rgba(255, 255, 255);
  opacity: 0.95;
  margin-top: 60px;
  width: 100%;
  padding: 20px 20px;
}

.video-course-body .card-info h3 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.video-course-body .card-info p {
  color: rgba(170, 170, 170, 1);
  font-size: 16px;
}

.video-course-body .line-content {
  margin-bottom: 50px;
}

/* 告警提示 */
.video-course-body .promptFlash {
  max-width: 250px;
  background: 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%);
  animation: promptFlash 1s infinite alternate;
  /* 1s 持续时间，无限次播放，交替执行 */
  animation-iteration-count: 1;
  /* 将动画次数限制为1次 */
  color: rgb(255, 255, 255);
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
  display: none;
}

@keyframes promptFlash {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.video-course-body .promptNoResult {
  display: none;
  text-align: center;
  margin-top: 80px;
}

.video-course-body .promptNoResultInfo {
  margin-top: 30px;
}

@media (max-width: 768px) {

  .video-course-header {
    padding-top: 110px;
    padding-bottom: 0;
  }

  .video-course-header .p-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0;
  }

  .video-course-header .search-form {
    max-width: 90%;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }

  .video-course-header .search-form input[type=text] {
    height: 40px;
  }

  .video-course-body .text-1 {
    color: rgb(80 80 80);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
  /*--------------------------------------------------------------
# 礼品卡兑换页面
--------------------------------------------------------------*/

  .gift-card-section {
    padding: 60px 0 0 0;
    overflow: hidden;
  }

  .gift-card {
    background: linear-gradient(to bottom,
        rgb(254, 243, 229) 0%,
        rgba(249, 228, 199, 1) 100%);
    padding: 80px 0 170px 0;
  }

  @media (max-width: 768px) {
    .gift-card {
      padding: 0;
    }
  }

  .gift-card .box {
    background-color: #FFFAF6;
    min-height: 25rem;
    padding: 2rem 2rem 0.3rem 2rem;
    border-radius: 10px;
    margin-top: 100px;
    text-align: center;
  }

  @media (max-width: 768px) {
    .gift-card .box {
      background-color: #FFFAF6;
      min-height: 25rem;
      padding: 2.5rem 2rem 2rem 2rem;
      border-radius: 10px;
      margin-top: 50px;
      text-align: center;
      margin-bottom: 50px;
    }
  }

  .gift-card .title-content {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    justify-content: center;
  }

  .gift-card .title {
    font-size: clamp(1.5rem, 2vw, 1.7rem);
    font-weight: 800;
    background: linear-gradient(to right, #DE9019, #B15700);
    -webkit-background-clip: text;
    color: transparent;
    min-width: 150px;
    text-align: center;
    white-space: nowrap;
    margin: 0 10px;
  }

  .gift-card .title-separator {
    background: #FBE5CA;
    height: 1px;
    flex: 1;
    min-width: 30px;
    max-width: 100px;
  }

  @media (max-width: 768px) {
    .gift-card .title-separator {
      background: rgba(0, 0, 0, 0.239);
      height: 1px;
      flex: 0 0 3rem;
      margin: 0 10px;
    }
  }

  .gift-card .code-text {
    color: #93542C;
    font-weight: 600;
  }

  .gift-card .activation-code-content {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    background: #fff;
    border: 0.5px solid #F6DEB9;
    border-radius: 5.9rem;
    overflow: hidden;
    font-size: clamp(1rem, 1.25rem, 1.7rem);
    margin-top: 23px;
  }

  @media (max-width: 768px) {
    .gift-card .activation-code-content {
      font-size: 16px;
    }
  }

  .gift-card .activation-code-content .activation-code {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .gift-card .activation-code-content input {
    background: rgba(232, 240, 254, 1);
    border: 0;
    box-sizing: border-box;
    outline: none !important;
    text-align: center;
    font-family: "SimSun", "宋体", serif;
    text-transform: uppercase;
    /* width: 240px; */
    width: clamp(100px, 16.6vw, 12.5vw);
    border-radius: 15px;
    font-size: clamp(16px, 1.25vw, 20px);
  }

  @media (max-width: 768px) {
    .gift-card .activation-code-content input {
      background: rgba(232, 240, 254, 1);
      border: 0;
      box-sizing: border-box;
      height: 100%;
      outline: none !important;
      text-align: center;
      font-family: "SimSun", "宋体", serif;
      text-transform: uppercase;
      width: 200px;
    }
  }

  .gift-card .code-button {
    background-image: linear-gradient(90deg,
        #FFE3B5 0,
        #F0C083 100%);
    border-radius: 5.9em;
    text-align: center;
    display: inline-block;
    color: #93542C;
    font-weight: bolder;
    cursor: pointer;
    padding: 10px 20px;
    margin: 20px 0;
    letter-spacing: 2px;
    width: 100%;
    border: none;
  }

  .gift-card .code-button:hover {
    background: #f3a033;
  }

  .gift-card .friendly-reminder {
    text-align: left;
    line-height: 28px;
  }

  .gift-card .friendly-title {
    font-weight: 600;
    color: #93542C;
    display: block;
  }

  .gift-card .read-dashed-line {
    border-top: 2px dashed #FBE5CA;
    width: 100%;
    margin: 20px 0;
  }

  .gift-card .read-content {
    font-size: 14px;
    font-weight: 600;
    color: #93542C;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gift-card input::placeholder {
    color: #D7BFA9;
  }

  .gift-card input[type="checkbox"] {
    -moz-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #D7BFA9;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 6px;
    /* 添加右边距，使复选框和文本之间有间距 */
  }

  .gift-card input[type="checkbox"]:checked {
    background-color: #b65d03;
    /* 选中时的背景颜色 */
    border: 2px solid #D7BFA9;
  }

  .gift-card input[type="checkbox"]:disabled {
    border-color: #ccc;
    background-color: #eee;
    cursor: not-allowed;
  }

  .gift-card .read-text {
    font-size: 14px;
    font-weight: 600;
    color: #93542C;
  }

  .gift-card .read-text-a {
    font-size: 14px;
    font-weight: 600;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1))
  }

  .gift-card .gift-header {
    margin: 100px 0 30px 30px;
  }

  @media (max-width: 768px) {
    .gift-card .gift-header {
      margin: 50px 0 10px 10px;
    }
  }

  .gift-card .gift-img {
    margin-top: 80px;
    width: 92%;
    transition: all 0.8s ease-in-out;
  }

  .gift-card .gift-img:hover {
    transform: translateY(-5px) scale(1.1);
  }

  @media (max-width: 768px) {
    .gift-card .gift-img {
      margin-top: 60px;
      width: 100%;
    }
  }

  @media (min-width: 769px) and (max-width: 1024px) {
    .gift-card .gift-img {
      margin-top: 60px;
      width: 100%;
    }
  }

  .gift-card .gift-tool {
    display: flex;
    margin: 40px 0 160px 0;
    font-size: 22px;
  }

  @media (max-width: 768px) {
    .gift-card .gift-tool {
      display: flex;
      justify-content: center;
      margin: 20px 0 0 0;
    }
  }

  .gift-card .gift-tool img {
    width: 28px;
    height: auto;
  }

  .gift-card .use-immediately {
    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: 10px;
    height: 60px;
    width: 180px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
  }

  .gift-card .use-immediately:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(21, 124, 246, 1);
  }

  .gift-card .learn-more {
    box-shadow: 0px 10px 30px 0px rgba(0, 42, 136, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    text-decoration: none;
    margin-left: 20px;
    color: rgba(111, 153, 193, 1);
  }

  .gift-card .learn-more:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(21, 124, 246, 1);
  }

  .gift-card .additional-benefit {
    color: #93542C;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
  }

  .gift-card .success-tip {
    margin-top: 150px;
    display: none;
  }

  @media (max-width: 768px) {
    .gift-card .success-tip {
      margin-top: 50px;
      margin-bottom: 50px;
    }
  }

  .gift-card .success-title {
    font-size: 28px;
    font-weight: 800;
    color: #b65d03;
  }

  .gift-card .success-tip-info {
    margin-top: 40px;
    line-height: clamp(20px, calc(10px + 1vw), 32px);
    color: #db7814;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: clamp(14px, 0.9vw, 16px);
  }

  .gift-card .success-tip-info span {
    display: block;
  }

  .gift-card .go-back {
    font-weight: 600;
    margin-top: 30px;
    display: block;
  }

  .gift-card .error-info {
    text-align: left;
    margin-top: 5px;
    margin-left: 20px;
    color: #f10d0d;
    display: block;
    height: 10px;
    font-size: 13px;
  }

  /*--------------------------------------------------------------
# 礼品卡推广页面
--------------------------------------------------------------*/

  .gift-card-pro-section {
    margin-top: 13px;
    padding-bottom: 0;
    text-align: center;
  }

  .gift-card-pro-section .card-img {
    max-width: 50%;
    height: auto;
    transition: all 0.8s ease-in-out;
  }

  .gift-card-pro-section .card-img:hover {
    transform: scale(1.05);
  }

  @media (max-width: 768px) {
    .gift-card-pro-section .card-img {
      max-width: 100%;
    }
  }

  /*--------------------------------------------------------------
# 思维导图、关系数据可视化工具下载页面
--------------------------------------------------------------*/

  .download-section {
    padding: 0;
    text-align: center;
    overflow: visible;
  }

  .download-section .download-header {
    background-image: linear-gradient(150deg,
        rgba(114, 207, 255, 0.35) 0,
        rgba(45, 183, 255, 0.35) 100%);
    padding-top: 110px;
    text-align: left;
    height: 400px;
  }

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

  .download-section .download-text {
    font-size: 38px;
    color: rgb(51, 51, 51);
    margin: 0;
  }

  .download-section .d-img-container {
    position: relative;
    top: 80px;
  }

  .download-section .d-img {
    width: 350px;
    height: auto;
  }

  .download-section .download-text-1 {
    font-size: 22px;
    color: rgb(51, 51, 51);
    margin: 20px 0 0 0;
  }

  .download-section .tabStyle {
    display: flex;
    justify-content: center;
    font-size: 26px;
    margin-top: 100px;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .download-section .tabStyle {
      font-size: 19px;
      margin-top: 30px;
    }
  }

  .download-section .limited-time-experience {
    font-size: 1rem;
  }

  @media (max-width: 768px) {
    .download-section .limited-time-experience {
      font-size: 0.875rem;
    }
  }

  @media (min-width: 768px) and (max-width: 1366px) {
    .download-section .download-text {
      font-size: 30px;
      color: rgb(51, 51, 51);
      margin: 0;
    }
  }

  .download-section .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: 300px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px 0;
    cursor: pointer;
  }

  @media (max-width: 768px) {
    .download-section .tab-1 {
      width: 180px;
      height: 40px;
    }
  }

  .download-section .tab-2 {
    width: 300px;
    color: rgba(102, 102, 102, 1);
    font-weight: 700;
    box-shadow: 15px 0px 15px 5px rgba(0, 0, 0, 0.05),
      -25px 10px 25px rgba(0, 0, 0, 0) inset;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  @media (max-width: 768px) {
    .download-section .tab-2 {
      width: 200px;
      height: 40px;
    }
  }

  .download-tool {
    padding: 0 0 50px 0;
    text-align: center;
  }

  .download-tool .boxContent {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  @media (max-width: 768px) {
    .download-tool .boxContent {
      margin-top: 0;
    }
  }

  .download-tool .boxContent .box {
    position: relative;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .12);
    background: linear-gradient(#f9faff, #ebf3ff, #daedfe);
    border-radius: 10px;
    width: 20%;
    display: inline-block;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    margin: 0 1.3vw;
    height: 100%;
    box-sizing: border-box;
  }

  .download-tool .boxContent .background-img {
    background-image: url(/assets/images/membership/card-bg-1.png);
    background-position: 75% 75%;
    background-repeat: no-repeat;
    min-height: 100%;
    /* 新增：确保背景容器高度一致 */
    display: flex;
    /* 新增：使用flex布局 */
    flex-direction: column;
    /* 新增：垂直排列子元素 */
    align-items: center;
    /* 新增：水平居中 */
    padding-bottom: 80px;
    /* 新增：为按钮留出空间 */
    position: relative;
  }

  .download-tool .boxContent .r-background-img {
    background-image: url(/assets/images/membership/card-bg-R.png);
    background-position: 75% 75%;
    background-repeat: no-repeat;
    min-height: 100%;
    /* 新增：确保背景容器高度一致 */
    display: flex;
    /* 新增：使用flex布局 */
    flex-direction: column;
    /* 新增：垂直排列子元素 */
    align-items: center;
    /* 新增：水平居中 */
    padding-bottom: 80px;
    /* 新增：为按钮留出空间 */
    position: relative;
  }

  @media (max-width: 768px) {
    .download-tool .boxContent .box {
      width: 100%;
      margin-bottom: 20px;
      /* 新增：移动端增加间距 */
    }
  }

  /* 针对平板端的样式 */
  @media (min-width: 768px) and (max-width: 1024px) {
    .download-tool .boxContent .box {
      width: 100%;
      margin-bottom: 20px;
      /* 新增：平板端增加间距 */
    }
  }

  .download-tool .boxContent h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 41px;
    margin-top: 15px;
  }

  .download-tool .boxContent .tool-img {
    margin: 20px 0 10px 0;
    max-width: 80px;
    /* 新增：限制图片最大宽度 */
  }

  .download-tool .boxContent .button {
    background-image: linear-gradient(90deg, rgb(69, 188, 250) 0px, rgb(69, 188, 250) 0px, rgb(0, 150, 255) 100%, rgb(0, 150, 255) 100%);
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    box-sizing: border-box;
  }

  .download-tool .boxContent .button:hover {
    background: rgba(21, 124, 246, 1);
  }

  .download-section .notice-description {
    font-size: 14px;
    margin: 0 20px 15px;
    height: 40px;
  }

  .download-tool .boxContent .button-menu {
    background-image: linear-gradient(90deg, rgb(69, 188, 250) 0px, rgb(69, 188, 250) 0px, rgb(0, 150, 255) 100%, rgb(0, 150, 255) 100%);
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    box-sizing: border-box;
  }

  .download-tool .boxContent .button-menu:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(21, 124, 246, 1);
  }

  .download-tool .boxContent .select-menu {
    width: calc(100% - 80px);
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    margin-bottom: 14px;
    margin-top: 5px;
  }

  .download-tool .mind-map-img {
    width: 1000px;
    margin: 40px 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    opacity: 50%;
    box-shadow: 0px 25px 70px 0px rgba(34, 34, 34, 0.25);
    border-radius: 12px;
  }

  .download-tool .dl-menu-container {
    --primary-color: #2c3e50;
    --menu-bg: #ffffff;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    margin: 20px 0;
    width: 200px;
  }

  .download-tool .dl-menu-btn {
    background: 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: white;
    padding: 8px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow);
    position: relative;
    /* 保持定位上下文 */
  }

  .download-tool .dl-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: var(--menu-bg);
    border-radius: 8px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1100;
    /* 提高到足够高的值 */
    padding: 8px 0;
    margin: 0;
    list-style: none;
  }

  .download-tool .dl-menu-btn:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }

  .download-tool .dl-menu-btn::after {
    content: '▼';
    font-size: 14px;
    margin-left: 12px;
    transition: transform 0.3s ease;
  }

  .download-tool .dl-menu-container:hover .dl-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .download-tool .dl-menu-container:hover .dl-menu-btn::after {
    transform: rotate(180deg);
  }

  .download-tool .dl-dropdown-menu li {
    list-style: none;
  }

  .download-tool .dl-menu-item {
    padding: 12px 20px;
    text-decoration: none;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    position: relative;
  }

  .download-tool .dl-menu-item:hover {
    color: rgba(51, 51, 51, 1);
    background: rgb(231, 239, 250);
    border-radius: 12px;
  }

  .download-tool .dl-icon-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    position: relative;
  }

  .download-tool .dl-icon-download::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233498db'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }

  .download-tool .select-menu {
    width: 150px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f8f8f8;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: all 0.3s ease;
  }

  @media (max-width: 768px) {
    .download-section .download-header {
      padding-top: 100px;
      height: 250px;
    }

    .download-section .download-title {
      font-size: 36px;
    }

    .download-section .download-text {
      font-size: 13px;
      color: rgb(51, 51, 51);
      margin: 0;
    }

    .download-section .download-text-1 {
      font-size: 10px;
      color: rgb(51, 51, 51);
      margin: 10px 0 0 0;
    }

    .download-section .d-img-container {
      position: relative;
      top: 60px;
    }

    .download-tool .boxContent h3{
      font-size: 18px;
    }

    .download-tool .boxContent .button{
      font-size: 18px;
      padding: 8px 10px;
    }

    .download-tool .boxContent .button-menu{
      font-size: 18px;
      padding: 8px 10px;
    }
  }