@charset "utf-8";
.start{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box white;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index : 900000;
}
.load{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width : 350px;
}

