/*首页分类自定义标题美化*/
.box-body.notop {
    background: var(--main-bg-color);
    padding: 5px;
    padding-left: 1.2em;
    border-radius: 10px;
    margin-bottom: 10px;
}

.title-theme {
    position: relative;
    padding-left: 1.3em;
    font-size: 20px;
    margin: 5px;
}

.title-theme::before {
    content: '';
    top: -30px;
    width: 64px;
    height: 64px;
    left: -32px;
    background: url(/img/icon/qiqiu.gif);
    box-shadow: 0 0 black;
    background-size: cover;
}

.title-theme small {
    font-size: 60%;
    margin-left: 20px;
}

.title-theme .ml10::before {
    position: absolute;
    content: '';
    width: 1px;
    background: var(--theme-color);
    top: 30%;
    left: 115px;
    bottom: 16%;
}
/*首页分类自定义标题美化*/