main {
	padding: 0;
	margin: 0;
	font-size: 16px;

	color: #fff;	
    position:fixed;
    width:100%;
    height:100%;
    z-index: 9999;
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  background-image: none;
  background-color: #fff;
}
.loding{
   width: 330px;
   height: auto;
   text-align: center;
   margin: 0 auto;
   margin-top: 20%;
  margin-top: calc(50vh - 65px);
}

.loding .ball-pulse{
    text-align: center;
    margin-top: 30px;
}

@-webkit-keyframes loding {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }

  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes loding {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }

  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }


.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 3.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 3.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 3.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 3.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(4) {
  -webkit-animation: scale 3.75s 0.48s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.48s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(5) {
  -webkit-animation: scale 3.75s 0.60s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.60s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(6) {
  -webkit-animation: scale 3.75s 0.72s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.72s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(7) {
  -webkit-animation: scale 3.75s 0.84s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.84s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(8) {
  -webkit-animation: scale 3.75s 0.96s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.96s infinite cubic-bezier(.2, .68, .18, 1.08); }

.ball-pulse > div {
  background-color:transparent;
  width: 32px;
  height: 30px;
  font-size:16px;
  font-weight:bold;
  color:rgba(0,0,0,0.8);
  font-family:"sys";
  border-radius: 100%;
  margin:0px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }

  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }

  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
