/* 2026 首页主题 — 蓝白科技风 */
:root {
  --idx26-blue: #1565d8;
  --idx26-blue-light: #e8f1fc;
  --idx26-blue-deep: #0d47a1;
  --idx26-text: #1a1a2e;
  --idx26-muted: #5c6478;
  --idx26-line: #e2e8f0;
  --idx26-radius: 12px;
  --idx26-page-width: 1080px;
}

body.idx26-home {
  padding-top: 0;
}

.idx26-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.idx26-home .header {
  background: #fff !important;
  border-bottom: 1px solid var(--idx26-line);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

body.idx26-home .header .header-nav > ul > li > a {
  color: var(--idx26-text) !important;
  line-height: 80px;
}

body.idx26-home .header .header-nav > ul > li.cur > a,
body.idx26-home .header .header-nav > ul > li > a:hover {
  color: var(--idx26-blue) !important;
}

body.idx26-home .header .header-nav > ul > li > a::after {
  background: var(--idx26-blue) !important;
  bottom: 22px;
}

body.idx26-home .header.scroll-top {
  background: #fff !important;
}

body.idx26-home .header .header-logo img.logo1 {
  display: block !important;
}

body.idx26-home .header .header-logo img.logo2 {
  display: none !important;
}

body.idx26-home .header.scroll-top .header-logo img.logo1 {
  display: block !important;
}

body.idx26-home .header.scroll-top .header-logo img.logo2 {
  display: none !important;
}

body.idx26-home .header .header-search .search a::after {
  border-color: #dde4ee !important;
  opacity: 1 !important;
}

body.idx26-home .header .header-search span {
  color: var(--idx26-text) !important;
}

body.idx26-home .header .header-search i img {
  filter: none !important;
}

/* 顶栏：宽度 1080 居中，Logo 在左，菜单与搜索靠右 */
body.idx26-home .header .header-content {
  max-width: var(--idx26-page-width);
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 16px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  float: none;
}

body.idx26-home .header .header-content .header-logo {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  width: auto !important;
  flex-shrink: 0;
}

body.idx26-home .header .header-right {
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
  margin-top: 0 !important;
}

body.idx26-home .header .header-nav {
  float: none !important;
  margin-left: 0 !important;
  flex: 0 1 auto;
}

body.idx26-home .header .header-search {
  float: none !important;
  margin-left: 12px !important;
  margin-top: 0 !important;
  flex-shrink: 0;
}

/* 首页主区域：Logo 以下至合作伙伴，统一 1080 居中 */
body.idx26-home .container-outer,
body.idx26-home .idx26-hero-inner {
  max-width: var(--idx26-page-width) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}

/* ========== 首屏 Banner：独立一整块，两侧蓝调、中间提亮，内容区 1080 ========== */
.idx26-home .idx26-banner-section {
  margin-top: 90px;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* 参考稿：左右略深、中间更亮 */
  background-color: #c9dbf4;
  background-image:
    radial-gradient(ellipse 95% 115% at 50% 38%, #feffff 0%, rgba(254, 255, 255, 0.92) 38%, rgba(232, 242, 255, 0.35) 62%, transparent 78%),
    linear-gradient(
      90deg,
      rgba(140, 178, 228, 0.55) 0%,
      rgba(210, 228, 248, 0.45) 18%,
      rgba(248, 252, 255, 0.15) 50%,
      rgba(210, 228, 248, 0.45) 82%,
      rgba(140, 178, 228, 0.55) 100%
    );
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: inset 0 -24px 48px -24px rgba(255, 255, 255, 0.85);
}

.idx26-home .idx26-banner-section .index-banner-swiper.idx26-banner--whole {
  margin-top: 0;
  height: auto !important;
  min-height: min(520px, calc(100vh - 90px));
  background: transparent !important;
}

.idx26-home .idx26-banner-section .index-banner-swiper .swiper-slide {
  height: auto !important;
}

.idx26-home .idx26-banner-section .idx26-hero-inner {
  position: relative;
  z-index: 1;
}

.idx26-hero {
  padding: 40px 0 48px;
  min-height: 460px;
  display: flex;
  align-items: center;
}

.idx26-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.idx26-hero-kicker {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--idx26-blue);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.idx26-banner-section .idx26-hero h1 {
  font-size: clamp(28px, 4.2vw, 40px);
  font-weight: 700;
  color: var(--idx26-blue);
  line-height: 1.2;
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}

.idx26-hero-sub-en {
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--idx26-muted);
  margin-bottom: 26px;
  text-transform: uppercase;
}

.idx26-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 380px;
  margin-bottom: 26px;
}

.idx26-feature-cell {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  padding: 14px 12px;
  box-shadow: 0 4px 20px rgba(21, 101, 216, 0.07), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  border: 1px solid rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--idx26-text);
}

/* 参考稿：圆形蓝底 + 白色箭头 */
.idx26-feature-cell i {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(145deg, #1e88e5, var(--idx26-blue));
  box-shadow: 0 2px 8px rgba(21, 101, 216, 0.35);
  position: relative;
}

.idx26-feature-cell i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -5px 0 0 -5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.idx26-hero-cta .idx26-btn-primary {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(90deg, var(--idx26-blue), #1e88e5);
  color: #fff !important;
  border-radius: 8px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(21, 101, 216, 0.35);
}

.idx26-hero-cta .idx26-btn-primary:hover {
  opacity: 0.95;
  color: #fff !important;
}

.idx26-banner-section .idx26-hero-visual {
  position: relative;
  text-align: center;
}

.idx26-banner-section .idx26-hero-visual .pic {
  border-radius: 16px;
  min-height: 300px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 12px 28px rgba(21, 101, 216, 0.12));
}

.idx26-banner-section .idx26-hero-visual .pic .img-block {
  height: auto !important;
  max-height: min(400px, 42vw);
}

.idx26-banner-section .idx26-hero-visual::after {
  content: "";
  position: absolute;
  width: 72%;
  height: 22%;
  left: 14%;
  bottom: 6%;
  background: radial-gradient(ellipse, rgba(21, 101, 216, 0.18), transparent 72%);
  z-index: 0;
  pointer-events: none;
}

.idx26-home .idx26-banner-section .index-banner-swiper .swiper-button-prev,
.idx26-home .idx26-banner-section .index-banner-swiper .swiper-button-next {
  color: var(--idx26-blue);
}

.idx26-services {
  padding: 72px 0 56px;
  background: #fff;
}

.idx26-section-head {
  text-align: center;
  margin-bottom: 36px;
}

.idx26-section-head h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--idx26-text);
  margin: 0 0 8px;
}

.idx26-section-head p {
  font-size: 15px;
  color: var(--idx26-muted);
  margin: 0;
}

.idx26-tab-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
}

.idx26-tab {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid var(--idx26-line);
  background: #fff;
  color: var(--idx26-muted);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.idx26-tab:hover {
  border-color: var(--idx26-blue);
  color: var(--idx26-blue);
}

.idx26-tab.is-active {
  background: var(--idx26-blue);
  border-color: var(--idx26-blue);
  color: #fff;
}

.idx26-panel {
  display: none;
}

.idx26-panel.is-active {
  display: block;
}

.idx26-service-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 24px;
  align-items: stretch;
}

.idx26-service-featured {
  border-radius: var(--idx26-radius);
  overflow: hidden;
  min-height: 420px;
  position: relative;
  background: #0a1628;
}

.idx26-service-featured .bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #0d2137 0%, #051018 100%);
  opacity: 1;
}

.idx26-service-featured .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(66, 165, 245, 0.15), transparent 50%),
    repeating-linear-gradient(-45deg, transparent, transparent 12px, rgba(255, 255, 255, 0.03) 12px, rgba(255, 255, 255, 0.03) 13px);
}

.idx26-service-featured .inner {
  position: relative;
  z-index: 2;
  padding: 36px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.idx26-service-featured h3 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.35;
}

.idx26-service-featured p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  margin: 0 0 24px;
  flex: 1;
}

.idx26-service-featured .idx26-btn-primary {
  align-self: flex-start;
  display: inline-block;
  padding: 12px 28px;
  background: var(--idx26-blue);
  color: #fff !important;
  border-radius: 8px;
  font-size: 14px;
}

.idx26-service-featured .idx26-btn-primary:hover {
  color: #fff !important;
  opacity: 0.92;
}

.idx26-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.idx26-service-card {
  background: #fff;
  border: 1px solid var(--idx26-line);
  border-radius: var(--idx26-radius);
  padding: 20px 18px;
  transition: box-shadow 0.2s, border-color 0.2s;
  display: block;
  color: inherit !important;
}

.idx26-service-card:hover {
  box-shadow: 0 12px 32px rgba(21, 101, 216, 0.12);
  border-color: rgba(21, 101, 216, 0.25);
}

.idx26-service-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--idx26-text);
  margin: 0 0 8px;
  padding-right: 24px;
  position: relative;
}

.idx26-service-card h4::after {
  content: "›";
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 18px;
  color: var(--idx26-blue);
}

.idx26-service-card p {
  font-size: 13px;
  color: var(--idx26-muted);
  line-height: 1.55;
  margin: 0;
}

.idx26-home .index-about {
  background: #f5f8fc;
  padding: 64px 0;
}

.idx26-home .index-about .index-mod-title h3 {
  color: var(--idx26-blue-deep);
}

.idx26-product-block {
  padding: 72px 0 64px;
  background: #fff;
}

.idx26-product-panels .idx26-prod-panel {
  display: none;
}

.idx26-product-panels .idx26-prod-panel.is-active {
  display: block;
}

.idx26-product-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 8px;
}

.idx26-product-card {
  border-radius: var(--idx26-radius);
  overflow: hidden;
  border: 1px solid var(--idx26-line);
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s;
}

.idx26-product-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.idx26-product-card .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
  background-color: #e8ecf2;
}

.idx26-product-card .body {
  padding: 20px 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.idx26-product-card .body h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--idx26-text);
  margin: 0 0 10px;
}

.idx26-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.idx26-product-tags span {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  background: var(--idx26-blue-light);
  color: var(--idx26-blue);
}

.idx26-product-card .body p {
  font-size: 13px;
  color: var(--idx26-muted);
  line-height: 1.65;
  margin: 0 0 18px;
  flex: 1;
}

.idx26-product-card .idx26-btn-block {
  display: block;
  text-align: center;
  padding: 12px;
  background: var(--idx26-blue);
  color: #fff !important;
  border-radius: 8px;
  font-size: 14px;
}

.idx26-product-card .idx26-btn-block:hover {
  opacity: 0.94;
  color: #fff !important;
}

.idx26-news-block {
  padding: 64px 0 56px;
  background: #f5f8fc;
}

.idx26-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 8px;
}

.idx26-news-card {
  background: #fff;
  border-radius: var(--idx26-radius);
  overflow: hidden;
  border: 1px solid var(--idx26-line);
  transition: box-shadow 0.25s;
}

.idx26-news-card:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.07);
}

.idx26-news-card a {
  display: block;
  color: inherit !important;
}

.idx26-news-card .pic-wrap {
  position: relative;
  height: 240px;
  background: #dde4ee;
}

.idx26-news-card .pic-wrap .pic {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.idx26-news-card .tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #e53935;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  z-index: 2;
}

.idx26-news-card .txt {
  padding: 22px 22px 26px;
}

.idx26-news-card .txt h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--idx26-text);
  margin: 0 0 12px;
  line-height: 1.45;
}

.idx26-news-card .txt p {
  font-size: 14px;
  color: var(--idx26-muted);
  line-height: 1.65;
  margin: 0;
}

.idx26-partner-block {
  padding: 56px 0 64px;
  background: #eef2f6;
}

.idx26-partner-block .index-partner-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 20px;
}

.idx26-partner-block .index-partner-item {
  background: #fff;
  border-radius: 8px;
  padding: 16px 12px;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idx26-partner-block .index-partner-item .title {
  display: none;
}

.idx26-partner-block .index-partner-item .logo img {
  max-height: 44px;
  width: auto;
}

.idx26-partner-block .index-mod-title h2 {
  font-size: 26px;
  color: var(--idx26-text);
}

.idx26-home .index-mod-title i {
  display: none;
}

.idx26-home .index-mod-top {
  margin-bottom: 28px;
}

@media (max-width: 1100px) {
  .idx26-service-layout {
    grid-template-columns: 1fr;
  }

  .idx26-service-featured {
    min-height: 320px;
  }

  .idx26-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .idx26-product-cards {
    grid-template-columns: 1fr;
  }

  .idx26-partner-block .index-partner-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .idx26-hero-inner {
    grid-template-columns: 1fr;
  }

  .idx26-banner-section .idx26-hero h1 {
    font-size: 26px;
  }

  .idx26-feature-grid {
    max-width: none;
  }

  .idx26-service-grid {
    grid-template-columns: 1fr;
  }

  .idx26-news-grid {
    grid-template-columns: 1fr;
  }

  .idx26-partner-block .index-partner-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .idx26-tab-row {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
}