﻿/*底部导航栏*/
.nav-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 7.5rem;
    margin: auto;
    height: 1.2rem;
    background: url(/img/mb/sjh_navbg.jpg) no-repeat;
    background-size: 100% 100%;
    z-index: 99;
}

.Footer_menu {
    width: 100%;
    font-size: 0.25rem;
}
.Footer_menu a {
    width: 20%;
    height: 1.28rem;
    float: left;
    display: block;
}
    .Footer_menu a .tab_item {
        width: 100%;
        height: 0.3rem;
        color: #414141;
        font-weight: 500;
        /*font-size: 0.2rem;*/
        display: inline-block;
        text-align: center;
    }
        .Footer_menu a .tab_item img {
            width: 0.4rem;
            height: 0.4rem;
            margin: 0.2rem auto 0.07rem;
        }
    .Footer_menu a .tab_ite .tab_txt {
        color: #414141;
        font-weight: 500;
        font-size: 0.2rem;
    }

.navpage {
    width: 100%;
    height: 4rem;
    position: absolute;
    top: -4rem;
    left: 0;
    background: #F9F9F9;
    /**/
    margin: 0 auto;
    flex-wrap: wrap;
    border: 0.01rem solid #F1EFF0;
}
.navpage-top{ 
    width:100%;
    height:1.5rem;
    border:0.01rem solid #F1EFF0;
    display:flex;
}
.tab-nav{ 
    width:1.86rem;
    height:100%;
    border:0.01rem solid #F1EFF0;
    border-bottom:none;
}
.navpage-top .tab-nav:nth-child(1){ 
    border-right:none;
}
.navpage-top .tab-nav:nth-child(2) {
    border-right: none;
}
.navpage-top .tab-nav:nth-child(3) {
    border-right: none;
}
.navpage-bot {
    width: 100%;
    height: 1.5rem;
    display: flex;
    border: 0.01rem solid #F1EFF0;
    border-top:none;
}
.navpage-bot .tab-nav:nth-child(1){ 
    border-right:none;
    border-top:none;
}
.navpage-bot .tab-nav:nth-child(2) {
    border-right: none;
    border-top:none;
}
.navpage-bot .tab-nav:nth-child(3) {
    border-right: none;
    border-top:none;
}
.navpage-bot .tab-nav:nth-child(4) {
    border-top:none;
}
.tab-img{ 
    width:0.7rem;
    height:0.7rem;
    margin:0 auto;
    margin-top:0.2rem;
}
.tab-nav div{ 
    text-align:center;
    font-size:0.26rem;
    margin-top:0.1rem;
}
/*#showMoreScj{
    position:relative;
}
.sc-count {
    position: absolute;
    top: 0;
    right: 0;
    padding:0 0.05rem;
    border-radius: 50%;
    color: #fff;
    background:#ff0000;
}*/
#shoucang {
    position: relative;
}
#i-count {
    position: absolute;
    top: 4px;
    right: 20px;
    padding: 1px 3px 2px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #ff5531;
    border-radius: 7px;
    min-width: 12px;
    text-align: center;
}

#footTabbarnav {
    height: 4rem;
}
.img-nav-box {
    width: 100%;
    height: 3.6rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: .3rem;
}

.img-nav {
    list-style: none;
    flex: 0 20%;
    margin-top: 0.1rem;
}
.tb-img {
    width: 0.86rem;
    height: 0.86rem;
    margin: 0 auto;
}

    .tb-img img {
        width: 100%;
        height: 100%;
    }

.nav-img-txt {
    font-size: 0.25rem;
    text-align: center;
    margin-top: 0.1rem;
    color: #666;
}
#foot-swp-pagination .swiper-pagination-bullet-active {
    background: #FF552E;
    border-radius: .1rem;
}

#foot-swp-pagination .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background: #FF552E;
    width: .5rem;
    border-radius: .1rem;
}
