/* toast */
.am-toast {
    position: fixed;
    width: 100%;
    z-index: 2999;
    font-size: 14px;
    text-align: center;
}

.am-toast.am-toast-mask {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    transform: translateZ(1px);
}

.am-toast-notice-content {
    max-width: 80%;
    min-width: 160px;
    border-radius: 3px;
    color: #fff;
    background-color: rgba(58, 58, 58, 0.9);
    line-height: 1.5;
    padding: 9px 15px;
}
/* toast end */
