::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(238, 78, 65, 0.1);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background: rgba(238, 78, 65, 0.7);
  border-radius: 3px;
}

body {
  margin: 0;
  background: #f7f8fb;
  color: #1a1a1a;
  /* font-family: "PingFang SC", "Microsoft YaHei", sans-serif; */
}

#homeTop {
  position: relative;
  z-index: 1005;
}

.yhhx {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #f7f8fb;
}

.yhhx-container {
  width: 1200px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.yhhx-hero-wrap {
  background: #f7f8fb;
  padding-top: clamp(58px, 6vw, 78px);
}

.yhhx-hero {
  width: 100%;
  min-height: clamp(420px, 48vw, 662px);
  position: relative;
  overflow: hidden;
  background: #edf2f8 url("../image/yhhx/yhhx_hero.png") no-repeat center top;
  background-size: cover;
}

.yhhx-hero-wrap {
  order: 1;
}

.yhhx-product {
  order: 2;
}

.yhhx-intro {
  order: 3;
}

.yhhx-positioning {
  order: 4;
}

.yhhx-upgrade {
  order: 5;
}

.yhhx-intruct {
  order: 6;
}

.yhhx-advantage {
  order: 7;
}

.yhhx-capability {
  order: 8;
}

.yhhx .about-6 {
  order: 9;
}

.yhhx #about-5-container {
  order: 10;
}

.yhhx[data-product-view="carloan"] .yhhx-hero {
  background: #edf2f8 url("../image/yhhx/car_banner.png") no-repeat center top;
  background-size: cover;
}

.yhhx[data-product-view="lease3c"] .yhhx-hero {
  background: linear-gradient(135deg, #eef2f8 0%, #f7f8fb 100%);
}

.yhhx-hero::before,
.yhhx-hero::after {
  display: none;
}

.yhhx-hero::before {
  left: 280px;
  top: 26px;
  width: 440px;
  height: 116px;
}

.yhhx-hero::after {
  left: 770px;
  bottom: 36px;
  width: 350px;
  height: 82px;
}

.yhhx-hero__content {
  width: 1420px;
  max-width: calc(100% - 240px);
  margin: 0 auto;
  padding-top: clamp(140px, 16vw, 210px);
  padding-bottom: clamp(72px, 9vw, 132px);
  position: relative;
  z-index: 2;
}

.yhhx-hero__eyebrow {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: #3a485a;
}

.yhhx-hero__title {
  margin: 15px 0 0;
  font-size: clamp(36px, 4.2vw, 50px);
  font-weight: 700;
  color: #1a1a1a;
}

.yhhx-hero__title-accent {
  color: #ee4e41;
}

.yhhx-hero__subtitle {
  margin: 8px 0 0;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: #1a1a1a;
}

.yhhx-hero__desc {
  width: min(640px, 100%);
  margin-top: 18px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.6;
  color: #595959;
}

.yhhx-hero__actions {
  margin-top: 40px;
}

.yhhx-hero__button {
  display: inline-block;
  width: 168px;
  line-height: 52px;
  background: #ee4e41;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.yhhx-hero__art {
  display: none;
}

@media (max-width: 1366px) {
  .yhhx-hero__content {
    max-width: calc(100% - 160px);
  }
}

@media (max-width: 1200px) {
  .yhhx-hero {
    min-height: clamp(380px, 52vw, 560px);
    background-position: 60% top;
  }

  .yhhx-hero__content {
    max-width: calc(100% - 96px);
    padding-top: clamp(120px, 14vw, 180px);
    padding-bottom: clamp(56px, 8vw, 96px);
  }
}

@media (max-width: 768px) {
  .yhhx-hero-wrap {
    padding-top: 58px;
  }

  .yhhx-hero {
    min-height: auto;
    background-position: 68% top;
  }

  .yhhx-hero__content {
    max-width: calc(100% - 40px);
    padding-top: 92px;
    padding-bottom: 56px;
  }

  .yhhx-hero__title {
    margin-top: 0;
  }

  .yhhx-hero__subtitle {
    margin-top: 10px;
  }

  .yhhx-hero__desc {
    margin-top: 14px;
    line-height: 1.7;
  }

  .yhhx-hero__actions {
    margin-top: 28px;
  }

  .yhhx-hero__button {
    width: 144px;
    line-height: 46px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .yhhx-hero {
    background-position: 72% top;
    background-size: auto 100%;
  }

  .yhhx-hero__content {
    max-width: calc(100% - 32px);
    padding-top: 84px;
    padding-bottom: 48px;
  }

  .yhhx-hero__title {
    font-size: 32px;
  }

  .yhhx-hero__subtitle {
    font-size: 22px;
    line-height: 1.45;
  }

  .yhhx-hero__desc {
    font-size: 16px;
  }
}

.hero-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 38px rgba(189, 198, 216, 0.12);
  transform: skewX(-32deg);
}

.hero-card--top {
  left: 36px;
  top: 22px;
  width: 420px;
  height: 110px;
}

.hero-card--bottom {
  left: 340px;
  bottom: 10px;
  width: 360px;
  height: 96px;
}

.hero-platform {
  position: absolute;
  right: 78px;
  top: 68px;
  width: 430px;
  height: 380px;
}

.hero-platform__base {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) skewX(-32deg);
  border-radius: 12px;
}

.hero-platform__base--shadow {
  bottom: 0;
  width: 286px;
  height: 54px;
  background: linear-gradient(180deg, #cfd6df 0%, #bfc8d4 100%);
  box-shadow: 0 28px 40px rgba(238, 78, 65, 0.22);
}

.hero-platform__base--red {
  bottom: 42px;
  width: 292px;
  height: 44px;
  background: linear-gradient(90deg, #ee4e41 0%, #d63c30 100%);
  box-shadow: 0 0 22px rgba(238, 78, 65, 0.26);
}

.hero-platform__base--mid {
  bottom: 62px;
  width: 264px;
  height: 52px;
  background: linear-gradient(180deg, #ffffff 0%, #eff3f8 100%);
}

.hero-platform__base--top {
  bottom: 116px;
  width: 212px;
  height: 80px;
  background: linear-gradient(180deg, #ffffff 0%, #eef3f8 100%);
}

.hero-platform__beam {
  position: absolute;
  left: 50%;
  bottom: 180px;
  width: 134px;
  height: 160px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(238, 78, 65, 0.45) 0%, rgba(238, 78, 65, 0.08) 100%);
  clip-path: polygon(18% 0%, 82% 0%, 100% 100%, 0% 100%);
  box-shadow: 0 0 40px rgba(238, 78, 65, 0.16);
}

.hero-platform__avatar {
  position: absolute;
  left: 50%;
  bottom: 176px;
  width: 104px;
  height: 138px;
  margin-left: -52px;
}

.hero-platform__avatar::before,
.hero-platform__avatar::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ee4e41 0%, #d63c30 100%);
  box-shadow: 0 0 26px rgba(238, 78, 65, 0.24);
}

.hero-platform__avatar::before {
  top: 0;
  width: 50px;
  height: 58px;
  border-radius: 50%;
}

.hero-platform__avatar::after {
  bottom: 0;
  width: 86px;
  height: 98px;
  border-radius: 40px 40px 28px 28px;
}

.hero-node {
  position: absolute;
  border: 1px solid rgba(238, 78, 65, 0.5);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 249, 252, 0.96) 100%);
}

.hero-node::before {
  content: "";
  position: absolute;
  border: 1px solid rgba(238, 78, 65, 0.4);
}

.hero-node--server {
  left: 274px;
  top: 248px;
  width: 54px;
  height: 78px;
  border-radius: 4px;
  box-shadow: 0 0 18px rgba(238, 78, 65, 0.16);
}

.hero-node--server::before {
  left: -12px;
  top: 8px;
  width: 76px;
  height: 92px;
}

.hero-node--chart {
  right: 20px;
  top: 96px;
  width: 126px;
  height: 92px;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(180, 193, 215, 0.18);
}

.hero-node--chart::before {
  right: -18px;
  top: -14px;
  width: 104px;
  height: 82px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.hero-node--laptop {
  right: 76px;
  bottom: 14px;
  width: 162px;
  height: 96px;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(180, 193, 215, 0.16);
}

.hero-node--laptop::before {
  left: 20px;
  top: 18px;
  width: 122px;
  height: 66px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(238, 78, 65, 0.26) 0%, rgba(238, 78, 65, 0.08) 100%);
}

.yhhx-positioning {
  background: #f2f5f7;
  padding: 76px 0 88px;
}

.yhhx-intro {
  width: 100%;
  position: relative;
  background: url("../image/pgyws/pgyw-2.png") no-repeat;
  background-size: cover;
  padding: 88px 0 78px;
}

.yhhx-upgrade {
  padding: 42px 0 28px;
  background: #ffffff;
}

.yhhx-upgrade__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #3a485a;
  text-align: center;
  letter-spacing: 1px;
}

.yhhx-intruct {
  padding: 0 0 88px;
  background: #ffffff;
}

.yhhx-intruct__container {
  display: grid;
  gap: 32px;
  align-items: start;
  position: relative;
}

.yhhx-intruct__visual {
  width: 100%;
  position: relative;
}

.yhhx-intruct__image {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.yhhx-intruct__overlay {
  display: none;
  overflow: visible;
}

.yhhx-intruct__overlay path {
  fill: none;
  stroke: #ee4e41;
  stroke-width: 1.5;
  stroke-dasharray: 4 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.yhhx-intruct__overlay circle {
  fill: #ee4e41;
  stroke: rgba(238, 78, 65, 0.16);
  stroke-width: 4;
}

.yhhx-intruct__content {
  display: grid;
  gap: 20px;
}

.yhhx-intruct__item {
  position: relative;
  background: transparent;
  padding: 12px 0 12px 18px;
}

.yhhx-intruct__connector {
  display: none;
}

.yhhx-intruct__item::before,
.yhhx-intruct__item::after {
  display: none;
  content: "";
}

.yhhx-intruct__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  background: #ee4e41;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
}

.yhhx-intruct__body {
  margin-top: 20px;
}

.yhhx-intruct__body p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #333333;
}

.yhhx-intruct__body p + p,
.yhhx-intruct__body p + .yhhx-intruct__list,
.yhhx-intruct__body p + .yhhx-intruct__figure,
.yhhx-intruct__figure + p,
.yhhx-intruct__list + p,
.yhhx-intruct__subitem + .yhhx-intruct__subitem {
  margin-top: 14px;
}

.yhhx-intruct__lead {
  color: #1a1a1a;
}

.yhhx-intruct__emphasis {
  color: #ee4e41;
}

.yhhx-intruct__highlight {
  color: #ee4e41 !important;
  font-weight: 600;
}

.yhhx-intruct__figure {
  margin-top: 12px;
  padding: 14px 12px;
  border: 1px dashed #b9b9b9;
}

.yhhx-intruct__figure-image {
  display: block;
  width: 100%;
}

.yhhx-intruct__list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.yhhx-intruct__list li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

.yhhx-intruct__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #1a1a1a;
}

.yhhx-intruct__subitem {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.yhhx-intruct__subitem + .yhhx-intruct__subitem {
  margin-top: 26px;
}

.yhhx-intruct__subhead {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  background: #ee4e41;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
}

.yhhx-intruct__subitem p {
  margin-top: 16px;
  color: #333333;
}

.yhhx-intruct__bullet-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.yhhx-intruct__bullet-list li {
  position: relative;
  padding-left: 14px;
  color: #333333;
}

.yhhx-intruct__bullet-list li + li {
  margin-top: 6px;
}

.yhhx-intruct__bullet-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
}

.yhhx-intruct__summary,
.yhhx-intruct__item--06 .yhhx-intruct__summary,
.yhhx-intruct__item--07 .yhhx-intruct__summary {
  margin-top: 12px !important;
  font-weight: 500;
  color: #ee4e41 !important;
}

@media (max-width: 1199px) {
  .yhhx-intruct {
    padding-bottom: 72px;
  }

  .yhhx-intruct__container {
    gap: 28px;
  }

  .yhhx-intruct__image {
    max-width: min(680px, 100%);
  }

  .yhhx-intruct__item {
    padding: 8px 0;
  }

  .yhhx-intruct__badge,
  .yhhx-intruct__subhead {
    max-width: 100%;
  }

  .yhhx-intruct__body {
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .yhhx-intruct {
    padding-bottom: 56px;
  }

  .yhhx-intruct__container {
    gap: 24px;
  }

  .yhhx-intruct__badge,
  .yhhx-intruct__subhead {
    min-height: 30px;
    padding: 0 14px;
    font-size: 15px;
    line-height: 30px;
  }

  .yhhx-intruct__body p,
  .yhhx-intruct__list li {
    font-size: 13px;
    line-height: 1.85;
  }
}

@media (min-width: 1200px) {
  .yhhx-intruct__container {
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    gap: 72px;
  }

  .yhhx-intruct__overlay {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }

  .yhhx-intruct__content {
    position: relative;
    display: block;
    min-height: 3240px;
    padding-left: 88px;
    z-index: 2;
  }

  .yhhx-intruct__item {
    position: absolute;
    left: 0;
    right: 0;
  }

  .yhhx-intruct__item--01 {
    top: 0px;
  }

  .yhhx-intruct__item--02 {
    top: 405px;
  }

  .yhhx-intruct__item--03 {
    top: 580px;
  }

  .yhhx-intruct__item--04 {
    top: 900px;
  }

  .yhhx-intruct__item--05 {
    top: 1030px;
  }

  .yhhx-intruct__item--06 {
    top: 1180px;
  }

  .yhhx-intruct__subitem--04 {
    margin-top: 86px !important;
  }

  .yhhx-intruct__item--07 {
    top: 2330px;
  }

  .yhhx-intruct__item--08 {
    top: 2470px;
  }

  .yhhx-intruct__item--09 {
    top: 2770px;
  }
}

.yhhx-section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #3a485a;
  text-align: center;
  letter-spacing: 1px;
}

.yhhx-section-desc {
  width: 832px;
  max-width: 100%;
  margin: 18px auto 0;
  font-size: 14px;
  line-height: 2;
  color: #666;
  text-align: center;
}

.yhhx-section-desc--narrow {
  width: 760px;
  text-align: left;
}

.yhhx-section-desc--wide {
  width: 986px;
  text-align: left;
}

.yhhx-section-desc--capability {
  width: 580px;
}

.yhhx-section-desc--advantage {
  width: 580px;
}

.yhhx-intro__stage {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.yhhx-intro__poster {
  position: relative;
  width: 832px;
  height: 478px;
  /* border: 1px dashed rgba(112, 112, 112, 0.6); */
  overflow: hidden;
}

.yhhx-intro__poster iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.yhhx-positioning__chips {
  display: flex;
  width: 986px;
  max-width: 100%;
  margin: 34px auto 0;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.yhhx-positioning__chips::-webkit-scrollbar {
  display: none;
}

.yhhx-positioning__chips .chip {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  min-width: auto;
  height: 42px;
  padding: 0 8px 0 16px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid rgba(238, 78, 65, 0.18);
  color: transparent;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
  position: relative;
}

.yhhx-positioning__chips .chip::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ee4e41;
  transform: rotate(45deg);
}

.yhhx-positioning__chips .chip::after {
  content: attr(data-label);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  margin-left: 8px;
  border-radius: 6px;
  background: linear-gradient(93deg, #ff7a7b 0%, #fe2524 100%);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(238, 78, 65, 0.18);
}

.yhhx-positioning__chips .chip.is-active {
  box-shadow: 0 12px 24px rgba(238, 78, 65, 0.08);
}

.yhhx-positioning__note {
  width: 986px;
  max-width: 100%;
  margin: 26px auto 0;
  font-size: 14px;
  line-height: 2;
  color: #666;
}

.yhhx-positioning__image {
  width: 986px;
  max-width: 100%;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.positioning-mockup {
  position: relative;
  width: 100%;
  height: 300px;
  background: #dfe3ea url("../image/yhhx/cpdw_bg.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.positioning-mockup::before {
  display: none;
}

.positioning-mockup > * {
  display: none;
}

.positioning-mockup__label {
  position: absolute;
  left: 38px;
  top: 105px;
  z-index: 2;
  padding: 12px 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.76);
  color: #3a485a;
  font-size: 28px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(58, 72, 90, 0.08);
}

.branch {
  position: absolute;
  z-index: 1;
  height: 4px;
  border-radius: 999px;
  transform-origin: left center;
}

.branch-purple {
  left: 208px;
  top: 140px;
  width: 174px;
  background: #7434b2;
  transform: rotate(-71deg);
}

.branch-red {
  left: 246px;
  top: 178px;
  width: 164px;
  background: #a03243;
  transform: rotate(74deg);
}

.branch-yellow {
  left: 298px;
  top: 188px;
  width: 160px;
  background: #9f7f12;
  transform: rotate(72deg);
}

.branch-teal {
  left: 516px;
  top: 32px;
  width: 154px;
  background: #127b73;
  transform: rotate(-67deg);
}

.branch-orange {
  left: 394px;
  top: 180px;
  width: 152px;
  background: #a55317;
}

.branch-orange.is-mid {
  top: 218px;
  width: 144px;
}

.branch-orange.is-low {
  top: 256px;
  width: 136px;
}

.positioning-text {
  position: absolute;
  z-index: 2;
  font-size: 16px;
  color: #4b525d;
  font-weight: 500;
}

.text-top-right {
  right: 104px;
  top: 16px;
}

.text-mid-right {
  right: 54px;
  top: 66px;
}

.text-mid-center {
  left: 356px;
  top: 168px;
  font-size: 20px;
  font-weight: 700;
}

.text-right-1 {
  right: 66px;
  top: 128px;
}

.text-right-2 {
  right: 66px;
  top: 168px;
}

.text-right-3 {
  right: 66px;
  top: 208px;
}

.positioning-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  margin-top: -14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.positioning-zoom::before,
.positioning-zoom::after,
.positioning-zoom span::before {
  content: "";
  position: absolute;
  background: #8f97a3;
}

.positioning-zoom::before {
  left: 9px;
  top: 9px;
  width: 10px;
  height: 10px;
  border: 2px solid #8f97a3;
  border-radius: 50%;
  background: transparent;
}

.positioning-zoom::after {
  right: 7px;
  bottom: 7px;
  width: 7px;
  height: 2px;
  transform: rotate(45deg);
}

.positioning-zoom span::before {
  left: 13px;
  top: 12px;
  width: 2px;
  height: 6px;
}

.positioning-zoom span::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 14px;
  width: 6px;
  height: 2px;
  background: #8f97a3;
}

.yhhx-advantage {
  /* min-height: 640px; */
  padding: 88px 0 120px;
  background: #f8faff url("../image/yhhx/advantage-bg.png") no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
}

.yhhx-advantage .yhhx-container {
  width: 1200px;
  max-width: calc(100% - 80px);
}

.yhhx-capability .yhhx-container {
  width: 960px;
  max-width: calc(100% - 40px);
}

.yhhx-advantage .yhhx-section-title {
  margin: 0;
}

.yhhx-advantage .yhhx-section-desc {
  margin-top: 24px;
}

.yhhx-advantage__grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 56px;
}

.yhhx-advantage__card {
  width: 300px;
  min-height: 204px;
  padding: 26px 22px 24px;
  background: linear-gradient(180deg, #f7f7f9 0%, #ffffff 100%);
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #ffffff;
  text-align: center;
  box-sizing: border-box;
}

.yhhx-advantage__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.yhhx-advantage__icon {
  display: block;
  width: 64px;
  height: 64px;
}

.yhhx-advantage__title {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #3a485a;
}

.yhhx-advantage__desc {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.85;
  color: #666666;
}

.yhhx-capability {
  position: relative;
  padding: 76px 0 84px;
  background: #ffffff;
  overflow: hidden;
}

.yhhx-capability::before,
.yhhx-capability::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

/* .yhhx-capability::before {
  top: -110px;
  left: 50%;
  width: 420px;
  height: 420px;
  margin-left: -210px;
  background: radial-gradient(circle, rgba(238, 78, 65, 0.08) 0%, rgba(238, 78, 65, 0) 70%);
} */

.yhhx-capability::after {
  right: -80px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(58, 72, 90, 0.06) 0%, rgba(58, 72, 90, 0) 72%);
}

.yhhx-capability .yhhx-container {
  position: relative;
  z-index: 1;
}

.yhhx-capability__grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 38px;
}

.yhhx-capability__card {
  width: 186px;
  min-height: 140px;
  padding: 26px 16px 18px;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(58, 72, 90, 0.04);
  text-align: center;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.yhhx-capability__card:hover {
  transform: translateY(-6px);
  border-color: rgba(238, 78, 65, 0.28);
  box-shadow: 0 24px 36px rgba(58, 72, 90, 0.1);
}

.yhhx-capability__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.yhhx-capability__icon {
  display: block;
  width: 64px;
  height: 64px;
}

.yhhx-capability__card-title {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.35;
  color: #1a1a1a;
}

.yhhx-capability__card-desc {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #3a485a;
}

.yhhx-capability__tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 60px;
}

.yhhx-capability__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  min-height: 38px;
  padding: 0 20px;
  border: 1px solid #e2e2e2;
  border-radius: 999px;
  background: #fff3f0;
  font-size: 14px;
  line-height: 1;
  color: #3a485a;
  box-sizing: border-box;
}

.yhhx .about-6 {
  width: 100%;
  min-height: 100px;
  background: #f0f2f5 url("../image/about/about-6.png") no-repeat 100%;
  background-size: 100% 100%;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  color: #e43f36;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  padding: 20px 24px;
  box-sizing: border-box;
}

.yhhx .about-6 label {
  display: block;
  line-height: 1.45;
}

.yhhx .about-6 .about-6-button {
  background: #e43f36;
  border: 1px solid #e43f36;
  border-radius: 2px;
  width: 139px;
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.positioning-mockup {
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.positioning-mockup:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(58, 72, 90, 0.18);
}

.positioning-mockup:focus-visible {
  outline: 3px solid rgba(238, 78, 65, 0.45);
  outline-offset: 4px;
}

.positioning-mockup::after {
  content: "点击查看大图";
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.72);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.positioning-mockup:hover::after,
.positioning-mockup:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.yhhx-preview-open {
  overflow: hidden;
}

.yhhx-preview {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.yhhx-preview.is-visible {
  display: block;
}

/* 移动端（≤768px）防御：预览层在手机端整体隐藏，避免自动/误触发显示
 * 如需在手机端点击查看大图，可移除本段并在 JS 中保留 #positioningMockup 触发 */
@media (max-width: 768px) {
  .yhhx-preview,
  .yhhx-preview.is-visible {
    display: none !important;
  }
}

.yhhx-preview__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
}

.yhhx-preview__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 48px));
  height: calc(100vh - 64px);
  margin: 32px auto;
  border-radius: 18px;
  background: rgba(24, 24, 24, 0.92);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.yhhx-preview__close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.yhhx-preview__body {
  height: 100%;
  padding: 56px 20px 20px;
  overflow: auto;
}

.yhhx-preview__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 1199px) {
  .yhhx-advantage {
    min-height: auto;
    padding: 82px 0 88px;
    background-position: 72% top;
    background-size: cover;
  }

  .yhhx-advantage .yhhx-container {
    width: 100%;
    max-width: calc(100% - 48px);
  }

  .yhhx-capability .yhhx-container {
    width: 100%;
    max-width: calc(100% - 40px);
  }

  .yhhx-advantage__grid {
    gap: 18px;
    margin-top: 44px;
  }

  .yhhx-advantage__card {
    width: calc(33.333% - 12px);
    min-width: 210px;
    min-height: 196px;
    padding: 24px 18px 22px;
  }

  .yhhx-capability {
    padding: 68px 0 76px;
  }

  .yhhx-capability__grid {
    gap: 18px;
  }

  .yhhx-capability__card {
    width: calc(50% - 9px);
    min-width: 156px;
    min-height: 140px;
  }
}

@media (max-width: 768px) {
  .yhhx-section-desc--advantage,
  .yhhx-section-desc--capability {
    width: 100%;
  }

  .yhhx-advantage {
    padding: 56px 0 60px;
    background-position: right top;
    background-size: auto 100%;
  }

  .yhhx-advantage__grid {
    gap: 14px;
    margin-top: 30px;
  }

  .yhhx-advantage__card {
    width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 24px 18px 22px;
  }

  .yhhx-advantage__title {
    margin-top: 14px;
    font-size: 17px;
  }

  .yhhx-advantage__desc {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.7;
  }

  .yhhx-capability {
    padding: 56px 0 60px;
  }

  .yhhx-capability__grid {
    gap: 14px;
    margin-top: 28px;
  }

  .yhhx-capability__card {
    width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 24px 18px 22px;
  }

  .yhhx-capability__card-title {
    font-size: 16px;
  }

  .yhhx-capability__card-desc {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
  }

  .yhhx-capability__tags {
    gap: 10px;
    margin-top: 22px;
  }

  .yhhx-capability__tag {
    min-width: 0;
    min-height: 34px;
    padding: 0 16px;
    font-size: 13px;
  }

  .yhhx .about-6 {
    min-height: auto;
    padding: 28px 20px;
    gap: 18px;
    font-size: 22px;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .yhhx .about-6 label {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .yhhx .about-6 {
    padding: 24px 16px;
    font-size: 18px;
    line-height: 1.5;
  }

  .yhhx .about-6 .about-6-button {
    width: 132px;
    height: 40px;
    line-height: 40px;
  }
}

.yhhx-product {
  /* padding: 0px 0 0; */
  background: #ffffff;
  overflow: hidden;
}

.yhhx-product[data-active-product="credit"] .yhhx-product__panels {
  display: none;
}

.yhhx-product__tabs,
.yhhx-product__subtabs {
  display: grid;
  gap: 0;
}

.yhhx-product__tabs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 80px;
  background: #ffffff;
  border-radius: 0;
  border: none;
}

.yhhx-product__tab,
.yhhx-product__subtab {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.yhhx-product__tab {
  height: 100%;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  border-right: none;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yhhx-product__tab:last-child {
  border-right: 0;
}

.yhhx-product__tab:hover {
  color: #ee4e41;
}

.yhhx-product__tab.is-active {
  color: #ee4e41;
  background: #fef4f2;
  border-radius: 0;
  font-weight: 600;
}

.yhhx-product__tab.is-active {
  box-shadow:
    -1px 0 0 0#E4E4E6,
    1px 0 0 0 #E4E4E6;
}

.yhhx-product__panels {
  /* margin-top: 36px; */
} 

.yhhx-product__subtabs {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.yhhx-product__subtab {
  min-height: 56px;
  padding: 12px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #eceff4;
  font-size: 18px;
  font-weight: 600;
  color: #7a7f88;
  box-shadow: 0 10px 24px rgba(58, 72, 90, 0.04);
  transition: all 0.2s ease;
}

.yhhx-product__subtab.is-active {
  color: #ee4e41;
  border-color: rgba(238, 78, 65, 0.24);
  background: #fff8f7;
  box-shadow: 0 16px 30px rgba(238, 78, 65, 0.12);
}

.yhhx-product__subpanel {
  position: relative;
  z-index: 0;
  margin-top: 0;
  padding: 52px 0;
}

.yhhx-product__subpanel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  background: #ffffff;
  pointer-events: none;
}

.yhhx-product__subpanel > * {
  position: relative;
  z-index: 1;
}

/* 模块1: 产品具体解读(overview) - 灰 + 图片背景 */
.yhhx-product__subpanel--overview::before {
  background:  url("../image/yhhx/what_car_bg.png") no-repeat center center;
  background-size: cover;
}

/* 起始模块: 解决客户核心痛点(pain) - 灰 #F2F5F7 */
.yhhx-product__subpanel[data-subpanel="pain"]::before {
  background: #f2f5f7;
}

/* 模块: 五大核心功能模块(feature) - 白 */
.yhhx-product__subpanel[data-subpanel="feature"]::before {
  background: #ffffff;
}

/* 模块: 产品具体解读(detail) - 灰 */
.yhhx-product__subpanel[data-subpanel="detail"]::before {
  background: #f2f5f7;
}

/* 模块: 10大业务场景全覆盖(scenes) - 白 */
.yhhx-product__subpanel[data-subpanel="scenes"]::before {
  background: #ffffff;
}

.yhhx-product__coming {
  padding: 48px 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #eceff4;
  text-align: center;
  font-size: 16px;
  color: #666666;
}

.yhhx-carloan__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  gap: 40px;
  align-items: center;
  padding: 40px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #eceff4;
  box-shadow: 0 24px 40px rgba(58, 72, 90, 0.06);
}

.yhhx-carloan__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(238, 78, 65, 0.1);
  font-size: 14px;
  font-weight: 600;
  color: #ee4e41;
}

.yhhx-carloan__title {
  margin: 18px 0 0;
  font-size: 44px;
  line-height: 1.16;
  color: #1a1a1a;
}

.yhhx-carloan__title span {
  color: #ee4e41;
}

.yhhx-carloan__headline {
  margin: 16px 0 0;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
}

.yhhx-carloan__summary {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.8;
  color: #595959;
}

.yhhx-carloan__bullet-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.yhhx-carloan__bullet-list li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.8;
  color: #50565d;
}

.yhhx-carloan__bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ee4e41;
}

.yhhx-carloan__personas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.yhhx-carloan__persona {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff8f7;
  border: 1px solid rgba(238, 78, 65, 0.12);
}

.yhhx-carloan__persona strong {
  display: block;
  font-size: 18px;
  color: #1a1a1a;
}

.yhhx-carloan__persona span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #666666;
}

.yhhx-carloan__persona-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.yhhx-carloan__visual {
  display: flex;
  justify-content: center;
}

.yhhx-carloan__visual-image {
  display: block;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(58, 72, 90, 0.08);
}

.yhhx-carloan__intro {
  display: grid;
  /* 左文案略窄，右视频更宽，避免视频区上下空大 */
  grid-template-columns: minmax(0, 0.95fr) minmax(540px, 1.15fr);
  gap: 40px;
  align-items: center;
  padding: 72px 0 88px;
}

.yhhx-carloan__intro-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.35;
  color: #1a1a1a;
}

.yhhx-carloan__intro-title span {
  color: #ee4e41;
}

.yhhx-carloan__intro-desc {
  max-width: 520px;
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 2;
  color: #666666;
}

.yhhx-carloan__intro-personas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 460px;
  margin-top: 32px;
}

.yhhx-carloan__intro-persona {
  min-height: 148px;
  padding: 22px 18px 18px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #eceff4;
  text-align: center;
  box-shadow: 0 10px 28px rgba(58, 72, 90, 0.05);
}

.yhhx-carloan__intro-persona.is-active {
  border-top-color: #ee4e41;
  box-shadow: inset 0 5px 0 #ee4e41, 0 16px 34px rgba(238, 78, 65, 0.1);
}

.yhhx-carloan__intro-persona:hover {
  border-top-color: #ee4e41;
  box-shadow: inset 0 5px 0 #ee4e41, 0 16px 34px rgba(238, 78, 65, 0.1);
}

/* 仅顶部车主/车辆主图标，不影响状态标签内的小图标 */
.yhhx-carloan__intro-persona > img {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 12px;
}

.yhhx-carloan__intro-persona strong {
  display: block;
  font-size: 18px;
  color: #1a1a1a;
}

.yhhx-carloan__intro-persona span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}

.yhhx-carloan__intro-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.yhhx-carloan__intro-status em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 24px;
  padding: 0 10px;
  background: rgba(254, 233, 230, 0.5);
  border-radius: 32px;
  border: 1px solid #fee9e6;
  font-size: 12px;
  color: #ee4e41;
  font-style: normal;
  line-height: 1;
  vertical-align: middle;
}

.yhhx-carloan__intro-status em img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0;
  object-fit: contain;
  flex: 0 0 12px;
  vertical-align: middle;
}

.yhhx-carloan__intro-status em.is-pass {
  background: #ecfff1;
  color: #1fa76c;
  border-color: #d8f5e4;
}

.yhhx-carloan__intro-lines {
  max-width: 500px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.yhhx-carloan__intro-lines li {
  position: relative;
  padding: 17px 0 17px 20px;
  border-top: 1px solid #edf0f4;
  font-size: 14px;
  line-height: 1.8;
  color: #595959;
}

.yhhx-carloan__intro-lines li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ee4e41;
}

/* 视频区域 - 按宽度 16:9 自增高，去掉上下大留白 */
.yhhx-carloan__intro-video {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(58, 72, 90, 0.08);
  background: #0f1218;
}

.yhhx-carloan__intro-video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}
.yhhx-carloan__pain {
  margin-top: 0;
  /* padding: 42px 40px 46px; */
  border-radius: 0;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.yhhx-carloan__pain::before {
  /* display: none; */
}

.yhhx-carloan__pain > * {
  position: relative;
  z-index: 1;
}

.yhhx-carloan__pain-head h3 {
  margin: 0;
  font-size: 32px;
  color: #1a1a1a;
}

.yhhx-carloan__pain-head p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #666666;
  max-width: 760px;
}

.yhhx-carloan__decision {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  padding: 30px 36px;
  border-radius: 26px;
  background: #ffffff;
  border: 2px solid rgba(238, 78, 65, 0.12);
  box-shadow: 0 20px 38px rgba(58, 72, 90, 0.06);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.yhhx-carloan__decision::before {
  content: "";
  position: absolute;
  inset: auto -12% -60% auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(238, 78, 65, 0.08) 0%, rgba(238, 78, 65, 0) 72%);
  pointer-events: none;
}

.yhhx-carloan__decision > * {
  position: relative;
  z-index: 1;
}

.yhhx-carloan__decision-label,
.yhhx-carloan__decision-result {
  margin: 0;
}

.yhhx-carloan__decision-label {
  font-size: 15px;
  color: #6d7480;
}

.yhhx-carloan__decision-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.yhhx-carloan__decision-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(238, 78, 65, 0.05);
  color: #2b3039;
  font-size: 18px;
  font-weight: 800;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.yhhx-carloan__decision-tags span:hover {
  transform: translateY(-2px);
  background: rgba(238, 78, 65, 0.1);
}

.yhhx-carloan__decision-result {
  font-size: 16px;
  font-weight: 600;
  color: #d54a3e;
}

.yhhx-carloan__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.yhhx-carloan__card {
  position: relative;
  overflow: hidden;
  padding: 25px 26px 28px;
  border-radius: 8x;
  background: #ffffff;
  border: 1px solid #eaebed;
  box-shadow: 0 18px 36px rgba(58, 72, 90, 0.05);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

/* 痛点卡片头部：图标（左）+ 序号（右）同一行 */
.yhhx-carloan__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

/* 痛点卡片左上角图标 */
.yhhx-carloan__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #cbcfd3;
  border-radius: 8px;
  overflow: hidden;
  transition: background 0.35s ease;
}

.yhhx-carloan__card-icon img {
  width: 28px;
  height: auto;
  object-fit: contain;
}

.yhhx-carloan__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #ee4e41 0%, #fb8d84 100%);
  border-radius: 0px 0px 8px 8px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.yhhx-carloan__card:hover,
.yhhx-carloan__card.is-highlight {
  transform: translateY(-4px);
  border-color: rgba(238, 78, 65, 0.18);
  box-shadow: 0 24px 40px rgba(58, 72, 90, 0.1);
}

.yhhx-carloan__card:hover .yhhx-carloan__card-icon,
.yhhx-carloan__card.is-highlight .yhhx-carloan__card-icon {
  background: #ee4e41;
}

.yhhx-carloan__card:hover .yhhx-carloan__card-tag,
.yhhx-carloan__card.is-highlight .yhhx-carloan__card-tag {
  background: rgba(238, 78, 65, 0.08);
  border-color: rgba(238, 78, 65, 0.18);
  color: #ee4e41;
}

.yhhx-carloan__card:hover::after,
.yhhx-carloan__card.is-highlight::after {
  transform: scaleX(1);
}

.yhhx-carloan__card-num {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: #c8ced6;
}

.yhhx-carloan__card-title {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 24px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

.yhhx-carloan__card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-top: 14px;
  padding: 5px 14px;
  border-radius: 50px;
  background: #e3e5e7;
  color: #50565d;
  font-size: 13px;
  font-weight: 600;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}

.yhhx-carloan__card p {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.72;
  color: #5c6470;
}

.yhhx-carloan__overview,
.yhhx-carloan__feature,
.yhhx-carloan__scene {
  margin-top: 0;
  padding: 36px 40px 42px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.yhhx-carloan__section-head h3 {
  margin: 0;
  font-size: 32px;
  color: #1a1a1a;
}

/* 标题关键词高亮（红色渐变） */
.yhhx-highlight {
  background: linear-gradient(135deg, #ee4e41, #ee4e41);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.yhhx-carloan__section-head p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #666666;
}

.yhhx-carloan__overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.yhhx-carloan__overview-card {
  padding: 24px 24px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff8f7 0%, #ffffff 100%);
  border: 1px solid rgba(238, 78, 65, 0.12);
}

.yhhx-carloan__overview-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}

.yhhx-carloan__overview-card p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.85;
  color: #50565d;
}

.yhhx-carloan__overview-note {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #ee4e41;
}

.yhhx-carloan__feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.yhhx-carloan__feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 320px;
  padding: 24px 16px;
  border-radius: 24px;
  background: #ffffff;
  border: 1.5px solid rgba(31, 41, 55, 0.06);
  box-shadow: 0 18px 36px rgba(58, 72, 90, 0.05);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.yhhx-carloan__feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, #ee4e41 0%, #fb8d84 100%);
  transform: translateY(-100%);
  transition: transform 0.35s ease;
}

.yhhx-carloan__feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(238, 78, 65, 0.18);
  box-shadow: 0 24px 42px rgba(58, 72, 90, 0.1);
}

.yhhx-carloan__feature-card:hover::before {
  transform: translateY(0);
}

.yhhx-carloan__feature-num {
  position: absolute;
  top: 18px;
  left: 22px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: #c8ced6;
}

.yhhx-carloan__feature-icon {
  width: 56px;
  height: 56px;
  margin-top: 20px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(238, 78, 65, 0.08), rgba(238, 78, 65, 0.02));
  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.yhhx-carloan__feature-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.yhhx-carloan__feature-card:hover .yhhx-carloan__feature-icon {
  transform: scale(1.06);
  background: linear-gradient(135deg, rgba(238, 78, 65, 0.14), rgba(238, 78, 65, 0.04));
}

.yhhx-carloan__feature-card .yhhx-carloan__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;

  font-weight: bold;
  font-size: 16px;
  color: #1a1a1a;
}

.yhhx-carloan__feature-card h4 {
  margin: 14px 0 0;
  /* padding-right: 38px; */
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  letter-spacing: -0.2px;
}

.yhhx-carloan__feature-card p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.72;
  color: #5c6470;
}

.yhhx-carloan__feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto; /* 自动推到底部，保持5张卡片标签对齐 */
}

.yhhx-carloan__feature-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  background: rgba(254, 233, 230, 0.3);
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #fee9e6;
  color: #ee4e41;
  font-size: 12px;
  font-weight: 500;
}

/* ========== 场景卡片 - 渐入动画 & 交互效果（参照智能车贷画像） ========== */

/* 滚动渐入基础类 */
.yhhx .yhhx-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.yhhx .yhhx-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 场景网格 */
.yhhx-carloan__scene-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

/* 场景卡片 */
.yhhx-carloan__scene-card {
  position: relative;
  overflow: hidden;
  min-height: 140px;
  padding: 28px 16px 20px;
  border: 1px solid #eaebed;
  /* border-radius: 16px;*/
  background: #ffffff;
  box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.05);
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  cursor: default;
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 第一张卡片 - 浅粉色高亮背景（参照设计图） */
.yhhx-carloan__scene-card--highlight {
  background: #fef6f5;
  border-color: rgba(238, 78, 65, 0.12);
}

/* hover时径向渐变遮罩 */
.yhhx-carloan__scene-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(238, 78, 65, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
  pointer-events: none;
}

.yhhx-carloan__scene-card:hover::before {
  opacity: 1;
}

/* hover交互：上浮 + 阴影 + 边框高亮 */
.yhhx-carloan__scene-card:hover {
  transform: translateY(-5px);
  border-color: rgba(238, 78, 65, 0.25);
  box-shadow:
    0 18px 40px rgba(58, 72, 90, 0.12),
    0 6px 14px rgba(238, 78, 65, 0.06);
}

/* 卡片内元素层级 */
.yhhx-carloan__scene-card > * {
  position: relative;
  z-index: 1;
}

/* 场景图标 */
.yhhx-carloan__scene-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  line-height: 1;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.yhhx-carloan__scene-icon img {
  display: block;
  width: 28px;
  height: auto;
  object-fit: contain;
}

.yhhx-carloan__scene-card:hover .yhhx-carloan__scene-icon {
  transform: scale(1.2) rotate(-8deg);
}

/* 场景名称 */
.yhhx-carloan__scene-card strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 6px;
}

/* 场景副标题 - 灰色（对齐设计图） */
.yhhx-carloan__scene-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #666666;
}

/* 场景标签徽章 - 红色描边胶囊（对齐设计图） */
.yhhx-carloan__scene-badge {
  display: inline-block;
  margin-top: 25px;
  padding: 3px 12px;
  border-radius: 50px 50px 50px 50px;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid #fee9e6;
  color: #ee4e41;
  background: rgba(254, 233, 230, 0.5);
}

.yhhx-carloan__advantages {
  margin-top: 78px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 56px 0 64px;
  background: linear-gradient(180deg, #ffffff 0%, #fff7f6 52.31%, #ffffff 100%);
  box-sizing: border-box;
}

.yhhx-carloan__advantages-inner,
.yhhx-carloan__compare-inner {
  width: 1200px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.yhhx-carloan__section-head--advantage h3 span {
  color: #ee4e41;
}

.yhhx-carloan__section-head--advantage p {
  max-width: none;
  display: block;
  margin-top: 14px;
  color: #5c6470;
}

.yhhx-carloan__section-head--advantage p strong {
  color: #1a1a1a;
  font-weight: 700;
}

.yhhx-carloan__compare-section {
  margin-top: 28px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 52px 0 64px;
  background: #f7f8fb;
  box-sizing: border-box;
}

.yhhx-carloan__section-head--compare h3 span {
  color: #ee4e41;
}

.yhhx-carloan__section-head--compare p {
  max-width: 760px;
  margin-top: 14px;
  color: #6d7480;
}

.yhhx-carloan__advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.yhhx-carloan__advantage-card {
  position: relative;
  overflow: hidden;
  min-height: 172px;
  padding: 22px 18px 20px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #ebedf0;
  box-shadow: 0 10px 28px rgba(58, 72, 90, 0.05);
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.yhhx-carloan__advantage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 245, 244, 0.38) 0%, rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.yhhx-carloan__advantage-card:hover {
  transform: translateY(-4px);
  border-color: rgba(238, 78, 65, 0.16);
  box-shadow: 0 18px 36px rgba(58, 72, 90, 0.09);
}

.yhhx-carloan__advantage-card:hover::before {
  opacity: 1;
}

.yhhx-carloan__advantage-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffc6c1 0%, #ffb0a9 100%);
  box-shadow: 0 8px 18px rgba(238, 78, 65, 0.16);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.yhhx-carloan__advantage-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
 
}

.yhhx-carloan__advantage-card:hover .yhhx-carloan__advantage-icon {
  transform: scale(1.08);
   background: #EE4E41;
}

.yhhx-carloan__advantage-card h4 {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #1a1a1a;
}

.yhhx-carloan__advantage-card p {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.9;
  color: #7b8593;
}

.yhhx-carloan__compare-wrap {
  margin-top: 28px;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #eaebed;
}

.yhhx-carloan__compare-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.7fr;
  border-top: 1px solid #edf0f4;
}

.yhhx-carloan__compare-row:first-child {
  border-top: 0;
}

.yhhx-carloan__compare-row.is-head {
  background: #fafafa;
  border: 1px solid #eaebed;
}

.yhhx-carloan__compare-row.is-head .yhhx-carloan__compare-cell,
.yhhx-carloan__compare-row.is-head .yhhx-carloan__compare-cell.is-accent,
.yhhx-carloan__compare-row.is-head .yhhx-carloan__compare-cell.is-muted {
  background: #fafafa;
}

.yhhx-carloan__compare-cell {
  padding: 24px 28px;
  font-size: 15px;
  line-height: 1.6;
  color: #2f3540;
  background: #ffffff;
}

.yhhx-carloan__compare-cell + .yhhx-carloan__compare-cell {
  border-left: none;
}

/* 智能车贷画像列背景；红线从「核心对象」行起，不顶到表头 */
.yhhx-carloan__compare-cell.is-accent {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 400;
  background: #fef9f8;
}

.yhhx-carloan__compare-row:not(.is-head) .yhhx-carloan__compare-cell.is-accent {
  border-left: 2px solid #ee4e41;
}

/* 其他产品列 - 与表头"其他产品"样式一致（浅灰色） */
.yhhx-carloan__compare-cell.is-muted {
  color: #B5BBC3;
  background: #ffffff;
}

/* 打勾符号颜色 */
.yhhx-carloan__compare-cell.is-accent em {
  color: #1fa76c;
  font-style: normal;
}

.yhhx-carloan__compare-row.is-head .yhhx-carloan__compare-cell {
  font-size: 16px;
  font-weight: 700;
}

.yhhx-carloan__compare-row.is-head .yhhx-carloan__compare-cell.is-muted {
  font-weight: 500;
  color: #b5bbc3;
}

.yhhx-carloan__compare-row.is-head .yhhx-carloan__compare-cell.is-accent {
  color: #ff5d52;
  font-weight: 700;
}

.yhhx-carloan__compare-row .yhhx-carloan__compare-cell:first-child {
  font-weight: 700;
  color: #1a1a1a;
}

/* ========== 产品具体解读 - 功能详情卡片（参照智能车贷画像） ========== */

.yhhx-carloan__detail {
  padding: 20px 0;
}

.yhhx-carloan__detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

/* 详情卡片 - flex列布局；底部固定 20px，tip 贴底且与上方保留间距 */
.yhhx-carloan__detail-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1.5px solid rgba(31, 41, 55, 0.06);
  border-radius: 16px;
  padding: 30px 28px 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.yhhx-carloan__detail-card:hover {
  border-color: rgba(238, 78, 65, 0.15);
  box-shadow:
    0 12px 40px rgba(58, 72, 90, 0.08),
    0 4px 12px rgba(238, 78, 65, 0.04);
  transform: translateY(-3px);
}

/* 卡片标题 */
.yhhx-carloan__detail-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.2px;
}

/* 卡片图标 - 彩色方形底 + emoji（对齐设计图） */
.yhhx-carloan__detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  line-height: 1;
  background: transparent;
}

.yhhx-carloan__detail-icon img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* 卡片副标题（红色） */
.yhhx-carloan__detail-subtitle {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 500;
  color: #ee4e41;
}

/* 列表项（带箭头）；撑开中间空间，让 tip 贴底 */
.yhhx-carloan__detail-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
}

.yhhx-carloan__detail-items li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: #4a4a50;
  line-height: 1.7;
  transition: transform 0.25s ease;
}

.yhhx-carloan__detail-items li:hover {
  transform: translateX(3px);
}

.yhhx-carloan__detail-items li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 13px;
}

.yhhx-carloan__detail-items li strong {
  color: #1a1a1a;
  font-weight: 600;
}

/* 评级等级条 */
.yhhx-carloan__rating-row {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.yhhx-carloan__rating-tier {
  flex: 1;
  padding: 6px 3px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  border-radius: 8px;
  border: 1.5px solid transparent;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
}

.yhhx-carloan__rating-tier:hover {
  transform: scale(1.05);
}

.yhhx-carloan__rating-tier--a {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #059669;
}
.yhhx-carloan__rating-tier--b {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #16a34a;
}
.yhhx-carloan__rating-tier--c {
  background: #fffbeb;
  border-color: #fde68a;
  color: #d97706;
}
.yhhx-carloan__rating-tier--d {
  background: #fef2f2;
  border-color: #fecaca;
  color: #dc2626;
}
.yhhx-carloan__rating-tier--e {
  background: #fff1f2;
  border-color: #fecdd3;
  color: #e11d48;
}

/* 底部提示框：与上方至少 22px，卡片底部固定 20px（由 card padding-bottom） */
.yhhx-carloan__detail-tip {
  margin-top: 22px;
  margin-bottom: 0;
  flex: 0 0 auto;
  padding: 14px 18px;
  border-radius: 8px;
  background: rgba(254, 233, 230, 0.3);
  border: 1px solid #fee9e6;
  font-size: 13px;
  color: #ee4e41;
  line-height: 1.7;
}

.yhhx-carloan__detail-tip strong {
  font-weight: 600;
}

/* 响应式 */
@media (max-width: 991px) {
  .yhhx-carloan__detail-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .yhhx-carloan__compare-wrap {
    overflow-x: auto;
  }

  .yhhx-carloan__compare-row {
    min-width: 760px;
  }

  .yhhx-carloan__rating-row {
    gap: 6px;
  }

  .yhhx-carloan__rating-tier {
    font-size: 11px;
    padding: 10px 4px;
  }
}

@media (max-width: 1199px) {
  .yhhx-carloan__hero {
    grid-template-columns: 1fr;
  }

  .yhhx-carloan__visual {
    order: -1;
  }

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

  .yhhx-carloan__overview-grid,
  .yhhx-carloan__feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yhhx-carloan__scene-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 768px) {
  .yhhx-product {
    padding: 56px 0 24px;
  }

  .yhhx-product__tabs,
  .yhhx-carloan__personas,
  .yhhx-carloan__grid,
  .yhhx-carloan__overview-grid,
  .yhhx-carloan__feature-grid,
  .yhhx-carloan__scene-grid,
  .yhhx-carloan__advantage-grid {
    grid-template-columns: 1fr;
  }

  .yhhx-product__tab {
    min-height: 56px;
    font-size: 20px;
  }

  .yhhx-carloan__hero,
  .yhhx-carloan__overview,
  .yhhx-carloan__pain,
  .yhhx-carloan__feature,
  .yhhx-carloan__scene {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .yhhx-carloan__title {
    font-size: 32px;
  }

  .yhhx-carloan__headline {
    font-size: 22px;
  }

  .yhhx-carloan__section-head h3,
  .yhhx-carloan__pain-head h3 {
    font-size: 26px;
  }

  .yhhx-carloan__decision {
    padding: 24px 18px;
    gap: 14px;
  }

  .yhhx-carloan__decision-tags {
    gap: 10px;
  }

  .yhhx-carloan__decision-tags span {
    width: 100%;
    font-size: 16px;
  }

  .yhhx-carloan__overview-title,
  .yhhx-carloan__feature-card h4 {
    font-size: 20px;
  }

  .yhhx-carloan__scene-card {
    min-height: auto;
  }

  .yhhx-carloan__advantage-card {
    min-height: auto;
    padding: 24px 20px 22px;
  }

  .yhhx-carloan__advantages {
    padding: 42px 0 48px;
  }

  .yhhx-carloan__compare-section {
    padding: 36px 0 44px;
  }

  .yhhx-carloan__advantages-inner,
  .yhhx-carloan__compare-inner {
    max-width: calc(100% - 32px);
  }

  .yhhx-carloan__compare-cell {
    padding: 16px 14px;
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .yhhx-carloan__intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .yhhx-carloan__intro-video {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .yhhx-carloan__intro {
    padding: 44px 0 56px;
  }

  .yhhx-carloan__intro-title {
    font-size: 26px;
  }

  .yhhx-carloan__intro-personas {
    grid-template-columns: 1fr;
  }
}
