.em-dialog{position:fixed;top:45%;left:50%;width:320px;font-size:16px;background-color:#fff;border-radius:16px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.3s;transition:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;padding-top:32px}@media (max-width:321px){.em-dialog{width:90%}}.em-dialog__header{padding:0 24px 0;font-weight:bolder;line-height:22px;text-align:center}.em-dialog__content{margin-top:12px;-webkit-box-flex:1;-webkit-flex:1;flex:1;max-height:60vh;padding:0 24px;overflow-y:auto;font-size:16px;line-height:20px;color:#999;white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch;padding-bottom:12px}.em-dialog__message--left{text-align:left}.em-dialog__message--right{text-align:right}.em-dialog__footer{display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;margin-top:18px;padding:14px 24px}.em-dialog__custom-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.em-dialog__cancel,.em-dialog__confirm{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:40px;margin:0;font-size:14px}.em-dialog__cancel{margin-right:8px}.em-dialog-bounce-enter{-webkit-transform:translate3d(-50%,-50%,0) scale(.7);transform:translate3d(-50%,-50%,0) scale(.7);opacity:0}.em-dialog-bounce-leave-active{-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9);opacity:0}.em-toast{position:fixed;top:50%;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:content-box;width:100px;max-width:224px;min-height:84px;padding:24px 10px 12px;color:#fff;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.em-toast--unclickable{overflow:hidden}.em-toast--unclickable *{pointer-events:none}.em-toast--html,.em-toast--text{width:-webkit-fit-content;width:fit-content;min-width:96px;min-height:0;padding:8px 12px}.em-toast--html .em-toast__text-wrapper,.em-toast--text .em-toast__text-wrapper{height:auto}.em-toast--top{top:10%}.em-toast--bottom,.em-toast--top{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.em-toast--bottom{top:auto;bottom:10%}.em-toast--loading{width:96px;min-height:70px;padding:18px 10px 8px;font-size:12px;line-height:17px;box-sizing:border-box}.em-toast--simple{width:auto;min-width:auto;min-height:auto;padding:16px;background-color:rgba(0,0,0,.7);border-radius:7px}.em-toast--simple .em-toast__loading{margin-bottom:0}.em-toast--light{color:#999;background-color:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.2)}.em-toast__icon{margin-bottom:8px;font-size:36px}.em-toast__loading{margin-bottom:4px;color:#fff}.em-toast__loading--light{color:#e34d59}.em-toast__text-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:40px}.em-toast__text-wrapper--loading{height:34px}.em-toast__text--ellipsis{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}