/* 响应式设计 */
@media (max-width: 576px) {
    #help-content {
        margin-top: 30px;
        font-size: 14px;
    }

    #help-content h3 {
        font-size: 1.3rem;
    }

    #help-content h4 {
        font-size: 1.15rem;
    }

    #help-content h5 {
        font-size: 1.05rem;
    }
}