* {
    margin : 0;
    padding : 0;
    box-sizing: border-box;
}

.inckorloader {
    z-index : 1500;
    position : fixed;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;

    background : rgba(0, 0, 0, 0.9) url('/src/static/img/loading.gif') center center no-repeat ;
    background-size: 200px 200px;
}