
#slider {
  width: 60%;
  height: 40px;
  position: relative;
  border-radius: 2px;
  background-color: #eee;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

#slider_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #F6AB01;
  z-index: 1;
}

#label {
  width: 48px;
  position: absolute;
  left: 0;
  top: 0;
  height: 38px;
  border: 1px solid #EF9A11;
  background:#EF9A11 url(../img/bg_btn01.png) no-repeat center;
  z-index: 3;
  cursor: move;
}

#labelTip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Microsoft Yahei', serif;
  line-height: 42px;
  text-align: center;
  z-index: 2;
  background-color:transparent;
}
