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

.footer-box {
    padding: 0.6rem 0 0.7rem 0;
    margin: 0 auto;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}

.footer-left-wrap {
    padding-right: 0.67rem;
    border-right: 0.01rem solid rgba(221, 221, 221, .5);
}

.footer-logo {
    margin-bottom: 0.15rem;
}

.footer-logo img {
    width: auto;
    height: 0.51rem;
}

.footer-about {
    display: flex;
    align-items: center;
    margin-bottom: 0.08rem;
}

.footer-about img {
    width: 0.14rem;
    height: auto;
    margin-right: 0.05rem;
}

.footer-about-text {
    font-size: 0.14rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #FFFFFF;
}

.footer-about-p {
    font-size: 0.16rem;
    font-family: AdobeHeitiStd-Regular-, AdobeHeitiStd-Regular;
    font-weight: normal;
    color: rgba(255, 255, 255, .8);
    margin-left: 0.14rem;
}

.footer-infor-wrap {
    display: flex;
    align-items: center;
    min-height: 0.65rem;
    margin-top: 0.3rem;
}

.footer-infor {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 0.2rem;
}

.footer-infor-img {
    width: 0.3rem;
    height: 0.3rem;
}

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

.footer-infor-img2 {
    display: none;
}



.footer-infor-code {
    display: flex;
    align-items: center;
    padding-left: 0.04rem;
    transition: all .365s;
    width: 0;
    overflow: hidden;
}

.footer-infor-code-icon {
    width: 0.05rem;
    height: 0.07rem;
}

.footer-infor-code-img {
    width: 0.65rem;
    height: 0.65rem;
}

.footer-infor:hover .footer-infor-img1 {
    display: none;
}

.footer-infor:hover .footer-infor-img2 {
    display: block;
}

.footer-infor:hover .footer-infor-code {
    width: 0.7rem;
}

/* 底部导航 */
.footer-nav-box {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
}

.footer-nav {
    margin-left: 0.65rem;
}

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

.footer-nav-text {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 0.35rem;
}

.footer-nav-a {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    margin-top: 0.2rem;
}

.footer-nav-a:hover {
    color: #fff;
}

.footer-icp-wrap {
    background: #222;
    height: 0.6rem;
}

.footer-icp-box {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.footer-icp a,
.footer-icp p {
    font-size: 0.14rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.footer-icp a {
    margin-left: 0.2rem;
}
@media only screen and (max-width: 1024px) {
    .footer-flex{
        display: block;
    }
    .footer-nav-a{
        display: none;
    }
    .footer-nav-box{
        flex-wrap: wrap;
        margin-top: 0.6rem;
    }
    .footer-left-wrap{
        padding-right: 0;
    }
    .footer-left-wrap{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-logo img{
        height: 0.81rem;
    }
    .footer-about img{
        width: 0.24rem;
        margin-right: 0.15rem;
    }
    .footer-about-text,.footer-about-p,.footer-nav-text{
        font-size: .24rem;
    }
    .footer-about{
        margin-bottom: 0.18rem;
    }
    .footer-nav{
        width: 33.3%;
        margin-left: 0;
        text-align: center;
    }
    .footer-icp-wrap{
        height: auto;
        padding: .2rem .3rem;
    }
    .footer-icp-box,.footer-icp{
        display:block;
    }
    .footer-icp a, .footer-icp p{
        font-size: .24rem;
        line-height: .36rem;
        text-align: center;
    }
    .footer-icp a{
        margin-left: 0;
    }
}