#slider {
  width: 3.4rem;
  height: 0.45rem;
  position: relative;
  /* background-color: #dae2d0; */
  background-color: #ccc;
  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: #7ac23c; */
  background-color: #333;
  z-index: 1;
}

#label {
  width: 0.45rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 0.45rem;
  line-height: 0.45rem;
  border: 1px solid #cccccc;
  background-color: #fff;
  z-index: 3;
  cursor: move;
  color: #707070;
  font-size: 0.16rem;
  color: #ccc;
  padding: 0;
  background-image: url(../img/p_i_3.png);
  background-size: 0.18rem;
}

#labelTip {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  color: #787878;
  line-height: 0.45rem;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #slider {
    width: 100%;
    height: 0.3125rem;
  }

  #label {
    width: 0.3125rem;
    position: absolute;
    left: -0.02rem;
    height: 0.3125rem;
    line-height: 0.3125rem;
    font-size: 0.1145rem;
    background-size: 0.131rem;
  }

  #labelTip {
    font-size: 0.1145rem;
    line-height: 0.3125rem;
    top: 0;
    right: 0;
  }
}