/*#模版#*/
.navbar.bg-bar{
    background-color: transparent;
    height: 3.5rem;
}
a{text-decoration: none;}
/*.content {
    top: 3.5rem;}*/
.bar-tab .tab-item {
    color: #6f6f6f;
    text-decoration: none;
    font-size: 14px;
}
.img-container .row{margin:0;}
.img-container .container{padding:0;}
.img-container .container img{width:100%!important;height:auto!important;
    padding: 0;}
.img-container img{width:100%!important;height:auto!important;
    padding: 0;}


.img-container .navbar-brand img{width:180px!important}
.pro-list img {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 30px auto 0;
}
.navbar-toggler{border:none;}
.navbar-toggler-icon {
    background-image: url(/App_Themes/JDPGWNew/images/bar.png);
    background-size: 25px;
    margin-top: -8px;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    width: 60%;
    max-width: 300px;
}
.navbar-toggler:focus,.navbar-toggler:active,a:focus,a:active{
    box-shadow: none!important;}
.offcanvas-header .btn-close:active,.offcanvas-header .btn-close:focus{
    box-shadow: none!important;}
.offcanvas-title {
    font-size: 1rem;
}
.nav-link{
    font-size: 18px;
}
.navbar-nav .dropdown-menu {
    border: none;
    padding: 0;
}
.dropdown-item {
    font-size: 16px;}
.offcanvas-body {
    padding-top: 0;
    overflow: hidden;
}
.bar-tab {
    z-index: 200;}
.navbar-toggler {
     border-radius: none;
}

/*#totop#*/
.sidetop {
    position: fixed;
    right: 0;
    bottom: 60px;
    background: #fff;
    border-bottom: 0;
    z-index: 99;
    background: #666;
    opacity: .7;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
    display: none;
    padding: 0;
    font-size: 12px;
}
.sidetop i.bgs6 {
    height: 25px;
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
    margin-top: 8px;
    transition: all .3s;
    background-image: url(/App_Themes/JDPGWNew/images/right_pic6_on.png);
}
/*#商品列表#*/
.pro-list{
    padding-top: 18px;
}
 .pro-item a{
    text-decoration: none;
}
.pro-item .items{
    background: #e6e6e6;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 0 15px;
}
.pro-item .items h5{
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin: 10px 0 15px;
    text-und: none;
}
.pro-item .items p{
    font-size: 14px;
    color: #a39e9e;
}

/*#bar-tab#*/
.bar-tab{
    z-index: 9000;
    width: 100%;
    padding: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 0;
    border-left: 0;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    position: fixed;
    background: #fff;
    height: 5rem;
    line-height: 5rem;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 16px;
}
.bar-tab .tab-item {
    position: relative;
    height: 5rem;
    line-height: 5rem;
    color: #929292;
    text-align: center;
    vertical-align: middle;
}

.bar-tab .tab-item span{
    font-size: 3.6vw;
}
.bar-tab .tab-item.active,.bar-tab .tab-item:active {
    color: #0894ec
}

.bar-tab .tab-item .badge {
    position: absolute;
    top: .1rem;
    left: 50%;
    z-index: 100;
    min-width: .8rem;
    height: .8rem;
    padding: 0 .2rem;
    margin-left: .1rem;
    font-size: .6rem;
    line-height: .8rem;
    color: #fff;
    vertical-align: top;
    background: red;
    border-radius: .5rem
}

.bar-tab .tab-item .icon {
    top: .15rem;
    width: 1.2rem;
    height: 1.2rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.2rem
}

.bar-tab .tab-item .icon~.tab-label {
    position: relative;
    top: .15rem;
    display: block;
    font-size: .55rem
}
.bar-tab .tab-item.active span, .bar-tab .tab-item:active span{
    color: #00be9c;
}
/*#nav#*/
.navbar-mobile{
    padding: 5px 0;
    margin: 0;
    background-image: linear-gradient(rgb(161 166 171 / 70%), transparent);
    border: none;
}