.main-schemek12 > section {
  width: 100%;
  min-width: 1440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-schemek12 > section {
  width: 100%;
  min-width: 1440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-schemek12 .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0px;
}

/* 顶部背景区域  */
.main-schemek12 .hero-section {
  background: url('../../../img/scheme/bg-xyaf.png') no-repeat;
  background-blend-mode: normal;
  background-size: 100% 100%;
  height: 350px;
  display: flex;
  align-items: center;
  color: white;
  position: relative;
}

.main-schemek12 .hero-section .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

/* 面包屑导航 */
.main-schemek12 .breadcrumb {
  position: absolute;
  top: -40px;
  right: 40px;
  font-size: 16px;
  color: #ccc;
  z-index: 2;
}

.main-schemek12 .breadcrumb .home-link {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.main-schemek12 .breadcrumb .home-link:hover {
  color: #fff;
}

.main-schemek12 .breadcrumb span {
  color: #fff;
}

.main-schemek12 .hero-section-content {
  width: 100%;
  text-align: center;
}
.main-schemek12 .hero-section-content .news-title {
  height: 54px;
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
}
.main-schemek12 .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-schemek12 .hero-section-content .hero-section-line {
  width: 96px;
  height: 2px;
  background: white;
  margin: 0 auto;
}

/* j-content 样式 */
.main-schemek12 .j-content {
  background: #f8f9fa;
  padding: 60px 0;
}

.main-schemek12 .j-content .container {
  width: 1440px;
  margin: 0 auto;
}

.main-schemek12 .j-content .content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/* 行业痛点和树生优势样式 */
.main-schemek12 .j-content .section {
  flex: 1;
}

.main-schemek12 .j-content .section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
}

.main-schemek12 .j-content .feature-list {
  list-style: none;
  padding: 0;
}

.main-schemek12 .j-content .feature-item {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.main-schemek12 .j-content .feature-icon {
  margin-right: 6px;
  margin-top: -2px;
}

.main-schemek12 .j-content .feature-icon img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.main-schemek12 .j-content .feature-text {
  color: #666;
}

/* 方案亮点样式 */
.main-schemek12 .highlights-section {
  padding: 78px 0 48px;
}

.main-schemek12 .highlights-section .container {
  width: 1440px;
  margin: 0 auto;
}

.main-schemek12 .highlights-title {
  height: 42px;
  font-weight: bold;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 42px;
  margin: 0px auto 48px;
  text-align: center;
}

.main-schemek12 .highlights-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.main-schemek12 .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-schemek12 .highlight-card::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 60px;
  font-weight: bold;
  color: rgba(186, 52, 52, 0.1);
  z-index: 1;
}

/* 第一个卡片 - 01 */
.main-schemek12 .highlight-card:nth-child(1)::before {
  content: '01';
}

/* 第二个卡片 - 02 */
.main-schemek12 .highlight-card:nth-child(2)::before {
  content: '02';
}

/* 第三个卡片 - 03 */
.main-schemek12 .highlight-card:nth-child(3)::before {
  content: '03';
}

/* 第四个卡片 - 04 */
.main-schemek12 .highlight-card:nth-child(4)::before {
  content: '04';
}

/* 确保卡片内容在数字之上 */
.main-schemek12 .highlight-card * {
  position: relative;
  z-index: 2;
}

.main-schemek12 .highlight-card .card-title {
  height: 28px;
  font-weight: bold;
  font-size: 20px;
  color: #ba3434;
  line-height: 28px;
  margin-bottom: 36px;
  width: 100%;
  padding-left: 18px;
  text-align: left;
}

.main-schemek12 .highlight-card .card-description {
  width: 278px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

/* 巡检模式样式 */
.main-schemek12 .patrol-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.main-schemek12 .patrol-section .container {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-schemek12 .patrol-title {
  height: 42px;
  font-weight: bold;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 42px;
  margin-bottom: 48px;
  text-align: center;
}

.main-schemek12 .patrol-container {
  display: flex;
  gap: 24px;
  width: 100%;
}

.main-schemek12 .patrol-card {
  width: 708px;
  height: 288px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(34, 5, 5, 0.1);
  border-radius: 8px 8px 8px 8px;
  padding: 32px 130px;
}

.main-schemek12 .patrol-mode {
  width: 104px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;

  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  font-style: normal;
  text-transform: none;
}

.main-schemek12 .patrol-card-title {
  height: 28px;
  font-weight: bold;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 28px;

  margin-bottom: 20px;
}

.main-schemek12 .patrol-card-description {
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 24px;

  margin: 0;
}

/* 联系我们样式 */
.main-schemek12 .contact-section {
  background: #f5f5f5;
  padding: 64px 0;
  margin-top: 0px;
}

/* AI视觉识别巡检重点应用场景样式 */
.main-schemek12 .ai-scenarios-section {
  padding: 80px 0;
}

.main-schemek12 .ai-scenarios-section .container {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-schemek12 .ai-scenarios-title {
  height: 42px;
  font-weight: bold;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 42px;
  margin-bottom: 56px;
  text-align: center;
}

.main-schemek12 .ai-scenarios-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  width: 100%;
  justify-items: center;
  background: url('../../../img/scheme/bg-bg.png') no-repeat;
  background-size: 1218px 68px;
  background-position: center 34px;
}

.main-schemek12 .ai-scenario-item {
  width: 214px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* 为第1、3、5个卡片添加margin-top：67px */
.main-schemek12 .ai-scenario-item:nth-child(1),
.main-schemek12 .ai-scenario-item:nth-child(3),
.main-schemek12 .ai-scenario-item:nth-child(5) {
  margin-top: 67px;
}

.main-schemek12 .scenario-icon {
  margin-bottom: 20px;
  background: #fff;
}

.main-schemek12 .scenario-icon img {
  width: 80px;
  height: 80px;
}

.main-schemek12 .scenario-title {
  height: 26px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 16px;
  text-align: center;
}

.main-schemek12 .scenario-description {
  width: 214px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

.main-schemek12 .contact-section .container {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.main-schemek12 .contact-title {
  height: 42px;
  font-weight: bold;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 42px;
  margin-bottom: 48px;
  align-self: center;
}

.main-schemek12 .contact-description {
  width: 762px;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}

.main-schemek12 .contact-content {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.main-schemek12 .qrcode-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-schemek12 .qrcode {
  width: 158px;
  height: 158px;
  margin-bottom: 12px;
}

.main-schemek12 .qrcode-text {
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}

.main-schemek12 .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;
}
