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

/*  */
.footer-top-wrap {
    width: 100%;
    height: 1rem;
    background: #434343;
}

.footer-top-box {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.footer-logo {
    flex-shrink: 0;
    height: .78rem;
}

.footer-logo img {
    height: 100%;
    width: auto;
}

.footer-nav-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: .8rem;
}

.footer-nav {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

/*  */
.footer-box {
    margin: 0 auto;
}

.footer-flex {
    padding: 0.4rem .8rem .5rem 0.8rem;
    display: flex;
    justify-content: space-between;
}

.footer-phone {}

.footer-phone-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFE8D8;
}

.footer-phone-num {
    font-size: 0.32rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFE8D8;
    margin-top: .15rem;
    margin-bottom: .05rem;
}

.footer-about-box {
    display: flex;
}

.footer-about-text {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #D9D9D9;
    margin-bottom: .15rem;
}

.footer-about{}
/*  */

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

.footer-icp a,
.footer-icp p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #999999;
    line-height: 0.28rem;
}