.toast-wrapper{background-color:rgba(0,0,0,.6);border-radius:4px;bottom:10%;color:#fff;font-size:12px;left:50%;padding:4px 8px;position:fixed;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:9999}.toast-wrapper-inner.notice-enter{opacity:.01}.toast-wrapper-inner.notice-enter-active{opacity:1;-webkit-transition:all .6s ease-out;transition:all .6s ease-out}.toast-wrapper-inner.notice-exit{opacity:1}.toast-wrapper-inner.notice-exit-active{opacity:.01;-webkit-transition:all .6s ease-out;transition:all .6s ease-out}