/*导航*/
.commodity-nav{
    background-color: #fff;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
    border-radius: 4px;
}
.commodity-nav .nav-list{
    font-size: 16px;
    line-height: 56px;
}
.commodity-nav .nav-item{
    float: left;
    cursor: pointer;
    margin-right: 15px;
}
.commodity-nav .nav-item a{
    padding: 6px 20px;
}
.commodity-nav .nav-item.active a{
    color: #fff;
    background: #17acf6;
    border-radius: 4px;
}

/*导航end*/
/*热卖商品*/
.scenes{
    margin-bottom: 100px;
}
.scenes .scenes-list .scenes-title{
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #ff4530;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
}
.scenes .scenes-title:before{
    position: absolute;
    left: 15px;
    top: 17px;
    content: '';
    width: 4px;
    height: 18px;
    background-color: #ff4530;
}
.scenes .scenes-list .scenes-item-wrap{
    margin-right: -2.5px;
}
.scenes .scenes-list .scenes-item{
    width: 238px;
    height: 336px;
    padding: 20px;
    background-color: #fff;
    float: left;
    margin-right: 2.5px;
    margin-top: 2px;
}
.scenes .scenes-list .scenes-item .link-detail{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.scenes .scenes-list .scenes-item .link-detail:hover .scenes-item-title{
    color: #17acf6;
}
.scenes .scenes-list .scenes-item .scenes-item-img-wrap{
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.scenes .scenes-list .scenes-item .scenes-item-img{
    width: auto;
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: perspective(1px) translate(-50%, -50%);
    object-fit: cover;
}
.scenes .scenes-item .scenes-item-title{
    height: 44px;
    margin-top: 12px;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
}
.scenes .scenes-item .scenes-item-bottom{
    margin-top: 20px;
}
.scenes .scenes-item .scenes-item-money{
    color: #ff5207;
    font-size: 18px;
    font-weight: bold;
}
.scenes .scenes-item .scenes-item-money .money-icon{
    font-size: 12px;
}
.scenes .scenes-item .scenes-item-money .original-money{
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
    font-weight: normal;
}
.scenes .scenes-item .scenes-item-bottom .sold-out{
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
/*热卖商品end*/
/*正在加载中*/
.loading_box{
    color: #7ba0d1;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 100px;
    position: relative;
    height: 30px;
    line-height: 30px;
}
.loading_box b{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('/images/loading.gif') no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
    vertical-align: top;
}
.loading_box .iconfont{
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
/*正在加载中结束*/
/*移动端*/
@media (max-width: 768px) {
    .navbar-brand{
        padding-left: 10px;
        padding-top: 15px;
        overflow: hidden;
        background-color: #fff;
        width: 100%;
        margin-top: 10px;
    }
    .mainNav-container .swiper-slide {
        width: auto;
        margin-right: 10px;
    }
    .mainNav-container .swiper-slide.active{
        color: #17acf6;
    }
    .scenes .scenes-list .scenes-item{
        width: calc(50% - 2.5px);
        height: auto;
        padding: 0 0 10px 0;
        margin-top: 8px;
        border-radius: 4px;
        overflow: hidden;
    }
    .scenes .scenes-list .scenes-item .scenes-item-img-wrap{
        width: 100%;
        height: 150px;
    }
    .scenes .scenes-item .scenes-item-title{
        padding: 0 10px;
    }
    .scenes .scenes-item .scenes-item-bottom{
        margin-top: 10px;
        padding: 0 10px;
    }
}
/*移动端end*/