@charset "UTF-8";
/*！ 颜色样式 ！*/
/* animation textloadingAnimation */
@-webkit-keyframes textloadingAnimation {
  0% {
    -webkit-transform: scale(1, 1); }
  40% {
    -webkit-transform: scale(1.4, 1.4); }
  70%,
  100% {
    -webkit-transform: scale(1, 1); } }
@-moz-keyframes textloadingAnimation {
  0% {
    -moz-transform: scale(1, 1); }
  40% {
    -moz-transform: scale(1.4, 1.4); }
  70%,
  100% {
    -moz-transform: scale(1, 1); } }
@-mos-keyframes textloadingAnimation {
  0% {
    -mos-transform: scale(1, 1); }
  40% {
    -mos-transform: scale(1.4, 1.4); }
  70%,
  100% {
    -mos-transform: scale(1, 1); } }
@-o-keyframes textloadingAnimation {
  0% {
    -o-transform: scale(1, 1); }
  40% {
    -o-transform: scale(1.4, 1.4); }
  70%,
  100% {
    -o-transform: scale(1, 1); } }
@keyframes textloadingAnimation {
  0% {
    transform: scale(1, 1); }
  40% {
    transform: scale(1.4, 1.4); }
  70%,
  100% {
    transform: scale(1, 1); } }
.loading-component {
  color: #BEBEBE; }
  .loading-component span {
    display: inline-block;
    animation: textloadingAnimation cubic-bezier(0.75, 0, 0.5, 1) 1.2s infinite; }
  .loading-component span:nth-child(1) {
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -ms-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms; }
  .loading-component span:nth-child(2) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -ms-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms; }
  .loading-component span:nth-child(3) {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -ms-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms; }
  .loading-component span:nth-child(4) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms; }
  .loading-component span:nth-child(5) {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -ms-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms; }
  .loading-component span:nth-child(6) {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -ms-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms; }
  .loading-component span:nth-child(7) {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -ms-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms; }
  .loading-component span:nth-child(8) {
    -webkit-animation-delay: 700ms;
    -moz-animation-delay: 700ms;
    -ms-animation-delay: 700ms;
    -o-animation-delay: 700ms;
    animation-delay: 700ms; }
  .loading-component span:nth-child(9) {
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    -ms-animation-delay: 800ms;
    -o-animation-delay: 800ms;
    animation-delay: 800ms; }
  .loading-component span:nth-child(10) {
    -webkit-animation-delay: 900ms;
    -moz-animation-delay: 900ms;
    -ms-animation-delay: 900ms;
    -o-animation-delay: 900ms;
    animation-delay: 900ms; }

/*# sourceMappingURL=loading.css.map */
