
#slider {
  margin: 100px auto;
  width: 300px;
  height: 40px;
  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: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 38px;
  line-height: 38px;
  border: 1px solid #cccccc;
  background: #fff;
  z-index: 3;
  cursor: move;
  color: #ff9e77;
  font-size: 16px;
  font-weight: 900;
}

#labelTip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: 'Microsoft Yahei', serif;
  color: #787878;
  line-height: 38px;
  text-align: center;
  z-index: 2;
}

#demo {
		position:absolute;
        width: 90px;
		height:36px;
        margin: 0px auto;
        padding: 10px;
        border: 1px dashed #d5d4ff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        text-align: left;
		z-index:100;
    }
	#slider{
	   margin:5px auto;
	}
	.div-a{ position:absolute;
	z-index:101;
	filter:alpha(Opacity=80);
	-moz-opacity:0.5;
	opacity: 0.5;
	left:9px; 
	top:9px;
	background:grey;
	width:94px;
	height:40px;
	border-radius: 20px;
	} 
	.div-b{
	position:absolute;
	z-index:101;
	filter:alpha(Opacity=80);
	-moz-opacity:0.5;
	opacity: 0.5;
	left:104px; 
	top:-60px;
	width:40px;
	height:72px;
	}
	.div-bson{
	text-align:center;
	font-size:18px;
	font-weight: bold;
	color:#F00;
	width:40px;
	height:30px;
	line-height:30px;
	position:absolute;  
    /*left:50%; */ 
    top:50%;  
    margin:-15px 0 0 0px;
	font-family:"Î¢ÈíÑÅºÚ" !important;
	}
	.div-relative{position:relative;margin:0px auto; color:#000; /*border:1px solid #000;*/ width:112px; height:58px} 
	.div-relative01{position:relative;margin:0px auto; color:#000; /*border:1px solid #000;*/ text-align:center; padding-top:15px;height:58px} 
	
.div-relative_fa{
    width:250px;
    height:58px;
    margin-left: 68px;
    
}