.main-content{
    /*min-height: 100vh;*/
    min-height: calc(100vh - 270px);
}
.btn-design{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.del-btn,.rename-btn,.download-btn,.edit-btn,.openorigin-btn{
    color: #979ba6;
    font-size: 12px;
    margin-right: 8px;
    cursor: pointer;
}

.edit-btn:hover,.rename-btn:hover,.download-btn:hover,.del-btn:hover,.openorigin-btn:hover{
    color: #0a84ff;
}
.edit-input {
    width: 100%;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px dashed #6666;
    font-size: 14px;
    display: none;
}
.main{
    margin-top: 130px;
}
.textgroup-btn{
    display: inline-block;
    width: 100px;
    height: 40px;
    background-color: #4285F4;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;

}
.button-area{
    margin: 15px 0;
    display: none;
}
.template-list{
    margin-top: 25px;
}

@media(max-width: 1200px){
    .del-btn,.rename-btn,.download-btn{
        margin-right: 2px;
    }
}
