#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box{
    background-color: rgba(255, 255, 255, 0.561) !important;
}
#epkb-ml__module-search #epkb-ml-search-modern-layout .epkb-ml-search-box__input {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
}
#epkb-ml__module-search{
    padding-top: 50px !important;
    padding-bottom: 10px !important;
}
/* search */
#epkb-ml__module-search .epkb-ml-search-title{
        font-family: arial !important;
        font-weight: 400 !important;
    color: #ffffff !important;
}
/* 统一设置 placeholder 颜色 */
#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__input::placeholder
{
    color: #ffffff  !important;
    opacity: 1 !important;
}
/* 输入框和搜索样式 */
#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box{
    height: 60px !important;
}
#epkb-ml__module-search #epkb-ml-search-modern-layout .epkb-ml-search-input-height--large #epkb-ml-search-box .epkb-ml-search-box__btn .epkbfa-ml-search-icon {
    top: 12px !important;
}
#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form{
    margin-top: 10px !important;
}
/* 搜索北京 */
#epkb-ml__module-search{
    background-image: url('https://www.htek.com/wp-content/uploads/2025/12/背景3.jpg') !important;
    background-size:100% 100% !important;
    aspect-ratio: 1235 / 231;
}
/* 左侧边栏 */
#epkb-sidebar-container-v2.epkb-sidebar--medium-shadow{
    box-shadow: none !important;
        border: none !important;
}
/* 分类hover */
#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .sidebar_section_divider:hover{
    cursor: pointer !important;
}
#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .sidebar_section_divider:hover .epkb-sidebar__heading__inner__cat-name{
    color: #094a9b !important;
}
/* 激活一级分类 */
.epkb-sidebar__cat-container .epkb-sidebar__cat__top-cat .epkb-sidebar__cat__top-cat__heading-container{
    background-color: #c6e1ff !important;
border-radius: 0px !important;
border: 0px !important;
border-left:3px solid #094a9b !important;
}
.epkb-sidebar__cat-container .epkb-sidebar__cat__top-cat .epkb-sidebar__cat__top-cat__heading-container .epkb-sidebar__heading__inner__cat-name{
    color: #094a9b !important;
    font-size: 20px !important;
}

/* 常规一级分类 */
.epkb-sidebar__cat-container .epkb-active-top-category .epkb-sidebar__cat__top-cat__heading-container{
    background-color: rgb(255, 255, 255) !important;
    border-radius: 0px !important;
    border: 0px !important;
}
.epkb-sidebar__cat-container .epkb-active-top-category .epkb-sidebar__cat__top-cat__heading-container .epkb-sidebar__heading__inner__cat-name{
color: #0a0a0a !important;
font-size: 20px !important;
}

/* 活跃文章 */
.epkb-sidebar__cat__top-cat__body-container .epkb-articles .active{
    padding-bottom: 5px !important;
    padding-top: 5px !important;

    border-radius: 5px !important;
}
.epkb-sidebar__cat__top-cat__body-container .epkb-articles .active .eckb-article-title__text{
    color: #094a9b !important;
}
.epkb-articles li:hover .eckb-article-title__text {
    color: #094a9b !important;
}

/* 让 Knowledge Base 分类卡片等高 */
#epkb-ml__module-categories-articles #epkb-ml-categories-layout .eckb-categories-list .epkb-ml__module-categories-articles__row {
    align-items: stretch !important;
}

/* 确保卡片内容区域可以拉伸 */
#epkb-ml__module-categories-articles #epkb-ml-categories-layout .epkb-top-category-box {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* 确保卡片主体区域可以自动填充剩余空间 */
#epkb-ml__module-categories-articles #epkb-ml-categories-layout .epkb-section-body {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}