.footer-wrap {
    width: 100%;
    /* background-color: #3D3D3D; */
    padding-top: 1.12rem;
    background-image: url(../img/common/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.footer-box {
    background: #32AFEC;
    padding-bottom: .6rem;
}

.footer-flex {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-left {
    flex-shrink: 0;
}

.footer-logo {
    width: 4.2rem;
}

.footer-logo img {
    width: 100%;
}

.footer-about-wrap {
    margin-top: .5rem;
}

.footer-code {
    flex-shrink: 0;
}

.footer-code img {
    width: 1.2rem;
    height: 1.2rem;
}

.footer-code p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ccc;
    margin-top: 0.12rem;
}

.footer-about-box {
    margin-bottom: .3rem;
}

.footer-about-p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    margin-bottom: 0.15rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.footer-about-p p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.footer-about-p img {
    width: .26rem;
    height: .26rem;
    flex-shrink: 0;
    margin-right: .1rem;
}

.footer-share-box {
    display: flex;
    margin-top: .16rem;
}

.footer-share {
    width: .3rem;
    height: .3rem;
    margin-right: .15rem;
    cursor: pointer;
}

.footer-share img {
    width: 100%;
    height: 100%;
}

/*  */
.footer-nav-box {
    padding-top: .75rem;
    display: flex;
}

.footer-nav {
    margin-left: 1.1rem;
}

.footer-nav-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: 0.15rem;
}

.footer-nav-a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.26rem;
    opacity: .85;
}

.footer-nav-a:hover {
    opacity: 1;
}

/*  */
.footer-icp {
    width: 100%;
    height: .5rem;
    background: #0C96D9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icp a,
.footer-icp p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.13rem;
    color: #FFFFFF;
}
