
.w_load_body_parent{
  position: relative;
}
.w_load_body {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.4);
    width: 100%;
    height: 100%;
    z-index: 99999;
}
    .w_load_body .w_load_content {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 160px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        border-radius: 3px;
        padding: 5px 0;
        text-align: center;
        z-index: 999999;
    }
.w_load_body .w_load_content span{
  display: inline-block;
  vertical-align: middle;
}
.w_load_body .w_load_content_text{
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
    font-size: 0.9rem;
}
.w_load_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/w_load.gif) no-repeat;
}