﻿.red {
    font-size: 12px;
    color: #EF5350;
}

.tip-wrap {
    position: absolute;
    display: none;
}

.tip-arr-a, .tip-arr-b {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border-style: dashed;
    border-color: transparent;
}

.DefaultError {
    border: 1px solid red !important;
}