.main-scheme3 > section {
  width: 100%;
  min-width: 1440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-scheme3 > section {
  width: 100%;
  min-width: 1440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-scheme3 .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0px;
}

/* 顶部背景区域  */
.main-scheme3 .hero-section {
  background: url('../../../img/scheme/bg-4.png') no-repeat;
  background-blend-mode: normal;
  background-size: 100% 100%;
  height: 350px;
  display: flex;
  align-items: center;
  color: white;
  position: relative;
}

.main-scheme3 .hero-section .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

/* 面包屑导航 */
.main-scheme3 .breadcrumb {
  position: absolute;
  top: -40px;
  right: 40px;
  font-size: 16px;
  color: #ccc;
  z-index: 2;
}

.main-scheme3 .breadcrumb .home-link {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.main-scheme3 .breadcrumb .home-link:hover {
  color: #fff;
}

.main-scheme3 .breadcrumb span {
  color: #fff;
}

.main-scheme3 .hero-section-content {
  width: 100%;
  text-align: center;
}
.main-scheme3 .hero-section-content .news-title {
  height: 54px;
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
}
.main-scheme3 .hero-section-content .news-description {
  font-size: 20px;
  line-height: 30px;
  width: 884px;
  margin: 36px auto 30px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.main-scheme3 .hero-section-content .hero-section-line {
  width: 96px;
  height: 2px;
  background: white;
  margin: 0 auto;
}

/* j-content 样式 */
.main-scheme3 .j-content {
  background: #f8f9fa;
  padding: 60px 0;
}

.main-scheme3 .j-content .container {
  width: 1440px;
  margin: 0 auto;
}

.main-scheme3 .j-content .content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/* 行业痛点和树生优势样式 */
.main-scheme3 .j-content .section {
  flex: 1;
}

.main-scheme3 .j-content .section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
}

.main-scheme3 .j-content .feature-list {
  list-style: none;
  padding: 0;
}

.main-scheme3 .j-content .feature-item {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.main-scheme3 .j-content .feature-icon {
  margin-right: 6px;
  margin-top: -2px;
  line-height: 1.5;
}

.main-scheme3 .j-content .feature-icon img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.main-scheme3 .j-content .feature-text {
  color: #666;
  line-height: 1.5;
}

/* 方案亮点样式 */
.main-scheme3 .highlights-section {
  padding: 78px 0;
}

.main-scheme3 .highlights-section .container {
  width: 1440px;
  margin: 0 auto;
}

.main-scheme3 .highlights-title {
  height: 42px;
  font-weight: bold;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 42px;
  margin: 0px auto 48px;
  text-align: center;
}

.main-scheme3 .highlights-container {
  display: flex; 
  gap: 30px;
  max-width: 1440px;
  margin: 0 auto;
}

.main-scheme3 .highlight-card {
  width: 464px;
  background: #fff6f6;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* 卡片背景数字 */
.main-scheme3 .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-scheme3 .highlight-card:nth-child(1)::before {
  content: '01';
}

/* 第二个卡片 - 02 */
.main-scheme3 .highlight-card:nth-child(2)::before {
  content: '02';
}

/* 第三个卡片 - 03 */
.main-scheme3 .highlight-card:nth-child(3)::before {
  content: '03';
}

/* 第四个卡片 - 04 */
.main-scheme3 .highlight-card:nth-child(4)::before {
  content: '04';
}

/* 确保卡片内容在数字之上 */
.main-scheme3 .highlight-card * {
  position: relative;
  z-index: 2;
}

.main-scheme3 .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-scheme3 .highlight-card .card-title span {
  position: absolute;
  right: 2px;
  top: 5px;
  text-align: right;
}

.main-scheme3 .highlight-card .card-description {
  /* 三个亮点的时候*/
  /* width: 384px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin: 0; */
  /* 四个亮点的时候*/
  width: 278px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin: 0;
}


/* 方案组成 */
.main-scheme3 .composition-section {
  padding: 78px 0;
  background: #ffffff;
  margin-bottom: 200px;
}

.main-scheme3 .composition-section .container {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}

.main-scheme3 .composition-title {
  height: 42px;
  font-weight: bold;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 42px;
  margin: 0px auto 70px;
  text-align: center;
}

/* 图标行样式 */
.main-scheme3 .icons-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.main-scheme3 .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-scheme3 .icon-wrapper:not(:last-child) {
  margin-right: 127px;
}

.main-scheme3 .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-scheme3 .icon-box.red-icon {
  width: 111px;
  height: 111px;
}

.main-scheme3 .icon-box.arrow-icon {
  width: 116px;
  height: 45px;
}

.main-scheme3 .icon-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 线条和圆点 */
.main-scheme3 .line-container {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 0 auto 40px;
}

.main-scheme3 .line {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}

.main-scheme3 .dot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #dcdcdc;
  border-radius: 50%;
}

.main-scheme3 .dot-1 { left: 240px; }
.main-scheme3 .dot-2 { left: 50%; }
.main-scheme3 .dot-3 { left: calc(50% + 480px); }

/* 内容区域 */
.main-scheme3 .content-row {
  display: flex;
  position: relative;
  width: 100%;
}

.main-scheme3 .content-item {
  width: 292px;
  text-align: center;
  position: absolute;
}

.main-scheme3 .content-item:nth-child(1) { left: 94px; }
.main-scheme3 .content-item:nth-child(2) { left: 574px; }
.main-scheme3 .content-item:nth-child(3) { left: 1056px; }

.main-scheme3 .content-title {
  font-size: 20px;
  line-height: 28px;
  color: #ba3434;
  font-weight: 600;
  margin-bottom: 20px;
}

.main-scheme3 .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-scheme3 .contact-section {
  background: #f5f5f5;
  padding: 64px 0;
  margin-top: 60px;
}

.main-scheme3 .contact-section .container {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.main-scheme3 .contact-title {
  height: 42px;
  font-weight: bold;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 42px;
  margin-bottom: 48px;
  align-self: center;
}

.main-scheme3 .contact-description {
  width: 762px;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}

.main-scheme3 .contact-content {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.main-scheme3 .qrcode-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-scheme3 .qrcode {
  width: 158px;
  height: 158px;
  margin-bottom: 12px;
}

.main-scheme3 .qrcode-text {
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}

.main-scheme3 .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;
}
