.app-content{background-color: #f3f3f3; margin-right: 60px !important;}
.app-main .store-main{height: 100%;}
.app-main .app-content{min-height: calc(100vh - 90px);}
.app-main .store-main .userC{height: 100%;padding: 20px 0 0 65px;}
.userC h1{font-size: 28px;font-weight: normal;color: #444;margin-top: 20px;}
.catelist{display: flex;flex-wrap: wrap; padding-top: 13%;justify-content: center;}

.spec-item{
    position: relative;
    display: flex;
    flex: auto 0 0;
    margin: 0 20px 20px 0;
    flex: 1;
    max-width: 186px;
    flex-direction: column;
    justify-content: flex-end;
    
}

.spec-item:hover .spec-btns{
    opacity: 1
}

.spec-image{
    font-size: 0;
    border-radius: 4px;
    overflow: hidden
}

.spec-image img{
    display: block;
    max-width: 100%
}

.spec-btns{
    position: absolute;
   
    left: 0;
    bottom: 30px;
    height: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
    border-radius: 4px;
    opacity: 0
}

.spec-btns .btn{
    margin: 7px 0;
    width: 80px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer
}

.spec-btns .btnhover {
    box-shadow: inset 0 0 32px hsla(0,0%,100%,.2)
}

.spec-btns .template-btn{
    background: #3191f5;
    border: 0
}

.spec-name{
    margin: 10px 0 0;
    font-size:18px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
