:host {
  .form-control {
    min-width: 170px;
  }
  position: relative;
  display: inline-block;
  vertical-align: middle;
  .iconfont {
    font-size: 16px;
    position: absolute;
    right: 7px;
    top: 0;
    color: #989898;
    cursor: pointer;
    z-index: 2;
    line-height: 30px;
    &:hover {
      color: #d2151b;
    }
  }
  .input {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 13px;
    line-height: 31px;
  }
  .time {
    position: absolute;
    font-size: 13px;
    left: 90px;
    top: 0;
    z-index: 2;
    span {
      display: inline-block;
      width: 10px;
      text-align: center;
    }
    input {
      border: none;
      background: none;
      width: 20px;
      display: inline-block;
      text-align: center;
    }
  }
}
