﻿/* ---------- */
.loading4Seg1 {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 40px;
}
.loading4Seg1 div {
  display: inline-block;
  position: absolute;
  width: 8px;
  border-radius: 4px;
  animation: loading4Seg1 0.9s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loading4Seg1 div:nth-child(1) {
  left: 0px;
  animation-delay: -0.36s;
  background: #00C0F0;
}
.loading4Seg1 div:nth-child(2) {
  left: 12px;
  animation-delay: -0.24s;
  background: #00A0D0;
}
.loading4Seg1 div:nth-child(3) {
  left: 24px;
  animation-delay: -0.12s;
  background: #0080B0;
}
.loading4Seg1 div:nth-child(4) {
  left: 36px;
  animation-delay: 0;
  background: #006090;
}
@keyframes loading4Seg1 {
  0% {
    top: 0px;
    height: 40px;
  }
  50%, 100% {
    top: 10px;
    height: 20px;
  }
}
/* ---------- */
/* ---------- */
.loading4Seg2 {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 40px;
}
.loading4Seg2 div {
  display: inline-block;
  position: absolute;
  width: 8px;
  border-radius: 4px;
  animation: loading4Seg2 0.9s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loading4Seg2 div:nth-child(1) {
  left: 0px;
  animation-delay: -0.36s;
  background: #F0C000;
}
.loading4Seg2 div:nth-child(2) {
  left: 12px;
  animation-delay: -0.24s;
  background: #D0A000;
}
.loading4Seg2 div:nth-child(3) {
  left: 24px;
  animation-delay: -0.12s;
  background: #B08000;
}
.loading4Seg2 div:nth-child(4) {
  left: 36px;
  animation-delay: 0;
  background: #906000;
}
@keyframes loading4Seg2 {
  0% {
    top: 0px;
    height: 40px;
  }
  50%, 100% {
    top: 10px;
    height: 20px;
  }
}
/* ---------- */
/* ---------- */
.loading4Seg3 {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 24px;
}
.loading4Seg3 div {
  display: inline-block;
  position: absolute;
  width: 5px;
  border-radius: 4px;
  animation: loading4Seg3 0.9s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loading4Seg3 div:nth-child(1) {
  left: 0px;
  animation-delay: -0.36s;
  background: #F0C000;
}
.loading4Seg3 div:nth-child(2) {
  left: 7px;
  animation-delay: -0.24s;
  background: #D0A000;
}
.loading4Seg3 div:nth-child(3) {
  left: 14px;
  animation-delay: -0.12s;
  background: #B08000;
}
.loading4Seg3 div:nth-child(4) {
  left: 21px;
  animation-delay: 0;
  background: #906000;
}
@keyframes loading4Seg3 {
  0% {
    top: 0px;
    height: 24px;
  }
  50%, 100% {
    top: 6px;
    height: 12px;
  }
}
/* ---------- */
