.tiemreservation {
    height: 33px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border: 1px solid #6FB3E0!important;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 1.3;
    color: #666 !important;
}

.layui-form-label {
    width: 90px;
}

.clearfix .layui-btn+.layui-btn {
  margin-right: 10px;
}

/*弹出的双日期选择框*/

.ui-time-box {
    position: absolute;
    width: 310px;
    height: 245px;
    right: 0;
    padding: 5px;
    border: 1px solid #b6c4d8;
    background: #fff;
    top: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px #b6c4d8;
    -webkit-animation-name: layui-upbit;
    animation-name: layui-upbit;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-box-shadow: 0 2px 10px #b6c4d8;
    box-shadow: 0 2px 10px #b6c4d8;
    z-index: 50;
}

.ui-time-btn {
    border-top: 1px solid #b6c4d8;
    padding: 8px 0
}

.time-button {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    background: #008dda;
    padding: 0 10px;
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b6c4d8
}

.time-button:hover {
    background: #fff;
    color: #333;
    border: 1px solid #b6c4d8
}

.ui-form-fields td.new-field {
    font-weight: normal;
}

.time-dot li {
    float: left;
    border: 1px solid #5bc0de;
    padding: 2px 8px;
    background: #5bc0de;
    margin: 0 1px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    line-height: 20px;
}

.time-dot li:hover {
    background: #009688;
    border: 1px solid #009688;
}

.time-dot li.active {
    background: #009688;
    border: none;
    border-left: 1px solid #b6c4d8;
    line-height: 22px;
}

.time-dot li:first-child.active {
    border: none;
    line-height: 22px;
}


/*手机屏*/
@media screen and (max-width: 768px) {
  .layui-form-label {
      width: 50px;
      padding: 9px 0px;
      font-size: 12px
  }
  .layui-input-block {
    margin-left: 55px;
  }
  .ui-time-box {
    width: 250px;
    height: 183px;
  }
  .ui-time-btn .time-dot {
    margin-left: 5px;
  }
  .ui-time-btn .layui-btn {
    padding: 0 10px;
    height: 30px;
    line-height: 27px;
  }
  .ui-time-btn .layui-btn .ui-button-text {
    font-size: 12px;
  }
  .layui-form-item {
    margin-bottom: -10px;
  }
}