.next-card, .next-card:before, .next-card:after {
  box-sizing: border-box;
}

.next-card {
  padding: 20px;
  border: 1px solid #DCDEE3;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  min-width: 100px;
  display: inline-block;
  background: #FFFFFF;
}

.next-card-head {
  color: #333333;
  font-size: 20px;
}

.next-card-head:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '\0020';
  clear: both;
}

.next-card-head-prefix .next-card-title {
  border-left: 4px solid #15AD9D;
  padding-left: 8px;
}

.next-card-head-bottom {
  padding-bottom: 12px;
  border-bottom: 1px solid #E6E7EB;
}

.next-card-sub-title {
  font-size: 12px;
  color: #666666;
  padding-left: 8px;
}

.next-card-extra {
  padding-left: 12px;
  float: right;
  font-size: 12px;
  color: #2192D9;
  padding-top: 8px;
}

.next-card-body {
  padding-top: 12px;
  overflow: hidden;
  position: relative;
}

.next-card-body-need-more {
  padding-bottom: 24px;
}

.next-card-body-no-title {
  padding-top: 0;
}

.next-card-more-btn {
  padding-top: 8px;
  height: 24px;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #2192D9;
  background: #FFFFFF;
  cursor: pointer;
}

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

.next-time-picker *, .next-time-picker *:before, .next-time-picker *:after, .next-time-picker-panel *, .next-time-picker-panel *:before, .next-time-picker-panel *:after {
  box-sizing: border-box;
}

.next-time-picker, .next-time-picker:before, .next-time-picker:after, .next-time-picker-panel, .next-time-picker-panel:before, .next-time-picker-panel:after {
  box-sizing: border-box;
}

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

.next-time-picker .next-icon {
  cursor: pointer;
  position: absolute;
  right: 12px;
  color: #999999;
}

.next-time-picker .next-input {
  width: 160px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-time-picker-input {
  display: block;
  padding: 3px;
  border-bottom: 1px solid #C4C6CF;
  position: relative;
}

.next-time-picker-input .next-input {
  border: 0;
  color: #666;
  width: auto;
}

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

.next-time-picker-panel-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}