.footer-wrap {
    width: 100%;
    background: #181818;
}

.footer-box {
    padding: .6rem 1.2rem .7rem 1.2rem;
    // padding: 1.2rem 0 1rem 0;
    margin: 0 auto;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}


/* 底部导航 */

.footer-nav-box {
    display: flex;
    flex-shrink: 0;
    margin-top: .64rem;
}

.footer-nav {
    margin-left: 0.84rem;
}

.footer-nav-text {
    font-family: Calibri, Calibri;
    font-weight: 400;
    font-size: 0.26rem;
    color: #FFFFFF;
    padding-bottom: .13rem;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 0.25rem;
}

.footer-nav-a {
    font-family: Calibri, Calibri;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 0.11rem;
}

.footer-nav-a:hover {
    color: #fff;
}


/* logo */

.footer-logo-wrap {}

.footer-logo-img {}

.footer-logo-img img {
    width: auto;
    height: 0.83rem;
}

.footer-share-box {
    display: flex;
    align-items: center;
    margin-top: .2rem;
}

.footer-share {
    width: .35rem;
    margin-right: .11rem;
}

.footer-share img {
    width: 100%;
}


/*  */

.footer-about-box {
    width: 4rem;
    flex-shrink: 0;
    margin-top: .34rem;
}

.footer-about {
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
}

.footer-about:last-of-type {
    margin-bottom: 0;
}

.footer-about-icon {
    width: .35rem;
    height: .35rem;
}

.footer-about-p {
    font-family: Calibri, Calibri;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.18rem;
    margin-left: .22rem;
}


/* 底部备案号 */

.footer-icp {
    margin: 0 auto;
    padding: 0.33rem 0;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    border-top: 0.01rem solid #EFEFEF;
    text-align: center;
}

.beian-box {
    display: flex;
    justify-content: center;
    margin-bottom: .1rem;
}

.footer-icp a,
.footer-icp p {
    font-family: Calibri, Calibri;
    font-weight: 300;
    font-size: 0.16rem;
    color: #FFFFFF;
}


/* 右侧悬浮 */

.aside-wrap {
    position: fixed;
    z-index: 30;
    top: 150px;
    right: 0;
}

.aside-wrap .show_btn {
    transition: width 0.365s;
    width: 38px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.aside-wrap .show_btn img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.aside-wrap .side_content {
    width: 0;
    height: auto;
    float: left;
    transition: width 0.365s;
}

.aside-wrap .side_content .side_list {
    width: 140px;
    border: 1px solid #dadada;
    border-radius: 8px;
    position: relative;
    background: #FFF;
    border-radius: 10px;
}

.aside-wrap .side_content .side_list .img {
    width: 100%;
    height: auto;
}

.aside-wrap .side_content .side_list .img img {
    width: 100%;
}

.aside-wrap .side_content .side_list .item {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-bottom: 1px solid #E4E4E4;
}

.aside-wrap .side_content .side_list .item img {
    width: 23px;
    height: auto;
}

.aside-wrap .side_content .side_list .item p {
    font-family: Calibri, Calibri;
    font-weight: 400;
    font-size: 14px;
    color: #B4B4B4;
    margin-left: 6px;
}

.aside-wrap .side_content .side_list .wechat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #E4E4E4;
}

.aside-wrap .side_content .side_list .wechat img {
    width: 100%;
}

.aside-wrap .side_content .side_list .wechat p {
    font-family: Calibri, Calibri;
    font-weight: 400;
    font-size: 14px;
    color: #B4B4B4;
    margin-top: 5px;
}

.aside-wrap .side_content .side_list .close {
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
}

.aside-wrap .side_content .side_list .close img {
    width: 12px;
    cursor: pointer;
}

@media only screen and (max-width: 900px) {
    .aside-wrap {
        display: none;
    }
    .footer-box {
        padding: .7rem 0;
    }
    .footer-nav-box {
        display: none;
    }
    .footer-flex {
        flex-direction: column;
    }
    .footer-logo-img {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .footer-logo-img img {
        height: 1.63rem;
    }
    .footer-share-box {
        justify-content: center;
        margin-top: .47rem;
        display: none;
    }
    .footer-about-box {
        width: 100%;
        padding: 0 .6rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: .3rem;
        flex-direction: column;
    }
    .footer-about {
        width: 100%;
        margin-bottom: 0.25rem;
        margin-top: 0;
    }
    .footer-about:last-of-type {
        max-width: 100%;
        width: 100%;
    }
    .footer-about-icon {
        width: .48rem;
        height: .48rem;
    }
    .footer-about-p {
        font-weight: 400;
        font-size: 0.3rem;
        color: #FFFFFF;
        line-height: 0.35rem;
        margin-left: .3rem;
    }
    .footer-icp {
        /* display: none; */
        width: 100%;
        padding: .3rem;
        flex-direction: column;
    }
    .beian-box {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .footer-icp a,
    .footer-icp p {
        font-size: 0.3rem;
        color: #FFFFFF;
        line-height: 0.35rem;
    }
}