.ui-tost {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 2000;
    text-align: center;
}

.ui-tost .ui-tost-item {
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.ui-tost .ui-tost-item i {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.ui-tost .ui-tost-item p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-tost .ui-tost-item p a {
    padding: 10px 4px;
    color: #fff47d;
    text-decoration: underline;
}