/* PC 官网公共样式（E1） */
:root {
    --pc-primary: #2d5aa8;
    --pc-primary-dark: #1a2a6c;
    --pc-text: #22292f;
    --pc-text-sub: #6b7480;
    --pc-bg: #f5f7fa;
    --pc-border: #e4e8ee;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; color: var(--pc-text); background: #fff; line-height: 1.6; }
a { color: inherit; text-decoration: none; }

.pc-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* 头部 */
.pc-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--pc-border); }
.pc-header-inner { display: flex; align-items: center; height: 64px; gap: 40px; }
.pc-logo { font-size: 22px; font-weight: 700; color: var(--pc-primary-dark); letter-spacing: 1px; display: flex; align-items: center; gap: 8px; }
.pc-logo-ico { font-size: 24px; color: var(--pc-primary); }
.pc-nav { display: flex; gap: 8px; flex: 1; }
.pc-nav a { padding: 6px 16px; border-radius: 6px; font-size: 15px; color: var(--pc-text-sub); transition: all .15s; }
.pc-nav a:hover { color: var(--pc-primary); background: #f0f4fb; }
.pc-nav a.active { color: #fff; background: var(--pc-primary); }
.pc-user { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.pc-btn-login { display: inline-block; padding: 8px 22px; border-radius: 6px; background: var(--pc-primary); color: #fff; font-size: 14px; }
.pc-btn-login:hover { background: var(--pc-primary-dark); }
.pc-user-info { display: flex; align-items: center; gap: 8px; color: var(--pc-text-sub); }
.pc-user-info img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.pc-logout { color: var(--pc-text-sub); cursor: pointer; font-size: 13px; }
.pc-logout:hover { color: #d9534f; }

/* 首页 hero */
.pc-hero { background: linear-gradient(135deg, var(--pc-primary-dark) 0%, var(--pc-primary) 100%); color: #fff; padding: 96px 0 110px; text-align: center; }
.pc-hero h1 { font-size: 42px; font-weight: 700; letter-spacing: 2px; margin-bottom: 18px; }
.pc-hero p { font-size: 17px; opacity: .88; margin-bottom: 36px; }
.pc-hero-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.pc-btn { display: inline-block; padding: 11px 34px; border-radius: 6px; font-size: 15px; border: 1px solid var(--pc-border); background: #fff; color: var(--pc-text); cursor: pointer; transition: all .15s; }
.pc-btn:hover { box-shadow: 0 4px 14px rgba(0,0,0,.08); transform: translateY(-1px); }
.pc-btn-primary { background: #fff; color: var(--pc-primary); border: none; font-weight: 600; }
.pc-hero .pc-btn-primary { background: #f7b52c; color: #3a2c00; }
.pc-hero .pc-btn { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.4); }
.pc-btn-sm { padding: 6px 18px; font-size: 13px; }

/* 区块与卡片 */
.pc-section { padding: 56px 24px 24px; }
.pc-section-title { font-size: 26px; text-align: center; margin-bottom: 36px; font-weight: 600; }
.pc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pc-card { display: block; background: #fff; border: 1px solid var(--pc-border); border-radius: 12px; padding: 30px 26px; transition: all .2s; background: linear-gradient(180deg,#fff, #fafbfd); }
a.pc-card:hover { box-shadow: 0 10px 30px rgba(26,42,108,.1); transform: translateY(-3px); border-color: #c9d6ec; }
.pc-card-ico { width: 48px; height: 48px; border-radius: 10px; background: #eef3fb; color: var(--pc-primary); font-size: 24px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pc-card h3 { font-size: 18px; margin-bottom: 10px; }
.pc-card p { font-size: 14px; color: var(--pc-text-sub); }
.pc-card-plain { text-align: center; }
.pc-card-plain h3 { color: var(--pc-primary-dark); }

/* 底部 */
.pc-footer { background: #1c2330; color: #9aa4b3; margin-top: 72px; padding: 40px 0 32px; font-size: 14px; }
.pc-footer-brand { font-size: 18px; color: #fff; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.pc-footer-brand em { font-style: normal; font-size: 13px; color: #7d8797; }
.pc-footer-links { display: flex; gap: 24px; margin-bottom: 14px; }
.pc-footer-links a:hover { color: #fff; }
.pc-footer-copy { font-size: 13px; color: #6b7480; }
.pc-footer-icp { margin-top: 8px; font-size: 12px; color: #7a828c; }
.pc-footer-icp a { color: #7a828c; margin: 0 8px; text-decoration: none; }
.pc-footer-icp a:hover { color: var(--pc-primary); text-decoration: underline; }

/* 建设中/404 */
.pc-building { min-height: 52vh; display: flex; align-items: center; justify-content: center; padding: 60px 24px; }
.pc-building-box { text-align: center; }
.pc-building-ico { font-size: 52px; color: var(--pc-primary); margin-bottom: 18px; font-weight: 700; }
.pc-building-box h2 { font-size: 24px; margin-bottom: 12px; }
.pc-building-box p { color: var(--pc-text-sub); margin-bottom: 8px; }
.pc-building-tip { font-size: 13px !important; }
.pc-building-box .pc-btn-primary { background: var(--pc-primary); color: #fff; margin-top: 18px; }

/* 登录页 */
.pc-login-main { min-height: calc(100vh - 64px - 180px); display: flex; align-items: center; justify-content: center; background: var(--pc-bg); padding: 50px 24px; }
.pc-login-card { display: flex; background: #fff; border-radius: 16px; box-shadow: 0 12px 44px rgba(26,42,108,.09); overflow: hidden; max-width: 780px; width: 100%; }
.pc-login-side { flex: 1.15; padding: 44px 38px; background: linear-gradient(160deg, var(--pc-primary-dark), var(--pc-primary)); color: #fff; }
.pc-login-side h2 { font-size: 25px; margin-bottom: 10px; }
.pc-login-side > p { font-size: 14px; opacity: .85; margin-bottom: 22px; }
.pc-login-steps { list-style: none; }
.pc-login-steps li { font-size: 14.5px; padding: 10px 0; border-bottom: 1px dashed rgba(255,255,255,.25); }
.pc-login-steps b { margin-right: 6px; }
.pc-login-note { font-size: 12.5px !important; opacity: .7; margin-top: 16px !important; margin-bottom: 0 !important; }
.pc-login-qr { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 44px 30px; }
.pc-qr-box { position: relative; width: 230px; height: 230px; border: 1px solid var(--pc-border); border-radius: 10px; display: flex; align-items: center; justify-content: center; background: #fff; }
.pc-qr-box img { width: 210px; height: 210px; object-fit: contain; }
.pc-qr-loading { color: var(--pc-text-sub); font-size: 14px; }
.pc-qr-mask { position: absolute; inset: 0; background: rgba(255,255,255,.94); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
#qrMaskText { font-size: 15px; color: var(--pc-text); }
.pc-qr-status { margin-top: 16px; font-size: 15px; color: var(--pc-text); }
.pc-qr-countdown { margin-top: 6px; font-size: 12.5px; color: var(--pc-text-sub); }
.pc-qr-status.ok { color: #2e9e5b; font-weight: 600; }
.pc-qr-status.err { color: #d9534f; }

/* 列表/详情公共（E3/E4） */
.pc-page-head { padding: 40px 24px 6px; text-align: center; }
.pc-page-head h1 { font-size: 30px; font-weight: 700; margin-bottom: 8px; }
.pc-page-head p { color: var(--pc-text-sub); font-size: 15px; margin-bottom: 22px; }
.pc-search { display: flex; justify-content: center; gap: 10px; margin-bottom: 10px; }
.pc-search input { width: 420px; max-width: 80vw; padding: 10px 16px; border: 1px solid var(--pc-border); border-radius: 6px; font-size: 14px; outline: none; }
.pc-search input:focus { border-color: var(--pc-primary); }
.pc-search .pc-btn-primary { background: var(--pc-primary); color: #fff; border: none; }

.pc-filter { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 14px 0; border-bottom: 1px solid var(--pc-border); }
.pc-filter-label { font-size: 14px; color: var(--pc-text-sub); }
.pc-filter-item { padding: 4px 14px; border-radius: 14px; font-size: 13.5px; color: var(--pc-text-sub); border: 1px solid transparent; }
.pc-filter-item:hover { color: var(--pc-primary); }
.pc-filter-item.active { color: #fff; background: var(--pc-primary); }

.pc-empty { text-align: center; color: var(--pc-text-sub); font-size: 14.5px; padding: 70px 0; }
.pc-more { text-align: center; margin-top: 8px; }
.pc-more a { color: var(--pc-primary); font-size: 14.5px; }
.pc-more a:hover { text-decoration: underline; }

.pc-badge { display: inline-block; font-style: normal; font-size: 12px; line-height: 1; padding: 3px 7px; border-radius: 3px; margin-right: 6px; vertical-align: 2px; }
.pc-badge-top { background: #fff1e0; color: #d96a00; }
.pc-badge-hot { background: #ffe9e9; color: #d93f3f; }
.pc-badge-board { background: #eef3fb; color: var(--pc-primary); }
.pc-badge-board.b1 { background: #fff1e0; color: #d96a00; }
.pc-badge-board.b2 { background: #e8f6ee; color: #2e9e5b; }

/* 律师列表 */
.pc-law-list { display: flex; flex-direction: column; gap: 14px; padding: 20px 0 10px; }
.pc-law-card { display: flex; align-items: center; gap: 20px; background: #fff; border: 1px solid var(--pc-border); border-radius: 12px; padding: 22px 26px; transition: all .18s; }
a.pc-law-card:hover { box-shadow: 0 8px 26px rgba(26,42,108,.09); border-color: #c9d6ec; transform: translateY(-2px); }
.pc-law-avatar { width: 84px; height: 84px; border-radius: 50%; overflow: hidden; background: #eef3fb; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.pc-law-avatar img { width: 100%; height: 100%; object-fit: cover; }
.pc-law-avatar-ph { font-size: 30px; color: var(--pc-primary); font-weight: 600; }
.pc-law-avatar-lg { width: 110px; height: 110px; }
.pc-law-info { flex: 1; min-width: 0; }
.pc-law-name { font-size: 18px; font-weight: 600; margin-bottom: 4px; }
.pc-law-meta { font-size: 13.5px; color: var(--pc-text-sub); }
.pc-law-meta.sm { font-size: 12.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pc-law-tags { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 6px; }
.pc-law-tags em { font-style: normal; font-size: 12px; color: var(--pc-primary); background: #eef3fb; padding: 2px 9px; border-radius: 3px; }
.pc-law-tags.sm em { font-size: 11px; }
.pc-law-right { text-align: right; flex-shrink: 0; }
.pc-law-price { color: #d9534f; }
.pc-law-price b { font-size: 22px; }
.pc-law-price span { font-size: 12.5px; color: var(--pc-text-sub); }
.pc-law-price-na { font-size: 15px; color: var(--pc-text-sub); font-weight: 600; }
.pc-law-score { font-size: 12.5px; color: #f7a940; margin-top: 6px; }

/* 分页 */
.pc-pager { display: flex; justify-content: center; gap: 8px; padding: 28px 0 8px; }
.pc-pager a { min-width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; border: 1px solid var(--pc-border); border-radius: 6px; font-size: 13.5px; color: var(--pc-text-sub); }
.pc-pager a:hover { border-color: var(--pc-primary); color: var(--pc-primary); }
.pc-pager a.cur { background: var(--pc-primary); border-color: var(--pc-primary); color: #fff; }

/* 律师详情 */
.pc-law-detail { padding: 34px 24px 10px; }
.pc-law-detail-card { display: flex; gap: 26px; background: #fff; border: 1px solid var(--pc-border); border-radius: 14px; padding: 30px 32px; align-items: center; }
.pc-law-detail-info { flex: 1; min-width: 0; }
.pc-law-detail-info h1 { font-size: 26px; margin-bottom: 8px; }
.pc-law-sex { font-style: normal; font-size: 13px; color: var(--pc-text-sub); font-weight: 400; margin-left: 8px; }
.pc-law-detail-contact { flex-shrink: 0; text-align: center; max-width: 260px; }
.pc-law-contact-tip { font-size: 12.5px; color: var(--pc-text-sub); margin: 10px 0 14px; }
.pc-law-services { margin-top: 26px; }
.pc-law-services h2, .pc-law-content h2 { font-size: 19px; margin-bottom: 14px; padding-left: 10px; border-left: 4px solid var(--pc-primary); }
.pc-law-svc-list { display: flex; gap: 14px; flex-wrap: wrap; }
.pc-law-svc { background: #fff; border: 1px solid var(--pc-border); border-radius: 10px; padding: 14px 22px; display: flex; gap: 14px; align-items: center; font-size: 14.5px; }
.pc-law-svc b { color: #d9534f; }
.pc-law-content { margin-top: 30px; }
.pc-rich { line-height: 1.9; font-size: 15px; color: var(--pc-text); word-break: break-word; }
.pc-rich img { max-width: 100%; height: auto; border-radius: 6px; }
.pc-rich p { margin: 0.6em 0; }
.pc-rich table { border-collapse: collapse; }
.pc-rich td, .pc-rich th { border: 1px solid var(--pc-border); padding: 6px 10px; }

/* 首页真实数据区块 */
.pc-home-laws { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pc-home-law { background: #fff; border: 1px solid var(--pc-border); border-radius: 12px; padding: 24px 16px; text-align: center; transition: all .18s; }
a.pc-home-law:hover { box-shadow: 0 8px 26px rgba(26,42,108,.09); border-color: #c9d6ec; transform: translateY(-2px); }
.pc-home-law .pc-law-avatar { margin: 0 auto 10px; }
.pc-home-law .pc-law-name { font-size: 16px; }
.pc-home-law-price { margin-top: 8px; color: #d9534f; font-size: 14px; font-weight: 600; }
.pc-home-gqs { display: flex; flex-direction: column; border: 1px solid var(--pc-border); border-radius: 12px; overflow: hidden; }
.pc-home-gq { display: flex; align-items: center; gap: 10px; padding: 13px 20px; border-bottom: 1px solid var(--pc-border); background: #fff; font-size: 14.5px; }
.pc-home-gq:last-child { border-bottom: none; }
a.pc-home-gq:hover { background: #f7f9fc; }
.pc-home-gq-title { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pc-home-gq-reward { color: #d9534f; font-weight: 600; font-size: 13.5px; }
.pc-home-gq-date { color: var(--pc-text-sub); font-size: 12.5px; }

/* 供求列表 */
.pc-gq-list { display: flex; flex-direction: column; gap: 14px; padding: 20px 0 10px; }
.pc-gq-card { display: flex; gap: 18px; background: #fff; border: 1px solid var(--pc-border); border-radius: 12px; padding: 20px 26px; transition: all .18s; align-items: center; }
a.pc-gq-card:hover { box-shadow: 0 8px 26px rgba(26,42,108,.09); border-color: #c9d6ec; transform: translateY(-2px); }
.pc-gq-main { flex: 1; min-width: 0; }
.pc-gq-title { font-size: 16.5px; font-weight: 600; line-height: 1.9; }
.pc-gq-meta { display: flex; gap: 14px; font-size: 12.5px; color: var(--pc-text-sub); margin-top: 4px; }
.pc-gq-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.pc-gq-thumbs img { width: 72px; height: 72px; object-fit: cover; border-radius: 6px; border: 1px solid var(--pc-border); }
.pc-gq-reward { flex-shrink: 0; text-align: center; color: #d9534f; }
.pc-gq-reward b { font-size: 19px; display: block; }
.pc-gq-reward span { font-size: 11.5px; color: #b8860b; background: #fff8e4; padding: 2px 8px; border-radius: 3px; }

/* 供求详情 */
.pc-gq-detail { padding: 30px 24px 10px; }
.pc-breadcrumb { font-size: 13.5px; color: var(--pc-text-sub); margin-bottom: 16px; }
.pc-breadcrumb a:hover { color: var(--pc-primary); }
.pc-gq-detail-main { display: flex; gap: 24px; align-items: flex-start; }
.pc-gq-article { flex: 1; min-width: 0; background: #fff; border: 1px solid var(--pc-border); border-radius: 14px; padding: 30px 34px; }
.pc-gq-article h1 { font-size: 24px; line-height: 1.5; margin-bottom: 12px; }
.pc-gq-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: 13px; color: var(--pc-text-sub); padding-bottom: 16px; border-bottom: 1px solid var(--pc-border); }
.pc-gq-reward-bar { margin: 16px 0; padding: 12px 18px; background: #fff8e4; border-radius: 8px; font-size: 15px; color: #6b5200; }
.pc-gq-reward-bar b { font-size: 20px; color: #d9534f; margin: 0 4px; }
.pc-gq-reward-state { font-size: 12.5px; padding: 2px 9px; border-radius: 3px; background: #fff; color: #b8860b; margin-left: 8px; }
.pc-gq-reward-state.na { color: var(--pc-text-sub); }
.pc-gq-extra { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 24px; margin: 14px 0; padding: 14px 18px; background: #f7f9fc; border-radius: 8px; }
.pc-gq-extra dt { font-size: 12.5px; color: var(--pc-text-sub); }
.pc-gq-extra dd { font-size: 14px; margin: 2px 0 6px; }
.pc-gq-content { margin-top: 14px; }
.pc-gq-imgs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pc-gq-imgs img { width: 180px; height: 180px; object-fit: cover; border-radius: 8px; border: 1px solid var(--pc-border); cursor: zoom-in; }
.pc-gq-side { width: 280px; flex-shrink: 0; background: #fff; border: 1px solid var(--pc-border); border-radius: 14px; padding: 24px; position: sticky; top: 84px; }
.pc-gq-side h3 { font-size: 16.5px; margin-bottom: 14px; }
.pc-gq-side-list dt { font-size: 12.5px; color: var(--pc-text-sub); margin-top: 10px; }
.pc-gq-side-list dd { font-size: 15px; font-weight: 600; margin-top: 2px; }
.pc-gq-phone { font-family: Menlo, Consolas, monospace; letter-spacing: 1px; }
.pc-gq-side-tip { font-size: 12.5px; color: var(--pc-text-sub); margin: 14px 0; }
.pc-gq-side .pc-btn-primary { background: var(--pc-primary); color: #fff; border: none; width: 100%; text-align: center; }

/* 响应式补充 */
@media (max-width: 1000px) {
    .pc-home-laws { grid-template-columns: repeat(2, 1fr); }
    .pc-gq-detail-main { flex-direction: column; }
    .pc-gq-side { width: 100%; position: static; }
    .pc-law-card { flex-wrap: wrap; }
    .pc-law-right { text-align: left; width: 100%; }
}

/* 响应式：1280 ~ 1920 自适应 */
@media (min-width: 1600px) { .pc-container { max-width: 1320px; } .pc-hero h1 { font-size: 48px; } }
@media (max-width: 1000px) {
    .pc-cards { grid-template-columns: 1fr; }
    .pc-login-card { flex-direction: column; }
    .pc-nav { gap: 0; }
}

/* ===== 绑定手机号弹层 ===== */
.pc-bind-modal {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.55);
    z-index: 10000;
    display: flex; align-items: center; justify-content: center;
}
.pc-bind-box {
    width: 400px; max-width: 90vw;
    background: #fff;
    border-radius: 16px;
    padding: 40px 32px 32px;
    text-align: center;
    box-shadow: 0 8px 40px rgba(0,0,0,0.15);
}
.pc-bind-title {
    font-size: 22px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px;
}
.pc-bind-desc {
    font-size: 14px; color: #888; line-height: 1.5; margin-bottom: 28px;
}
.pc-bind-form { text-align: left; }
.pc-bind-row { margin-bottom: 16px; }
.pc-bind-input {
    width: 100%; height: 44px;
    border: 1px solid #ddd; border-radius: 8px;
    padding: 0 14px; font-size: 15px; color: #333;
    box-sizing: border-box; outline: none;
    transition: border-color 0.2s;
}
.pc-bind-input:focus { border-color: var(--pc-primary, #2d8cf0); }
.pc-bind-code-row { display: flex; gap: 12px; }
.pc-bind-code-input { flex: 1; }
.pc-bind-send {
    flex-shrink: 0; width: 120px; height: 44px;
    border: 1px solid #2d8cf0; background: #fff; color: #2d8cf0;
    border-radius: 8px; font-size: 14px; cursor: pointer;
    transition: all 0.2s;
}
.pc-bind-send:hover:not(:disabled) { background: #2d8cf0; color: #fff; }
.pc-bind-send:disabled { opacity: 0.5; cursor: not-allowed; }
.pc-bind-submit {
    width: 100%; height: 48px;
    background: #2d8cf0; color: #fff;
    border: none; border-radius: 8px;
    font-size: 16px; font-weight: 500; cursor: pointer;
    margin-top: 8px; transition: background 0.2s;
}
.pc-bind-submit:hover:not(:disabled) { background: #1a7de8; }
.pc-bind-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.pc-bind-msg {
    text-align: center; font-size: 13px; margin-top: 12px; min-height: 18px;
}

/* ============ 首页门户型改版（20260816） ============ */
/* Hero 两栏 */
.pc-hero-home { padding: 72px 0 84px; text-align: left; }
.pc-hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: center; }
.pc-hero-left h1 { font-size: 40px; }
.pc-hero-left p { margin-bottom: 28px; }
.pc-hero-search { display: flex; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.pc-hero-search input { flex: 1; border: none; outline: none; padding: 14px 18px; font-size: 15px; color: var(--pc-text); }
.pc-hero-search-btn { border: none; background: #f7b52c; color: #3a2c00; font-size: 15px; font-weight: 600; padding: 0 30px; cursor: pointer; }
.pc-hero-search-btn:hover { background: #ffc94d; }
.pc-hotwords { margin-top: 14px; font-size: 13px; opacity: .92; display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; }
.pc-hotwords em { font-style: normal; opacity: .75; }
.pc-hotwords a { color: #fff; border-bottom: 1px dashed rgba(255,255,255,.5); }
.pc-hotwords a:hover { border-bottom-style: solid; }
.pc-hero-right { display: flex; flex-direction: column; gap: 14px; }
.pc-promo-card { display: flex; gap: 14px; align-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); border-radius: 10px; padding: 18px 20px; color: #fff; transition: all .15s; }
.pc-promo-card:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.pc-promo-ico { font-size: 32px; font-weight: 700; line-height: 1; color: #fff; }
.pc-promo-card h3 { font-size: 17px; margin-bottom: 4px; }
.pc-promo-card p { font-size: 13px; opacity: .85; }

/* 数据统计条 */
.pc-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--pc-border); border-radius: 12px; box-shadow: 0 6px 20px rgba(20,40,90,.06); padding: 22px 0; margin-top: -44px; position: relative; z-index: 5; }
.pc-stat { text-align: center; border-right: 1px solid var(--pc-border); }
.pc-stat:last-child { border-right: none; }
.pc-stat b { display: block; font-size: 30px; color: var(--pc-primary); font-weight: 700; line-height: 1.2; }
.pc-stat span { font-size: 13px; color: var(--pc-text-sub); }

/* 区块间距 */
.pc-section-sm { padding: 30px 24px 8px; }

/* Banner 轮播 */
.pc-banner { position: relative; height: 300px; border-radius: 12px; overflow: hidden; background: linear-gradient(135deg, var(--pc-primary-dark), var(--pc-primary)); }
.pc-banner-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; display: block; }
.pc-banner-slide.active { opacity: 1; }
.pc-banner-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pc-banner-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 22px 16px; color: #fff; font-size: 17px; font-weight: 600; background: linear-gradient(transparent, rgba(0,0,0,.55)); }

/* 金刚区 */
.pc-grid-nav { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; background: #fff; border: 1px solid var(--pc-border); border-radius: 12px; padding: 26px 18px; }
.pc-grid-nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 14px 6px; border-radius: 10px; transition: all .15s; }
.pc-grid-nav-item:hover { background: #f0f4fb; transform: translateY(-2px); }
.pc-grid-nav-ico { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, #eef3fc, #dfe9f9); display: flex; align-items: center; justify-content: center; font-size: 21px; font-weight: 700; color: var(--pc-primary); }
.pc-grid-nav-txt { font-size: 14px; color: var(--pc-text); }

/* 工具箱 */
.pc-section-alt { background: var(--pc-bg); border-radius: 16px; margin-top: 26px; padding-top: 34px !important; }
.pc-toolbox { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.pc-tool-card { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--pc-border); border-radius: 12px; padding: 20px 22px; transition: all .15s; }
.pc-tool-card:hover { box-shadow: 0 8px 22px rgba(20,40,90,.09); transform: translateY(-2px); }
.pc-tool-ico { width: 50px; height: 50px; border-radius: 12px; background: linear-gradient(135deg, #eef3fc, #dfe9f9); display: flex; align-items: center; justify-content: center; font-size: 21px; font-weight: 700; color: var(--pc-primary); flex: none; }
.pc-tool-card h3 { font-size: 16px; margin-bottom: 3px; }
.pc-tool-card p { font-size: 13px; color: var(--pc-text-sub); }

/* 热门文书 */
.pc-doc-cats { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; justify-content: center; }
.pc-doc-cat { display: inline-flex; align-items: center; gap: 6px; padding: 7px 16px; border-radius: 20px; background: #f0f4fb; color: var(--pc-primary); font-size: 14px; transition: all .15s; }
.pc-doc-cat:hover { background: var(--pc-primary); color: #fff; }
.pc-doc-cat i { font-style: normal; font-size: 12px; opacity: .7; }
.pc-doc-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.pc-doc-item { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--pc-border); border-radius: 10px; padding: 14px 18px; transition: all .15s; }
.pc-doc-item:hover { border-color: var(--pc-primary); box-shadow: 0 6px 16px rgba(20,40,90,.08); }
.pc-doc-item-cat { flex: none; font-size: 12px; color: var(--pc-primary); background: #f0f4fb; border-radius: 4px; padding: 2px 8px; }
.pc-doc-item-name { flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pc-doc-item-go { font-size: 12px; color: var(--pc-text-sub); }

/* 更多服务三卡 */
.pc-more-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pc-more-card { position: relative; background: #fff; border: 1px solid var(--pc-border); border-radius: 12px; padding: 28px 24px; text-align: center; transition: all .15s; }
.pc-more-card:hover { box-shadow: 0 8px 22px rgba(20,40,90,.09); transform: translateY(-2px); }
.pc-more-ico { font-size: 34px; font-weight: 700; margin-bottom: 10px; color: var(--pc-primary); }
.pc-more-card h3 { font-size: 17px; margin-bottom: 6px; }
.pc-more-card p { font-size: 13px; color: var(--pc-text-sub); margin-bottom: 12px; }
.pc-more-tag { display: inline-block; font-size: 12px; color: #c88a00; background: #fdf3dd; border-radius: 12px; padding: 3px 12px; }

/* 响应式（1280 以下两栏收纳） */
@media (max-width: 1080px) {
    .pc-hero-grid { grid-template-columns: 1fr; }
    .pc-hero-right { flex-direction: row; }
    .pc-grid-nav { grid-template-columns: repeat(4, 1fr); }
    .pc-toolbox, .pc-doc-items { grid-template-columns: 1fr; }
    .pc-stats { grid-template-columns: repeat(2, 1fr); }
    .pc-stat:nth-child(2) { border-right: none; }
    .pc-stat:nth-child(-n+2) { border-bottom: 1px solid var(--pc-border); }
    .pc-more-cards { grid-template-columns: 1fr; }
}


/* ====== PC 登录页 Tab + 手机号登录 v=20260816 ====== */
.pc-login-tabs { display: flex; border-bottom: 2px solid #e8e8e8; margin-bottom: 28px; }
.pc-login-tab { flex: 1; padding: 14px 0; border: none; background: none; font-size: 16px; font-weight: 500; color: #999; cursor: pointer; transition: all .2s; border-bottom: 3px solid transparent; margin-bottom: -2px; }
.pc-login-tab:hover { color: #2d5aa8; }
.pc-login-tab.active { color: #2d5aa8; border-bottom-color: #2d5aa8; }
.pc-login-panel { display: none; }
.pc-login-panel.active { display: flex; }
#panel-sms { display: none; flex-direction: column; align-items: center; padding: 10px 0; }
#panel-sms.active { display: flex; }
.pc-sms-form { width: 100%; max-width: 380px; }
.pc-sms-form h2 { font-size: 24px; font-weight: 600; color: #1a2a6c; margin: 0 0 8px; }
.pc-sms-sub { font-size: 14px; color: #888; margin: 0 0 24px; }
.pc-sms-field { margin-bottom: 18px; }
.pc-sms-field label { display: block; font-size: 14px; color: #555; margin-bottom: 6px; font-weight: 500; }
.pc-sms-field input { width: 100%; height: 44px; border: 1px solid #ddd; border-radius: 8px; padding: 0 14px; font-size: 16px; box-sizing: border-box; transition: border-color .2s; }
.pc-sms-field input:focus { border-color: #2d5aa8; outline: none; box-shadow: 0 0 0 3px rgba(45,90,168,.12); }
.pc-sms-code-row { display: flex; align-items: flex-end; gap: 12px; }
.pc-sms-code-input { flex: 1; }
.pc-sms-code-input label { display: block; font-size: 14px; color: #555; margin-bottom: 6px; font-weight: 500; }
.pc-sms-code-input input { width: 100%; height: 44px; border: 1px solid #ddd; border-radius: 8px; padding: 0 14px; font-size: 16px; box-sizing: border-box; transition: border-color .2s; }
.pc-sms-code-input input:focus { border-color: #2d5aa8; outline: none; box-shadow: 0 0 0 3px rgba(45,90,168,.12); }
#smsSendBtn { height: 44px; white-space: nowrap; min-width: 120px; }
#smsSendBtn:disabled { opacity: .6; cursor: not-allowed; }
.pc-btn-block { width: 100%; height: 46px; font-size: 16px; margin-top: 8px; }
.pc-sms-msg { font-size: 14px; text-align: center; margin-top: 12px; min-height: 20px; }
.pc-sms-msg.err { color: #e74c3c; }
.pc-sms-msg.ok { color: #27ae60; }
.pc-sms-tip { font-size: 12px; color: #aaa; text-align: center; margin-top: 16px; line-height: 1.6; }


/* ====== PC 内页通用 + news/shop/ask v=20260816b ====== */
.pc-breadcrumb { font-size: 14px; color: #888; margin: 20px 0 24px; }
.pc-breadcrumb a { color: #2d5aa8; text-decoration: none; }
.pc-breadcrumb a:hover { text-decoration: underline; }
.pc-breadcrumb span { margin: 0 8px; }
.pc-breadcrumb .active { color: #555; }

.pc-empty { text-align: center; padding: 80px 20px; color: #999; font-size: 16px; background: #f8f9fa; border-radius: 12px; margin: 20px 0; }

/* 分页 */
.pc-pagination { display: flex; justify-content: center; align-items: center; gap: 8px; margin: 40px 0 20px; }
.pc-pagination a, .pc-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 12px; border-radius: 6px; font-size: 14px; color: #555; background: #fff; border: 1px solid #e0e0e0; text-decoration: none; transition: all .2s; }
.pc-pagination a:hover { border-color: #2d5aa8; color: #2d5aa8; }
.pc-pagination .pc-page-current { background: #2d5aa8; color: #fff; border-color: #2d5aa8; }
.pc-page-prev, .pc-page-next { font-weight: 500; }

/* 资讯 */
.pc-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 30px 0; }
.pc-news-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.06); text-decoration: none; color: inherit; transition: transform .2s, box-shadow .2s; }
.pc-news-card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,.1); }
.pc-news-img { height: 170px; background: linear-gradient(135deg, #e0e7ff 0%, #d1e0fd 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.pc-news-img img { width: 100%; height: 100%; object-fit: cover; }
.pc-news-body { padding: 18px; }
.pc-news-tag { display: inline-block; font-size: 12px; color: #2d5aa8; background: rgba(45,90,168,.08); padding: 3px 10px; border-radius: 999px; margin-bottom: 10px; }
.pc-news-body h3 { font-size: 16px; font-weight: 600; color: #1a2a6c; line-height: 1.5; margin: 0 0 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pc-news-foot { display: flex; justify-content: space-between; font-size: 13px; color: #999; }

.pc-news-detail { background: #fff; border-radius: 12px; padding: 40px; box-shadow: 0 2px 12px rgba(0,0,0,.06); margin: 24px auto 60px; }
.pc-news-title { font-size: 28px; font-weight: 700; color: #1a2a6c; margin: 0 0 16px; line-height: 1.4; }
.pc-news-meta { display: flex; gap: 20px; font-size: 14px; color: #888; margin-bottom: 24px; }
.pc-news-cover { width: 100%; max-height: 400px; border-radius: 10px; overflow: hidden; margin-bottom: 30px; }
.pc-news-cover img { width: 100%; height: 100%; object-fit: cover; }
.pc-news-content { font-size: 16px; line-height: 1.9; color: #333; }
.pc-news-content p { margin-bottom: 16px; }
.pc-news-content img { max-width: 100%; border-radius: 8px; }

/* 商城 */
.pc-shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 30px 0; }
.pc-shop-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.06); text-decoration: none; color: inherit; transition: transform .2s, box-shadow .2s; }
.pc-shop-card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,.1); }
.pc-shop-img { height: 190px; background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.pc-shop-img img { width: 100%; height: 100%; object-fit: cover; }
.pc-shop-body { padding: 16px; }
.pc-shop-body h3 { font-size: 15px; font-weight: 500; color: #333; line-height: 1.5; margin: 0 0 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 45px; }
.pc-shop-price { display: flex; align-items: center; justify-content: space-between; }
.pc-shop-price .cur { font-size: 18px; font-weight: 700; color: #e74c3c; }
.pc-shop-price .volume { font-size: 12px; color: #999; }

.pc-shop-detail { background: #fff; border-radius: 12px; padding: 40px; box-shadow: 0 2px 12px rgba(0,0,0,.06); margin: 24px auto 60px; }
.pc-shop-detail-grid { display: grid; grid-template-columns: 420px 1fr; gap: 40px; margin-bottom: 40px; }
.pc-shop-gallery { background: #f8f9fa; border-radius: 12px; overflow: hidden; min-height: 420px; display: flex; align-items: center; justify-content: center; }
.pc-shop-gallery img { width: 100%; height: auto; }
.pc-shop-info h1 { font-size: 26px; font-weight: 700; color: #1a2a6c; margin: 0 0 20px; line-height: 1.4; }
.pc-shop-info .pc-shop-price { display: block; margin-bottom: 24px; }
.pc-shop-info .cur { font-size: 32px; color: #e74c3c; font-weight: 700; }
.pc-shop-info .orig { font-size: 16px; color: #999; text-decoration: line-through; margin-left: 12px; }
.pc-shop-meta { display: flex; gap: 24px; font-size: 14px; color: #666; margin-bottom: 30px; }
.pc-shop-content { border-top: 1px solid #eee; padding-top: 30px; }
.pc-shop-content h3 { font-size: 20px; font-weight: 600; color: #1a2a6c; margin-bottom: 20px; }
.pc-shop-content img { max-width: 100%; border-radius: 8px; }

/* 问答 */
.pc-ask-list { display: flex; flex-direction: column; gap: 16px; margin: 30px 0; }
.pc-ask-item { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,.06); text-decoration: none; color: inherit; transition: transform .2s, box-shadow .2s; }
.pc-ask-item:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,.1); }
.pc-ask-item h3 { font-size: 18px; font-weight: 600; color: #1a2a6c; margin: 0 0 10px; }
.pc-ask-item p { font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pc-ask-foot { display: flex; align-items: center; gap: 16px; font-size: 13px; color: #999; }
.pc-ask-reward { color: #e74c3c; font-weight: 500; }

.pc-ask-detail { background: #fff; border-radius: 12px; padding: 40px; box-shadow: 0 2px 12px rgba(0,0,0,.06); margin: 24px auto 60px; }
.pc-ask-title { font-size: 26px; font-weight: 700; color: #1a2a6c; margin: 0 0 16px; line-height: 1.4; }
.pc-ask-meta { display: flex; gap: 20px; font-size: 14px; color: #888; margin-bottom: 20px; }
.pc-ask-user { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.pc-ask-user img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.pc-ask-user span { font-size: 14px; color: #555; }
.pc-ask-content { font-size: 16px; line-height: 1.9; color: #333; margin-bottom: 30px; }
.pc-ask-content img { max-width: 100%; border-radius: 8px; margin: 10px 0; }

@media (max-width: 1100px) {
    .pc-news-grid { grid-template-columns: repeat(2, 1fr); }
    .pc-shop-grid { grid-template-columns: repeat(3, 1fr); }
    .pc-shop-detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .pc-news-grid { grid-template-columns: 1fr; }
    .pc-shop-grid { grid-template-columns: repeat(2, 1fr); }
    .pc-news-detail, .pc-shop-detail, .pc-ask-detail { padding: 24px; }
}
