/**
全部分类css
 */

.categories-all {
    padding: 0;
}
.categories-all .item {
    margin: 0 0 0.8rem 0;
    border-bottom: 2px solid #fafafa;
    background: #eee;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.categories-all .item .cover {
    margin: 0 0 1rem 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.categories-all .item .cover img {
    width: 100%;
}
.name {
    color: #777;
    text-align: center;
}
.counter {
    font-size: .8rem;
    color: #999;
    text-align: center;
}
