.sliderOmni {
  width: 100%;
  height: 0.7rem;
  border: 1px solid #000;
  position: relative; }
  .sliderOmni.one-way .handle.handle-left {
    visibility: hidden; }
  .sliderOmni .slider-circle {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #0a84c1;
    position: relative;
    display: inline-block;
    margin-top: 1rem;
    pointer-events: none;
    -webkit-user-select: none; }
  .sliderOmni .handle {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 2.6rem;
    position: absolute;
    top: -0.7rem;
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    -webkit-tap-highlight-color: transparent; }
    .sliderOmni .handle.ontop {
      z-index: 2; }
    .sliderOmni .handle:active {
      border-color: #0a84c1;
      box-shadow: 0 0 0.5rem #0a84c1; }
  .sliderOmni .handle-left {
    left: 0; }
  .slider .handle-right {
    right: 0; }
  .sliderOmni .slider-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00b8b6;
    pointer-events: none;
    -webkit-user-select: none; }
  .sliderOmni .slider-transition {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    
 /* fly.css */
 .range_box .fly .slider-circle {
  display: none;
}

.range_box > .fly .sliderOmni {
  height: 5px;
  background: #999;
  border: none;
}

.range_box .fly .slider-fill {
  height: 5px;
}

.range_box .fly .handle {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  border-color: #999;
  margin-top: 1px;
}

.range_box .fly .handle:active {
  border-color: #0a84c1;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
