.FooterBody {
    background: #222626;
    color: #a4abab;
    padding-top: 40px;
}
.FooterBContent {
    background: #171919;
    text-align: center;
}
.FooterBContentDiv {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}
.FooterBContentLi {
}
.SwiperImgLi {
    width: 100%;
    height: 375px !important;
}

.ShopPageBody {
}
.ShopPage {
    color: #000;
    font-size: 0;
    text-align: center;
    margin: 20px 0;
}
.ShopPageL {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-right: 5px;
}
.ShopPageLi {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 12px;
    margin: 0 5px;
}
.ShopPageLi.active {
    background: linear-gradient(to right, #3592e2, #3592e2);
    color: #fff;
    border: 1px solid #fff;
}
.ShopPageR {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-left: 5px;
}