
.login-slider {
  width: 100%;
  height: 42px;
  position: relative;
  border-radius: 2px;
  margin-top:16px;
  background-color: #1687d9;
  overflow: hidden;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.slider_bg {
  position: absolute;
  border-radius: 2px;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #7AC23C;
  z-index: 1;
}

.slider_label {
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  line-height: 40px !important;
  font-size: 25px !important;
  border: 1px solid rgba(255,255,255,.95);
  background: #fff;
  z-index: 3;
  cursor: move;
  color: #1687d9;
  font-size: 16px;
  font-weight: 900;
}

.slider_label_tip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: tahoma ,微软雅黑;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  font-size: 20px;
  letter-spacing: 5px;
}
/*www.sucaijiayuan.com*/