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

.footer-box {
    margin: 0 auto;
    padding-top: .7rem;
}

.footer-logo {
    width: 2.95rem;
}

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

.footer-des {
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFEFE;
    line-height: 0.37rem;
    margin: 0.6rem 0 .85rem 0;
}

.footer-about-wrap {
    display: flex;
    align-items: center;
}

.footer-about-box {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.footer-about-code {
    width: 1.92rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .15rem .1rem;
    background: #fff;
    flex-shrink: 0;
}

.footer-about-code img {
    width: 100%;

}

.footer-about-code p {
    margin-top: .15rem;
    text-align: center;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 300;
    color: #000000;
    line-height: 0.32rem;
}

.footer-about {
    width: 5.2rem;
    margin-left: .7rem;
}

.footer-about-des {
    display: flex;

    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.37rem;
    margin-bottom: .12rem;
}

.footer-about-des:last-of-type {
    margin-bottom: 0;
}

.footer-about-text {
    flex-shrink: 0;
}

.footer-about-text,
.footer-about-p {
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.37rem;
}

.footer-nav-wrap {
    flex: 1;
    margin-left: 1.6rem;
    padding-left: 1.6rem;
    border-left: 0.01rem solid #fff;
}

.footer-nav-title {
    font-size: 0.24rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFEFE;
}

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

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

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

.footer-nav-a {
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFEFE;
    margin-top: .3rem;
}

/*  */
.footer-icp {
    margin-top: .75rem;
    width: 100%;
    padding: 0.2rem 0;
    border-top: 0.01rem solid rgba(255, 255, 255, .3);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-icp  img{
    margin-right: 0.1rem;
    width: .25rem;
}

.footer-icp a,
.footer-icp p {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.footer-icp a{
    margin: 0 0.05rem;
}

/**/
.footer-tishi{
    margin: 0 auto;
    padding: .8rem 0 .5rem 0;
}
.footer-tishi-p{
    font-size: 0.14rem;
    line-height:.3rem;
}