.footer-wrap {
    width: 100%;
    background: #484848;
}

.footer-box {
    padding: 1rem 0 0.78rem 0;
    margin: 0 auto;
}

.footer-logo {
    padding-bottom: 0.11rem;
    border-bottom: 1px solid #595959;
    margin-bottom: 0.4rem;
}

.footer-logo img {
    width: auto;
    height: 0.39rem;
}


.footer-flex {
    display: flex;
    justify-content: space-between;
}



.footer-about-text {
    font-size: 0.37rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.25rem;
}

.footer-about-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #979797;
    margin-bottom: 0.15rem;
}

.footer-about-app-box {
    display: flex;
    align-items: center;
    margin-top: 0.22rem;
}

.footer-about-app {
    width: 0.38rem;
    height: 0.38rem;
    margin-right: 0.13rem;
}

.footer-about-app img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.footer-about-app2 {
    display: none;
}

.footer-about-app:hover .footer-about-app1 {
    display: none;
}

.footer-about-app:hover .footer-about-app2 {
    display: block;
}

.footer-nav-box {
    margin: 0 0.5rem;
    display: flex;
    flex-shrink: 0;
}

.footer-nav {
    margin-right: 0.5rem;
}

.footer-nav:last-of-type {
    margin-right: 0;
}

.footer-nav-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    margin-bottom: 0.29rem;
}

.footer-nav-a {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #979797;
    margin-top: 0.2rem;
}

.footer-nav-a:hover {
    color: #fff;
}

.footer-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.16rem;
    flex-shrink: 0;
}

.footer-code img {
    width: 1.45rem;
    height: 1.45rem;
}

.footer-code p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #979797;
    line-height: 0.3rem;
    margin-top: 0.22rem;
}

.footer-icp {
    width: 100%;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #080505;
    border-top: 0.01rem solid rgba(255, 255, 255, .2);
}

.footer-icp a {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #979797;
}

@media only screen and (max-width: 1024px) {
    .footer-box{
        padding: 0.4rem 0.3rem;
        
    }
    .footer-icp{
        height: auto;
        padding: 0.15rem 0.25rem;
        
    }
    .footer-icp a{
        font-size: 0.24rem;
        line-height: 0.32rem;
        text-align: center;
    }
    .footer-nav-box{
        display: none;
    }
    .footer-logo img{
        height: 0.5rem;
    }
    .footer-about-wrap{
        flex: 1;
        margin-right: 0.3rem;
    }
    .footer-about-p,
    .footer-code p{
        font-size: 0.24rem;
    }
    .footer-about-app-box{
        display: none;
    }
}