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

.jun-time-rect {
    position: absolute;
    width: 15px;
    height: 39px;
    left: 114px;
    top: 87px;
    background-image: url("../img/rect.svg");
    background-size: 15px 39px;
}

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

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

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

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

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

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

.jun-calendar-date {
    position: absolute;
    width: 58px;
    height: 15px;
    left: 164px;
    top: 151px;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
}

.jun-date {
    position: absolute;
    width: 58px;
    height: 15px;
    left: 164px;
    top: 168px;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
}

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