/* 仅发布信息技术咨询（选择分类页） */
body.info-post-it-page{
    background:#2e3f69 !important;
    color: #e9f2ff !important;
}

body.info-post-it-page .ip2-hero{
    background: linear-gradient(150deg, rgba(7, 21, 48, 0.96), rgba(3, 12, 30, 0.96)) !important;
    border: 1px solid rgba(103, 232, 249, 0.25) !important;
    border-radius: 20px !important;
    box-shadow: 0 26px 60px rgba(2, 10, 30, 0.45) !important;
    padding: 22px 22px 18px !important;
}

body.info-post-it-page .ip2-kicker{
    background: rgba(34, 211, 238, 0.12) !important;
    border: 1px solid rgba(34, 211, 238, 0.22) !important;
    color: #67e8f9 !important;
}

body.info-post-it-page .ip2-title{
    color: #f4f8ff !important;
}

body.info-post-it-page .ip2-desc{
    color: rgba(217, 232, 255, 0.9) !important;
}

body.info-post-it-page .ip2-badges li{
    background: rgba(15, 23, 42, 0.35) !important;
    border: 1px solid rgba(125, 211, 252, 0.22) !important;
    color: #dbeafe !important;
}

body.info-post-it-page .ip2-stepbar{
    background: rgba(7, 17, 39, 0.72) !important;
    border: 1px solid rgba(125, 211, 252, 0.18) !important;
    box-shadow: 0 18px 48px rgba(2, 10, 30, 0.35) !important;
}

body.info-post-it-page .ip2-step-dot{
    background: rgba(226, 232, 240, 0.18) !important;
    color: rgba(226, 232, 240, 0.92) !important;
}

body.info-post-it-page .ip2-step-text{
    color: rgba(226, 232, 240, 0.92) !important;
}

body.info-post-it-page .ip2-step-divider{
    background: rgba(226, 232, 240, 0.18) !important;
}

body.info-post-it-page .ip2-step-item.is-active .ip2-step-dot{
    background: linear-gradient(135deg,#22d3ee 0%, #60a5fa 60%, #1d4ed8 140%) !important;
    color: #031023 !important;
}

body.info-post-it-page .section-title{
    color: #f4f8ff !important;
}

body.info-post-it-page .ip2-quick-tags{
    background: rgba(15, 23, 42, 0.28) !important;
    border: 1px solid rgba(125, 211, 252, 0.18) !important;
}

body.info-post-it-page .ip2-quick-label{
    color: #c7ddff !important;
}

body.info-post-it-page .ip2-quick-tag{
    border: 1px solid rgba(34, 211, 238, 0.30) !important;
    background: rgba(34, 211, 238, 0.08) !important;
    color: #278996!important;
}

body.info-post-it-page .ip2-quick-tag:hover{
    border-color: rgba(34, 211, 238, 0.55) !important;
    background: rgba(34, 211, 238, 0.14) !important;
}

/* 覆盖 post.css 中“快速搜索家政分类”的标题文案 */
body.info-post-it-page .psearch::before{
    content:"快速搜索技术咨询分类" !important;
}

@media (max-width: 980px){
    body.info-post-it-page .ip2-hero{
        border-radius: 16px !important;
    }
}

