.loading{
    display:block;
}
.loading-top {
    background: #EEF379;
    width: 300px;
    color: #666;
    font-size: 11px;
    text-align: center;
    position: absolute;
    z-index: 99999;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 50%;
    height: 23px;
    margin-left: -150px;
}
.loading-top p img {
    margin-right: 5px;
}
.glass {
    width: 5000px;
    height: 5000px;
    background: #FFF;
    position: fixed;
    z-index: 99998;
    opacity: 0.6;
}