@charset "UTF-8";
.pace {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(71, 66, 98, 0.8);
    font-family: "Montserrat-Regular";
  }
  
  .pace.pace-inactive .pace-activity {

  }
  .pace-after{
    white-space: pre;
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    height: 81px;
    font-size: 13px;
    width: 500px;
    text-align: center;
  }
  .pace-before{
    position: fixed;
    position: absolute;
    margin: auto;
    top: 19px;
    left: 50px;
    right: 0;
    bottom: 0;
    height: 29px;
    width: 16px;
    display: block;
    background: url(../../img/tailGas.png)no-repeat;
    -webkit-animation: spin 1.5s ease-out infinite;
    -moz-animation: spin 1.5s ease-out infinite;
    -o-animation: spin 1.5s ease-out infinite;
    animation: spin 1.5s ease-out infinite;
  }
  .pace .pace-activity {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: -30px;
    right: 0;
    bottom: 0;
    height: 81px;
    width: 125px;
    display: block;
    background: url(../../img/laihua-pace.png)no-repeat;
    -webkit-animation: rotatingT 2s linear infinite;
    animation: rotatingT 2s linear infinite;
  
}
.pace .pace-activity:after{
    content: ' ';
    position: absolute;
    top: 25px;
    left: 114px;
    height: 29px;
    width: 16px;
    display: block;
    background: url(../../img/tailGas.png)no-repeat;
    -webkit-animation: spin 1.2s ease-out infinite;
    -moz-animation: spin 1.2s ease-out infinite;
    -o-animation: spin 1.2s ease-out infinite;
    animation: spin 1.2s ease-out infinite;
}
.pace .pace-activity:before {
    content: ' ';
    position: absolute;
    top: 25px;
    left: 120px;
    height: 29px;
    width: 16px;
    display: block;
    background: url(../../img/tailGas.png)no-repeat;
    background-size: 100%;
    -webkit-animation: spin 0.9s ease-out infinite;
    -moz-animation: spin 0.9s ease-out infinite;
    -o-animation: spin 0.9s ease-out infinite;
    animation: spin 0.9s ease-out infinite;
}
  
  @-webkit-keyframes spin {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px)  scale(0.5); 
    }
    100% { 
        opacity: 0;
        -webkit-transform: translateX(100px)  scale(2); 
    }
  }
  
  @-moz-keyframes spin {
    0% {
        opacity: 1;
        -moz-transform: translateX(0px)  scale(0.5); 
    }
    100% { 
        opacity: 0;
        -moz-transform: translateX(100px)  scale(2); 
    }
  }
  
  @-o-keyframes spin {
    0% {
        opacity: 1;
        -moz-transform: translateX(0px)  scale(0.5); 
    }
    100% { 
        opacity: 0;
        -moz-transform: translateX(100px)  scale(2); 
    }
  }
  
  @keyframes spin {
    0% {
        opacity: 1;
        transform: translateX(0px)  scale(0.5); 
    }
    100% { 
        opacity: 0;
        transform: translateX(150px)  scale(2); 
    }
  }
  @keyframes rotatingT
{
  0% {
    transform: scale(0.8,0.8) translate(10px,5px);
  }
  50% {
    transform: scale(1,1) translate(-10px,5px);
  }
  100% {
    transform: scale(0.8,0.8) translate(10px,5px);
  }
}

@-moz-keyframes rotatingT 
{
  0% {
    transform: scale(0.5,0.5) translate(10px,5px);
  }
  50% {
    transform: scale(1,1) translate(-10px,5px);
  }
  100% {
    transform: scale(0.5,0.5) translate(10px,10px);
  }
}

@-webkit-keyframes rotatingT 
{
  0% {
    transform: scale(0.5,0.5) translate(10px,5px);
  }
  50% {
    transform: scale(1,1) translate(-10px,5px);
  }
  100% {
    transform: scale(0.5,0.5) translate(10px,10px);
  }
}

@-o-keyframes rotatingT 
{
  0% {
    transform: scale(0.5,0.5) translate(10px,5px);
  }
  50% {
    transform: scale(1,1) translate(-10px,5px);
  }
  100% {
    transform: scale(0.5,0.5) translate(10px,10px);
  }
}