#loadForLy .example {
  text-align: center;
  background: rgba(255,255,255,0.7);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#loadForLy .example .ant-spin-lg .ant-spin-dot{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 1001;
}
#loadForLy{
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1000;
  overflow: hidden;
  top: 0;
  left:0;
}