body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.mfd-hero-section .mfd-hero-subtitle b {
  white-space: nowrap;
}

.mfd-hero-section .mfd-hero-scroll {
  animation: mfdHeroScrollBounce 1.8s ease-in-out infinite;
}

.mfd-hero-section .mfd-hero-scroll-icon .elementor-icon svg {
  opacity: .85;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));
}

@keyframes mfdHeroScrollBounce {
  0%, 100% {
    translate: 0 0;
    opacity: .86;
  }
  50% {
    translate: 0 8px;
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .mfd-hero-section .mfd-hero-scroll-icon .elementor-icon svg {
    opacity: 1;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .6));
  }
}

.mfd-narrative-section .mfd-narr-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, .30) 0%,
    rgba(255, 255, 255, .05) 45%,
    rgba(255, 255, 255, .70) 75%,
    #fff 100%
  );
}

.mfd-narrative-section .mfd-narr-lab > .e-con-inner {
  position: relative;
  z-index: 2;
}

.mfd-narrative-section .mfd-narr-tag {
  backdrop-filter: blur(4px);
}

.mfd-narrative-section .mfd-narr-tag-outline {
  backdrop-filter: none;
}

.mfd-narrative-section .mfd-narr-bridge.e-con > .e-con-inner {
  box-sizing: border-box;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .10), 0 2px 8px rgba(0, 0, 0, .06);
  padding: 36px 72px !important;
}

.mfd-narrative-section .mfd-narr-body em,
.mfd-narrative-section .mfd-narr-wd-body em {
  color: var(--e-global-color-primary, #ff6a13);
  font-style: normal;
  font-weight: 500;
}

.mfd-narrative-section .mfd-narr-stat-counter .elementor-counter-number-suffix {
  color: var(--e-global-color-primary, #ff6a13);
  font-size: 24px;
  line-height: 1;
}

.mfd-narrative-section .mfd-narr-stat-counter .elementor-counter-title {
  white-space: nowrap;
}

.mfd-narrative-section .mfd-narr-wd-graphic {
  position: relative;
}

.mfd-narrative-section .mfd-narr-wd-graphic::before {
  content: "";
  position: absolute;
  width: 75%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 19, .14) 0%, rgba(255, 106, 19, 0) 70%);
  z-index: 0;
}

.mfd-narrative-section .mfd-narr-wd-img {
  position: relative;
  z-index: 1;
}

.mfd-narrative-section .mfd-narr-wd-img img {
  animation: mfdNarrWarmDataFloat 6s ease-in-out infinite;
  filter: drop-shadow(0 16px 40px rgba(255, 106, 19, .18));
}

@keyframes mfdNarrWarmDataFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -14px;
  }
}

@media (max-width: 1024px) {
  .mfd-narrative-section .mfd-narr-bridge.e-con > .e-con-inner {
    padding: 28px 24px !important;
  }

  .mfd-narrative-section .mfd-narr-stat-counter .elementor-counter-title {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .mfd-narrative-section .mfd-narr-bridge.e-con > .e-con-inner {
    padding: 20px 12px !important;
  }

  .mfd-narrative-section .mfd-narr-stat-counter .elementor-counter-number-suffix {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .mfd-timeline-science-section .mfd-science-timeline-mobile,
  .mfd-timeline-science-section .mfd-tls-mobile-line,
  .mfd-timeline-science-section .mfd-tls-mobile-item {
    display: block !important;
  }

  .mfd-timeline-science-section .mfd-tls-mobile-item > .e-con:first-child {
    --display: block !important;
    --width: 10px !important;
    --min-height: 10px !important;
    position: absolute !important;
    top: 5px !important;
    right: auto !important;
    bottom: auto !important;
    left: -26px !important;
    display: block !important;
    flex: 0 0 10px !important;
    width: 10px !important;
    min-width: 10px !important;
    max-width: 10px !important;
    height: 10px !important;
    min-height: 10px !important;
    max-height: 10px !important;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
  }
}

.mfd-huan-system-section {
  background: var(--e-global-color-mfd-page-bg, #f9fafb) !important;
  padding: 72px 0 100px !important;
}

.mfd-huan-inner {
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 48px !important;
  gap: 0 !important;
}

.mfd-huan-hd {
  width: 100% !important;
  margin-bottom: 40px !important;
  gap: 0 !important;
}

.mfd-huan-title {
  margin: 0 !important;
  padding: 0 !important;
}

.mfd-huan-title .elementor-heading-title {
  margin: 0 !important;
  color: var(--e-global-color-secondary, #111827);
  font-family: var(--e-global-typography-mfd-bold-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}

.mfd-huan-canvas {
  display: grid !important;
  grid-template-columns: 210px minmax(0, 1fr) 210px;
  align-items: center !important;
  gap: 0 32px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mfd-huan-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mfd-huan-col-l {
  align-items: flex-end !important;
  text-align: right;
}

.mfd-huan-col-r {
  align-items: flex-start !important;
  text-align: left;
}

.mfd-huan-col-l .mfd-huan-text-title,
.mfd-huan-col-l .mfd-huan-text-title .elementor-heading-title,
.mfd-huan-col-l .mfd-huan-text-list,
.mfd-huan-col-l .mfd-huan-text-list .elementor-widget-container,
.mfd-huan-col-l .mfd-huan-text-list li {
  text-align: right !important;
}

.mfd-huan-col-r .mfd-huan-text-title,
.mfd-huan-col-r .mfd-huan-text-title .elementor-heading-title,
.mfd-huan-col-r .mfd-huan-text-list,
.mfd-huan-col-r .mfd-huan-text-list .elementor-widget-container,
.mfd-huan-col-r .mfd-huan-text-list li {
  text-align: left !important;
}

.mfd-huan-text-block {
  width: 100% !important;
  max-width: 200px !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mfd-huan-text-title {
  margin: 0 !important;
  padding: 0 !important;
}

.mfd-huan-text-title .elementor-heading-title {
  margin: 0 0 10px !important;
  color: var(--e-global-color-primary, #ff6a13);
  font-family: var(--e-global-typography-mfd-bold-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}

.mfd-huan-text-list,
.mfd-huan-text-list .elementor-widget-container,
.mfd-huan-text-list ul {
  margin: 0 !important;
  padding: 0 !important;
}

.mfd-huan-text-list ul {
  list-style: none;
}

.mfd-huan-text-list li {
  position: relative;
  margin: 0;
  color: var(--e-global-color-text, #4b5563);
  font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.85;
}

.mfd-huan-col-l .mfd-huan-text-list li {
  padding-right: 14px;
}

.mfd-huan-col-l .mfd-huan-text-list li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--e-global-color-primary, #ff6a13);
}

.mfd-huan-col-r .mfd-huan-text-list li {
  padding-left: 14px;
}

.mfd-huan-col-r .mfd-huan-text-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--e-global-color-primary, #ff6a13);
}

.mfd-huan-ring-widget {
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .mfd-huan-system-section {
    padding: 56px 0 !important;
  }

  .mfd-huan-inner {
    padding: 0 24px !important;
  }

  .mfd-huan-title .elementor-heading-title {
    font-size: 28px;
  }

  .mfd-huan-canvas {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 32px !important;
  }

  .mfd-huan-ring-widget {
    order: -1 !important;
    width: 80% !important;
    max-width: 320px !important;
  }

  .mfd-huan-col {
    width: 100% !important;
    gap: 20px !important;
  }

  .mfd-huan-col-l,
  .mfd-huan-col-r {
    align-items: flex-start !important;
    text-align: left;
  }

  .mfd-huan-col-l .mfd-huan-text-title,
  .mfd-huan-col-l .mfd-huan-text-title .elementor-heading-title,
  .mfd-huan-col-l .mfd-huan-text-list,
  .mfd-huan-col-l .mfd-huan-text-list .elementor-widget-container,
  .mfd-huan-col-l .mfd-huan-text-list li {
    text-align: left !important;
  }

  .mfd-huan-text-block {
    max-width: none !important;
  }

  .mfd-huan-text-title .elementor-heading-title {
    margin-bottom: 6px !important;
    font-size: 14px;
    font-weight: 600;
  }

  .mfd-huan-text-list li {
    padding-right: 0 !important;
    padding-left: 14px !important;
    font-size: 13px;
  }

  .mfd-huan-text-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--e-global-color-primary, #ff6a13);
  }

  .mfd-huan-col-l .mfd-huan-text-list li::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .mfd-huan-system-section {
    padding: 44px 0 48px !important;
  }

  .mfd-huan-inner {
    padding: 0 16px !important;
  }

  .mfd-huan-ring-widget {
    max-width: 300px !important;
  }

  .mfd-huan-title .elementor-heading-title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .mfd-huan-system-section {
    padding: 36px 0 40px !important;
  }

  .mfd-huan-inner {
    padding: 0 12px !important;
  }

  .mfd-huan-title .elementor-heading-title {
    font-size: 21px;
  }

  .mfd-huan-ring-widget {
    width: 92% !important;
    max-width: 300px !important;
  }
}

.mfd-news-section {
  background: #f9fafb !important;
}

.mfd-news-section .mfd-news-wrap {
  width: 100% !important;
  max-width: 1200px !important;
}

.mfd-news-section .mfd-news-featured-posts,
.mfd-news-section .mfd-news-latest-posts {
  width: 100%;
}

.mfd-news-section .mfd-news-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  align-items: stretch !important;
  gap: 24px !important;
}

.mfd-news-section .mfd-news-featured-col,
.mfd-news-section .mfd-news-latest-col {
  width: 100% !important;
  min-width: 0;
  height: 100%;
}

.mfd-news-section .mfd-news-all-link {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  white-space: nowrap;
}

.mfd-news-section .mfd-news-all-link .elementor-button,
.mfd-news-section .mfd-news-all-link .elementor-button-content-wrapper,
.mfd-news-section .mfd-news-all-link .elementor-button-text {
  white-space: nowrap;
}

.mfd-news-section .mfd-news-all-link .elementor-button-content-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}

.mfd-news-section .mfd-news-all-link .elementor-button-icon,
.mfd-news-section .mfd-news-all-link .elementor-button-text {
  flex: 0 0 auto;
}

.mfd-news-section .mfd-news-posts .elementor-posts-container {
  display: grid !important;
  gap: 24px !important;
  height: 100%;
}

.mfd-news-section .mfd-news-featured-posts .elementor-posts-container {
  grid-template-columns: 1fr !important;
}

.mfd-news-section .mfd-news-latest-posts .elementor-posts-container {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.mfd-news-section .mfd-news-posts article.elementor-post {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08) !important;
  transition: transform .25s ease, box-shadow .25s ease;
}

.mfd-news-section .mfd-news-posts article.elementor-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12) !important;
}

.mfd-news-section .mfd-news-posts .elementor-post__thumbnail__link {
  display: block;
  width: 100%;
  margin: 0 !important;
  overflow: hidden;
}

.mfd-news-section .mfd-news-featured-posts .elementor-post__thumbnail__link {
  flex: 1 1 auto;
  min-height: 452px !important;
}

.mfd-news-section .mfd-news-latest-posts .elementor-post__thumbnail__link {
  height: 180px !important;
}

.mfd-news-section .mfd-news-posts .elementor-post__thumbnail {
  height: 100%;
  padding-bottom: 0 !important;
}

.mfd-news-section .mfd-news-posts .elementor-post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mfd-news-section .mfd-news-posts .elementor-post__text {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px 20px !important;
}

.mfd-news-section .mfd-news-featured-posts .elementor-post__text {
  flex: 0 0 auto;
  padding: 20px 24px !important;
}

.mfd-news-section .mfd-news-posts .elementor-post__meta-data {
  order: -1;
  margin: 0 0 6px !important;
  color: #9ca3af !important;
  font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.76 !important;
  letter-spacing: 0;
  border: 0 !important;
  font-variant-numeric: tabular-nums;
}

.mfd-news-section .mfd-news-posts .elementor-post__title,
.mfd-news-section .mfd-news-posts .elementor-post__title a {
  margin: 0 !important;
  color: #111827 !important;
  font-family: var(--e-global-typography-primary-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0;
  text-decoration: none !important;
}

.mfd-news-section .mfd-news-featured-posts .elementor-post__title,
.mfd-news-section .mfd-news-featured-posts .elementor-post__title a {
  font-size: 18px !important;
}

.mfd-news-section .mfd-news-posts .elementor-post__title a,
.mfd-news-section .mfd-news-featured-posts .elementor-post__excerpt,
.mfd-news-section .mfd-news-featured-posts .elementor-post__excerpt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.mfd-news-section .mfd-news-posts .elementor-post__title a {
  -webkit-line-clamp: 2;
}

.mfd-news-section .mfd-news-featured-posts .elementor-post__title a {
  -webkit-line-clamp: 3;
}

.mfd-news-section .mfd-news-featured-posts .elementor-post__excerpt,
.mfd-news-section .mfd-news-featured-posts .elementor-post__excerpt p {
  margin: 6px 0 0 !important;
  color: #6b7280 !important;
  font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: 0;
  -webkit-line-clamp: 2;
}

.mfd-news-section .mfd-news-latest-posts .elementor-post__excerpt,
.mfd-news-section .mfd-news-latest-posts .elementor-post__read-more {
  display: none !important;
}

.mfd-news-archive-body {
  background: #f9fafb !important;
  padding: 72px 0 96px !important;
}

.mfd-news-archive-wrap {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
}

.mfd-news-archive-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  align-items: stretch !important;
  gap: 24px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mfd-news-archive-featured,
.mfd-news-archive-list {
  width: 100% !important;
  min-width: 0;
}

.mfd-news-archive-featured .elementor-widget-jdw-news-featured-card {
  height: 100%;
}

.mfd-news-archive-featured .news-card-img {
  min-height: 452px !important;
}

.mfd-news-archive-posts {
  width: 100%;
}

.mfd-news-archive-posts .elementor-posts-container {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 24px !important;
}

.mfd-news-archive-posts article.elementor-post {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.jdw-js body:not(.elementor-editor-active) .mfd-news-archive-featured .news-card,
.jdw-js body:not(.elementor-editor-active) .mfd-news-archive-posts article.elementor-post {
  --mfd-news-reveal-delay: 0s;
  opacity: 0;
  translate: 0 24px;
  transition:
    opacity .65s ease var(--mfd-news-reveal-delay),
    translate .65s ease var(--mfd-news-reveal-delay),
    transform .25s ease,
    box-shadow .25s ease;
}

.jdw-js body:not(.elementor-editor-active) .mfd-news-archive-featured .news-card.is-visible,
.jdw-js body:not(.elementor-editor-active) .mfd-news-archive-posts article.elementor-post.is-visible {
  opacity: 1;
  translate: 0 0;
}

@media (prefers-reduced-motion: reduce) {
  .jdw-js body:not(.elementor-editor-active) .mfd-news-archive-featured .news-card,
  .jdw-js body:not(.elementor-editor-active) .mfd-news-archive-posts article.elementor-post {
    opacity: 1;
    translate: 0 0;
    transition: transform .25s ease, box-shadow .25s ease;
  }
}

.mfd-news-archive-posts article.elementor-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.mfd-news-archive-posts .elementor-post__thumbnail__link {
  display: block;
  width: 100%;
  height: 180px;
  margin: 0 !important;
  overflow: hidden;
}

.mfd-news-archive-posts .elementor-post__thumbnail {
  height: 100%;
  padding-bottom: 0 !important;
}

.mfd-news-archive-posts .elementor-post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mfd-news-archive-posts .elementor-post__text {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px 20px;
}

.mfd-news-archive-posts .elementor-post__meta-data {
  order: -1;
  margin: 0 0 6px !important;
  color: #9ca3af !important;
  font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: 0;
  border: 0 !important;
}

.mfd-news-archive-posts .elementor-post__title,
.mfd-news-archive-posts .elementor-post__title a {
  margin: 0 !important;
  color: #111827 !important;
  font-family: var(--e-global-typography-primary-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0;
  text-decoration: none !important;
}

.mfd-news-archive-posts .elementor-post__title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mfd-news-archive-posts .elementor-post__excerpt,
.mfd-news-archive-posts .elementor-post__read-more {
  display: none !important;
}

.mfd-news-static-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 8px !important;
  margin-top: 64px !important;
}

.mfd-news-static-pagination .elementor-widget-button {
  width: auto !important;
}

.mfd-news-static-pagination .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #6b7280 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.mfd-news-static-pagination .mfd-news-page-current .elementor-button,
.mfd-news-static-pagination .elementor-button:hover {
  border-color: #ff6a13 !important;
  background: #fff1e8 !important;
  color: #ff6a13 !important;
}

.mfd-news-static-pagination .mfd-news-page-next .elementor-button {
  padding: 0 16px;
  font-size: 13px !important;
}

.mfd-news-archive-posts .elementor-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 64px;
}

.mfd-news-archive-posts .elementor-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0 !important;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.mfd-news-archive-posts .elementor-pagination .page-numbers.current,
.mfd-news-archive-posts .elementor-pagination .page-numbers:hover {
  border-color: #ff6a13;
  background: #fff1e8;
  color: #ff6a13;
}

.mfd-news-archive-posts .elementor-pagination .page-numbers.prev,
.mfd-news-archive-posts .elementor-pagination .page-numbers.next {
  padding: 0 16px;
  font-size: 13px;
}

.mfd-product-hero,
.mfd-product-single-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 !important;
  background: #fff;
}

.mfd-product-hero {
  margin-top: 90px !important;
  color: #212529;
  font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "HarmonyOS Sans SC", "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.5;
}

.mfd-product-hero::after,
.mfd-product-single-hero::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -12rem;
  z-index: 0;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 106, 19, .14) 0%, rgba(255, 106, 19, .05) 46%, rgba(255, 106, 19, 0) 72%);
  pointer-events: none;
}

.mfd-product-hero::after {
  right: -12rem;
  z-index: 0;
  border-radius: 0;
  background: url("/wp-content/uploads/2026/05/mfd-product-hero-288eb50e99ba.jpg") no-repeat;
  background-size: 80%;
}

.mfd-product-hero > .e-con-inner,
.mfd-product-single-hero > .e-con-inner {
  position: relative;
  z-index: 1;
}

.mfd-product-hero > .e-con-inner {
  padding-top: 0 !important;
  padding-right: 15px !important;
  padding-bottom: 0 !important;
  padding-left: 15px !important;
}

.mfd-product-hero-visual {
  display: none !important;
}

.mfd-product-hero-visual img {
  width: 100%;
  height: auto;
}

.mfd-product-breadcrumb,
.mfd-product-breadcrumb .elementor-heading-title {
  color: #999;
  font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "HarmonyOS Sans SC", "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.mfd-product-breadcrumb {
  margin: 16px 0 0 !important;
  padding: 12px 16px 12px 0 !important;
}

.mfd-product-title {
  margin-bottom: 8px !important;
}

.mfd-product-title .elementor-heading-title {
  margin: 0;
  color: #212529;
  font-family: var(--e-global-typography-primary-font-family, "HarmonyOS Brand"), "HarmonyOS Sans SC", "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.mfd-product-lead {
  max-width: 730px;
  margin-bottom: 16px !important;
}

.mfd-product-lead .elementor-heading-title {
  max-width: 730px;
  margin: 0;
  color: #212529;
  font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "HarmonyOS Sans SC", "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 21.6px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
}

.mfd-product-country-title .elementor-heading-title {
  margin: 0;
  color: #b1b1b1;
  font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "HarmonyOS Sans SC", "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14.4px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

.mfd-product-country {
  margin-top: 24px !important;
}

.mfd-product-country-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 0 !important;
  margin-top: 18.4px !important;
}

.mfd-product-country-icon {
  width: auto !important;
}

.mfd-product-country-icon:hover img {
  opacity: 1;
}

.mfd-product-country-icon img {
  width: auto !important;
  height: 24px !important;
  margin: 0 11.2px;
  opacity: .3;
  transition: opacity .3s ease;
}

.mfd-product-schedule {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 0 80px !important;
}

.mfd-product-schedule-wrap {
  width: 100% !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  background: #fff;
}

.mfd-product-schedule-nav {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0 !important;
  margin: 16px 0 0 !important;
  padding: 16px !important;
  border-radius: 3px;
  background: #f5f5f5;
}

.mfd-product-schedule-nav .elementor-button {
  width: 100%;
  min-height: 42px;
  justify-content: center;
  border: 0 !important;
  border-radius: 3px !important;
  background: transparent !important;
  color: #555 !important;
  font-size: 17.6px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none !important;
}

.mfd-product-schedule-nav .mfd-product-nav-active .elementor-button {
  background: linear-gradient(150deg, #f2c314, #fc3832) !important;
  box-shadow: 0 2px 4px rgba(128, 32, 0, .2);
  color: #fff !important;
}

.mfd-product-category-block {
  margin: 0 !important;
  padding: 0 !important;
}

.mfd-product-category-heading {
  margin: 48px 0 8px !important;
}

.mfd-product-category-heading .elementor-heading-title {
  color: #212529;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.mfd-product-series-item {
  display: grid !important;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: 30px !important;
  align-items: center !important;
  padding: 40px 0 !important;
  border-bottom: 1px solid #eee;
}

.mfd-product-series-image {
  width: 255px !important;
  max-height: 320px;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 3px;
}

.mfd-product-series-image img {
  display: block;
  width: 255px;
  height: auto;
  max-height: 320px;
  object-fit: contain;
}

.mfd-product-series-copy {
  width: 100% !important;
  max-width: 825px;
  gap: 0 !important;
}

.mfd-product-series-badge .elementor-heading-title,
.mfd-product-badge .elementor-heading-title {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 16px;
  border-radius: 3px;
  background: linear-gradient(150deg, #f2c314, #fc3832);
  box-shadow: 0 2px 4px rgba(36, 8, 128, .2);
  color: #fff;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 1.5;
}

.mfd-product-series-title .elementor-heading-title {
  margin: 0 0 8px;
  color: #212529;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.mfd-product-series-desc .elementor-heading-title {
  max-width: 480px;
  margin: 0;
  color: #212529;
  font-size: 17.6px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0;
}

.mfd-product-series-action {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  margin-top: 16px !important;
}

.mfd-product-series-spec .elementor-heading-title {
  margin: 0;
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.mfd-product-series-button .elementor-button {
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 4px;
  background: #2f343b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.mfd-product-single-image img {
  width: 350px;
  height: auto;
  max-width: 100%;
}

.mfd-product-detail-section {
  background: #fff;
  padding: 0 0 40px !important;
}

.mfd-product-detail-heading .elementor-heading-title,
.mfd-product-related-heading .elementor-heading-title {
  display: inline-block;
  margin: 0 0 16px;
  color: #333;
  font-size: 22.4px;
  font-weight: 300;
  line-height: 1.5;
}

.mfd-product-content {
  width: 100%;
}

.mfd-product-content .mfd-product-detail-image,
.mfd-product-content figure {
  margin: 0;
}

.mfd-product-content img {
  display: block;
  width: min(790px, 100%);
  height: auto !important;
  margin: 0 auto;
  border-radius: 0 !important;
}

.mfd-product-related-section {
  background: #fff;
  padding: 80px 0 110px !important;
}

.mfd-product-hot-section {
  overflow: hidden;
  background: #fff;
  padding: 140px 0 !important;
  color: #212529;
  font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "HarmonyOS Sans SC", "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.mfd-product-hot-section > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
}

.mfd-product-hot-header {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto 50px !important;
  padding: 0 16px !important;
  gap: 0 !important;
  text-align: center;
}

.mfd-product-hot-title,
.mfd-product-hot-lead {
  margin: 0 !important;
  padding: 0 !important;
}

.mfd-product-hot-title .elementor-heading-title {
  margin: 0 0 8px;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.mfd-product-hot-lead .elementor-heading-title {
  margin: 0;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.mfd-article-single-section .mfd-article-breadcrumb .mfd-article-breadcrumb-item,
.mfd-article-single-section .mfd-article-breadcrumb .mfd-article-breadcrumb-sep {
  width: auto;
  margin: 0;
}

.mfd-article-single-section .mfd-article-meta .elementor-icon-list-items {
  margin: 0;
}

.mfd-article-single-section .mfd-article-body p {
  margin: 0 0 24px;
  text-indent: 2em;
}

.mfd-article-single-section .mfd-article-body p:last-child {
  margin-bottom: 0;
}

.mfd-article-single-section .mfd-article-body h3 {
  margin: 36px 0 18px;
  color: #111827;
  font-family: var(--e-global-typography-mfd-bold-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.mfd-article-single-section .mfd-article-body img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 32px auto;
  border-radius: 10px;
}

.mfd-article-single-section .mfd-article-body strong {
  color: #111827;
  font-weight: 700;
}

.article-body {
  color: #374151;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .02em;
}

.article-body p {
  margin: 0 0 24px;
  text-indent: 2em;
}

.article-body p:last-child {
  margin-bottom: 0;
}

.article-body img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 32px auto;
  border-radius: 10px !important;
}

.article-body b,
.article-body strong {
  color: inherit;
  font-weight: bolder;
}

@media (max-width: 1024px) {
  .mfd-news-archive-body {
    padding: 48px 0 72px !important;
  }

  .mfd-news-archive-wrap {
    padding: 0 20px !important;
  }

  .mfd-news-archive-grid {
    grid-template-columns: 1fr;
    gap: 16px !important;
  }

  .mfd-news-archive-featured .news-card-img {
    min-height: 200px !important;
  }

  .mfd-news-archive-posts .elementor-posts-container {
    gap: 16px !important;
  }

  .mfd-news-archive-posts .elementor-pagination {
    margin-top: 48px;
    gap: 6px;
  }

  .mfd-news-static-pagination {
    margin-top: 48px !important;
    gap: 6px !important;
  }

  .mfd-news-archive-posts .elementor-pagination .page-numbers,
  .mfd-news-static-pagination .elementor-button {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .mfd-product-hero::after,
  .mfd-product-single-hero::after,
  .mfd-product-hero-visual,
  .mfd-product-country {
    display: none !important;
  }

  .mfd-product-hero,
  .mfd-product-single-hero {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .mfd-product-schedule-nav {
    grid-template-columns: 1fr;
  }

  .mfd-product-series-item {
    grid-template-columns: 1fr;
    gap: 16px !important;
  }

  .mfd-product-series-image,
  .mfd-product-series-image img {
    width: 100% !important;
    max-height: 320px;
  }

  .mfd-product-series-image img {
    object-fit: contain;
  }

  .mfd-news-section .mfd-news-grid {
    grid-template-columns: 1fr;
    gap: 16px !important;
  }

  .mfd-news-section .mfd-news-posts .elementor-posts-container {
    gap: 16px !important;
  }

  .mfd-news-section .mfd-news-featured-posts .elementor-post__thumbnail__link {
    min-height: 200px !important;
  }

  .mfd-article-single-section .mfd-article-body h3 {
    margin: 30px 0 16px;
    font-size: 20px;
  }

  .article-body {
    font-size: 15px;
    line-height: 1.9;
  }
}

@media (max-width: 767px) {
  .mfd-news-archive-body {
    padding: 40px 0 60px !important;
  }

  .mfd-news-archive-wrap {
    padding: 0 16px !important;
  }

  .mfd-news-archive-posts .elementor-posts-container {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
    gap: 12px !important;
  }

  .mfd-news-archive-featured .news-card-img {
    min-height: 170px !important;
  }

  .mfd-news-section .mfd-news-latest-posts .elementor-posts-container {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
    gap: 12px !important;
  }

  .mfd-news-section .mfd-news-featured-posts .elementor-post__thumbnail__link {
    min-height: 170px !important;
  }

  .mfd-news-section .mfd-news-featured-posts .elementor-post__text {
    padding: 14px 14px 18px !important;
  }

  .mfd-news-section .mfd-news-posts .elementor-post__meta-data {
    font-size: 11px !important;
  }

  .mfd-news-section .mfd-news-featured-posts .elementor-post__title,
  .mfd-news-section .mfd-news-featured-posts .elementor-post__title a {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .mfd-product-title .elementor-heading-title {
    font-size: 42px;
  }

  .mfd-product-lead .elementor-heading-title {
    font-size: 18px;
  }

  .mfd-product-schedule-wrap {
    padding: 0 15px !important;
  }

  .mfd-product-category-heading .elementor-heading-title {
    font-size: 24px;
  }

  .mfd-product-series-title .elementor-heading-title {
    font-size: 26px;
  }

  .mfd-product-series-desc .elementor-heading-title {
    max-width: 100%;
    font-size: 16px;
  }

  .mfd-product-series-action {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .mfd-product-hero .mfd-product-title .elementor-heading-title {
    font-size: 60px;
  }

  .mfd-product-hero .mfd-product-lead .elementor-heading-title {
    font-size: 21.6px;
  }

  .mfd-article-single-section .mfd-article-body p {
    text-indent: 0;
  }

  .article-body {
    font-size: 14px;
    line-height: 1.85;
  }

  .article-body p {
    text-indent: 0;
  }

  .mfd-article-single-section .mfd-article-body h3 {
    margin: 26px 0 14px;
    font-size: 18px;
  }

  .mfd-article-single-section .mfd-article-body img {
    margin: 24px auto;
  }
}
