/* gn06 首页专用（与 gn06-chrome.css 同页加载；reset/顶栏/页脚在 chrome） */
.gn-tpl[data-gn="06"] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 14px 30px;
}
.gn-shell.gn-static-head .gn06-banner-wrap {
  display: none;
}
.gn06-home-banner {
  max-width: 1200px;
  margin: 12px auto 0;
  padding: 0 14px;
  box-sizing: border-box;
}
.gn06-home-banner:empty {
  display: none;
}
.gn06-home-banner .banner-carousel {
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
  background: #e0e7ff;
  border: 1px solid #c7d2fe;
}
.gn06-home-banner .banner-slides {
  min-height: 280px;
  position: relative;
}
.gn06-home-banner .banner-slide {
  display: block;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.gn06-home-banner .banner-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gn06-home-banner .banner-slide-tt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  font-size: 16px;
  font-weight: 700;
}
.gn06-home-banner .banner-slides .banner-slide ~ .banner-slide {
  display: none;
}
.gn06-home-banner .a1-carousel-prev,
.gn06-home-banner .a1-carousel-next {
  display: none;
}
.gn06-hero {
  margin: 16px 0 20px;
  background: #fff;
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 2px 0 #c7d2fe, 0 12px 40px -10px rgba(99, 102, 241, 0.3), 0 24px 48px -20px rgba(139, 92, 246, 0.18);
}
.gn06-hero-top {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}
@media (max-width: 960px) {
  .gn06-hero-top {
    grid-template-columns: 1fr;
  }
}
.gn06-hero-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  min-width: 0;
}
@media (max-width: 640px) {
  .gn06-hero-left {
    grid-template-columns: 1fr;
  }
}
.gn06-hero-panel {
  background: linear-gradient(180deg, #faf5ff, #fff);
  border-radius: 18px;
  padding: 14px;
  border: 1px solid #e9d5ff;
  min-width: 0;
}
.gn06-hero-panel-tt {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  color: #5b21b6;
  letter-spacing: 0.06em;
}
.gn06-hero-panel-bd {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gn06-hero-mini-a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #312e81;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 0;
  border-bottom: 1px dashed #e9d5ff;
  transition: color 0.15s, transform 0.15s;
}
.gn06-hero-mini-a:last-child {
  border-bottom: none;
}
.gn06-hero-mini-a:hover {
  color: #4f46e5;
  transform: translateX(4px);
}
.gn-tpl[data-gn="06"] .gn06-headline {
  background: linear-gradient(180deg, #faf5ff, #fff);
  border-radius: 22px;
  padding: 16px;
  border: 1px solid #e9d5ff;
  box-shadow: 0 4px 0 #e9d5ff, 0 12px 28px -8px rgba(167, 139, 250, 0.25);
}
.gn-tpl[data-gn="06"] .gn06-headline h2 {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7c3aed;
  background: linear-gradient(135deg, #818cf8, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gn06-focus-list a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed #e9d5ff;
  color: #312e81;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s, background 0.15s;
  border-radius: 8px;
  padding-left: 8px;
  margin-left: -8px;
}
.gn06-focus-list a:last-child {
  border-bottom: none;
}
.gn06-focus-list a:hover,
.gn06-focus-list a.is-active {
  color: #4f46e5;
  background: rgba(129, 140, 248, 0.12);
}
.gn06-hero-visual {
  margin-top: 18px;
}
.gn06-sync-carousel.banner-carousel {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 300px;
  background: #e0e7ff;
  border: 1px solid #c7d2fe;
}
.gn06-sync-carousel .banner-slides {
  min-height: 300px;
  position: relative;
}
.gn06-sync-carousel .banner-slide {
  display: block;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.gn06-sync-carousel .banner-slide-tt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  font-size: 15px;
  font-weight: 700;
}
.gn06-sync-carousel .banner-slides .banner-slide ~ .banner-slide {
  display: none;
}
.gn06-sync-carousel .a1-carousel-prev,
.gn06-sync-carousel .a1-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #4338ca;
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s, box-shadow 0.15s;
}
.gn06-sync-carousel .a1-carousel-prev:hover,
.gn06-sync-carousel .a1-carousel-next:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.25);
}
.gn06-sync-carousel .a1-carousel-prev {
  left: 10px;
}
.gn06-sync-carousel .a1-carousel-next {
  right: 10px;
}
.gn06-thumb-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 10px;
  margin-top: 14px;
}
.gn06-hero-thumb {
  display: block;
  height: 72px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  border: 2px solid transparent;
  opacity: 0.82;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.gn06-hero-thumb:hover,
.gn06-hero-thumb.is-active {
  opacity: 1;
  border-color: #818cf8;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(99, 102, 241, 0.28);
}
.gn-tpl[data-gn="06"] .a1-main {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 18px;
  align-items: start;
  min-width: 0;
}
@media (max-width: 1000px) {
  .gn-tpl[data-gn="06"] .a1-main {
    grid-template-columns: 1fr;
  }
}
.gn-tpl[data-gn="06"] .a1-left,
.gn-tpl[data-gn="06"] .a1-right {
  min-width: 0;
  align-self: start;
}
.gn-tpl[data-gn="06"] .a1-right {
  display: grid;
  gap: 18px;
  align-content: start;
}
.gn-tpl[data-gn="06"] .a1-span-2 {
  grid-column: 1 / -1;
}
.gn-tpl[data-gn="06"] .a1-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 0 #e9d5ff, 0 16px 32px -12px rgba(167, 139, 250, 0.3);
}
.gn-tpl[data-gn="06"] .a1-card-hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 18px;
  background: linear-gradient(90deg, #f5f3ff, #faf5ff);
  border-bottom: 1px solid #ede9fe;
}
.gn-tpl[data-gn="06"] .a1-card-hd .a1-card-hd-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
}
.gn-tpl[data-gn="06"] .a1-card-hd h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: #312e81;
  letter-spacing: -0.02em;
}
.gn-tpl[data-gn="06"] .a1-card-hd .a1-card-sub {
  margin: 0;
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}
.gn-tpl[data-gn="06"] .a1-card-hd > a {
  font-size: 12px;
  font-weight: 700;
  color: #6366f1;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #c7d2fe;
  background: #fff;
  transition: transform 0.15s, box-shadow 0.15s;
}
.gn-tpl[data-gn="06"] .a1-card-hd > a:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}
.gn-tpl[data-gn="06"] .a1-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 140px), 1fr));
  gap: 14px;
  padding: 16px;
}
.gn-tpl[data-gn="06"] .a1-grid .card {
  display: block;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ede9fe;
  box-shadow: 0 2px 0 #ddd6fe;
  transition: transform 0.15s, box-shadow 0.15s;
}
.gn-tpl[data-gn="06"] .a1-grid .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 0 #c7d2fe, 0 18px 36px -10px rgba(99, 102, 241, 0.35);
}
.gn-tpl[data-gn="06"] .a1-grid .card-img {
  height: 102px;
  min-width: 0;
  background-size: cover;
  background-position: center;
}
.gn-tpl[data-gn="06"] .a1-grid .card-info {
  padding: 10px;
}
.gn-tpl[data-gn="06"] .a1-grid .card-title {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  height: 36px;
  overflow: hidden;
  color: #1e1b4b;
}
.gn-tpl[data-gn="06"] .a1-grid .card-meta {
  font-size: 12px;
  color: #64748b;
  margin-top: 5px;
}
.gn06-guide-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
.gn06-guide-grid > .uc-guide-grid {
  display: contents;
}
.gn06-guide-grid .uc-guide-row {
  display: flex;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid #ede9fe;
  transition: transform 0.15s, box-shadow 0.15s;
  background: #fff;
}
.gn06-guide-grid .uc-guide-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.15);
}
.gn06-guide-grid .uc-guide-thumb {
  width: 96px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  border: 1px solid #e9d5ff;
}
.gn06-guide-grid .uc-guide-tt {
  font-size: 14px;
  font-weight: 700;
  color: #312e81;
  line-height: 1.35;
}
.gn06-guide-grid .uc-guide-date {
  font-size: 12px;
  color: #64748b;
  margin-top: 6px;
}
.gn06-wide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
}
@media (max-width: 760px) {
  .gn06-wide-grid {
    grid-template-columns: 1fr;
  }
}
.gn06-wide-grid .card {
  display: flex;
  gap: 12px;
  align-items: stretch;
  border-radius: 18px;
}
.gn06-wide-grid .card-img {
  height: auto;
  min-height: 92px;
  aspect-ratio: 16 / 10;
  flex: 0 0 168px;
  border-radius: 16px;
  margin: 10px 0 10px 10px;
}
@media (max-width: 760px) {
  .gn06-wide-grid .card-img {
    flex-basis: 140px;
  }
}
.gn06-wide-grid .card-info {
  padding: 12px 12px 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.gn06-wide-grid .card-title {
  height: auto;
  max-height: 42px;
}
.gn06-wide-grid .card {
  position: relative;
}
.gn06-wide-grid .card:nth-child(2n) {
  border-left: 1px solid rgba(199, 210, 254, 0.55);
}
@media (max-width: 760px) {
  .gn06-wide-grid .card:nth-child(2n) {
    border-left: none;
  }
}
.gn06-dl-triple {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
}
@media (max-width: 980px) {
  .gn06-dl-triple {
    grid-template-columns: 1fr;
  }
}
.gn06-dl-col {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ede9fe;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #faf5ff);
}
.gn06-dl-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border-bottom: 1px solid rgba(233, 213, 255, 0.7);
}
.gn06-dl-item:last-child {
  border-bottom: none;
}
.gn06-dl-num {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: linear-gradient(135deg, #818cf8, #c084fc);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 2px 10px rgba(129, 140, 248, 0.35);
}
.gn06-dl-tt {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #312e81;
  font-weight: 700;
  font-size: 13px;
}
.gn06-dl-btn {
  flex: 0 0 auto;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.28);
  padding: 6px 10px;
  border-radius: 999px;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}
.gn06-dl-btn:hover {
  transform: translateY(-1px);
  background: rgba(99, 102, 241, 0.18);
  box-shadow: 0 8px 18px rgba(99, 102, 241, 0.18);
}
.gn-tpl[data-gn="06"] .a1-hot {
  list-style: none;
  margin: 0;
  padding: 12px 16px;
}
.gn-tpl[data-gn="06"] .a1-hot li {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #e9d5ff;
}
.gn-tpl[data-gn="06"] .a1-hot .rank {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, #818cf8, #c084fc);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(129, 140, 248, 0.4);
}
.gn-tpl[data-gn="06"] .a1-hot a {
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: #312e81;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gn-tpl[data-gn="06"] .a1-hot .view {
  font-size: 12px;
  color: #64748b;
}
.gn-tpl[data-gn="06"] .a1-foot-note {
  padding: 0 16px 16px;
  font-size: 12px;
  color: #64748b;
}
.gn06-breadcrumb {
  font-size: 13px;
  color: #64748b;
  margin: 12px 0;
}
.gn06-peer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 18px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  border: 1px solid #e9d5ff;
  box-shadow: 0 4px 18px rgba(99, 102, 241, 0.08);
}
.gn06-peer-nav-a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #4338ca;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.gn06-peer-nav-a:hover {
  background: rgba(129, 140, 248, 0.18);
  transform: translateY(-1px);
}
.gn06-peer-nav-a.active {
  background: linear-gradient(135deg, #818cf8, #c084fc);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(129, 140, 248, 0.35);
}
.gn06-empty {
  text-align: center;
  padding: 24px;
  color: #64748b;
}
