.footer-wrap{
    width: 100%;
    background: #1D691B;
    position: relative;
}
.footer-box{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.27rem 0 0.05rem 0;
}
.footer-left{
    display: flex;
}

.footer-menu-a{
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
}
.footer-menu-a img{
    width: 0.07rem;
    margin-right: 0.2rem;
}
.footer-about-box{
    margin-left: 0.64rem;
}
.footer-about{
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}
.footer-about img{
    width: 0.2rem;
    height: 0.2rem;
    flex-shrink: 0;
    margin-right: 0.08rem;
}
.footer-about p{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}

.footer-right{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-right img{
    width: 1.1rem;
    height: 1.1rem;
}
.footer-right p{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-top: 0.15rem;
    text-align: center;
}

.footer-beian{
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #145B12;
}
.footer-beian p{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}
.footer-beian a{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}


@media only screen and (max-width: 1024px) {
    .footer-logo{
        padding: 0 0.25rem;
    }
    .footer-box{
        padding: 0.4rem 0.25rem;
    }
    .footer-menu-box{
        display: none;
    }
    .footer-about img{display: none;}
    .footer-beian{
        flex-direction: column;
        height: auto;
        padding: 0.25rem;
    }
    .footer-beian p{
        margin-top: 0.15rem;
    }
}
