.footer-wrap {
    width: 100%;
    background: #993399;
    background-size: cover;
    position: relative;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: .8rem 0;
}

.footer-left {}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    height: .5rem;
    width: auto;
}

.footer-logo p {
    font-size: 0.26rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: .1rem;
}

.footer-about {
    overflow: hidden;
    margin-top: .15rem;
    font-family:"宋体"; 
    font-size:10px; 
    font-weight:normal; 
}

.footer-p {
    margin-top: .2rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-nav-wrap {
    display: flex;
}

.footer-nav-box {
    margin-left: .5rem;
}

.footer-nav-box:first-of-type {
    margin-left: 0;
}

/*  */
.footer-beian {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .16rem 0;
}

.footer-beian p,
.footer-beian a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}


@media only screen and (max-width: 1024px) {
    .footer-wrap {
        padding: 0 0.3rem;
    }

    .footer-box {
        padding: 0.4rem 0;
        flex-direction: column;
    }

    .footer-logo img {
        height: .6rem;
    }

    .footer-p {
        font-size: .24rem;
    }

    .footer-right {
        margin-top: .3rem;
    }

    .footer-text {
        font-size: .28rem;
    }

    .footer-nav-wrap {
        display: block;
    }

    .footer-nav-box{
        margin-left: 0;
        display: flex;
        justify-content: space-between;
        margin-top: .1rem;
    }

    /*  */
    .footer-beian {
        flex-direction: column;
        height: auto;
        padding: .25rem 0 ;
    }

    .footer-beian a{
        font-size: .24rem;
    }
}