html,body,.app{height:100%;margin:0;padding:0;}.lr-home{background-color:#f0f0f0;height:100%;display:flex;flex-direction:column;transition:all 0.6s ease-in-out;}.lr-home__main{user-select:none;width:100%;text-align:center;position:absolute;top:50%;margin-top:-143.5px;}.lr-home__footer{position:fixed;width:100%;bottom:16px;text-align:center;}.lr-home__footer>a{color:rgba(0,0,0,.45);font-size:14px;text-decoration:none;}.l-spin{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum","tnum";position:absolute;display:none;color:#3399FF;text-align:center;vertical-align:middle;opacity:0;transition:transform .3s cubic-bezier(.78,.14,.15,.86);}.l-spin-spinning{position:static;display:inline-block;opacity:1;}.l-spin-dot{position:relative;display:inline-block;font-size:32px;width:1em;height:1em;transform:rotate(
    45deg
);animation:lRotate 1.2s linear infinite;}.l-spin-dot-item{position:absolute;display:block;width:14px;height:14px;background-color:#3399FF;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:lSpinMove 1s linear infinite alternate;}.l-spin-dot-item:first-child{top:0;left:0;}.l-spin-dot-item:nth-child(2){top:0;right:0;animation-delay:.4s;}.l-spin-dot-item:nth-child(3){right:0;bottom:0;animation-delay:.8s;}.l-spin-dot-item:nth-child(4){bottom:0;left:0;animation-delay:1.2s;}@keyframes lSpinMove{to{opacity:1}}@keyframes lRotate{to{transform:rotate(405deg)}}