.loading{background:#fff;display:flex;align-items:center;justify-content:center;position:fixed;bottom:0;top:0;left:0;right:0;transition:top .3s,bottom .3s;z-index:999999}.loading.hide{bottom:100%;top:-100%}.loading .loading-ellipsis{height:80px;width:80px;position:relative}.loading .loading-ellipsis div{animation-timing-function:cubic-bezier(0, 1, 1, 0);background:#b48c39;border-radius:50%;height:13px;width:13px;position:absolute;top:33px}.loading .loading-ellipsis div:nth-child(1){left:8px;animation:ellipsis-1 .6s infinite}.loading .loading-ellipsis div:nth-child(2){left:8px;animation:ellipsis-2 .6s infinite}.loading .loading-ellipsis div:nth-child(3){left:32px;animation:ellipsis-2 .6s infinite}.loading .loading-ellipsis div:nth-child(4){left:56px;animation:ellipsis-3 .6s infinite}@keyframes ellipsis-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes ellipsis-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}@keyframes ellipsis-3{0%{transform:scale(1)}100%{transform:scale(0)}}