.data.item.title + .content.div-loading:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  z-index: 111;
}
.data.item.title + .content.div-loading:after {
  background-image: url(../images/loading.gif);
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 111;
}
.data.item.title + .content.div-loading {
  position: relative;
}
