﻿/*底部导航栏*/
.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;
    margin-top: 0.15rem;
    float: left;
}
.Footer_menu a span {
    width: 100%;
    height: 0.3rem;
    display: inline-block;
    text-align: center;
    /*margin-top: 0.03rem;*/
}
.Footer_menu a span img{
    width: 0.45rem;
    margin:0 auto;
    margin-top:0.05rem;
    
}
.Footer_menu a p {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #666;
    font-size: 1em;
    margin-top: 0.1rem;
}
.navpage{ 
    width:100%;
    height:3rem;
    position:absolute;
    top:-3rem;
    left:0;
    background:#F9F9F9;
}
.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: 0px;
    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;
}