.box-list li{
    margin: 10px 6px;
}
.store-banner{
    width: 100%;
}
.store-banner img{
    width: 100%;
    height: auto;
}


.store-information .category-name{
    width: auto;
    margin-left: 15px;
}
.store-information .category-name a{
    height: 26px;
    line-height: 26px;
    color: #fff;
    border-radius: 13px;
    margin-top: 5px;
    width: auto;
    padding: 0 10px;
}

.store-information .category-name a.active-cate{
    background: #000;
}