.footer-wrap {
    width: 100%;
    /* height: 4.06rem; */
    /* background: rgba(40, 65, 134, 0.05) */
    background: url(../img/common/footer-bg.png) no-repeat;
    background-size: 100% 100%;

}

.footer-box {
    margin: 0 auto;
    padding: 1.3rem 0 0.45rem 0;
}

.footer-left {
    flex-shrink: 0;
}

.footer-logo {
    padding-top: 0.15rem;
}

.footer-logo img {
    height: 0.8rem;
    width: auto;
}

.footer-share-box {
    display: flex;
    align-items: center;
    margin-top: 0.45rem;
}

.footer-share {
    width: 0.3rem;
    height: 0.3rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 0.15rem;
    cursor: pointer;
}

.footer-share img {
    width: 0.26rem;
    height: 0.26rem;
}

.footer-share::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
}

.footer-share:hover::after {
    background: transparent;
}

.footer-right {
    /*display: flex;*/
    /*padding-top: 0.3rem;*/
}

.footer-about {
    margin-left: 0.9rem;
    display: flex;
    align-items: center;
    margin-top: 0.15rem;
}
.footer-about-img{
    width: 0.25rem;
    flex-shrink: 0;
    margin-right: 0.15rem;
}
.footer-about-img img{
    width: 100%;
}

.footer-about-p {
    /*max-width: 3.96rem;*/
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.26rem;
}

/*  */


.footer-nav-wrap {
    display: flex;
    justify-content: space-between;
}

.footer-nav-box {
    display: flex;
}

.footer-nav {
    margin-left: 0.94rem;
}

.footer-nav-title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-bottom: 0.2rem;
    position: relative;
}

.footer-nav-title::after {
    content: '';
    width: 0.4rem;
    height: 0.04rem;
    background: #94C33A;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-nav-list {}

.footer-nav-a {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.footer-nav-a:hover {
    color: #000;
}


.footer-code p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 0.2rem;
}

.footer-icp {
    width: 100%;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 0.01rem solid #707070;
}

.footer-icp a {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #CBCBCB;
}