* {
  box-sizing: border-box;
}

body.anli-page {
  margin: 0;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #111c35;
  background: #f6f8fc;
}

.container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.anli-hero {
  margin-top: 60px;
  min-height: 420px;
  background: url("img/anli/albanner.jpg") center / cover no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
}

.anli-hero h1 {
  margin: 0;
  font-size: clamp(36px, 3.2vw, 52px);
  line-height: 1.15;
  color: #111c35;
  letter-spacing: 1px;
}

.anli-hero p {
  margin: 26px 0 0;
  font-size: 20px;
  color: #24335e;
}

.anli-main {
  padding: 64px 0 40px;
}

.case-item {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 36px;
  align-items: stretch;
  margin-bottom: 62px;
}

.case-item-link {
  cursor: pointer;
  transition: transform 0.22s ease;
}

.case-item-link:hover {
  transform: translateY(-2px);

}
.case-item-link:hover h2{
  color:#2057ed;
}
.case-cover img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 18px;
}

.case-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.case-content h2 {
  font-size: 24px;
  line-height: 1.35;
  margin: 2px 0 20px;
  color: #1d2436;
}

.case-desc {
  margin: 0;
  color: #a7adbb;
  font-size: 14px;
  line-height: 1.55;
}

.case-meta-row {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.case-date {
  color: #4f5a72;
  font-size: 14px;
}

.case-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #2057ed;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.case-link span::before {
  content: "";
  display: inline-block;
  width: 128px;
  height: 2px;
  background: linear-gradient(90deg, rgba(63, 117, 255, 0), rgba(63, 117, 255, 0.95));
  margin-right: 14px;
  vertical-align: middle;
}

.case-link .iconfont {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #2956f1;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.anli-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pg-btn {
  min-width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 0;
  background: #eceff5;
  color: #3f4f70;
  font-size: 18px;
  cursor: pointer;
}

.pg-btn.active {
  background: #2b57f1;
  color: #fff;
}

.pg-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.pg-total,
.pg-jump {
  color: #65738f;
  font-size: 18px;
}

.pg-jump input {
  width: 56px;
  height: 38px;
  border: 1px solid #d8deeb;
  border-radius: 6px;
  text-align: center;
  margin: 0 6px;
  font-size: 16px;
}

.advantages {
  background: #edf2f9;
  padding: 20px 0 60px;
}

.advantages h2 {
  text-align: center;
  font-size: 40px;
  color: #0b1538;
  margin-bottom: 44px;
  letter-spacing: -0.4px;
}

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

.adv-card {
  min-height: 390px;
  border-radius: 28px;
  overflow: hidden;
  color: #fff;
  position: relative;
  padding: 34px 34px 28px;
  box-shadow: 0 12px 38px rgba(11, 40, 124, 0.21);
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.36);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.adv-grid .adv-card:nth-child(1) {
  grid-column: span 7;
  min-height: 402px;
}

.adv-grid .adv-card:nth-child(2) {
  grid-column: span 5;
  min-height: 402px;
}

.adv-grid .adv-card:nth-child(3) {
  grid-column: span 5;
  min-height: 374px;
}

.adv-grid .adv-card:nth-child(4) {
  grid-column: span 7;
  min-height: 374px;
}

.adv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #452cee 0%, #7082ff 100%);
}

.adv-card.pink::before {
  background: linear-gradient(90deg, #f56c56 0%, #e8357c 100%);
}

.adv-card.deep::before {
  background: linear-gradient(90deg, #140940 0%, #281e73 100%);
}

.adv-card h3 {
  font-size: 32px;
  margin-bottom: 14px;
  line-height: 1.3;
  max-width: 420px;
  font-weight: 700;
}

.adv-sub {
  max-width: 460px;
  line-height: 1.55;
  opacity: 0.62;
  font-size: 16px;
}

.adv-bottom {
  max-width: 470px;
  line-height: 1.65;
  opacity: 0.98;
  font-size: 17px;
  margin-top: auto;
  padding-top: 14px;
}

.adv-card > :not(.adv-art) {
  position: relative;
  z-index: 3;
}

.adv-art {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.adv-grid .adv-card:nth-child(2) .adv-art {
  width: 80%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.adv-grid .adv-card:nth-child(3) .adv-art {
  height: 90%;
  width: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.adv-card:hover .adv-art {
  transform: scale(1.08);
  filter: saturate(1.08);
}

.adv-grid .adv-card:nth-child(2):hover .adv-art {
  transform: translateX(-50%) scale(1.08);
}

.adv-grid .adv-card:nth-child(3):hover .adv-art {
  transform: translateX(-50%) scale(1.08);
}

.adv-card:last-child::before {
  background: linear-gradient(90deg, #0064ff 0%, #2cbcff 58.05%);
}

.cta {
  background: #0f1d88;
  padding: 10px 0 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 28px 28px 0 0;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/footerbg.jpg") center / cover no-repeat;
  opacity: 1;
  z-index: 0;
}

.cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 68px 24px 64px;
  border-radius: 22px 22px 0 0;
  border: 0;
}

.cta-inner::before,
.cta-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(126, 166, 255, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.cta-inner::before {
  width: 560px;
  height: 560px;
  bottom: -392px;
}

.cta-inner::after {
  width: 760px;
  height: 760px;
  bottom: -548px;
  border-color: rgba(126, 166, 255, 0.16);
}

.cta-inner h2 {
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  font-size: 40px;
}

.cta-inner p {
  font-size: 16px;
  opacity: 0.88;
  margin-bottom: 28px;
}

.cta button {
  border: 1px solid rgba(214, 228, 255, 0.42);
  border-radius: 999px;
  padding: 14px 38px;
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(125, 160, 255, 0.24), rgba(79, 109, 204, 0.2));
  backdrop-filter: blur(4px);
}

.footer-float {
  position: absolute;
  width: 186px;
  opacity: 0.94;
  z-index: 1;
  --rot: 0deg;
  animation: floatBob 5.4s ease-in-out infinite;
}

.f1 { left: 0; top: 52px; animation-delay: 0s; --rot: -12deg; }
.f2 { left: 0; top: 174px; animation-delay: 0.8s; --rot: 8deg; width: 212px; }
.f3 { right: 5.4%; top: 88px; animation-delay: 0.4s; --rot: -10deg; width: 228px; }
.f4 { right: -1.8%; top: 70px; animation-delay: 1.2s; --rot: 8deg; }
.f5 { right: -1.6%; top: 204px; animation-delay: 0.95s; --rot: -6deg; width: 176px; }

@keyframes floatBob {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(var(--rot)); }
  50% { transform: translate3d(0, -10px, 0) rotate(var(--rot)); }
}

.site-footer {
  position: relative;
  z-index: 2;
  margin-top: -18px;
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.site-footer .logo img {
  width: 82px;
  height: auto;
  display: block;
}

.footer-top {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: end;
  gap: 40px;
  background: transparent;
  position: relative;
  z-index: 3;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  background: transparent;
}

.footer-col h4 {
  font-size: 14px;
  margin-bottom: 6px;
  color: rgba(221, 236, 255, 0.96);
}

.footer-col p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.55;
  color: rgba(200, 220, 255, 0.84);
  background: transparent;
}

.footer-col p a {
  color: inherit;
  text-decoration: none;
  transition: color 0.22s ease;
}

.footer-col p a:hover {
  color: #9fd4ff;
}

.cta .footer-col h4 a:hover {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 12px;
  padding: 12px 72px 10px;
  border-top: 1px solid rgba(166, 192, 255, 0.18);
  gap: 16px;
  font-size: 12px;
  color: rgba(186, 204, 246, 0.86);
  background: rgba(4, 22, 116, 0.92);
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1080px) {
  .anli-hero {
    min-height: 290px;
  }

  .anli-hero h1 {
    font-size: 34px;
  }

  .anli-hero p {
    margin-top: 12px;
    font-size: 16px;
  }

  .case-item {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 36px;
  }

  .case-content h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .case-desc {
    font-size: 14px;
  }

  .case-date {
    font-size: 14px;
  }

  .case-link {
    font-size: 16px;
  }

  .case-link span::before {
    width: 64px;
  }

  .case-link .iconfont {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .pg-total,
  .pg-jump {
    font-size: 13px;
  }

  .pg-btn {
    min-width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .advantages h2 {
    font-size: 26px;
  }

  .adv-grid {
    grid-template-columns: 1fr;
  }

  .adv-card,
  .adv-grid .adv-card:nth-child(1),
  .adv-grid .adv-card:nth-child(2),
  .adv-grid .adv-card:nth-child(3),
  .adv-grid .adv-card:nth-child(4) {
    grid-column: auto;
    min-height: 244px;
  }

  .adv-card h3 {
    font-size: 20px;
  }

  .adv-sub {
    font-size: 13px;
  }

  .adv-bottom {
    font-size: 14px;
    line-height: 1.6;
  }

  .adv-art {
    width: 48%;
  }

  .footer-float {
    width: 120px;
  }

  .cta-inner h2 {
    font-size: 40px;
  }

  .site-footer .logo img {
    width: 90px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-col h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .footer-col p {
    font-size: 14px;
    line-height: 1.55;
  }

  .footer-bottom {
    display: grid;
    gap: 6px;
    font-size: 12px;
    padding: 10px 0 8px;
    width: 100vw;
  }

  .footer-bottom .container {
    display: grid;
    gap: 6px;
  }
}
