.jun-meter {
  position: relative;
  width: 256px;
  height: 256px;
  margin: auto;
  margin-top: 5%;
  background-image: url('../img/ring.svg');
  background-repeat: no-repeat;
  background-size: 90%;
}

.jun-time-rect {
  position: absolute;
  top: 67px;
  left: 85px;
  width: 12px;
  height: 32px;
  background-image: url('../img/rect.svg');
  background-size: 20px 20px;
}

.jun-time-h-h {
  position: absolute;
  top: 68px;
  left: 30px;
  width: 40px;
  height: 40px;
  background-image: url('../img/8.svg');
  background-repeat: no-repeat;
  background-size: 90%;
}

.jun-time-h-l {
  position: absolute;
  top: 68px;
  left: 50px;
  width: 40px;
  height: 40px;
  background-image: url('../img/8.svg');
  background-repeat: no-repeat;
  background-size: 90%;
}

.jun-time-m-h {
  position: absolute;
  top: 68px;
  left: 100px;
  width: 40px;
  height: 40px;
  background-image: url('../img/8.svg');
  background-repeat: no-repeat;
  background-size: 90%;
}

.jun-time-m-l {
  position: absolute;
  top: 68px;
  left: 120px;
  width: 40px;
  height: 40px;
  background-image: url('../img/8.svg');
  background-repeat: no-repeat;
  background-size: 90%;
}

.jun-time-s-h {
  position: absolute;
  top: 83.2px;
  left: 152px;
  width: 24px;
  height: 24px;
  background-image: url('../img/8.svg');
  background-repeat: no-repeat;
  background-size: 90%;
}

.jun-time-s-l {
  position: absolute;
  top: 83.2px;
  left: 168px;
  width: 24px;
  height: 24px;
  background-image: url('../img/8.svg');
  background-repeat: no-repeat;
  background-size: 90%;
}

.jun-date {
  position: absolute;
  top: 104px;
  left: 110px;
  width: 80px;
  height: 10px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
}

.jun-calendar-date {
  position: absolute;
  top: 110px;
  left: 8px;
  width: 90px;
  height: 12px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}


.jun-human {
  position: absolute;
  top: 112px;
  left: 75px;
  width: 60px;
  height: 60px;
  background-image: url('../img/human.gif');
  background-repeat: no-repeat;
  background-size: 90%;
}