.center {
  width: 100%;
}

.banner {
  margin-top: 50px;
}

.bannertxt {
  width: calc(100% - 40px);
  height: calc(100% - 12%);
  left: 20px;
  top: 12%;
  transform: translate(0);
}

.bannertxt h4 {
  font-size: 28px;
  width: 100%;
  margin-bottom: 20px;
}

.bannertxt p {
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.Capture3d_app-download {
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 100%;
  gap: 0px;
  justify-content: space-between;
}

.features-section {
  padding: 49px 0 51px;
}

.features-list {
  display: block;
}

.Capture3d_app-download a {
  padding-left: 14px;
  padding-right: 26px;
}

.feature-item {
  width: calc(100% - 40px);
  margin-left: 18px;
  height: 95px;
  padding: 0;
  text-align: left;
  margin-bottom: 30px;
}

.features-list .feature-icon {
  float: left;
  width: 113px;
  height: 113px;
  margin-right: 6px;
}

.feature-title {
  padding-top: 20px;
  font-size: 18px;
}

.feature-desc {
  font-size: 14px;
}

.ai-enhance {
  padding: 40px 0 47px;
}

.ai-container {
  display: block;
}

.ai-text-side {
  width: calc(100% - 40px);
  margin-left: 20px;
}

.ai-text-side h2 {
  font-size: 28px;
  color: #1E1E1E;
  margin-bottom: 8px;
}

.ai-desc {
  font-size: 15px;
  margin-bottom: 20px;
}

.ai-text-side .ai-image-side {
  width: 100%;
}

.ai-feature-list {
  margin-top: 26px;
}

.ai-feature-text h4 {
  margin-top: 5px;
}

.ai-feature-text p {
  font-size: 15px;
}

.industry-solutions {
  padding: 36px 0px 50px;
}

.solutions-title {
  margin-bottom: 8px;
}

.solutions-container>p {
  font-size: 15px;
  margin-bottom: 28px;
}

.solutions-grid {
  width: calc(100% - 22px);
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 22px;
}

.solutions-grid .solution-card {
  width: 314px;
  margin-right: 16px;
  flex-shrink: 0;
}

.advantages-section {
  padding: 40px 0px 70px;
}

.advantages-headline {
  margin-bottom: 32px;
}

.advantages-headline h2 {
  font-size: 28px;
}

.advantages-headline p {
  font-size: 16px;
}

.text-blue {
  display: block;
}

.advantages-grid {
  width: calc(100% - 40px);
  /* 核心：一排 2 个，等分宽度 */
  grid-template-columns: repeat(2, 1fr);
  margin-left: 20px;
  /* 卡片之间的间距（上下、左右） */
  gap: 20px;
}

.advantage-card {
  float: left;
}

.advantage-icon {
  width: 40px;
  height: 40px;
}

.advantage-card {
  padding: 25px 16px;
}