body{
  font-family:PingFangSC-Regular;
  margin:0;
}

a {
  text-decoration: none;
}

ul,li {
  margin: 0;
  padding: 0
}

li {
  list-style-type: none
}

#timeSelector-wrapper{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 56;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  padding-bottom: 5px;
  padding-top: 5px;
  display: none
}

#timeSelector-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(Opacity=50);
  -moz-opacity: .5;
  opacity: .5;
  z-index: 55;
  display: none
}

.timeSelector_title {
    height: 25px;
    line-height: 25px;
    margin:5px;
    text-align: center;
    font-size: 1.0rem;
    letter-spacing:5px;
    color: #108ee9;
}

.timeSelector_wrap {
    height: 120px;
    overflow: hidden;
    margin: 0 10px;
    position: relative;
    border: 1px solid #ddd;
}

.timeSelector-button button {
    background: #108ee9;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    border: none;
    padding: 0.7rem 0;
    font-size: 0.9rem;
}

.Selection {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    font-size: 0.9rem;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #e4e4e4;
}

.timeSelector_wrap .timeSelector_content ul {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    float: left;
}

.Selection_text {
    line-height: 120px;
    font-size: 0.9rem;
    text-align: center;
    z-index: 1000;
}

.timeSelector_wrap .timeSelector_content ul li{
    height:40px;
    line-height:40px;
    font-size:0.95rem;
}

#startTimeMinute{
    left:20%;
}

#endTimeHour{
    left:60%;
}

#endTimeMinute{
    left:80%;
}

#timeSelector-cancel, #timeSelector-confirm {
    border-radius: 3px;
    float: left;
    width: 40%;
    line-height: 30px;
    font-size: 15px;
    color: #333333;
    margin: 0 5%;
    padding-top: 10px;
}

#timeSelector-confirm {
    color: #5CBB9D;
}