/*footer_nav1底部悬浮菜单css*/
.v_nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: #fff;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .1);
    border-top: #fff 1px solid;
    z-index: 97;
    padding: 0px;
    margin: 0px;
    padding-bottom: 2px;
}

.vf_nav {
    width: 100%;
    height: 45px;
    margin: auto;
    padding: 0px;
    margin: 0px;
}

.vf_nav ul li {
    width: 20%;
    height: 45px;
    float: left;
    text-align: center;
    margin:4px  0px;
}

.vf_nav ul li a {
    text-align: center;
    font-size: 12px;
    color: #333;
    position: relative;
    display: block;
    height: 45px;
}

.vf_nav ul li i {
    display: block;
    width: 30px;
    height: 25px;
    margin: auto
}


.vf_nav ul li span {
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
}

.vf_nav ul li a:active {
    color: #ff7171;
}

.gotop img {
    display: block;
    width: 40px;
    height: 40px;
}
/*商城*/
.vf_1 {
    /*background: url(/static/wx/img/front/commonFront/footer_maisha.png) center no-repeat;*/
    background: url(/static/wx/img/front/commonFront/f_ms2.png) center no-repeat;
    background-size: 30px 30px;
}
.activeBar_vf_1{background:url(/static/wx/img/front/commonFront/f_ms_on.png)center  no-repeat !important;background-size:30px 30px !important; }
/*玩啥*/
.vf_2 {
    background: url(/static/wx/img/front/commonFront/f_ws2.png)center no-repeat;
    background-size: 30px 30px;
}
.activeBar_vf_2{background:url(/static/wx/img/front/commonFront/f_ws_on.png)center  no-repeat !important;background-size:30px 30px !important; }
/*二维码*/
.vf_3 {
    background: url(/static/wx/img/front/commonFront/footer_qr.png)center no-repeat;
    background-size: 20px 20px;
}
.activeBar_vf_3{background:url(/static/wx/img/front/commonFront/footer_qr-h.png)center  no-repeat !important;background-size:20px 20px !important; }

/*我的*/
.vf_4 {
    background: url(/static/wx/img/front/commonFront/f_user2.png)center no-repeat;
    background-size: 30px 30px;
}
.activeBar_vf_4{background:url(/static/wx/img/front/commonFront/f_user_on.png)center  no-repeat !important;background-size:30px 30px !important; }

/*购物车*/
.vf_5 {
    background: url(/static/wx/img/front/commonFront/f_cart2.png)center no-repeat;
    background-size: 30px 30px;
}
.activeBar_vf_5{background:url(/static/wx/img/front/commonFront/f_cart_on.png)center no-repeat !important;background-size:30px 30px !important; }

/*运动奖励*/
.vf_6 {
    background: url(/static/wx/img/front/commonFront/f_jl2.png)center no-repeat;
    background-size: 30px 30px;
}
.activeBar_vf_6{background:url(/static/wx/img/front/commonFront/f_jl_on.png)center no-repeat !important;background-size:30px 30px !important; }

/*推广*/
.vf_7 {
    background: url(/static/wx/img/front/user/order_refund.png)center no-repeat;
    background-size: 30px 30px;
}
.activeBar_vf_7{background:url(/static/wx/img/front/user/order_refund.png)center no-repeat !important;background-size:30px 30px !important; }