body {
  color: #1d2129;
}

.nav-bar {
  margin-bottom: -64px;
  background-color: transparent;
}

.nav-bar nav,
.nav-bar .nav-item,
.nav-bar .logo,
.nav-bar .action {
  background-color: transparent;
}

.nav-bar.fixed {
  background-color: #252d40;
}

.nav-bar.fixed nav,
.nav-bar.fixed .nav-item,
.nav-bar.fixed .logo,
.nav-bar.fixed .action {
  background-color: #252d40;
}

.sub-nav {
  opacity: 0;
}

.nav-item.active .sub-nav {
  opacity: 1;
}

.hear-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f5f6fb;
}

.hear-banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 460px;
  max-height: 560px;
  object-fit: cover;
  object-position: center;
}

.hear-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 48px);
  max-width: 1158px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hear-banner-content .t0 {
  margin-bottom: 18px;
  line-height: 50px;
  font-weight: 600;
  font-size: 50px;
  color: #252D40;
}

.hear-banner-content .t1 {
  margin-bottom: 24px;
  color: #f19240;
  line-height: 40px;
  font-size: 40px;
  font-weight: 600;
}

.hear-banner-content .t2 {
  max-width: 380px;
  margin-bottom: 28px;
  color: #777;
  line-height: 23px;
  font-size: 16px;
  font-weight: 400;
}

.hear-banner-content .banner-actions {
  display: flex;
  align-items: center;
}

.hear-banner-content .banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 214px;
  height: 66px;
  padding: 0 34px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 18px 36px rgba(241, 146, 64, 0.2);
  background-image: linear-gradient(
    90deg,
    #ff8605 0%,
    #ff9f39 100%
  );
  color: #fff;
  line-height: 24px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.hear-banner-content .banner-btn ~ .banner-btn {
  margin-left: 15px;
}

.hear-banner-content .banner-btn:hover {
  filter: brightness(1.02);
  transform: translateY(-1px);
  box-shadow: 0 22px 36px rgba(241, 146, 64, 0.26);
}

.hear-banner-content .banner-btn:active {
  background: #eb8228;
  filter: none;
  transform: translateY(0);
  box-shadow: 0 12px 24px rgba(235, 130, 40, 0.26);
}

.r-body {
  background: #fff;
  overflow: hidden;
}

.r-body *,
.r-body *::before,
.r-body *::after {
  box-sizing: border-box;
}

.r-body .inner {
  width: 100%;
  max-width: 1204px;
  margin: 0 auto;
  padding: 0 24px;
}

/* .dc-section-heading {
  position: relative;
  z-index: 1;
  padding-top: 30px;
} */

/* .dc-section-heading-center {
  text-align: center;
} */

/* .dc-section-heading .en-title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  background: linear-gradient(180deg, #e1e8f2 0%, rgba(234, 236, 239, 0) 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
} */

/* .dc-section-heading h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #303133;
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
} */

/* .dc-section-heading p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #a8abb2;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
} */

.dc-section-heading {
  position: relative;
  z-index: 1;
  --mes-design-width: min(100vw, 1440px);
  --mes-en-title-width: calc(var(--mes-design-width) * 267 / 1440);
  --mes-en-title-height: calc(var(--mes-design-width) * 59 / 1440);
  --mes-en-title-font-size: calc(var(--mes-design-width) * 42 / 1440);
  padding-top: calc(var(--mes-design-width) * 24 / 1440);
}
.dc-section-heading-center {
  text-align: center;
}
.dc-section-heading .en-title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: block;
  height: var(--mes-en-title-height);
  transform: translateX(-50%);
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 600;
  font-size: var(--mes-en-title-font-size);
  line-height: var(--mes-en-title-height);
  text-align: center;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
  background: linear-gradient(
    180deg,
    #e1e8f2 0%,
    rgba(234, 236, 239, 0) 82%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
}
.dc-section-heading h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #303133;
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
}
.dc-section-heading p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 18px;
  color: #A8ABB2;
}
/* .mes-why .mes-section-heading {
  --mes-en-title-width: calc(var(--mes-design-width) * 368 / 1440);
} */

.dc-choose {
  padding: 72px 0 96px;
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
}

.dc-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 86px;
  align-items: start;
}

.dc-choose-card {
  position: relative;
  min-height: 230px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  /* overflow: hidden; */
}

.dc-choose-card:hover {
  transform: none;
  box-shadow: none;
}

.dc-choose-card:focus {
  outline: none;
}

.dc-choose-card.is-active {
  background-image: linear-gradient(180deg, #69738b 0%, #535b72 58%, #5d6479 100%);
  box-shadow: 0 24px 46px rgba(88, 96, 117, 0.28);
}

.dc-choose-card-copy {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
}

.dc-choose-card-copy strong {
  display: block;
  color: #303133;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.01em;

  max-width: 65%;             /* 限制最大宽度为父元素的 65% */
  white-space: nowrap;        /* 强制文本在一行内显示，不允许换行 */
  overflow: hidden;           /* 隐藏超出最大宽度的部分 */
  text-overflow: ellipsis;    /* 超出的部分用省略号“...”显示 */
}

.dc-choose-card-copy small {
  /* 原有样式（去掉 display: block） */
  margin-top: 20px;
  color: #A8ABB2;
  font-size: 18px;
  font-weight: 400;

  /* 新增：多行文本截断样式 */
  display: -webkit-box;           /* 将元素作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;   /* 设置伸缩盒对象的子元素的排列方式为垂直 */
  -webkit-line-clamp: 3;          /* 限制文本最多显示的行数（3行） */
  overflow: hidden;               /* 隐藏超出3行范围的文本 */
  text-overflow: ellipsis;        /* 用省略号“...”隐藏超出范围的文本 */
  
  /* 优化排版（建议加上） */
  word-break: break-word;         /* 确保长英文单词或网址能在末尾正确换行，避免提前被截断 */
}

.dc-choose-card.is-active .dc-choose-card-copy strong {
  color: #fff;
}

.dc-choose-card.is-active .dc-choose-card-copy small {
  color: rgba(255, 255, 255, 0.76);
}

.dc-choose-card-media {
  position: absolute;
  right: 0;
  top: -36px;
  width: 144px;
  opacity: 0;
  transform: translateY(14px) scale(0.96);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.dc-choose-card-media img {
  display: block;
  width: 100%;
  height: auto;
}

.dc-choose-card-accent {
  position: absolute;
  right: 24px;
  top: 28px;
  width: 84px;
  height: 84px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 205, 164, 0.28) 0%, rgba(241, 146, 64, 0.08) 100%);
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.dc-choose-card-accent::before,
.dc-choose-card-accent::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #f19240;
}

.dc-choose-card-accent::before {
  left: 18px;
  right: 18px;
  top: 24px;
  height: 10px;
}

.dc-choose-card-accent::after {
  top: 18px;
  bottom: 18px;
  left: 37px;
  width: 10px;
}

.dc-choose-card.is-active .dc-choose-card-media {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.dc-choose-card.is-active .dc-choose-card-accent {
  opacity: 0.85;
  transform: translateY(0) scale(1);
}

.dc-integration {
  padding: 92px 0 104px;
  background: linear-gradient(180deg, #f1f5f9 0%, #fff 100%);
}

.dc-integration-stage {
  position: relative;
  margin-top: 58px;
  padding-top: 120px;
  display: grid;
  grid-template-columns: minmax(250px, 330px) 50px minmax(280px, 350px) 50px minmax(250px, 330px);
  justify-content: center;
  align-items: start;
  column-gap: 12px;
}

.dc-integration-stage::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 134px;
  height: 123px;
  z-index: 1;
  transform: translateX(42px);
  background: url(https://global.mabangerp.com/mabangerp/dashboard/images/home2207/dc/icon_pointer.png) 50% 50% / 100% 100% no-repeat;
  pointer-events: none;
}

.dc-system-card {
  position: relative;
  z-index: 1;
  width: 330px;
  max-width: 330px;
  min-height: 340px;
  padding: 28px 28px 30px;
  border-radius: 18px;
  background: #fff;
}

.dc-system-card-upstream,
.dc-system-card-downstream,
.dc-integration-center {
  align-self: center;
}

.dc-system-card h3 {
  margin: 0;
  color: #272d40;
  font-size: 33px;
  line-height: 46px;
  font-weight: 600;
}

.dc-system-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 30px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.dc-system-card-upstream .dc-system-list {
  width: min(100%, 280px);
}

.dc-system-card-downstream .dc-system-list {
  width: min(100%, 272px);
}

.dc-system-list li {
  position: relative;
  padding-left: 20px;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

.dc-system-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background: linear-gradient(180deg, #dadae2 0%, #8b93ac 100%);
}

.dc-integration-flow {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 114px;
  margin-top: 92px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dc-integration-flow-left {
  background-image: url("https://global.mabangerp.com/mabangerp/dashboard/images/home2207/dc/icon_left.png");
}

.dc-integration-flow-right {
  background-image: url("https://global.mabangerp.com/mabangerp/dashboard/images/home2207/dc/icon_right.png");
}

.dc-integration-flow span {
  display: none;
}

.dc-integration-center {
  position: relative;
  width: 350px;
  min-height: 356px;
}

.dc-integration-center-hero {
  position: absolute;
  top: -128px;
  left: 50%;
  width: min(291px, 84%);
  z-index: 3;
  transform: translateX(-50%);
}

.dc-integration-center-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.dc-integration-center-card {
  position: relative;
  width: 350px;
  height: 273px;
  min-height: 273px;
  margin: 8px auto 0;
  padding: 138px 24px 34px;
  z-index: 1;
  border-radius: 28px;
  background: #fff4f0;
  box-shadow: 0 12px 59px rgba(0, 0, 0, 0.09);
  text-align: center;
}

.dc-integration-center-copy strong {
  display: block;
  color: #43454d;
  font-family: Verdana, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
}

.dc-integration-center-copy span {
  display: block;
  margin-top: 14px;
  color: #ff8f4e;
  font-size: 20px;
  line-height: 28px;
}

.dc-feature {
  padding: 96px 0 110px;
  background: #f0f5f9;
}

.dc-feature-shell {
  margin-top: 46px;
}

.dc-feature-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.dc-feature-tab-item {
  list-style: none;
  margin: 0;
}

.dc-feature-tabs .nav-link {
  display: flex;
  min-width: 212px;
  height: 56px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 2px;
  background: #fff;
  color: #3c3c3c;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.dc-feature-tabs .nav-link:hover {
  color: #3c3c3c;
}

.dc-feature-tabs .nav-link.active,
.dc-feature-tabs .nav-link.active:hover {
  background: #f19240;
  color: #fff;
  box-shadow: none;
}

.dc-feature-panels {
  margin-top: 38px;
  background-color: #fff;
  padding: 46px;
}

.dc-feature-panels > .tab-pane {
  display: none;
}

.dc-feature-panels > .tab-pane.active {
  display: block;
}

.dc-feature-panels > .tab-pane.is-entering {
  animation: dcFeaturePanelEnter 0.9s ease both;
}

@keyframes dcFeaturePanelEnter {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.dc-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 445px);
  gap: 34px;
  align-items: start;
  min-height: 470px;
}

.dc-feature-copy {
  max-width: 600px;
}

.dc-feature-copy h3 {
  margin: 0;
  color: #303133;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

.dc-feature-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 250px));
  justify-content: space-between;
  gap: 26px 38px;
  margin-top: 24px;
}

.dc-feature-copy-column {
  display: grid;
  align-content: start;
  row-gap: 23px;
}

.dc-feature-copy dl {
  margin: 0;
  min-width: 0;
}

.dc-feature-copy dt {
  margin: 0;
  color: #303133;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.dc-feature-copy dd {
  margin: 6px 0 0;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 28px;
}

.dc-feature-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 196px;
  height: 48px;
  margin-top: 40px;
  padding: 0 52px 0 46px;
  border-radius: 0;
  background: #f19240;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  box-shadow: none;
}

.dc-feature-cta::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.dc-feature-cta::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  transform: translateY(-50%);
}

.dc-feature-cta:hover,
.dc-feature-cta:focus {
  color: #fff;
  text-decoration: none;
  background: #eb8228;
}

.dc-feature-visual {
  position: relative;
  width: 100%;
  max-width: 445px;
  margin-left: auto;
}

.dc-feature-visual::before,
.dc-feature-visual::after {
  content: none;
}

.dc-feature-visual-image {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 32px rgba(48, 71, 107, 0.12));
}


.dc-advantage {
  padding: 96px 0 108px;
  background: #fff;
}

.dc-advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 265px));
  gap: 30px;
  justify-content: center;
  margin-top: 44px;
}

.dc-advantage-card {
  display: flex;
  min-height: 462px;
  flex-direction: column;
  padding: 58px 26px 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.dc-advantage-card:hover,
.dc-advantage-card:focus-within {
  background: linear-gradient(180deg, #f0f5f9 0%, #ffffff 100%);
  box-shadow:
    3px 5px 13px 0 rgba(158, 158, 158, 0.1),
    11px 22px 24px 0 rgba(158, 158, 158, 0.09),
    24px 49px 32px 0 rgba(158, 158, 158, 0.05),
    42px 87px 39px 0 rgba(158, 158, 158, 0.01),
    66px 135px 42px 0 rgba(158, 158, 158, 0);
}

.dc-advantage-card h3 {
  margin: 0;
  color: #272727;
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  padding: 0;
}

.dc-advantage-card p {
  margin: 31px 0 0;
  color: #8b8b8b;
  font-size: 20px;
  line-height: 28px;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dc-advantage-visual {
  display: flex;
  min-height: 180px;
  margin-top: 31px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: linear-gradient(180deg, #fff7f4 0%, #fffdfa 100%);
  overflow: hidden;
}

.dc-advantage-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dc-precision {
  padding: 96px 0 126px;
  background: #fff;
}

.dc-precision-layout {
  display: grid;
  grid-template-columns: minmax(0, 514px) minmax(0, 1fr);
  column-gap: 48px;
  row-gap: 24px;
  align-items: start;
  margin-top: 25px;
}

.dc-precision-layout.is-entering {
  animation: dcFeaturePanelEnter 0.9s ease both;
}

.dc-precision-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dc-precision-card {
  min-height: 120px;
  padding: 24px 26px;
  border-radius: 16px;
  background: linear-gradient(85deg, #f0f5f9 0%, #fff 100%);
  box-shadow: none;
}

.dc-precision-card h3 {
  margin: 0;
  color: #272727;
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  padding: 0;
  text-align: left;
}

.dc-precision-card p {
  margin: 8px 0 0;
  color: #8b8b8b;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dc-precision-visual {
  position: relative;
  width: 100%;
  max-width: 599px;
  justify-self: end;
  aspect-ratio: 599 / 395;
  min-height: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #fbfcfd 0%, #f0f5f9 100%);
  overflow: hidden;
}

.dc-precision-visual::before {
  display: none;
}

.dc-precision-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* @media (max-width: 1279px) {
  .dc-system-card h3,
  .dc-integration-center-copy strong {
    font-size: 28px;
    line-height: 40px;
  }

  .dc-feature-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .dc-feature-copy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dc-feature-copy {
    max-width: none;
  }

  .dc-feature-visual {
    max-width: 445px;
    margin: 0 auto;
  }

  .dc-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .dc-integration-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 36px 24px 0;
  }

  .dc-integration-stage::before,
  .dc-integration-center::before {
    display: none;
  }

  .dc-system-card {
    width: 100%;
    max-width: none;
  }

  .dc-system-card-upstream .dc-system-list,
  .dc-system-card-downstream .dc-system-list {
    width: 100%;
  }

  .dc-integration-flow {
    display: none;
  }

  .dc-integration-center {
    width: 100%;
    max-width: 350px;
    min-height: 420px;
    margin: 0 auto;
  }

  .dc-integration-center-card {
    width: 100%;
    height: auto;
  }

  .dc-precision-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .dc-precision-visual {
    justify-self: center;
    width: min(100%, 599px);
  }
}

@media (max-width: 991px) {
  .hear-banner img {
    min-height: 400px;
  }

  .hear-banner-content .t0 {
    margin-bottom: 14px;
    font-size: 48px;
    line-height: 52px;
  }

  .hear-banner-content .t1 {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 48px;
  }

  .hear-banner-content .t2 {
    max-width: 500px;
    line-height: 28px;
  }

  .hear-banner-content .banner-btn {
    min-width: 196px;
    height: 58px;
    font-size: 22px;
  }

  .dc-section-heading h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .dc-choose-grid,
  .dc-feature-copy-grid,
  .dc-advantage-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dc-system-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .dc-system-list li {
    white-space: normal;
  }

  .dc-feature-tabs {
    flex-wrap: wrap;
  }

  .dc-feature-tabs .nav-link {
    min-width: 0;
    width: 100%;
  }

  .dc-feature-visual {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .hear-banner img {
    min-height: 320px;
    max-height: none;
  }

  .hear-banner-content {
    width: calc(100% - 32px);
  }

  .hear-banner-content .t0 {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .hear-banner-content .t1 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 34px;
  }

  .hear-banner-content .t2 {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 24px;
  }

  .hear-banner-content .banner-btn {
    min-width: 168px;
    height: 48px;
    padding: 0 24px;
    font-size: 18px;
    line-height: 18px;
  }

  .r-body .inner {
    padding: 0 16px;
  }

  .dc-choose,
  .dc-integration,
  .dc-feature,
  .dc-advantage,
  .dc-precision {
    padding: 72px 0;
  }

  .dc-choose-card {
    min-height: 220px;
    padding: 30px 24px;
  }

  .dc-choose-card-copy {
    max-width: 100%;
  }

  .dc-choose-card-copy strong {
    font-size: 24px;
    line-height: 34px;
  }

  .dc-choose-card-copy small,
  .dc-feature-copy dd,
  .dc-precision-card p,
  .dc-advantage-card p {
    font-size: 15px;
    line-height: 27px;
  }

  .dc-feature-layout {
    gap: 24px;
  }

  .dc-feature-copy h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .dc-feature-visual {
    max-width: 100%;
  }

  .dc-precision-visual {
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }
} */
