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

.footer-box {
    margin: 0 auto;
}

.footer-flex {
    padding: 0.7rem 0;
    display: flex;
    justify-content: space-between;
}

.footer-left {
    width: 5.6rem;
    flex-shrink: 0;
}


.footer-logo {
    width: 3.28rem;
}

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

.footer-about-wrap {
    display: flex;
    margin-top: .3rem;
}

.footer-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.footer-code img {
    width: 1.16rem;
    height: 1.16rem;
}

.footer-code p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ccc;
    margin-top: 0.12rem;
}

.footer-about-box {
    flex: 1;
    margin-left: .5rem;
}

.footer-about-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    margin-bottom: 0.1rem;
    overflow: hidden;
    display: flex;
    line-height: .26rem;
}

.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 {
    display: flex;
    flex: 1;
    margin-left: 1rem;
    justify-content: space-between;
    padding-top: .15rem;
}

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

.footer-nav-text {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.42rem;
    word-break: break-all;
}

.footer-nav-a {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    margin-top: 0.26rem;
    opacity: .85;
    word-break: break-all;
}

.footer-nav-a:hover {
    opacity: 1;
}

/*  */
.footer-icp {
    width: 100%;
    height: .6rem;
    border-top: 0.01rem solid rgba(255, 255, 255, .12);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/* 悬浮框 */
.floating-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

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

.floating {
    width: 0.8rem;
    height: 0.8rem;
    background: #ECECEC;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

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

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

.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-double-img:last-of-type {
    margin-bottom: 0;
}

.floating-box:hover .floating-double {
    display: block;
}