.splash-container[data-v-e3a09224]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;display:flex;justify-content:center;align-items:center;z-index:9999}.splash-logo[data-v-e3a09224]{width:100px;height:100px;margin-bottom:20px;animation:fadeIn-e3a09224 1.5s ease-in-out infinite}.splash-loading[data-v-e3a09224]{width:40px;height:40px;border-radius:50%;border:4px solid #f3f3f3;border-top:4px solid #3498db;animation:spin-e3a09224 1s linear infinite}@keyframes spin-e3a09224{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn-e3a09224{0%,to{opacity:.5}50%{opacity:1}}