﻿
#slider {
   /*margin: 100px auto;*/
   width: 230px;
   height: 30px;
   position: relative;
   border-radius: 20px;
   background-color: #dae2d0;
   overflow: hidden;
   text-align: center;
   user-select: none;
   -moz-user-select: none;
   -webkit-user-select: none;
   float: left !important;
   margin-left: 30px;
   margin-bottom: 10px;

 }
#sliderOne {
  /*margin: 100px auto;*/
  width: 230px;
  height: 30px;
  position: relative;
  border-radius: 20px;
  background-color: #dae2d0;
  overflow: hidden;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  float: left !important;
  margin-left: 22px;
  margin-bottom: 10px;

}
.sliderLabel{
  margin-left: 56px;
  float: left !important;
}
.sliderLabels{
    margin-left: 290px;
    float: left !important;
}

#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: 40px;
  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: 180px;
  height: 100%;
  font-size: 13px;
  font-family: 'Microsoft Yahei', serif;
  color: #787878;
  line-height: 38px;
  text-align: center;
  z-index: 2;
}
