.form-helper-tip {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    .helper-tip-svg {
        border-radius: 50%;
    }
    .help-tip-icon {
        position: absolute;
        top: 8px;
    }
    .tip-info {
        font-family: "PingFang SC","Helvetica Neue",Helvetica;
        font-size: 14px;
        color: #636C75;
        line-height: 34px;
        padding-left: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
    }
}
.tip-error {
    background: rgba(255,92,92,0.08);
}
.tip-notc {
    background: rgba(61,152,255,0.08);
}
.tip-suc {
    background: rgba(22,219,68,0.08);
}
.tip-warn {
    background: rgba(255,141,10,0.08);
}
