.mask{position:fixed;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;background:rgba(0,0,0,.6);z-index:100000;transition:.4s}#root{z-index:2;position:relative}.message{display:flex;align-items:center;padding:15px;box-shadow:0 4px 14px rgba(90,90,90,.1);background:#fff;min-width:260px;border-radius:5px;max-width:300px;animation:sliderUp .3s ease-out}.message-title{font-size:15px;margin:0 0 10px}.message-content{color:#888;font-size:12px;line-height:1.5}.message .ico{font-size:28px;padding:20px 20px 20px 10px;color:#00f}.message-box{position:fixed;right:50px;top:80px;z-index:3}.message .close{position:absolute;right:0;top:0;padding:20px;cursor:pointer}.message .close:hover{opacity:.8}@keyframes scale{0%{transform:scaleY(0);opacity:0}50%{opacity:1;transform:scaleY(1.3)}to{transform:scaleY(0);opacity:0}}@keyframes zoomScale{0%{transform:scale(.9)}50%{transform:scale(1.1)}to{transform:scale(.9)}}.page-load{position:fixed;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center}.page-loading{width:60px;height:60px;background-size:100%;background-repeat:no-repeat;animation:zoomScale 1s ease-in infinite}.loading{display:flex}.loading .item{margin:0 2px;width:4px;height:14px;background:#fff;font-size:0;animation:scale 1.2s infinite backwards}.loading .item.i-0{animation-delay:0}.loading .item.i-1{animation-delay:.3s}.loading .item.i-2{animation-delay:.6s}.loading .item.i-3{animation-delay:.9s}.loading.mask{position:absolute;left:0;right:0;bottom:0;top:0;background:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;z-index:10000}.loading.mask .item{background:#00f}.loading.small .item{width:3px;height:8px}.modal{background:#fff;padding:10px 20px;border-radius:4px;width:430px;position:relative;animation:sliderUp .5s ease}.modal-wrap{z-index:100001;position:fixed;background:transparent;left:0;top:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center}.modal-close{cursor:pointer;position:absolute;right:0;top:0;padding:15px}.modal-close:hover{opacity:.5}.modal-title{font-size:16px;padding:20px 0 30px;margin:0}@media screen and (max-width:600px){.modal{width:90%;margin:0 auto}.fixed .modal{position:absolute;left:0;right:0;bottom:0}}
/*# sourceMappingURL=main.2b1cb0b0.chunk.css.map */