#wait-mask{position:fixed;z-index:9999;height:100%;width:100%;display:none;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wait-mask .loading{position:relative;top:45%;padding:20px 22px;background-color:#fff;margin:0 auto;box-shadow:0 0 15px #e8e7e7;border:1px solid #d8d8d8;display:inline-block}#wait-mask .loading .loading-bar{position:relative;display:inline-block;width:6px;margin-right:2px;height:21px;animation:loading 1s ease-in-out infinite}#wait-mask .loading .loading-bar:nth-child(1){background-color:#e47100;animation-delay:0}#wait-mask .loading .loading-bar:nth-child(2){background-color:#e47100;animation-delay:.09s}#wait-mask .loading .loading-bar:nth-child(3){background-color:#e47100;animation-delay:.18s}#wait-mask .loading .loading-bar:nth-child(4){background-color:#e47100;animation-delay:.27s}@keyframes loading{0%{transform:scale(1)}20%{transform:scale(1,2.2)}40%{transform:scale(1)}}