
#slider {
  height: 34px;
  position: relative;
  border-radius: 2px;
  background-color: #b0727a;
  overflow: hidden;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  width:100%;
}

#slider_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #862633;
  z-index: 1;
}

#label {
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  height: 34px;
  line-height: 34px;
  border: 1px solid #cccccc;
  background: #fff;
  z-index: 3;
  cursor: move;
  color: #862633;
  font-size: 16px;
  font-weight: 900;
}

#labelTip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 34px;
  text-align: center;
  color: white;
  z-index: 2;
  padding-left:10%;
}