.loading{z-index:999999;position:fixed;top:0;left:-5px;width:100%;height:100%;background-color:rgba(0,0,0,.398)}@keyframes slide{0%{transform:scale(1)}50%{opacity:.3;transform:scale(2)}100%{transform:scale(1)}}.loading-content{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.loading-content .dot{display:inline-block!important}.dot{width:25px;height:25px;background:#d6913b;border-radius:100%;display:none;animation:slide 1s infinite}.dot:nth-child(1){animation-delay:.1s;background:#da8e33}.dot:nth-child(2){animation-delay:.2s;background:#da8723}.dot:nth-child(3){animation-delay:.3s;background:#da8012}.dot:nth-child(4){animation-delay:.4s;background:#db7803}