.com__box{justify-content:center;align-items:center;width:100%;height:100%;padding:10vw;display:flex}.com__box .loading,.com__box .loading>div{box-sizing:border-box;position:relative}.com__box .loading{color:#d1ddff;font-size:0;display:block}.com__box .loading.la-dark{color:#d1ddff}.com__box .loading>div{float:none;background-color:currentColor;border:0 solid;display:inline-block}.com__box .loading{width:32px;height:32px;animation:2s linear infinite ball-spin-rotate}.com__box .loading>div{border-radius:100%;width:60%;height:60%;animation:2s ease-in-out infinite ball-spin-bounce;position:absolute;top:0}.com__box .loading>div:last-child{animation-delay:-1s;top:auto;bottom:0}.com__box .loading.la-sm{width:16px;height:16px}.com__box .loading.la-2x{width:64px;height:64px}.com__box .loading.la-3x{width:96px;height:96px}@keyframes ball-spin-rotate{to{transform:rotate(360deg)}}@keyframes ball-spin-bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}
