@charset "UTF-8";
	/** PC端 */
	#slider {
	  margin: 0px auto;
	  width: 350px;
	  height: 40px;
	  position: relative;
	  top: 0px;
	  left: 0px;
	  border-radius: 2px;
	  background-color: #dae2d0;
	  /* overflow: hidden; */
	  text-align: center;
	  user-select: none;
	  -moz-user-select: none;
	  -webkit-user-select: none;
	}
	
	#label {
	  width: 35px;
	  height: 42px;
	  top: -2px;
	  left: 0px;
	  position: absolute;
	  line-height: 42px;
	  border: 1px solid #dad7d7;
	  background: white;
	  z-index: 3;
	  cursor: move;
	  color: #ff9e77;
	  font-size: 16px;
	  font-weight: 900;
	  box-shadow: 0px 0px 1px #b5b1b1;
	}
	#slider-img {
	    width: 20px;
	    height: 20px;
	    margin-top: 11px;
	}
	#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;
	}


#slider-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #7AC23C;
  z-index: 1;
}


