.toast-container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:500;pointer-events:none}.toast{padding:16px 32px;margin-bottom:12px;border-radius:8px;color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.15);max-width:80%;text-align:center;transform:translateY(0);opacity:1;transition:opacity .3s ease,transform .4s cubic-bezier(.18,.89,.32,1.28);pointer-events:auto;animation:fadeIn .3s}.toast.error,.toast.info,.toast.success,.toast.warning{background:#000}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.centered{text-align:center;padding-top:20%}.centered p{font-size:20px}.emoji{font-size:9em;user-select:none}.title{color:grey;font-size:3em;text-align:center}.pageLoading{display:flex;flex:1;flex-direction:column;justify-content:center;align-content:center}.spin{display:initial}body,button,dd,dl,h1,h2,h3,h4,ol,p,textarea,ul{margin:0;padding:0}li{list-style:none}a,body,button,dd,div,dl,dt,em,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,span,strong,textarea,ul{font-style:normal;-webkit-touch-callout:none;-moz-touch-callout:none;-ms-touch-callout:none;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent;-ms-tap-highlight-color:transparent}button,input[type=button],input[type=number],input[type=password],input[type=search],input[type=telphone],input[type=text],textarea{outline:0 none;-webkit-appearance:none}textarea{resize:none}img{border:none}a{text-decoration:none}html{font-size:625%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{font-size:.14rem;-webkit-overflow-scrolling:touch;position:relative;font-family:微软雅黑}.am-toast.am-toast-mask{z-index:999999999}