.jun-meter {
    position: relative;
    width: 180px;
    height: 180px;
    background-image: url("../img/ring.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
    margin-top: 1%;

}

.jun-time-rect {
    position: absolute;
    width: 8px;
    height: 20px;
    left: 75px;
    top: 54px;
    background-image: url("../img/rect.svg");
    background-size: 11px 11px;
}

.jun-time-h-h {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 39px;
    top: 50px;
    background-image: url("../img/8.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-time-h-l {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 55px;
    top: 50px;
    background-image: url("../img/8.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-time-m-h {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 78px;
    top: 50px;
    background-image: url("../img/8.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-time-m-l {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 93px;
    top: 50px;
    background-image: url("../img/8.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-time-s-h {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 115px;
    top: 57px;
    background-image: url("../img/8.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-time-s-l {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 125px;
    top: 57px;
    background-image: url("../img/8.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-calendar-date {
    position: absolute;
    width: 54px;
    height: 8px;
    left: 94.5px;
    top: 78px;
    line-height: 8px;
    font-size: 7px;
    text-align: center;
}

.jun-date {
    position: absolute;
    width: 60px;
    height: 8px;
    left: 100px;
    top: 100px;
    line-height: 8px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.jun-human{
    position: absolute;
    width: 51px;
    height: 51px;
    left: 44px;
    top: 76.5px;
    background-image: url("../img/human.gif");
    background-repeat: no-repeat;
    background-size: 100%;
}
