/* 行业分类页面专用样式 */
.header-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-content-box {
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.decorative-bracket {
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 4px;
    background-color: var(--bs-primary);
    border-radius: 2px;
}

.bracket-info {
    background-color: var(--bs-info);
}

.bracket-success {
    background-color: var(--bs-success);
}

/* 与顶部导航的间距 */
.mt-5 {
    margin-top: 3rem !important;
}