/*底部导航栏*/
.footnav {
    width: 100%;
    margin: 0 auto;
    height: 2.0rem;
    background: #333333;
    margin-top: 0.2rem;
}

.footnav .ftnavtop {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 0.24rem;
}

.ftnavstyle {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0.05rem;
}

.ftnavstyle span {
    width: 100%;
    font-weight: 400;
    font-size: 0.18rem;
    color: #999999;
    line-height: 0.28rem;
}

.ftnavbottom {
    width: 100%;
    margin-top: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftnavbottom .ftnavbtm {
    display: flex;
    justify-content: center;
}

.ftnavbottom .ftnavbtm a {
    display: flex;
    align-items: center;
}

.ftnavbottom .ftnavbtm a img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;
}

.ftnavbottom .ftnavbtm a span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #C7C7C7;
    line-height: 0.3rem;
}

.floatnav {
    width: 7.5rem;
    height: 0.6rem;
    background: #2D81FF;
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    z-index: 999999;
}

.floatnav a span {
    font-size: 0.26rem;
    font-weight: bold;
    color: #fff;
}