/*COUNT TIME*/
#countTime {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 205px;
  height: 205px;
  z-index: 2;
  zoom: 90%; }

#countTime .time > span,
#countTime > div {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background: #E9211B;
  color: #FFF;
  position: absolute;
  z-index: 0;
  text-align: center;
  font-size: .9em; }

#countTime > div span {
  display: block; }

#countTime > div span.number {
  margin-top: 21px;
  line-height: 14px; }

#countTime .time {
  height: 120px;
  width: 120px;
  z-index: 2;
  box-shadow: 0 0 10px 0 #000;
  top: 44px;
  left: 44px;
  background: url("img/bg_time.png");
  background-size: cover; }

#countTime .waiting {
  background: #6CB217;
  right: 0;
  bottom: 0; }

#countTime .time > span {
  z-index: 3;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 20px 0;
  font-size: 1.2em; }

#countTime .pie {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  margin-top: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-left: 50%;
  background: #FFAA00;
  background-image: linear-gradient(to right, transparent 50%, #EAEAEA 0); }

#countTime .pie .after,
#countTime .pie .before {
  content: '';
  display: block;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: inherit;
  transform-origin: left;
  transform: rotate(0); }

#countTime .pie .after {
  display: none;
  background: #EAEAEA;
  position: relative; }

#countTime .pie .cut {
  transition: all 0s linear !important; }

#countTime .pie.hight .before {
  position: absolute; }

#countTime .pie.hight .after {
  display: block; }

/*# sourceMappingURL=maps/dispatchTimer.a93067a3.css.map */
