#app{height:100%;overflow:hidden}@-webkit-keyframes bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.layer-loading{text-align:center;background:#f9f9f9;padding-top:15rem;position:absolute;top:0;width:100%;z-index:2000;bottom:0}.layer-loading>i{-webkit-animation:bouncedelay 1.4s ease-in-out infinite;animation:bouncedelay 1.4s ease-in-out infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;background-color:#a6a6a6;display:inline-block;border-radius:100%;margin:0 2px;height:18px;width:18px}.layer-loading>i:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.layer-loading>i:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}