.tabAuthor {
    width: 100%;
    text-align: center;
    border: 1px solid #FFD6DC;
}

.tabAuthor thead tr {
    height: 45px;
    line-height: 45px;
    background: #FFEBEE;
}

.tabAuthor tbody tr {
    height: 70px;
    line-height: 70px;
    background: #FEFCFC;
}

.tabAuthor tbody tr:nth-child(2n) {
    background: #FFEBEE;
}

.tabAuthor tfoot tr {
    background: #FFEBEE;
}

.tabAuthor tfoot tr td:nth-child(1) {
    padding: 20px 30px;
}

.tabAuthor tfoot tr td:nth-child(2) {
    padding: 20px 30px;
}

input {
    width: 100%;
    height: 36px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 4px;
}

.el-button {
    width: 60px;
    padding: 6px 11px;
    background: rgba(251, 156, 172, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}


.btn1 .el-button:nth-child(2){
    background: #FF9F51;
}
.btn2 .el-button{
    background: #7FB6FE;
}
.el-button:hover {
    color: #FF516B;
    border-color: #FFEBEE;
    background-color: #FEFCFC;
}