.footer-wrap {
    width: 100%;
    /* background: #1A1A1A; */
    background-image: url(../img/common/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-box {
    padding: 0.8rem 0 0.4rem 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-icp {
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* background: #000; */
    border-top: 0.01rem solid rgba(255, 255, 255, .2);
}

.footer-icp a,
.footer-icp p {
    font-size: 0.12rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.footer-icp p {
    margin-top: 0.07rem;
}



.footer-left {
    display: flex;
}

.footer-logo {
    width: 3rem;
    flex-shrink: 0;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-contanct {
    margin-left: 1.4rem;
}

.footer-contanct-title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.45rem;
}

.footer-contanct-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.22rem;
}

.footer-code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-code-img {
    width: 1.5rem;
    height: 1.5rem;
}

.footer-code-img img {
    width: 100%;
    height: 100%;
}

.footer-code-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.35rem;
}
@media only screen and (max-width: 1024px) {
    .bottom-con,.bottom-bt{
        width: 100%;
    }
    .bottom-ul-box{
        display: none;
    }
    .bottom-con{
        display: block;
    }
    .bottom-nav{
        flex-wrap: wrap;
    }
    .bottom-box{
        padding: 0.7rem 0.25rem 0 0.25rem;
    }
    .bottom-nav-item{
        margin-right: 0;
        width: 25%;
        text-align: center;
    }
    .bottomLogo a img{
        height: 0.8rem;
    }
    .bottomLogo{
        margin-top: .3rem;
    }
    .bottom-bt{
        margin-top: 0.3rem;
        padding: 0.3rem 0;
        text-align: center;
        font-size: .26rem;
    }
    .bottomLogo a{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottom-nav .title{
        font-size: .24rem;
    }
}