@charset "gb2312";
/* »¬¿éÑéÖ¤ÑùÊ½ */
.jc-component__range {
  width: 100%;
  height: 34px;
}
.jc-component__range .jc-range{
  background-color: #e9e9e9;
  position: relative;
  transition: 1s all;
  user-select: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius:20px;
}
.jc-component__range .jc-range.success {
  background-color: #7AC23C;
  color: #fff;
}
.jc-component__range .jc-range.success i {
  color: #7AC23C;
}
.jc-component__range .jc-range i {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 42px;/*no*/
  height:30px;
  color: #919191;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:15px;
  box-sizing:border-box;
}
.jc-component__range .jc-range__text span{
  color: #333;
}