.range {
    height: 10px;
    background: black;
    position: relative;
    z-index: 0;
}
.range-body {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    background: green;
}