.publish-shop{
    display: inline-block;
    width: 110px;
    height: 30px;
    border: 1px solid #17acf6;
    border-radius: 4px;
    text-align: center;
    line-height: 31px;
    margin-top: 32px;
    margin-right: 30px;
}
/*banner*/
.banner{
    margin-top: 10px;
}
.banner .menu{
    width: 230px;
    position: relative;
}
.banner .menu .menu-content{
    height: 494px;
    background-color: #fff;
    width: 230px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #e6e6e6;
    border-top: none;
}
.banner .menu .menu-list{
    height: 27px;
    line-height: 27px;
    cursor: pointer;
    padding-left: 8px;
}
.banner .menu .menu-list:hover{
    background: #fff3cc;
}
.banner .menu .menu-list a:hover{
    color: #17acf6;
}
.banner .menu .menu-list:hover .iconfont.pull-right{
    color: #666;
}
.banner .menu .menu-list .iconfont{
    color: orange;
    font-size: 18px;
}
.banner .menu .menu-list:nth-child(1) .iconfont,.banner .menu .menu-list:nth-child(9) .iconfont,.banner .menu .menu-list:nth-child(13) .iconfont,.banner .menu .menu-list:nth-child(16) .iconfont{
    color: #F79E01;
}
.banner .menu .menu-list:nth-child(2) .iconfont,.banner .menu .menu-list:nth-child(5) .iconfont,.banner .menu .menu-list:nth-child(6) .iconfont,.banner .menu .menu-list:nth-child(12) .iconfont,.banner .menu .menu-list:nth-child(8) .iconfont{
    color: #5770EB;
}
.banner .menu .menu-list:nth-child(3) .iconfont,.banner .menu .menu-list:nth-child(18) .iconfont,.banner .menu .menu-list:nth-child(11) .iconfont,.banner .menu .menu-list:nth-child(7) .iconfont{
    color: #DF5D6D;
}
.banner .menu .menu-list:nth-child(4) .iconfont,.banner .menu .menu-list:nth-child(17) .iconfont,.banner .menu .menu-list:nth-child(15) .iconfont,.banner .menu .menu-list:nth-child(14) .iconfont,.banner .menu .menu-list:nth-child(10) .iconfont{
    color: #34CD91;
}
.banner .menu .menu-list .iconfont.pull-right{
    font-size: 20px;
    color: #ccc;
}
.banner .menu .menu-list .icon-img{
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 5px;
}
.banner .menu .menu-list .menu-list-classify{
    font-size: 15px;
    margin-right: 5px;
}
.banner .menu .menu-list .menu-list-child{
    font-size: 12px;
    color: #888;
}
.banner .menu .menu-detail{
    position: absolute;
    top: 0;
    left: 230px;
    width: 260px;
    height: 496px;
    border: 2px solid #17acf6;
    border-left: none;
    font-size: 13px;
    padding-top: 10px;
    padding-left: 20px;
    background-color: #fff;
    z-index: 10;
    display: none;
}
.banner .menu .menu-detail.active{
    display: block;
}
.banner .menu .menu-detail .category-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner .menu-detail-list{
    display: none;
}
.banner .menu-detail-list.active{
    display: block;
}
.banner .menu-detail-list .detail-text{
    display: inline-block;
    width: 68px;
    color: #666;
    line-height: 28px;
    margin-right: 8px;
}
.banner .menu-detail-list a:hover{
    color: #17acf6;
}
/*banner-right*/
.banner .banner-right{
    width: 960px;
    height: 520px;
    margin-top: 10px;
    margin-left: 10px;
}
.banner .banner-right .bannerR-top-left{
    width: 640px;
    height: 306px;
    position: relative;
}
.banner .banner-right .bannerR-top-right{
    width: 310px;
    height: 306px;
    position: relative;
}
.banner .banner-right .bannerR-top-left .imgs-text,.banner .banner-right .bannerR-top-right .imgs-text{
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #cfcfcf;
    font-size: 12px;
    width: 30px;
    background: rgba(0,0,0,0.2);
    text-align: center;
    border-radius: 6px;
}
.banner .banner-right .bannerR-top-left img, .banner .banner-right .bannerR-top-right img{
    width: 100%;
    height: 100%;
}
.banner .banner-right .bannerR-bot{
    width: 100%;
    height: 204px;
    margin-top: 10px;
}
.banner .banner-right .bannerR-bot-list{
    float: left;
    width: 234px;
    height: 204px;
    margin-right: 8px;
    position: relative;
}
.banner .banner-right .bannerR-bot-list .imgs-text{
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #cfcfcf;
    font-size: 12px;
    width: 30px;
    background: rgba(0,0,0,0.2);
    text-align: center;
    border-radius: 6px;
}
.banner .banner-right .bannerR-bot-list:last-child{
    margin-right: 0;
}
.banner .banner-right .bannerR-bot-list img{
    width: 100%;
    height: 100%;
}
/*banner-right end*/
/*banner end*/
/*热卖商品*/
.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;
}
.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 4px;
    }
}
/*移动端end*/










