.loading{
    position: fixed;
    z-index: 10;
    width: 10rem;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}