/* 响应式样式 */
@media (max-width: 768px) {
    .go-top {
        width: 3rem;
        height: 3rem;
        bottom: 1.5rem;
        right: 1.5rem;
        font-size: 1.5rem;
        border-radius: 0.75rem;
    }
}