.footer-wrap {
    width: 100%;
    background: url(../img/common/footer_bg.png) no-repeat;
    background-size: cover;
}

.footer-box {
    padding: .85rem 0 0.75rem 0;
    margin: 0 auto;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}

/* 底部导航 */
.footer-nav-box {
    display: flex;
    flex-shrink: 0;
}

.footer-nav {
    margin: 0 0.4rem;
}

.footer-nav-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
}

.footer-nav-a {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #EEEEEE;
    margin-top: 0.2rem;
}

.footer-nav-a:hover {
    color: #fff;
}

/* logo */
.footer-logo-wrap {}

.footer-logo-img {}

.footer-logo-img img {
    width: auto;
    height: 0.45rem;
}

.footer-share-box {
    display: flex;
    align-items: center;
    margin-top: 1.3rem;
    justify-content: center;
}

.footer-share {
    width: .44rem;
    margin-right: .14rem;
}

.footer-share img {
    width: 100%;
}

/*  */

.footer-about-box {
    width: 2rem;
    flex-shrink: 0;
}

.footer-about {
    margin-bottom: .5rem;
}

.footer-about:last-of-type {
    margin-bottom: 0;
}

.footer-about-text {
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.footer-about-p {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.26rem;
    margin-top: .1rem;
}


/* 底部备案号 */
.footer-icp {
    margin: 0 auto;
    padding: 0.33rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.01rem solid #fff;
}

.beian-box {
    display: flex;
}

.footer-icp a,
.footer-icp p {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.beian-box .record{
    margin-left: 0.1rem;
}
@media only screen and (max-width: 900px) {
    .footer-wrap {

        background: url(../img/common/footer_bg_phone.png) no-repeat;
        background-size: cover;

    }
    .beian-box .record{
        margin-left: 0;
    }
    .footer-nav-box {
        display: none;
    }

    .footer-flex {
        flex-direction: column;
    }

    .footer-logo-img {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .footer-logo-img img {
        height: .91rem;
    }

    .footer-share-box {
        justify-content: center;
        margin-top: .47rem;
    }

    .footer-share {
        width: 0.79rem;
        margin-right: 0.24rem;
    }

    .footer-share:last-of-type {
        margin-right: 0;
    }

    .footer-about-box {
        width: 100%;
        padding: 0 .6rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: .24rem;


    }

    .footer-about {
        max-width: 50%;
        margin-top: 0.3rem;
        display: flex;
        margin-bottom: 0;

    }

    .footer-about:last-of-type {
        max-width: 100%;
        width: 100%;
    }

    .footer-about-text {
        font-size: 0.28rem;
        flex-shrink: 0;
        margin-right: .15rem;
        line-height: 0.5rem;
    }

    .footer-about-p {
        font-size: 0.28rem;
        color: #FFFFFF;
        line-height: 0.5rem;
        margin-top: 0;
    }

    .footer-icp {
        /* display: none; */
        width: 100%;
        padding: .45rem 0;
        flex-direction: column;
    }
    .footer-logo-wrap {
        display: none;
    }
    .beian-box {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .footer-icp a,
    .footer-icp p {
        font-size: 0.28rem;
        line-height: .5rem;
    }
}