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

.footer-box {
    margin: 0 auto;
}

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

.footer-left {
    display: flex;
}

.footer-logo {
    height: 0.59rem;
}

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

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

.footer-about-text {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.3rem;
    margin-bottom: 0.16rem;
}

.footer-about-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.7;
    margin-top: 0.11rem;
    overflow: hidden;
}


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

}

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

.footer-nav-text {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.25rem;
}

.footer-nav-a {
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BABABA;
    margin-top: 0.16rem;
}

.footer-nav-a:hover {
    opacity: 1;
}

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

.footer-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

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

.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 {
    background: #232323;
    width: 100%;
    padding: 0.35rem 0;
}

.footer-icp a,
.footer-icp p {
    font-size: 0.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

/* 侧边悬浮 */
.susp-box {
    position: fixed;
    right: 0;
    bottom: 30vh;
    z-index: 99;
}

.susp {
    position: relative;
    cursor: pointer;
}

.susp-img {
    width: .7rem;
    height: .7rem;
    margin-bottom: 0.06rem;
}

.susp-code {
    min-width: 1.5rem;
    min-height: 100%;
    position: absolute;
    right: 110%;
    top: 0;
    background: #fff;
    border: 1px solid #BABABA;
    border-radius: 0.03rem;
    padding: 0.04rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.susp-code img {
    width: 100%;
}

.susp-code p {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #777777;
    padding: 0 0.1rem;
}

.susp:hover .susp-code {
    display: flex;
}
@media only screen and (max-width: 1024px) {
    .footer-nav-a{
        display: none;
    }
    .footer-nav-box{
       flex-wrap: wrap;
    }
    .footer-flex{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-nav{
        margin-right: 0;
        width: 33.3%;
    }
    .footer-nav-text{
        font-size: 0.24rem;
        text-align: center;
    }
    .footer-code-box{
        margin-top: .3rem;
    }
    .footer-code p{
        font-size: .24rem;
    }
    .footer-icp a, .footer-icp p{
        font-size: 0.24rem;
        line-height: .36rem;
    }
    .footer-icp{
        
        padding: 0.35rem 0.15rem;
    }
}
