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

.footer-logo {
    display: flex;
    justify-content: center;
    padding-top: .6rem;
}

.footer-logo img {
    height: .55rem;
}

.footer-box {
    margin: 0 auto;
    margin-top: .3rem;
}

/*  */
.footer-nav-box {
    display: flex;
    justify-content: space-between;
}

.footer-nav {
    /* margin-left: .55rem; */
}

.footer-nav-text {
    display: flex;
    justify-content: flex-start;
}

.footer-nav-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: left;
    padding: .05rem 0;
    border-bottom: 1px solid #fff;
    margin-bottom: .3rem;
}

.footer-nav:nth-child(1) {
    width: 3.4rem;
}

.footer-nav:nth-child(1) .footer-nav-list .footer-nav-a {
    flex: 0 0 30%;
    /* 右边距，默认使用css函数去计算 */
    margin-right: calc(10% / 3);
}

.footer-nav:nth-child(2) {
    width: 5.8rem;
}

.footer-nav:nth-child(2) .footer-nav-list .footer-nav-a {
    flex: 0 0 22.5%;
    /* 右边距，默认使用css函数去计算 */
    margin-right: calc(10% / 4);
}

.footer-nav:nth-child(3) {
    width: 1.6rem;
}

.footer-nav:nth-child(3) .footer-nav-list .footer-nav-a {
    flex: 0 0 45%;
    /* 右边距，默认使用css函数去计算 */
    margin-right: calc(10% / 2);
}

.footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-nav-a {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.14rem;
    color: #B8B8B8;
    margin-bottom: 0.1rem;
}

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

/*  */
.footer-about-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .25rem;
    margin-bottom: .36rem;
}

.footer-about {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.footer-about-icon {
    flex-shrink: 0;
    width: .4rem;
    margin-right: .1rem;
}

.footer-about-icon img {
    width: 100%;
}

.footer-about-p,
.footer-about-p p,
.footer-about-p a {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.14rem;
    color: #B8B8B8;
    line-height: .24rem;
}

.footer-about:nth-child(2) .footer-about-p {
    display: flex;
    flex-wrap: wrap;
    width: 6rem;
}

.footer-about-p p {
    width: 50%;
}

.footer-hint {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    padding-bottom: .15rem;
}

/*  */
.footer-icp {
    width: 100%;
    height: .66rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer-icp::after {
    content: '';
    width: 16rem;
    border-top: 0.01rem solid #707070;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer-icp a,
.footer-icp p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
}

.footer-share-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100% - 15.6rem) / 2);

    display: flex;
    align-items: center;
}

.footer-share {
    height: .16rem;
    margin-left: .17rem;
}

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

/* 悬浮框 */
.floating-wrap {
    position: fixed;
    right: 0;
    bottom: 1.5rem;
    z-index: 10;
}

.floating-box {
    padding: 0 .1rem;
    margin: 0.05rem 0;
}

.floating {
    width: 0.8rem;
    height: 0.8rem;
    background: #01A1E9;
    border: 0.01rem solid rgba(255, 255, 255, 0.5);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
}

/* .floating:hover {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
} */

.floating-icon {
    height: .32rem;
}

.floating-double {
    position: absolute;
    top: 0;
    right: .9rem;
    padding: .25rem .18rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.04rem 0.01rem rgba(0, 0, 0, 0.1);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    display: none;
}

.floating-double-img {
    width: 1.64rem;
    margin-bottom: .3rem;
}

.floating-double-img img {
    width: 100%;
    height: auto;
}

.floating-p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: .06rem;
}


@media only screen and (max-width:768px){
    .footer-nav-box{
        display:none;
    }
    .footer-about-box{
            flex-wrap: wrap;
    }
    .footer-about{
        margin-bottom: 0.2rem;
    }
    .footer-share-wrap{
        top: 0;
        right: 0;
        transform: translateY(0);
        position: relative;
    }
    .footer-icp::after{
        width: 7rem;
    }
}<!--0.00020813941955566-->