﻿/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/*@iconfont-css-prefix    : iconfont;*/
/*@button-padding-sm: 3px @padding-xs - 1px;*/
/*@button-group-border: @primary-5;*/
/*@label-height: 24px;
@label-line-height: 24px;*/
/*@vgmenu-item-highlight-color: #fff;*/
/*@text:~'@{vango-prefix}-text';*/
.timepicker {
  position: relative;
  padding: 12px 20px !important;
  background: #fff;
}
.timepicker.dropdown-menuSelector {
  position: absolute;
  font-family: "Microsoft YaHei", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  /*color: @text-color;*/
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  /* padding: 0;*/
  background-color: #fff;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
}
.timepicker .picker-wrap:first-child {
  margin-right: 20px;
}
.timepicker .picker-wrap {
  width: 40px;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 1;
}
.timepicker .picker-btn {
  display: block;
  width: 50%;
  height: 27px;
  line-height: 25px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.timepicker .picker-btn .arrow {
  border: 7px solid #bbb;
}
.timepicker .picker-btn .arrow-bg {
  border: 7px solid #fff;
}
.timepicker .picker-btn.up {
  top: 0;
}
.timepicker .picker-btn.up .arrow {
  top: 0;
}
.timepicker .picker-btn.up .arrow-bg {
  top: 1px;
}
.timepicker .picker-btn.up .arrow,
.timepicker .picker-btn.up .arrow-bg {
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.timepicker .picker-btn.down {
  bottom: 0;
}
.timepicker .picker-btn.down .arrow {
  bottom: 0;
}
.timepicker .picker-btn.down .arrow-bg {
  bottom: 1px;
}
.timepicker .picker-btn.down .arrow,
.timepicker .picker-btn.down .arrow-bg {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.timepicker .picker-con {
  width: 100%;
  height: 174px;
  overflow: hidden;
  position: relative;
}
.timepicker .picker-con .picker-innercon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.timepicker .picker-con span {
  display: block;
  height: 35px;
  width: 100%;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  color: #bbb;
}
.timepicker .picker-con span.current {
  color: #000;
  font-size: 16px;
}
.timepicker .timePicker-split {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 100px;
  z-index: 0;
}
.timepicker .timePicker-split .split-icon {
  width: 20px;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  color: #000;
}
.timepicker .picker-btn .arrow,
.arrow-bg {
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  left: 3px;
}
.timepicker .timePicker-split .hour-input,
.minute-input {
  width: 38px;
  height: 28px;
  border: 1px solid #ececec;
  float: left;
  background: #f9f9f9;
}