.toast-container {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FBFBFB;
    border: 1px solid #CBCBCB;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 4px 6px 16px 0 rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    padding: 4px 17px;
    font-size: 12px;
    line-height: 20px;
}

.thsicon-toast {
    margin-right: 9px;
    height: 14px;
    width: 14px;
    display: inline-block;
    line-height: 28px;
    position: relative;
    top: 2px;
    *top: -1px;
}

.thsicon-toast-img {
    margin-right: 9px;
    height: 14px;
    width: 14px;
    display: inline-block;
    line-height: 28px;
    position: relative;
    top: 2px;
}

.thsicon-toast.icon-success {
    background: url(http://i.thsi.cn/images/upass/login/20200519/success.png) no-repeat;
    background-size: auto 100%;
}

.thsicon-toast.icon-warn {
    background: url(http://i.thsi.cn/images/upass/login/20200519/warning.png) no-repeat;
    background-size: auto 100%;
}

.thsicon-toast.icon-error {
    background: url(http://i.thsi.cn/images/upass/login/20200519/error.png) no-repeat;
    background-size: auto 100%;
}