
#slider {
  margin:  20px auto;
  width: 300px;
  height: 49px;
  position: relative;
  border-radius: 2px;
  background-color: #dae2d0;
  overflow: hidden;
  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: #7AC23C;
  z-index: 1;
}

#label {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
 
  background: #7d7d7d;
  z-index: 3;
  cursor: move;
  color: #FFF;
  font-size: 26px;
  font-weight: 900;
	
}

#labelTip {
  position: absolute;
  left: 0;
  width: 104%;
  height: 100%;
  font-size: 15px;
  font-family: 'Microsoft Yahei', serif;
  color: #787878;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}
