.content.container{
    min-height: calc(100% - 60.4px);
}
.category-btn{
    font-size: 13px;
    line-height: 13px;
    border: 1.5px solid rgb(167 167 167 / 20%);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 500;
    color: #010101;
    padding: 10px 26px;
    border-radius: 1px;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(32,35,51,.04), 0 2px 4px rgba(32,35,51,.02)!important;
    box-shadow: 4px 4px 1px -1px rgba(32,35,51,.04), 0 2px 4px rgba(32,35,51,.02)!important;
    display: inline-block;
    background: #fff;
    user-select: none;
}
.category-btn.active{
    border: 2px solid #4aadff;
    padding: 9px 25px!important;
    color: #fff;
    background: #4aadff;
}
.category-btn:hover{
    border: 2px solid #4aadff!important;
    padding: 9px 25px!important;
}

.col-lg-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1200px) {
    .col-lg-2dot4 {
        float: left;
    }
    .col-lg-2dot4 {
        width: 20%;
    }
    .col-lg-pull-2dot4 {
        right: 20%;
    }
    .col-lg-push-2dot4 {
        left: 20%;
    }
    .col-lg-offset-2dot4 {
        margin-left: 20%;
    }
}

.panel-default > .panel-heading{
    padding: 7px 0;
}



.tb-recommend-content-item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 12px 0px;
    overflow: hidden;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tb-recommend.col3 .tb-recommend-content-item, .tb-recommend.col3 .skeleton-i {
    width: 372px;
    margin-left: 18px;
}
.tb-recommend-content-item .item-link {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.tb-recommend-content-item .img-wrapper {
    position: absolute;
    width: 75px;
    height: 75px;
    overflow: hidden;
    background-color: rgba(27, 23, 67, 0.03);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.img-wrapper img {
    background: #fff;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.tb-recommend-content-item .img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.tb-recommend-content-item .info-wrapper {
    margin-left: 92px;
    overflow: hidden;
}
.tb-recommend-content-item .info-wrapper .title {
    display: inline-block;
    max-height: 46px;
    margin: 2px 0 2px 0;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    line-height: 23px;
}
.tb-recommend-content-item .info-wrapper .title img {
    height: 16px;
    margin-top: 3px;
    margin-right: 6px;
    vertical-align: top;
}
.tb-recommend-content-item .info-wrapper .tag-list {
    height: 20px;
    overflow: hidden;
}
.tb-recommend-content-item .info-wrapper .tag-list .tag-item {
    display: inline-block;
    height: 20px;
    margin-right: 6px;
    padding: 0 4px;
    color: #ff5000;
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
    border: 1px solid #ff5000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.price-value {
    display: inline-block;
    font-size: 16px;
    color: #dc3545;
}
.price-value em {
    margin-right: 4px;
    font-size: 13px;
    font-family: "Microsoft Yahei";
    vertical-align: middle;
    font-style: normal;
}
.hot-goods .tb-recommend-content-item:last-child{
    margin-bottom: 0!important;
    border: unset;
    padding-bottom: 0;
}
.table-goods{
    background: #fdfdfd;
    margin-bottom: 15px;
    padding: 10px;
    border-color: #fff;
    padding-bottom: 5px;
}
.table-goods:hover{
    background: #f4f4f4;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
z

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    bottom: 0;
    width: 30px;
    left: 50%;
    margin-left: -15px;
}
.category-section {
    margin-bottom: 18px;
}
.category-container {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.category-item {
    width: 33.3333%;
    padding: 5px;
    box-sizing: border-box;
}
.category-item a {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-item a.active {
    background: #428bca;
    color: #fff;
    border-color: #357ebd;
}
.show-more-btn {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    color: #428bca;
    text-decoration: underline;
}
.show-more-btn-container {
    text-align: center;
    margin-top: 10px;
}

.show-more-btn {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #357ebd;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.show-more-btn:hover {
    background-color: #357ebd;
    border-color: #2c6dab;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.show-more-btn:active {
    background-color: #2c6dab;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
}

