
.w_load_body_parent{
  position: relative;
}
.w_load_body{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.6); /* rgba(233, 233, 232, 0.2); */
}
.w_load_body .w_load_content{
  position: absolute;
  left: 50%;
  top: 400px;
  width: 160px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 20px 0;
  text-align: center;
}
.w_load_body .w_load_content span{
  display: inline-block;
  vertical-align: middle;
}
.w_load_body .w_load_content_text{
  overflow: hidden;
  max-width: 120px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  margin-top: 12px;
  text-overflow: ellipsis;
  font: bold 12pt/16pt Arial; color: #000;
  white-space: nowrap;
}
.w_load_icon{
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(w_load.gif) no-repeat;
}