.footer-wrap {
    width: 100%;
    background: #62656A;
}

/*  */
.footer-box {
    margin: 0 auto;
    padding-top: .8rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

.footer-about {
    flex-shrink: 0;
    width: 4.9rem;
}

.footer-logo {
    width: 2.11rem;
}

.footer-logo img {
    width: 100%;
}

.footer-des,.footer-des p {
    font-size: .16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #DDDDDD;
    line-height: .4rem;
}

.footer-about-share {
    display: flex;
    margin-top: .25rem;
}

.footer-share {
    position: relative;
    margin-right: .3rem;


}

.footer-share-icon {
    width: .4rem;
    height: .4rem;
}

.footer-contact {
    padding: 0 .5rem;
}

.footer-title {
    font-size: .2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-list {
    margin-top: .4rem;
}

.footer-item {
    display: flex;
    align-items: center;
    margin-top: .35rem;
}

.footer-item:first-of-type {
    margin-top: 0;
}

.footer-item img {
    flex-shrink: 0;
    width: .2rem;
    height: .2rem;
    margin-right: .1rem;
}

.footer-item p {
    font-size: .16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-code-box {
    flex-shrink: 0;
}

.footer-code-list {
    display: flex;
}

.footer-code-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
}

.footer-code-item:last-of-type {
    margin-right: 0;
}

.footer-code-item p {
    font-size: .16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .3rem;
}

.footer-code-item img {
    width: 1.2rem;
    height: 1.2rem;
}

.footer-code-title {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: .16rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    color: #FFFFFF;
    margin-top: .4rem;
}

.footer-code-title span {
    font-size: .3rem;
    font-weight: bold;
}

/* 底部备案号 */
.footer-icp {
    width: 100%;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #36383B;
    /* border-top: 0.01rem solid rgba(255, 255, 255, .2); */
}

.footer-icp a,
.footer-icp p {
    font-size: 0.14rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #CCCCCC;
}

.footer-icp p {
    margin-right: 0.15rem;
}