/* ==========================================================================
   1. 全局重置与响应式统一容器
   ========================================================================== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; width: 100%; }
body { font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; background-color: #f7f7f7; color: #333; line-height: 1.6; }
a { text-decoration: none; color: #333; transition: color 0.2s; }
a:hover { color: #FF6A00; } 
ul { list-style: none; }
.clear { clear: both; }

/* 统一页面核心包裹层 (1184px) */
.container { max-width: 1184px; margin: 0 auto; width: 100%; padding: 0 15px; }
.bg-white { background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.05); border-radius: 4px; }
.mt-15 { margin-top: 15px; }
.mb-15 { margin-bottom: 15px; }
.p-20 { padding: 20px; }

/* ==========================================================================
   2. 头部架构 (Header) + 2px 阿里云橙边框
   ========================================================================== */
.header-wrapper { background-color: #fff; border-bottom: 2px solid #FF6A00; width: 100%; }
.header-box { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; flex-wrap: wrap; }
.logo-area { display: flex; align-items: center; gap: 15px; }
.city-switch { font-size: 14px; color: #666; }
.city-switch a { color: #0066cc; margin-left: 5px; }
.header-title-link { font-size: 18px; font-weight: bold; color: #0066cc; }

/* ==========================================================================
   3. 核心两栏响应式架构 (Main Layout)
   ========================================================================== */
.main-layout { display: flex; gap: 24px; flex-wrap: wrap; width: 100%; }
.main-content { width: 810px; flex-shrink: 0; } 
.sidebar { flex: 1; min-width: 0; width: 100%; }

/* 通用区标题 */
.block-title { font-size: 18px; font-weight: bold; padding-bottom: 12px; border-bottom: 2px solid #FF6A00; margin-bottom: 15px; }

/* ==========================================================================
   4. 左侧详情页面核心样式 (Job Detail)
   ========================================================================== */
.detail-header h1 { font-size: 22px; font-weight: bold; color: #333; line-height: 1.4; margin-bottom: 12px; }
.detail-meta { font-size: 13px; color: #888; border-bottom: 1px solid #eee; padding-bottom: 12px; margin-bottom: 20px; }
.detail-meta span { margin-right: 15px; }

/* 详情内容排版区 */
.detail-body { font-size: 16px; color: #333; line-height: 1.8; word-break: break-all; }
.detail-body br { margin-bottom: 10px; }
.detail-body a { color: #0066cc; }
.detail-body p img {max-width:100%;height:auto;}
/* 温馨提示与警告框 */
.detail-notice-bar { background-color: #fff7f2; border: 1px dashed #ffdbcc; color: #ff6a00; padding: 12px 15px; font-size: 14px; border-radius: 4px; margin-top: 25px; }
.detail-warn-bar { background-color: #fcf8e3; border: 1px solid #faebcc; color: #8a6d3b; padding: 12px 15px; font-size: 13px; border-radius: 4px; margin-top: 15px; }
.detail-warn-bar a { color: #a94442; font-weight: bold; text-decoration: underline; }
/* ==========================================================================
   5. 右侧侧边栏专属卡片组件 (Sidebar Components)
   ========================================================================== */
.side-card { background: #fff; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); padding: 20px; margin-bottom: 15px; }
.card-title { font-size: 16px; font-weight: bold; color: #333; padding-bottom: 10px; border-bottom: 2px solid #333; margin-bottom: 15px; }

/* 推荐/感兴趣列表 */
.rec-list li { padding: 9px 0; border-bottom: 1px solid #f5f5f5; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rec-list li:last-child { border-bottom: none; }
.rec-list li a { color: #0066cc; }
.rec-list li a:hover { color: #FF6A00; }

/* ==========================================================================
   6. 底部版权通栏化 (Footer)
   ========================================================================== */
.footer-fullwidth { background-color: #fff; width: 100%; border-top: 1px solid #eee; margin-top: 30px; padding: 30px 0; box-shadow: 0 -1px 3px rgba(0,0,0,0.02); }
.footer-area { text-align: center; font-size: 14px; color: #666; width: 100%; }
.footer-nav { margin-bottom: 15px; }
.footer-nav a { color: #0066cc; margin: 0 8px; display: inline-block; }
.footer-copy { margin-bottom: 15px; word-break: break-all; }

/* ==========================================================================
   7. 移动端与中等屏幕自适应断点媒体查询
   ========================================================================== */
@media (max-width: 1200px) {
    .main-content { width: 65%; }
}
@media (max-width: 992px) {
    .main-content { width: 100%; flex-shrink: 1; }
    .main-layout { flex-direction: column; gap: 15px; }
}
@media (max-width: 768px) {
    .p-20 { padding: 15px; }
    .container { padding: 0 10px; }
    .header-box { flex-direction: column; gap: 10px; text-align: center; }
    .detail-header h1 { font-size: 18px; }
}

/* ==========================================================================
   8. 全端兼顾的固底吸附条 CSS（支持 PC 与 移动 H5 端自适应）
   ========================================================================== */
#m_contact { display:block!important; }
.ktvzp-pc-contact { position:fixed; left:0; bottom:0; width:100%; z-index:9999; font-family:"Microsoft YaHei",Arial,sans-serif; background:linear-gradient(180deg,#0b111a 0%,#111827 100%); border-top:1px solid rgba(255,255,255,0.08); box-shadow:0 -8px 28px rgba(0,0,0,0.32); }
.ktvzp-pc-tip { height:28px; line-height:28px; text-align:center; padding:0 15px; font-size:14px; font-weight:bold; color:#5a3a00; background:linear-gradient(180deg,#f6dfaa 0%,#e6c775 100%); border-bottom:1px solid rgba(0,0,0,0.12); box-shadow:inset 0 1px 0 rgba(255,255,255,0.45); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ktvzp-pc-main { height:64px; display:flex; align-items:center; justify-content:center; background:radial-gradient(circle at 18% 0%,rgba(37,99,235,0.16),transparent 36%),radial-gradient(circle at 78% 0%,rgba(16,185,129,0.12),transparent 38%),linear-gradient(180deg,#101827 0%,#0f1a22 100%); }
.ktvzp-pc-inner { width:100%; max-width:1180px; height:64px; display:flex; align-items:center; justify-content:space-between; padding:0 22px; box-sizing:border-box; }

.ktvzp-pc-left { display:flex; align-items:center; min-width:250px; max-width:360px; color:#ffffff; }
.ktvzp-pc-icon { width:38px; height:38px; border-radius:50%; background:linear-gradient(180deg,#18a766 0%,#087747 100%); display:flex; align-items:center; justify-content:center; margin-right:12px; box-shadow:0 0 0 4px rgba(24,167,102,0.12); font-size:18px; font-weight:bold; color:#fff; }
.ktvzp-pc-left-title { font-size:17px; font-weight:bold; line-height:22px; color:#ffffff; }
.ktvzp-pc-left-desc { font-size:12px; line-height:17px; color:#cbd5e1; margin-top:1px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

.ktvzp-pc-mid { display:flex; align-items:center; justify-content:center; flex:1; color:#ffffff; padding:0 40px; box-sizing:border-box; }
.ktvzp-pc-num { display:flex; align-items:center; justify-content:center; flex-direction:column; width:100%; max-width:320px; padding:6px 18px; border-radius:12px; background:rgba(255,255,255,0.055); border:1px solid rgba(255,255,255,0.10); box-shadow:inset 0 1px 0 rgba(255,255,255,0.08); }
.ktvzp-pc-num-title { font-size:12px; line-height:17px; color:#cbd5e1; margin-bottom:1px;}
.ktvzp-pc-num-main { font-size:24px; line-height:28px; font-weight:900; letter-spacing:1px; background:linear-gradient(90deg,#f8fafc,#60e6a8,#60a5fa,#f4d27a); -webkit-background-clip:text;-webkit-text-fill-color:transparent; text-shadow:0 0 12px rgba(96,165,250,0.12); }

.ktvzp-pc-actions { display:flex; align-items:center; justify-content:flex-end; min-width:160px; }
.ktvzp-pc-btn { position:relative; display:flex; align-items:center; justify-content:center; flex-direction:column; width:140px; height:50px; border-radius:10px; color:#f8fafc!important; text-decoration:none!important; font-size:16px; font-weight:bold; line-height:20px; overflow:hidden; box-shadow:inset 0 1px 0 rgba(255,255,255,0.16),0 5px 14px rgba(0,0,0,0.20); box-sizing:border-box; cursor:pointer; border:0; outline:none; }
.ktvzp-pc-btn em { display:block; font-style:normal; max-width:96%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; position:relative; z-index:1; }
.ktvzp-pc-btn span { display:block; font-size:12px; font-weight:normal; line-height:16px; opacity:0.95; margin-top:1px; max-width:96%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; position:relative; z-index:1; }

/* 采用专业直招常用的绿色系（BOSS绿风格） */
.ktvzp-pc-btn-weixin { background:linear-gradient(180deg,#00d7d7 0%,#00bebd 50%,#009e9e 100%); }
.ktvzp-pc-btn:hover { transform:translateY(-1px); filter:brightness(1.06); }

/* 默认预留PC底部高度 */
body { padding-bottom:92px!important; }

/* ==========================================================================
   移动 H5 端自适应重置与性能优化排版
   ========================================================================== */
@media screen and (max-width:760px){
    body { padding-bottom:60px!important; }
    .ktvzp-pc-tip { display:none!important; } 
    .ktvzp-pc-main { height:60px; }
    .ktvzp-pc-inner { height:60px; padding:0 12px; justify-content:space-between; }
    .ktvzp-pc-left { display:none!important; } 
    
    /* 号码展示区：紧凑贴合 */
    .ktvzp-pc-mid { padding:0; justify-content:flex-start; }
    .ktvzp-pc-num { max-width:180px; padding:4px 10px; border-radius:8px; align-items:flex-start; background:transparent; border:none; box-shadow:none; }
    .ktvzp-pc-num-title { font-size:11px; color:#94a3b8; }
    .ktvzp-pc-num-main { font-size:20px; line-height:24px; background:none; -webkit-background-clip:unset; -webkit-text-fill-color:#00bebd; font-weight:bold; }
    
    /* 动作按钮区：大点击触控面积 */
    .ktvzp-pc-actions { min-width:110px; flex:1; justify-content:flex-end; }
    .ktvzp-pc-btn { width:100%; max-width:140px; height:42px; border-radius:6px; font-size:15px; box-shadow:0 2px 8px rgba(0,190,189,0.2); }
    .ktvzp-pc-btn span { display:none!important; } 
}