a, a:hover,.menu li a:hover,.menu li.on a,.menu li .subnav a:hover:after,.menu li .subnav a.on,.menu li.subcate:hover a,.menu li.subcate:hover .subnav a:hover,.menu li.subcate:hover .subnav a.on,.menu li.subcate:hover .subnav a.on:after,.sch-m input,.sch-m button:after,.schfixed input,.schclose,.schform input,.schform button:after,.post h2 a:hover,.post h2 .istop:before,.post .user a:hover,.post .date a:hover,.post .cate a:hover,.post .views a:hover,.post .cmtnum a:hover,.post .readmore:hover,.post .readmore:hover:after,.post .tags a:hover,.pages a:hover,a.backlist:hover,.cmtsfoot .reply:hover,.cmtsfoot .reply:hover:before,.cmtsubmit button:hover,.cmtsubmit button:hover:before,.sidebox dd a:hover,#divTags ul li a:hover,#divCalendar td a,#divCalendar #today,#divContorPanel .cp-login a:hover,#divContorPanel .cp-vrs a:hover,#divContorPanel .cp-login a:hover:before,#divContorPanel .cp-vrs a:hover:before,.footer a:hover,.goback:hover,.goback:hover:after,.relateinfo h3 a:hover { color:#d4af37; }@media screen and (max-width:1080px){.menu ul li.subcate.slidedown > a:after {color:#d4af37}}.menu li:before,.schfixed button,.pagebar .now-page,.cmtpagebar .now-page,.pagebar a:hover,.cmtpagebar a:hover,a.backtotop {background:#d4af37}.menuico span {background-color:#d4af37}.menu li .subnav,.schfixed {border-top-color:#d4af37}.menu li.subcate .subnav a {color:#333}.menu li .subnav:before,.sch-m input,.schfixed:before,.schform input,.single h1:after,.single h2:after,.single h3:after,.single h4:after,.single h5:after,.single h6:after,.contitle h1,.contitle h2 {border-bottom-color:#d4af37}.post .readmore:hover,.post .tags a:hover,.pagebar .now-page,.cmtpagebar .now-page,.pagebar a:hover,.cmtpagebar a:hover,a.backlist:hover,.cmtsubmit button:hover,#divTags ul li a:hover,#divCalendar td a,#divContorPanel .cp-login a:hover,#divContorPanel .cp-vrs a:hover,.goback:hover {border-color:#d4af37}.wrapper { background:#0f0f0f; }/* ==============================================
   Z-BlogPHP “奥利奥”配色：黑头 + 黑尾 + 白中间
   ============================================== */

/* --- 1. 顶部导航栏 (Header) 变黑 --- */
.header, 
.header-box, 
.header-layout,
.menu-box {
    background-color: #0d0d0d !important; /* 黑色背景 */
    background-image: none !important;
    border-bottom: 1px solid #d4af37 !important; /* 底部金线 */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* 导航栏文字颜色 */
.header a, .menu li a, .logo a, .logo-img {
    color: #fff !important;
}
/* 鼠标悬停变金 */
.header a:hover, .menu li a:hover, .menu li.on a {
    color: #d4af37 !important;
}
/* 搜索按钮颜色 */
.search-icon, .search-btn {
    color: #fff !important;
}


/* --- 2. 底部 (Footer) 变黑 --- */
#footer, 
.footer, 
.footer-box,
.footer-copy, 
.footer-info {
    background-color: #0d0d0d !important; /* 黑色背景 */
    background-image: none !important;
    border-top: 1px solid #d4af37 !important; /* 顶部金线 */
    color: #888 !important; /* 文字浅灰 */
    margin-top: 0 !important;
}

/* 底部链接颜色 */
.footer a {
    color: #aaa !important;
}
.footer a:hover {
    color: #d4af37 !important;
}

/* --- 3. 修复底部可能出现的白色缝隙 --- */
body {
    background-color: #f5f5f5; /* 给整体背景一个极淡的灰，避免底部下方露白 */
}