[fullscreenloading]{left:0;top:0;position:fixed;width:100vw;height:100vh;background:hsla(0,0%,100%,.8);z-index:999;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}[fullscreenloading] span{margin-bottom:1em}[fullscreenloading] i{font-size:2em}.lds-hourglass{display:inline-block;position:relative;width:80px;height:80px}.lds-hourglass:after{content:" ";display:block;border-radius:50%;width:0;height:0;margin:8px;box-sizing:border-box;border-color:#409eff transparent;border-style:solid;border-width:32px;-webkit-animation:lds-hourglass 1.2s infinite;animation:lds-hourglass 1.2s infinite}@-webkit-keyframes lds-hourglass{0%{transform:rotate(0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{transform:rotate(900deg);-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{transform:rotate(5turn)}}@keyframes lds-hourglass{0%{transform:rotate(0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{transform:rotate(900deg);-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{transform:rotate(5turn)}}[app-footer]{position:fixed;bottom:3em;transition:all .3s ease;margin-left:-12.5em;filter:drop-shadow(0 0 6px #007AFF)}[app-footer].open{margin:0;transition:all .3s ease}[app-footer]>div{background:#fff;flex-flow:row nowrap;border-radius:0 .3em .3em 0}[app-footer]>div,[app-footer]>div>div{display:inline-flex;justify-content:center;align-items:center}[app-footer]>div>div{flex-flow:column nowrap;padding:1em 1.5em;border-left:1px solid #ccc}[app-footer]>div>div i{transform:scale(1.5)}[splash-screen]{background:url(/resource/bg@2x.jpg) 50% 50% no-repeat;background-size:cover;position:fixed;max-width:500px}[overlay]{background:rgba(0,0,0,.6)}[top-button]{min-height:100vh;width:100%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}[top-button] button{width:80%;background:#fff;padding:1em;border-radius:1em;margin:.5em 0;color:#5590dc;font-size:min(4.3vmin,18px);opacity:1;transition:all .3s ease;cursor:pointer}[top-button] button:hover{background:hsla(0,0%,100%,.9);transition:all .3s ease}[top-button] button i{margin-right:.5em}[top-logo]{width:60%}[top-logo] img{filter:drop-shadow(0 0 5px rgba(255,255,255,.9))}