.collect-tab{
    border-bottom: 1px solid #fff;
    /*padding-bottom: 15px;*/
}
.template-list{
    margin-top: 25px;
}
.item-btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.edit-btn,.collect-btn{
    color: #979ba6;
    font-size: 12px;
    margin-right: 8px;
    cursor: pointer;
}
.edit-btn:hover,.collect:hover{
    color: #0a84ff;
}
/*
.edit-btn{
    background: rgba(0,0,0,0.6);
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    right: 8px;
    color: #fff;
    font-size: 14px;
    top: 8px;
}*/
