.wrap{ margin-bottom:400px;}
.wrap .wleft{ float:left;}

/*
	*zoom:1;
    *display:inline;是为了使得inline-block兼容ie6,7
*/
.slider-content {
  color: #222;
  font-size: 12px;
  vertical-align: top;
  margin-bottom: 13px;
  line-height: 20px;
}
.slider-label,
.slider-left-label,
.slider-right-label {
  font-family: SourceHanSansCN-Regular;
  width: 75px;
  vertical-align: top;
  /*display: inline-block;*/
  text-align: left;
  color:#FFF;
  height: 26px;
  *zoom: 1;
  *display: inline;
  font-size:18px;
  font-weight:400;
}

.slider-con{ width:780px; height:40px; line-height:40px;}
.slider-label{display: inline-block; float:left;}
.slider-input-div{display: inline-block; float:right; margin-right:60px;}

.slider_block{display: inline-block;}


.slider-setting {
  margin-left: 9px;
  margin-right: 9px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *zoom: 1;
  *display: inline;
}
.slider-setting::after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
.slider-component {
  width: 300px;
  padding-top: 5px;
  height: 13px;
  clear: both;
  position: relative;
}
.slider-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.slider-tracker {
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  border-radius: 4px;
  top: 50%;
  smargin-top: -3px;
  background-color:#765D0C;
}
.slider-handle {
  position: absolute;
  top: -10px;
  height: 30px;
  width: 30px;
  border-radius: 25px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  z-index: 1;
  background: #FFFFFF;
  left: 50%;
  margin-left: -7px;
}
.slider-progress {
  width: 50%;
  height: 100%;
  border-radius: 4px;
  background-color: #00a1d6;
  position: relative;
}
.slider-input-div {
  display: inline-block;
  margin-left: 9px;
  margin-top: 3px;
  width: 180px;
  height: 14px;
  line-height: 14px;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  color:#FFF;
  font-size:18px;
}
.slider-input-div input {
  width: 120px;
  height: 30px;
  text-align: center;
  border: 2px solid #FFF;
  background-color:transparent;
  color:#FFF;
  font-size:22px;
  font-weight:bold;
}
