.s-uni-toast{
    position:fixed;
    z-index:9999;
    width:9em;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
}