.loan-page-body {
  background: #fff;
}

.loan-page-shell {
  padding-bottom: 0;
}

.loan-page {
  background:
    radial-gradient(circle at top left, rgba(228, 240, 255, 0.9) 0%, rgba(228, 240, 255, 0) 40%),
    linear-gradient(180deg, #dcecff 0%, #ffffff 20%, #ffffff 100%);
  color: #171a1d;
}

.loan-topbar {
  position: relative;
  z-index: 20;
}

.loan-main {
  width: 100%;
}

.loan-hero {
  min-height: 800px;
  background: #d7eeff url("../assets/slices/pro.jpg") center top / cover no-repeat;
}

.loan-hero__inner {
  min-height: 800px;
  display: flex;
  align-items: flex-start;
}

.loan-hero__content {
  width: 660px;
  padding: 164px 0 177px;
}

.loan-hero__eyebrow {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 42px;
  line-height: 78px;
  font-weight: 400;
}

.loan-hero__title {
  margin: -1px 0 0;
  font-size: 56px;
  line-height: 77px;
  font-weight: 700;
}

.loan-hero__title span {
  display: inline-block;
  color: #0a5de6;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .loan-hero__title span {
    background-image: linear-gradient(46deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.loan-hero__subtitle {
  margin: 9px 0 0;
  width: 660px;
  max-width: 100%;
  color: rgba(23, 26, 29, 0.6);
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 2px;
}

.loan-hero__stats {
  display: flex;
  align-items: flex-start;
  gap: 97px;
  margin: 88px 0 0;
}

.loan-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 99px;
}

.loan-stat dt {
  margin: 0;
  margin-top: -2px;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.loan-stat dd {
  margin: 0;
  color: #0a5de6;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}

.loan-stat:nth-child(2) {
  min-width: 120px;
}

.loan-stat:nth-child(3) {
  min-width: 119px;
}

.loan-hero__cta {
  margin-top: 58px;
  width: 178px;
  height: 42px;
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(16deg, #0a5de6 0%, #903deb 100%);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  box-shadow: none;
}

.loan-hero__visual {
  display: none;
}

.loan-section {
  padding: 101px 0 100px;
}

.loan-section__heading {
  margin-bottom: 40px;
}

.loan-section__heading--center {
  text-align: center;
  margin-bottom: 92px !important;
}

.loan-section__heading h2 {
  margin: 0;
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
}

.loan-section__heading p {
  margin: 10px 0 0;
  color: rgba(23, 26, 29, 0.62);
  font-size: 16px;
  line-height: 24px;
}

.loan-products {
  position: relative;
  padding: 101px 0 108px;
  background: #edf5ff url("../assets/slices/bg2x.jpg") center top / 100% 100% no-repeat;
}

.loan-products .container {
  max-width: 1282px;
}

.loan-products__grid {
  display: grid;
  grid-template-columns: 634px 630px;
  justify-content: space-between;
  row-gap: 28px;
}

.loan-products .loan-section__heading {
  margin-bottom: 81px !important;
}

.loan-products .loan-section__heading h2 {
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.loan-product-card {
  position: relative;
  height: 654px;
  padding-top: 20px;
  border-radius: 24px;
  border: 1px solid rgba(217, 227, 245, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.98) 100%);
  box-shadow: 0px 10px 30px 0px rgba(182, 205, 241, 0.2);
  box-sizing: border-box;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease, background 0.26s ease;
}

.loan-product-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  border: 2px solid rgba(116, 78, 255, 0);
  pointer-events: none;
  transition: border-color 0.26s ease;
}

.loan-product-card__title-shell {
  position: relative;
  overflow: hidden;
  width: 590px;
  height: 110px;
  margin-left: 22px;
  padding: 0 18px 0 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(135deg, rgba(223, 235, 255, 1) 0%, rgba(248, 251, 255, 1) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: background 0.26s ease, box-shadow 0.26s ease;
}

.loan-product-card__title-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.loan-product-card__title-shell h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.loan-product-card__hero {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  flex: 0 0 auto;
  transition: transform 0.26s ease;
}

.loan-product-card__metrics {
  display: grid;
  grid-template-columns: 223px 208px 82px;
  width: 590px;
  margin: 25px 0 0 62px;
}

.loan-product-card__metrics dt {
  color: rgba(23, 26, 29, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.loan-product-card__metrics dd {
  margin: 8px 0 0;
  color: #0a5de6;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .loan-product-card__metrics dd {
    background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.loan-product-card__divider {
  display: block;
  width: 510px;
  height: 1px;
  margin: 30px 0 0 62px;
}

.loan-product-card__subheads {
  display: grid;
  grid-template-columns: 311px 198px;
  margin: 30px 0 0 61px;
}

.loan-product-card__subheads h4,
.loan-product-card__scene h4,
.loan-product-card__hot h4 {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.loan-product-card__columns {
  display: grid;
  grid-template-columns: 311px 210px;
  margin: 8px 0 0 61px;
}

.loan-product-card__dot-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.loan-product-card__dot-list li {
  position: relative;
  padding-left: 16px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 30px;
}

.loan-product-card__dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid rgba(10, 93, 230, 1);
  transform: translateY(-50%);
}

.loan-product-card__scene {
  margin: 30px 0 0 62px;
}

.loan-product-card__scene p {
  margin: 0;
  margin-top: 8px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.loan-product-card__hot {
  position: relative;
  width: 510px;
  min-height: 104px;
  margin: 30px 0 0 62px;
}

.loan-product-card__chip-rows {
  width: 392px;
  margin-top: 9px;
}

.loan-product-card__chip-row {
  display: flex;
  width: 392px;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  min-height: 30px;
}

.loan-product-card__chip-row + .loan-product-card__chip-row {
  margin-top: 10px;
}

.loan-product-card__chip-row span {
  height: 30px;
  padding: 0 14px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 93, 230, 0.1);
  color: rgba(10, 93, 230, 1);
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
}

.loan-product-card__chip-row--with-link {
  justify-content: flex-start;
}

.loan-product-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 82px;
  height: 22px;
  margin: 0;
  padding-right: 20px;
  color: rgba(89, 108, 255, 1);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  white-space: nowrap;
  overflow: visible;
  transition: transform 0.26s ease, opacity 0.26s ease;
}

.loan-product-card__more span {
  position: relative;
  display: inline-block;
  margin-right: 0;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .loan-product-card__more span {
    background-image: linear-gradient(90deg, rgba(10, 93, 230, 1) 0%, 
rgba(144, 61, 235, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.loan-product-card__more img {
  position: absolute;
  width: 0;
  height: 0;
  flex: 0 0 0;
  visibility: hidden;
}

.loan-product-card__more::before,
.loan-product-card__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 9px;
  background: url("../assets/slices/thumbnail_16.png") center / contain no-repeat;
  transform-origin: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
  pointer-events: none;
}

.loan-product-card__more::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.loan-product-card__more::after {
  opacity: 0;
  transform: translate(-12px, calc(-50% + 10px));
}

.loan-product-card:hover,
.loan-product-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0px 18px 44px 0px rgba(154, 183, 234, 0.32);
}

.loan-product-card:hover::after,
.loan-product-card:focus-within::after {
  border-color: rgba(116, 78, 255, 0.95);
}

.loan-product-card:hover .loan-product-card__title-shell,
.loan-product-card:focus-within .loan-product-card__title-shell {
  background: linear-gradient(135deg, rgba(212, 228, 255, 1) 0%, rgba(244, 249, 255, 1) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98), 0px 8px 20px rgba(180, 204, 245, 0.22);
}

.loan-product-card:hover .loan-product-card__hero,
.loan-product-card:focus-within .loan-product-card__hero {
  transform: translateY(-1px);
}

.loan-product-card:hover .loan-product-card__more,
.loan-product-card:focus-within .loan-product-card__more {
  transform: translateX(2px);
}

.loan-product-card:hover .loan-product-card__more::before,
.loan-product-card:focus-within .loan-product-card__more::before {
  opacity: 0;
  transform: translate(12px, calc(-50% - 10px));
}

.loan-product-card:hover .loan-product-card__more::after,
.loan-product-card:focus-within .loan-product-card__more::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.loan-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.loan-tags span {
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(236, 243, 255, 1);
  color: #0a5de6;
  font-size: 13px;
  line-height: 18px;
}

.loan-tags--compact span {
  min-height: 26px;
  padding: 4px 10px;
  font-size: 12px;
}

@media (max-width: 1360px) {
  .loan-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .loan-product-card {
    width: 100%;
    height: auto;
    padding: 20px 20px 24px;
  }

  .loan-product-card__title-shell,
  .loan-product-card__metrics,
  .loan-product-card__divider,
  .loan-product-card__subheads,
  .loan-product-card__columns,
  .loan-product-card__scene,
  .loan-product-card__hot {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .loan-product-card__title-shell {
    padding-left: 28px;
  }

  .loan-product-card__hero {
    width: 160px;
    height: 56px;
  }

  .loan-product-card__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
  }

  .loan-product-card__subheads,
  .loan-product-card__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    width: auto;
  }

  .loan-product-card__chip-rows {
    width: auto;
  }

  .loan-product-card__hot {
    width: auto;
  }

  .loan-product-card__chip-row {
    width: auto;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .loan-products {
    padding: 72px 0;
  }

  .loan-products__grid,
  .loan-product-card__subheads,
  .loan-product-card__columns,
  .loan-product-card__metrics {
    grid-template-columns: 1fr;
  }

  .loan-product-card__title-shell {
    height: auto;
    padding: 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  .loan-product-card__hero {
    width: 100%;
    height: auto;
    aspect-ratio: 2.9 / 1;
  }

  .loan-product-card__chip-row--with-link {
    justify-content: flex-start;
  }

  .loan-product-card__more {
    width: auto;
    justify-self: start;
    margin: 8px 0 0;
  }

  .loan-product-card__divider {
    width: 100%;
  }

  .loan-product-card__scene p {
    line-height: 24px;
  }
}

.loan-match {
  position: relative;
  padding: 0;
  background: #b6ddff;
  overflow: hidden;
}

.loan-match::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 1920px;
  transform: translateX(-50%);
  background-color: #b6ddff;
  background-position: center top;
  background-size: 1920px 920px;
  background-repeat: no-repeat;
}

.loan-match[data-scene="gongxin"]::before {
  background-image: url("../assets/slices/gongxin.jpg");
}

.loan-match[data-scene="qyz"]::before {
  background-image: url("../assets/slices/qyz.jpg");
}

.loan-match[data-scene="fccy"]::before {
  background-image: url("../assets/slices/fccy.jpg");
}

.loan-match[data-scene="fcjy"]::before {
  background-image: url("../assets/slices/fcjy.jpg");
}

.loan-match .container {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - var(--container-gap) * 2));
  max-width: 1280px;
}

.loan-match__inner {
  display: grid;
  grid-template-columns: 628px minmax(0, 651px);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  min-height: 678px;
  margin: 0 auto;
  overflow: visible;
  background: transparent;
}

.loan-match__content {
  padding: 120px 0 98px 2px;
}

.loan-match__eyebrow {
  margin: 0;
  color: #0a5de6;
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .loan-match__eyebrow {
    background-image: linear-gradient(285.5090434461323deg, #0a5de6 0%, #903deb 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.loan-match__content h2 {
  margin: 0;
  color: #171a1d;
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
}

.loan-match__desc {
  margin: 21px 0 0 2px;
  color: #0a5de6;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .loan-match__desc {
    background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.loan-match__benefits {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 42px;
  margin-top: 48px;
}

.loan-match__benefits span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding-left: 34px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
}

.loan-match__benefits span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url("../assets/slices/xuan.png") center / contain no-repeat;
  transform: translateY(-50%);
}

.loan-match__audiences {
  display: grid;
  grid-template-columns: repeat(2, 304px);
  gap: 20px;
  margin-top: 101px;
}

.loan-match__audiences article {
  min-height: 109px;
  padding: 24px 40px;
  border: 1px solid rgba(126, 134, 142, 0.16);
  border-radius: 30px 0 30px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 2px 4px rgba(238, 238, 238, 0.5);
  box-sizing: border-box;
  transition: background 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
  cursor: pointer;
}

.loan-match__audiences article:hover,
.loan-match__audiences article:focus-visible {
  border-color: rgba(142, 168, 235, 0.35);
  box-shadow: 0 8px 20px rgba(105, 134, 189, 0.12);
  outline: none;
}

.loan-match__audiences article.is-active {
  border-color: transparent;
  background: linear-gradient(16deg, #0a5de6 0%, #903deb 100%);
  box-shadow:
    inset 0px 1px 3px 0px rgba(255, 238, 238, 0.5),
    0 12px 24px rgba(65, 106, 232, 0.22);
}

.loan-match__audiences article.is-active h3 {
  color: #ffffff;
}

.loan-match__audiences article.is-active p {
  color: rgba(255, 255, 255, 0.72);
}

.loan-match__audiences h3 {
  margin: 0;
  color: #171a1d;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
}

.loan-match__audiences p {
  margin: 8px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.loan-match__cta {
  position: relative;
  margin-top: 81px;
  width: 128px;
  height: 42px;
  padding: 0 38px 0 20px;
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(16deg, #0a5de6 0%, #903deb 100%);
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
}

.loan-match__cta::before,
.loan-match__cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 12px;
  background: url("../assets/slices/thumbnail_21.png") center / contain no-repeat;
  transition: transform 0.28s ease, opacity 0.28s ease;
  pointer-events: none;
}

.loan-match__cta::before {
  opacity: 1;
  transform: translateY(-50%);
}

.loan-match__cta::after {
  opacity: 0;
  transform: translate(-16px, -50%);
}

.loan-match__cta:hover::before,
.loan-match__cta:focus-visible::before {
  opacity: 0;
  transform: translate(16px, -50%);
}

.loan-match__cta:hover::after,
.loan-match__cta:focus-visible::after {
  opacity: 1;
  transform: translateY(-50%);
}

.loan-match__visual {
  position: relative;
  min-height: 920px;
  isolation: isolate;
}

.loan-match__visual::before {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.loan-match__visual-image {
  display: none;
}

.loan-match__preload {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.loan-match__preload img {
  width: 0;
  height: 0;
}

.loan-bubble {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 60px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.57) 0%, rgba(197, 218, 255, 0.83) 100%);
  box-shadow: 0 14px 28px rgba(6, 15, 26, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    left 0.32s ease,
    right 0.32s ease,
    top 0.32s ease,
    bottom 0.32s ease,
    transform 0.32s ease;
}

.loan-bubble::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(216deg, rgba(223, 214, 255, 1), rgba(32, 87, 230, 1));
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.loan-bubble__label {
  position: relative;
  z-index: 1;
  color: #0a5de6;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
  font-style: normal;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .loan-bubble__label {
    background-image: linear-gradient(285.5090434461323deg, #0a5de6 0%, #903deb 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.loan-bubble--consume {
  width: 106px;
  height: 106px;
}

.loan-bubble--free {
  width: 106px;
  height: 106px;
}

.loan-bubble--privacy {
  width: 126px;
  height: 126px;
  border-radius: 50%;
}

.loan-bubble--extra {
  width: 106px;
  height: 106px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}

.loan-match[data-scene="gongxin"] .loan-bubble--consume {
  left: 224px;
  bottom: 226px;
}

.loan-match[data-scene="gongxin"] .loan-bubble--free {
  top: 418px;
  right: 0;
}

.loan-match[data-scene="gongxin"] .loan-bubble--privacy {
  right: 51px;
  bottom: 160px;
}

.loan-match[data-scene="qyz"] .loan-bubble--consume {
  left: 226px;
  bottom: 288px;
}

.loan-match[data-scene="qyz"] .loan-bubble--free {
  top: 398px;
  right: 10px;
  left: auto;
}

.loan-match[data-scene="qyz"] .loan-bubble--privacy {
  right: 116px;
  bottom: 249px;
}

.loan-match[data-scene="fccy"] .loan-bubble--consume {
  left: 208px;
  bottom: 284px;
}

.loan-match[data-scene="fccy"] .loan-bubble--free {
  top: 424px;
  right: 0;
}

.loan-match[data-scene="fccy"] .loan-bubble--privacy {
  right: 102px;
  bottom: 224px;
}

.loan-match[data-scene="fcjy"] .loan-bubble--consume {
  left: 272px;
  bottom: 302px;
}

.loan-match[data-scene="fcjy"] .loan-bubble--free {
  top: 366px;
  left: 138px;
  right: auto;
}

.loan-match[data-scene="fcjy"] .loan-bubble--privacy {
  right: 88px;
  bottom: 218px;
}

.loan-match[data-scene="fcjy"] .loan-bubble--extra {
  top: 418px;
  right: -120px;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.loan-process {
  padding-bottom: 101px;
  background: #fff;
}

.loan-process .loan-section__heading--center h2 {
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
}

.loan-process .loan-section__heading--center p {
  margin-top: 20px;
  color: rgba(23, 26, 29, 1);
  font-size: 24px;
  line-height: 33px;
}

.loan-process__rows {
  margin-top: 92px;
}

.loan-process__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 23px;
}

.loan-process__row--bottom {
  margin-top: 20px;
}

.loan-process__card,
.loan-process__summary {
  position: relative;
  overflow: hidden;
  height: 160px;
  border: 1px solid rgba(126, 134, 142, 0.16);
  box-shadow: 0px 2px 4px 0px rgba(238, 238, 238, 0.5);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0px 30px 0px 30px;
  transition: background 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.loan-process__card::before,
.loan-process__summary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(16deg, rgba(10, 93, 230, 1), rgba(144, 61, 235, 1));
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.loan-process__card:hover,
.loan-process__card:focus-within,
.loan-process__summary:hover,
.loan-process__summary:focus-within {
  background: linear-gradient(27deg, #f2f7ff 0%, #f5ebff 100%);
  box-shadow: 0px 2px 4px 0px #c2d9ff;
  border-color: transparent;
}

.loan-process__card:hover::before,
.loan-process__card:focus-within::before,
.loan-process__summary:hover::before,
.loan-process__summary:focus-within::before {
  opacity: 1;
}

.loan-process__card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 46px 16px 0 39px;
  box-sizing: border-box;
}

.loan-process__card--ai {
  padding-left: 49px;
}

.loan-process__card--consult {
  padding-left: 58px;
}

.loan-process__card--materials {
  padding-left: 40px;
}

.loan-process__card--payout {
  padding-left: 49px;
}

.loan-process__content {
  width: auto;
  max-width: 100%;
}

.loan-process__index {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 71px;
  height: 82px;
  margin: 0;
  color: rgba(10, 93, 230, 0.2);
  font-size: 60px;
  line-height: 82px;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
}

.loan-process__card--apply .loan-process__index {
  margin: 0;
  margin-top: -10px;
}

.loan-process__card--ai .loan-process__index {
  margin: 0;
  margin-top: -10px;
}

.loan-process__card--consult .loan-process__index {
  margin: 0;
  margin-top: -10px;
}

.loan-process__card--materials .loan-process__index {
  margin: 0;
  margin-top: -10px;
}

.loan-process__card--payout .loan-process__index {
  margin: 0;  
  margin-top: -10px;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .loan-process__index {
    background-image: linear-gradient(180deg, rgba(10, 93, 230, 0.14) 0%, rgba(144, 61, 235, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.loan-process__card h3 {
  margin: 0;
  color: #0a5de6;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  white-space: nowrap;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .loan-process__card h3 {
    background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.loan-process__card p {
  margin: 14px 0 0;
  color: rgba(23, 26, 29, 1);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.loan-process__summary {
  padding: 24px 24px 24px 67px;
  box-sizing: border-box;
  background: #fff;
}

.loan-process__summary p {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

.loan-process__notes {
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 43px;
  align-items: center;
}

.loan-process__note {
  position: relative;
  overflow: hidden;
  min-height: 60px;
  padding: 18px 24px 18px 34px;
  border: 1px solid transparent;
  border-radius: 36px;
  background: linear-gradient(201deg, #903deb 0%, #0a5de6 100%);
  box-shadow: 0px 2px 4px 0px rgba(194, 217, 255, 0.65);
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}

.loan-process__note::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(180deg, rgba(235, 230, 255, 0.7), rgba(239, 237, 255, 1));
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.loan-process__note img {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.loan-process__note span {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

.loan-process__note--wide {
  padding-right: 28px;
}

@media (max-width: 1360px) {
  .loan-process__notes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 29px;
  }

  .loan-process__note span {
    white-space: normal;
  }
}

.loan-cases {
  padding-bottom: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.loan-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.loan-case-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(229, 235, 245, 1);
  background: #fff;
  box-shadow: 0 18px 44px rgba(95, 125, 177, 0.08);
}

.loan-case-card img {
  width: 100%;
  aspect-ratio: 1.64 / 1;
  object-fit: cover;
}

.loan-case-card__body {
  padding: 20px 20px 22px;
}

.loan-case-card__body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.loan-case-card__amount {
  margin: 8px 0 0;
  color: #0a5de6;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.loan-case-card__body .loan-tags {
  margin-top: 14px;
}

.loan-case-card__body p {
  color: rgba(23, 26, 29, 0.7);
  font-size: 14px;
  line-height: 24px;
}

.loan-case-card__body p + p {
  margin-top: 10px;
}

.loan-faq {
  padding-bottom: 100px;
  background: #fff;
}

.loan-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.loan-faq__grid article {
  position: relative;
  overflow: hidden;
  padding: 27px 32px 27px;
  border-radius: 20px;
  border: 1.2px solid rgba(126,134,142,0.16);
  background: #fff;
  transition: background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.loan-faq__grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1.2px;
  background: linear-gradient(21deg, rgba(10, 93, 230, 1), rgba(144, 61, 235, 1));
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.loan-faq__grid article > * {
  position: relative;
  z-index: 1;
}

.loan-faq__grid article:hover,
.loan-faq__grid article:focus-within {
  background: linear-gradient(180deg, #E3EDFF 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 4px 0px rgba(214,214,214,0.5);
  border-color: transparent;
}

.loan-faq__grid article:hover::before,
.loan-faq__grid article:focus-within::before {
  opacity: 1;
}

.loan-faq__grid h3 {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
  color: #171A1D;
  font-weight: 700;
}

.loan-faq__grid p {
  margin: 10px 0 0;
  color: rgba(23,26,29,0.6);
  font-size: 14px;
  line-height: 24px;
}

.loan-footer {
  padding: 54px 0 24px;
  background: linear-gradient(180deg, rgba(10, 18, 45, 1) 0%, rgba(12, 23, 61, 1) 100%);
  color: rgba(255, 255, 255, 0.82);
}

.loan-footer__inner {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 280px;
  gap: 36px;
  align-items: start;
}

.loan-footer__brand h2,
.loan-footer__col h3,
.loan-footer__contact h3 {
  margin: 0;
  color: #fff;
}

.loan-footer__brand p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 22px;
}

.loan-footer__apply {
  margin-top: 22px;
  min-width: 126px;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(16deg, #0a5de6 0%, #903deb 100%);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.loan-footer__cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.loan-footer__col {
  display: grid;
  gap: 12px;
}

.loan-footer__col h3 {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 22px;
}

.loan-footer__col a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 20px;
}

.loan-footer__contact {
  margin: 0;
  font-style: normal;
}

.loan-footer__contact-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.loan-footer__contact-head span {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.loan-footer__qrs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.loan-footer__qrs p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.loan-footer__qrs img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 12px;
  background: #fff;
}

.loan-footer__address {
  margin-top: 18px;
  display: grid;
  gap: 8px;
}

.loan-footer__address strong {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.loan-footer__address span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 22px;
}

.loan-footer__bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.loan-footer__bottom p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
