.sn-group-title {
    .sn-list-item-title {
        .default-title {
            font-weight: bold;
            font-size: 0.32rem;
            color: @text-color;
        }
    }
    .sn-list-item-label {
        .default-description {
            color: @text-color-2;
            font-size: 0.3rem;
            line-height: 1.4;
        }
    }
}