@media
screen and (orientation:portrait) and (max-device-width:768px),
screen and (orientation:landscape) and (max-device-width:1024px) {
    .public-footer {
        display: none !important;
    }
    .footer-wrap .footer {
        background: #2d3238;
        padding: 0.5rem 0.4rem 0.4rem 0.4rem;
    }
    .footer-wrap .footer .footer-title {
        font-weight: 700;
        color: #ffffff;
        font-size: 0.32rem;
    }
    .footer-wrap .footer .aboutUs {
        margin-top: 0.3rem;
    }
    .footer-wrap .footer .footer-nav {
        overflow: hidden;
        width: 100%;
        padding: 0.32rem 0 0.4rem 0;
    }
    .footer-wrap .footer .footer-nav span {
        float: left;
        text-align: left;
        width: 33.33333333333%;
    }
    .footer-wrap .footer .footer-nav span a {
        display: block;
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.26rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .footer-wrap .footer .footer-nav.border {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .footer-code {
        overflow: hidden;
        padding-top: 0.4rem;
    }
    .footer-code .left {
        float: left;
        width: 1.65rem;
    }
    .footer-code .right {
        float: left;
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.24rem;
        margin-left: 0.2rem;
    }
    .footer-code .right li {
        line-height: 0.44rem;
    }
    .copyright {
        padding: 0.32rem 0.4rem;
        background:#262a30;
    }
    .copyright a {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0.5rem;
        text-align: center;
        color: #7c7f82;
        font-size: 0.24rem;
    }
    
}

