

.slider-range-package{
    width: 100%;
}
.slider-range{
    width: 100%;
    position: relative;
    height: 8px;
    line-height: 0;
}

.slider-range span.slider{
    width: 10px;
    height: 15px;
    display: inline-block;
    background: url(../images/rang_icon.png) no-repeat center;
    left: -2px;
    top: -5px;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}

.slider-range span.line,.slider-range span.active-line{
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.slider-range span.line{
	background: url(../images/rang_bg.png) no-repeat center;
}

.slider-range span.active-line{
    width: 0;
    left: 0;
    z-index: 2;
}

.slider-range .action-value{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'BarlowCondensed-Regular';
    position: absolute;
    left: -25px;
    top: -34px;
}