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

.footer-box {
    margin: 0 auto;
}

.footer-flex {
    padding: 0.6rem 0;
    display: flex;
    justify-content: space-between;
}

/*  */
.footer-nav-box {
    display: flex;
    flex-shrink: 0;
}

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

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

.footer-nav-text {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: .25rem;
}

.footer-nav-a {
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C1C1C1;
    margin-top: 0.16rem;
}


/*  */

.footer-about-wrap {
    width: 3.3rem;
}

.footer-about-text {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: .25rem;
}

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

.footer-about-bt {
    width: 1.47rem;
    height: 0.38rem;
    background: #C81526;
    margin-top: .6rem;
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: .38rem;
}

/*  */
.footer-code-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 3rem;
}

.footer-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
.footer-code-box .footer-about-text{
    text-align: center;
}
.footer-code img {
    width: auto;
    height: 1.4rem;
}

.footer-code p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.85;
    margin-top: 0.12rem;
}

/*  */
.footer-icp {
    width: 100%;
    padding: 0.2rem 0;
    border-top: 0.01rem solid rgba(255, 255, 255, .12);
    display: flex;
    justify-content: center;
}

.footer-icp a,
.footer-icp p {
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C1C1C1;
}
@media screen and (max-width:1024px){
    .footer-nav-box{
        display: none;
    }
    .footer-about-wrap{
        width: 100%;
    }
    .footer-flex{
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0.6rem .25rem;
    }
    .footer-about-text,.footer-about-p,.footer-about-bt{
        font-size: .28rem;
    }
    .footer-about-p{
        line-height: .42rem;
        text-align: center;
    }
    .footer-about-bt{
        margin: 0.4rem auto;
        width: 1.5rem;
        height: 0.41rem;
    }
    .footer-about-text{
        text-align: center;
    }
    .footer-icp a, .footer-icp p{
        font-size: .28rem;
    }
    .footer-icp{
        flex-direction: column;
        align-items: center;
    }
    .footer-icp p{
        margin-top: 0.1rem;
    }
    .footer-code-box{
        width: auto;
    }
    .footer-code_left{
        margin-right: .2rem;
    }
}