.menuBox .menuBoxList {
    padding-top: 0 !important;
}

.menuBoxSearch {
    padding: 0 24px;
    margin: 0 0 18px;
}

.menuBoxSearch #searchResult {
    width: 88% !important;
    position: absolute;
    top: 34px;
    border: 1px solid #ddd;
    overflow-y: auto;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 4px;
}

.hbc-item {
    position: relative;
    margin-right: 60px;
}

.hbc-item:last-child {
    margin-right: 0;
}

.hbci-title {
    /* font-size: 16px; */
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.hbci-box {
    position: absolute;
    display: none;
    width: 240px;
    z-index: 9999;
    top: 26px;
    left: 0;
    padding-top: 10px;
    transition: all 0.3s;
}

.hbc-item:hover .hbci-box {
    display: block;
}

.hbcib-content {
    /* display: none; */
    width: 100%;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 10px 15px;
    max-height: 500px;
    overflow-y: auto;
    box-shadow: 0 4px 12px #00000014;
}

.arrow {
    width: 0;
    height: 0;
    border-style: solid;
}

.hbci-title .arrow-down {
    border-width: 5px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
    margin-left: 5px;
}

.hbc-item:hover .arrow-down {
    transform: rotate(-180deg);
    transition: all 0.2s;
}

.hbc-item:hover .hbci-box {
    display: block;
}

.hbci-box .arrow-up {
    border-width: 0px 6px 6px 6px;
    border-color: transparent transparent #ddd transparent;
    position: absolute;
    top: 4px;
    left: 20px;
}

.hbci-box .arrow-up1 {
    border-width: 0px 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 5px;
    left: 20px;
}

.hbcib-list {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px 0;
}

.hbcib-list.last {
    border-bottom: none;
    margin: 0;
}

.hbcib-list-title {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    color: #4262d7;
    margin: 0 0 10px;
}

.hbcib-item {
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px 0 0;
    margin: 0 0 5px;
}

.hbcib-item.more {
    color: #4262d7;
}

.hbcib-item:hover {
    text-decoration: underline;
}

.hbcib-all {
    height: 40px;
    background: #4262d7;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 6px;
    margin: 10px 0;
}

/* 分页容器样式 */
.pagination-container {
    margin: 30px auto;
    text-align: center;
    font-family: Arial, sans-serif;
}

