/**
 * 首页 Banner 下数据条 — 参考 cdmjkz Ih-part1
 * 加大字号与卡面，观感更大气；WOW fadeInUp + hover 上浮
 */
body.page-home .yksite-home-stats.numbbox {
  height: auto;
  min-height: 0;
  position: relative;
  z-index: 20;
  margin-top: 0;
  padding: 0 0 56px;
  background: #fff;
  box-shadow: none;
  overflow: visible;
}

body.page-home .yksite-home-stats.numbbox a,
body.page-home .yksite-home-stats.numbbox a:hover {
  color: inherit;
  text-decoration: none;
}

/* 与 Banner 底边齐平 */
body.page-home .yksite-home-stats__grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0 0;
  box-sizing: border-box;
  position: relative;
  top: 0;
  margin-bottom: 0;
  z-index: 20;
}

body.page-home .yksite-home-stat {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  padding: 0;
  box-sizing: border-box;
}

body.page-home .yksite-home-stat__card {
  position: relative;
  overflow: hidden;
  height: 200px;
  padding: 44px 112px 40px 36px;
  box-sizing: border-box;
  border-radius: 8px;
  background: linear-gradient(117deg, #f0f7ff 0%, #ffffff 100%);
  box-shadow: 0 8px 36px rgba(41, 95, 204, 0.14);
  transition: 0.3s;
}

body.page-home .yksite-home-stat:hover .yksite-home-stat__card {
  transform: translateY(-10px);
  box-shadow: 0 16px 44px rgba(41, 95, 204, 0.2);
}

body.page-home .yksite-home-stat__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.2em;
  line-height: 1;
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}

body.page-home .yksite-home-stat__num,
body.page-home .yksite-home-stat__unit {
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1372f7;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

body.page-home .yksite-home-stat__num:not(.is-text) {
  font-family: "DINPro-Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  letter-spacing: -0.5px;
}

body.page-home .yksite-home-stat__unit {
  font-size: 24px;
  font-weight: 700;
  color: #1372f7;
  padding-left: 0;
}

body.page-home .yksite-home-stat__label {
  width: 100%;
  margin: 22px 0 0;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  color: #2a2a2a;
  text-align: center;
  position: relative;
  z-index: 2;
}

body.page-home .yksite-home-stat__icon {
  width: 112px;
  height: 112px;
  position: absolute;
  top: 40px;
  right: -8px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.95;
  transition: transform 0.35s ease;
}

body.page-home .yksite-home-stat:hover .yksite-home-stat__icon {
  transform: translateY(-4px) scale(1.04);
}

body.page-home .yksite-home-stat__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.page-home .yksite-home-stat .numbli {
  float: none;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  body.page-home .yksite-home-stat__num,
  body.page-home .yksite-home-stat__num.is-text {
    font-size: 24px;
  }

  body.page-home .yksite-home-stat__unit {
    font-size: 20px;
  }

  body.page-home .yksite-home-stat__label {
    font-size: 15px;
  }

  body.page-home .yksite-home-stat__card {
    height: 180px;
    padding: 36px 96px 32px 28px;
  }
}

@media screen and (max-width: 991px) {
  body.page-home .yksite-home-stats.numbbox {
    padding: 14px 0 32px;
    background: #fff;
  }

  body.page-home .yksite-home-stats__grid {
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px 14px 0;
    top: 0;
    margin-bottom: 0;
  }

  body.page-home .yksite-home-stat {
    flex: 1 1 calc(50% - 14px);
    max-width: calc(50% - 7px);
  }

  body.page-home .yksite-home-stat__card {
    height: auto;
    min-height: 132px;
    padding: 24px 22px 22px 20px;
    border-radius: 8px;
  }

  body.page-home .yksite-home-stat__icon {
    display: none;
  }

  body.page-home .yksite-home-stat__num,
  body.page-home .yksite-home-stat__num.is-text {
    font-size: 22px;
  }

  body.page-home .yksite-home-stat__num:not(.is-text) {
    font-size: 30px;
  }

  body.page-home .yksite-home-stat__unit {
    font-size: 18px;
  }

  body.page-home .yksite-home-stat__label {
    font-size: 14px;
    line-height: 1.55;
    margin-top: 12px;
  }
}

@media screen and (max-width: 480px) {
  body.page-home .yksite-home-stat {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home .yksite-home-stat.wow {
    visibility: visible !important;
    animation: none !important;
  }

  body.page-home .yksite-home-stat__card,
  body.page-home .yksite-home-stat:hover .yksite-home-stat__card,
  body.page-home .yksite-home-stat__icon,
  body.page-home .yksite-home-stat:hover .yksite-home-stat__icon {
    transition: none;
    transform: none;
  }
}
