#box_loading {
    z-index: 990000;
    position: fixed;
    width: 100%;
    background: #E3F2FA;
    height: 100%;
    top: 0px;
}
.load_logo {
    position: relative;
    text-align: center;
    margin: 0px auto;
    width: 100%;
    color: #fff;
    top: 400px;
    padding-top: 0px;
}

.loading-icon {
    text-align: center;
    padding-top: 150px;
    background: url(/img/loading.png) no-repeat center top;
}

.loading-icon p {color:#333;font-size:16px;text-align:center;}