.del .title-wrapper {
    padding-top: 20px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.del .title-wrapper .iconfont {
    font-size: 24px;
    margin-right: 10px;
}
.del .title-wrapper .lx_tip_delete {
    color: #df3148;
}
.del .title-wrapper span {
    font-size: 14px;
    color: #0b1019;
    font-weight: 700;
}

.del p.content {
    padding-left: 34px;
    color: #33363c;
    font-size: 12px;
    min-height: 32px;
    line-height: 18px;
    background:none;
    display:block;
}
.el-button--danger.is-focus:focus,
.el-button--danger:active {
    color: #df3148;
    border-color: #df3148;
    background: rgba(223, 49, 72, 0.1);
}
.el-button--danger:focus,
.el-button--danger:hover {
    color: #df3148;
    border-color: #df3148;
    background: rgba(223, 49, 72, 0.06);
}
.el-button--danger {
    color: #df3148;
    background-color: #fff;
    border-color: #df3148;
}
.el-button + .el-button {
    margin-left: 16px;
}
.el-overlay .del .el-dialog__header {
    display: none;
}
.el-overlay .del .el-dialog__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 24px;
}
.el-overlay .del .content span {
    color: #0748b8;
}