.footer-wrap {
    width: 100%;
    background: #1E1E1E;
}
.footer-icp{
    width: 100%;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E1E1E;
    border-top: 0.01rem solid rgba(255,255,255,.2);
}

.footer-icp a{
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.footer-box {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    margin: 0 auto;
}

.footer-left {}

.footer-logo {
    height: 0.57rem;
}

.footer-logo img {
    width: auto;
    height: 0.57rem;
}

.footer-about-wrap {
    margin-top: 0.3rem;
}

.footer-about-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.footer-about-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 0.1rem;
}

.footer-right {
    display: flex;
}

.footer-nav-box {
    margin-right: 0.5rem;
}

.footer-nav-text {
    height: 0.57rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.57rem;
    color: #FFFFFF;
    margin-bottom: 0.1rem;
}

.footer-nav {
    display: flex;
}

.footer-nav-a {
    margin-right: 0.5rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 0.2rem;
}

.footer-nav-a:hover{
    color: #fff;
}

.footer-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.16rem;
}

.footer-code img {
    width: 1.2rem;
    height: 1.2rem;
}

.footer-code p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 0.24rem;
}













@media all and (max-width: 1024px) {
    .footer-box {
            flex-direction: column-reverse;
            padding-top: 0;
    }
    
    .footer-right {
        flex-direction: column;
    }
    
    .footer-nav-box {
        margin-right: 0;
        border-bottom: 1px solid #999;
        padding: 5px 0 15px 0;
    }
    
    .footer-nav-text {
        display: none;
    }
    .footer-nav {
        justify-content: space-evenly;
    }
    .footer-nav-a {
        margin-right: 0;
        margin-top: 10px;
        font-size: 14px;
    }
    .footer-code {
       margin-top: 15px;   
       margin-bottom:  15px;   
    }
    
    .footer-logo {
        text-align: center;
        height: auto;
    }
     .footer-logo img {
        height: 40px;
    }
    .footer-about-wrap {
        text-align: center;
    }
    
    
    .footer-about-p {
     margin-top: 10px;   
      font-size: 12px;
    }
    .footer-about-text {
        margin-bottom: 10px;
        color: #999;
        font-size: 12px;
    }
    
    .footer-icp {
        border-top: 1px solid #999;
        
    }
    .footer-icp a {
        font-size: 12px;
    }
   
}








