/* 公考指南 - 公共样式 V2 */
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:calc(100vw/3.75)}
@media screen and (min-width:750px){html{font-size:100px}}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC',sans-serif;font-size:.14rem;line-height:1.5;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased;padding:0}
a{text-decoration:none;color:inherit}
ul,li{list-style:none}
img{display:block;max-width:100%}
input,button,textarea,select{font-family:inherit;font-size:inherit;outline:none;border:none;background:none}
.app{max-width:750px;margin:0 auto;background:#fff;min-height:100vh;position:relative;overflow:hidden}
.nb{height:52px;background:#FF6A00;display:flex;align-items:center;padding:0 14px;color:#fff;gap:8px;position:sticky;top:0;z-index:999}
.nb-bk{font-size:22px;line-height:1;color:#fff}
.nb-ti{font-size:16px;font-weight:600;flex:1;text-align:center}
.nb-rt{font-size:13px;color:#fff}
.sr{height:52px;background:#FF6A00;display:flex;align-items:center;padding:0 12px;gap:8px;position:sticky;top:0;z-index:999}
.sr-logo{height:22px;object-fit:contain;background:#FF6A00;border-radius:3px;padding:2px 4px}
.search-brand{color:#fff;font-size:13px;font-weight:600}
.sr-city{display:flex;align-items:center;gap:4px;color:#fff;font-size:12px;opacity:.95;flex-shrink:0;padding:6px 8px;border-radius:12px;background:rgba(255,255,255,.14)}
.srb{flex:1;min-width:0;height:32px;border-radius:16px;background:rgba(255,255,255,.25);display:flex;align-items:center;padding:0 12px;gap:5px;color:#fff;font-size:13px;opacity:.9}
.bell-icon{color:#fff;font-size:20px;flex-shrink:0}
.ct{overflow-y:auto;background:#f4f4f4}
.qe{background:#fff;padding:14px 4px 8px;display:flex;flex-wrap:nowrap;justify-content:space-between;gap:2px}
.qi{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px;color:#333;flex:1;min-width:0}
.qi span{white-space:nowrap;line-height:1.2}
.qico{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.sh{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 8px;background:#fff}
.sh-t{font-size:15px;font-weight:600;color:#1a1a1a}
.sh-m{font-size:12px;color:#FF6A00}
.nc{display:block;background:#fff;padding:13px 16px;border-bottom:1px solid #f4f4f4}
.nc-tp{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}
.tag{font-size:11px;padding:2px 8px;border-radius:10px;color:#fff;background:#FF6A00}
.tag-blue{background:#1890FF!important}
.tag-green{background:#07C160!important}
.tag-purple{background:#9C27B0!important}
.tag-cyan{background:#13C2C2!important}
.nc-ti{font-size:14px;font-weight:500;color:#1a1a1a;line-height:1.45;margin-bottom:7px}
.nc-mt{display:flex;gap:10px;flex-wrap:wrap}
.nc-mt span{font-size:11px;color:#aaa}
.hl{color:#FF6A00!important;font-weight:600!important}
.hl-green{color:#07C160!important;font-weight:600!important}
.hs{display:flex;overflow-x:auto;gap:9px;padding:11px 14px;background:#fff}
.hs::-webkit-scrollbar{display:none}
.ht{flex-shrink:0;font-size:13px;padding:5px 14px;border-radius:14px;border:1px solid #eee;color:#666;white-space:nowrap}
.ht.on{background:#FF6A00;color:#fff;border-color:#FF6A00}
.fb{background:#fff;display:flex;overflow-x:auto;padding:9px 14px;gap:9px;border-bottom:1px solid #eee}
.fb::-webkit-scrollbar{display:none}
.fc{flex-shrink:0;font-size:12px;padding:4px 12px;border-radius:12px;border:1px solid #eee;color:#666;white-space:nowrap}
.fc.on{border-color:#FF6A00;color:#FF6A00;background:#FFF3E0}

/* 公告筛选（details/summary 轻交互） */
.gk-fb{
    position:sticky;
    top:52px;
    z-index:900;
    /* 覆盖 .fb 的 overflow-x:auto，避免裁剪下拉内容 */
    overflow:visible;
    /* 小屏时允许换行，避免必须横向滚动 */
    flex-wrap:wrap;
}
.gk-flt{position:relative}
.gk-flt > summary{list-style:none;cursor:pointer}
.gk-flt > summary::-webkit-details-marker{display:none}
.gk-flt[open] > summary.fc{border-color:#FF6A00;color:#FF6A00;background:#FFF3E0}
.gk-flt-pop{
    /* 下拉面板：summary 下方下拉（不遮挡 summary） */
    position:absolute;
    left:0;
    top:calc(100% + 8px);
    width:max-content;
    max-width:750px;
    max-height:60vh;
    overflow:auto;
    background:#fff;
    border:1px solid #eee;
    border-radius:12px;
    box-shadow:0 10px 28px rgba(0,0,0,.12);
    padding:10px;
    z-index:950;
}
.gk-opt{display:block;font-size:12px;padding:10px 12px;border-radius:10px;border:1px solid #eee;color:#666;margin:0 0 10px 0;background:#fff}
.gk-opt.on{border-color:#FF6A00;color:#FF6A00;background:#FFF3E0}
.gk-opt-hd{font-size:11px;color:#aaa;margin:6px 0 10px}
.gk-flt-pop{white-space:normal}
.dh{background:linear-gradient(135deg,#FF6A00,#FF9500);padding:18px 16px 22px;color:#fff}
.dh h1{font-size:18px;font-weight:700;margin-bottom:5px;line-height:1.45}
.dn{font-size:13px;opacity:.9;margin-bottom:11px}
.htag{font-size:11px;padding:2px 9px;border-radius:9px;background:rgba(255,255,255,.22);color:#fff;border:1px solid rgba(255,255,255,.38)}
.st{display:flex;background:#fff;padding:14px 0;margin-bottom:8px}
.si{flex:1;text-align:center;border-right:1px solid #eee}
.si:last-child{border-right:none}
.sn{font-size:18px;font-weight:700;color:#FF6A00}
.sl{font-size:10px;color:#aaa;margin-top:3px}
.dtab{display:flex;background:#fff;border-bottom:2px solid #f0f0f0}
.dtab-i{flex:1;text-align:center;padding:11px 0;font-size:13px;color:#888;position:relative;cursor:pointer}
.dtab-i.on{color:#FF6A00;font-weight:600}
.dtab-i.on::after{content:'';position:absolute;bottom:-2px;left:20%;right:20%;height:2px;background:#FF6A00;border-radius:1px}
.tl{padding:14px 16px;background:#fff}
.tli{display:flex;gap:10px;margin-bottom:14px}
.tld{width:11px;height:11px;border-radius:5.5px;background:#FF6A00;flex-shrink:0;margin-top:3px}
.tld.dn{background:#07C160}
.tld.gr{background:#ccc}
.tll{flex:1;width:2px;background:#eee;margin:3px 0;min-height:18px}
.tlt{font-size:13px;font-weight:500;color:#1a1a1a}
.tls{font-size:11px;color:#aaa;margin-top:2px}
.ic{background:#fff;margin-bottom:8px}
.ir{display:flex;align-items:center;padding:11px 16px;border-bottom:1px solid #f4f4f4}
.il{font-size:13px;color:#aaa;width:84px;flex-shrink:0}
.iv{font-size:13px;color:#1a1a1a;flex:1}
.iv.o{color:#FF6A00;font-weight:600}
.kp{background:#FFF8F3;border-radius:8px;padding:11px;margin:11px 0}
.kp-t{font-size:13px;font-weight:600;color:#FF6A00;margin-bottom:7px}
.kp-i{display:flex;gap:7px;font-size:12px;color:#333;margin-bottom:5px;line-height:1.5}
.art{padding:14px 16px;background:#fff}
.at{font-size:17px;font-weight:700;color:#1a1a1a;line-height:1.5;margin-bottom:10px}
.ac{font-size:13px;color:#444;line-height:1.75}
.ac h3{font-size:14px;font-weight:600;margin:13px 0 6px;color:#1a1a1a}
.bc{padding:7px 16px;background:#fff;border-bottom:1px solid #eee;font-size:11px;color:#aaa}
.pc{padding:13px 16px;border-bottom:1px solid #f4f4f4; display: block;}
.pc-hd{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}
.pc-nm{font-size:14px;font-weight:600;color:#1a1a1a;flex:1;line-height:1.4}
.pc-ct{font-size:13px;color:#FF6A00;font-weight:700;white-space:nowrap;margin-left:8px}
.pc-og{font-size:12px;color:#777;margin-bottom:10px}
.pc-tg{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:6px}
.pt{font-size:11px;padding:2px 6px;border-radius:3px;background:#FFF3E0;color:#FF6A00}
.pt.g{background:#e8e8e8;color:#666}
.pc-bt{display:flex;align-items:center;justify-content:space-between;margin-top:9px;padding-top:9px;border-top:1px solid #f8f8f8}
.pc-r{font-size:11px;color:#aaa}
.pc-r span{color:#FF6A00;font-weight:600}
.pc-s{font-size:11px;color:#aaa}
.pc-s span{color:#333;font-weight:600}
.li{background:#fff;padding:12px 16px;border-bottom:1px solid #f4f4f4;display:flex;align-items:center;gap:11px}
.li-c{flex:1;min-width:0}
.li-t{font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:3px}
.li-s{font-size:11px;color:#aaa}
.li-r{font-size:12px;color:#ccc}
.logo{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#FF6A00,#FF9500);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0}
.sc{background:#fff;margin:0 12px 10px;border-radius:10px;padding:13px;box-shadow:0 2px 8px rgba(0,0,0,.07)}
.sc-h{display:flex;align-items:center;gap:9px;margin-bottom:9px}
.slo{width:42px;height:42px;border-radius:9px;background:linear-gradient(135deg,#FF6A00,#FFAA44);display:flex;align-items:center;justify-content:center;color:#fff;font-size:19px}
.ss{display:flex;gap:7px}
.ss-i{flex:1;text-align:center;padding:7px 0;background:#FFF8F3;border-radius:7px}
.ss-n{font-size:16px;font-weight:700;color:#FF6A00}
.ss-l{font-size:10px;color:#aaa;margin-top:2px}
.bn{background:linear-gradient(135deg,#FF6A00,#FF9500);height:148px;display:flex;align-items:center;justify-content:center;position:relative}
.bn h2{font-size:20px;font-weight:700;color:#fff;text-align:center;line-height:1.4}
.bn p{font-size:12px;color:rgba(255,255,255,.85);margin-top:5px;text-align:center}
.tb{height:58px;background:#fff;display:flex;border-top:1px solid #eee;position:absolute;bottom:0;left:0;right:0}
.ti{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:10px;color:#aaa}
.ti.on{color:#FF6A00}
.ti em{font-size:20px;font-style:normal}
.bbar{position:absolute;bottom:0;left:0;right:0;padding:9px 14px;background:#fff;border-top:1px solid #eee;display:flex;gap:9px}
.bto{flex:1;height:42px;border-radius:21px;border:1.5px solid #FF6A00;color:#FF6A00;font-size:14px;font-weight:600;background:#fff;display:flex;align-items:center;justify-content:center}
.btp{flex:2;height:42px;border-radius:21px;background:linear-gradient(90deg,#FF6A00,#FF9500);color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}
.sb2{padding:10px 16px 14px;background:#fff}
.sy{display:flex;align-items:center;gap:9px;margin-bottom:9px}
.sy-l{font-size:11px;color:#aaa;width:34px}
.sy-bg{flex:1;height:5px;border-radius:3px;background:#eee;overflow:hidden}
.sy-f{height:100%;border-radius:3px;background:linear-gradient(90deg,#FF6A00,#FF9500)}
.sy-s{font-size:11px;color:#333;font-weight:600;width:38px;text-align:right}
.ann-img{width:100%;background:#f7f7f7;display:flex;flex-direction:column;align-items:center;padding:12px 14px;gap:10px}
.ann-img-blk{width:100%;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.ann-expand{text-align:center;padding:10px 0;font-size:13px;color:#FF6A00;font-weight:500}
.src{padding:11px 16px 14px;background:#fff;border-top:1px solid #f0f0f0;margin-top:2px}
.src-row{font-size:12px;color:#888;line-height:1.8}
.src-row a,.src-link{color:#FF6A00;text-decoration:none;font-weight:500}
.unit-tab{display:none}
.unit-tab.active{display:block}
.empty-state{text-align:center;padding:40px 0;color:#999;font-size:13px}

/* 品牌logo */
.brand-logo{display:flex;flex-direction:column;padding-right:8px;border-right:1px solid rgba(255,255,255,.5);margin-right:8px}
.brand-name{color:#fff;font-size:13px;font-weight:600}
.brand-domain{color:rgba(255,255,255,.6);font-size:9px}
/* 职位卡片标签样式 */
.pc-tag{display:inline-block;font-size:11px;padding:3px 8px;border-radius:4px;background:#f5f5f5;color:#333;margin-right:6px}
.pc-tag.hl{background:#FFF3E0;color:#333;font-weight:500}

/* 修改后 */
.tb{position:fixed;bottom:0;left:0;right:0;z-index:100;max-width:750px; margin:0 auto;}
.bbar{position:fixed;bottom:0;left:0;right:0;z-index:100;max-width:750px; margin:0 auto;}

/* body添加底部padding防止内容被遮挡 */
body{padding-bottom:70px}
