.pro-cate-list .item {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.pro-cate-list .item .photo {
    overflow: hidden;
    border-radius: 8px;
}
.pro-cate-list .item .category-info {
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    padding: 0 10px 30px;
    z-index: 1;
}
.pro-cate-list .item .tm-button {
    /* padding: 0 25px; */
    min-height: 45px;
    border-radius: 3px;
    color: #000;
    background-color: #fff;

    line-height: 45px;
    font-size: 0.9rem;
    min-width: 160px;
    transition: all .3s;
}

.pro-cate-list .item:hover .photo img {
    transform: scale(1.1);
}
.pro-cate-list .item:hover .tm-button {
    background-color: #393f3e;
    color: #fff;
}
