.eles {
  will-change: transform;
}

.bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.ani-pause .ani-wrap {
  animation-play-state: paused !important;
  -webkit-animation-play-state: paused !important;
}

.count-down .ani-wrap {
  width: 100%;
  height: 100%;
}

.count-down .count-text,
.count-down .finish-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.count-down .finish-cont {
  width: 100%;
}

.count-down .count-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.count-down .count-flip .c-com {
  min-width: 50px;
  height: auto;
  margin: 6px;
  padding: 5px 0 6px;
  background-color: #111;
}

.count-down .count-flip .c-com .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.count-down .count-flip .c-com .flex-wrap .curr-num,
.count-down .count-flip .c-com .flex-wrap .next-num {
  will-change: transform;
  line-height: 27px;
}

.count-down .count-flip .c-com .flex-wrap .next-num {
  position: absolute;
  top: -100%;
}

.c-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

.c-wrap .c-num {
  display: inline-block;
  overflow: hidden;
  font-size: 20px;
  color: #999;
}

.c-wrap .c-left .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-wrap .c-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
