/*PACE*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #20a8d8;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.glow {
  /*font-size: 50px;
  color: #fff;
  text-align: center;*/
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 3px #fff, 0 0 0px #fff, 0 0 1px #e60073, 0 0 5px #e60073, 0 0 10px #e60073, 0 0 20px #e60073, 0 0 30px #e60073;
  }
  
  to {
    text-shadow: 0 0 0px #fff, 0 0 0px #ff4da6, 0 0 5px #ff4da6, 0 0 10px #ff4da6, 0 0 20px #ff4da6, 0 0 30px #ff4da6, 0 0 40px #ff4da6;
  }
}

.rightTI {
    background: #000;
    text-align: center;
    font-size: bold;
    overflow: auto;
}
.liui {
    border-width: 3px;
    border-color: red;
    background: #000;
}

/*PACE*/