<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cssload-board {
  position: absolute;
  left: 50%;
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 244px;
}
.cssload-left,
.cssload-right {
  height: 49px;
  width: 8px;
  background: #000000;
  display: inline-block;
  position: absolute;
}
.cssload-left {
  left: 0;
  -o-animation: position1 2.3s linear infinite;
  -webkit-animation: position1 2.3s linear infinite;
  -moz-animation: position1 2.3s linear infinite;
  animation: position1 2.3s linear infinite;
}
.cssload-right {
  right: 0;
  -o-animation: position2 2.3s linear infinite;
  -webkit-animation: position2 2.3s linear infinite;
  -moz-animation: position2 2.3s linear infinite;
  animation: position2 2.3s linear infinite;
}
.cssload-ball,
.cssload-ballhit {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  -o-animation: bounce 2.3s linear infinite;
  -webkit-animation: bounce 2.3s linear infinite;
  -moz-animation: bounce 2.3s linear infinite;
  animation: bounce 2.3s linear infinite;
}
.cssload-ballhit {
  padding: 4px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px #ffffff solid;
  z-index: -1;
  -o-animation: bounce2 2.3s linear infinite;
  -webkit-animation: bounce2 2.3s linear infinite;
  -moz-animation: bounce2 2.3s linear infinite;
  animation: bounce2 2.3s linear infinite;
}
.cssload-text {
  text-align: center;
  width: 70%;
  padding: 10px;
  position: absolute;
  top: 52%;
  left: 15%;
}
@keyframes position1 {
  0% {
    top: -58px;
  }
  25% {
    top: 0;
  }
  50% {
    top: 58px;
  }
  75% {
    top: -58px;
  }
  100% {
    top: -58px;
  }
}
@-o-keyframes position1 {
  0% {
    top: -58px;
  }
  25% {
    top: 0;
  }
  50% {
    top: 58px;
  }
  75% {
    top: -58px;
  }
  100% {
    top: -58px;
  }
}
@-ms-keyframes position1 {
  0% {
    top: -58px;
  }
  25% {
    top: 0;
  }
  50% {
    top: 58px;
  }
  75% {
    top: -58px;
  }
  100% {
    top: -58px;
  }
}
@-webkit-keyframes position1 {
  0% {
    top: -58px;
  }
  25% {
    top: 0;
  }
  50% {
    top: 58px;
  }
  75% {
    top: -58px;
  }
  100% {
    top: -58px;
  }
}
@-moz-keyframes position1 {
  0% {
    top: -58px;
  }
  25% {
    top: 0;
  }
  50% {
    top: 58px;
  }
  75% {
    top: -58px;
  }
  100% {
    top: -58px;
  }
}
@keyframes position2 {
  0% {
    top: 58px;
  }
  25% {
    top: 0;
  }
  50% {
    top: -58px;
  }
  75% {
    top: -58px;
  }
  100% {
    top: 58px;
  }
}
@-o-keyframes position2 {
  0% {
    top: 58px;
  }
  25% {
    top: 0;
  }
  50% {
    top: -58px;
  }
  75% {
    top: -58px;
  }
  100% {
    top: 58px;
  }
}
@-ms-keyframes position2 {
  0% {
    top: 58px;
  }
  25% {
    top: 0;
  }
  50% {
    top: -58px;
  }
  75% {
    top: -58px;
  }
  100% {
    top: 58px;
  }
}
@-webkit-keyframes position2 {
  0% {
    top: 58px;
  }
  25% {
    top: 0;
  }
  50% {
    top: -58px;
  }
  75% {
    top: -58px;
  }
  100% {
    top: 58px;
  }
}
@-moz-keyframes position2 {
  0% {
    top: 58px;
  }
  25% {
    top: 0;
  }
  50% {
    top: -58px;
  }
  75% {
    top: -58px;
  }
  100% {
    top: 58px;
  }
}
@keyframes bounce {
  0% {
    top: -34px;
    left: 10px;
  }
  25% {
    top: 24px;
    left: 219px;
  }
  50% {
    top: 73px;
    left: 10px;
  }
  75% {
    top: -34px;
    left: 219px;
  }
  100% {
    top: -34px;
    left: 10px;
  }
}
@-o-keyframes bounce {
  0% {
    top: -34px;
    left: 10px;
  }
  25% {
    top: 24px;
    left: 219px;
  }
  50% {
    top: 73px;
    left: 10px;
  }
  75% {
    top: -34px;
    left: 219px;
  }
  100% {
    top: -34px;
    left: 10px;
  }
}
@-ms-keyframes bounce {
  0% {
    top: -34px;
    left: 10px;
  }
  25% {
    top: 24px;
    left: 219px;
  }
  50% {
    top: 73px;
    left: 10px;
  }
  75% {
    top: -34px;
    left: 219px;
  }
  100% {
    top: -34px;
    left: 10px;
  }
}
@-webkit-keyframes bounce {
  0% {
    top: -34px;
    left: 10px;
  }
  25% {
    top: 24px;
    left: 219px;
  }
  50% {
    top: 73px;
    left: 10px;
  }
  75% {
    top: -34px;
    left: 219px;
  }
  100% {
    top: -34px;
    left: 10px;
  }
}
@-moz-keyframes bounce {
  0% {
    top: -34px;
    left: 10px;
  }
  25% {
    top: 24px;
    left: 219px;
  }
  50% {
    top: 73px;
    left: 10px;
  }
  75% {
    top: -34px;
    left: 219px;
  }
  100% {
    top: -34px;
    left: 10px;
  }
}
@keyframes bounce2 {
  0% {
    top: -34px;
    left: 10px;
    border: 2px #ffffff solid;
  }
  24% {
    border: 2px #ffffff solid;
  }
  25% {
    top: 24px;
    left: 219px;
    border: 2px #000000 solid;
  }
  49% {
    border: 2px #ffffff solid;
  }
  50% {
    top: 73px;
    left: 10px;
    border: 2px #000000 solid;
  }
  74% {
    border: 2px #ffffff solid;
  }
  75% {
    top: -34px;
    left: 219px;
    border: 2px #000000 solid;
  }
  99% {
    border: 2px #ffffff solid;
  }
  100% {
    top: -34px;
    left: 10px;
    border: 2px #000000 solid;
  }
}
@-o-keyframes bounce2 {
  0% {
    top: -34px;
    left: 10px;
    border: 2px #ffffff solid;
  }
  24% {
    border: 2px #ffffff solid;
  }
  25% {
    top: 24px;
    left: 219px;
    border: 2px #000000 solid;
  }
  49% {
    border: 2px #ffffff solid;
  }
  50% {
    top: 73px;
    left: 10px;
    border: 2px #000000 solid;
  }
  74% {
    border: 2px #ffffff solid;
  }
  75% {
    top: -34px;
    left: 219px;
    border: 2px #000000 solid;
  }
  99% {
    border: 2px #ffffff solid;
  }
  100% {
    top: -34px;
    left: 10px;
    border: 2px #000000 solid;
  }
}
@-ms-keyframes bounce2 {
  0% {
    top: -34px;
    left: 10px;
    border: 2px #ffffff solid;
  }
  24% {
    border: 2px #ffffff solid;
  }
  25% {
    top: 24px;
    left: 219px;
    border: 2px #000000 solid;
  }
  49% {
    border: 2px #ffffff solid;
  }
  50% {
    top: 73px;
    left: 10px;
    border: 2px #000000 solid;
  }
  74% {
    border: 2px #ffffff solid;
  }
  75% {
    top: -34px;
    left: 219px;
    border: 2px #000000 solid;
  }
  99% {
    border: 2px #ffffff solid;
  }
  100% {
    top: -34px;
    left: 10px;
    border: 2px #000000 solid;
  }
}
@-webkit-keyframes bounce2 {
  0% {
    top: -34px;
    left: 10px;
    border: 2px #ffffff solid;
  }
  24% {
    border: 2px #ffffff solid;
  }
  25% {
    top: 24px;
    left: 219px;
    border: 2px #000000 solid;
  }
  49% {
    border: 2px #ffffff solid;
  }
  50% {
    top: 73px;
    left: 10px;
    border: 2px #000000 solid;
  }
  74% {
    border: 2px #ffffff solid;
  }
  75% {
    top: -34px;
    left: 219px;
    border: 2px #000000 solid;
  }
  99% {
    border: 2px #ffffff solid;
  }
  100% {
    top: -34px;
    left: 10px;
    border: 2px #000000 solid;
  }
}
@-moz-keyframes bounce2 {
  0% {
    top: -34px;
    left: 10px;
    border: 2px #ffffff solid;
  }
  24% {
    border: 2px #ffffff solid;
  }
  25% {
    top: 24px;
    left: 219px;
    border: 2px #000000 solid;
  }
  49% {
    border: 2px #ffffff solid;
  }
  50% {
    top: 73px;
    left: 10px;
    border: 2px #000000 solid;
  }
  74% {
    border: 2px #ffffff solid;
  }
  75% {
    top: -34px;
    left: 219px;
    border: 2px #000000 solid;
  }
  99% {
    border: 2px #ffffff solid;
  }
  100% {
    top: -34px;
    left: 10px;
    border: 2px #000000 solid;
  }
}
#loadingProgressG {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.loadingProgressG {
  width: 25%;
  height: 15px;
  overflow: hidden;
  background-color: #333;
  margin: auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #000;
  position: relative;
  left: -50%;
}
.loadingProgressG_in {
  background-color: #ffffff;
  margin-top: 0;
  margin-left: -50%;
  -o-animation-name: bounce_loadingProgressG;
  -webkit-animation-name: bounce_loadingProgressG;
  -moz-animation-name: bounce_loadingProgressG;
  animation-name: bounce_loadingProgressG;
  -o-animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  /*width: 100%;*/
  height: 15px;
}
@keyframes bounce_loadingProgressG {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 100%;
  }
}
@-o-keyframes bounce_loadingProgressG {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 100%;
  }
}
@-ms-keyframes bounce_loadingProgressG {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 100%;
  }
}
@-webkit-keyframes bounce_loadingProgressG {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 100%;
  }
}
@-moz-keyframes bounce_loadingProgressG {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 100%;
  }
}</pre></body></html>