﻿
#slider {
  /* margin: 100px auto; */
  /* width: 300px; */
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  border-radius: 20px;
  background-color: #dae2d0;
  color: #efad9d;
  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: #efad9d;
  background: -webkit-linear-gradient(left, #00EAF5, #0167A9);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #00EAF5, #037CD5);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #00EAF5, #037CD5);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00EAF5, #037CD5);
  /* 标准的语法 */
  color: #efad9d;
  z-index: 1;
}

#label {
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /* height: 1.6em; */
  line-height: inherit;
  /* border: 1px solid #cccccc; */
  background: #fff;
  z-index: 3;
  cursor: move;
  color: #402351;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

#labelTip {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: 'Microsoft Yahei', serif;
  color: #787878;
  /* line-height:1.6em; */
  text-align: center;
  z-index: 2;
}
