/* 简单版本，如果需要可以添加更多样式 */
.sr .has-animations .is-revealing {
    visibility: hidden;
}

/* 屏幕阅读器文本 */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}