blockquote{
    border: none;
}
.card-text{
    font-size: 12px;
    min-height: 3.5em;
}
.text-white h4{
    color: #fff;
}
.card-title{
    font-size: 18px;
}
.tool-table .el-input__inner{
    padding: 0 10px!important;
}
.bg-info{
    background-color: #0e86e7 !important;
}
.tip-box{
    border-color: #dee2e6;
    background-color: #f8f9fa;
}
.tip-table .el-table__cell{
    padding: 5px 0;
    font-size: 12px;
}
.record-table{
    margin-top: -22px;
    margin-bottom: 22px;
}
.record-table table{
    width: 100%!important;
}
.cond-box{
    position: absolute;
    top:-16px;
}
.and-box::before,.and-box::after{
    position: absolute;
    content: " ";
    border-left: 1px solid rgb(153, 153, 153);
    top:-10px;
    left:10px;
    height: 10px;
}
.and-box::after{
    top:32px;
}
.rule-table .el-table__cell{
    padding: 24px;
}