body{
    font-family: "PingFangSC-Regular", "Source Han Sans CN", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 5px 10px;
    background: rgba(0,0,0,0.5);
    font-size: 30px;
    line-height: 1;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1440px;
    }
}
.menu-toggler-icon{
    height:2px;background:#FFF;width:15px;
}
.news-title{
    height: 1.5rem;
    overflow: hidden;
    font-size: 1.25rem;
    margin-bottom: .8rem;
    line-height: 1.2;
    display: block;
}

.news-img{
    flex-shrink: 0;
}
.news-description{
    line-height: 2;
    font-size: 1rem;
    overflow: hidden;
    max-height: 6rem;
    flex-shrink: 1;
}
a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #007bff;
    text-decoration: none;
}
a.active{
    color: #007bff;
}
.cat-list{
    overflow: hidden;
    height: 3.1rem;
}
.cat-list a{
    font-size: 1rem;
    line-height: 2;
    margin-left: 1.2rem;
}
.cat-list a.active {
    border-bottom: .3rem solid #007bff;
    color: #007bff!important;
    font-size: 1.4rem;
    margin-left: 0;
}
.swiper-slide .img-fluid{
    width: 100%;
}
.swiper-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.5rem;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(transparent),
            to(rgba(0, 0, 0, 0.8))
    );
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    right: 10px!important;
    top: 0!important;
    left: auto!important;
    width: auto!important;
    bottom: auto!important;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination a,
.pagination span{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination a:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination a:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pagination li:first-child a {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination li:last-child a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination li.active a,
.pagination li.active span{
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.pagination li.disabled a {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

footer.border-top {
    border-width: 0.5rem !important;
    background-color: #ffffff;
}
footer .list-unstyled li {
    margin-bottom: 0.5rem;
}
.shop-list .title{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    padding: .5rem .25rem .25rem;
    overflow: hidden;
    max-height: 3.75rem;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.9)));
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.9));
}
.shop-list img{
    width: 100%;
}

.advert-index img{
    max-width: 100%;
}
a[title=站长统计]
{
   display: none;
}