.loading-page{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;line-height:22px;font-size:14px}.loading-page img{width:48px;height:auto}.loading-page .rotating-image{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
