.van-toast{position:fixed;top:50%;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;color:#fff;max-width:70%;font-size:14px;line-height:20px;border-radius:3px !important;word-break:break-all;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);background-color:rgba(50,50,51,.88);width:-webkit-fit-content;width:fit-content;white-space:pre-wrap}.van-toast--unclickable *{pointer-events:none}.van-toast--text{padding:8px 12px;min-width:96px}.van-toast--default{width:90px;padding:15px;min-height:90px}.van-toast--default .van-toast__icon{font-size:48px}.van-toast--default .van-loading{margin:10px 0}.van-toast--default .van-toast__text{padding-top:5px}.van-toast--top{top:50px}.van-toast--bottom{top:auto;bottom:50px}