.footer-wrap {
    width: 100%;
    background: #168E3E;
}

.footer-box {
    margin: 0 auto;
}

.footer-flex {
    padding-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #DDFFE2;
    padding-bottom: .5rem;
}

.footer-left {
    display: flex;
}


.footer-about-wrap {
    /* width: 2.5rem; */
    text-align: left;
    flex-shrink: 0;
}

.footer-about-text {
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.22rem;
}

.footer-about-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DAFFE6;
}

.footer-about-phone {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E0FFEA;
    margin: .2rem 0;
}

.footer-nav-box {
    display: flex;
    flex-shrink: 0;

}

.footer-nav {
    margin-right: .5rem;
}

.footer-nav-text {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.18rem;
}

.footer-nav-a {
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DAFFE6;
    margin-top: 0.16rem;
}

.footer-nav-a:hover {
    opacity: 1;
}


.footer-icp {
    width: 100%;
    padding: 0.2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-icp a,
.footer-icp p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.24rem;
    text-align: center;
}