.el-dialog-delete{
    box-shadow: 0px 8px 20px 0px rgba(177, 197, 197, 0.08);
    border-radius: 8px;
}
.el-dialog-delete .el-dialog__header{
    padding:0;
}
.el-dialog-delete .el-dialog__body{
    padding:0;
}
.del-open-bg{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0, 0, 0,.5);
}
.del-open{
    border-radius: 8px;
    width: 450px;
    background: #fff;
    box-shadow: 0px 8px 20px 0px rgba(177, 197, 197, 0.08);
}
.del-open .del-title{
    display: flex;
    align-items: center;
    color:#202136;
    padding:24px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1;
}
.del-open .del-title img{
    display: flex;
    margin-right: 16px;
    width: 16px;
    height: 16px;
}
.del-open .del-content{
    color:#494A59;
    padding-left:54px;
    padding-right: 12px;
    min-height: 88px;
    line-height: 18px;
    padding-bottom: 24px;
}
.del-open .del-an{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-shadow: 0px -4px 4px 0px rgba(204, 211, 227, 0.14);
    height: 56px;
    padding:0 12px;
}
.del-open .del-an a{
    padding:0 16px;
    text-decoration: none;
    border-radius: 4px;
    display: flex;
    cursor: pointer;
    align-items: center;
    height: 32px;
    margin-left: 8px;
}
.del-open .del-an a:nth-child(1){
    background:#525AFF;
    color:#fff;
}
.del-open .del-an a:nth-child(2){
    color:#606266;
    border:1px solid #DCDFE6;
}