@charset "utf-8";

@font-face {
  font-family: "dzicon";
  src: url("../../image/common/dzicon.eot");
  src: url("../../image/common/dzicon.eot?#iefix") format("embedded-opentype"),
       url("../../image/common/dzicon.woff2") format("woff2"),
       url("../../image/common/dzicon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* 云创论坛首页 - 响应式布局 */
.yc-home {
  --bg: #f5f7fb;
  --card: #ffffff;
  --text: #1f2328;
  --muted: #6b7280;
  --line: #e6eaf2;
  --brand: #2f6ff6;
  background: transparent;
  padding: 24px 0 48px;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.yc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.yc-hero {
  background: #eaf2ff url("img/7135880941d04a1f91011de89f124b82_mergeImage.png") center / cover no-repeat;
  border-radius: 16px;
  padding: 28px 24px 24px;
  box-shadow: 0 8px 24px rgba(32, 56, 120, 0.08);
}

.yc-hero-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1f2937;
  margin-bottom: 16px;
}

.yc-search {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto 24px;
}

.yc-search select,
.yc-search input {
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  color: var(--text);
}

.yc-search select {
  display: none;
}

.yc-search button {
  height: 44px;
  border-radius: 10px;
  border: none;
  background: var(--brand);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.yc-tip {
  text-align: center;
  color: #e11d48;
  font-size: 13px;
  margin-bottom: 16px;
}

.yc-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 16px;
  margin-top: 8px;
}

.yc-card {
  background: var(--card);
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 16px;
}

.yc-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.yc-compose-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.yc-compose-title {
  font-weight: 600;
}

.yc-compose-input {
  width: 97%;
  min-height: 80px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  color: var(--text);
  background: #fff;
}

.yc-compose-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

.yc-compose-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.yc-tool {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.yc-emoji-panel {
  margin-top: 8px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.yc-emoji-panel button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 6px 8px;
  cursor: pointer;
}

.yc-compose-actions a {
  color: var(--brand);
}

.yc-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f5ff;
  color: #2f6ff6;
  font-size: 12px;
}

.yc-action-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.yc-action-icons a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text);
  font-size: 13px;
  margin-right: 100px;
  margin-left: 30px;

}

.yc-action-icons img {
  width: 18px;
  height: 18px;
}

.yc-right-stack {
  display: grid;
  gap: 16px;
}

.yc-user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.yc-user-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}

.yc-user-link img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.yc-user-arrow {
  color: var(--muted);
  font-size: 16px;
}

.yc-user-meta,
.yc-user-stats {
  color: var(--muted);
  font-size: 13px;
  display: flex;
  gap: 16px;
}

.yc-topic-list {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.yc-feed {
  margin-top: 16px;
}

/* 顶部导航/搜索区：对齐首页卡片风格（zhihu 全站） */
body[id^="nv_"] {
  --yc-bg: #f5f7fb;
  --yc-card: #ffffff;
  --yc-text: #1f2328;
  --yc-muted: #6b7280;
  --yc-line: #e6eaf2;
  --yc-brand: #2f6ff6;
}

/* ================================================================
   顶部工具栏：隐藏
   ================================================================ */
body[id^="nv_"] #toptb {
  display: none !important;
}

/* ================================================================
   #hd — Sticky 一体式头部
   ================================================================ */
body[id^="nv_"] #hd {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(32, 56, 120, .06), 0 1px 0 rgba(0,0,0,.03);
}

body[id^="nv_"] #wp,
body[id^="nv_"] #hd .wp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/* .hdc — 三栏 flex：Logo | #nv | 用户 */
body[id^="nv_"] #hd .hdc {
  display: flex;
  align-items: center;
  gap: 0;
  height: 56px;
}

/* ---- Logo ---- */
body[id^="nv_"] #hd .hdc h2 {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}

body[id^="nv_"] #hd .hdc h2 a,
body[id^="nv_"] #hd .hdc h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}

body[id^="nv_"] #hd .hdc h2 img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  padding: 2px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(47, 111, 246, .12);
}

body[id^="nv_"] #hd .hdc h2 a:after {
  content: "云创论坛";
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #2f6ff6;
  white-space: nowrap;
}

/* ---- #nv 导航（嵌入 .hdc 内部） ---- */
body[id^="nv_"] #nv {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 24px;
  box-shadow: none;
  height: 56px;
  min-height: 0;
  overflow: visible;
}

body[id^="nv_"] #nv ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}

body[id^="nv_"] #nv li {
  background: transparent;
}

body[id^="nv_"] #nv li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 8px;
  border: none;
  color: #5b6474;
  background: transparent;
  box-shadow: none;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  transition: color .2s, background .2s;
}

body[id^="nv_"] #nv li a:hover {
  color: #2f6ff6;
  background: rgba(47, 111, 246, .05);
}

body[id^="nv_"] #nv #qmenu {
  display: none;
}

body[id^="nv_"] #nv li.a a {
  color: #2f6ff6;
  background: transparent;
  font-weight: 600;
}

body[id^="nv_"] #nv li.a a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: #2f6ff6;
}

body[id^="nv_"] #nv li a:hover::after {
  content: none;
}

/* ---- 用户状态区 ---- */
body[id^="nv_"] #um.yc-usernav {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

body[id^="nv_"] .yc-usernav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px 4px 4px;
  border-radius: 24px;
  color: #2f3a4a;
  text-decoration: none !important;
  transition: background .2s;
}

body[id^="nv_"] .yc-usernav-trigger:hover {
  background: rgba(47, 111, 246, .06);
}

body[id^="nv_"] .yc-usernav-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
}

body[id^="nv_"] .yc-usernav-name {
  font-size: 13px;
  font-weight: 500;
  color: #2f3a4a;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[id^="nv_"] .yc-usernav-caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #94a3b8;
  transition: transform .2s, border-top-color .2s;
}

body[id^="nv_"] #um.yc-usernav.is-open .yc-usernav-caret {
  border-top-color: #2f6ff6;
  transform: rotate(180deg);
}

/* --- 下拉面板 --- */
body[id^="nv_"] .yc-usernav-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  width: 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 36px rgba(32, 56, 120, .14), 0 0 0 1px rgba(0,0,0,.04);
  display: none;
  z-index: 999;
  overflow: hidden;
}

body[id^="nv_"] #um.yc-usernav.is-open .yc-usernav-menu {
  display: block;
}

/* --- 顶部个人资料区 --- */
body[id^="nv_"] .yc-um-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px 14px;
  background: linear-gradient(135deg, #f0f5ff 0%, #f8faff 100%);
  border-bottom: 1px solid #eef2f9;
}

body[id^="nv_"] .yc-um-bigavatar img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(47,111,246,.15);
}

body[id^="nv_"] .yc-um-info {
  flex: 1;
  min-width: 0;
}

body[id^="nv_"] .yc-um-username {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #1f2937 !important;
  text-decoration: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}

body[id^="nv_"] .yc-um-badges {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}

body[id^="nv_"] .yc-um-badges a {
  display: inline-block;
  font-size: 11px;
  padding: 1px 8px;
  border-radius: 10px;
  background: rgba(47, 111, 246, .1);
  color: #2f6ff6 !important;
  text-decoration: none !important;
  white-space: nowrap;
  line-height: 1.6;
}

body[id^="nv_"] .yc-um-status {
  margin-left: auto;
}

/* --- 导航链接区（网格） --- */
body[id^="nv_"] .yc-um-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  padding: 6px;
}

body[id^="nv_"] .yc-um-nav > a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: #374151 !important;
  text-decoration: none !important;
  transition: background .15s;
  white-space: nowrap;
  overflow: hidden;
}

body[id^="nv_"] .yc-um-nav > a:hover {
  background: #f0f5ff;
  color: #2f6ff6 !important;
}

body[id^="nv_"] .yc-um-nav > a svg {
  flex-shrink: 0;
  color: #94a3b8;
  transition: color .15s;
}

body[id^="nv_"] .yc-um-nav > a:hover svg {
  color: #2f6ff6;
}

body[id^="nv_"] .yc-um-nav > a.new {
  color: #2f6ff6 !important;
  font-weight: 500;
}

body[id^="nv_"] .yc-um-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #ef4444;
  color: #fff !important;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-left: 4px;
}

/* --- 管理入口区 --- */
body[id^="nv_"] .yc-um-admin {
  display: flex;
  gap: 6px;
  padding: 6px 12px 8px;
  border-top: 1px solid #f1f4f9;
  flex-wrap: wrap;
}

body[id^="nv_"] .yc-um-admin a {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 6px;
  background: #fef3c7;
  color: #92400e !important;
  text-decoration: none !important;
  transition: background .15s;
}

body[id^="nv_"] .yc-um-admin a:hover {
  background: #fde68a;
}

/* --- 子菜单（收藏/提醒弹出层） --- */
body[id^="nv_"] .yc-um-submenus:empty {
  display: none;
}

body[id^="nv_"] .yc-um-submenus {
  padding: 4px 6px;
  border-top: 1px solid #f1f4f9;
}

body[id^="nv_"] .yc-um-submenus .p_pop {
  position: static !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body[id^="nv_"] .yc-um-submenus ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 0;
  margin: 0;
}

body[id^="nv_"] .yc-um-submenus li {
  list-style: none;
}

body[id^="nv_"] .yc-um-submenus a {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  color: #374151 !important;
  text-decoration: none !important;
}

body[id^="nv_"] .yc-um-submenus a:hover {
  background: #f0f5ff;
  color: #2f6ff6 !important;
}

body[id^="nv_"] .yc-um-submenus a em[class^="prompt_"],
body[id^="nv_"] .yc-um-submenus a em[class*=" prompt_"],
body[id^="nv_"] .yc-um-submenus a em[class^="notice_"],
body[id^="nv_"] .yc-um-submenus a em[class*=" notice_"],
body[id^="nv_"] .yc-um-submenus a .ignore_notice {
  flex: 0 0 auto;
  margin: 0 6px 0 0;
}

/* --- 退出登录 --- */
body[id^="nv_"] .yc-um-logout {
  border-top: 1px solid #f1f4f9;
  padding: 4px 6px 6px;
}

body[id^="nv_"] .yc-um-logout a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: #6b7280 !important;
  text-decoration: none !important;
  transition: background .15s, color .15s;
}

body[id^="nv_"] .yc-um-logout a:hover {
  background: #fef2f2;
  color: #dc2626 !important;
}

body[id^="nv_"] .yc-um-logout a svg {
  color: #9ca3af;
  transition: color .15s;
}

body[id^="nv_"] .yc-um-logout a:hover svg {
  color: #dc2626;
}

/* 隐藏旧版头像/段落 */
body[id^="nv_"] #um.yc-usernav .avt,
body[id^="nv_"] #um.yc-usernav > p {
  display: none;
}

/* 头部游客操作区：SSO 一键登录 + 传统登录/注册 */
body[id^="nv_"] .yc-guest-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-left: auto;
}

body[id^="nv_"] .yc-sso-quick-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 6px 18px;
  background: #2f6ff6;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  text-decoration: none !important;
  transition: background .2s;
  white-space: nowrap;
  line-height: 1.5;
}

body[id^="nv_"] .yc-sso-quick-btn:hover {
  background: #1a5cd8;
  color: #fff !important;
}

body[id^="nv_"] .yc-sso-quick-btn svg {
  flex-shrink: 0;
  stroke: currentColor;
}

body[id^="nv_"] .yc-login-link,
body[id^="nv_"] .yc-reg-link {
  font-size: 13px;
  color: #6b7280 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

body[id^="nv_"] .yc-login-link:hover,
body[id^="nv_"] .yc-reg-link:hover {
  color: #2f6ff6 !important;
}

body[id^="nv_"] .yc-reg-link {
  color: #2f6ff6 !important;
  font-weight: 500;
}

/* ================================================================
   排行榜页面 (misc.php?mod=ranklist)
   ================================================================ */

/* --- 总布局：左侧导航 + 右侧内容 --- */
body.pg_ranklist .ct2_a {
  display: flex !important;
  gap: 20px;
  align-items: flex-start;
  float: none !important;
}

body.pg_ranklist .ct2_a .appl {
  float: none !important;
  width: 180px !important;
  flex: 0 0 180px !important;
  order: -1;
  align-self: stretch;
}

body.pg_ranklist .ct2_a .mn {
  float: none !important;
  width: auto !important;
  flex: 1 1 auto;
  min-width: 0;
}

/* --- 左侧导航 .tbn --- */
body.pg_ranklist .tbn {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(32,56,120,.04) !important;
}

body.pg_ranklist .tbn h2.mt,
body.pg_ranklist .tbn .mt {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 12px 14px !important;
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
}

body.pg_ranklist .tbn ul {
  padding: 6px 0 !important;
  margin: 0 !important;
  list-style: none;
}

body.pg_ranklist .tbn li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  height: auto !important;
}

body.pg_ranklist .tbn li a {
  display: block;
  padding: 9px 16px !important;
  font-size: 14px;
  color: #4b5563 !important;
  text-decoration: none !important;
  transition: background .15s, color .15s;
  line-height: 1.5;
  height: auto !important;
}

body.pg_ranklist .tbn li a:hover {
  background: #f0f5ff;
  color: #2f6ff6 !important;
}

body.pg_ranklist .tbn li.a a {
  background: #eef4ff !important;
  color: #2f6ff6 !important;
  font-weight: 600;
  border-right: 3px solid #2f6ff6;
}

/* --- 内容区卡片 --- */
body.pg_ranklist .mn .bm {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(32,56,120,.04) !important;
  margin-bottom: 16px !important;
  overflow: hidden;
}

body.pg_ranklist .mn .bm_h {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 12px 16px !important;
}

body.pg_ranklist .mn .bm_h h2 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
}

body.pg_ranklist .mn .bm_c {
  padding: 16px !important;
}

/* --- Tab 栏（回复/浏览/分享 等） --- */
body.pg_ranklist .tb {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 0 4px !important;
  list-style: none;
  border-bottom: 2px solid #e6eaf2;
  background: transparent !important;
}

body.pg_ranklist .tb li {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  float: none !important;
}

body.pg_ranklist .tb li a {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px !important;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280 !important;
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color .2s, border-color .2s;
  background: transparent !important;
  border-radius: 0 !important;
}

body.pg_ranklist .tb li a:hover {
  color: #2f6ff6 !important;
  background: transparent !important;
}

body.pg_ranklist .tb li.a a {
  color: #2f6ff6 !important;
  border-bottom-color: #2f6ff6;
  font-weight: 600;
  background: transparent !important;
}

/* --- 时间筛选栏 .tbmu --- */
body.pg_ranklist .tbmu {
  padding: 10px 0 !important;
  margin: 0 !important;
  font-size: 13px;
  color: #6b7280;
  border-bottom: 1px solid #f0f3f8;
}

body.pg_ranklist .tbmu a {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 13px;
  color: #6b7280 !important;
  text-decoration: none !important;
  transition: background .15s, color .15s;
}

body.pg_ranklist .tbmu a:hover {
  background: #f0f5ff;
  color: #2f6ff6 !important;
}

body.pg_ranklist .tbmu a.a {
  background: #eef4ff;
  color: #2f6ff6 !important;
  font-weight: 600;
}

body.pg_ranklist .tbmu .pipe {
  color: #e0e5ee;
  margin: 0 2px;
}

/* --- 标题 h1.mt --- */
body.pg_ranklist h1.mt {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  padding: 14px 0 8px !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* --- 数据表格 .tl table --- */
body.pg_ranklist .tl {
  overflow-x: auto;
}

body.pg_ranklist .tl table {
  width: 100%;
  border-collapse: collapse;
}

body.pg_ranklist .tl tr.th td,
body.pg_ranklist .tl tr.th th {
  background: #f8fafc !important;
  border-bottom: 2px solid #e6eaf2 !important;
  padding: 10px 12px !important;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  white-space: nowrap;
}

body.pg_ranklist .tl tr td,
body.pg_ranklist .tl tr th {
  padding: 10px 12px !important;
  border-bottom: 1px solid #f0f3f8;
  font-size: 14px;
  color: #374151;
  vertical-align: middle;
}

body.pg_ranklist .tl tr:hover td,
body.pg_ranklist .tl tr:hover th {
  background: #fafbfe;
}

body.pg_ranklist .tl tr th a {
  color: #1f2937 !important;
  font-weight: 500;
}

body.pg_ranklist .tl tr th a:hover {
  color: #2f6ff6 !important;
}

body.pg_ranklist .tl .by cite a {
  color: #2f6ff6 !important;
  font-style: normal;
}

body.pg_ranklist .tl .by em {
  display: block;
  font-size: 12px;
  color: #9ca3af;
  font-style: normal;
  margin-top: 2px;
}

body.pg_ranklist .tl .frm a {
  color: #6b7280 !important;
  font-size: 13px;
}

/* 排名徽章 */
body.pg_ranklist .ranks {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  background: #f0f3f8;
  color: #6b7280;
}

body.pg_ranklist .ranks_1 {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #fff;
}

body.pg_ranklist .ranks_2 {
  background: linear-gradient(135deg, #94a3b8, #64748b);
  color: #fff;
}

body.pg_ranklist .ranks_3 {
  background: linear-gradient(135deg, #d97706, #b45309);
  color: #fff;
}

/* --- 成员列表 (biduser 等) --- */
body.pg_ranklist .biduser {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  padding: 8px 0 !important;
  list-style: none;
}

body.pg_ranklist .biduser li {
  float: none !important;
}

body.pg_ranklist .biduser li img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(32,56,120,.08);
}

body.pg_ranklist .biduser .bidtop img {
  width: 64px;
  height: 64px;
  border: 3px solid #fbbf24;
}

/* --- 两列列表 xl2 --- */
body.pg_ranklist .xl.xl2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0 !important;
}

body.pg_ranklist .xl.xl2 li {
  padding: 8px 0 !important;
  border-bottom: 1px dashed #f0f3f8 !important;
  font-size: 14px;
  float: none !important;
  width: auto !important;
}

body.pg_ranklist .xl.xl2 li em {
  font-style: normal;
  color: #2f6ff6;
  font-weight: 500;
}

body.pg_ranklist .xl.xl2 li a {
  color: #374151 !important;
}

body.pg_ranklist .xl.xl2 li a:hover {
  color: #2f6ff6 !important;
}

/* --- 图片排行 --- */
body.pg_ranklist .mlp {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0 !important;
}

body.pg_ranklist .mlp li {
  float: none !important;
  width: auto !important;
}

body.pg_ranklist .mlp li .c {
  border-radius: 8px;
  overflow: hidden;
}

body.pg_ranklist .mlp li .c img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

body.pg_ranklist .mlp li.bigpic {
  flex: 0 0 100%;
}

body.pg_ranklist .mlp li.bigpic .c img {
  max-height: 280px;
  object-fit: cover;
  width: 100%;
}

/* --- 表单区 (竞价排名等) --- */
body.pg_ranklist .tbmu.cl {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

body.pg_ranklist .tbmu.cl form {
  flex: 1 1 auto;
  min-width: 0;
}

body.pg_ranklist .tbmu table {
  width: 100%;
  border-collapse: collapse;
}

body.pg_ranklist .tbmu table th,
body.pg_ranklist .tbmu table td {
  padding: 6px 8px !important;
  font-size: 13px;
  text-align: left;
}

body.pg_ranklist .tbmu .px {
  border: 1px solid #e6eaf2;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 13px;
  background: #f8fafc;
}

body.pg_ranklist .tbmu .pn {
  border-radius: 8px;
  border: 1px solid #2f6ff6;
  background: #2f6ff6;
  color: #fff;
  padding: 6px 14px;
  font-size: 13px;
  cursor: pointer;
}

/* --- 提示/空数据 --- */
body.pg_ranklist .notice {
  padding: 12px 0;
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
}

body.pg_ranklist .emp {
  padding: 32px 16px;
  text-align: center;
  color: #9ca3af;
  font-size: 14px;
}

/* --- 成员列表页: member_list 表格 --- */
body.pg_ranklist .mn table.dt {
  width: 100%;
  border-collapse: collapse;
}

body.pg_ranklist .mn table.dt th {
  background: #f8fafc !important;
  border-bottom: 2px solid #e6eaf2 !important;
  padding: 10px 12px !important;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
}

body.pg_ranklist .mn table.dt td {
  padding: 10px 12px !important;
  border-bottom: 1px solid #f0f3f8;
  font-size: 14px;
  vertical-align: middle;
}

body.pg_ranklist .mn table.dt tr:hover td {
  background: #fafbfe;
}

body.pg_ranklist .mn table.dt img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
}

/* 圈子/动态/日志/相册/分享/排行榜 页面风格统一 */
body.pg_group #ct,
body.pg_home #ct,
body.pg_blog #ct,
body.pg_album #ct,
body.pg_share #ct,
body.pg_ranklist #ct,
body#nv_misc.pg_ranklist #ct,
body#nv_misc.pg_ranklist #ct.ct2_a,
body#nv_misc.pg_ranklist #ct.ct2_a.wp.cl,
body#nv_misc.pg_ranklist #ct.ct2 {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.pg_group #ct .bm,
body.pg_home #ct .bm,
body.pg_blog #ct .bm,
body.pg_album #ct .bm,
body.pg_share #ct .bm,
body.pg_ranklist #ct .bm,
body#nv_group #ct .bm,
body#nv_home #ct .bm,
body#nv_blog #ct .bm,
body#nv_album #ct .bm,
body#nv_share #ct .bm,
body#nv_ranklist #ct .bm {
  background: #ffffff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 16px rgba(32, 56, 120, 0.06) !important;
  overflow: hidden;
  margin-bottom: 16px;
}

body.pg_group #ct .bm_h,
body.pg_home #ct .bm_h,
body.pg_blog #ct .bm_h,
body.pg_album #ct .bm_h,
body.pg_share #ct .bm_h,
body.pg_ranklist #ct .bm_h,
body#nv_group #ct .bm_h,
body#nv_home #ct .bm_h,
body#nv_blog #ct .bm_h,
body#nv_album #ct .bm_h,
body#nv_share #ct .bm_h,
body#nv_ranklist #ct .bm_h {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 10px 14px !important;
}

body.pg_group #ct .bm_c,
body.pg_home #ct .bm_c,
body.pg_blog #ct .bm_c,
body.pg_album #ct .bm_c,
body.pg_share #ct .bm_c,
body.pg_ranklist #ct .bm_c,
body#nv_group #ct .bm_c,
body#nv_home #ct .bm_c,
body#nv_blog #ct .bm_c,
body#nv_album #ct .bm_c,
body#nv_share #ct .bm_c,
body#nv_ranklist #ct .bm_c {
  padding: 12px 14px !important;
}

body.pg_group .appl,
body.pg_home .appl,
body.pg_blog .appl,
body.pg_album .appl,
body.pg_share .appl,
body.pg_ranklist .appl {
  background: #eaf2ff;
  border: 1px solid #dbe6f8;
  border-radius: 12px;
  padding: 12px;
}

body.pg_group #ct a,
body.pg_home #ct a,
body.pg_blog #ct a,
body.pg_album #ct a,
body.pg_share #ct a,
body.pg_ranklist #ct a,
body#nv_group #ct a,
body#nv_home #ct a,
body#nv_blog #ct a,
body#nv_album #ct a,
body#nv_share #ct a,
body#nv_ranklist #ct a {
  color: #2f3a4a;
}

body.pg_group #ct a.xi2,
body.pg_home #ct a.xi2,
body.pg_blog #ct a.xi2,
body.pg_album #ct a.xi2,
body.pg_share #ct a.xi2,
body.pg_ranklist #ct a.xi2,
body#nv_group #ct a.xi2,
body#nv_home #ct a.xi2,
body#nv_blog #ct a.xi2,
body#nv_album #ct a.xi2,
body#nv_share #ct a.xi2,
body#nv_ranklist #ct a.xi2 {
  color: #2f6ff6;
}

body.pg_group #ct .pn,
body.pg_home #ct .pn,
body.pg_blog #ct .pn,
body.pg_album #ct .pn,
body.pg_share #ct .pn,
body.pg_ranklist #ct .pn,
body.pg_group #ct .pnc,
body.pg_home #ct .pnc,
body.pg_blog #ct .pnc,
body.pg_album #ct .pnc,
body.pg_share #ct .pnc,
body.pg_ranklist #ct .pnc,
body#nv_group #ct .pn,
body#nv_home #ct .pn,
body#nv_blog #ct .pn,
body#nv_album #ct .pn,
body#nv_share #ct .pn,
body#nv_ranklist #ct .pn,
body#nv_group #ct .pnc,
body#nv_home #ct .pnc,
body#nv_blog #ct .pnc,
body#nv_album #ct .pnc,
body#nv_share #ct .pnc,
body#nv_ranklist #ct .pnc {
  border-radius: 8px !important;
  border: 1px solid #e6eaf2 !important;
  background: #ffffff !important;
  color: #2f3a4a !important;
  padding: 4px 12px !important;
  box-shadow: none !important;
}

body.pg_group #ct .pnc,
body.pg_home #ct .pnc,
body.pg_blog #ct .pnc,
body.pg_album #ct .pnc,
body.pg_share #ct .pnc,
body.pg_ranklist #ct .pnc,
body#nv_group #ct .pnc,
body#nv_home #ct .pnc,
body#nv_blog #ct .pnc,
body#nv_album #ct .pnc,
body#nv_share #ct .pnc,
body#nv_ranklist #ct .pnc {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
}

body.pg_group #ct .ttp a,
body.pg_home #ct .ttp a,
body.pg_blog #ct .ttp a,
body.pg_album #ct .ttp a,
body.pg_share #ct .ttp a,
body.pg_ranklist #ct .ttp a,
body#nv_group #ct .ttp a,
body#nv_home #ct .ttp a,
body#nv_blog #ct .ttp a,
body#nv_album #ct .ttp a,
body#nv_share #ct .ttp a,
body#nv_ranklist #ct .ttp a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  border: 1px solid #e6eaf2 !important;
  color: #6b7280 !important;
  background: #fff !important;
}

body.pg_group #ct .ttp a:hover,
body.pg_home #ct .ttp a:hover,
body.pg_blog #ct .ttp a:hover,
body.pg_album #ct .ttp a:hover,
body.pg_share #ct .ttp a:hover,
body.pg_ranklist #ct .ttp a:hover,
body.pg_group #ct .ttp .a a,
body.pg_home #ct .ttp .a a,
body.pg_blog #ct .ttp .a a,
body.pg_album #ct .ttp .a a,
body.pg_share #ct .ttp .a a,
body.pg_ranklist #ct .ttp .a a,
body#nv_group #ct .ttp a:hover,
body#nv_home #ct .ttp a:hover,
body#nv_blog #ct .ttp a:hover,
body#nv_album #ct .ttp a:hover,
body#nv_share #ct .ttp a:hover,
body#nv_ranklist #ct .ttp a:hover,
body#nv_group #ct .ttp .a a,
body#nv_home #ct .ttp .a a,
body#nv_blog #ct .ttp .a a,
body#nv_album #ct .ttp .a a,
body#nv_share #ct .ttp .a a,
body#nv_ranklist #ct .ttp .a a {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
}

body.pg_group #ct .xl li,
body.pg_home #ct .xl li,
body.pg_blog #ct .xl li,
body.pg_album #ct .xl li,
body.pg_share #ct .xl li,
body.pg_ranklist #ct .xl li,
body#nv_group #ct .xl li,
body#nv_home #ct .xl li,
body#nv_blog #ct .xl li,
body#nv_album #ct .xl li,
body#nv_share #ct .xl li,
body#nv_ranklist #ct .xl li {
  border-bottom: 1px dashed #e6eaf2 !important;
  padding: 6px 0 !important;
}

/* 动态页：body 为 nv_home.pg_space，单独补齐 */
body#nv_home.pg_space #ct .bm {
  background: #ffffff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 16px rgba(32, 56, 120, 0.06) !important;
  overflow: hidden;
  margin-bottom: 16px;
}

body#nv_home.pg_space #ct .bm_h {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 10px 14px !important;
}

body#nv_home.pg_space #ct .bm_c {
  padding: 12px 14px !important;
}

body#nv_home.pg_space #feed_div {
  padding: 0 18px 18px !important;
  box-sizing: border-box;
}

body#nv_home.pg_space #feed_div .xld.xlda {
  margin: 0 !important;
}

body#nv_home.pg_space #feed_div .et {
  padding: 18px 0 14px !important;
  margin: 0 !important;
}

body#nv_home.pg_space #feed_div .bbda {
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box;
}

body#nv_home.pg_space #feed_div .xg1.cl {
  padding: 0 16px 14px !important;
  box-sizing: border-box;
}

body#nv_home.pg_space #ct a {
  color: #2f3a4a;
}

body#nv_home.pg_space #ct a.xi2 {
  color: #2f6ff6;
}

body#nv_home.pg_space #ct .pn,
body#nv_home.pg_space #ct .pnc {
  border-radius: 8px !important;
  border: 1px solid #e6eaf2 !important;
  background: #ffffff !important;
  color: #2f3a4a !important;
  padding: 4px 12px !important;
  box-shadow: none !important;
}

body#nv_home.pg_space #ct .pnc {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
}

body#nv_home.pg_space #ct .ttp a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  border: 1px solid #e6eaf2 !important;
  color: #6b7280 !important;
  background: #fff !important;
}

body#nv_home.pg_space #ct .ttp a:hover,
body#nv_home.pg_space #ct .ttp .a a {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
}

body#nv_home.pg_space #ct .xl li {
  border-bottom: 1px dashed #e6eaf2 !important;
  padding: 6px 0 !important;
}

/* 动态页左侧栏圆角化 */
body#nv_home.pg_space #ct .appl {
  border-radius: 12px !important;
  overflow: hidden;
}

body#nv_home.pg_space #ct .appl .tb {
  border-radius: 12px !important;
  background: #ffffff !important;
  border: 1px solid #e6eaf2 !important;
  box-shadow: 0 6px 16px rgba(32, 56, 120, 0.06) !important;
  overflow: hidden !important;
}

body#nv_home.pg_space #ct .appl .tb .tbn {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 10px 12px !important;
}

body#nv_home.pg_space #ct .appl .tb ul {
  padding: 8px 0 !important;
}

body#nv_home.pg_space #ct .appl .tb li {
  padding: 6px 12px !important;
  border-bottom: 1px dashed #e6eaf2 !important;
}

body#nv_home.pg_space #ct .appl .tb li:last-child {
  border-bottom: 0 !important;
}

/* 动态页左侧菜单（tbn）圆角风格覆盖 */
body#nv_home.pg_space #ct .tbn {
  margin: 0 !important;
  background: #ffffff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 16px rgba(32, 56, 120, 0.06) !important;
  overflow: hidden !important;
}

body#nv_home.pg_space #ct .tbn ul {
  margin: 0 !important;
  padding: 8px 0 !important;
}

body#nv_home.pg_space #ct .tbn .mt,
body#nv_home.pg_space #ct .tbn .mt a {
  padding: 10px 12px !important;
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  font-weight: 600;
}

body#nv_home.pg_space #ct .tbn li {
  margin: 0 !important;
  height: auto !important;
  border-bottom: 1px dashed #e6eaf2 !important;
  padding: 6px 12px !important;
}

body#nv_home.pg_space #ct .tbn li:last-child {
  border-bottom: 0 !important;
}

body#nv_home.pg_space #ct .tbn ul a {
  display: block !important;
  height: auto !important;
  line-height: 1.6 !important;
}

/* 动态页最外层容器圆角 + 论坛背景色 */
body#nv_home.pg_space #ct.ct2_a {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body#nv_home.pg_space #ct.ct2_a {
  display: flex !important;
  gap: 16px !important;
  align-items: flex-start !important;
}

body#nv_home.pg_space #ct.ct2_a .appl {
  order: 0 !important;
  flex: 0 0 200px !important;
  width: 200px !important;
  margin: 0 !important;
}

body#nv_home.pg_space #ct.ct2_a .mn {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: 0 8px 24px rgba(32, 56, 120, 0.08) !important;
  min-height: 320px;
  flex: 1 1 auto !important;
  margin: 0 !important;
}

body#nv_home.pg_space #ct.ct2_a .appl {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: 0 8px 24px rgba(32, 56, 120, 0.08) !important;
}

body#nv_home.pg_space #ct.ct2_a {
  border: 0 !important;
  background: transparent !important;
}

body#nv_home.pg_space #ct.ct2_a .mn > .bm.bw0 {
  padding: 0 24px 0 !important;
  box-sizing: border-box;
}

body#nv_home.pg_space .yc-space-feed-shell {
  padding: 0 0 0;
  box-sizing: border-box;
}

body#nv_home.pg_space .yc-space-feed-shell > .tbmu {
  margin: 0 0 14px !important;
  padding: 10px 18px !important;
  box-sizing: border-box;
}

body#nv_home.pg_space .yc-space-feed-shell #feed_div {
  padding: 0 !important;
}

body#nv_home.pg_space .yc-space-feed-shell #feed_div .et {
  padding: 18px 18px 16px !important;
  margin: 0 !important;
}

body#nv_home.pg_space .yc-space-feed-shell #feed_div .xld.xlda {
  margin: 0 !important;
}

body#nv_home.pg_space .yc-space-feed-shell #feed_div .xld.xlda > .bbda {
  position: relative;
  padding: 16px 18px 16px 84px !important;
  box-sizing: border-box;
  overflow: hidden;
}

body#nv_home.pg_space .yc-space-feed-shell #feed_div .xld.xlda > .bbda > dd.m.avt {
  position: absolute;
  left: 18px;
  top: 16px;
  width: 48px;
  margin: 0 !important;
}

body#nv_home.pg_space .yc-space-feed-shell #feed_div .xld.xlda > .bbda > dd.m.avt a,
body#nv_home.pg_space .yc-space-feed-shell #feed_div .xld.xlda > .bbda > dd.m.avt img {
  display: block;
}

body#nv_home.pg_space .yc-space-feed-shell #feed_div .xld.xlda > .bbda > dd.m.avt img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

body#nv_home.pg_space .yc-space-feed-shell #feed_div .xld.xlda > .bbda > dd.cl {
  margin: 0 !important;
}

body#nv_home.pg_space .yc-space-feed-shell #feed_div .xg1.cl {
  padding: 0 18px 14px 84px !important;
  box-sizing: border-box;
}

body#nv_home.pg_space #ct.ct2_a .mn,
body#nv_home.pg_space #ct.ct2_a .appl,
body#nv_home.pg_space #ct .bm,
body#nv_home.pg_space #ct .appl .tb,
body#nv_home.pg_space #ct .tbn,
body#nv_home.pg_space #ct .tl,
body#nv_home.pg_space #ct #favorite_ul,
body#nv_home.pg_space #ct .xld.xlda,
body#nv_home.pg_space #ct .nts,
body#nv_home.pg_space #ct .vw,
body#nv_home.pg_space #ct .ct_vw_sd > div,
body#nv_home.pg_space #ct .ct_vw_mn > div,
body#nv_home.pg_space #ct .sd .bm,
body#nv_home.pg_space #ct .pm {
  box-shadow: none !important;
}

body[id^="nv_"] #mu {
  margin-top: 10px;
}

body[id^="nv_"] #scbar {
  display: none;
  background: #ffffff;
  border: 1px solid var(--yc-line);
  border-radius: 12px;
  padding: 8px 10px;
  box-shadow: 0 1px 2px rgba(32, 56, 120, 0.06);
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
}

body[id^="nv_"] #scbar table {
  width: 100%;
}

body[id^="nv_"] #scbar td {
  padding: 0 6px;
  vertical-align: middle;
}

body[id^="nv_"] #scbar_txt {
  height: 36px;
  border: 1px solid var(--yc-line);
  border-radius: 10px;
  padding: 0 12px;
  background: #f8fafc;
  color: var(--yc-text);
}

body[id^="nv_"] #scbar_type {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--yc-line);
  border-radius: 10px;
  background: #f8fafc;
  color: #6b7280;
}

body[id^="nv_"] #scbar_btn {
  height: 36px;
  border-radius: 10px;
  border: none;
  background: var(--yc-brand);
  color: #fff;
  font-weight: 600;
  padding: 0 16px;
}

body[id^="nv_"] #scbar_hot {
  color: var(--yc-muted);
}

/* Footer align to nav width */
body[id^="nv_"] #ft .wp,
body[id^="nv_"] #ft.w {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

body[id^="nv_"] #ft {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

/* 发帖页适配主题（forum.php?mod=post&action=newthread） */
body#nv_forum.pg_post #ct {
  max-width: 1200px;
}

body#nv_forum.pg_post .bm,
body#nv_forum.pg_post .bmw,
body#nv_forum.pg_post .bml {
  background: #ffffff;
  border: 1px solid var(--yc-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(32, 56, 120, 0.08);
}

body#nv_forum.pg_post .bm_h,
body#nv_forum.pg_post .bm_c {
  background: transparent;
}

body#nv_forum.pg_post .tb,
body#nv_forum.pg_post .tb_h {
  border: 0;
}

body#nv_forum.pg_post .tb li a {
  border-radius: 8px;
  border: 1px solid var(--yc-line);
  background: #fff;
  color: #6b7280;
}

body#nv_forum.pg_post .tb li.a a,
body#nv_forum.pg_post .tb li a:hover {
  background: #2f6ff6;
  border-color: #2f6ff6;
  color: #fff;
}

body#nv_forum.pg_post .px,
body#nv_forum.pg_post .pt,
body#nv_forum.pg_post textarea {
  border: 1px solid var(--yc-line);
  border-radius: 10px;
  background: #fff;
}

body#nv_forum.pg_post .tedt {
  border: 1px solid var(--yc-line);
  border-radius: 12px;
  overflow: hidden;
}

body#nv_forum.pg_post .tedt .bar {
  background: #f8fafc;
  border-bottom: 1px solid var(--yc-line);
}

body#nv_forum.pg_post .tedt .area textarea {
  border: 0;
}

body#nv_forum.pg_post .pn.pnc,
body#nv_forum.pg_post .pn {
  border-radius: 10px;
}

/* 圈子首页布局：左侧“创建圈子步骤”，右侧“圈子焦点/推荐/分类” */
body#nv_group.pg_index #ct.ct2.wp.cl,
body#nv_group.pg_group #ct.ct2.wp.cl {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

body#nv_group.pg_index #ct.ct2.wp.cl > .sd,
body#nv_group.pg_group #ct.ct2.wp.cl > .sd {
  order: 1;
  width: 260px;
  flex: 0 0 260px;
}

body#nv_group.pg_index #ct.ct2.wp.cl > .mn,
body#nv_group.pg_group #ct.ct2.wp.cl > .mn {
  order: 2;
  flex: 1 1 auto;
  min-width: 0;
}

/* 创建圈子步骤字体配色优化 */
body#nv_group.pg_index #g_guide strong,
body#nv_group.pg_group #g_guide strong {
  color: #1f2937;
  font-weight: 600;
}

body#nv_group.pg_index #g_guide .xg1,
body#nv_group.pg_group #g_guide .xg1 {
  color: #8a94a6;
}

body#nv_group.pg_index #g_guide label,
body#nv_group.pg_group #g_guide label {
  color: #4b5563;
}

body#nv_group.pg_index #create_group_btn,
body#nv_group.pg_group #create_group_btn {
  color: #ffffff !important;
}

.yc-tabs {
  display: flex;
  gap: 8px;
}

.yc-tabs a {
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid var(--line);
  color: var(--muted);
}

.yc-tabs a.is-active {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

.yc-tabs-card {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.yc-post {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  margin-bottom: 12px;
}

.yc-post-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.yc-post-meta {
  color: var(--muted);
  font-size: 12px;
  display: flex;
  gap: 12px;
}

.yc-post-actions {
  margin-top: 10px;
  display: flex;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
}

/* ================================================================
   P0: forumdisplay - 版块帖子列表
   ================================================================ */
body#nv_forum.pg_forumdisplay .boardnav,
body#nv_forum.pg_forumdisplay #ct {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body#nv_forum.pg_forumdisplay .bm {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 16px rgba(32, 56, 120, 0.06) !important;
  margin-bottom: 16px;
  overflow: hidden;
}

body#nv_forum.pg_forumdisplay .bm_h {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 12px 16px !important;
}

body#nv_forum.pg_forumdisplay .bm_c {
  padding: 12px 16px !important;
}

body#nv_forum.pg_forumdisplay .pgsbtn {
  display: inline-flex !important;
  align-items: center;
  padding: 8px 20px !important;
  border-radius: 10px !important;
  background: #2f6ff6 !important;
  color: #fff !important;
  font-weight: 600;
  border: none !important;
}

body#nv_forum.pg_forumdisplay .pgsbtn:hover {
  background: #1a5de0 !important;
}

body#nv_forum.pg_forumdisplay .ttp {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  padding: 8px 12px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

body#nv_forum.pg_forumdisplay .ttp li {
  list-style: none;
}

body#nv_forum.pg_forumdisplay .ttp li a {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  color: #5b6474;
}

body#nv_forum.pg_forumdisplay .ttp li.a a,
body#nv_forum.pg_forumdisplay .ttp li a:hover {
  background: #f1f5ff;
  border-color: #e0e8ff;
  color: #2f6ff6;
}

body#nv_forum.pg_forumdisplay .tl {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  overflow: hidden;
}

body#nv_forum.pg_forumdisplay .tl th {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 10px 14px !important;
  color: #6b7280;
  font-weight: 500;
}

body#nv_forum.pg_forumdisplay .tl td {
  border-bottom: 1px solid #f0f3f8 !important;
  padding: 10px 14px !important;
}

body#nv_forum.pg_forumdisplay .tl td a {
  color: #1f2328;
}

body#nv_forum.pg_forumdisplay .tl td a:hover {
  color: #2f6ff6;
}

body#nv_forum.pg_forumdisplay .tl .by cite a {
  color: #6b7280;
}

body#nv_forum.pg_forumdisplay .sd .bm {
  border-radius: 12px !important;
}

body#nv_forum.pg_forumdisplay .pgs {
  padding: 12px 0;
}

body#nv_forum.pg_forumdisplay .pg a,
body#nv_forum.pg_forumdisplay .pg strong {
  border-radius: 8px !important;
  border: 1px solid #e6eaf2 !important;
  padding: 4px 12px !important;
  color: #2f3a4a;
}

body#nv_forum.pg_forumdisplay .pg strong {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
}

body#nv_forum.pg_forumdisplay #pgt {
  border-radius: 12px !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#nv_forum.pg_forumdisplay .fl_tb {
  border-radius: 12px;
  overflow: hidden;
}

body#nv_forum.pg_forumdisplay #threadlist {
  border: 1px solid #e6eaf2 !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05) !important;
  overflow: hidden;
}

body#nv_forum.pg_forumdisplay #threadlist .th {
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%) !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 0 18px !important;
}

body#nv_forum.pg_forumdisplay #threadlist .th table,
body#nv_forum.pg_forumdisplay #threadlist table {
  width: 100%;
}

body#nv_forum.pg_forumdisplay #threadlist .tf {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 14px 0;
}

body#nv_forum.pg_forumdisplay #threadlist .tf > a,
body#nv_forum.pg_forumdisplay #threadlist .tf > span,
body#nv_forum.pg_forumdisplay #threadlist .tf .showmenu {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #5b6474 !important;
  background: #fff;
  border: 1px solid #e6eaf2;
}

body#nv_forum.pg_forumdisplay #threadlist .tf > a:hover,
body#nv_forum.pg_forumdisplay #threadlist .tf .showmenu:hover {
  color: #2f6ff6 !important;
  border-color: #cddcff;
  background: #f5f8ff;
}

body#nv_forum.pg_forumdisplay #threadlist table tbody tr {
  transition: background-color 0.2s ease, transform 0.2s ease;
}

body#nv_forum.pg_forumdisplay #threadlist table tbody tr:hover {
  background: #fafcff !important;
}

body#nv_forum.pg_forumdisplay #threadlist tbody th,
body#nv_forum.pg_forumdisplay #threadlist tbody td {
  vertical-align: middle !important;
}

body#nv_forum.pg_forumdisplay #threadlist tbody th {
  padding: 16px 12px !important;
  background: transparent !important;
}

body#nv_forum.pg_forumdisplay #threadlist .xst {
  color: #1f2328 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

body#nv_forum.pg_forumdisplay #threadlist .xst:hover {
  color: #2f6ff6 !important;
}

body#nv_forum.pg_forumdisplay #threadlist .common,
body#nv_forum.pg_forumdisplay #threadlist .new,
body#nv_forum.pg_forumdisplay #threadlist .lock {
  border-bottom: 1px solid #eef2f7 !important;
}

body#nv_forum.pg_forumdisplay #threadlist .by,
body#nv_forum.pg_forumdisplay #threadlist .by em,
body#nv_forum.pg_forumdisplay #threadlist .num em {
  color: #8a94a6 !important;
}

body#nv_forum.pg_forumdisplay #threadlist .num a {
  display: inline-flex;
  min-width: 36px;
  justify-content: center;
  color: #2f6ff6 !important;
  font-weight: 600;
}

body#nv_forum.pg_forumdisplay #threadlist .icn {
  width: 52px;
}

body#nv_forum.pg_forumdisplay #threadlist .icn a,
body#nv_forum.pg_forumdisplay #threadlist .icn i {
  color: #7a8699 !important;
}

body#nv_forum.pg_forumdisplay #threadlist .showcontent,
body#nv_forum.pg_forumdisplay #threadlist .tdpre,
body#nv_forum.pg_forumdisplay #threadlist .closeprev {
  color: #8a94a6 !important;
}

body#nv_forum.pg_forumdisplay #threadlist .showcontent:hover,
body#nv_forum.pg_forumdisplay #threadlist .tdpre:hover,
body#nv_forum.pg_forumdisplay #threadlist .closeprev:hover {
  color: #2f6ff6 !important;
}

body#nv_forum.pg_forumdisplay .bm.bml.pbn > .bm_h h1,
body#nv_forum.pg_forumdisplay .bm.bml.pbn > .bm_h .xs2 {
  color: #1f2328;
  font-size: 24px !important;
  font-weight: 700 !important;
}

body#nv_forum.pg_forumdisplay .bm.bml.pbn > .bm_c {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
}

body#nv_forum.pg_forumdisplay #sd_bdl .tbn {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

body#nv_forum.pg_forumdisplay #sd_bdl .tbn li a {
  display: block;
  padding: 10px 14px;
  color: #4b5563;
}

body#nv_forum.pg_forumdisplay #sd_bdl .tbn li.a a,
body#nv_forum.pg_forumdisplay #sd_bdl .tbn li a:hover {
  background: #f3f7ff;
  color: #2f6ff6;
}

/* ================================================================
   P0: viewthread - 帖子详情
   ================================================================ */
body#nv_forum.pg_viewthread #ct {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body#nv_forum.pg_viewthread #postlist {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 16px rgba(32, 56, 120, 0.06) !important;
  overflow: hidden;
}

body#nv_forum.pg_viewthread .ts {
  font-size: 22px;
  font-weight: 700;
  color: #1f2328;
  line-height: 1.4;
}

body#nv_forum.pg_viewthread .pls {
  background: #f8fafc !important;
  border-right: 1px solid #f0f3f8 !important;
}

body#nv_forum.pg_viewthread .plc {
  padding: 16px !important;
}

body#nv_forum.pg_viewthread .pi {
  border-bottom: 1px solid #f0f3f8 !important;
  padding-bottom: 8px !important;
}

body#nv_forum.pg_viewthread .pct {
  padding: 16px 0 !important;
  line-height: 1.8;
  color: #2f3a4a;
}

body#nv_forum.pg_viewthread .pob {
  border-top: 1px solid #f0f3f8 !important;
  padding-top: 10px !important;
}

body#nv_forum.pg_viewthread .pgsbtn {
  display: inline-flex !important;
  align-items: center;
  padding: 8px 20px !important;
  border-radius: 10px !important;
  background: #2f6ff6 !important;
  color: #fff !important;
  font-weight: 600;
  border: none !important;
}

body#nv_forum.pg_viewthread .pgsbtn:hover {
  background: #1a5de0 !important;
}

body#nv_forum.pg_viewthread .pgs {
  padding: 12px 0;
}

body#nv_forum.pg_viewthread .pg a,
body#nv_forum.pg_viewthread .pg strong {
  border-radius: 8px !important;
  border: 1px solid #e6eaf2 !important;
  padding: 4px 12px !important;
  color: #2f3a4a;
}

body#nv_forum.pg_viewthread .pg strong {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
}

body#nv_forum.pg_viewthread .pgbtn a {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 10px !important;
  padding: 10px 16px !important;
  color: #2f6ff6 !important;
  font-weight: 600;
}

body#nv_forum.pg_viewthread #modmenu {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 12px;
  padding: 10px 16px;
}

body#nv_forum.pg_viewthread #postlist > div {
  border-bottom: 1px solid #f0f3f8;
}

body#nv_forum.pg_viewthread #postlist > div:last-child {
  border-bottom: 0;
}

body#nv_forum.pg_viewthread .fastre {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 16px rgba(32, 56, 120, 0.06) !important;
  padding: 16px !important;
}

body#nv_forum.pg_viewthread .fastre .bm_h {
  background: transparent !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 0 0 10px !important;
  margin-bottom: 12px;
}

body#nv_forum.pg_viewthread .fastre textarea {
  border: 1px solid #e6eaf2 !important;
  border-radius: 10px !important;
  padding: 12px !important;
  width: 100%;
  box-sizing: border-box;
}

body#nv_forum.pg_viewthread .fastre .pn.pnc {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 8px 24px !important;
}

body#nv_forum.pg_viewthread #postlist table {
  width: 100%;
}

body#nv_forum.pg_viewthread #postlist .pls .avatar img,
body#nv_forum.pg_viewthread #postlist .pls .avatar {
  border-radius: 50% !important;
}

body#nv_forum.pg_viewthread #postlist .pls .pi,
body#nv_forum.pg_viewthread #postlist .pls .authi,
body#nv_forum.pg_viewthread #postlist .pls .tns {
  color: #6b7280 !important;
}

body#nv_forum.pg_viewthread #postlist .plhin {
  background: transparent !important;
  border-top: 1px solid #eef2f7 !important;
}

body#nv_forum.pg_viewthread #postlist .pct img {
  border-radius: 12px;
  max-width: 100%;
}

body#nv_forum.pg_viewthread #postlist blockquote {
  margin: 12px 0;
  padding: 12px 14px;
  background: #f8fafc;
  border-left: 4px solid #d7e5ff;
  border-radius: 10px;
  color: #4b5563;
}

body#nv_forum.pg_viewthread #postlist .pob em a,
body#nv_forum.pg_viewthread #postlist .pob a {
  color: #6b7280 !important;
}

body#nv_forum.pg_viewthread #postlist .pob em a:hover,
body#nv_forum.pg_viewthread #postlist .pob a:hover {
  color: #2f6ff6 !important;
}

body#nv_forum.pg_viewthread #f_pst {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

/* ================================================================
   P0: login / register - 登录 / 注册
   ================================================================ */
body#nv_member #ct {
  max-width: 520px !important;
  margin: 40px auto !important;
  padding: 0 16px !important;
  width: auto !important;
}

body#nv_member .bm {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(32, 56, 120, 0.08) !important;
  overflow: hidden;
}

body#nv_member .bm_h {
  background: transparent !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 20px 24px 16px !important;
}

body#nv_member .bm_h h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1f2328;
}

body#nv_member .bm_c,
body#nv_member .c.cl {
  padding: 20px 24px !important;
}

body#nv_member .rfm {
  margin-bottom: 16px;
}

body#nv_member .rfm th {
  padding: 8px 0 !important;
  color: #4b5563;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
}

body#nv_member .rfm td {
  padding: 4px 0 !important;
}

body#nv_member .px,
body#nv_member .p_fre {
  height: 44px !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 10px !important;
  padding: 0 14px !important;
  background: #fff !important;
  color: #1f2328;
  box-sizing: border-box;
}

body#nv_member .px:focus,
body#nv_member .p_fre:focus {
  border-color: #2f6ff6 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 111, 246, 0.12);
}

body#nv_member select {
  height: 44px !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 10px !important;
  padding: 0 12px !important;
  background: #fff;
  color: #1f2328;
}

body#nv_member .pn.pnc {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 10px 32px !important;
  font-weight: 600;
  cursor: pointer;
}

body#nv_member .pn.pnc:hover {
  background: #1a5de0 !important;
}

body#nv_member .pn {
  border-radius: 10px !important;
  padding: 10px 24px !important;
  border: 1px solid #e6eaf2 !important;
}

body#nv_member .nfl {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}

/* Casdoor SSO 按钮 */
.casdoor-sso-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 24px !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #2f3a4a !important;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none !important;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
}

.casdoor-sso-btn:hover {
  border-color: #2f6ff6 !important;
  color: #2f6ff6 !important;
  background: #f8faff !important;
  box-shadow: 0 2px 8px rgba(47, 111, 246, 0.1);
}

.casdoor-sso-btn svg {
  flex-shrink: 0;
}

body#nv_member .flb {
  background: transparent !important;
  border-bottom: 1px solid #e6eaf2;
  padding: 0 0 12px !important;
  margin-bottom: 16px;
  font-size: 18px;
  color: #1f2328;
}

body#nv_member .tipcol a {
  color: #2f6ff6;
}

body#nv_member .rfm table {
  width: 100%;
}
body#nv_member #ct.yc-auth-login-page {
  max-width: 1160px !important;
  margin: 36px auto 56px !important;
}

body#nv_member .yc-auth-shell {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

body#nv_member .yc-auth-side {
  display: flex;
}

body#nv_member #ct.yc-auth-login-page .yc-auth-shell > .mn,
body#nv_member #ct.yc-auth-login-page #main_message {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

body#nv_member .yc-auth-side__card {
  width: 100%;
  padding: 28px 26px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(47, 111, 246, 0.18), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  border: 1px solid #dbe7ff;
  box-shadow: 0 14px 34px rgba(32, 56, 120, 0.10);
}

body#nv_member .yc-auth-side__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(47, 111, 246, 0.12);
  color: #2f6ff6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body#nv_member .yc-auth-side__card h1 {
  margin: 18px 0 10px;
  font-size: 32px;
  line-height: 1.15;
  color: #1f2937;
  font-weight: 800;
}

body#nv_member .yc-auth-side__summary {
  margin: 0;
  color: #516071;
  font-size: 15px;
  line-height: 1.8;
}

body#nv_member .yc-auth-side__list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

body#nv_member .yc-auth-side__list li {
  position: relative;
  padding-left: 18px;
  color: #445063;
  font-size: 14px;
  line-height: 1.75;
}

body#nv_member .yc-auth-side__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f6ff6;
  box-shadow: 0 0 0 4px rgba(47, 111, 246, 0.12);
}

body#nv_member .yc-auth-side__actions {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

body#nv_member .yc-auth-side__register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid #d7e3fb;
  background: rgba(255, 255, 255, 0.84);
  color: #2f6ff6 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

body#nv_member .yc-auth-side__register:hover {
  background: #fff;
  border-color: #c3d7ff;
}

body#nv_member .yc-auth-card {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}

body#nv_member .yc-auth-card__head {
  padding-bottom: 18px !important;
}

body#nv_member .yc-auth-card__desc {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

body#nv_member .yc-auth-panel {
  padding: 6px 24px 24px;
}

body#nv_member .yc-login-form .rfm tr {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

body#nv_member .yc-login-form .rfm th,
body#nv_member .yc-login-form .rfm td {
  display: block;
  width: auto !important;
}

body#nv_member .yc-login-form .rfm td:last-child {
  justify-self: end;
}

body#nv_member .yc-login-form .tipcol,
body#nv_member .yc-login-form .tipcol a {
  color: #7a8699 !important;
  font-size: 13px;
  text-decoration: none !important;
}

body#nv_member .yc-login-form .tipcol a:hover {
  color: #2f6ff6 !important;
}

body#nv_member .yc-login-form .login_slct,
body#nv_member .yc-login-form .login_slct select,
body#nv_member .yc-login-form select,
body#nv_member .yc-login-form .px,
body#nv_member .yc-login-form .p_fre {
  width: 100% !important;
  max-width: none !important;
}

body#nv_member .yc-login-submit {
  margin-top: 22px;
  padding-top: 4px;
}

body#nv_member .yc-login-submit__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

body#nv_member .yc-login-submit__services {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

body#nv_member .yc-login-submit__meta {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

body#nv_member .yc-login-submit__faq {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6b7280 !important;
  text-decoration: none !important;
  font-size: 13px;
}

body#nv_member .yc-login-submit__faq:hover {
  color: #2f6ff6 !important;
}

.fwinmask.yc-auth-fwin {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 24px;
  overflow: auto;
  border-left: 0 !important;
  background: rgba(15, 23, 42, 0.28);
  box-shadow: none !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fwinmask.yc-auth-fwin .fwin {
  width: 920px;
  margin: auto;
}

.fwinmask.yc-auth-fwin .m_c {
  padding: 0 !important;
  background: #fff;
}

.fwinmask.yc-auth-fwin .m_c .c {
  margin-top: 0;
  padding: 0;
  width: auto !important;
  height: auto !important;
  max-height: none !important;
}

.fwinmask.yc-auth-fwin .flb {
  position: relative;
  right: auto;
  width: auto;
  margin: 0;
  padding: 22px 24px 16px !important;
  border-bottom: 1px solid #e6ecf5;
  background: #fff !important;
}

.fwinmask.yc-auth-fwin .flb em {
  font-size: 20px;
  font-weight: 800;
  color: #1f2937;
}

.fwinmask.yc-auth-fwin .flbc {
  color: #7b8794 !important;
}

.fwinmask.yc-auth-fwin .yc-auth-float-shell {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  align-items: stretch;
}

.fwinmask.yc-auth-fwin .yc-auth-float-side {
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(47, 111, 246, 0.18), transparent 36%),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  border-right: 1px solid #dfe8f8;
}

.fwinmask.yc-auth-fwin .yc-auth-float-side__eyebrow,
.fwinmask.yc-auth-fwin .yc-auth-float-main__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(47, 111, 246, 0.12);
  color: #2f6ff6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.fwinmask.yc-auth-fwin .yc-auth-float-side h4,
.fwinmask.yc-auth-fwin .yc-auth-float-main h4 {
  margin: 16px 0 10px;
  font-size: 28px;
  line-height: 1.15;
  color: #1f2937;
  font-weight: 800;
}

.fwinmask.yc-auth-fwin .yc-auth-float-side p,
.fwinmask.yc-auth-fwin .yc-auth-float-main__head p {
  margin: 0;
  color: #5b6778;
  font-size: 14px;
  line-height: 1.8;
}

.fwinmask.yc-auth-fwin .yc-auth-float-side__list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.fwinmask.yc-auth-fwin .yc-auth-float-side__list li {
  position: relative;
  padding-left: 18px;
  color: #445063;
  font-size: 14px;
  line-height: 1.75;
}

.fwinmask.yc-auth-fwin .yc-auth-float-side__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f6ff6;
  box-shadow: 0 0 0 4px rgba(47, 111, 246, 0.12);
}

.fwinmask.yc-auth-fwin .yc-auth-float-side__action {
  margin-top: 24px;
  min-height: 48px;
  border-radius: 14px;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 16px 28px rgba(47, 111, 246, 0.18);
}

.fwinmask.yc-auth-fwin .yc-auth-float-main {
  padding: 28px;
  background: #fff;
}

.fwinmask.yc-auth-fwin .yc-auth-float-main__head {
  margin-bottom: 18px;
}

.fwinmask.yc-auth-fwin .yc-auth-float-main__meta {
  margin-top: 8px !important;
  color: #6b7280;
}

.fwinmask.yc-auth-fwin .yc-auth-float-main__meta a {
  color: #2f6ff6;
  text-decoration: none;
}

.fwinmask.yc-auth-fwin .yc-auth-float-main__meta a:hover {
  text-decoration: underline;
}

.fwinmask.yc-auth-fwin .yc-login-form .c.cl {
  padding: 0;
}

.fwinmask.yc-auth-fwin .yc-login-form .rfm {
  width: auto;
  margin-bottom: 0;
}

.fwinmask.yc-auth-fwin .yc-login-form .rfm table {
  width: 100%;
}

.fwinmask.yc-auth-fwin .yc-login-form .rfm th,
.fwinmask.yc-auth-fwin .yc-login-form .rfm td {
  padding: 6px 0;
}

.fwinmask.yc-auth-fwin .yc-login-form .rfm tr {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.fwinmask.yc-auth-fwin .yc-login-form .rfm td:last-child {
  justify-self: end;
}

.fwinmask.yc-auth-fwin .yc-login-form .login_slct,
.fwinmask.yc-auth-fwin .yc-login-form .login_slct select,
.fwinmask.yc-auth-fwin .yc-login-form select,
.fwinmask.yc-auth-fwin .yc-login-form .px,
.fwinmask.yc-auth-fwin .yc-login-form .p_fre {
  width: 100% !important;
  max-width: none !important;
}

.fwinmask.yc-auth-fwin .yc-login-form select,
.fwinmask.yc-auth-fwin .yc-login-form .px,
.fwinmask.yc-auth-fwin .yc-login-form .p_fre {
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d8e1ef;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
}

.fwinmask.yc-auth-fwin .yc-login-form .tipcol,
.fwinmask.yc-auth-fwin .yc-login-form .tipcol a {
  color: #7a8699 !important;
  font-size: 13px;
  text-decoration: none !important;
}

.fwinmask.yc-auth-fwin .yc-login-form .tipcol a:hover {
  color: #2f6ff6 !important;
}

.fwinmask.yc-auth-fwin .yc-login-submit {
  margin-top: 20px;
  padding-top: 8px;
}

.fwinmask.yc-auth-fwin .yc-login-submit__main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.fwinmask.yc-auth-fwin .yc-login-submit .pn.pnc {
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
}

.fwinmask.yc-auth-fwin .yc-login-submit__services {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  color: #6b7280;
  font-size: 13px;
}

.fwinmask.yc-auth-fwin div[id^="layer_lostpw_"] .c.cl {
  padding: 24px;
}

/* ================================================================
   共用：面包屑导航统一
   ================================================================ */
body[id^="nv_"] #pt {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[id^="nv_"] #pt a {
  color: #6b7280;
}

body[id^="nv_"] #pt a:hover {
  color: #2f6ff6;
}

body[id^="nv_"] #pt em {
  color: #cbd5e1;
  margin: 0 6px;
  font-style: normal;
}

/* ================================================================
   P1: post.php - 发帖/回帖 增强
   ================================================================ */
body#nv_forum.pg_post .ct2_a {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body#nv_forum.pg_post .tb {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  padding: 6px 8px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

body#nv_forum.pg_post .tb li {
  list-style: none;
}

body#nv_forum.pg_post .tb li a {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px !important;
  border-radius: 8px !important;
  border: 1px solid transparent !important;
  color: #5b6474 !important;
  background: transparent !important;
}

body#nv_forum.pg_post .tb li.a a,
body#nv_forum.pg_post .tb li a:hover {
  background: #f1f5ff !important;
  border-color: #e0e8ff !important;
  color: #2f6ff6 !important;
}

body#nv_forum.pg_post #postbox {
  padding: 16px !important;
}

body#nv_forum.pg_post .pn.pnc {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 8px 24px !important;
  font-weight: 600;
}

body#nv_forum.pg_post .pn.pnc:hover {
  background: #1a5de0 !important;
}

body#nv_forum.pg_post .pn {
  border-radius: 10px !important;
  border: 1px solid #e6eaf2 !important;
  padding: 8px 20px !important;
}

body#nv_forum.pg_post .pnpost {
  padding: 16px 0 !important;
  border-top: 1px solid #f0f3f8;
  margin-top: 16px;
}

/* ================================================================
   P1: login_simple - 快捷登录表单
   ================================================================ */
body[id^="nv_"] .fastlg {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  margin: 8px 0;
}

body[id^="nv_"] .fastlg .px {
  height: 36px !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 8px !important;
  padding: 0 10px !important;
  background: #fff;
}

body[id^="nv_"] .fastlg .px:focus {
  border-color: #2f6ff6 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 111, 246, 0.12);
}

body[id^="nv_"] .fastlg .pn {
  border-radius: 8px !important;
  background: #2f6ff6 !important;
  color: #fff !important;
  border: none !important;
  padding: 6px 18px !important;
  font-weight: 600;
}

body[id^="nv_"] .fastlg a {
  color: #6b7280;
}

body[id^="nv_"] .fastlg a.xi2 {
  color: #2f6ff6 !important;
}

/* ================================================================
   P1: getpasswd - 找回密码
   ================================================================ */
body#nv_member #ct .blr {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(32, 56, 120, 0.08) !important;
  padding: 24px !important;
}

body#nv_member #ct .blr .flb {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1f2328;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 0 0 14px !important;
  margin-bottom: 20px;
}

body#nv_member #ct .lgfm label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #4b5563;
}

body#nv_member #ct .lgfm label em {
  font-style: normal;
  font-weight: 500;
  min-width: 100px;
  text-align: right;
  color: #4b5563;
}

body#nv_member #ct .lgfm .px {
  flex: 1;
}

body#nv_member #ct .fsb {
  padding-top: 16px !important;
  border-top: 1px solid #f0f3f8;
  margin-top: 8px;
}

/* ================================================================
   P1: showmessage - 系统提示页
   ================================================================ */
body[id^="nv_"] #messagetext {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 16px rgba(32, 56, 120, 0.06) !important;
  padding: 32px !important;
  text-align: center;
}

body[id^="nv_"] #messagetext p {
  font-size: 15px;
  color: #2f3a4a;
  line-height: 1.8;
  margin-bottom: 12px;
}

body[id^="nv_"] #messagetext .alert_btnleft {
  margin-top: 16px;
}

body[id^="nv_"] #messagetext .alert_btnleft a {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  border-radius: 10px;
  background: #2f6ff6;
  color: #fff !important;
  font-weight: 600;
}

body[id^="nv_"] #messagetext .alert_btnleft a:hover {
  background: #1a5de0;
}

body[id^="nv_"] #ct.yc-logout-message-page {
  max-width: 560px !important;
  min-height: calc(100vh - 260px);
  margin: 24px auto 48px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

body[id^="nv_"] #ct.yc-logout-message-page #messagetext {
  width: 100%;
}

body[id^="nv_"] .altw {
  border-radius: 16px !important;
  overflow: hidden;
}

body[id^="nv_"] .alert_right,
body[id^="nv_"] .alert_error,
body[id^="nv_"] .alert_info {
  color: #374151;
  line-height: 1.8;
}

body[id^="nv_"] .alert_info {
  border-left: 4px solid #2f6ff6 !important;
}

body[id^="nv_"] .alert_error {
  border-left: 4px solid #e11d48 !important;
}

body[id^="nv_"] .alert_right {
  border-left: 4px solid #16a34a !important;
}

/* ================================================================
   P1: footer - 页脚
   ================================================================ */
body[id^="nv_"] #ft {
  background: #f8fafc !important;
  border-top: 1px solid #e6eaf2 !important;
  padding: 28px 16px !important;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

body[id^="nv_"] #ft #flk {
  float: none !important;
  order: 1;
}

body[id^="nv_"] #ft #frt {
  order: 2;
  text-align: right;
}

body[id^="nv_"] #ft a {
  color: #6b7280 !important;
}

body[id^="nv_"] #ft a:hover {
  color: #2f6ff6 !important;
}

body[id^="nv_"] #ft .pipe {
  color: #d1d5db;
  margin: 0 6px;
}

body[id^="nv_"] #ft p {
  color: #9ca3af;
  font-size: 13px;
  line-height: 1.8;
}

body[id^="nv_"] #ft strong a {
  color: #2f3a4a !important;
  font-weight: 600;
}

body[id^="nv_"] #scrolltop span a {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 8px rgba(32, 56, 120, 0.08) !important;
  padding: 8px 12px !important;
  color: #6b7280 !important;
}

body[id^="nv_"] #scrolltop span a:hover {
  color: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
}

/* ================================================================
   P2: space_index.php — 个人主页 (body#space)
   ================================================================ */
body#space {
  background: #f5f7fb !important;
}

body#space #toptb {
  display: none !important;
}

body#space #hd {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px 16px 12px !important;
}

body#space #spacename {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1f2328;
}

body#space #spacedescription {
  color: #6b7280;
}

body#space #ct {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
}

body#space .block {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(32, 56, 120, 0.04) !important;
  margin-bottom: 12px !important;
  overflow: hidden;
}

body#space .block .bm {
  border: none !important;
  box-shadow: none !important;
}

body#space .block .bm_h {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  border-radius: 0 !important;
  padding: 10px 14px !important;
}

body#space .block .bm_c {
  padding: 12px 14px !important;
}

body#space .block a {
  color: #2f3a4a;
}

body#space .block a:hover {
  color: #2f6ff6;
}

body#space .block .pn {
  border-radius: 8px !important;
  border: 1px solid #e6eaf2 !important;
}

body#space .block .pnc {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
}

body#space .flw_btn_fo,
body#space .flw_btn_unfo {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 8px;
  font-weight: 600;
}

body#space .flw_btn_fo {
  background: #2f6ff6;
  color: #fff !important;
}

body#space .flw_btn_unfo {
  background: #f0f3f8;
  color: #5b6474 !important;
}

body#space #ct .frame {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

body#space #ct .frame .column {
  float: none !important;
}

body#space #ct .frame .column > .block:last-child {
  margin-bottom: 0 !important;
}

body#space #ct .mn,
body#space #ct .sd {
  background: transparent !important;
}

body#space .xg1,
body#space .xg2,
body#space .hm {
  color: #8a94a6 !important;
}

/* ================================================================
   P2: spacecp_profile — 编辑资料 (body#nv_home)
   ================================================================ */
body#nv_home #ct .tfm {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body#nv_home #ct .tfm th {
  text-align: right !important;
  padding: 12px 14px 12px 0 !important;
  width: 140px !important;
  color: #4b5563;
  font-weight: 500;
  vertical-align: top;
  white-space: nowrap;
}

body#nv_home #ct .tfm td {
  padding: 10px 0 !important;
}

body#nv_home #ct .tfm .px {
  width: 100%;
  max-width: 360px !important;
  height: 38px !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 8px !important;
  padding: 0 12px !important;
  box-sizing: border-box;
}

body#nv_home #ct .tfm .px:focus {
  border-color: #2f6ff6 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 111, 246, 0.12);
}

body#nv_home #ct .tfm .pt {
  width: 100%;
  max-width: 480px !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 8px !important;
  padding: 10px 12px !important;
}

body#nv_home #ct .tfm .pt:focus {
  border-color: #2f6ff6 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 111, 246, 0.12);
}

body#nv_home #ct .tfm select {
  height: 38px !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 8px !important;
  padding: 0 10px !important;
  background: #fff;
}

body#nv_home #ct .mt {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1f2328;
  padding: 12px 16px !important;
  border-bottom: 1px solid #e6eaf2 !important;
}

body#nv_home #ct .bbda {
  background: #f8fafc !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  color: #5b6474;
  margin-bottom: 16px;
}

body#nv_home #ct .tbmu {
  background: #eff6ff !important;
  border: 1px solid #dbeafe !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  color: #2563eb;
}

body#nv_home #ct .tfm .d {
  color: #9ca3af;
  font-size: 12px;
  margin-top: 4px;
}

body#nv_home #ct .tfm .rq {
  color: #e11d48;
}

body#nv_home #ct .tedt {
  border: 1px solid #e6eaf2 !important;
  border-radius: 8px !important;
  overflow: hidden;
  max-width: 480px;
}

body#nv_home #ct .tedt .bar {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 6px 10px !important;
}

body#nv_home #ct .tedt .area textarea {
  border: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
}

body#nv_home #ct.ct2_a {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

body#nv_home #ct.ct2_a > .mn {
  flex: 1 1 auto;
  min-width: 0;
}

body#nv_home #ct.ct2_a > .appl {
  width: 240px;
  flex: 0 0 240px;
}

body#nv_home #ct .tb.cl,
body#nv_home #ct .tb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px !important;
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05) !important;
  margin-bottom: 16px !important;
}

body#nv_home #ct .tb li {
  list-style: none;
  margin: 0 !important;
}

body#nv_home #ct .tb a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  color: #5b6474 !important;
  border: 1px solid transparent !important;
}

body#nv_home #ct .tb .a a,
body#nv_home #ct .tb a:hover {
  background: #f1f5ff !important;
  border-color: #dbe7ff !important;
  color: #2f6ff6 !important;
}

/* spacecp layout refinement */
body#nv_home.pg_spacecp #ct.ct2_a.wp.cl {
  max-width: min(1480px, calc(100vw - 32px));
  margin: 0 auto 32px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 200px;
  gap: 16px;
  align-items: start;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn {
  width: auto !important;
  min-width: 0;
  float: none !important;
  flex: none !important;
  background: transparent !important;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn > .bm.bw0 {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 22px !important;
  box-shadow: none !important;
  overflow: hidden;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .appl {
  width: 200px !important;
  min-width: 200px;
  float: none !important;
  flex: none !important;
  justify-self: end;
  margin-left: 0 !important;
  background: transparent !important;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .appl .tbn {
  position: sticky;
  top: 96px;
  width: 100%;
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06) !important;
  overflow: hidden;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .appl .tbn .mt.bbda {
  margin: 0 !important;
  padding: 18px 18px 16px !important;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%) !important;
  border: 0 !important;
  border-bottom: 1px solid #e8edf5 !important;
  border-radius: 0 !important;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .appl .tbn ul {
  margin: 0;
  padding: 10px 12px 12px;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .appl .tbn li {
  list-style: none;
  margin: 0;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .appl .tbn li + li {
  margin-top: 6px;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .appl .tbn li a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px !important;
  border-radius: 12px !important;
  color: #4b5563 !important;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .appl .tbn li.a a,
body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .appl .tbn li a:hover {
  background: #eff4ff !important;
  color: #2563eb !important;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn .mt {
  padding: 18px 22px 10px !important;
  border-bottom: 0 !important;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn .tb,
body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn .tb.cl {
  margin: 0 0 18px !important;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: none !important;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn form,
body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn #profilelist {
  width: 100%;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn #profilelist {
  margin: 0;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn .tfm {
  margin: 0;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn .tfm th {
  width: 120px !important;
  padding-right: 16px !important;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn .tfm td {
  vertical-align: top;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn .tfm td.p {
  width: 104px;
  padding-left: 14px !important;
  padding-right: 10px !important;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn .tfm td.p select {
  width: 88px;
}

body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn .tfm tr:last-child td,
body#nv_home.pg_spacecp #ct.ct2_a.wp.cl > .mn .tfm tr:last-child th {
  padding-bottom: 18px !important;
}

body#nv_home.pg_spacecp #ct .pn.pnc {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 72px;
  text-align: center !important;
}

body#nv_home.pg_spacecp #ct .pn.pnc strong {
  display: block;
  width: 100%;
  text-align: center !important;
}

body#nv_home.pg_spacecp #ct #avatarform {
  padding: 18px 24px 28px;
}

body#nv_home.pg_spacecp #ct #avatarform .tfm {
  margin: 0 0 22px;
}

body#nv_home.pg_spacecp #ct #avatarform .tfm caption {
  padding-bottom: 10px;
}

body#nv_home.pg_spacecp #ct #avatarform #retpre {
  margin-right: 28px;
}

body#nv_home #ct .tbmu,
body#nv_home #ct .tbms,
body#nv_home #ct .tbms_r,
body#nv_home #ct .bbda {
  border-radius: 14px !important;
  padding: 14px 16px !important;
  box-shadow: none !important;
}

body#nv_home #ct .tbmu {
  background: #f8fbff !important;
  border: 1px solid #dce8fb !important;
  color: #31507c !important;
}

body#nv_home #ct .tbms,
body#nv_home #ct .tbms_r {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
}

body#nv_home #ct .creditl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#nv_home #ct .creditl li {
  list-style: none;
  margin: 0 !important;
  padding: 14px 16px !important;
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  color: #2f3a4a;
}

body#nv_home #ct .creditl li em {
  display: block;
  margin-bottom: 6px;
  color: #8a94a6;
  font-style: normal;
}

body#nv_home.pg_spacecp #ct .creditl {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 10px 18px 18px !important;
  padding: 14px !important;
  background: linear-gradient(180deg, #fbfdff 0%, #f7faff 100%) !important;
  border: 1px solid #e6edf7 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

body#nv_home.pg_spacecp #ct .creditl li {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 6px 4px !important;
  position: relative;
}

body#nv_home.pg_spacecp #ct .creditl li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -7px;
  bottom: 14px;
  width: 1px;
  background: #e8edf5;
}

body#nv_home.pg_spacecp #ct .creditl li:last-child {
  grid-column: 1 / -1;
  min-height: auto;
  align-items: flex-start;
  padding: 16px 18px !important;
  margin-top: 4px !important;
  border-top: 1px solid #e8edf5 !important;
  background: transparent !important;
}

body#nv_home.pg_spacecp #ct .creditl li:last-child .xg1 {
  display: block;
  margin-top: 4px;
  line-height: 1.75;
}

/* spacecp usergroup */
body#nv_home.pg_spacecp #ct .tdats {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 0;
  row-gap: 0;
  margin: 12px 18px 18px !important;
  border: 1px solid #e6eaf2;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  width: calc(100% - 36px);
  max-width: calc(100% - 36px);
  min-width: 0;
  box-sizing: border-box;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat {
  width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 !important;
  min-width: 0;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat:first-child {
  grid-column: 1;
  grid-row: 1 / span 2;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat.tfx {
  grid-column: 2;
  grid-row: 1 / span 2;
  border-right: 1px solid #e6eaf2;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat.tfxf {
  grid-column: 2 / 4;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat:first-child {
  border-right: 1px solid #e6eaf2;
  background: #fafbfd;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat th,
body#nv_home.pg_spacecp #ct .tdats > .tdat td {
  padding: 8px 10px !important;
  border-bottom: 1px solid #eef2f7;
  vertical-align: middle;
  color: #334155;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: normal;
  font-size: 13px;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat tr:last-child th,
body#nv_home.pg_spacecp #ct .tdats > .tdat tr:last-child td {
  border-bottom: 0;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat:first-child td,
body#nv_home.pg_spacecp #ct .tdats > .tdat:first-child th {
  font-size: 13px;
  color: #475569;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat .alt {
  background: rgba(37, 99, 235, 0.03);
}

body#nv_home.pg_spacecp #ct .tdats > .tdat .h th,
body#nv_home.pg_spacecp #ct .tdats > .tdat .h td {
  background: #f4f8ff;
  font-weight: 700;
  color: #1f2937;
  height: 50px;
  padding: 10px 12px !important;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat.tfx > tbody td,
body#nv_home.pg_spacecp #ct .tscr .tdat > tbody td {
  font-size: 14px;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat.tfx > tr:first-child th,
body#nv_home.pg_spacecp #ct .tscr .tdat > tr:first-child th {
  height: 64px;
  padding: 12px 14px !important;
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat.tfx > tr:first-child th.c0,
body#nv_home.pg_spacecp #ct .tscr .tdat > tr:first-child th,
body#nv_home.pg_spacecp #ct .tdats > #tba.tb,
body#nv_home.pg_spacecp #ct .tdats > #tba.tb li,
body#nv_home.pg_spacecp #ct .tdats > #tba.tb li#c1,
body#nv_home.pg_spacecp #ct .tdats > #tba.tb li#c2,
body#nv_home.pg_spacecp #ct .tdats > #tba.tb li#c3,
body#nv_home.pg_spacecp #ct .tdats > #tba.tb li#c4 {
  color: #fff !important;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%) !important;
  border-color: #2563eb !important;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat.tfx > tr:first-child th.c0 {
  padding: 0 !important;
  vertical-align: middle;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat.tfx > tr:first-child th.c0 h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  margin: 0;
  padding: 0 14px;
  box-sizing: border-box;
  color: #fff !important;
  background: transparent !important;
  border-radius: 0 !important;
  text-align: center;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat.tfx > tr:nth-child(2) th,
body#nv_home.pg_spacecp #ct .tscr .tdat > tr:first-child + tr th,
body#nv_home.pg_spacecp #ct .tscr .tdat > tr:first-child + tr td {
  height: 50px;
  padding: 10px 12px !important;
  background: #f8fbff;
}

body#nv_home.pg_spacecp #ct .tdats .notice {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  white-space: normal;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: normal;
  font-size: 12px;
}

body#nv_home.pg_spacecp #ct .tscr {
  grid-column: 3;
  grid-row: 2;
  align-self: start;
  min-width: 0;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat.tfx,
body#nv_home.pg_spacecp #ct .tscr,
body#nv_home.pg_spacecp #ct .tb.c1,
body#nv_home.pg_spacecp #ct .tb.c2,
body#nv_home.pg_spacecp #ct .tb.c3 {
  width: 100%;
}

body#nv_home.pg_spacecp #ct .tscr .tdat,
body#nv_home.pg_spacecp #ct > .mn > .bm.bw0 > .tdat.ftb,
body#nv_home.pg_spacecp #ct > .mn > .bm.bw0 > .tdat {
  width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 !important;
}

body#nv_home.pg_spacecp #ct .tscr .tdat th,
body#nv_home.pg_spacecp #ct .tscr .tdat td,
body#nv_home.pg_spacecp #ct > .mn > .bm.bw0 > .tdat.ftb th,
body#nv_home.pg_spacecp #ct > .mn > .bm.bw0 > .tdat.ftb td,
body#nv_home.pg_spacecp #ct > .mn > .bm.bw0 > .tdat th,
body#nv_home.pg_spacecp #ct > .mn > .bm.bw0 > .tdat td {
  padding: 8px 10px !important;
  border-bottom: 1px solid #eef2f7;
  vertical-align: middle;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: normal;
  font-size: 13px;
}

body#nv_home.pg_spacecp #ct .tscr .tdat .alt,
body#nv_home.pg_spacecp #ct > .mn > .bm.bw0 > .tdat .alt {
  background: #fafcff;
}

body#nv_home.pg_spacecp #ct .tscr .tdat .h th,
body#nv_home.pg_spacecp #ct > .mn > .bm.bw0 > .tdat .h th {
  background: #f4f8ff;
  font-weight: 700;
}

body#nv_home.pg_spacecp #ct .tscr .tdat th.c0,
body#nv_home.pg_spacecp #ct > .mn > .bm.bw0 > .tdat th.c0 {
  width: 140px;
}

body#nv_home.pg_spacecp #ct .tscr .tdat .notice,
body#nv_home.pg_spacecp #ct > .mn > .bm.bw0 > .tdat .notice {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
}

body#nv_home.pg_spacecp #ct .fico-valid,
body#nv_home.pg_spacecp #ct .fico-invalid {
  font-size: 16px;
  vertical-align: middle;
}

body#nv_home.pg_spacecp #ct .tb.c1,
body#nv_home.pg_spacecp #ct .tb.c2,
body#nv_home.pg_spacecp #ct .tb.c3 {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#nv_home.pg_spacecp #ct .tb.c1 li,
body#nv_home.pg_spacecp #ct .tb.c2 li,
body#nv_home.pg_spacecp #ct .tb.c3 li {
  margin: 0;
  width: 100%;
  white-space: normal;
  min-width: 0;
}

body#nv_home.pg_spacecp #ct .tb.c1 li,
body#nv_home.pg_spacecp #ct .tb.c2 li,
body#nv_home.pg_spacecp #ct .tb.c3 li,
body#nv_home.pg_spacecp #ct .tb.c1 a,
body#nv_home.pg_spacecp #ct .tb.c2 a,
body#nv_home.pg_spacecp #ct .tb.c3 a {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0 14px;
  border-radius: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: normal;
  font-size: 15px;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat:first-child > tr:first-child th {
  height: 64px;
  padding: 12px 14px !important;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat:first-child > tr:first-child + tr th,
body#nv_home.pg_spacecp #ct .tdats > .tdat:first-child > tr:first-child + tr td {
  height: 50px;
  padding: 10px 12px !important;
  background: #f8fbff;
}

body#nv_home.pg_spacecp #ct .tdats > .tdat.tfx > tbody td,
body#nv_home.pg_spacecp #ct .tscr .tdat > tbody td,
body#nv_home.pg_spacecp #ct .tdats > .tdat:first-child > tbody td,
body#nv_home.pg_spacecp #ct .tdats > .tdat:first-child > tbody th {
  height: 52px;
}

body#nv_home.pg_spacecp #ct .tdats .sync-row > th,
body#nv_home.pg_spacecp #ct .tdats .sync-row > td {
  height: auto;
}

body#nv_home.pg_spacecp #ct .tdats > #tba.tb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 !important;
  box-sizing: border-box;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#nv_home.pg_spacecp #ct .tdats > #tba.tb li,
body#nv_home.pg_spacecp #ct .tdats > #tba.tb li#c1,
body#nv_home.pg_spacecp #ct .tdats > #tba.tb li#c2,
body#nv_home.pg_spacecp #ct .tdats > #tba.tb li#c3,
body#nv_home.pg_spacecp #ct .tdats > #tba.tb li#c4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  width: 100% !important;
  max-width: none;
  padding: 0 14px !important;
  margin: 0 !important;
  background: #ff6a00 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  box-sizing: border-box;
}

body#nv_home #ct .dt {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05) !important;
}

body#nv_home #ct .dt caption {
  padding: 18px 20px 10px;
}

body#nv_home #ct .dt th {
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%) !important;
}

body#nv_home #ct .dt td,
body#nv_home #ct .dt th {
  padding: 12px 14px !important;
}

body#nv_home #ct .dt tr:hover td {
  background: #fafcff !important;
}

body#nv_home #ct .pm,
body#nv_home #ct .pm_c,
body#nv_home .pm {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

body#nv_home #ct .pm .flb,
body#nv_home .pm .flb {
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%) !important;
  border-bottom: 1px solid #e6eaf2 !important;
  border-radius: 16px 16px 0 0 !important;
}

body#nv_home #ct .pm .c,
body#nv_home .pm .c {
  padding: 16px 18px;
}

body#nv_home #ct .pm .pt,
body#nv_home .pm .pt {
  border-radius: 12px !important;
  border: 1px solid #dbe3ef !important;
  padding: 12px !important;
}

body#nv_home #ct .pm .o.pns,
body#nv_home .pm .o.pns {
  padding: 0 18px 18px;
}

/* ================================================================
   P2: group.php — 圈子 (body#nv_group)
   ================================================================ */
body#nv_group .tb {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  padding: 8px 12px !important;
}

body#nv_group #groupnav {
  display: flex !important;
  flex-wrap: wrap;
  gap: 4px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body#nv_group #groupnav li {
  list-style: none;
}

body#nv_group #groupnav li a {
  display: inline-flex !important;
  align-items: center;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  color: #5b6474 !important;
  border: 1px solid transparent !important;
  background: transparent !important;
}

body#nv_group #groupnav li.a a,
body#nv_group #groupnav li a:hover {
  background: #f1f5ff !important;
  border-color: #e0e8ff !important;
  color: #2f6ff6 !important;
}

body#nv_group #gh {
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 16px !important;
}

body#nv_group #gh img {
  width: 100% !important;
  display: block;
  border-radius: 12px 12px 0 0 !important;
}

body#nv_group #gh .bmw {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body#nv_group #gh .bm_h {
  padding: 12px 16px !important;
}

body#nv_group #gh .bm_h .xs2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1f2328;
}

body#nv_group #gh .bm_c {
  padding: 12px 16px !important;
}

body#nv_group .xld dl {
  padding: 14px !important;
}

body#nv_group .xld dt {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1f2328;
}

body#nv_group .xld dd {
  color: #5b6474;
  line-height: 1.7;
}

body#nv_group .sd {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  padding: 12px !important;
  overflow: hidden;
}

body#nv_group.pg_index #ct.ct2.wp.cl > .sd {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

body#nv_group .sd .bm {
  border: none !important;
  box-shadow: none !important;
}

body#nv_group .fa_fav,
body#nv_group .fa_rss,
body#nv_group .fa_ivt {
  padding: 4px 10px !important;
  border-radius: 6px !important;
  border: 1px solid #e6eaf2 !important;
  display: inline-flex;
  align-items: center;
}

body#nv_group .fa_fav:hover,
body#nv_group .fa_rss:hover,
body#nv_group .fa_ivt:hover {
  border-color: #2f6ff6 !important;
  color: #2f6ff6 !important;
}

body#nv_group #ct > .mn > .bm,
body#nv_group #ct > .mn > .bmw,
body#nv_group #ct > .mn > .tl,
body#nv_group #ct > .mn > .ml,
body#nv_group #ct > .mn > .block {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05) !important;
  overflow: hidden;
  margin-bottom: 16px;
}

body#nv_group #ct > .mn .bm_h,
body#nv_group #ct > .mn .tl .th {
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%) !important;
  border-bottom: 1px solid #e6eaf2 !important;
}

body#nv_group #ct > .mn .bm_c,
body#nv_group #ct > .mn .tl .bm_c {
  padding: 14px 16px !important;
}

body#nv_group #ct > .mn .xl li,
body#nv_group #ct > .mn .ml li {
  border-bottom: 1px solid #eef2f7 !important;
}

body#nv_group #ct > .mn .xl li:last-child,
body#nv_group #ct > .mn .ml li:last-child {
  border-bottom: 0 !important;
}

body#nv_group #ct > .mn .pn {
  border-radius: 999px !important;
  padding: 0 18px !important;
}

/* ================================================================
   P3: 全局表单 .tfm（泛化到所有页面）
   ================================================================ */
body[id^="nv_"] .tfm {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body[id^="nv_"] .tfm th {
  text-align: right !important;
  padding: 12px 14px 12px 0 !important;
  color: #4b5563;
  font-weight: 500;
  vertical-align: top;
  white-space: nowrap;
}

body[id^="nv_"] .tfm td {
  padding: 10px 0 !important;
}

body[id^="nv_"] .tfm .px {
  height: 38px !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 8px !important;
  padding: 0 12px !important;
  box-sizing: border-box;
}

body[id^="nv_"] .tfm .px:focus {
  border-color: #2f6ff6 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 111, 246, 0.12);
}

body[id^="nv_"] .tfm .pt {
  border: 1px solid #e6eaf2 !important;
  border-radius: 8px !important;
  padding: 10px 12px !important;
}

body[id^="nv_"] .tfm .pt:focus {
  border-color: #2f6ff6 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 111, 246, 0.12);
}

body[id^="nv_"] .tfm select {
  height: 38px !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 8px !important;
  padding: 0 10px !important;
  background: #fff;
}

/* ================================================================
   P3: 弹窗/对话框/浮层 .p_pop / .f_c / .flb
   ================================================================ */
.p_pop {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(32, 56, 120, 0.12) !important;
  overflow: hidden;
}

.p_pop ul {
  padding: 4px 0 !important;
}

.p_pop li {
  list-style: none;
}

.p_pop li a {
  display: block !important;
  padding: 8px 16px !important;
  color: #2f3a4a !important;
  line-height: 1.6;
}

.p_pop li a:hover {
  background: #f1f5ff !important;
  color: #2f6ff6 !important;
}

.p_pop li.a a {
  color: #2f6ff6 !important;
  font-weight: 600;
}

body[id^="nv_"] .f_c {
  background: #fff !important;
  border-radius: 12px !important;
  overflow: hidden;
}

body[id^="nv_"] .flb {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  font-weight: 600;
  color: #1f2328;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body[id^="nv_"] .flb em {
  font-style: normal;
}

body[id^="nv_"] .flbc {
  color: #9ca3af !important;
  font-weight: normal;
}

body[id^="nv_"] .flbc:hover {
  color: #e11d48 !important;
}

/* 帖子点评对话框 */
body[id^="nv_"] .f_c .c {
  padding: 12px 16px !important;
}

body[id^="nv_"] .f_c .o {
  background: #f8fafc !important;
  border-top: 1px solid #e6eaf2 !important;
  padding: 10px 16px !important;
}

body[id^="nv_"] .f_c .pt,
body[id^="nv_"] .f_c textarea.pt,
body[id^="nv_"] .f_c .px,
body[id^="nv_"] .f_c select.ps {
  border: 1px solid #dbe3ef !important;
  border-radius: 12px !important;
  padding: 10px 12px !important;
  box-sizing: border-box;
}

body[id^="nv_"] .f_c .pt:focus,
body[id^="nv_"] .f_c textarea.pt:focus,
body[id^="nv_"] .f_c .px:focus,
body[id^="nv_"] .f_c select.ps:focus {
  border-color: #2f6ff6 !important;
  box-shadow: 0 0 0 3px rgba(47, 111, 246, 0.12);
  outline: none;
}

body[id^="nv_"] .tm_c,
body[id^="nv_"] .tpclg {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 14px;
}

body[id^="nv_"] .tm_c {
  overflow: hidden;
}

body[id^="nv_"] .tpclg {
  padding: 14px 16px;
  margin-top: 14px;
}

body[id^="nv_"] .tpclg h4,
body[id^="nv_"] .tm_c h4 {
  color: #374151;
  font-size: 14px;
  margin-bottom: 10px;
}

body[id^="nv_"] .llst,
body[id^="nv_"] .tm_c ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body[id^="nv_"] .llst li,
body[id^="nv_"] .tm_c ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eef2f7;
}

body[id^="nv_"] .llst li:last-child,
body[id^="nv_"] .tm_c ul li:last-child {
  border-bottom: 0;
}

body[id^="nv_"] .llst label,
body[id^="nv_"] .tm_c label {
  color: #4b5563;
}

body[id^="nv_"] .o.pns,
body[id^="nv_"] .o.pns .pn,
body[id^="nv_"] .o .pn {
  border-radius: 999px !important;
}

body[id^="nv_"] .dpbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #f3f6fb;
  color: #6b7280 !important;
}

body[id^="nv_"] .dpbtn:hover {
  background: #e8f0ff;
  color: #2f6ff6 !important;
}

/* 帖子点评星级 */
body[id^="nv_"] .cmstar {
  display: inline-flex;
  gap: 2px;
}

/* ================================================================
   P3: 版主/管理面板 .ct2_a 侧栏
   ================================================================ */
body[id^="nv_"] .ct2_a .appl .tbn {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  overflow: hidden;
}

body[id^="nv_"] .ct2_a .appl .tbn .mt,
body[id^="nv_"] .ct2_a .appl .tbn .bbda {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1f2328;
  border-radius: 0 !important;
  margin: 0 !important;
}

body[id^="nv_"] .ct2_a .appl .tbn ul {
  padding: 4px 0 !important;
  margin: 0 !important;
}

body[id^="nv_"] .ct2_a .appl .tbn li {
  list-style: none;
}

body[id^="nv_"] .ct2_a .appl .tbn li a {
  display: block !important;
  padding: 9px 14px !important;
  color: #4b5563 !important;
  border-left: 3px solid transparent;
}

body[id^="nv_"] .ct2_a .appl .tbn li a:hover {
  background: #f1f5ff !important;
  color: #2f6ff6 !important;
}

body[id^="nv_"] .ct2_a .appl .tbn li.a a {
  background: #f1f5ff !important;
  color: #2f6ff6 !important;
  border-left-color: #2f6ff6 !important;
  font-weight: 600;
}

/* modcp 管理面板主区域 */
body[id^="nv_"] .ct2_a .mn .notice {
  background: #eff6ff !important;
  border: 1px solid #dbeafe !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  color: #2563eb;
  margin-top: 12px;
}

/* 数据表格 .dt (modcp 列表) */
body[id^="nv_"] .dt {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 8px !important;
  overflow: hidden;
}

body[id^="nv_"] .dt th {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 10px 12px !important;
  color: #4b5563;
  font-weight: 600;
  text-align: left;
}

body[id^="nv_"] .dt td {
  padding: 10px 12px !important;
  border-bottom: 1px solid #f0f3f8 !important;
  color: #2f3a4a;
}

body[id^="nv_"] .dt tr:last-child td {
  border-bottom: none !important;
}

body[id^="nv_"] .dt tr:hover td {
  background: #fafbfd;
}

body#nv_forum #ct.ct2_a {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

body#nv_forum #ct.ct2_a > .mn {
  flex: 1 1 auto;
  min-width: 0;
}

body#nv_forum #ct.ct2_a > .appl {
  width: 260px;
  flex: 0 0 260px;
}

body#nv_forum #ct.ct2_a .bm.bw0,
body#nv_forum #ct.ct2_a .mdcp,
body#nv_forum #ct.ct2_a .exfm,
body#nv_forum #ct.ct2_a .um {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05) !important;
}

body#nv_forum #ct.ct2_a .bm.bw0,
body#nv_forum #ct.ct2_a .mdcp {
  overflow: hidden;
}

body#nv_forum #ct.ct2_a .mdcp > .mt,
body#nv_forum #ct.ct2_a .bm.bw0 > .mt {
  padding: 18px 20px 10px !important;
  border-bottom: 1px solid #eef2f7;
}

body#nv_forum #ct.ct2_a .exfm {
  padding: 16px 18px !important;
  margin: 16px 0 !important;
}

body#nv_forum #ct.ct2_a .exfm table {
  width: 100%;
}

body#nv_forum #ct.ct2_a .exfm .ps,
body#nv_forum #ct.ct2_a .exfm .px {
  border: 1px solid #dbe3ef !important;
  border-radius: 10px !important;
  min-height: 38px;
  padding: 0 12px !important;
}

body#nv_forum #ct.ct2_a .exfm .pn {
  border-radius: 999px !important;
}

body#nv_forum #ct.ct2_a .um {
  padding: 14px 16px !important;
  margin-bottom: 12px;
}

body#nv_forum #ct.ct2_a .um .xw1,
body#nv_forum #ct.ct2_a .um .xi2 {
  color: #1f2328;
}

body#nv_forum #ct.ct2_a .um .xg1 {
  color: #8a94a6 !important;
}

body#nv_forum #ct.ct2_a .um #list_note_ {
  color: #4b5563;
}

body#nv_forum #ct.ct2_a .tb.cl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px !important;
  background: #fff !important;
  border-bottom: 1px solid #eef2f7;
}

body#nv_forum #ct.ct2_a .tb li {
  list-style: none;
  margin: 0 !important;
}

body#nv_forum #ct.ct2_a .tb li a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  color: #5b6474 !important;
  border: 1px solid transparent !important;
}

body#nv_forum #ct.ct2_a .tb li.a a,
body#nv_forum #ct.ct2_a .tb li a:hover {
  background: #f1f5ff !important;
  border-color: #dbe7ff !important;
  color: #2f6ff6 !important;
}

body#nv_forum #ct.ct2_a .tbn {
  border-radius: 16px !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05) !important;
}

body#nv_forum #ct.ct2_a .emp {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 16px;
  padding: 18px 20px;
}

body#nv_forum .clct,
body#nv_forum .clct_list,
body#nv_forum .clct_view,
body#nv_forum .clct_flw,
body#nv_forum .tl.bm {
  border-radius: 16px !important;
}

body#nv_forum .clct_flw a,
body#nv_forum .clct_flw i {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f1f5ff;
  color: #2f6ff6 !important;
  border: 1px solid #dbe7ff;
  font-style: normal;
}

body#nv_forum .clct_flw i.u,
body#nv_forum .clct_flw a:hover {
  background: #e8f0ff;
}

body#nv_forum .bml.pbn > .bm_c > .mbn,
body#nv_forum .bml.pbn > .bm_c > div {
  color: #4b5563;
  line-height: 1.8;
}

body#nv_forum .tl.bm .th {
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%) !important;
  border-bottom: 1px solid #e6eaf2 !important;
}

body#nv_forum .tl.bm .th td,
body#nv_forum .tl.bm .th th,
body#nv_forum .tl.bm .bm_c td,
body#nv_forum .tl.bm .bm_c th {
  padding: 12px 14px !important;
}

body#nv_forum .tl.bm .bm_c tr {
  border-bottom: 1px solid #eef2f7 !important;
}

body#nv_forum .tl.bm .bm_c tr:hover td,
body#nv_forum .tl.bm .bm_c tr:hover th {
  background: #fafcff !important;
}

body#nv_forum .tl.bm .xst:hover {
  color: #2f6ff6 !important;
}

body#nv_forum .f_c .c .lb,
body#nv_forum .f_c .c p,
body#nv_forum .f_c .c div {
  color: #4b5563;
  line-height: 1.8;
}

/* ================================================================
   P3: 门户首页 — Zhihu Feed 风格
   ================================================================ */
body#nv_portal #wp.wp {
  padding: 0 16px !important;
  box-sizing: border-box !important;
}

.yc-portal { background: #f6f7f9; }

/* ---------- Cover Banner ---------- */
.yc-portal-cover {
  position: relative;
  height: 220px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0c1f3f 0%, #133a6b 25%, #1a5299 45%, #2874c8 60%, #5a9fe0 75%, #b8954c 92%, #d4b870 100%);
  background-size: cover;
  overflow: hidden;
  margin-top: 16px;
}
.yc-portal-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.18) 100%);
  pointer-events: none;
}
.yc-portal-cover-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 20px;
}
.yc-cover-upload-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  font-size: 13px;
  color: #374151;
  cursor: pointer;
  transition: background .2s;
  user-select: none;
}
.yc-cover-upload-btn:hover { background: #fff; }

/* ---------- Profile Section ---------- */
.yc-portal-profile-wrap {
  position: relative;
  z-index: 2;
  background: #fff;
  border-left: 1px solid #e6eaf2;
  border-right: 1px solid #e6eaf2;
  border-bottom: 1px solid #e6eaf2;
  padding: 0 20px;
}
.yc-portal-profile {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 0 24px;
}
.yc-portal-avatar {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  margin-top: -50px;
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  background: #fff;
}
.yc-portal-avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.yc-portal-userinfo {
  flex: 1;
  min-width: 0;
  padding-top: 14px;
}
.yc-portal-username {
  font-size: 22px;
  font-weight: 700;
  color: #1f2328;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.yc-verified-icon {
  flex-shrink: 0;
}
.yc-portal-identity {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 6px;
}
.yc-portal-detail-link {
  font-size: 13px;
  color: #9ca3af !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color .15s;
}
.yc-portal-detail-link:hover {
  color: #2f6ff6 !important;
}
.yc-portal-profile-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
}
.yc-link-center {
  font-size: 14px;
  color: #2f6ff6 !important;
  text-decoration: none !important;
  font-weight: 500;
  white-space: nowrap;
}
.yc-link-center:hover { text-decoration: underline !important; }
.yc-btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 7px 20px;
  border: 1px solid #d1d5db;
  border-radius: 20px;
  font-size: 14px;
  color: #374151 !important;
  background: #fff;
  text-decoration: none !important;
  cursor: pointer;
  transition: border-color .2s, color .2s;
  white-space: nowrap;
}
.yc-btn-outline:hover {
  border-color: #2f6ff6;
  color: #2f6ff6 !important;
}
.yc-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  color: #fff !important;
  background: #2f6ff6;
  text-decoration: none !important;
  cursor: pointer;
  transition: background .2s;
  white-space: nowrap;
}
.yc-btn-primary:hover { background: #1a5de0; }

/* ---------- Tab Navigation ---------- */
.yc-portal-tabs-bar {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-top: none;
  border-radius: 0 0 12px 12px;
}
.yc-portal-tabs {
  display: flex;
  gap: 0;
}
.yc-portal-tabs a {
  position: relative;
  padding: 14px 24px;
  font-size: 15px;
  color: #6b7280 !important;
  text-decoration: none !important;
  font-weight: 500;
  transition: color .15s;
  white-space: nowrap;
}
.yc-portal-tabs a:hover {
  color: #374151 !important;
}
.yc-portal-tabs a.active {
  color: #2f6ff6 !important;
  font-weight: 600;
}
.yc-portal-tabs a.active::after {
  content: '';
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  background: #2f6ff6;
  border-radius: 3px 3px 0 0;
}

/* ---------- Body: Two-column layout ---------- */
.yc-portal-body {
  display: flex;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  align-items: flex-start;
}
.yc-portal-main {
  flex: 1;
  min-width: 0;
}
.yc-portal-sidebar {
  width: 300px;
  flex-shrink: 0;
}

/* ---------- Feed Sections ---------- */
.yc-feed-section {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e6eaf2;
  margin-bottom: 16px;
  overflow: hidden;
}
.yc-feed-section-head {
  font-size: 15px;
  font-weight: 600;
  color: #1f2328;
  padding: 16px 20px 0;
}
.yc-feed-item {
  padding: 16px 20px;
  border-bottom: 1px solid #f0f3f8;
  transition: background .15s;
}
.yc-feed-item:last-child {
  border-bottom: none;
}
.yc-feed-item:hover {
  background: #fafbfd;
}
.yc-feed-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.yc-feed-type {
  font-size: 13px;
  color: #9ca3af;
}
.yc-feed-date {
  font-size: 13px;
  color: #9ca3af;
}
.yc-feed-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px;
}
.yc-feed-title a {
  color: #1f2328 !important;
  text-decoration: none !important;
}
.yc-feed-title a:hover {
  color: #2f6ff6 !important;
}
.yc-feed-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.yc-feed-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.yc-feed-avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.yc-feed-name {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
}
.yc-feed-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 4px;
}
.yc-feed-act {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #9ca3af !important;
  text-decoration: none !important;
  transition: color .15s;
}
.yc-feed-act:hover {
  color: #2f6ff6 !important;
}
.yc-feed-act svg {
  flex-shrink: 0;
}

.yc-feed-preview {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.yc-feed-count {
  font-size: 13px;
  font-weight: 400;
  color: #9ca3af;
  margin-left: 8px;
}

.yc-feed-empty {
  text-align: center;
  padding: 60px 20px;
  color: #9ca3af;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e6eaf2;
}
.yc-feed-empty p {
  margin: 16px 0 0;
  font-size: 15px;
}

/* ---------- Sidebar Cards ---------- */
.yc-sidebar-card {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}
.yc-sidebar-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2328;
  margin: 0 0 16px;
}

/* Achievement card */
.yc-achievement-cert {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.yc-cert-label {
  font-size: 14px;
  color: #374151;
}
.yc-cert-value {
  font-size: 14px;
  color: #2f6ff6;
  font-weight: 500;
}
.yc-achievement-list {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.yc-achievement-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #374151;
}
.yc-achievement-row strong {
  color: #1f2328;
}

/* Follow card */
.yc-follow-card {
  padding: 0 !important;
}
.yc-follow-stats {
  display: flex;
}
.yc-follow-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px;
  text-decoration: none !important;
  transition: background .15s;
}
.yc-follow-col:hover { background: #fafbfd; }
.yc-follow-label {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 6px;
}
.yc-follow-num {
  font-size: 28px;
  font-weight: 700;
  color: #1f2328;
}
.yc-follow-divider {
  width: 1px;
  background: #e6eaf2;
  align-self: stretch;
}

/* Sidebar links card */
.yc-sidebar-links-card {
  padding: 0 !important;
}
.yc-sidebar-links-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  font-size: 14px;
  color: #374151 !important;
  text-decoration: none !important;
  transition: background .15s;
  border-bottom: 1px solid #f0f3f8;
}
.yc-sidebar-links-card a:last-child {
  border-bottom: none;
}
.yc-sidebar-links-card a:hover {
  background: #fafbfd;
  color: #2f6ff6 !important;
}
.yc-sidebar-links-card a svg {
  color: #d1d5db;
  flex-shrink: 0;
}

/* ================================================================
   论坛首页 (forum/discuz) 差异样式
   ================================================================ */

/* Cover: 论坛版稍高，放搜索和发帖按钮 */
.yc-forum-cover {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yc-forum-cover .yc-portal-cover-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  padding: 0 20px;
  width: 100%;
}
.yc-forum-cover-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
  text-shadow: 0 2px 12px rgba(0,0,0,.25);
}

/* Search bar inside cover */
.yc-forum-search-bar {
  width: 100%;
  max-width: 560px;
}
.yc-forum-search-inner {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 4px 4px 4px 16px;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
}
.yc-forum-search-inner svg {
  flex-shrink: 0;
  color: #9ca3af;
}
.yc-forum-search-inner input[type="text"] {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #1f2328;
  outline: none;
  min-width: 0;
}
.yc-forum-search-inner input[type="text"]::placeholder {
  color: #9ca3af;
}
.yc-forum-search-inner select {
  border: none;
  background: transparent;
  font-size: 13px;
  color: #6b7280;
  cursor: pointer;
  outline: none;
  padding: 4px 0;
}
.yc-forum-search-inner button {
  padding: 8px 20px;
  background: #2f6ff6;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s;
  white-space: nowrap;
}
.yc-forum-search-inner button:hover {
  background: #1a5de0;
}

/* Publish button in cover */
.yc-forum-cover-actions {
  display: flex;
  gap: 12px;
}
.yc-forum-publish-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background: rgba(255,255,255,.2);
  border: 1px solid rgba(255,255,255,.4);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
  transition: background .2s;
}
.yc-forum-publish-btn:hover {
  background: rgba(255,255,255,.35);
}

/* Tab bar: 论坛和门户共享tabs-bar，论坛加顶部圆角 */
.yc-forum-tabs-bar {
  border-radius: 0;
  border-top: none;
}

/* Sidebar: user card */
.yc-forum-user-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.yc-forum-user-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.yc-forum-user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.yc-forum-user-avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.yc-forum-user-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.yc-forum-user-name {
  font-size: 16px;
  font-weight: 600;
  color: #1f2328 !important;
  text-decoration: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yc-forum-user-name:hover { color: #2f6ff6 !important; }
.yc-forum-user-group {
  font-size: 13px;
  color: #9ca3af;
}
.yc-forum-user-stats {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-top: 1px solid #f0f3f8;
  padding-top: 14px;
}
.yc-forum-user-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.yc-forum-user-stat strong {
  font-size: 18px;
  font-weight: 700;
  color: #1f2328;
}
.yc-forum-user-stat span {
  font-size: 12px;
  color: #9ca3af;
}

/* Sidebar: topic list */
.yc-sidebar-card-title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.yc-forum-topic-list {
  display: flex;
  flex-direction: column;
}
.yc-forum-topic-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #f0f3f8;
  text-decoration: none !important;
  transition: background .1s;
}
.yc-forum-topic-row:last-child { border-bottom: none; }
.yc-forum-topic-row:hover .yc-forum-topic-text { color: #2f6ff6; }
.yc-forum-topic-rank {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #f0f3f8;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yc-forum-topic-rank.is-top {
  background: #fff7ed;
  color: #f59e0b;
}
.yc-forum-topic-text {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  color: #374151;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .15s;
}
.yc-forum-topic-empty {
  color: #9ca3af;
  font-size: 13px;
  text-align: center;
  padding: 12px 0;
  margin: 0;
}

/* Forum categories: tag-style sub-forums */
.yc-forum-cat-item .yc-feed-title { margin-bottom: 8px; }
.yc-forum-cat-forums {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.yc-forum-cat-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: #f0f5ff;
  border: 1px solid #e0e8ff;
  border-radius: 16px;
  font-size: 13px;
  color: #2f6ff6 !important;
  text-decoration: none !important;
  transition: background .15s, border-color .15s;
}
.yc-forum-cat-tag:hover {
  background: #dbeafe;
  border-color: #93c5fd;
}

/* ---------- Portal 文章子页面 (list / view) ---------- */
body#nv_portal #ct {
  max-width: 1200px !important;
  margin: 0 auto !important;
}
body#nv_portal .bm {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(32, 56, 120, 0.04) !important;
  margin-bottom: 12px !important;
  overflow: hidden;
}
body#nv_portal .bm_h {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 10px 14px !important;
}
body#nv_portal .bm_c {
  padding: 12px 14px !important;
}
body#nv_portal .xl li {
  border-bottom: 1px dashed #e6eaf2 !important;
  padding: 8px 0 !important;
}
body#nv_portal .xl li:last-child {
  border-bottom: none !important;
}
body#nv_portal .vw {
  padding: 20px !important;
  line-height: 1.8;
  color: #2f3a4a;
  font-size: 15px;
}
body#nv_portal .vw h1 {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #1f2328;
  margin-bottom: 16px;
}
body#nv_portal .cmt_list {
  border-top: 1px solid #e6eaf2 !important;
}
body#nv_portal .ct2_a .mn .bm {
  border-radius: 12px !important;
}

body#nv_portal .vw .h.hm {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eef2f7;
}

body#nv_portal .vw .ph {
  font-size: 30px !important;
  line-height: 1.35;
  color: #111827;
}

body#nv_portal .vw .xg1,
body#nv_portal .vw .xg1 a {
  color: #8a94a6 !important;
}

body#nv_portal .vw .s {
  margin: 18px 0;
  padding: 16px 18px;
  background: #f8fbff;
  border: 1px solid #e3edf9;
  border-radius: 14px;
  color: #4b5563;
}

body#nv_portal .vw .d {
  color: #2f3a4a;
  line-height: 1.9;
  font-size: 16px;
}

body#nv_portal .vw .d img {
  max-width: 100%;
  border-radius: 12px;
}

body#nv_portal .vw .o,
body#nv_portal .vw .pren,
body#nv_portal #inner_nav {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eef2f7;
}

body#nv_portal .vw .o a,
body#nv_portal .vw .pren a,
body#nv_portal #inner_nav a {
  color: #2f6ff6 !important;
}

body#nv_portal #comment .bm_c {
  padding: 18px !important;
}

body#nv_portal #comment_ul .pt {
  min-height: 110px;
}

body#nv_portal #comment_ul .pn {
  border-radius: 999px !important;
  padding: 0 20px !important;
}

body#nv_portal #ct.ct2.wp.cl > .sd .bm {
  border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05) !important;
}

body#nv_portal #ct.ct2.wp.cl > .sd .bm_h {
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%) !important;
}

body#nv_portal #ct .pg a,
body#nv_portal #ct .pg strong {
  border-radius: 8px !important;
  border: 1px solid #e6eaf2 !important;
  padding: 4px 12px !important;
}

body#nv_portal #ct .pg strong {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
}

body#nv_portal.pg_portalcp #ct,
body#nv_portal.pg_index #ct {
  max-width: 1200px !important;
}

body#nv_portal .xld dl,
body#nv_portal .xlda dl {
  padding: 18px 0 !important;
  border-bottom: 1px solid #eef2f7 !important;
}

body#nv_portal .xld dl:last-child,
body#nv_portal .xlda dl:last-child {
  border-bottom: 0 !important;
}

body#nv_portal .xld dt a,
body#nv_portal .xlda dt a {
  color: #111827 !important;
  font-size: 20px;
  line-height: 1.45;
}

body#nv_portal .xld dt a:hover,
body#nv_portal .xlda dt a:hover {
  color: #2f6ff6 !important;
}

body#nv_portal .xld dd,
body#nv_portal .xlda dd {
  color: #5b6474;
  line-height: 1.8;
}

body#nv_portal .xld .atc img,
body#nv_portal .xlda .atc img {
  border-radius: 12px !important;
}

body#nv_portal .bm_h .addnew,
body#nv_portal .bm_h .rss {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f1f5ff;
  color: #2f6ff6 !important;
  border: 1px solid #dbe7ff;
}

body#nv_portal .bm_h .addnew:hover,
body#nv_portal .bm_h .rss:hover {
  background: #e8f0ff;
}

body#nv_portal .bm_c.xld {
  padding: 8px 18px 4px !important;
}

body#nv_portal.pg_portalcp .dopt,
body#nv_portal.pg_portalcp .exfm,
body#nv_portal.pg_portalcp .bm.bw0 {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05) !important;
}

body#nv_portal.pg_portalcp .dopt,
body#nv_portal.pg_portalcp .exfm {
  padding: 16px 18px !important;
  margin-bottom: 16px !important;
}

body#nv_portal.pg_portalcp .dopt .px,
body#nv_portal.pg_portalcp .exfm .px,
body#nv_portal.pg_portalcp .exfm .p_fre,
body#nv_portal.pg_portalcp .exfm select {
  border: 1px solid #dbe3ef !important;
  border-radius: 10px !important;
  min-height: 38px;
  padding: 0 12px !important;
}

body#nv_portal.pg_portalcp .dopt .px:focus,
body#nv_portal.pg_portalcp .exfm .px:focus,
body#nv_portal.pg_portalcp .exfm .p_fre:focus,
body#nv_portal.pg_portalcp .exfm select:focus {
  border-color: #2f6ff6 !important;
  box-shadow: 0 0 0 3px rgba(47, 111, 246, 0.12);
  outline: none;
}

body#nv_portal.pg_portalcp .dopt .pn,
body#nv_portal.pg_portalcp .exfm .pn {
  border-radius: 999px !important;
}

body#nv_portal.pg_portalcp .sinf dl,
body#nv_portal.pg_portalcp .sadd dl {
  display: grid;
  gap: 12px;
}

body#nv_portal.pg_portalcp #ct.ct2_a {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 24px;
  align-items: flex-start;
  border: 0 !important;
  background: transparent !important;
}

body#nv_portal.pg_portalcp #ct.ct2_a > .mn {
  float: none !important;
  width: auto !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
}

body#nv_portal.pg_portalcp #ct.ct2_a > .appl {
  float: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 240px !important;
  flex: 0 0 240px;
}

/* portalcp 登录提示：去掉默认底色，保留纯文字提示 */
body#nv_portal.pg_portalcp .mdcp .mbw {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #5b6474 !important;
}

body#nv_portal.pg_portalcp .dt {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05) !important;
}

body#nv_portal.pg_portalcp .dt th {
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%) !important;
}

body#nv_portal.pg_portalcp .dt td,
body#nv_portal.pg_portalcp .dt th {
  padding: 12px 14px !important;
}

body#nv_portal.pg_portalcp .dt tr:hover td {
  background: #fafcff !important;
}

body#nv_portal.pg_portalcp .bm.bw0 > .mt,
body#nv_portal.pg_portalcp .bm.bw0 > h1 {
  padding: 18px 20px 10px !important;
}

body#nv_portal.pg_portalcp .appl .tnv,
body#nv_portal.pg_portalcp .appl .tnv ul,
body#nv_portal.pg_portalcp .appl .tnv li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body#nv_portal.pg_portalcp .appl .tnv {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

body#nv_portal.pg_portalcp .appl .tnv a {
  display: block;
  padding: 11px 14px;
  color: #4b5563 !important;
  border-bottom: 1px solid #eef2f7;
}

body#nv_portal.pg_portalcp .appl .tnv li:last-child a {
  border-bottom: 0;
}

body#nv_portal.pg_portalcp .appl .tnv .a a,
body#nv_portal.pg_portalcp .appl .tnv a:hover {
  background: #f3f7ff !important;
  color: #2f6ff6 !important;
}

/* ================================================================
   P3: 论坛子页面通用（淘帖/收藏/帖子点评等）
   ================================================================ */
body#nv_forum .f_c .flb {
  background: #f8fafc !important;
  border-bottom: 1px solid #e6eaf2 !important;
  border-radius: 12px 12px 0 0 !important;
}

/* 淘帖 collection */
body#nv_forum .clct {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  padding: 16px !important;
  margin-bottom: 12px;
}

/* Ajax 快速回复表单 */
body[id^="nv_"] .pgsbtn {
  background: #2f6ff6 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 8px 18px !important;
  font-weight: 600;
  cursor: pointer;
}

body[id^="nv_"] .pgsbtn:hover {
  background: #1a5de0 !important;
}

body[id^="nv_"] .pts {
  border: 1px solid #e6eaf2 !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  width: 100%;
  box-sizing: border-box;
}

body[id^="nv_"] .pts:focus {
  border-color: #2f6ff6 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 111, 246, 0.12);
}

/* ================================================================
   P3: search - 搜索页
   ================================================================ */
body#nv_search {
  background: #f5f7fb;
  color: #1f2328;
}

body#nv_search #toptb {
  background: #fff;
  border-bottom: 1px solid #e6eaf2;
  padding: 10px 18px;
}

body#nv_search #ct {
  max-width: 1120px;
  margin: 24px auto;
}

body#nv_search .mw {
  background: transparent;
}

body#nv_search #scform {
  width: 100%;
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

body#nv_search #scform td {
  vertical-align: middle;
}

body#nv_search #scform h1 {
  padding: 18px 20px;
}

body#nv_search #scform_tb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 20px 10px;
  border-bottom: 1px solid #eef2f7;
}

body#nv_search #scform_tb a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #5b6474 !important;
  background: #f8fafc;
  border: 1px solid transparent;
}

body#nv_search #scform_tb a.a,
body#nv_search #scform_tb a:hover {
  color: #2f6ff6 !important;
  background: #f1f5ff;
  border-color: #dbe7ff;
}

body#nv_search #scform_form {
  width: 100%;
}

body#nv_search #scform_form td {
  padding: 16px 20px 20px;
}

body#nv_search #scform_srchtxt {
  width: 100% !important;
  height: 46px;
  border: 1px solid #dbe3ef !important;
  border-radius: 12px !important;
  padding: 0 14px !important;
  box-sizing: border-box;
}

body#nv_search #scform_srchtxt:focus {
  border-color: #2f6ff6 !important;
  box-shadow: 0 0 0 3px rgba(47, 111, 246, 0.12);
  outline: none;
}

body#nv_search #scform_submit,
body#nv_search .schbtn {
  min-width: 116px;
  height: 46px;
  border: 0 !important;
  border-radius: 12px !important;
  background: #2f6ff6 !important;
  color: #fff !important;
}

body#nv_search .tl,
body#nv_search .slst {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

body#nv_search .sttl {
  padding: 18px 20px 8px;
}

body#nv_search .slst {
  padding: 8px 20px;
}

body#nv_search .slst ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body#nv_search .slst li {
  padding: 18px 0 !important;
  border-bottom: 1px solid #eef2f7;
}

body#nv_search .slst li:last-child {
  border-bottom: 0;
}

body#nv_search .slst h3 a {
  color: #1f2328 !important;
  font-size: 18px;
  line-height: 1.5;
}

body#nv_search .slst h3 a:hover {
  color: #2f6ff6 !important;
}

body#nv_search .slst p,
body#nv_search .slst .xg1,
body#nv_search .slst span {
  color: #6b7280;
  line-height: 1.8;
}

body#nv_search .pgs {
  margin-top: 16px;
}

body#nv_search .pg a,
body#nv_search .pg strong {
  border-radius: 8px !important;
  border: 1px solid #e6eaf2 !important;
  padding: 4px 12px !important;
}

body#nv_search .pg strong {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
}

body#nv_home.pg_space #ct .tl,
body#nv_home.pg_space #ct #favorite_ul,
body#nv_home.pg_space #ct .xld.xlda,
body#nv_home.pg_space #ct .nts {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

body#nv_home.pg_space #ct .tl table {
  width: 100%;
}

body#nv_home.pg_space #ct .tl .th td,
body#nv_home.pg_space #ct .tl .th th {
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%) !important;
  border-bottom: 1px solid #e6eaf2 !important;
  padding: 12px 14px !important;
}

body#nv_home.pg_space #ct .tl tr td,
body#nv_home.pg_space #ct .tl tr th {
  padding: 14px !important;
  border-bottom: 1px solid #eef2f7 !important;
}

/* Space thread table: keep "回复/查看" header aligned on one row */
body#nv_home.pg_space #ct.ct2_a .mn .tl .th td.num {
  vertical-align: middle !important;
  line-height: 18px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  white-space: nowrap !important;
  text-align: center !important;
}

body#nv_home.pg_space #ct .tl tr:hover td,
body#nv_home.pg_space #ct .tl tr:hover th {
  background: #fafcff !important;
}

body#nv_home.pg_space #ct .tl th a,
body#nv_home.pg_space #ct #favorite_ul a {
  color: #1f2328 !important;
}

body#nv_home.pg_space #ct .tl th a:hover,
body#nv_home.pg_space #ct #favorite_ul a:hover {
  color: #2f6ff6 !important;
}

body#nv_home.pg_space #ct #favorite_ul {
  list-style: none;
  margin: 0;
  padding: 8px 18px;
}

body#nv_home.pg_space #ct #favorite_ul li {
  padding: 16px 0 !important;
  border-bottom: 1px solid #eef2f7 !important;
  margin: 0 !important;
}

body#nv_home.pg_space #ct #favorite_ul li:last-child {
  border-bottom: 0 !important;
}

body#nv_home.pg_space #ct #favorite_ul .quote blockquote {
  margin: 10px 0 0;
  padding: 12px 14px;
  background: #f8fafc;
  border-left: 4px solid #d7e5ff;
  border-radius: 10px;
  color: #4b5563;
}

body#nv_home.pg_space #ct .nts dl {
  padding: 16px 18px !important;
  border-bottom: 1px solid #eef2f7 !important;
}

body#nv_home.pg_space #ct .nts dl:last-child {
  border-bottom: 0 !important;
}

body#nv_home.pg_space #ct .nts .ntc_body {
  color: #374151;
  line-height: 1.8;
}

body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items {
  padding: 0 !important;
}

body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 8px;
  align-items: start;
  padding: 18px 20px !important;
}

body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl > .m.avt {
  grid-column: 1;
  grid-row: 1 / span 3;
  margin: 0 !important;
  width: 40px;
}

body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl > .m.avt img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl > dt {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0;
}

body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl > dt .xg1 {
  flex: 0 0 auto;
}

body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl > dt > a.d {
  float: none;
  margin: 0 0 0 auto;
  flex: 0 0 auto;
}

body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl > .ntc_body,
body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl > dd.xg1.xw0 {
  grid-column: 2;
  margin: 0;
  min-width: 0;
}

body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items .ntc_body {
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
}

body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items .ntc_body img {
  max-width: 100%;
  height: auto;
}

body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items .ntc_body .summary {
  margin: 10px 0 0;
  padding: 12px 14px;
  border-left: 4px solid #d7e5ff;
  border-radius: 10px;
  background: #f8fafc;
}

body#nv_home.pg_space #ct .vw {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  padding: 22px 24px !important;
}

body#nv_home.pg_space #ct .vw .h {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eef2f7;
}

body#nv_home.pg_space #ct .vw .ph {
  color: #111827 !important;
  font-size: 28px !important;
  line-height: 1.4;
}

body#nv_home.pg_space #ct .vw .xg2,
body#nv_home.pg_space #ct .vw .xg1,
body#nv_home.pg_space #ct .vw .xg2 a,
body#nv_home.pg_space #ct .vw .xg1 a {
  color: #8a94a6 !important;
}

body#nv_home.pg_space #ct .vw .d,
body#nv_home.pg_space #ct .vw #blog_article {
  color: #2f3a4a;
  line-height: 1.9;
  font-size: 16px;
}

body#nv_home.pg_space #ct .vw .d img,
body#nv_home.pg_space #ct .vw #blog_article img {
  max-width: 100%;
  border-radius: 12px;
}

body#nv_home.pg_space #ct .vw .o,
body#nv_home.pg_space #ct .vw .tshare {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eef2f7;
}

body#nv_home.pg_space #ct .ct_vw_sd > div,
body#nv_home.pg_space #ct .ct_vw_mn > div,
body#nv_home.pg_space #ct .sd .bm {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  padding: 16px 18px;
}

body#nv_home.pg_space #ct .ct_vw_sd .xl li,
body#nv_home.pg_space #ct .ct_vw_mn .xld .bbda,
body#nv_home.pg_space #ct .ct_vw_mn #comment_ul > div,
body#nv_home.pg_space #ct .ct_vw_mn #comment_ul li {
  border-bottom: 1px solid #eef2f7 !important;
}

body#nv_home.pg_space #ct .ct_vw_sd .xl li:last-child,
body#nv_home.pg_space #ct .ct_vw_mn .xld .bbda:last-child,
body#nv_home.pg_space #ct .ct_vw_mn #comment_ul > div:last-child,
body#nv_home.pg_space #ct .ct_vw_mn #comment_ul li:last-child {
  border-bottom: 0 !important;
}

body#nv_home.pg_space #ct .ct_vw_mn .tedt,
body#nv_home.pg_space #ct .pmfm .tedt {
  border: 1px solid #dbe3ef !important;
  border-radius: 12px !important;
  overflow: hidden;
}

body#nv_home.pg_space #ct .ct_vw_mn .tedt .area textarea,
body#nv_home.pg_space #ct .pmfm .tedt .area textarea {
  padding: 12px !important;
}

body#nv_home.pg_space #ct .ct_vw_mn .pn,
body#nv_home.pg_space #ct .pmfm .pn {
  border-radius: 999px !important;
}

body#nv_home.pg_space #ct .pm {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

body#nv_home.pg_space #ct .pm .flb {
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%) !important;
  border-bottom: 1px solid #e6eaf2 !important;
}

body#nv_home.pg_space #ct .pm .pm_tac,
body#nv_home.pg_space #ct .pm .pm_c,
body#nv_home.pg_space #ct .pm .pmfm {
  padding: 16px 18px !important;
}

body#nv_home.pg_space #ct .pm .pm_c .pmm,
body#nv_home.pg_space #ct .pm .pm_c li {
  border-bottom: 1px solid #eef2f7 !important;
}

body#nv_home.pg_space #ct .pm .pm_c li:last-child {
  border-bottom: 0 !important;
}

/* ================================================================
   P3: 左侧浮动快捷导航
   ================================================================ */
#qmenu_menu.p_pop {
  display: none !important;
}

.yc-qnav {
  display: none !important;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}

.yc-qnav-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0 10px 10px 0;
  background: #ffffff;
  color: #5b6474;
  cursor: pointer;
  box-shadow: 2px 2px 12px rgba(32, 56, 120, .10), 0 0 0 1px rgba(0,0,0,.04);
  transition: background .2s, color .2s, box-shadow .2s;
}

.yc-qnav-trigger:hover {
  background: #f0f5ff;
  color: #2f6ff6;
  box-shadow: 2px 2px 16px rgba(47, 111, 246, .18), 0 0 0 1px rgba(47,111,246,.1);
}

.yc-qnav.is-open .yc-qnav-trigger {
  background: #2f6ff6;
  color: #fff;
}

.yc-qnav-panel {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  width: 280px;
  max-height: 70vh;
  background: #ffffff;
  border-radius: 0 14px 14px 0;
  box-shadow: 4px 4px 24px rgba(32, 56, 120, .12), 0 0 0 1px rgba(0,0,0,.03);
  opacity: 0;
  pointer-events: none;
  transition: transform .25s cubic-bezier(.4,0,.2,1), opacity .2s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.yc-qnav.is-open .yc-qnav-panel {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.yc-qnav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 12px;
  border-bottom: 1px solid #f0f3f8;
  flex-shrink: 0;
}

.yc-qnav-title {
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
}

.yc-qnav-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  border-radius: 6px;
  color: #9ca3af;
  cursor: pointer;
  transition: background .15s, color .15s;
}

.yc-qnav-close:hover {
  background: #fef2f2;
  color: #ef4444;
}

.yc-qnav-body {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px 0;
}

.yc-qnav-body img {
  display: none !important;
}

.yc-qnav-body * {
  max-width: 100%;
  box-sizing: border-box;
}

.yc-qnav-section {
  padding: 4px 0;
}

.yc-qnav-section + .yc-qnav-section {
  border-top: 1px solid #f0f3f8;
}

.yc-qnav-label {
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 8px 16px 4px;
}

.yc-qnav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.yc-qnav-links li {
  margin: 0;
  overflow: hidden;
}

.yc-qnav-links li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  font-size: 14px;
  color: #374151 !important;
  text-decoration: none !important;
  transition: background .15s, color .15s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.yc-qnav-links li a img {
  display: none !important;
}

.yc-qnav-links li a[style] {
  background-size: 0 0 !important;
  background-repeat: no-repeat !important;
  padding-left: 16px !important;
}

.yc-qnav-links li a:hover {
  background: #f0f5ff;
  color: #2f6ff6 !important;
}

.yc-qnav-forums {
  padding: 4px 8px 8px;
}

.yc-qnav-forums select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e6eaf2;
  border-radius: 8px;
  background: #f8fafc;
  color: #374151;
  font-size: 13px;
  outline: none;
  cursor: pointer;
  transition: border-color .2s;
}

.yc-qnav-forums select:focus {
  border-color: #2f6ff6;
}

.yc-qnav-forums a {
  display: block;
  padding: 7px 10px;
  font-size: 13px;
  color: #374151 !important;
  text-decoration: none !important;
  background-size: 0 0 !important;
  border-radius: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background .15s;
}

.yc-qnav-forums a:hover {
  background: #f0f5ff;
  color: #2f6ff6 !important;
}

.yc-qnav-forums img {
  display: none !important;
}

.yc-qnav-forums .dt {
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
  padding: 6px 10px 2px;
}

.yc-qnav-forums table {
  width: 100%;
  border-collapse: collapse;
}

.yc-qnav-forums td {
  padding: 0;
  vertical-align: top;
}

/* ================================================================
   P3: 全局通用 - 选中行/高亮行
   ================================================================ */
body[id^="nv_"] .altbg {
  background: #fafbfd !important;
}

body[id^="nv_"] .altbg:hover {
  background: #f1f5ff !important;
}

/* 全局通知条 */
body[id^="nv_"] .notice,
body[id^="nv_"] .nts {
  background: #eff6ff !important;
  border: 1px solid #dbeafe !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  color: #2563eb;
}

/* 全局操作栏 */
body[id^="nv_"] .o {
  border-top: 1px solid #e6eaf2 !important;
}

body[id^="nv_"] .o .pn {
  border-radius: 8px !important;
}

body[id^="nv_"] .o .pnc {
  background: #2f6ff6 !important;
  border-color: #2f6ff6 !important;
  color: #fff !important;
}

/* 全局标签/徽章 */
body[id^="nv_"] .num {
  background: #e11d48 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 0 6px !important;
  font-size: 11px;
  min-width: 18px;
  text-align: center;
  display: inline-block;
  line-height: 18px;
}

/* ================================================================
   Follow feed
   ================================================================ */
body#nv_home .yc-follow-page {
  display: block;
  background: transparent !important;
  padding-left: 0 !important;
  border: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body#nv_home .yc-follow-page::after {
  content: none;
}

body#nv_home .yc-follow-page .appl {
  display: none;
}

body#nv_home .yc-follow-page .mn {
  width: 100% !important;
  min-width: 0;
  float: none;
}

body#nv_home .yc-follow-wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 0 44px;
}

body#nv_home .yc-follow-layout {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding-right: 30px;
  margin-right: 30px;
}

body#nv_home .yc-follow-nav {
  position: relative;
  padding-left: 20px;
}

body#nv_home .yc-follow-nav .yc-follow-tabs {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin: 0;
  padding: 0;
}

body#nv_home .yc-follow-rail {
  position: relative;
  width: 100%;
  max-width: 420px;
  align-self: flex-start;
}

body#nv_home .yc-follow-intro {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 255, 0.98) 100%);
  border: 1px solid rgba(214, 226, 242, 0.95);
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  margin-left: 50px;
}

body#nv_home .yc-follow-rail,
body#nv_home .yc-follow-intro,
body#nv_home .yc-follow-main,
body#nv_home .yc-follow-nav {
  min-width: 0;
}

body#nv_home .yc-follow-intro::before {
  content: "";
  position: absolute;
  top: -26px;
  right: -18px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.18) 0%, rgba(37, 99, 235, 0) 72%);
}

body#nv_home .yc-follow-intro::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 18px;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb 0%, #7dd3fc 100%);
}

body#nv_home .yc-follow-intro__eyebrow,
body#nv_home .yc-follow-intro h1,
body#nv_home .yc-follow-intro p,
body#nv_home .yc-follow-intro__meta {
  position: relative;
  z-index: 1;
}

body#nv_home .yc-follow-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  color: #2563eb;
  font-size: 10px;
  letter-spacing: 1.2px;
  font-weight: 700;
}

body#nv_home .yc-follow-intro h1 {
  margin: 14px 0 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #111827;
}

body#nv_home .yc-follow-intro p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
}

body#nv_home .yc-follow-intro__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

body#nv_home .yc-follow-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body#nv_home .yc-follow-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.98) 100%);
  border: 1px solid rgba(220, 229, 241, 0.96);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

body#nv_home .yc-follow-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}

body#nv_home .yc-follow-intro .yc-follow-stat {
  position: relative;
  min-width: 0;
  padding: 12px 12px 10px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, #f9fbff 0%, #f2f7ff 100%);
  border: 1px solid #e0e9f8;
  border-radius: 14px;
}

body#nv_home .yc-follow-intro .yc-follow-stat::before {
  content: "";
  position: absolute;
  top: -28px;
  right: -16px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.14) 0%, rgba(59, 130, 246, 0) 74%);
}

body#nv_home .yc-follow-intro .yc-follow-stat strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: #2563eb;
  font-weight: 800;
}

body#nv_home .yc-follow-intro .yc-follow-stat span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #64748b;
}

body#nv_home .yc-follow-main > #diycontenttop.area,
body#nv_home .yc-follow-main > .yc-follow-tabs,
body#nv_home .yc-follow-main > .flw_feed,
body#nv_home .yc-follow-main > .emp {
  max-width: 100%;
}

body#nv_home .yc-follow-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 16px 0 0;
  padding: 0;
  justify-content: flex-start;
}

body#nv_home .yc-follow-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e4ebf5;
  color: #475569 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body#nv_home .yc-follow-nav .yc-follow-tab {
  width: 100%;
  min-height: 48px;
  justify-content: flex-start;
  padding: 0 18px;
  border-radius: 16px;
}

body#nv_home .yc-follow-tab:hover {
  color: #2563eb !important;
  background: #f6f9ff;
  border-color: #cfe0ff;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.10);
  transform: translateY(-1px);
}

body#nv_home .yc-follow-tab.is-active {
  background: linear-gradient(180deg, #eff5ff 0%, #e4eeff 100%);
  border-color: #bfd4ff;
  color: #2563eb !important;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.14);
}

body#nv_home .yc-follow-page #flw_header,
body#nv_home .yc-follow-page #flw_post_subject,
body#nv_home .yc-follow-page #flw_post_extra {
  display: none !important;
}

body#nv_home .yc-follow-page .flw_feed {
  min-height: 120px;
}

body#nv_home .yc-follow-page .flw_ulist {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body#nv_home .yc-follow-page .flw_ulist > li {
  position: relative;
  padding: 24px 24px 20px 104px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

body#nv_home .yc-follow-page .flw_ulist > li.unread {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.1);
}

body#nv_home .yc-follow-page .flw_avt {
  position: absolute;
  left: 24px;
  top: 24px;
}

body#nv_home .yc-follow-page .flw_avt img {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  object-fit: cover;
}

body#nv_home .yc-follow-page .flw_ulist h6 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.4;
}

body#nv_home .yc-follow-page .flw_ulist p {
  margin: 8px 0 0;
  color: #64748b;
  line-height: 1.8;
}

body#nv_home .yc-follow-page .flw_ulist .flw_btn_fo,
body#nv_home .yc-follow-page .flw_ulist .flw_btn_unfo,
body#nv_home .yc-follow-page .flw_ulist .flw_status_1,
body#nv_home .yc-follow-page .flw_ulist .flw_status_2 {
  position: absolute;
  top: 24px;
  right: 24px;
}

body#nv_home .yc-follow-page .flw_ulist .flw_status_1,
body#nv_home .yc-follow-page .flw_ulist .flw_status_2 {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
}

body#nv_home .yc-follow-page #nofollowmsg .emp,
body#nv_home .yc-follow-page > .mn > .emp {
  padding: 28px;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
}

body#nv_home .yc-follow-page .yc-follow-main > .emp {
  width: calc(100% - 50px);
  margin-left: 50px;
  box-sizing: border-box;
}

body#nv_home .yc-follow-page #nofollowmsg,
body#nv_home .yc-follow-page #nofollowmsg .flw_thread,
body#nv_home .yc-follow-page #nofollowmsg ul,
body#nv_home .yc-follow-page #nofollowmsg li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body#nv_home .yc-follow-page #nofollowmsg {
  width: calc(100% - 50px);
  margin-left: 50px;
}

body#nv_home .yc-follow-page #nofollowmsg .flw_article {
  width: 100%;
}

body#nv_home .yc-follow-page #nofollowmsg .emp {
  width: 100%;
  box-sizing: border-box;
}

body#nv_home .yc-follow-card-list {
  list-style: none;
  margin-left: 50px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body#nv_home .yc-follow-card {
  position: relative;
  overflow: hidden;
  padding: 28px 30px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  border: 1px solid #e4ebf4;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body#nv_home .yc-follow-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2563eb 0%, #7dd3fc 100%);
  opacity: .18;
}

body#nv_home .yc-follow-card:hover {
  border-color: #d4e0f0;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.10);
  transform: translateY(-2px);
}

body#nv_home .yc-follow-card.is-unread {
  border-color: #c5d9ff;
  box-shadow: 0 22px 54px rgba(37, 99, 235, 0.14);
}

body#nv_home .yc-follow-card.is-unread::before {
  opacity: 1;
}

body#nv_home .yc-follow-card__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

body#nv_home .yc-follow-card__avatar {
  flex: none;
}

body#nv_home .yc-follow-card__avatar img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
}

body#nv_home .yc-follow-card__meta {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
}

body#nv_home .yc-follow-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  flex: 1 1 auto;
}

body#nv_home .yc-follow-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  min-width: 0;
  line-height: 1.45;
}

body#nv_home .yc-follow-card__author a,
body#nv_home .yc-follow-card__title a {
  color: #111827 !important;
  text-decoration: none !important;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body#nv_home .yc-follow-card__author a:hover,
body#nv_home .yc-follow-card__title a:hover {
  color: #2563eb !important;
}

body#nv_home .yc-follow-card__subline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
  margin-top: 6px;
}

body#nv_home .yc-follow-card__time {
  flex: 0 0 auto;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 400;
}

body#nv_home .yc-follow-card__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #cbd5e1;
  flex: 0 0 auto;
}

body#nv_home .yc-follow-card__note {
  min-width: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body#nv_home .yc-follow-card__aside {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}

body#nv_home .yc-follow-card__delete {
  flex: 0 0 auto;
  padding: 6px 12px;
  border-radius: 999px;
  color: #94a3b8 !important;
  text-decoration: none !important;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  white-space: nowrap;
}

body#nv_home .yc-follow-card__delete:hover {
  color: #ef4444 !important;
  background: #fef2f2;
}

body#nv_home .yc-follow-card__body {
  margin-top: 22px;
  padding-left: 16px;
  padding-right: 16px;
}

body#nv_home .yc-follow-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
  color: #111827;
  min-width: 0;
}

body#nv_home .yc-follow-card__toggle {
  font-size: 12px;
  color: #2563eb !important;
  text-decoration: none !important;
}

body#nv_home .yc-follow-card__content {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.9;
  color: #374151;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body#nv_home .yc-follow-card__content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

body#nv_home .yc-follow-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #eef2f7;
  min-width: 0;
}

body#nv_home .yc-follow-card__tags,
body#nv_home .yc-follow-card__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
}

body#nv_home .yc-follow-card__tags {
  font-size: 12px;
  color: #94a3b8;
}

body#nv_home .yc-follow-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  background: #f8fbff;
  border: 1px solid #edf2f7;
  border-radius: 999px;
}

body#nv_home .yc-follow-card__tags a {
  color: #64748b !important;
  text-decoration: none !important;
}

body#nv_home .yc-follow-card__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  font-size: 12px;
  color: #4b5563 !important;
  text-decoration: none !important;
  background: #f5f8fc;
  border: 1px solid #e7edf5;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease;
}

body#nv_home .yc-follow-card__actions a:hover {
  color: #2563eb !important;
  background: #eaf2ff;
}

body#nv_home .yc-follow-page .flw_replybox {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
}

body#nv_home .yc-follow-page .flw_replybox .bm,
body#nv_home .yc-follow-page .flw_replybox .cgtl,
body#nv_home .yc-follow-page .flw_replybox .fastposteditor {
  background: transparent !important;
}

body#nv_home .yc-follow-page .emp {
  padding: 48px 32px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 0;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

body#nv_home .yc-follow-page .emp h2 {
  margin: 0;
  color: #6b7280;
}

body#nv_home .yc-follow-page .flw_more {
  padding: 18px 0 4px;
  text-align: center;
}

body#nv_home .yc-follow-page .flw_more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 40px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid #d8e3f2;
  border-radius: 999px;
  color: #2563eb !important;
  text-decoration: none !important;
}

body#nv_home .yc-follow-page .flw_more a:hover {
  background: #eef4ff;
}

body#nv_home .yc-follow-page--profile .yc-follow-wrap--profile {
  max-width: 1180px;
  padding-top: 14px;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-cover {
  height: 196px;
  background:
    radial-gradient(circle at top right, rgba(47, 111, 246, 0.22), transparent 34%),
    linear-gradient(135deg, #eaf2ff 0%, #f8fbff 48%, #ffffff 100%);
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-card {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  padding: 0 28px 28px;
  margin-top: -72px;
  position: relative;
  z-index: 1;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-avatar {
  flex: none;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-avatar a {
  display: block;
  width: 148px;
  height: 148px;
  padding: 6px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12);
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-avatar img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 24px;
  object-fit: cover;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-summary {
  flex: 1 1 auto;
  min-width: 0;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-name-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-name-row h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  color: #1f2329;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2f6ff6;
  font-size: 13px;
  font-weight: 700;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-bio {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.85;
  color: #3f4a5a;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
  color: #7a8699;
  font-size: 13px;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-stats {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-stat {
  min-width: 110px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f7faff;
  border: 1px solid #e3eaf5;
  text-decoration: none !important;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-stat strong {
  display: block;
  font-size: 24px;
  line-height: 1.15;
  color: #1f2329;
  font-weight: 800;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-stat span {
  display: block;
  margin-top: 6px;
  color: #7a8699;
  font-size: 13px;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-stat:hover,
body#nv_home .yc-follow-page--profile .yc-follow-profile-stat.is-active {
  background: #eef4ff;
  border-color: #cdddff;
  transform: translateY(-1px);
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex: none;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-action-pair {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-primary,
body#nv_home .yc-follow-page--profile .yc-follow-profile-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-primary {
  background: #2f6ff6;
  border: 1px solid #2f6ff6;
  color: #fff !important;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-primary:hover {
  background: #205ede;
  border-color: #205ede;
  transform: translateY(-1px);
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-secondary {
  background: #fff;
  border: 1px solid #dce4ef;
  color: #50607a !important;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-secondary:hover {
  color: #2f6ff6 !important;
  border-color: #cdddff;
  background: #f8fbff;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-tabs {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 26px;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  color: #536076 !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-tab:hover {
  color: #2f6ff6 !important;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-tab.is-active {
  color: #1f2329 !important;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: #2f6ff6;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 20px;
  align-items: start;
}

body#nv_home .yc-follow-page--profile .yc-follow-main--profile {
  min-width: 0;
  gap: 16px;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-stream-head {
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-stream-head h2 {
  margin: 0;
  color: #1f2329;
  font-size: 22px;
  font-weight: 800;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-stream-head p {
  margin: 8px 0 0;
  color: #7a8699;
  font-size: 13px;
}

body#nv_home .yc-follow-page--profile .yc-follow-card-list {
  margin-left: 0;
  gap: 0;
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

body#nv_home .yc-follow-page--profile .yc-follow-card {
  padding: 24px 24px 22px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body#nv_home .yc-follow-page--profile .yc-follow-card::before {
  content: none;
}

body#nv_home .yc-follow-page--profile .yc-follow-card + .yc-follow-card {
  border-top: 1px solid #eef2f7;
}

body#nv_home .yc-follow-page--profile .yc-follow-card:hover {
  transform: none;
  box-shadow: none;
  background: #fcfdff;
}

body#nv_home .yc-follow-page--profile .yc-follow-card.is-unread {
  border-color: transparent;
  box-shadow: none;
  background:
    linear-gradient(0deg, rgba(248, 251, 255, 0.7), rgba(248, 251, 255, 0.7)),
    #fff;
}

body#nv_home .yc-follow-page--profile .yc-follow-card__footer {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #f1f4f8;
}

body#nv_home .yc-follow-page--profile .yc-follow-card__actions a {
  min-height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  background: transparent;
}

body#nv_home .yc-follow-page--profile .yc-follow-card__actions a:hover {
  background: #f4f7fb;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-side {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-sidecard {
  padding: 20px;
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-sidecard h3 {
  margin: 0 0 16px;
  color: #1f2329;
  font-size: 18px;
  font-weight: 800;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-sideinfo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-sideinfo li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #7a8699;
  font-size: 13px;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-sideinfo strong {
  color: #1f2329;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-metric {
  padding: 16px 12px;
  border-radius: 14px;
  background: #f7faff;
  border: 1px solid #e3eaf5;
  text-align: center;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-metric strong {
  display: block;
  color: #1f2329;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-metric span {
  display: block;
  margin-top: 6px;
  color: #7a8699;
  font-size: 12px;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-sideactions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-sideactions a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: #f8fbff;
  border: 1px solid #e3eaf5;
  color: #50607a !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
}

body#nv_home .yc-follow-page--profile .yc-follow-profile-sideactions a:hover {
  color: #2f6ff6 !important;
  background: #eef4ff;
  border-color: #cdddff;
}

body#nv_home .yc-follow-page--profile .yc-follow-main--profile > .emp,
body#nv_home .yc-follow-page--profile #nofollowmsg {
  width: 100%;
  margin-left: 0;
}

body#nv_home .yc-follow-page--profile .yc-follow-main--profile > .emp,
body#nv_home .yc-follow-page--profile #nofollowmsg .emp {
  padding: 40px 28px;
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

/* ================================================================
   响应式断点
   ================================================================ */
@media (max-width: 980px) {
  .yc-grid { grid-template-columns: 1fr; }
  body#nv_member #ct { max-width: 100% !important; margin: 20px auto !important; }
  body#nv_member .yc-auth-shell { grid-template-columns: 1fr; }
  body#nv_member .yc-auth-side { order: 1; }
  body#nv_member .yc-login-form .rfm tr { grid-template-columns: 1fr; gap: 8px; }
  body#nv_member .yc-login-form .rfm td:last-child { justify-self: start; }
  body#nv_member .yc-login-submit__main { flex-direction: column; align-items: stretch; }
  body#nv_member .yc-login-submit__meta { justify-content: flex-start; }
  .fwinmask.yc-auth-fwin .fwin { width: calc(100vw - 20px); }
  .fwinmask.yc-auth-fwin .yc-auth-float-shell { grid-template-columns: 1fr; }
  .fwinmask.yc-auth-fwin .yc-auth-float-side { border-right: 0; border-bottom: 1px solid #dfe8f8; }
  .fwinmask.yc-auth-fwin .yc-login-form .rfm tr { grid-template-columns: 1fr; gap: 8px; }
  .fwinmask.yc-auth-fwin .yc-login-form .rfm td:last-child { justify-self: start; }
  body[id^="nv_"] #ft { flex-direction: column; align-items: center; text-align: center; }
  body[id^="nv_"] #ft #frt { text-align: center; }
  body#space #hd,
  body#space #ct { padding: 0 12px !important; }
  body#nv_group.pg_index #ct.ct2.wp.cl,
  body#nv_group.pg_group #ct.ct2.wp.cl { flex-direction: column; }
  body#nv_group.pg_index #ct.ct2.wp.cl > .sd,
  body#nv_group.pg_group #ct.ct2.wp.cl > .sd { width: 100%; }
  body[id^="nv_"] .ct2_a { flex-direction: column; }
  body[id^="nv_"] .ct2_a .appl { width: 100% !important; flex: none !important; }
  body#nv_portal.pg_portalcp #ct.ct2_a {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  body#nv_portal.pg_portalcp #ct.ct2_a > .appl {
    width: 100% !important;
  }
  /* Portal responsive */
  .yc-portal-body { flex-direction: column; }
  .yc-portal-sidebar { width: 100%; }
  .yc-portal-profile { flex-wrap: wrap; }
  .yc-portal-profile-actions { width: 100%; justify-content: flex-end; padding-top: 0; }
  .yc-portal-tabs a { padding: 12px 16px; font-size: 14px; }
  body#nv_home .yc-follow-layout { grid-template-columns: 1fr; }
  body#nv_home .yc-follow-nav .yc-follow-tabs {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body#nv_home .yc-follow-nav .yc-follow-tab {
    width: auto;
    min-height: 42px;
    border-radius: 999px;
  }
  body#nv_home .yc-follow-intro {
    position: static;
    padding: 20px 22px;
    border-radius: 22px;
  }
  body#nv_home .yc-follow-intro h1 { font-size: 28px; }
  body#nv_home .yc-follow-intro__stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-card {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -56px;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-avatar a {
    width: 120px;
    height: 120px;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-actions {
    width: 100%;
    align-items: flex-start;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-layout {
    grid-template-columns: 1fr;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-side {
    position: static;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl {
    grid-template-columns: 1fr;
  }
  body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl > .m.avt,
  body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl > dt,
  body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl > .ntc_body,
  body#nv_home.pg_space #ct.yc-notice-page .yc-notice-list__items dl > dd.xg1.xw0 {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .yc-search { grid-template-columns: 1fr; }
  .yc-search button { width: 100%; }
  body#nv_member #ct { margin: 12px auto !important; }
  body#nv_member .yc-auth-side__card { padding: 22px 18px; border-radius: 18px; }
  body#nv_member .yc-auth-side__card h1 { font-size: 26px; }
  body#nv_member .yc-auth-card__head,
  body#nv_member .bm_c,
  body#nv_member .c.cl { padding-left: 18px !important; padding-right: 18px !important; }
  body#nv_member .yc-login-form .rfm th { padding-bottom: 0 !important; }
  .fwinmask.yc-auth-fwin .flb { padding: 18px 18px 14px !important; }
  .fwinmask.yc-auth-fwin .yc-auth-float-side,
  .fwinmask.yc-auth-fwin .yc-auth-float-main,
  .fwinmask.yc-auth-fwin div[id^="layer_lostpw_"] .c.cl { padding: 22px 18px; }
  .fwinmask.yc-auth-fwin .yc-auth-float-side h4,
  .fwinmask.yc-auth-fwin .yc-auth-float-main h4 { font-size: 24px; }
  body[id^="nv_"] .tfm th { width: auto !important; text-align: left !important; }
  /* Portal mobile */
  .yc-portal-cover { height: 160px; }
  .yc-portal-avatar { width: 80px; height: 80px; margin-top: -36px; }
  .yc-portal-username { font-size: 18px; }
  .yc-portal-profile { gap: 14px; }
  .yc-portal-profile-actions { gap: 10px; }
  .yc-portal-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .yc-portal-tabs a { padding: 10px 14px; font-size: 13px; }
  .yc-feed-item { padding: 14px 16px; }
  .yc-feed-title { font-size: 15px; }
  .yc-feed-actions { gap: 16px; flex-wrap: wrap; }
  body#nv_home .yc-follow-wrap { padding: 12px 0 28px; }
  body#nv_home .yc-follow-layout { gap: 16px; }
  body#nv_home .yc-follow-card,
  body#nv_home .yc-follow-page .emp { padding: 16px; border-radius: 18px; }
  body#nv_home .yc-follow-page .yc-follow-main > .emp {
    width: 100%;
    margin-left: 0;
  }
  body#nv_home .yc-follow-page #nofollowmsg {
    width: 100%;
    margin-left: 0;
  }
  body#nv_home .yc-follow-intro { padding: 18px 18px 20px; border-radius: 18px; }
  body#nv_home .yc-follow-intro h1 { font-size: 24px; }
  body#nv_home .yc-follow-intro__stats { grid-template-columns: 1fr; }
  body#nv_home .yc-follow-card__head { flex-wrap: wrap; }
  body#nv_home .yc-follow-card__aside { margin-left: auto; }
  body#nv_home .yc-follow-card__header { gap: 12px; }
  body#nv_home .yc-follow-card__title { font-size: 16px; }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-cover {
    height: 148px;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-card {
    padding: 0 16px 18px;
    margin-top: -42px;
    gap: 16px;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-avatar a {
    width: 92px;
    height: 92px;
    border-radius: 22px;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-avatar img {
    border-radius: 18px;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-name-row h1 {
    font-size: 24px;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-stats,
  body#nv_home .yc-follow-page--profile .yc-follow-profile-action-pair {
    width: 100%;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-stat {
    min-width: calc(50% - 8px);
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-tabs {
    gap: 22px;
    padding: 0 16px;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-tab {
    min-height: 52px;
    font-size: 14px;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-stream-head,
  body#nv_home .yc-follow-page--profile .yc-follow-profile-sidecard,
  body#nv_home .yc-follow-page--profile .yc-follow-main--profile > .emp,
  body#nv_home .yc-follow-page--profile #nofollowmsg .emp {
    padding: 18px 16px;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-card {
    padding: 18px 16px;
  }
  body#nv_home .yc-follow-page--profile .yc-follow-profile-metrics {
    grid-template-columns: 1fr;
  }
}

body#nv_misc.pg_ranklist #ct.ct2_a > .appl,
body#nv_misc.pg_ranklist #ct.ct2_a.wp.cl > .appl {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body#nv_misc.pg_ranklist .mn .bm .xl.xl2 {
  display: block !important;
  padding: 0 !important;
}

body#nv_misc.pg_ranklist .mn .bm .xl.xl2 li {
  display: block !important;
  width: 100% !important;
  padding: 10px 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  line-height: 1.8 !important;
}

body#nv_misc.pg_ranklist .mn .bm .xl.xl2 li em {
  float: none !important;
  display: inline !important;
  margin: 0 8px 0 0 !important;
  font-style: normal !important;
}

body#nv_misc.pg_ranklist .mn .bm .xl.xl2 li em a,
body#nv_misc.pg_ranklist .mn .bm .xl.xl2 li > a {
  display: inline !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

body#nv_misc.pg_ranklist .ct2_a .appl,
body.pg_ranklist .ct2_a .appl {
  align-self: flex-start !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
}

body#nv_misc.pg_ranklist .yc-ranklist-side {
  background: #fff !important;
  border: 1px solid #e6eaf2 !important;
  border-radius: 12px !important;
  overflow: hidden;
}

body#nv_misc.pg_ranklist .yc-ranklist-side__list {
  margin: 0 !important;
  padding: 6px 0 !important;
  list-style: none;
  background: #fff !important;
}

body#nv_misc.pg_ranklist .yc-ranklist-side__item {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  background: transparent !important;
}

body#nv_misc.pg_ranklist .yc-ranklist-side__link {
  display: block !important;
  padding: 9px 16px !important;
  color: #4b5563 !important;
  text-decoration: none !important;
  background: transparent !important;
  border-left: 3px solid transparent !important;
}

body#nv_misc.pg_ranklist .yc-ranklist-side__item.is-active,
body#nv_misc.pg_ranklist .yc-ranklist-side__item.is-active::before,
body#nv_misc.pg_ranklist .yc-ranklist-side__item.is-active::after {
  background: transparent !important;
}

body#nv_misc.pg_ranklist .yc-ranklist-side__item.is-active .yc-ranklist-side__link {
  background: #eef4ff !important;
  color: #2f6ff6 !important;
  font-weight: 600;
  border-left-color: #2f6ff6 !important;
}

body#nv_misc.pg_ranklist .yc-ranklist-panel {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#nv_misc.pg_ranklist .yc-ranklist-panel .yc-ranklist-notice {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body#nv_misc.pg_ranklist .yc-ranklist-layout {
  display: flex !important;
  gap: 20px;
  align-items: flex-start;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body#nv_misc.pg_ranklist .yc-ranklist-main {
  flex: 1 1 auto;
  min-width: 0;
}

body#nv_misc.pg_ranklist .yc-ranklist-sidebar {
  order: -1;
  flex: 0 0 180px;
  width: 180px;
  align-self: flex-start !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
}

body#nv_home.pg_space #ct.ct2_a.wp.cl > .mn > .bm.bw0 {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body#nv_home.pg_space #ct.ct2_a.wp.cl > .mn > .bm.bw0 > .tb {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
}

body#nv_home.pg_space #ct.ct2_a.wp.cl > .mn > .bm.bw0 > .tb li,
body#nv_home.pg_space #ct.ct2_a.wp.cl > .mn > .bm.bw0 > .tb li.y,
body#nv_home.pg_space #ct.ct2_a.wp.cl > .mn > .bm.bw0 > .tb li.o {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#nv_home.pg_space #ct.ct2_a.wp.cl > .mn > .bm.bw0 > .tb li a,
body#nv_home.pg_space #ct.ct2_a.wp.cl > .mn > .bm.bw0 > .tb li.y a,
body#nv_home.pg_space #ct.ct2_a.wp.cl > .mn > .bm.bw0 > .tb li.o a {
  background-image: none !important;
  box-shadow: none !important;
}
