/* Navigation behavior refinements for the WeChat Apple theme. */

body.wechat-apple .footer_nav {
    transition: transform .24s ease, opacity .2s ease !important;
    will-change: transform, opacity;
}

body.wechat-apple .footer_menu .center .mobile_edit {
    background: #1fbd68 !important;
    color: #fff !important;
}

body.wechat-apple .footer_menu .center .mobile_edit i {
    color: #fff !important;
}

@media (max-width: 640px) {
    body.wechat-apple .footer_nav.is-scroll-hidden {
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, calc(100% + 42px)) !important;
    }
}

@media (min-width: 961px) {
    body.wechat-apple {
        overflow: visible;
    }

    body.wechat-apple .left_nav {
        align-self: stretch;
        overflow: visible;
    }

    body.wechat-apple .left_nav_inner {
        position: sticky !important;
        top: 24px;
        align-self: flex-start;
        height: auto !important;
        min-height: 434px;
        z-index: 20;
    }

    body.wechat-apple .left_nav_sticky {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.wechat-apple .footer_nav {
        transition-duration: .01ms !important;
    }
}
