.proggressData {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: url('../image/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    background-size:5%;
    opacity: .5;
}