#fade_layer {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.5);
  display:none;
  z-index:10000;
}
#fade_layer .abs_center{
  /*position: -webkit-sticky;
  position: sticky;*/
  top: 50%;
}
.result_loading {
    position: fixed;
    top: 145px;
    left: 50%;
    width: 100px;
    height: 100px;
    z-index: 10;
    border-radius: 10px;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%);
    transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    background: #fff url(/service/resources/lp/image/loading.gif) no-repeat center center/50px auto;
}
