@media screen and (max-width: 800px){
    .sk-footer .-container .bottom-box .row1 {
        flex-direction: column;
        gap: .24rem;
    }
    .sk-footer .-container .bottom-box .row1 .share-list .share-item .share-layer {
        width: 1.6rem;
    }
    .sk-footer .-container .bottom-box .row1 .share-list .share-item .share-layer img {
        width: 1.6rem;
        height: 1.6rem;
    }

    .home-hjt .home-hjt__info-btn {
        pointer-events: auto;
    }
}