.customize-control-youxi_range .youxi-range-control {
  height: 8px;
  width: 98%;
  background-color: #fefefe;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 0 6px;
  position: relative;
}
.customize-control-youxi_range .youxi-range-control .ui-slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
  top: -6px;
  margin-left: -10px;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
}
