
.category {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .2rem;
    padding: .15rem .15rem 0
}

.category li {
    list-style-type: none;
    width: calc(50% - .05rem)
}

.category li:nth-child(n+3) {
    margin-top: .14rem
}

.category li a {
    align-items: center;
    background: rgba(0, 0, 0, .2);
    border-radius: .21rem;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    height: 2.6rem;
    padding-left: .16rem;
    width: 100%;
}

.category li a .thum {
    border-radius: .06rem;
    height: 2.24rem;
    margin-right: .08rem;
    overflow: hidden;
    width: 2.24rem
}

.category li a .thum img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}