
#slider {
  /*width: 310px;*/
  height: 40px;
  position: relative;
  border-radius: 2px;
  background-color: #eee;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  /*border-radius: 6px;*/
}

#slider_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #4fcccd;
  z-index: 1;

}

#label {
  width: 48px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border: 1px solid #4fcccd;
  background:#4fcccd url(../images/bg_btn01.png) no-repeat center;
  z-index: 3;
  cursor: move;
  /*border-radius: 6px;*/
}

#labelTip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Microsoft Yahei', serif;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  background-color:transparent;
   /*border-radius: 6px;*/
}
.enroll-box #slider,
.enroll-box #label,
.enroll-box #labelTip{
  border-radius: 6px;
}
@media screen and (max-width: 767px){
  #slider{
    height:34px;
  }
  #label{
    width:40px;
    height:34px;
    border-right:2px solid #4fcccd;
  }
  #labelTip{
    font-size: 14px;
    line-height: 36px;
  }
  .verify .touch i{
    top:-5px;
  }
  .verify span{
    /*width:160px;*/
    height:34px;
    line-height: 34px;
    font-size: 14px;
    margin-top: 12px;
  }
  .verify input{
    /*width:160px;*/
    height:34px;
    line-height: 34px;
     margin-top: 12px;
  }
}