/* 模块样式 */

/*--------------------------------------------------------------
# 关系数据可视化
--------------------------------------------------------------*/
.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 .container .relational-1-button-1 .swdt-label-23 {
  width: 33px;
  height: 33px;
}

.section-1 .container .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 .container .relational-title {
    font-size: 28px; /* 超小屏幕锁定最小字号 */
    width: 280px;
    white-space: normal; /* 小屏幕允许换行 */
  }
}

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

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

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

/* 关系数据可视化 - 探索数据奥秘的 */
.section-1 .container .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 .container .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 .container .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;
} */

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

/* 关系数据可视化免费使按钮 */
.section-1 .container .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) {
  .section-1 .container .relational-1-button-1 {
    margin-top: 30px;
  }
}

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

section .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 .container .section-2-text-1 {
  color: rgba(51, 51, 51, 1);
  font-size: 48px;
  font-weight: 700;
  text-align: left;
}

/* 采用极简主义设计风格 */
.section-2 .container .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 .container .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 .container .section-2-button-1:hover {
  background: rgba(21, 124, 246, 1);
}

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

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

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

.description .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) {
  .description .about-us .title-content {
    background: url(/assets/images/about_us/about-us-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
  }
}

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

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

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

.description .about-us .title-content .container .logo-content .logo-img {
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* .service-agreement .sub-title {
  font-weight: bolder;
  line-height: 50px;
  font-size: 14px;
} */

.description .service-agreement .container .content .detail .text-paragraph {
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
}

/* -----------服务条款--官方客服------------------- */
.description .service-agreement .container .content .detail .csv-p-text {
  font-size: 16px;
  line-height: 36px;
}
/* “官方客服”文字样式 - 作为触发区域 */
.description .service-agreement .container .content .detail .csv-p-text .official-customer-service {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #0d82fe;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.description .service-agreement .container .content .detail .csv-p-text .official-customer-service:hover {
  transform: translateY(-2px) scale(1.05);
  color: #00b0ff;
}

/* 二维码弹窗 - 相对于“官方客服”文字定位 */
.description .service-agreement .container .content .detail .csv-p-text .official-customer-service .img-popup {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  pointer-events: none;
}

/* 鼠标悬停在文字上时显示弹窗 */
.description .service-agreement .container .content .detail .csv-p-text .official-customer-service:hover .img-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-5px);
}

/* 二维码卡片样式 */
.description .service-agreement .container .content .detail .csv-p-text .official-customer-service .img-popup .ocs-image {
  width: 100%;
  height: auto;
  background: 0072e7;
  border-radius: 12px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
  display: block;
  box-sizing: border-box;
}

/* 小三角箭头（朝下指向“官方客服”文字） */
.description .service-agreement .container .content .detail .csv-p-text .official-customer-service .img-popup::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #0072e7;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.05));
}

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

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

.points-rules .container .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 .container .content h1 {
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.8);
}

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

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

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

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

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

.points-rules .container .content 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 .container .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 .container .membership-title-content p {
  color: rgba(102, 102, 102, 1);
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
}

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

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

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

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

.membership .container .membership-title-content .tabStyle .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;
}

.membership .container .membership-title-content .tabStyle .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;
}

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

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

.membership .container .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 .container .membershipContent .header .go-gift-card .gift-card-img {
  width: 42px;
  height: auto;
  transition: all 0.5s ease-in-out;
}

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

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

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

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

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

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

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

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

.membership .container .membershipContent .header .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 .container .membershipContent .header .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 .container .membershipContent .header .dsb-title {
    padding: 0 0 0 10px;
    font-size: 16px;
  }

  .membership .container .membershipContent .header .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 .container .membershipContent .header .go-gift-card {
  font-size: 16px;
  line-height: 60px;
  font-weight: 800;
  color: #f4cf96;
  vertical-align: middle;
}

.membership .container .membershipContent #proEdition .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 .container .membershipContent #proEdition .mebership-message {
    font-size: 14px;
    line-height: 30px;
  }
}

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

@media (max-width: 768px) {
  .membership .container .membershipContent #proEdition .mebership-message span {
    font-size: 14px;
  }
}

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

.membership .container .membershipContent #proEdition .membershipBenefits .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 .container .membershipContent #proEdition .membershipBenefits .list {
  margin-left: 50px;
  margin-top: 15px;
}

.membership .container .membershipContent #proEdition .membershipBenefits .list .list-img {
  padding-right: 15px;
}

/* 专家版和大众版list下的ul样式 */
.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 .container .membershipContent #proEdition .membershipBenefits .boxContent {
  text-align: left;
}

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent #priceBox-1,
.membership .container .membershipContent #proEdition .membershipBenefits .boxContent #priceBox-2{
    margin-right: 20px;
}

.membership .container .membershipContent #proEdition .membershipBenefits .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);
  cursor: pointer;
}

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

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

.membership .container .membershipContent #proEdition .membershipBenefits .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 .container .membershipContent #proEdition .membershipBenefits .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 .container .membershipContent #proEdition .membershipBenefits .boxContent .boxActive {
    width: 100%;
    /* 在手机端，宽度设置为100% */
  }
}

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

.membership .container .membershipContent #proEdition .membershipBenefits .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 .container .membershipContent #proEdition .membershipBenefits .boxContent .background-img {
  background-image: url(/assets/images/membership/card-bg-1.png);
  background-position: 75% 75%;
  background-repeat: no-repeat;

}

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .background-img h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 41px;
  margin-top: 30px;
  /* modify 去除立即购买按钮 margin-bottom: 30px */
}

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .background-img .price {
  font-size: 38px;
  font-weight: 900;
}

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .background-img .price .money-flag {
  font-size: 20px;
  font-weight: 500;
}

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .background-img .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 .container .membershipContent #proEdition .membershipBenefits .boxContent .background-img .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 .container .membershipContent #proEdition .membershipBenefits .boxContent .background-img .button-2 {
  /* modify 去除立即购买按钮：去除文字，改为 &nbsp; background-image: linear-gradient(90deg,
      rgb(249, 170, 170) 0,
      rgba(255, 94, 94, 1) 100%); */
  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 .container .content .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 .container .content .button-content .button-3:hover {
  background: rgb(251, 78, 78);
}

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .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 .container .membershipContent #proEdition .membershipBenefits .boxContent .buy-box .ewmImg {
  display: inline-block;
}

/* 高亮闪烁二维码图片 */
.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .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 .container .membershipContent #proEdition .membershipBenefits .boxContent .buy-box img {
  height: 150px;
  display: inline-block;
}

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .buy-box .buy-content {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .buy-box .buy-content .buy-content-3 {
  padding-bottom: 30px;
}

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .buy-box .buy-content .buy-content-3 .span-1 {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
}

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

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

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .buy-box .buy-content .buy-content-3 .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 .container .membershipContent #proEdition .membershipBenefits .boxContent .buy-box .buy-content .buy-content-3 .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 .container .membershipContent #proEdition .membershipBenefits .boxContent .buy-box .buy-content .buy-content-1 {
  font-size: 16px;
  font-weight: bold;
  color: rgb(112 109 109);
}

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .buy-box .buy-content .buy-content-1 img {
  width: 21px;
  height: 20px;
  margin-right: 10px;
}

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .buy-box .buy-content .buy-content-2 {
  font-size: 1rem;
  color: rgb(126 123 123);
  margin-top: 10px;
}

.membership .container .membershipContent #proEdition .membershipBenefits .boxContent .buy-box .buy-content .buy-content-2 a {
  font-size: 0.9vw;
  font-weight: bold;
}

/* 购买--大众版 */
.membership .container .membershipContent .mass-edition {
  text-align: left;
  display: none;
}

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

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

.membership .container .membershipContent .mass-edition .left-content .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 .container .membershipContent .mass-edition .left-content .list {
  margin: 0 10px 0 0;
  color: rgba(102, 102, 102, 1);
}

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

.membership .container .membershipContent .mass-edition .left-content .list ul {
  margin-top: 10px;
}

.membership .container .membershipContent .mass-edition .left-content .list li {
  padding-bottom: 0;
}

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

.membership .container .membershipContent .mass-edition .left-content .mass-content .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 .container .membershipContent .mass-edition .left-content .mass-content .freee-button {
    margin: 50px 0;
  }
}

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

.membership .container .membershipContent .mass-edition .left-content .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 .container .membershipContent .mass-edition .left-content .mass-content .mind-map-img {
  height: 50px;
}

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

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

@media (max-width: 768px) {
  .membership .container .membershipContent .mass-edition .left-content .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 .container .content {
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  margin-left: 10px;
}

.schemesComparison .container .content .pro-2-img {

  text-align: left;
}

.schemesComparison .container .content .border-1 {
  border: 1px solid rgb(238 241 250);
}

.schemesComparison .container .content .background-1 {
  background-color: rgb(243, 248, 255);
  border: 1px solid rgb(238 241 250);
}

.schemesComparison .container .content .background-2 {
  background: rgb(218, 233, 253);
  border: 1px solid rgb(223 224 227);
}

.schemesComparison .content .title-1 {
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  font-weight: 700;
}
.schemesComparison .container .content .title-background {
  background-color: #f8f9fa;
  border: 1px solid rgb(249 250 252);
}

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

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

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

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

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

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

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

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

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

.schemesComparison .container .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 .container .content .list-level-2 i{
  font-size: 12px;
}

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

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

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

.schemesComparison .container .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 .container .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 .container .content .columnTitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  text-align: left;
}

.schemesComparison .container .content .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 .container .content .columnText-2 {
  padding-left: 40px;
  font-size: 18px;
  text-align: left;
  font-weight: bolder;
}

.schemesComparison .container .content .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 .container .content .button-content {
  position: relative;
}

/* 免费体验 */
.schemesComparison .container .content .button-content .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 .container .content .button-content .button-1:hover {
  background: rgba(21, 124, 246, 1);
}

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

/* 免费体验 tip*/
.schemesComparison .container .content .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 .container .flag-title {
  text-align: left;
  margin-top:20px; 
  font-weight:bolder;
  font-size: 16px;
}

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

/*--------------------------------------------------------------
# 图形天下系列应用
--------------------------------------------------------------*/
#txtxxlyy .container .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 .container .txtxxlyy-wrapper-1 {
    margin-bottom: 20px;
  }
}

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

#txtxxlyy .container .txtxxlyy-wrapper-1 .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 .container .txtxxlyy-wrapper-1 .txtxxlyy-img-2 {
  width: 368px;
  height: 91px;
  margin-top: 35px;
}

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

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

.faq .container .border-line .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 .container .border-line .faq-list {
  padding: 20px 0;
}

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

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

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

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

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

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

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

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

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

.faq .container .border-line .faq-list .icon-show,
.faq .container .border-line .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

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

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

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

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

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

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

.faq .container .border-line .faq-list .title-level-2 {
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: 10px 0 10px 0
}

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

/*--------------------------------------------------------------
# 视频教程
--------------------------------------------------------------*/
.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 .container .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 .container .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 .container .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 .container .search-form input[type=text]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.video-course-header .container .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 .container .search-form span {
  position: absolute;
  top: 25%;
  right: 12%;
  bottom: 0;
  border: 0;
  font-size: 18px;
}

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

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

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

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

.video-course-body .container #pageContext .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 .container #pageContext .line-content .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 .container #pageContext .line-content .card {
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}

.video-course-body .container #pageContext .line-content .card:hover {
  transform: scale(1.1);
}

.video-course-body .container #pageContext .line-content .card .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 .container #pageContext .line-content .card .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 .container #pageContext .line-content .card .card-info p {
  color: rgba(170, 170, 170, 1);
  font-size: 16px;
}

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

/* 告警提示 */
.video-course-body .container .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 .container .promptNoResult {
  display: none;
  text-align: center;
  margin-top: 80px;
}

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

@media (max-width: 768px) {

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

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

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

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

  .video-course-body .container #pageContext .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-section .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-section .gift-card {
      padding: 0;
    }
  }

  .gift-card-section .gift-card .container .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-section .gift-card .container .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-section .gift-card .container .box .title-content {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    justify-content: center;
  }

  .gift-card-section .gift-card .container .box .title-content .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-section .gift-card .container .box .title-content .title-separator {
    background: #FBE5CA;
    height: 1px;
    flex: 1;
    min-width: 30px;
    max-width: 100px;
  }

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

  .gift-card-section .gift-card .container .box .activation-code-content .activation-code .code-text {
    color: #93542C;
    font-weight: 600;
  }

  .gift-card-section .gift-card .container .box .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-section .gift-card .container .box .activation-code-content {
      font-size: 16px;
    }
  }

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

  .gift-card-section .gift-card .container .box .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-section .gift-card .container .box .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-section .gift-card .container .box .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-section .gift-card .container .box .code-button:hover {
    background: #f3a033;
  }

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

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

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

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

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

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

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

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

  .gift-card-section .gift-card .container .box .friendly-reminder .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-section .gift-card .container .gift-img {
    margin-top: 80px;
    width: 92%;
    transition: all 0.8s ease-in-out;
  }

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

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

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

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

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

  .gift-card-section .gift-card .container #successTip .gift-tool img {
    width: 28px;
    height: auto;
    margin-right: 10px;
  }

  .gift-card-section .gift-card .container #successTip .gift-tool .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-section .gift-card .container #successTip .gift-tool .use-immediately:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(21, 124, 246, 1);
  }

  .gift-card-section .gift-card .container #successTip .gift-tool .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-section .gift-card .container #successTip .gift-tool .learn-more:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(21, 124, 246, 1);
  }

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

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

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

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

  .gift-card-section .gift-card .container .success-tip .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-section .gift-card .container .success-tip .success-tip-info span {
    display: block;
  }

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

  .gift-card-section .gift-card .container .box .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-header .container .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-header .container .download-text {
    font-size: 38px;
    color: rgb(51, 51, 51);
    margin: 0;
  }

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

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

  .download-section .download-header .container .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-header .container .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 .container .boxContent {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

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

  .download-tool .container .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 .container .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 .container .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 .container .boxContent .box {
      width: 100%;
      margin-bottom: 20px;
      /* 新增：移动端增加间距 */
    }
  }

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

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

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

  .download-tool .container .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 .container .boxContent .button:hover {
    background: rgba(21, 124, 246, 1);
  }

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

  .download-tool .container .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 .container .boxContent .button-menu:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(21, 124, 246, 1);
  }

  .download-tool .container .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;
    color: #696666;
  }

  .download-tool .container .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 .container .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 .container .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 .container .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 .container .dl-menu-btn:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }

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

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

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

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

  .download-tool .container .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 .container .dl-menu-item:hover {
    color: rgba(51, 51, 51, 1);
    background: rgb(231, 239, 250);
    border-radius: 12px;
  }

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

  .download-tool .container .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 .container .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-header .container .download-title {
      font-size: 36px;
    }

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

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

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

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

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

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



/* 抽奖按钮样式 */
.discount-btn {
    background: rgb(255, 247, 181);
    color: rgb(87, 41, 33);
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    min-width: 180px;

}

.discount-btn:hover {
    transform: translateY(-2px);
}

/* 优惠券按钮 */
.coupon-btn {
    background:rgb(255, 247, 181);
    color: rgb(87, 41, 33);
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.coupon-btn:hover {
    transform: translateY(-2px);
}


/* 优惠券容器基础样式 */
.coupon-box {
    display: none;
    margin: 10px 20px 10px 0;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.coupon-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px;
    gap: 15px;
}

/* 折扣券标签 */
.coupon-tag {
    display: flex;
    align-items: center;
    gap:10px;
    background-color: #FFFFFF;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.discount-rate {
    color: #FF6B6B;
    font-size: 14px;
    font-weight: bold;
 
}

/* 优惠倒计时 */
.coupon-timer {
    display: flex;
    align-items: center;
    gap:10px;
    color: #333;
    font-size: 14px;
    padding: 4px 8px;
    font-weight: normal;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

#countdown {
    color: #FF6B6B;
    font-weight: bold;
}


.modal-overtime,
.modal-getCoupon, 
.modal-coupon {
    width: 300px; 
    height: 400px; 
    border-radius: 8px; 
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden; 
    background: no-repeat center center / 100% 100%; 
}

.modal-getCoupon {
    background-image: url('/assets/images/price/getPrize.png');
}

.modal-coupon {
    background-image: url('/assets/images/price/prize.png');
}

.modal-overtime{
    background-image: url('/assets/images/price/prize.png');
}


.custom-modal-container .modal-body {
    position: relative; 
    width: 100%;
    height: 100%;
    padding: 0; 
}

.coupon-list {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 单个优惠券项*/
.coupon-item {
    position: absolute;
    width: auto; 
    min-width: 80px; 
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    transform: translateX(-50%);
}

.discountBox {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

/* 获得的优惠券信息 */
.active-coupon-info {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.pos-item {
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap; 
}

.pos-item.coupon-btn {
    z-index: 10;
}