

:root{
  --np7-bg:#f2f6fb;
  --np7-card:#ffffff;
  --np7-text:#0f172a;
  --np7-muted:#64748b;
  --np7-soft:#94a3b8;
  --np7-border:#e2e8f0;
  --np7-cyan:#06b6d4;
  --np7-teal:#14b8a6;
  --np7-blue:#2563eb;
  --np7-green:#10b981;
  --np7-grad:linear-gradient(135deg,#14b8a6 0%,#06b6d4 46%,#2563eb 100%);
  --np7-shadow:0 18px 44px rgba(15,23,42,.08);
  --np7-shadow-strong:0 28px 72px rgba(8,145,178,.20);
}
html{scroll-behavior:smooth}
body.site-style-navprostyle7{
  margin:0;
  color:var(--np7-text);
  background:
    radial-gradient(circle at 18% -6%,rgba(20,184,166,.18),transparent 30%),
    radial-gradient(circle at 88% 0%,rgba(37,99,235,.14),transparent 32%),
    linear-gradient(180deg,#f8fbff 0%,var(--np7-bg) 380px);
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;
}
body.site-style-navprostyle7::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:linear-gradient(rgba(15,23,42,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.68),transparent 72%);
}

/* 隐藏 YmNav 原 Header，样式七使用专属侧边布局 */
body.site-style-navprostyle7>.navbar{display:none!important}
body.site-style-navprostyle7 .footer,
body.site-style-navprostyle7 footer{
  background:transparent!important;
  color:var(--np7-muted)!important;
}

/* Shell */
.np7-shell{
  display:grid;
  grid-template-columns:268px minmax(0,1fr);
  gap:0;
  min-height:100vh;
}
.np7-sidebar{
  position:fixed;
  inset:18px auto 18px 18px;
  z-index:120;
  width:250px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(226,232,240,.92);
  border-radius:28px;
  background:rgba(255,255,255,.86);
  box-shadow:var(--np7-shadow);
  backdrop-filter:blur(18px);
}
.np7-brand{
  padding:18px 16px 12px;
  border-bottom:1px solid #edf2f7;
}
.np7-brand-link{
  display:flex;
  align-items:center;
  gap:12px;
  color:inherit;
  text-decoration:none;
}
.np7-brand-logo{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  overflow:hidden;
  flex:0 0 auto;
  border-radius:18px;
  background:var(--np7-grad);
  color:#fff;
  font-size:20px;
  font-weight:1000;
  box-shadow:0 16px 32px rgba(8,145,178,.20);
}
.np7-brand-logo img{width:100%;height:100%;object-fit:cover}
.np7-brand strong{
  display:block;
  max-width:150px;
  overflow:hidden;
  color:var(--np7-text);
  font-size:17px;
  font-weight:1000;
  letter-spacing:-.03em;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.np7-brand small{
  display:block;
  margin-top:3px;
  max-width:150px;
  overflow:hidden;
  color:var(--np7-muted);
  font-size:12px;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.np7-menu{
  flex:1;
  overflow:auto;
  padding:12px;
}
.np7-menu a{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:44px;
  margin:3px 0;
  padding:0 12px;
  border-radius:15px;
  color:#475569;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
  transition:.2s ease;
}
.np7-menu a span{
  display:grid;
  place-items:center;
  width:24px;
  flex:0 0 24px;
}
.np7-menu a b{
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.np7-menu a:hover,
.np7-menu a.active{
  color:#0369a1;
  background:#ecfeff;
}
.np7-sidebar-card{
  margin:0 12px 14px;
  padding:14px;
  border:1px solid #bae6fd;
  border-radius:20px;
  background:linear-gradient(180deg,#ecfeff,#fff);
}
.np7-sidebar-card>strong{
  display:block;
  margin-bottom:10px;
  font-size:13px;
  color:#0f172a;
}
.np7-sidebar-card div{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:7px 0;
  border-top:1px solid #e0f2fe;
}
.np7-sidebar-card span{
  color:#0369a1;
  font-weight:1000;
}
.np7-sidebar-card small{
  color:var(--np7-muted);
}

.np7-main{
  grid-column:2;
  min-width:0;
  padding:18px 22px 36px 10px;
}
.np7-topbar{
  position:sticky;
  top:18px;
  z-index:90;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:60px;
  margin-bottom:18px;
  padding:9px 12px;
  border:1px solid rgba(226,232,240,.92);
  border-radius:24px;
  background:rgba(255,255,255,.82);
  box-shadow:0 14px 36px rgba(15,23,42,.06);
  backdrop-filter:blur(18px);
}
.np7-mobile-menu{display:none}
.np7-top-links{
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0;
  overflow:auto;
}
.np7-top-links a{
  flex:0 0 auto;
  padding:9px 13px;
  border-radius:999px;
  color:#475569;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
}
.np7-top-links a:hover{
  color:#0369a1;
  background:#ecfeff;
}
.np7-top-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}
.np7-submit-open,
.np7-admin-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:38px;
  padding:0 14px;
  border:0;
  border-radius:999px;
  cursor:pointer;
  text-decoration:none;
  color:#fff!important;
  background:var(--np7-grad);
  font-size:13px;
  font-weight:950;
  box-shadow:0 12px 24px rgba(37,99,235,.18);
}
.np7-admin-link{
  background:#0f172a;
}

/* Hero */
.np7-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 260px;
  gap:14px;
  margin-bottom:16px;
}
.np7-hero-content{
  position:relative;
  overflow:hidden;
  min-height:292px;
  padding:42px 34px;
  border-radius:32px;
  background:
    radial-gradient(circle at 16% 18%,rgba(255,255,255,.35),transparent 22%),
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.22),transparent 28%),
    var(--np7-grad);
  box-shadow:var(--np7-shadow-strong);
}
.np7-hero-content::after{
  content:"NAV";
  position:absolute;
  right:-14px;
  bottom:-52px;
  color:rgba(255,255,255,.11);
  font-size:170px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.09em;
  pointer-events:none;
}
.np7-badge{
  display:inline-flex;
  margin:0 0 14px;
  padding:6px 12px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-size:12px;
  font-weight:950;
}
.np7-hero h1{
  position:relative;
  z-index:1;
  margin:0;
  max-width:780px;
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1.05;
  font-weight:1000;
  letter-spacing:-.06em;
}
.np7-hero h1 em{
  color:#ecfeff;
  font-style:normal;
}
.np7-hero-desc{
  position:relative;
  z-index:1;
  max-width:760px;
  margin:16px 0 0;
  color:rgba(240,253,250,.94);
  font-size:15px;
  line-height:1.8;
}
.np7-search{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  max-width:780px;
  height:62px;
  margin-top:24px;
  padding:7px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 35px rgba(15,23,42,.16);
}
.np7-search>span{
  display:grid;
  place-items:center;
  width:42px;
  color:#94a3b8;
  font-size:22px;
}
.np7-search input{
  flex:1;
  min-width:0;
  height:100%;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#0f172a;
  font-size:15px;
}
.np7-search button{
  height:48px;
  min-width:92px;
  border:0;
  border-radius:14px;
  cursor:pointer;
  color:#fff;
  background:#2563eb;
  font-weight:1000;
  box-shadow:0 12px 24px rgba(37,99,235,.25);
}
.np7-hot{
  position:relative;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-top:18px;
}
.np7-hot span{
  color:rgba(255,255,255,.86);
  font-size:12px;
  font-weight:850;
}
.np7-hot a{
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.15);
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
}
.np7-hero-stats{
  display:grid;
  gap:12px;
}
.np7-hero-stats div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:0;
  padding:18px;
  border:1px solid #dbeafe;
  border-radius:28px;
  background:rgba(255,255,255,.88);
  box-shadow:var(--np7-shadow);
}
.np7-hero-stats strong{
  color:#0369a1;
  font-size:30px;
  font-weight:1000;
  letter-spacing:-.04em;
}
.np7-hero-stats span{
  margin-top:5px;
  color:var(--np7-muted);
  font-size:13px;
  font-weight:800;
}

/* Quick categories */
.np7-quick-cats{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:12px;
  margin-bottom:16px;
}
.np7-quick-cats a{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  padding:14px;
  border:1px solid var(--np7-border);
  border-radius:22px;
  background:rgba(255,255,255,.86);
  box-shadow:0 12px 30px rgba(15,23,42,.05);
  text-decoration:none;
  transition:.2s ease;
}
.np7-quick-cats a:hover{
  transform:translateY(-2px);
  border-color:#bae6fd;
  box-shadow:0 18px 38px rgba(8,145,178,.12);
}
.np7-quick-cats span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:0 0 auto;
  border-radius:16px;
  background:#ecfeff;
  color:#0891b2;
}
.np7-quick-cats strong{
  display:block;
  overflow:hidden;
  color:#0f172a;
  font-size:14px;
  font-weight:1000;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.np7-quick-cats small{
  display:block;
  margin-top:3px;
  color:var(--np7-muted);
  font-size:12px;
}

/* Panels and cards */
.np7-panel{
  margin-bottom:16px;
  padding:18px;
  border:1px solid var(--np7-border);
  border-radius:30px;
  background:rgba(255,255,255,.88);
  box-shadow:var(--np7-shadow);
  backdrop-filter:blur(18px);
}
.np7-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
  padding-bottom:14px;
  border-bottom:1px solid #edf2f7;
}
.np7-title-wrap{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.np7-panel-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:0 0 auto;
  border-radius:17px;
  background:var(--np7-grad);
  color:#fff;
  box-shadow:0 12px 24px rgba(8,145,178,.18);
}
.np7-panel h2{
  margin:0;
  color:#0f172a;
  font-size:19px;
  line-height:1.2;
  font-weight:1000;
  letter-spacing:-.025em;
}
.np7-panel p{
  margin:5px 0 0;
  color:var(--np7-muted);
  font-size:12.5px;
}
.np7-more{
  flex:0 0 auto;
  padding:8px 12px;
  border:1px solid #bfdbfe;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
}
.np7-card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
  gap:12px;
}
.np7-site-card{
  position:relative;
  overflow:hidden;
  border:1px solid #e2e8f0;
  border-radius:22px;
  background:linear-gradient(180deg,#fff,#f8fbff);
  transition:.2s ease;
}
.np7-site-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:100%;
  background:linear-gradient(180deg,#06b6d4,#2563eb);
  opacity:.76;
}
.np7-site-card:hover{
  transform:translateY(-3px);
  border-color:#93c5fd;
  background:#fff;
  box-shadow:0 18px 38px rgba(37,99,235,.10);
}
.np7-card-main{
  display:flex;
  gap:12px;
  min-width:0;
  padding:15px 14px 10px 18px;
  color:inherit;
  text-decoration:none;
}
.np7-site-icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  overflow:hidden;
  flex:0 0 auto;
  border:1px solid #e2e8f0;
  border-radius:999px;
  background:#fff;
  color:#0891b2;
  font-size:12px;
  font-weight:1000;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.np7-site-icon img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.np7-site-body{
  min-width:0;
  flex:1;
}
.np7-site-body strong,
.np7-site-body small,
.np7-site-body em{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}
.np7-site-body strong{
  color:#0f172a;
  font-size:14.5px;
  font-weight:1000;
  white-space:nowrap;
}
.np7-site-body small{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  min-height:36px;
  margin-top:5px;
  color:#64748b;
  font-size:12.5px;
  line-height:1.45;
}
.np7-site-body em{
  margin-top:5px;
  color:#94a3b8;
  font-size:11.5px;
  font-style:normal;
  white-space:nowrap;
}
.np7-card-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-height:42px;
  padding:0 12px 12px 18px;
}
.np7-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  min-width:0;
}
.np7-tags a{
  display:inline-flex;
  max-width:86px;
  overflow:hidden;
  padding:4px 8px;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  text-decoration:none;
  font-size:11px;
  font-weight:850;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.np7-go{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  flex:0 0 auto;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:#fff;
  color:#2563eb;
  text-decoration:none;
  font-weight:1000;
}
.np7-link-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.np7-link-grid a{
  padding:9px 13px;
  border:1px solid #e2e8f0;
  border-radius:999px;
  background:#f8fafc;
  color:#475569;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
}
.np7-link-grid a:hover{
  border-color:#bae6fd;
  color:#0369a1;
  background:#ecfeff;
}

/* Admin preview swatch */
.theme-style-preview-NavProStyle7{background:linear-gradient(135deg,#f8fafc,#e0f7ff)}
.theme-style-preview-NavProStyle7 i{background:linear-gradient(135deg,#14b8a6,#06b6d4,#2563eb)}
.theme-style-preview-NavProStyle7 b{background:#fff;border:1px solid rgba(14,165,233,.28);border-radius:16px;box-shadow:0 10px 22px rgba(8,145,178,.12)}
.theme-style-preview-NavProStyle7 em{background:#ecfeff;border:1px solid #bae6fd;border-radius:999px}
.theme-style-preview-NavProStyle7 strong{background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px}

@media (max-width:1100px){
  .np7-shell{display:block}
  .np7-sidebar{
    inset:12px auto 12px 12px;
    transform:translateX(-112%);
    transition:.22s ease;
  }
  body.np7-menu-open .np7-sidebar{transform:translateX(0)}
  .np7-main{padding:12px}
  .np7-mobile-menu{
    display:grid;
    place-items:center;
    width:40px;
    height:40px;
    border:1px solid #e2e8f0;
    border-radius:14px;
    background:#fff;
    color:#0f172a;
    font-size:20px;
    cursor:pointer;
  }
  .np7-hero{grid-template-columns:1fr}
  .np7-hero-stats{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:700px){
  .np7-main{padding:10px}
  .np7-topbar{top:10px;border-radius:20px}
  .np7-top-links{display:none}
  .np7-hero-content{min-height:auto;padding:32px 18px;border-radius:26px}
  .np7-hero-content::after{font-size:112px;bottom:-32px}
  .np7-hero h1{font-size:32px}
  .np7-search{height:auto;flex-wrap:wrap;padding:8px}
  .np7-search>span{display:none}
  .np7-search input{height:44px;padding:0 10px}
  .np7-search button{width:100%;height:44px}
  .np7-hero-stats{grid-template-columns:1fr}
  .np7-quick-cats{
    display:flex;
    grid-template-columns:none;
    gap:10px;
    overflow-x:auto;
    overflow-y:hidden;
    margin-right:-10px;
    margin-left:-10px;
    padding:0 10px 4px;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
  }
  .np7-quick-cats::-webkit-scrollbar{display:none}
  .np7-quick-cats{scrollbar-width:none}
  .np7-quick-cats a{
    flex:0 0 178px;
    min-width:178px;
    padding:12px;
    scroll-snap-align:start;
  }
  .np7-card-grid{grid-template-columns:1fr}
  .np7-panel{padding:14px;border-radius:24px}
  .np7-panel-head{align-items:flex-start}
  .np7-top-actions{gap:6px}
  .np7-submit-open,.np7-admin-link{padding:0 11px}
}
@media (max-width:440px){
  .np7-quick-cats{grid-template-columns:none}
  .np7-brand strong,.np7-brand small{max-width:140px}
}


/* ===== Style7 update: sidebar/topbar child dropdowns ===== */
.np7-side-group{margin:3px 0}
.np7-side-group summary{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:44px;
  padding:0 12px;
  border-radius:15px;
  color:#475569;
  cursor:pointer;
  font-size:13px;
  font-weight:850;
  transition:.2s ease;
  list-style:none;
}
.np7-side-group summary::-webkit-details-marker{display:none}
.np7-side-group summary span{display:grid;place-items:center;width:24px;flex:0 0 24px}
.np7-side-group summary b{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1}
.np7-side-group summary i{font-style:normal;color:#94a3b8;transition:.2s ease}
.np7-side-group[open] summary i{transform:rotate(180deg)}
.np7-side-group summary:hover,.np7-side-group summary.active{color:#0369a1;background:#ecfeff}
.np7-side-sub{
  margin:4px 0 6px 36px;
  padding-left:10px;
  border-left:1px solid #dbeafe;
}
.np7-side-sub a{
  min-height:34px!important;
  margin:2px 0!important;
  padding:0 10px!important;
  border-radius:11px!important;
  font-size:12px!important;
  color:#64748b!important;
}
.np7-side-sub a span{width:18px!important;flex-basis:18px!important;font-size:12px}
.np7-side-sub a:hover,.np7-side-sub a.active{color:#0369a1!important;background:#f0f9ff!important}

.np7-top-dropdown{position:relative;flex:0 0 auto}
.np7-top-dropdown>a{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:9px 13px;
  border-radius:999px;
  color:#475569;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
}
.np7-top-dropdown>a:hover,.np7-top-dropdown>a.active{color:#0369a1;background:#ecfeff}
.np7-top-dropdown-menu{
  position:absolute;
  left:0;
  top:calc(100% + 10px);
  z-index:100;
  display:none;
  min-width:210px;
  padding:8px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 22px 55px rgba(15,23,42,.14);
}
.np7-top-dropdown:hover .np7-top-dropdown-menu{display:grid;gap:3px}
.np7-top-dropdown-menu a{
  display:flex;
  align-items:center;
  min-height:36px;
  padding:0 10px;
  border-radius:12px;
  color:#475569;
  text-decoration:none;
  font-size:12.5px;
  font-weight:850;
}
.np7-top-dropdown-menu a:hover,.np7-top-dropdown-menu a.active{color:#0369a1;background:#ecfeff}

/* ===== Style7 update: category/list/detail inner pages ===== */
.np7-page-hero{
  display:flex;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
  padding:30px;
  border-radius:32px;
  background:
    radial-gradient(circle at 16% 16%,rgba(255,255,255,.36),transparent 22%),
    var(--np7-grad);
  color:#fff;
  box-shadow:var(--np7-shadow-strong);
}
.np7-page-hero h1{
  display:flex;
  align-items:center;
  gap:12px;
  margin:10px 0 10px;
  color:#fff;
  font-size:clamp(28px,4vw,46px);
  line-height:1.1;
  font-weight:1000;
  letter-spacing:-.045em;
}
.np7-page-hero p{max-width:760px;margin:0;color:rgba(240,253,250,.94);line-height:1.8}
.np7-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 12px;
  color:rgba(255,255,255,.82);
  font-size:13px;
  font-weight:800;
}
.np7-breadcrumb a{color:inherit;text-decoration:none}
.np7-page-stat{
  display:grid;
  place-items:center;
  min-width:180px;
  padding:18px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:24px;
  background:rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
}
.np7-page-stat strong{font-size:42px;font-weight:1000;letter-spacing:-.06em}
.np7-page-stat span{font-size:13px;font-weight:850;color:rgba(255,255,255,.9)}
.np7-subcat-bar{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  gap:12px;
  margin-bottom:16px;
}
.np7-subcat-bar a{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border:1px solid #e2e8f0;
  border-radius:22px;
  background:rgba(255,255,255,.88);
  box-shadow:0 12px 30px rgba(15,23,42,.05);
  color:inherit;
  text-decoration:none;
  transition:.2s ease;
}
.np7-subcat-bar a:hover,.np7-subcat-bar a.active{
  transform:translateY(-2px);
  border-color:#93c5fd;
  box-shadow:0 18px 38px rgba(37,99,235,.10);
}
.np7-subcat-bar span{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  flex:0 0 auto;
  border-radius:15px;
  background:#ecfeff;
  color:#0891b2;
}
.np7-subcat-bar strong{display:block;color:#0f172a;font-size:14px;font-weight:1000}
.np7-subcat-bar small{display:block;margin-top:3px;color:#64748b;font-size:12px}
.np7-count-pill{
  padding:8px 12px;
  border:1px solid #bfdbfe;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  font-size:12px;
  font-weight:950;
}
.np7-empty{
  display:grid;
  place-items:center;
  min-height:180px;
  border:1px dashed #cbd5e1;
  border-radius:24px;
  background:#f8fafc;
  color:#64748b;
}
.np7-empty span{font-size:40px}.np7-empty p{margin:8px 0 0;font-weight:850}
.np7-pagination{margin-top:18px}
.np7-pagination .pagination{justify-content:center}
.np7-pagination a,.np7-pagination span{
  border-radius:12px!important;
}

/* Detail page */
.np7-detail-breadcrumb{
  margin-bottom:14px;
  padding:12px 16px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  background:rgba(255,255,255,.86);
  color:#64748b;
  box-shadow:0 10px 26px rgba(15,23,42,.04);
}
.np7-detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:16px;
}
.np7-detail-main{min-width:0}
.np7-detail-hero-card{
  display:grid;
  grid-template-columns:92px minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin-bottom:16px;
  padding:24px;
  border:1px solid #e2e8f0;
  border-radius:32px;
  background:rgba(255,255,255,.9);
  box-shadow:var(--np7-shadow);
}
.np7-detail-logo{
  display:grid;
  place-items:center;
  width:92px;
  height:92px;
  overflow:hidden;
  border:1px solid #dbeafe;
  border-radius:28px;
  background:linear-gradient(180deg,#fff,#ecfeff);
  color:#0891b2;
  font-size:32px;
  font-weight:1000;
  box-shadow:0 18px 38px rgba(8,145,178,.12);
}
.np7-detail-logo img{width:100%;height:100%;object-fit:cover}
.np7-detail-title .np7-badge{
  margin:0 0 8px;
  color:#0369a1;
  background:#ecfeff;
  border-color:#bae6fd;
}
.np7-detail-title h1{
  margin:0;
  color:#0f172a;
  font-size:clamp(28px,4vw,44px);
  font-weight:1000;
  letter-spacing:-.05em;
}
.np7-detail-title p{margin:9px 0 0;color:#64748b;line-height:1.75}
.np7-detail-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.np7-detail-meta a,.np7-detail-meta span{
  padding:6px 10px;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
}
.np7-detail-actions{
  display:grid;
  gap:10px;
  min-width:130px;
}
.np7-detail-go,.np7-detail-back{
  display:flex;
  align-items:center;
  justify-content:center;
  height:42px;
  padding:0 16px;
  border-radius:999px;
  text-decoration:none;
  font-size:13px;
  font-weight:1000;
}
.np7-detail-go{color:#fff;background:var(--np7-grad);box-shadow:0 12px 24px rgba(37,99,235,.18)}
.np7-detail-back{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}
.np7-detail-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:-4px 0 16px;
}
.np7-detail-tags a{
  padding:7px 11px;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:#fff;
  color:#2563eb;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
}
.np7-richtext{
  color:#334155;
  font-size:15px;
  line-height:1.9;
}
.np7-richtext p{margin:0 0 1em}
.np7-faq details{
  border:1px solid #e2e8f0;
  border-radius:18px;
  background:#f8fafc;
  margin:10px 0;
  padding:0 14px;
}
.np7-faq summary{
  cursor:pointer;
  padding:14px 0;
  color:#0f172a;
  font-weight:950;
}
.np7-faq details div{
  padding:0 0 14px;
  color:#64748b;
  line-height:1.8;
}
.np7-detail-side{
  display:grid;
  align-content:start;
  gap:14px;
}
.np7-side-panel{
  padding:18px;
  border:1px solid #e2e8f0;
  border-radius:26px;
  background:rgba(255,255,255,.9);
  box-shadow:var(--np7-shadow);
}
.np7-side-panel h3{
  margin:0 0 14px;
  color:#0f172a;
  font-size:16px;
  font-weight:1000;
}
.np7-info-list{display:grid;gap:8px}
.np7-info-list div{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:10px 0;
  border-top:1px solid #edf2f7;
}
.np7-info-list span{color:#64748b;font-size:12px}
.np7-info-list strong{
  min-width:0;
  overflow:hidden;
  color:#0f172a;
  font-size:12px;
  text-align:right;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.np7-side-list{display:grid;gap:8px}
.np7-side-list a{
  display:block;
  overflow:hidden;
  padding:10px 12px;
  border-radius:14px;
  background:#f8fafc;
  color:#334155;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.np7-side-list a:hover{color:#0369a1;background:#ecfeff}
.np7-side-tags{display:flex;flex-wrap:wrap;gap:8px}
.np7-side-tags a{
  padding:6px 10px;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
}

/* ===== Style7-only footer inspired by flex flex-col gap-8 py-8 md:flex-row md:items-start md:justify-between ===== */
.np7-footer{
  margin:10px 22px 28px 278px;
  border:1px solid #e2e8f0;
  border-radius:30px;
  background:rgba(255,255,255,.88);
  box-shadow:var(--np7-shadow);
  backdrop-filter:blur(18px);
}
.np7-footer-inner{
  display:flex;
  flex-direction:column;
  gap:32px;
  padding:32px;
}
.np7-footer-brand{
  display:flex;
  gap:14px;
  align-items:flex-start;
  max-width:430px;
}
.np7-footer-logo{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  flex:0 0 auto;
  border-radius:18px;
  background:var(--np7-grad);
  color:#fff;
  text-decoration:none;
  font-size:20px;
  font-weight:1000;
  box-shadow:0 16px 32px rgba(8,145,178,.18);
}
.np7-footer-brand strong{display:block;color:#0f172a;font-size:18px;font-weight:1000}
.np7-footer-brand p{margin:7px 0 0;color:#64748b;line-height:1.75;font-size:13px}
.np7-footer-cols{
  display:grid;
  grid-template-columns:repeat(3,minmax(130px,1fr));
  gap:24px;
  flex:1;
}
.np7-footer-col{display:grid;align-content:start;gap:9px}
.np7-footer-col h3{margin:0 0 5px;color:#0f172a;font-size:14px;font-weight:1000}
.np7-footer-col a,.np7-footer-col span{
  color:#64748b;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
}
.np7-footer-col a:hover{color:#0369a1}
.np7-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:0 32px 22px;
}
.np7-footer-links span{
  color:#0f172a;
  font-size:13px;
  font-weight:1000;
  margin-right:4px;
}
.np7-footer-links a{
  padding:5px 9px;
  border:1px solid #e2e8f0;
  border-radius:999px;
  background:#f8fafc;
  color:#64748b;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}
.np7-footer-bottom{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:space-between;
  padding:16px 32px;
  border-top:1px solid #edf2f7;
  color:#94a3b8;
  font-size:12px;
  font-weight:800;
}
.np7-footer-bottom a{color:#64748b;text-decoration:none}

@media (min-width:768px){
  .np7-footer-inner.md\:flex-row{
    flex-direction:row;
    align-items:flex-start;
    justify-content:space-between;
  }
}
@media (max-width:1100px){
  .np7-detail-layout{grid-template-columns:1fr}
  .np7-footer{margin:10px 12px 24px}
}
@media (max-width:780px){
  .np7-page-hero{flex-direction:column;padding:24px;border-radius:26px}
  .np7-page-stat{min-width:0}
  .np7-detail-hero-card{grid-template-columns:1fr;text-align:left}
  .np7-detail-actions{grid-template-columns:1fr 1fr}
  .np7-footer-cols{grid-template-columns:1fr}
  .np7-footer-inner{padding:24px}
  .np7-footer-links{padding:0 24px 20px}
  .np7-footer-bottom{padding:16px 24px}
}
@media (max-width:520px){
  .np7-detail-actions{grid-template-columns:1fr}
  .np7-subcat-bar{grid-template-columns:1fr}
}


/* ===== Style7 round3 fixes ===== */
.np7-mobile-brand{
  display:none;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-width:0;
  color:#0f172a;
  text-decoration:none;
  font-weight:1000;
}
.np7-mobile-brand-logo{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  overflow:hidden;
  border-radius:12px;
  background:var(--np7-grad);
  color:#fff;
  flex:0 0 auto;
  box-shadow:0 10px 20px rgba(8,145,178,.16);
}
.np7-mobile-brand-logo img{width:100%;height:100%;object-fit:cover}
.np7-mobile-brand strong{
  max-width:42vw;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-size:15px;
}
.np7-hero-no-stats{grid-template-columns:1fr}
.np7-footer-badge{
  width:max-content;
  max-width:calc(100% - 48px);
  margin:20px auto 0;
  padding:8px 16px;
  border:1px solid #bae6fd;
  border-radius:999px;
  background:#ecfeff;
  color:#0369a1;
  font-size:13px;
  font-weight:900;
}
.np7-footer-quick{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  padding:24px 32px 0;
}
.np7-footer-quick a{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:14px;
  border:1px solid #e2e8f0;
  border-radius:20px;
  background:#f8fafc;
  color:#0f172a;
  text-decoration:none;
  transition:.2s ease;
}
.np7-footer-quick a:hover{
  transform:translateY(-2px);
  border-color:#bae6fd;
  background:#ecfeff;
}
.np7-footer-quick i{
  font-style:normal;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 auto;
  border-radius:13px;
  background:#ecfeff;
}
.np7-footer-quick strong{
  display:block;
  font-size:13px;
  font-weight:1000;
}
.np7-footer-quick small{
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:12px;
  line-height:1.45;
}
.np7-footer-social{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.np7-footer-social a{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}
@media (max-width:1100px){
  .np7-mobile-brand{display:flex;position:absolute;left:50%;transform:translateX(-50%)}
  .np7-topbar{position:sticky}
  .np7-top-actions{margin-left:auto}
  .np7-footer-quick{grid-template-columns:repeat(2,minmax(0,1fr));padding:20px 24px 0}
}
@media (max-width:700px){
  .np7-mobile-brand strong{max-width:38vw}
  .np7-top-actions .np7-admin-link{display:none}
  .np7-footer-quick{grid-template-columns:1fr}
}


/* ===== Style7 round4: anchor fix, mobile footer optimization, home subcat scroll ===== */
.np7-category-modules-anchor{
  position:relative;
  top:-88px;
  height:1px;
  pointer-events:none;
}
.np7-section-subcat-scroll{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:0 0 14px;
  margin:-4px 0 14px;
  border-bottom:1px solid #edf2f7;
  scrollbar-width:thin;
}
.np7-section-subcat-scroll a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  flex:0 0 auto;
  min-height:34px;
  padding:0 12px;
  border:1px solid #e2e8f0;
  border-radius:999px;
  background:#f8fafc;
  color:#475569;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  transition:.2s ease;
}
.np7-section-subcat-scroll a:hover,
.np7-section-subcat-scroll a.active{
  border-color:#bae6fd;
  background:#ecfeff;
  color:#0369a1;
}
.np7-section-subcat-scroll em{
  display:inline-grid;
  place-items:center;
  min-width:20px;
  height:20px;
  padding:0 6px;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  font-style:normal;
  font-size:11px;
}
@media (max-width:700px){
  .np7-footer-inner.flex.flex-col.gap-8.py-8.md\:flex-row.md\:items-start.md\:justify-between{
    gap:18px;
    padding:22px 18px!important;
  }
  .np7-footer-brand{
    max-width:none;
    width:100%;
    padding:14px;
    border:1px solid #e2e8f0;
    border-radius:20px;
    background:#f8fafc;
  }
  .np7-footer-brand p{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .np7-footer-cols{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%;
  }
  .np7-footer-col{
    gap:6px;
    min-width:0;
    padding:12px 8px;
    border:1px solid #e2e8f0;
    border-radius:18px;
    background:#fff;
    text-align:center;
  }
  .np7-footer-col h3{
    margin:0 0 4px;
    font-size:13px;
  }
  .np7-footer-col a,
  .np7-footer-col span{
    display:block;
    overflow:hidden;
    max-width:100%;
    padding:4px 0;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size:12px;
  }
  .np7-footer-links{
    padding:0 18px 18px!important;
    max-height:106px;
    overflow:hidden;
  }
  .np7-footer-bottom{
    padding:14px 18px!important;
    justify-content:center;
    text-align:center;
  }
}
@media (max-width:430px){
  .np7-footer-cols{
    grid-template-columns:1fr 1fr!important;
  }
  .np7-footer-col:first-child{
    grid-column:1 / -1;
  }
}


/* ===== Style7 round5: ajax tabs, friend links polish, best mobile footer layout ===== */
.np7-category-grid.is-loading{
  position:relative;
  min-height:120px;
}
.np7-loading{
  grid-column:1 / -1;
  display:grid;
  place-items:center;
  min-height:120px;
  border:1px dashed #bae6fd;
  border-radius:22px;
  background:linear-gradient(180deg,#f8fafc,#ecfeff);
  color:#0369a1;
  font-size:13px;
  font-weight:950;
}
.np7-empty-inline{
  grid-column:1 / -1;
}
.np7-footer-links{
  position:relative;
  margin:0 32px 22px;
  padding:16px!important;
  border:1px solid #e2e8f0;
  border-radius:22px;
  background:
    radial-gradient(circle at 0 0,rgba(6,182,212,.10),transparent 30%),
    linear-gradient(180deg,#f8fafc,#fff);
}
.np7-footer-links span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:0 8px 8px 0!important;
  padding:6px 10px;
  border-radius:999px;
  background:#ecfeff;
  color:#0369a1!important;
}
.np7-footer-links span::before{
  content:"🔗";
}
.np7-footer-links a{
  margin:0 6px 8px 0;
  border-color:#dbeafe!important;
  background:#fff!important;
  box-shadow:0 8px 18px rgba(15,23,42,.04);
  transition:.2s ease;
}
.np7-footer-links a:hover{
  transform:translateY(-1px);
  border-color:#93c5fd!important;
  color:#2563eb!important;
  box-shadow:0 12px 24px rgba(37,99,235,.10);
}

@media (max-width:700px){
  .np7-footer{
    border-radius:24px;
    overflow:hidden;
  }
  .np7-footer-badge{
    max-width:calc(100% - 32px);
    margin:16px auto 0;
    padding:7px 13px;
    font-size:12px;
  }
  .np7-footer-quick{
    display:flex;
    overflow-x:auto;
    gap:10px;
    padding:16px 16px 0!important;
    scroll-snap-type:x proximity;
  }
  .np7-footer-quick a{
    min-width:178px;
    padding:12px;
    scroll-snap-align:start;
  }
  .np7-footer-inner.flex.flex-col.gap-8.py-8.md\:flex-row.md\:items-start.md\:justify-between{
    display:block!important;
    padding:16px!important;
  }
  .np7-footer-brand{
    display:flex;
    width:auto;
    margin:0 0 12px;
    padding:14px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:linear-gradient(135deg,#ecfeff,#ffffff);
    box-shadow:0 10px 24px rgba(8,145,178,.07);
  }
  .np7-footer-brand .np7-footer-logo{
    width:44px;
    height:44px;
    border-radius:16px;
  }
  .np7-footer-brand strong{
    font-size:15px;
  }
  .np7-footer-brand p{
    margin-top:5px;
    font-size:12px;
    line-height:1.55;
    -webkit-line-clamp:2;
  }
  .np7-footer-social{
    margin-top:9px;
  }
  .np7-footer-social a{
    width:30px;
    height:30px;
    font-size:12px;
  }
  .np7-footer-cols{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .np7-footer-col{
    position:relative;
    display:grid!important;
    grid-template-columns:auto 1fr;
    align-items:start;
    gap:8px 10px!important;
    padding:13px!important;
    border:1px solid #e2e8f0;
    border-radius:18px;
    background:#fff;
    text-align:left!important;
  }
  .np7-footer-col h3{
    grid-row:1 / span 3;
    width:78px;
    margin:0!important;
    padding:7px 8px;
    border-radius:14px;
    background:#f0f9ff;
    color:#0369a1;
    text-align:center;
    font-size:12px!important;
    line-height:1.25;
  }
  .np7-footer-col a,
  .np7-footer-col span{
    display:inline-block!important;
    min-width:0;
    max-width:100%;
    padding:5px 8px!important;
    border-radius:999px;
    background:#f8fafc;
    color:#475569;
    font-size:12px!important;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .np7-footer-links{
    margin:0 16px 16px;
    padding:12px!important;
    max-height:none!important;
  }
  .np7-footer-links span{
    display:flex;
    width:max-content;
    margin-bottom:10px!important;
  }
  .np7-footer-links a{
    display:inline-flex;
    max-width:45%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    vertical-align:top;
  }
  .np7-footer-bottom{
    padding:13px 16px!important;
    background:#f8fafc;
  }
}
@media (max-width:430px){
  .np7-footer-col{
    grid-template-columns:1fr!important;
  }
  .np7-footer-col h3{
    grid-row:auto;
    width:max-content;
    max-width:100%;
    text-align:left;
  }
  .np7-footer-links a{
    max-width:100%;
  }
}


/* ===== Style7 round6: no-jump subcat ajax and category subcat single-line bar ===== */
.np7-subcat-bar{
  display:flex!important;
  grid-template-columns:none!important;
  gap:10px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:0 2px 12px!important;
  margin-bottom:16px!important;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
}
.np7-subcat-bar a{
  flex:0 0 auto!important;
  width:210px!important;
  max-width:72vw!important;
  min-height:66px!important;
  padding:12px!important;
  border-radius:20px!important;
  scroll-snap-align:start;
}
.np7-subcat-bar span{
  width:38px!important;
  height:38px!important;
  border-radius:14px!important;
}
.np7-subcat-bar strong,
.np7-subcat-bar small{
  min-width:0;
  overflow:hidden;
  white-space:nowrap!important;
  text-overflow:ellipsis;
}
.np7-subcat-bar strong{
  font-size:13.5px!important;
}
.np7-subcat-bar small{
  font-size:11.5px!important;
}

/* 更精致的移动端底部：像信息仪表盘，不纵向拖太长 */
@media (max-width:700px){
  .np7-footer-inner.flex.flex-col.gap-8.py-8.md\:flex-row.md\:items-start.md\:justify-between{
    padding:14px!important;
  }
  .np7-footer-brand{
    margin-bottom:10px!important;
    padding:12px!important;
    align-items:center!important;
  }
  .np7-footer-brand p{
    -webkit-line-clamp:1!important;
  }
  .np7-footer-cols{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .np7-footer-col{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:5px!important;
    min-width:0!important;
    padding:10px 8px!important;
    text-align:center!important;
  }
  .np7-footer-col h3{
    width:auto!important;
    max-width:none!important;
    padding:7px 6px!important;
    margin:0 0 3px!important;
    font-size:12px!important;
    text-align:center!important;
    white-space:nowrap;
  }
  .np7-footer-col a,
  .np7-footer-col span{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    padding:5px 6px!important;
    background:#f8fafc!important;
    border-radius:999px!important;
    font-size:11.5px!important;
    line-height:1.2!important;
  }
  .np7-footer-col a:nth-of-type(n+4),
  .np7-footer-col span:nth-of-type(n+4){
    display:none!important;
  }
  .np7-footer-links{
    margin:0 14px 14px!important;
  }
}
@media (max-width:430px){
  .np7-footer-cols{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
  }
  .np7-footer-col{
    padding:9px 5px!important;
  }
  .np7-footer-col h3{
    font-size:11px!important;
    padding:6px 3px!important;
  }
  .np7-footer-col a,
  .np7-footer-col span{
    font-size:10.8px!important;
    padding:5px 3px!important;
  }
}


/* ===== Style7 round7: restore mobile footer layout to previous approved version ===== */
@media (max-width:700px){
  .np7-footer-inner.flex.flex-col.gap-8.py-8.md\:flex-row.md\:items-start.md\:justify-between{
    display:block!important;
    gap:18px!important;
    padding:22px 18px!important;
  }
  .np7-footer-brand{
    display:flex!important;
    align-items:flex-start!important;
    max-width:none!important;
    width:100%!important;
    margin:0 0 12px!important;
    padding:14px!important;
    border:1px solid #e2e8f0!important;
    border-radius:20px!important;
    background:#f8fafc!important;
    box-shadow:none!important;
    text-align:left!important;
  }
  .np7-footer-brand .np7-footer-logo{
    width:50px!important;
    height:50px!important;
    border-radius:18px!important;
  }
  .np7-footer-brand strong{
    font-size:18px!important;
  }
  .np7-footer-brand p{
    display:-webkit-box!important;
    margin-top:7px!important;
    font-size:13px!important;
    line-height:1.75!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .np7-footer-social{
    margin-top:14px!important;
  }
  .np7-footer-social a{
    width:34px!important;
    height:34px!important;
    font-size:13px!important;
  }
  .np7-footer-cols{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
  }
  .np7-footer-col{
    display:grid!important;
    align-content:start!important;
    gap:6px!important;
    min-width:0!important;
    padding:12px 8px!important;
    border:1px solid #e2e8f0!important;
    border-radius:18px!important;
    background:#fff!important;
    text-align:center!important;
  }
  .np7-footer-col h3{
    display:block!important;
    width:auto!important;
    max-width:none!important;
    margin:0 0 4px!important;
    padding:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#0f172a!important;
    text-align:center!important;
    font-size:13px!important;
    line-height:1.2!important;
    white-space:normal!important;
  }
  .np7-footer-col a,
  .np7-footer-col span{
    display:block!important;
    width:auto!important;
    max-width:100%!important;
    overflow:hidden!important;
    padding:4px 0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#64748b!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    font-size:12px!important;
    line-height:1.4!important;
  }
  .np7-footer-col a:nth-of-type(n+4),
  .np7-footer-col span:nth-of-type(n+4){
    display:block!important;
  }
  .np7-footer-links{
    margin:0 18px 18px!important;
    padding:12px!important;
    max-height:none!important;
  }
  .np7-footer-bottom{
    padding:14px 18px!important;
    justify-content:center!important;
    text-align:center!important;
  }
}
@media (max-width:430px){
  .np7-footer-cols{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  .np7-footer-col:first-child{
    grid-column:1 / -1!important;
  }
  .np7-footer-col{
    padding:12px 8px!important;
  }
  .np7-footer-col h3{
    text-align:center!important;
    font-size:13px!important;
  }
  .np7-footer-col a,
  .np7-footer-col span{
    font-size:12px!important;
  }
}


/* ===== Style7 round8: detail stats, chart, featured sites ===== */
.np7-detail-stat-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(130px,1fr));
  gap:12px;
  margin:0 0 16px;
}
.np7-detail-stat-grid div{
  padding:16px;
  border:1px solid #e2e8f0;
  border-radius:22px;
  background:linear-gradient(180deg,#fff,#f8fafc);
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.np7-detail-stat-grid strong{
  display:block;
  color:#0369a1;
  font-size:25px;
  line-height:1.1;
  font-weight:1000;
  letter-spacing:-.04em;
}
.np7-detail-stat-grid span{
  display:block;
  margin-top:6px;
  color:#64748b;
  font-size:12px;
  font-weight:850;
}
.np7-detail-chart .np7-panel-head{
  margin-bottom:14px;
}
.np7-chart-area{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:10px;
  min-height:150px;
  padding:14px 10px 8px;
  border:1px solid #edf2f7;
  border-radius:22px;
  background:
    linear-gradient(180deg,rgba(236,254,255,.65),rgba(248,250,252,.95)),
    repeating-linear-gradient(to top,transparent 0,transparent 31px,rgba(148,163,184,.16) 32px);
}
.np7-chart-item{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
}
.np7-chart-item i{
  display:block;
  width:min(28px,70%);
  min-height:6px;
  border-radius:999px 999px 6px 6px;
  background:linear-gradient(180deg,#14b8a6,#2563eb);
  box-shadow:0 10px 18px rgba(37,99,235,.16);
}
.np7-chart-val{
  color:#0369a1;
  font-size:12px;
  font-weight:1000;
}
.np7-chart-item em{
  max-width:100%;
  overflow:hidden;
  color:#64748b;
  font-size:11px;
  font-style:normal;
  white-space:nowrap;
  text-overflow:ellipsis;
}
@media(max-width:700px){
  .np7-detail-stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .np7-detail-stat-grid div{
    padding:13px;
  }
  .np7-detail-stat-grid strong{
    font-size:21px;
  }
  .np7-chart-area{
    overflow-x:auto;
    justify-content:flex-start;
  }
  .np7-chart-item{
    flex:0 0 48px;
  }
}


/* ===== Style7 round9: detail action badges, full content, search/tag pages ===== */
.np7-detail-action-badges,
.np7-detail-badge-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 10px;
}
.np7-action-badge{
  border:1px solid #bae6fd;
  cursor:pointer;
  font-family:inherit;
  transition:.2s ease;
}
.np7-action-badge:hover{
  transform:translateY(-1px);
  border-color:#93c5fd;
  background:#eff6ff;
  color:#2563eb;
}
.np7-action-badge em{
  font-style:normal;
  margin-left:3px;
}
.np7-seo-extra{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid #edf2f7;
}
.np7-detail-info-list{
  margin:12px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.np7-detail-info-list li{
  padding:10px 12px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:#f8fafc;
  color:#475569;
}
.np7-search-page-form{
  max-width:720px;
  margin-top:22px;
}
.np7-search-hero .np7-search,
.np7-page-hero .np7-search{
  background:#fff;
  color:#0f172a;
}
@media(max-width:700px){
  .np7-detail-action-badges,
  .np7-detail-badge-actions{
    margin-top:2px;
  }
}


/* ===== Style7 language toggle + robust detail widgets ===== */
.np7-lang-toggle{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid #bae6fd;
  border-radius:999px;
  background:#ecfeff;
  color:#0369a1;
  cursor:pointer;
  font-size:13px;
  font-weight:1000;
  box-shadow:0 10px 20px rgba(8,145,178,.08);
  transition:.2s ease;
}
.np7-lang-toggle:hover{
  transform:translateY(-1px);
  border-color:#93c5fd;
  background:#eff6ff;
  color:#2563eb;
}
html[data-lang="en"] .np7-lang-toggle{
  border-color:#bfdbfe;
  background:#eff6ff;
  color:#2563eb;
}
@media(max-width:700px){
  .np7-lang-toggle{
    width:36px;
    height:36px;
  }
}

/* Category card style presets */
.np7-site-card.np7-card-style-clean .np7-card-foot{display:none!important}
.np7-site-card.np7-card-style-clean .np7-card-main{padding-bottom:18px}
.np7-site-card.np7-card-style-simple .np7-site-body small,
.np7-site-card.np7-card-style-simple .np7-site-body em,
.np7-site-card.np7-card-style-simple .np7-card-foot{display:none!important}
.np7-site-card.np7-card-style-simple .np7-card-main{align-items:center;padding-bottom:18px}

@media (max-width:700px){
  .np7-quick-cats a{flex-basis:220px;min-width:220px;align-items:flex-start}
  .np7-quick-cats strong{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;min-height:2.7em}
  .np7-quick-cats small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
@media (max-width:420px){
  .np7-quick-cats a{flex-basis:206px;min-width:206px}
}


/* Issue5 refinement: Style7 mobile quick categories show full category names while keeping horizontal scroll */
@media (max-width:700px){
  .np7-quick-cats a{
    flex:0 0 242px;
    min-width:242px;
    align-items:flex-start;
  }
  .np7-quick-cats strong{
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    display:block;
    line-height:1.42;
    min-height:0;
    word-break:break-word;
  }
  .np7-quick-cats small{
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    display:block;
    line-height:1.35;
  }
}
@media (max-width:420px){
  .np7-quick-cats a{
    flex-basis:78vw;
    min-width:78vw;
    max-width:300px;
  }
}

/* Issue6: per-category list columns for NavProStyle7 */
.np7-card-grid.category-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}
.np7-card-grid.category-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.np7-card-grid.category-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.np7-card-grid.category-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}

/* Issue7: mobile multi-column category cards should not squeeze footer/actions out of alignment */
@media (max-width:700px){
  .np7-card-grid.category-cols-2,
  .np7-card-grid.category-cols-3,
  .np7-card-grid.category-cols-4{gap:10px!important}
  .np7-card-grid.category-cols-2 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple),
  .np7-card-grid.category-cols-3 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple),
  .np7-card-grid.category-cols-4 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple){padding:12px}
  .np7-card-grid.category-cols-2 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple) .np7-card-main,
  .np7-card-grid.category-cols-3 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple) .np7-card-main,
  .np7-card-grid.category-cols-4 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple) .np7-card-main{gap:9px}
  .np7-card-grid.category-cols-2 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple) .np7-site-icon,
  .np7-card-grid.category-cols-3 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple) .np7-site-icon,
  .np7-card-grid.category-cols-4 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple) .np7-site-icon{width:40px;height:40px;min-width:40px;border-radius:13px}
  .np7-card-grid.category-cols-2 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple) .np7-card-foot,
  .np7-card-grid.category-cols-3 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple) .np7-card-foot,
  .np7-card-grid.category-cols-4 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple) .np7-card-foot{align-items:center;gap:8px}
  .np7-card-grid.category-cols-2 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple) .np7-tags,
  .np7-card-grid.category-cols-3 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple) .np7-tags,
  .np7-card-grid.category-cols-4 .np7-site-card:not(.np7-card-style-clean):not(.np7-card-style-simple) .np7-tags{min-width:0;overflow:hidden;flex-wrap:nowrap}
}


/* Issue8: clean/simple category cards and home-section load more for NavProStyle7 */
.np7-site-card.np7-card-style-clean .np7-site-body em{display:block!important}
.np7-site-card.np7-card-style-clean .np7-site-body small{margin-top:6px}
.np7-load-more-wrap{display:flex;align-items:center;justify-content:center;margin:4px 0 -2px}
.np7-load-more{display:flex;align-items:center;justify-content:center;width:100%;border:0;background:transparent;color:#64748b;padding:0;font-size:13px;font-weight:800;cursor:pointer;line-height:1.4;box-shadow:none}
.np7-load-more::before,.np7-load-more::after{content:"";height:1px;background:rgba(148,163,184,.28);flex:1;max-width:120px}
.np7-load-more span{padding:0 12px;white-space:nowrap}
.np7-load-more:hover{color:#0284c7}
.np7-load-more[hidden]{display:none!important}
.ymnav-loadmore-grid .ymnav-loadmore-hidden{display:none!important}
@media(max-width:700px){
  .np7-card-grid.category-cols-2 .np7-site-card.np7-card-style-clean .np7-site-icon,
  .np7-card-grid.category-cols-3 .np7-site-card.np7-card-style-clean .np7-site-icon,
  .np7-card-grid.category-cols-4 .np7-site-card.np7-card-style-clean .np7-site-icon,
  .np7-card-grid.category-cols-2 .np7-site-card.np7-card-style-simple .np7-site-icon,
  .np7-card-grid.category-cols-3 .np7-site-card.np7-card-style-simple .np7-site-icon,
  .np7-card-grid.category-cols-4 .np7-site-card.np7-card-style-simple .np7-site-icon{width:34px;height:34px;min-width:34px;border-radius:12px;font-size:11px}
  .np7-card-grid.category-cols-2 .np7-site-card.np7-card-style-clean .np7-card-main,
  .np7-card-grid.category-cols-3 .np7-site-card.np7-card-style-clean .np7-card-main,
  .np7-card-grid.category-cols-4 .np7-site-card.np7-card-style-clean .np7-card-main,
  .np7-card-grid.category-cols-2 .np7-site-card.np7-card-style-simple .np7-card-main,
  .np7-card-grid.category-cols-3 .np7-site-card.np7-card-style-simple .np7-card-main,
  .np7-card-grid.category-cols-4 .np7-site-card.np7-card-style-simple .np7-card-main{gap:8px}
  .np7-card-grid.category-cols-2 .np7-site-card.np7-card-style-clean .np7-site-body strong,
  .np7-card-grid.category-cols-3 .np7-site-card.np7-card-style-clean .np7-site-body strong,
  .np7-card-grid.category-cols-4 .np7-site-card.np7-card-style-clean .np7-site-body strong,
  .np7-card-grid.category-cols-2 .np7-site-card.np7-card-style-simple .np7-site-body strong,
  .np7-card-grid.category-cols-3 .np7-site-card.np7-card-style-simple .np7-site-body strong,
  .np7-card-grid.category-cols-4 .np7-site-card.np7-card-style-simple .np7-site-body strong{font-size:13px}
  .np7-card-grid.category-cols-2 .np7-site-card.np7-card-style-clean .np7-site-body em,
  .np7-card-grid.category-cols-3 .np7-site-card.np7-card-style-clean .np7-site-body em,
  .np7-card-grid.category-cols-4 .np7-site-card.np7-card-style-clean .np7-site-body em{font-size:10.5px}
}


/* ===== NavProStyle7 dedicated advertisement styles =====
   样式七单独控制广告展示，避免继续依赖其他模板的 --bg2/--border/--text2 等全局变量导致颜色异常。
*/
body.site-style-navprostyle7 .ad-zone-wrap{
  max-width:none;
  width:100%;
  margin:18px 0;
  padding:0;
  clear:both;
  box-sizing:border-box;
}
body.site-style-navprostyle7 .np7-main > .ad-zone-wrap{
  margin:16px 0 20px;
}
body.site-style-navprostyle7 .ad-zone{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
  margin:0;
}
body.site-style-navprostyle7 .ad-item{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  border:1px solid rgba(6,182,212,.18);
  background:
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(240,253,250,.82)),
    radial-gradient(circle at 12% 10%,rgba(20,184,166,.12),transparent 42%);
  border-radius:20px;
  overflow:hidden;
  text-decoration:none;
  color:var(--np7-muted);
  box-shadow:0 14px 34px rgba(15,23,42,.06);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease;
  position:relative;
}
body.site-style-navprostyle7 .ad-item:hover{
  transform:translateY(-2px);
  border-color:rgba(20,184,166,.36);
  color:var(--np7-blue);
  box-shadow:0 22px 48px rgba(8,145,178,.14);
}
body.site-style-navprostyle7 .ad-item img{
  display:block;
  width:100%;
  height:auto;
  max-height:160px;
  object-fit:cover;
}
body.site-style-navprostyle7 .ad-caption{
  position:absolute;
  left:10px;
  bottom:8px;
  max-width:calc(100% - 20px);
  padding:3px 9px;
  border-radius:999px;
  background:rgba(15,23,42,.58);
  color:#fff;
  font-size:12px;
  line-height:1.4;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  backdrop-filter:blur(8px);
}
body.site-style-navprostyle7 .ad-text-hint{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 10px;
  padding:0 2px;
  color:var(--np7-text);
  font-size:15px;
  font-weight:800;
  line-height:1.4;
}
body.site-style-navprostyle7 .ad-text-hint:before{
  content:"🔥";
  font-size:16px;
  line-height:1;
}
body.site-style-navprostyle7 .ad-zone + .ad-zone-text-list{
  margin-top:10px;
}
body.site-style-navprostyle7 .ad-zone-text-list{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:0;
  align-items:stretch;
}
body.site-style-navprostyle7 .ad-text-item{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  min-height:40px;
  padding:9px 12px;
  border:1px solid rgba(20,184,166,.18);
  background:rgba(255,255,255,.72);
  border-radius:14px;
  text-decoration:none;
  color:var(--np7-muted);
  line-height:1.5;
  box-shadow:0 10px 26px rgba(15,23,42,.045);
  transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}
body.site-style-navprostyle7 .ad-text-item:hover{
  transform:translateY(-1px);
  border-color:rgba(6,182,212,.34);
  background:rgba(236,254,255,.86);
  color:var(--np7-blue);
}
body.site-style-navprostyle7 .ad-text-badge{
  flex:0 0 auto;
  padding:1px 7px;
  border:1px solid rgba(6,182,212,.20);
  border-radius:999px;
  background:rgba(240,253,250,.92);
  color:var(--np7-teal);
  font-size:12px;
  font-weight:800;
}
body.site-style-navprostyle7 .ad-text-content{
  min-width:0;
  color:inherit;
  font-size:14px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.site-style-navprostyle7 .ad-zone-footer_top{
  margin-top:28px;
  margin-bottom:10px;
}
body.site-style-navprostyle7 .ad-zone-global_top{
  margin-top:12px;
  margin-bottom:12px;
}
body.site-style-navprostyle7 .detail-sidebar .ad-zone-wrap,
body.site-style-navprostyle7 .np7-detail-side .ad-zone-wrap{
  display:block;
  margin:0 0 18px;
  padding:0;
}
body.site-style-navprostyle7 .detail-sidebar .ad-zone,
body.site-style-navprostyle7 .np7-detail-side .ad-zone{
  display:block;
}
body.site-style-navprostyle7 .detail-sidebar .ad-item,
body.site-style-navprostyle7 .np7-detail-side .ad-item{
  margin-bottom:12px;
}
body.site-style-navprostyle7 .detail-sidebar .ad-zone-text-list,
body.site-style-navprostyle7 .np7-detail-side .ad-zone-text-list{
  display:block;
  margin-top:0;
}
body.site-style-navprostyle7 .detail-sidebar .ad-text-item,
body.site-style-navprostyle7 .np7-detail-side .ad-text-item{
  margin-bottom:10px;
  white-space:normal;
}
body.site-style-navprostyle7 .detail-sidebar .ad-text-content,
body.site-style-navprostyle7 .np7-detail-side .ad-text-content{
  white-space:normal;
}
@media(max-width:640px){
  body.site-style-navprostyle7 .ad-zone-wrap{margin:14px 0}
  body.site-style-navprostyle7 .ad-zone{grid-template-columns:1fr}
  body.site-style-navprostyle7 .ad-item img{max-height:110px}
  body.site-style-navprostyle7 .ad-zone-text-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  body.site-style-navprostyle7 .ad-text-item{gap:6px;min-height:34px;padding:7px 8px;border-radius:11px}
  body.site-style-navprostyle7 .ad-text-badge{font-size:10px;padding:0 5px}
  body.site-style-navprostyle7 .ad-text-content{font-size:12px;white-space:nowrap}
  body.site-style-navprostyle7 .ad-text-hint{font-size:14px;margin-bottom:8px}
}


/* ===== Style7 independent common overrides + global top ad alignment =====
   样式七需要用到的公共前台/广告展示样式在这里重新限定，修改样式七时无需改动 assets/css/common.css。
*/
/* header.php 输出的全站顶部广告在样式七中位于 np7-shell 之前：PC 端对齐 np7-main / np7-topbar，不再压到侧边栏下面。 */
body.site-style-navprostyle7 > .ad-zone-wrap.ad-zone-global_top.ad-global-top{
  max-width:none!important;
  width:auto!important;
  margin:18px 22px 18px 278px!important;
  padding:0!important;
  box-sizing:border-box!important;
  clear:none!important;
}
body.site-style-navprostyle7 > .ad-zone-wrap.ad-zone-global_top.ad-global-top + .np7-shell .np7-topbar{
  margin-top:0;
}
/* 非 header 直出位置保持在当前内容流宽度内 */
body.site-style-navprostyle7 .np7-main .ad-zone-wrap,
body.site-style-navprostyle7 .np7-panel .ad-zone-wrap,
body.site-style-navprostyle7 .np7-detail-main .ad-zone-wrap{
  max-width:100%!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}
/* 样式七广告完全使用 np7 色板 */
body.site-style-navprostyle7 .ad-zone-wrap{box-sizing:border-box}
body.site-style-navprostyle7 .ad-zone{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;
  gap:12px!important;
  margin:0!important;
}
body.site-style-navprostyle7 .ad-item{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  border:1px solid rgba(6,182,212,.18)!important;
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(240,253,250,.86))!important;
  border-radius:20px!important;
  overflow:hidden!important;
  color:var(--np7-muted)!important;
  text-decoration:none!important;
  box-shadow:0 14px 34px rgba(15,23,42,.06)!important;
}
body.site-style-navprostyle7 .ad-item:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(20,184,166,.36)!important;
  color:var(--np7-blue)!important;
  box-shadow:0 22px 48px rgba(8,145,178,.14)!important;
}
body.site-style-navprostyle7 .ad-item img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:160px!important;
  object-fit:cover!important;
}
body.site-style-navprostyle7 .ad-zone-text-list{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
  margin:0!important;
  align-items:stretch!important;
}
body.site-style-navprostyle7 .ad-text-hint{
  color:var(--np7-text)!important;
}
body.site-style-navprostyle7 .ad-text-item{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  min-height:40px!important;
  border:1px solid rgba(20,184,166,.18)!important;
  background:rgba(255,255,255,.72)!important;
  border-radius:14px!important;
  color:var(--np7-muted)!important;
  box-shadow:0 10px 26px rgba(15,23,42,.045)!important;
}
body.site-style-navprostyle7 .ad-text-badge{
  border-color:rgba(6,182,212,.20)!important;
  background:rgba(240,253,250,.92)!important;
  color:var(--np7-teal)!important;
}
body.site-style-navprostyle7 .ad-text-content{
  min-width:0!important;
}
/* 复制 common.css 中样式七前台必需的通用交互/状态控制，限定到样式七，避免改公共文件影响其他六套样式。 */
body.site-style-navprostyle7 img{max-width:100%}
body.site-style-navprostyle7 a{-webkit-tap-highlight-color:transparent}
body.site-style-navprostyle7 .empty-state,
body.site-style-navprostyle7 .np7-empty{
  color:var(--np7-muted);
}
body.site-style-navprostyle7 .badge,
body.site-style-navprostyle7 .site-tag,
body.site-style-navprostyle7 .status{
  box-sizing:border-box;
}
body.site-style-navprostyle7 .like-btn,
body.site-style-navprostyle7 .visit-btn,
body.site-style-navprostyle7 .np7-go{
  -webkit-tap-highlight-color:transparent;
}
@media (max-width:1100px){
  /* 移动/平板端全站顶部广告显示在 np7-topbar 下方：通过顺序重排做到“topbar 在上，广告在下”。 */
  body.site-style-navprostyle7{
    display:flex;
    flex-direction:column;
  }
  body.site-style-navprostyle7 > .np7-shell{
    display:flex!important;
    flex-direction:column;
    order:1;
    width:100%;
  }
  body.site-style-navprostyle7 > .ad-zone-wrap.ad-zone-global_top.ad-global-top{
    order:2;
    width:auto!important;
    margin:0 12px 14px!important;
    padding:0!important;
  }
  body.site-style-navprostyle7 > .np7-shell .np7-main{
    display:contents;
  }
  body.site-style-navprostyle7 > .np7-shell .np7-sidebar{display:flex}
  body.site-style-navprostyle7 > .np7-shell .np7-topbar{
    order:1;
    margin:12px 12px 14px!important;
  }
  body.site-style-navprostyle7 > .np7-shell .np7-hero,
  body.site-style-navprostyle7 > .np7-shell .np7-quick-cats,
  body.site-style-navprostyle7 > .np7-shell .np7-panel,
  body.site-style-navprostyle7 > .np7-shell .np7-category-modules-anchor,
  body.site-style-navprostyle7 > .np7-shell .np7-footer,
  body.site-style-navprostyle7 > .np7-shell .np7-search-page,
  body.site-style-navprostyle7 > .np7-shell .np7-detail-layout{
    order:3;
    margin-left:12px;
    margin-right:12px;
  }
}
@media(max-width:640px){
  body.site-style-navprostyle7 > .ad-zone-wrap.ad-zone-global_top.ad-global-top{
    margin:0 10px 12px!important;
  }
  body.site-style-navprostyle7 > .np7-shell .np7-topbar{
    margin:10px 10px 12px!important;
  }
  body.site-style-navprostyle7 .ad-zone{grid-template-columns:1fr!important}
  body.site-style-navprostyle7 .ad-zone-text-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}


/* ===== Hotfix: Style7 global ad position + direct-jump patch safety =====
   撤销上一版用 body flex/order 重排移动端节点的方案，避免广告跑到页面底部、提交收录/弹层跑到顶部。
   现在全站顶部广告由 NavProStyle7 topbar 函数输出，天然位于 np7-topbar 下方且在 np7-main 内。
*/
body.site-style-navprostyle7{
  display:block!important;
}
@media (max-width:1100px){
  body.site-style-navprostyle7{
    display:block!important;
    flex-direction:initial!important;
  }
  body.site-style-navprostyle7 > .np7-shell{
    display:block!important;
    order:initial!important;
    width:auto!important;
  }
  body.site-style-navprostyle7 > .np7-shell .np7-main{
    display:block!important;
    padding:12px!important;
  }
  body.site-style-navprostyle7 > .np7-shell .np7-topbar{
    order:initial!important;
    margin:0 0 14px!important;
  }
  body.site-style-navprostyle7 > .np7-shell .np7-hero,
  body.site-style-navprostyle7 > .np7-shell .np7-quick-cats,
  body.site-style-navprostyle7 > .np7-shell .np7-panel,
  body.site-style-navprostyle7 > .np7-shell .np7-category-modules-anchor,
  body.site-style-navprostyle7 > .np7-shell .np7-footer,
  body.site-style-navprostyle7 > .np7-shell .np7-search-page,
  body.site-style-navprostyle7 > .np7-shell .np7-detail-layout{
    order:initial!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  body.site-style-navprostyle7 .np7-main > .ad-zone-wrap.ad-zone-global_top.ad-global-top{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 14px!important;
    padding:0!important;
  }
}
@media(max-width:640px){
  body.site-style-navprostyle7 > .np7-shell .np7-main{
    padding:10px!important;
  }
  body.site-style-navprostyle7 > .np7-shell .np7-topbar{
    margin:0 0 12px!important;
  }
  body.site-style-navprostyle7 .np7-main > .ad-zone-wrap.ad-zone-global_top.ad-global-top{
    margin:0 0 12px!important;
  }
}

/* 内容模块页面在样式七中使用独立 np7 外壳，隐藏通用顶部导航避免双导航。 */
body.site-style-navprostyle7.ym-content-template > .navbar,
body.site-style-NavProStyle7.ym-content-template > .navbar{display:none!important}


/* ===== Style7 content library pages ===== */
body.site-style-navprostyle7.ym-content-template,
body.site-style-NavProStyle7.ym-content-template{background:var(--np7-bg)}
.np7-content-filter{margin-bottom:16px}
.np7-content-filter-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}
.np7-content-filter-title strong{color:#0f172a;font-size:16px;font-weight:1000}
.np7-content-filter-title span{color:#64748b;font-size:12px;font-weight:800}
.np7-content-filter-row{display:flex;flex-wrap:wrap;gap:8px}
.np7-content-filter-row a,
.np7-content-sort-row span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:8px 12px;
  border:1px solid #e2e8f0;
  border-radius:999px;
  background:#f8fafc;
  color:#475569;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}
.np7-content-filter-row a:hover,
.np7-content-filter-row a.active{border-color:#93c5fd;background:#ecfeff;color:#0369a1;box-shadow:0 10px 22px rgba(14,165,233,.10)}
.np7-content-filter-row a small{padding:2px 7px;border-radius:999px;background:rgba(255,255,255,.78);color:#64748b;font-size:11px}
.np7-content-sort-row{margin-top:12px;padding-top:12px;border-top:1px dashed #e2e8f0}
.np7-content-sort-row span{background:transparent;border-color:transparent;color:#94a3b8}
.np7-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:16px;align-items:start}
.np7-content-main{min-width:0}
.np7-content-list-panel{min-width:0}
.np7-content-grid.ym-content-grid{display:grid;gap:14px}
.np7-content-grid.ym-content-grid:not([class*="content-category-cols-"]){grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
.np7-content-grid .ym-content-card{height:100%;border-color:#e2e8f0;border-radius:24px;background:rgba(255,255,255,.92);box-shadow:0 16px 38px rgba(15,23,42,.06)}
.np7-content-grid .ym-content-card:hover{transform:translateY(-3px);box-shadow:0 22px 46px rgba(8,145,178,.12)}
.np7-content-grid .ym-content-thumb{border-radius:18px;background:linear-gradient(180deg,#fff,#ecfeff)}
.np7-content-grid .ym-content-more{background:var(--np7-grad);color:#fff;border-radius:999px;padding:6px 10px;text-decoration:none}
.np7-content-side-list a{display:flex;align-items:center;gap:8px;white-space:normal}
.np7-side-list a.active,.np7-side-tags a.active{color:#0369a1;background:#ecfeff}
.np7-side-list a strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0f172a}
.np7-side-list a small{display:block;margin-top:4px;color:#94a3b8;font-size:11px}
.np7-content-detail-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.np7-content-detail-hero{align-items:center}
.np7-detail-cover-logo{width:128px;height:92px;border-radius:24px}
.np7-content-rich-panel{margin-top:16px;margin-bottom:16px}
.np7-related-content{margin-top:16px}
.np7-content-detail-tags{margin-top:0}
.np7-content-detail-side .np7-side-tags a small{color:inherit;opacity:.7}
.np7-richtext img{max-width:100%;height:auto;border-radius:18px}
.np7-richtext table{max-width:100%;border-collapse:collapse}
.np7-richtext th,.np7-richtext td{border:1px solid #e2e8f0;padding:9px 10px}
.np7-richtext blockquote{margin:18px 0;padding:14px 18px;border-left:4px solid #38bdf8;border-radius:14px;background:#f0f9ff;color:#475569}
@media (max-width:1100px){.np7-content-layout{grid-template-columns:1fr}.np7-content-side{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.np7-content-detail-layout{grid-template-columns:1fr}}
@media (max-width:780px){.np7-content-filter-title{display:block}.np7-content-layout,.np7-content-side{display:block}.np7-content-side .np7-side-panel{margin-top:14px}.np7-content-grid.ym-content-grid{grid-template-columns:1fr!important}.np7-detail-cover-logo{width:100%;height:180px}.np7-detail-meta{gap:6px}}


/* Style7 content list column and card polish v6 */
.np7-content-grid.content-category-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}
.np7-content-grid.content-category-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.np7-content-grid.content-category-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.np7-content-grid.content-category-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.np7-content-grid.ym-content-grid-article:not([class*="content-category-cols-"]){grid-template-columns:repeat(auto-fit,minmax(min(100%,500px),1fr))!important}
.np7-content-grid .ym-content-card .ym-content-body{flex:1 1 auto;min-width:0;overflow:hidden}
.np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-meta,
.np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags,
.np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;max-width:100%;overflow:hidden;white-space:nowrap}
.np7-content-grid .ym-content-card-app.ym-content-card-style-default h3,
.np7-content-grid .ym-content-card-app.ym-content-card-style-default h3 a,
.np7-content-grid .ym-content-card-app.ym-content-card-style-default p{display:block!important;max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important}
.np7-content-grid .ym-content-card-article.ym-content-card-style-default{display:flex!important;flex-direction:row!important;align-items:center!important;gap:14px;padding:10px 12px;border-radius:18px}
.np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-thumb{width:168px!important;height:96px!important;min-width:168px!important;min-height:96px!important;max-height:96px!important;border-radius:14px;aspect-ratio:7/4}
.np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:5px;overflow:hidden}
.np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-meta,
.np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-mini-tags,
.np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;max-width:100%;overflow:hidden;white-space:nowrap}
.np7-content-grid .ym-content-card-article.ym-content-card-style-default h3{margin:0;font-size:16px;line-height:1.35;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.np7-content-grid .ym-content-card-article.ym-content-card-style-default p{display:block!important;max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;line-height:1.45}
.np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-mini-tags a,
.np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags a{flex:0 1 auto;min-width:0;max-width:104px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-mini-tags em,
.np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot .ym-content-more,
.np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot .ym-content-more{flex:0 0 auto;margin-left:auto}
@media(max-width:1100px){.np7-content-grid.ym-content-grid-article.content-category-cols-2,.np7-content-grid.ym-content-grid-article.content-category-cols-3,.np7-content-grid.ym-content-grid-article.content-category-cols-4{grid-template-columns:1fr!important}}
@media(max-width:780px){.np7-content-grid.content-category-cols-1,.np7-content-grid.content-category-cols-2,.np7-content-grid.content-category-cols-3,.np7-content-grid.content-category-cols-4{grid-template-columns:1fr!important}.np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-thumb{width:118px!important;height:76px!important;min-width:118px!important;min-height:76px!important;max-height:76px!important}}

/* Style7 content card polish round3: remove meta, reuse site tag/button, mobile thumb centering */
.np7-content-grid .ym-content-card .ym-content-meta{display:none!important}
.np7-content-grid .ym-content-card .ym-content-more.visit-btn{display:inline-flex;align-items:center;justify-content:center;line-height:1;text-decoration:none;white-space:nowrap;flex:0 0 auto;margin-left:auto}
.np7-content-grid .ym-content-card .ym-content-mini-tags{display:flex;align-items:center;gap:5px;flex-wrap:nowrap;max-width:100%;overflow:hidden;white-space:nowrap}
.np7-content-grid .ym-content-card .ym-content-mini-tags a{display:inline-flex;align-items:center;min-width:0;max-width:108px;flex:0 1 auto;text-decoration:none;overflow:hidden;color:inherit}
.np7-content-grid .ym-content-card .ym-content-mini-tags .site-tag{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}
.np7-content-grid .ym-content-card-article.ym-content-card-style-default h3,
.np7-content-grid .ym-content-card-article.ym-content-card-style-default h3 a{display:block!important;max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important}
.np7-content-grid .ym-content-card-article.ym-content-card-style-default p{display:-webkit-box!important;max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;line-height:1.55!important}
.np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot,
.np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;max-width:100%;overflow:hidden;white-space:nowrap}
@media(max-width:780px){.np7-content-grid .ym-content-card-article.ym-content-card-style-default{align-items:center!important}.np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-thumb{align-self:center!important}}


/* Style7 round4: content block panel, prev/next, search selector, related spacing */
body.site-style-navprostyle7 .np7-content-block-panel{margin-top:18px;padding:18px;border-radius:26px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 45px rgba(15,23,42,.08)}
body.site-style-navprostyle7 .np7-content-block-panel .np7-panel-head{margin-bottom:14px;padding:0;border:0;background:transparent;box-shadow:none}
body.site-style-navprostyle7 .np7-content-block-panel .ym-content-grid{margin-top:0}
body.site-style-navprostyle7 .np7-related-content .np7-panel-head{margin-bottom:16px}
body.site-style-navprostyle7 .ym-prev-next{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:20px 0}
body.site-style-navprostyle7 .ym-prev-next-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:15px 16px;box-shadow:0 14px 34px rgba(15,23,42,.07);color:#0f172a;text-decoration:none}
body.site-style-navprostyle7 .ym-prev-next-arrow{background:#eff6ff;border-color:#dbeafe;color:#2563eb}
body.site-style-navprostyle7 .ym-prev-next-card strong{font-weight:1000;color:#0f172a}
body.site-style-navprostyle7 .ym-article-note{margin:0 0 18px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;border-radius:18px}
body.site-style-navprostyle7 .ym-article-note strong{color:#0f172a}
body.site-style-navprostyle7 .np7-search.np7-search-with-type>span:not(.search-type-wrap){display:grid;place-items:center;width:42px;flex:0 0 42px;color:#94a3b8;font-size:22px}
body.site-style-navprostyle7 .np7-search.np7-search-with-type .search-type-wrap{display:flex!important;align-items:center!important;width:auto!important;min-width:96px!important;flex:0 0 auto!important;color:inherit!important;font-size:initial!important}
body.site-style-navprostyle7 .np7-search.np7-search-with-type .search-type-select{width:96px;min-width:96px;height:44px;border:1px solid #e2e8f0;border-radius:13px;background:#f8fafc;color:#0f172a;font-size:13px;font-weight:900;padding:0 25px 0 12px;appearance:none;-webkit-appearance:none;outline:0;box-sizing:border-box}
body.site-style-navprostyle7 .np7-search.np7-search-with-type input{padding-left:6px!important;min-width:0!important}
@media(max-width:700px){body.site-style-navprostyle7 .np7-content-block-panel{padding:14px;border-radius:22px;margin-top:14px}body.site-style-navprostyle7 .np7-content-block-panel .np7-panel-head{align-items:flex-start}body.site-style-navprostyle7 .ym-prev-next{grid-template-columns:1fr;gap:10px}body.site-style-navprostyle7 .ym-next-card{align-items:flex-start;text-align:left}body.site-style-navprostyle7 .np7-search.np7-search-with-type{display:flex!important;flex-wrap:wrap!important}body.site-style-navprostyle7 .np7-search.np7-search-with-type>span:not(.search-type-wrap){display:none!important}body.site-style-navprostyle7 .np7-search.np7-search-with-type .search-type-wrap{display:flex!important;flex:0 0 100px!important;order:1}body.site-style-navprostyle7 .np7-search.np7-search-with-type input{display:block!important;flex:1 1 calc(100% - 112px)!important;min-width:130px!important;order:2;height:44px!important;padding:0 10px!important}body.site-style-navprostyle7 .np7-search.np7-search-with-type button{order:3;width:100%!important}}

/* Style7 round5: force white visit button text and avoid cramped article grids */
body.site-style-navprostyle7 .np7-content-grid .ym-content-card .ym-content-more.visit-btn,
body.site-style-navprostyle7 .np7-content-grid .ym-content-card .ym-content-more.visit-btn:visited,
body.site-style-navprostyle7 .np7-content-grid .ym-content-card .ym-content-more.visit-btn:hover,
body.site-style-navprostyle7 .ym-content-card .ym-content-more.visit-btn{
    color:#fff!important;
}
body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
    box-sizing:border-box;
}
body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article.content-category-cols-3,
body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article.content-category-cols-4{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
@media(max-width:1100px){
    body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article.content-category-cols-2,
    body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article.content-category-cols-3,
    body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article.content-category-cols-4{
        grid-template-columns:1fr!important;
    }
}
@media(max-width:780px){
    body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article{
        grid-template-columns:1fr!important;
        width:100%!important;
        max-width:100%!important;
        min-width:0!important;
        overflow:hidden!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default{
        display:flex!important;
        flex-direction:row!important;
        align-items:center!important;
        gap:9px!important;
        width:100%!important;
        max-width:100%!important;
        min-width:0!important;
        padding:10px!important;
        overflow:hidden!important;
        box-sizing:border-box!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-thumb{
        width:96px!important;
        height:64px!important;
        min-width:96px!important;
        min-height:64px!important;
        max-width:96px!important;
        max-height:64px!important;
        flex:0 0 96px!important;
        align-self:center!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-body{
        flex:1 1 auto!important;
        min-width:0!important;
        max-width:calc(100% - 105px)!important;
        overflow:hidden!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default h3,
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default h3 a{
        max-width:100%!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-mini-tags a:nth-child(n+3),
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2){
        display:none!important;
    }
}
@media(max-width:380px){
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-thumb{
        width:84px!important;
        height:58px!important;
        min-width:84px!important;
        min-height:58px!important;
        max-width:84px!important;
        max-height:58px!important;
        flex-basis:84px!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-body{
        max-width:calc(100% - 93px)!important;
    }
}

/* Style7 round6: content card text, prev/next, article grid and content tabs */
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default h3,
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default h3 a{
  display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#0f172a!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default p{
  display:-webkit-box!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;line-height:1.55!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default h3 a:hover,
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default h3 a:hover,
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default h3,
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default h3 a{color:#0f172a!important;text-decoration:none!important}
body.site-style-navprostyle7 .np7-content-grid .ym-content-mini-tags .site-tag::before{content:none!important}

body.site-style-navprostyle7 .ym-prev-next{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:22px 0 18px!important}
body.site-style-navprostyle7 .ym-prev-next-card{display:flex!important;flex-direction:column!important;gap:7px!important;min-width:0!important;padding:12px 14px!important;border-radius:16px!important;background:#fff!important;border:1px solid #e2e8f0!important;color:#0f172a!important;text-decoration:none!important;box-shadow:0 10px 26px rgba(15,23,42,.06)!important}
body.site-style-navprostyle7 .ym-prev-next-top{display:inline-flex!important;align-items:center!important;gap:6px!important;color:#64748b!important;font-size:12px!important;font-weight:900!important;line-height:1!important}
body.site-style-navprostyle7 .ym-prev-next-top em{font-style:normal!important;white-space:nowrap!important}
body.site-style-navprostyle7 .ym-prev-next-arrow{display:inline-grid!important;place-items:center!important;width:24px!important;height:24px!important;border-radius:999px!important;background:#eff6ff!important;border:1px solid #dbeafe!important;color:#2563eb!important;font-size:18px!important;line-height:1!important;font-weight:1000!important}
body.site-style-navprostyle7 .ym-prev-next-card strong{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#0f172a!important;font-size:14px!important;line-height:1.45!important}
body.site-style-navprostyle7 .ym-next-card{align-items:flex-end!important;text-align:right!important}
@media(max-width:700px){body.site-style-navprostyle7 .ym-prev-next{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}body.site-style-navprostyle7 .ym-prev-next-card{padding:10px!important;border-radius:14px!important}body.site-style-navprostyle7 .ym-prev-next-card strong{font-size:12px!important}body.site-style-navprostyle7 .ym-prev-next-top{font-size:11px!important}body.site-style-navprostyle7 .ym-prev-next-arrow{width:22px!important;height:22px!important;font-size:16px!important}}

body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article.content-category-cols-3,
body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article.content-category-cols-4,
body.site-style-navprostyle7 .ym-content-grid.ym-content-grid-article.content-category-cols-3,
body.site-style-navprostyle7 .ym-content-grid.ym-content-grid-article.content-category-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}
@media(max-width:1180px){body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article,body.site-style-navprostyle7 .ym-content-grid.ym-content-grid-article{grid-template-columns:1fr!important}}
@media(max-width:640px){
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default{gap:7px!important;padding:9px!important;max-width:100%!important;width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow:hidden!important}
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-thumb{width:78px!important;height:54px!important;min-width:78px!important;min-height:54px!important;max-width:78px!important;max-height:54px!important;flex:0 0 78px!important;align-self:center!important}
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-body{flex:1 1 auto!important;min-width:0!important;max-width:calc(100% - 85px)!important;overflow:hidden!important}
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default p{-webkit-line-clamp:1!important;line-height:1.45!important}
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(1){display:none!important}
}
@media(max-width:380px){body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-thumb{width:68px!important;height:48px!important;min-width:68px!important;min-height:48px!important;max-width:68px!important;max-height:48px!important;flex-basis:68px!important}body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-body{max-width:calc(100% - 75px)!important}}

body.site-style-navprostyle7 .np7-content-subcat-tabs{margin:-4px 0 14px!important}body.site-style-navprostyle7 .np7-content-subcat-tabs .section-subcat-tab{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;min-height:34px;padding:0 12px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;color:#475569;text-decoration:none;font-size:12px;font-weight:900;white-space:nowrap}body.site-style-navprostyle7 .np7-content-subcat-tabs .section-subcat-tab:hover,body.site-style-navprostyle7 .np7-content-subcat-tabs .section-subcat-tab.active{border-color:#bae6fd;background:#ecfeff;color:#0369a1}body.site-style-navprostyle7 .np7-content-subcat-tabs small{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#e2e8f0;color:#475569;font-style:normal;font-size:11px}body.site-style-navprostyle7 .np7-content-subcat-tabs .section-subcat-scroll{display:flex;gap:8px;overflow-x:auto;padding:0 0 14px;border-bottom:1px solid #edf2f7;scrollbar-width:thin}

/* Style7 round7: content subcat scroll, breadcrumb, hero excerpt and compact cards */
body.site-style-navprostyle7 .np7-top-dropdown-menu{display:none!important}
body.site-style-navprostyle7 .np7-top-dropdown>a{padding:9px 13px!important}
body.site-style-navprostyle7 .np7-content-detail-breadcrumb.np7-breadcrumb.np7-detail-breadcrumb{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-bottom:14px!important;
  padding:12px 16px!important;
  border:1px solid #e2e8f0!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.86)!important;
  color:#64748b!important;
  box-shadow:0 10px 26px rgba(15,23,42,.04)!important;
  font-size:13px!important;
  font-weight:800!important;
}
body.site-style-navprostyle7 .np7-content-detail-breadcrumb a{color:inherit!important;text-decoration:none!important}
body.site-style-navprostyle7 .np7-content-detail-hero{grid-template-columns:128px minmax(0,1fr) minmax(130px,auto)!important;align-items:center!important}
body.site-style-navprostyle7 .np7-content-detail-hero .np7-detail-title{min-width:0!important;max-width:100%!important;overflow:hidden!important}
body.site-style-navprostyle7 .np7-content-detail-hero .np7-detail-title>p:not(.np7-badge){
  display:-webkit-box!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  line-height:1.65!important;
}
body.site-style-navprostyle7 .np7-content-detail-hero .np7-detail-cover-logo{width:128px!important;height:92px!important;align-self:center!important;justify-self:start!important;flex:0 0 auto!important}
body.site-style-navprostyle7 .np7-content-subcat-tabs{margin:0!important;overflow:visible!important}
body.site-style-navprostyle7 .np7-content-subcat-tabs .np7-section-subcat-scroll{
  display:flex!important;
  gap:8px!important;
  overflow-x:auto!important;
  padding:0 0 14px!important;
  margin:-4px 0 14px!important;
  border-bottom:1px solid #edf2f7!important;
  scrollbar-width:thin!important;
}
body.site-style-navprostyle7 .np7-content-subcat-tabs .np7-section-subcat-scroll a.section-subcat-tab{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  flex:0 0 auto!important;
  min-height:34px!important;
  padding:0 12px!important;
  border:1px solid #e2e8f0!important;
  border-radius:999px!important;
  background:#f8fafc!important;
  color:#475569!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:900!important;
  transition:.2s ease!important;
  white-space:nowrap!important;
}
body.site-style-navprostyle7 .np7-content-subcat-tabs .np7-section-subcat-scroll a.section-subcat-tab:hover,
body.site-style-navprostyle7 .np7-content-subcat-tabs .np7-section-subcat-scroll a.section-subcat-tab.active{border-color:#bae6fd!important;background:#ecfeff!important;color:#0369a1!important}
body.site-style-navprostyle7 .np7-content-subcat-tabs .np7-section-subcat-scroll a.section-subcat-tab small{
  display:inline-grid!important;
  place-items:center!important;
  min-width:20px!important;
  height:20px!important;
  padding:0 6px!important;
  border-radius:999px!important;
  background:#eff6ff!important;
  color:#2563eb!important;
  font-style:normal!important;
  font-size:11px!important;
}
body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:100%!important;overflow:hidden!important}
body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article.content-category-cols-3,
body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article.content-category-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default{min-height:268px!important;padding-bottom:18px!important;overflow:hidden!important}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-body{overflow:visible!important;min-height:0!important}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot{min-height:30px!important;overflow:visible!important;flex:0 0 auto!important;padding-bottom:1px!important}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card .ym-content-more.visit-btn{min-height:26px!important;padding:6px 11px!important;line-height:1!important;box-sizing:border-box!important;overflow:visible!important;color:#fff!important}
body.site-style-navprostyle7 .ym-prev-next-top em{display:none!important}
@media(max-width:1100px){body.site-style-navprostyle7 .np7-content-grid.ym-content-grid-article{grid-template-columns:1fr!important}}
@media(max-width:780px){
  body.site-style-navprostyle7 .np7-content-detail-hero{grid-template-columns:1fr!important}
  body.site-style-navprostyle7 .np7-content-detail-hero .np7-detail-cover-logo{width:100%!important;height:180px!important;justify-self:stretch!important}
}
@media(max-width:700px){
  body.site-style-navprostyle7 .ym-prev-next{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.site-style-navprostyle7 .ym-next-card{align-items:flex-end!important;text-align:right!important}
}
@media(max-width:640px){
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card:hover{transform:none!important}
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default{gap:7px!important;padding:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;box-sizing:border-box!important}
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-thumb{width:72px!important;height:52px!important;min-width:72px!important;min-height:52px!important;max-width:72px!important;max-height:52px!important;flex:0 0 72px!important;align-self:center!important}
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-body{flex:1 1 auto!important;min-width:0!important;max-width:calc(100% - 79px)!important;overflow:hidden!important}
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.42!important;max-height:calc(1.42em * 2)!important;min-height:0!important}
}
@media(max-width:380px){
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-thumb{width:64px!important;height:48px!important;min-width:64px!important;min-height:48px!important;max-width:64px!important;max-height:48px!important;flex-basis:64px!important}
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-body{max-width:calc(100% - 71px)!important}
}

/* Style7 round8: center content subcategory tabs and keep count pills in one line */
body.site-style-navprostyle7 .np7-content-subcat-tabs{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-height:52px!important;
  margin:2px 0 14px!important;
  padding:4px 0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
body.site-style-navprostyle7 .np7-content-subcat-tabs .np7-section-subcat-scroll,
body.site-style-navprostyle7 .np7-content-subcat-tabs .section-subcat-scroll{
  display:flex!important;
  align-items:center!important;
  align-content:center!important;
  gap:8px!important;
  width:100%!important;
  min-height:42px!important;
  padding:5px 2px 8px!important;
  margin:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  border-bottom:1px solid #edf2f7!important;
  box-sizing:border-box!important;
  scrollbar-width:thin!important;
}
body.site-style-navprostyle7 .np7-content-subcat-tabs .np7-section-subcat-scroll a.section-subcat-tab,
body.site-style-navprostyle7 .np7-content-subcat-tabs .section-subcat-scroll a.section-subcat-tab{
  align-self:center!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:34px!important;
  min-height:34px!important;
  line-height:1!important;
}
body.site-style-navprostyle7 .np7-count-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:max-content!important;
  height:auto!important;
  min-height:30px!important;
  padding:7px 12px!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  line-height:1!important;
  flex:0 0 auto!important;
  box-sizing:border-box!important;
}
@media(max-width:640px){
  body.site-style-navprostyle7 .np7-count-pill{
    min-height:28px!important;
    padding:6px 10px!important;
    font-size:12px!important;
  }
}

/* Style7 round8: mobile app cards cannot overlap text */
@media(max-width:640px){
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default{
    display:grid!important;
    grid-template-columns:58px minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
    min-height:0!important;
    width:100%!important;
    max-width:100%!important;
    padding:12px!important;
    overflow:hidden!important;
    text-align:left!important;
    box-sizing:border-box!important;
  }
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-thumb{
    grid-column:1!important;
    grid-row:1!important;
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    min-height:58px!important;
    max-width:58px!important;
    max-height:58px!important;
    flex:0 0 58px!important;
    margin:0!important;
    align-self:center!important;
    justify-self:center!important;
    position:relative!important;
    z-index:1!important;
  }
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-body{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    padding:0!important;
    text-align:left!important;
    box-sizing:border-box!important;
    position:relative!important;
    z-index:2!important;
  }
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default p{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    white-space:normal!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    max-height:calc(1.45em * 2)!important;
    min-height:0!important;
    line-height:1.45!important;
  }
}

/* Style7 round9: app card tags match np7 card tags and keep footer button inside */
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags a{
    display:inline-flex!important;
    align-items:center!important;
    max-width:86px!important;
    min-width:0!important;
    overflow:hidden!important;
    text-decoration:none!important;
    flex:0 1 auto!important;
    color:inherit!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags .site-tag{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    max-width:100%!important;
    min-height:0!important;
    padding:4px 8px!important;
    border:1px solid #dbeafe!important;
    border-radius:999px!important;
    background:#eff6ff!important;
    color:#2563eb!important;
    text-decoration:none!important;
    font-size:11px!important;
    font-weight:850!important;
    line-height:1.25!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    box-shadow:none!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card.ym-content-card-style-default .ym-content-card-foot{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    box-sizing:border-box!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card.ym-content-card-style-default .ym-content-card-foot span{
    display:inline-flex!important;
    align-items:center!important;
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    flex:1 1 0!important;
    max-width:none!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card.ym-content-card-style-default .ym-content-card-foot span:nth-child(2){
    flex:0 1 68px!important;
    justify-content:flex-start!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn{
    flex:0 0 auto!important;
    margin-left:auto!important;
    white-space:nowrap!important;
    max-width:none!important;
    color:#fff!important;
    position:relative!important;
    z-index:2!important;
}
@media(max-width:640px){
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card.ym-content-card-style-default .ym-content-card-foot span:nth-child(2){
        flex:0 1 54px!important;
    }
}

/* Style7 round10: article card tags match np7-tags and desktop app footer keeps full date */
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-mini-tags{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-mini-tags a{
    display:inline-flex!important;
    align-items:center!important;
    max-width:86px!important;
    min-width:0!important;
    overflow:hidden!important;
    text-decoration:none!important;
    flex:0 1 auto!important;
    color:inherit!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-mini-tags .site-tag{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    max-width:100%!important;
    min-height:0!important;
    padding:4px 8px!important;
    border:1px solid #dbeafe!important;
    border-radius:999px!important;
    background:#eff6ff!important;
    color:#2563eb!important;
    text-decoration:none!important;
    font-size:11px!important;
    font-weight:850!important;
    line-height:1.25!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    box-shadow:none!important;
}
@media(min-width:641px){
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot{
        justify-content:flex-start!important;
        overflow:hidden!important;
        gap:6px!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot span:first-child{
        flex:0 0 76px!important;
        width:76px!important;
        max-width:76px!important;
        min-width:76px!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
        white-space:nowrap!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot span:nth-child(2){
        flex:1 1 0!important;
        max-width:64px!important;
        min-width:0!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
        white-space:nowrap!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn{
        flex:0 0 auto!important;
        margin-left:auto!important;
    }
}

/* Style7 round11: app cards use top-logo layout, full footer/meta text, article tags left */
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    grid-template-columns:none!important;
    gap:0!important;
    min-height:270px!important;
    height:100%!important;
    padding:18px 18px 14px!important;
    text-align:center!important;
    overflow:hidden!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-thumb{
    position:relative!important;
    z-index:1!important;
    width:64px!important;
    height:64px!important;
    min-width:64px!important;
    min-height:64px!important;
    max-width:64px!important;
    max-height:64px!important;
    flex:0 0 64px!important;
    align-self:center!important;
    justify-self:center!important;
    margin:0 auto 12px!important;
    border-radius:18px!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-body{
    display:flex!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    padding:0!important;
    text-align:center!important;
    box-sizing:border-box!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default h3,
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default h3 a{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    text-align:center!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default p{
    width:100%!important;
    text-align:center!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    white-space:normal!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    line-height:1.55!important;
    min-height:calc(1.55em * 2)!important;
    max-height:calc(1.55em * 2)!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    width:100%!important;
    max-width:100%!important;
    min-height:24px!important;
    margin-top:10px!important;
    overflow:hidden!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags a{
    max-width:160px!important;
    flex:0 1 auto!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    min-height:26px!important;
    margin-top:auto!important;
    padding-top:10px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    font-weight:400!important;
    box-sizing:border-box!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot span{
    display:inline-flex!important;
    align-items:center!important;
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-weight:400!important;
    line-height:1.2!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot span:first-child{
    flex:0 0 auto!important;
    max-width:84px!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot span:nth-child(2){
    flex:1 1 auto!important;
    max-width:none!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn{
    flex:0 0 auto!important;
    margin-left:0!important;
    font-weight:400!important;
    color:#fff!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-mini-tags{
    justify-content:flex-start!important;
    text-align:left!important;
}
@media(max-width:640px){
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default{
    min-height:258px!important;
    padding:16px 14px 13px!important;
    text-align:center!important;
  }
  body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default .ym-content-thumb{
    width:60px!important;
    height:60px!important;
    min-width:60px!important;
    min-height:60px!important;
    max-width:60px!important;
    max-height:60px!important;
    flex-basis:60px!important;
    margin:0 auto 11px!important;
  }
}

/* Style7 round12: light article cards and complete mobile article footer */
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default,
body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default,
body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default,
body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default{
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
    border:1px solid #e2e8f0!important;
    box-shadow:0 14px 34px rgba(15,23,42,.055)!important;
    color:#0f172a!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default:hover,
body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default:hover,
body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default:hover,
body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default:hover{
    background:#ffffff!important;
    border-color:#bfdbfe!important;
    box-shadow:0 18px 42px rgba(37,99,235,.10)!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default h3,
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default h3 a,
body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default h3,
body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default h3 a,
body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default h3,
body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default h3 a,
body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default h3,
body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default h3 a{
    color:#0f172a!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default p,
body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default p,
body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default p,
body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default p{
    color:#64748b!important;
}
@media(max-width:780px){
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot,
    body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot,
    body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot,
    body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot{
        display:flex!important;
        align-items:center!important;
        justify-content:flex-start!important;
        gap:5px!important;
        width:100%!important;
        max-width:100%!important;
        min-width:0!important;
        overflow:hidden!important;
        white-space:nowrap!important;
        font-size:11px!important;
        line-height:1.2!important;
        padding-top:6px!important;
        margin-top:auto!important;
        color:#64748b!important;
        box-sizing:border-box!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span,
    body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span,
    body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span,
    body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span{
        display:inline-flex!important;
        align-items:center!important;
        min-width:0!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
        white-space:nowrap!important;
        font-weight:400!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:first-child,
    body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:first-child,
    body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:first-child,
    body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:first-child{
        flex:0 0 auto!important;
        max-width:78px!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2),
    body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2),
    body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2),
    body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2){
        display:inline-flex!important;
        flex:1 1 auto!important;
        max-width:none!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn,
    body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn,
    body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn,
    body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        flex:0 0 auto!important;
        margin-left:auto!important;
        min-width:38px!important;
        min-height:24px!important;
        padding:5px 9px!important;
        color:#fff!important;
        font-size:11px!important;
        font-weight:400!important;
        line-height:1!important;
        white-space:nowrap!important;
    }
}

/* Style7 round13: article footer visibility and normal weight content detail text */
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot,
body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot,
body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot,
body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    color:#64748b!important;
    font-weight:400!important;
    box-sizing:border-box!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span,
body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span,
body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span,
body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span{
    display:inline-flex!important;
    align-items:center!important;
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-weight:400!important;
    line-height:1.2!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:first-child,
body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:first-child,
body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:first-child,
body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:first-child{
    display:inline-flex!important;
    flex:0 0 82px!important;
    max-width:82px!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2),
body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2),
body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2),
body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2){
    display:inline-flex!important;
    flex:1 1 auto!important;
    max-width:none!important;
}
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn,
body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn,
body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn,
body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn{
    display:inline-flex!important;
    flex:0 0 auto!important;
    margin-left:auto!important;
    color:#fff!important;
    font-weight:400!important;
    white-space:nowrap!important;
}
body.site-style-navprostyle7 .np7-detail-breadcrumb,
body.site-style-navprostyle7 .np7-detail-breadcrumb *,
body.site-style-navprostyle7 .np7-detail-meta,
body.site-style-navprostyle7 .np7-detail-meta *,
body.site-style-navprostyle7 .np7-detail-tags,
body.site-style-navprostyle7 .np7-detail-tags *,
body.site-style-navprostyle7 .np7-side-tags,
body.site-style-navprostyle7 .np7-side-tags *{
    font-weight:400!important;
}
body.site-style-navprostyle7 .np7-content-detail-tags a::before,
body.site-style-navprostyle7 .np7-side-tags a::before{content:none!important}
@media(max-width:780px){
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot,
    body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot,
    body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot,
    body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot{
        display:flex!important;
        gap:5px!important;
        font-size:11px!important;
        min-height:23px!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:first-child,
    body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:first-child,
    body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:first-child,
    body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:first-child{
        display:inline-flex!important;
        flex:0 0 72px!important;
        max-width:72px!important;
    }
    body.site-style-navprostyle7 .np7-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2),
    body.site-style-navprostyle7 .ym-content-hub .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2),
    body.site-style-navprostyle7 .ym-related-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2),
    body.site-style-navprostyle7 .ym-search-content-grid .ym-content-card-article.ym-content-card-style-default .ym-content-card-foot span:nth-child(2){
        display:inline-flex!important;
        flex:1 1 auto!important;
        max-width:none!important;
    }
}

/* YmNav round14: Style7 app content cards use clean white / light skin everywhere */
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default,
body.site-style-navprostyle7.ym-content-template .ym-content-card-app.ym-content-card-style-default,
body.site-style-NavProStyle7.ym-content-template .ym-content-card-app.ym-content-card-style-default,
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default,
body.site-style-NavProStyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default,
body.site-style-navprostyle7 .ym-related-grid .ym-content-card-app.ym-content-card-style-default,
body.site-style-NavProStyle7 .ym-related-grid .ym-content-card-app.ym-content-card-style-default{
  background:#fff!important;
  border:1px solid var(--np7-border,#e2e8f0)!important;
  color:var(--np7-text,#0f172a)!important;
  border-radius:24px!important;
  box-shadow:0 16px 38px rgba(15,23,42,.06)!important;
  overflow:hidden!important;
}
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default:hover,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default:hover,
body.site-style-navprostyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default:hover,
body.site-style-NavProStyle7 .np7-content-grid .ym-content-card-app.ym-content-card-style-default:hover,
body.site-style-navprostyle7 .ym-related-grid .ym-content-card-app.ym-content-card-style-default:hover,
body.site-style-NavProStyle7 .ym-related-grid .ym-content-card-app.ym-content-card-style-default:hover{
  background:#fff!important;
  border-color:#bfdbfe!important;
  box-shadow:0 22px 46px rgba(8,145,178,.12)!important;
}
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default::before,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default::before{
  background:var(--np7-grad,linear-gradient(135deg,#14b8a6,#06b6d4,#2563eb))!important;
}
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-thumb,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-thumb{
  background:linear-gradient(180deg,#ffffff,#ecfeff)!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 12px 28px rgba(8,145,178,.12)!important;
}
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default h3,
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default h3 a,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default h3,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default h3 a{
  color:#0f172a!important;
  font-weight:800!important;
}
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default p,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default p{
  color:#64748b!important;
}
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags{
  justify-content:center!important;
}
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags a,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags a{
  max-width:150px!important;
  text-decoration:none!important;
}
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags .site-tag,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-mini-tags .site-tag{
  display:inline-flex!important;
  align-items:center!important;
  max-width:100%!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  border:1px solid #e2e8f0!important;
  background:#f8fafc!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  box-shadow:none!important;
}
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot{
  border-top:1px solid #e2e8f0!important;
  color:#94a3b8!important;
  font-weight:400!important;
}
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot span,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot span,
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn{
  font-weight:400!important;
}
body.site-style-navprostyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn,
body.site-style-NavProStyle7 .ym-content-card-app.ym-content-card-style-default .ym-content-card-foot .ym-content-more.visit-btn{
  background:var(--np7-grad,linear-gradient(135deg,#14b8a6,#06b6d4,#2563eb))!important;
  color:#fff!important;
}
