.main-gx > section {
  width: 100%;
  min-width: 1440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-gx > section {
  width: 100%;
  min-width: 1440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-gx .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0px;
}

/* 顶部背景区域  */
.main-gx .hero-section {
  background: url('../../../img/scheme/bg-k12.png') no-repeat;
  background-blend-mode: normal;
  background-size: 100% 100%;
  height: 350px;
  display: flex;
  align-items: center;
  color: white;
  position: relative;
}

.main-gx .hero-section .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

/* 面包屑导航 */
.main-gx .breadcrumb {
  position: absolute;
  top: -40px;
  right: 40px;
  font-size: 16px;
  color: #ccc;
  z-index: 2;
}

.main-gx .breadcrumb .home-link {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.main-gx .breadcrumb .home-link:hover {
  color: #fff;
}

.main-gx .breadcrumb span {
  color: #fff;
}

.main-gx .hero-section-content {
  width: 100%;
  text-align: center;
}
.main-gx .hero-section-content .news-title {
  height: 54px;
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
}
.main-gx .hero-section-content .news-description {
  font-size: 20px;
  min-height: 60px;
  line-height: 30px;
  width: 884px;
  margin: 36px auto 30px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.main-gx .hero-section-content .hero-section-line {
  width: 96px;
  height: 2px;
  background: white;
  margin: 0 auto;
}

/* 标签导航 */
.main-gx .tabs-section {
  background: white;
  /* padding: 0 20px; */
  height: 56px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.main-gx .tabs-container {
  display: flex;
  justify-content: center; /* 居中对齐 */
  align-items: center;
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.main-gx .tabs-container::-webkit-scrollbar {
  height: 4px;
}

.main-gx .tabs-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.main-gx .tabs-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.main-gx .tabs-container::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.main-gx .tab {
  padding: 20px 0;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 220px;
  max-width: 320px;
  flex-shrink: 0;
}

.main-gx .tab:hover {
  color: #666;
}

.main-gx .tab.active {
  color: #ba3434;
  font-weight: 600;
}
/* .main-gx .tab.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ba3434;
  border-radius: 2px 2px 0 0;
} */

.main-gx .tab-content {
  display: none;
}

.main-gx .tab-content.active {
  display: block;
}
/* j-content 样式 */
.main-gx .j-content {
  background: #f8f9fa;
  padding: 60px 0;
}

.main-gx .j-content .container {
  width: 1440px;
  margin: 0 auto;
}

.main-gx .j-content .content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/* 行业痛点和树生优势样式 */
.main-gx .j-content .section {
  flex: 1;
}

.main-gx .j-content .section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
}

.main-gx .j-content .feature-list {
  list-style: none;
  padding: 0;
}

.main-gx .j-content .feature-item {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.main-gx .j-content .feature-icon {
  margin-right: 6px;
  margin-top: -2px;
}

.main-gx .j-content .feature-icon img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.main-gx .j-content .feature-text {
  color: #666;
}

/* 方案亮点样式 */
.main-gx .highlights-section {
  padding: 78px 0 0px;
  margin-top: -50px;
}

.main-gx .highlights-section .container {
  width: 1440px;
  margin: 0 auto;
}

.main-gx .highlights-title {
  height: 42px;
  font-weight: bold;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 42px;
  margin: 0px auto 48px;
  text-align: center;
}

.main-gx .highlights-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.main-gx .highlight-card {
  width: 342px;
  background: #fff6f6;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* 卡片背景数字 */
.main-gx .highlight-card::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 38px;
  font-size: 60px;
  font-weight: bold;
  color: rgba(186, 52, 52, 0.1);
  z-index: 1;
}

/* 第一个卡片 - 01 */
.main-gx .highlight-card:nth-child(1)::before {
  content: '01';
}

/* 第二个卡片 - 02 */
.main-gx .highlight-card:nth-child(2)::before {
  content: '02';
}

/* 第三个卡片 - 03 */
.main-gx .highlight-card:nth-child(3)::before {
  content: '03';
}
/* 第三个卡片 - 04 */
.main-gx .highlight-card:nth-child(4)::before {
  content: '04';
}

/* 确保卡片内容在数字之上 */
.main-gx .highlight-card * {
  position: relative;
  z-index: 2;
}

.main-gx .highlight-card {
  position: relative;
}
.main-gx .highlight-card .card-title {
  height: 28px;
  font-weight: bold;
  font-size: 20px;
  color: #ba3434;
  line-height: 28px;
  margin-bottom: 36px;
  width: 100%;
  padding-left: 26px;
  text-align: left;
}

.main-gx .highlight-card .card-title span {
  position: absolute;
  right: 2px;
  top: 5px;
  text-align: right;
}

.main-gx .highlight-card .card-description {
  font-size: 15px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin: 0;
  width: 100%;
  margin-bottom: 8px;
}

/* 方案组成样式 */
.main-gx .composition-section {
  padding: 78px 0;
  background: #ffffff;
  margin-bottom: 200px;
}

.main-gx .composition-section .container {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}

.main-gx .composition-title {
  height: 42px;
  font-weight: bold;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 42px;
  margin: 0px auto 70px;
  text-align: center;
}

/* 图标行样式 */
.main-gx .icons-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.main-gx .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 图标之间的间隔 */
.main-gx .icon-wrapper:not(:last-child) {
  margin-right: 127px;
}

/* 图标样式 */
.main-gx .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-gx .icon-box.red-icon {
  width: 111px;
  height: 111px;
}

.main-gx .icon-box.arrow-icon {
  width: 116px;
  height: 45px;
}

.main-gx .icon-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 线条和圆点容器 */
.main-gx .line-container {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 0 auto 40px;
}

/* 线条样式 */
.main-gx .line {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}

/* 圆点通用样式 */
.main-gx .dot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #dcdcdc;
  border-radius: 50%;
}

/* 第一个圆点（左侧） */
.main-gx .dot-1 {
  left: 240px; /* (1440px/2) - 480px = 240px */
}

/* 第二个圆点（中间） */
.main-gx .dot-2 {
  left: 50%; /* 720px */
}

/* 第三个圆点（右侧） */
.main-gx .dot-3 {
  left: calc(50% + 480px); 
}

/* 内容区域样式 */
.main-gx .content-row {
  display: flex;
  position: relative;
  width: 100%;
}

.main-gx .content-item {
  width: 292px;
  text-align: center;
  position: absolute;
}

/* 第一个内容项位置 */
.main-gx .content-item:nth-child(1) {
  left: 94px; /* 244px - (292px/2) = 98px */
}

/* 第二个内容项位置 */
.main-gx .content-item:nth-child(2) {
  left: 574px; /* 720px - (292px/2) = 574px */
}

/* 第三个内容项位置 */
.main-gx .content-item:nth-child(3) {
  left: 1056px; /* 1196px - (292px/2) = 1050px */
}

/* 内容标题样式 */
.main-gx .content-title {
  font-size: 20px;
  line-height: 28px;
  color: #ba3434;
  font-weight: 600;
  margin-bottom: 20px;
}

/* 内容描述样式 */
.main-gx .content-description {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  margin: 0;
}

/*方案介绍*/
.tech-team-section {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  padding: 80px 0;
}

.tech-team-section .container {
  position: relative;
  width: 1440px;
  margin: 0 auto; /* 添加这行使内容居中 */
}

.tech-team-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.tech-team-title {
  font-size: 28px;
  line-height: 42px;
  color: #1A1A1A;
  margin-bottom: 40px;
  font-weight: 600;
}

.tech-team-description {
  width: 1440px;
  height: 104px;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin: 0 auto 20px;
  text-align: left;
}

.tech-team-image-placeholder {
  width: 100%;
  display: flex;
  justify-content: center;
}

.image-placeholder {
  width: 815px;
  height: 412px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 联系我们样式 */
.main-gx .contact-section {
  background: #f5f5f5;
  padding: 64px 0;
  margin-top: 0px;
}
.main-gx .contact-section .container {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.main-gx .contact-title {
  height: 42px;
  font-weight: bold;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 42px;
  margin-bottom: 48px;
  align-self: center;
}

.main-gx .contact-description {
  width: 762px;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}

.main-gx .contact-content {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.main-gx .qrcode-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-gx .qrcode {
  width: 158px;
  height: 158px;
  margin-bottom: 12px;
}

.main-gx .qrcode-text {
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}

.main-gx .btn-contact {
  display: inline-block;
  padding: 16px 48px;
  background: linear-gradient(to right, #ba3434, #942626);
  color: #fff;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 48px;
  transition: background-color 0.3s ease;
}



