.next-time-picker-panel-inner:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '\0020';
  clear: both;
}

.next-time-picker-select {
  font-size: 14px;
  border: 1px solid #C4C6CF;
  border-width: 0 1px;
  margin-left: -1px;
  width: 84px;
  max-height: 168px;
  overflow: auto;
  position: relative;
  float: left\9;
}

.next-time-picker-select:hover {
  overflow-y: auto;
}

.next-time-picker-select:first-child {
  border-left: 0;
  margin-left: 0;
}

.next-time-picker-select:last-child {
  border-right: 0;
}

.next-time-picker-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.next-time-picker-select li {
  list-style: none;
  margin: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.next-time-picker-select li:hover {
  color: #15AD9D;
  background: #F3FBFA;
}

.next-time-picker-select li.next-time-picker-cell-select {
  font-weight: 700;
  color: #666666;
  background: #F2F3F7;
}

.next-time-picker-select li.next-time-picker-cell-disabled {
  color: #CCCCCC;
  background: #FFFFFF;
}

.next-time-picker-select li.next-time-picker-cell-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}

.next-range-picker, .next-date-picker {
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
}

.next-range-picker *, .next-range-picker *:before, .next-range-picker *:after, .next-date-picker *, .next-date-picker *:before, .next-date-picker *:after {
  box-sizing: border-box;
}

.next-range-picker, .next-range-picker:before, .next-range-picker:after, .next-date-picker, .next-date-picker:before, .next-date-picker:after {
  box-sizing: border-box;
}

.next-date-picker {
  position: relative;
  display: inline-block;
}

.next-date-picker .next-icon {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 0;
  color: #CCCCCC;
}

.next-date-picker .next-icon:hover {
  color: #999999;
}

.next-date-picker-small .next-input {
  width: 160px;
  display: inline-block;
}

.next-date-picker-small .next-input input {
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
}

.next-date-picker-small .next-input input:placeholder {
  font-size: 12px;
}

.next-date-picker-small .next-icon {
  height: 20px;
  line-height: 20px;
}

.next-date-picker-small .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-date-picker-medium .next-input {
  width: 160px;
  display: inline-block;
}

.next-date-picker-medium .next-input input {
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
}

.next-date-picker-medium .next-input input:placeholder {
  font-size: 14px;
}

.next-date-picker-medium .next-icon {
  height: 28px;
  line-height: 28px;
}

.next-date-picker-medium .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-date-picker-large .next-input {
  width: 160px;
  display: inline-block;
}

.next-date-picker-large .next-input input {
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0 8px;
  font-size: 16px;
}

.next-date-picker-large .next-input input:placeholder {
  font-size: 16px;
}

.next-date-picker-large .next-icon {
  height: 40px;
  line-height: 40px;
}

.next-date-picker-large .next-icon:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-date-picker-panel {
  width: 270px;
  border: 1px solid #C4C6CF;
  background: #FFFFFF;
  position: relative;
}

.next-date-picker-panel .next-date-picker-input {
  display: block;
  padding: 3px;
  border-bottom: 1px solid #E6E7EB;
}

.next-date-picker-panel .next-input {
  border: 0;
  color: #666;
}

.next-date-picker-panel-show-time .next-date-picker-input {
  padding: 6px 3px;
}

.next-date-picker-panel-show-time .next-input {
  font-size: 12px;
  border: 1px solid #E6E7EB;
  color: #666;
  width: 100px;
  margin-left: 6px;
}

.next-date-picker-panel-show-time .next-time-picker-input .next-input {
  border: 0;
}

.next-date-picker-show-time .next-input {
  min-width: 200px;
}