.rc-picker-time-panel-cell-selected .rc-picker-time-panel-cell-inner {
  color: #fff !important;
}
.rc-picker {
  display: inline-flex;
  width: 260px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.rc-picker-rtl {
  direction: rtl;
}
.rc-picker-focused {
  border: 1px solid #40a9ff;
}
.rc-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
}
.rc-picker-panel-focused {
  border-color: #40a9ff;
}
.rc-picker-panel-rtl {
  direction: rtl;
}
.rc-picker-decade-panel,
.rc-picker-year-panel,
.rc-picker-month-panel,
.rc-picker-week-panel,
.rc-picker-date-panel,
.rc-picker-time-panel {
  display: flex;
  flex-direction: column;
}
.rc-picker-decade-panel table,
.rc-picker-year-panel table,
.rc-picker-month-panel table,
.rc-picker-week-panel table,
.rc-picker-date-panel table,
.rc-picker-time-panel table {
  text-align: center;
  border-collapse: collapse;
  width: 252px;
}
.rc-picker-decade-panel table td,
.rc-picker-year-panel table td,
.rc-picker-month-panel table td,
.rc-picker-week-panel table td,
.rc-picker-date-panel table td,
.rc-picker-time-panel table td {
  text-align: center !important;
}
.rc-picker-header {
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}
.rc-picker-header > * {
  flex: none;
}
.rc-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
  border: none;
  background: #fff;
  cursor: pointer;
  transition: color 0.3s;
  padding: 0;
  margin: 0;
}
.rc-picker-header-view {
  flex: auto;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
}
.rc-picker-header-view > button {
  background-color: #fff;
  border: 0;
  padding: 0;
}
.rc-picker-body {
  padding: 8px 14px;
}
.rc-picker-cell {
  color: #aaa;
}
.rc-picker-cell-disabled {
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: none;
}
.rc-picker-cell-inner {
  font-size: 12px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.rc-picker-cell-inner:hover {
  background: #f5f5f5;
}
.rc-picker-cell-in-view {
  color: rgba(0, 0, 0, 0.85);
}
.rc-picker-cell-in-range > .rc-picker-cell-inner {
  background: rgba(64, 169, 255, 0.05);
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.rc-picker-cell-range-hover-start,
.rc-picker-cell-range-hover-end,
.rc-picker-cell-range-hover {
  position: relative;
}
.rc-picker-cell-range-hover-start::after,
.rc-picker-cell-range-hover-end::after,
.rc-picker-cell-range-hover::after {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid green;
  border-left: 0;
  border-right: 0;
  pointer-events: none;
}
.rc-picker-cell-range-hover-start::after {
  border-left: 1px solid green !important;
}
.rc-picker-cell-range-hover-end::after {
  border-right: 1px solid green !important;
}
.rc-picker-cell-today > .rc-picker-cell-inner {
  border: 1px solid #40a9ff;
}
.rc-picker-cell-range-start > .rc-picker-cell-inner,
.rc-picker-cell-range-end > .rc-picker-cell-inner,
.rc-picker-cell-selected > .rc-picker-cell-inner {
  background: rgba(64, 169, 255, 0.2);
}
.rc-picker-footer,
.rc-picker-picker-footer {
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
}
.rc-picker-ranges {
  margin: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}
.rc-picker-ranges > li {
  display: inline-block;
}
.rc-picker-ranges > a {
  color: #1890ff;
}
.rc-picker-ranges > a:hover {
  text-decoration: none;
  outline: 0;
  color: #40a9ff;
}
.rc-picker-ok {
  float: right;
}
.rc-picker-ok > button {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #1890ff;
}
.rc-picker-ok > button:disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.rc-picker-year-panel .rc-picker-cell-inner,
.rc-picker-month-panel .rc-picker-cell-inner {
  width: 80px;
}
.rc-picker-week-panel-row:hover .rc-picker-cell {
  background: red;
}
.rc-picker-week-panel-row-selected .rc-picker-cell {
  background: rgba(0, 0, 255, 0.3);
}
.rc-picker-week-panel .rc-picker-cell,
.rc-picker-week-panel .rc-picker-cell-inner {
  width: 20px;
}
.rc-picker-week-panel .rc-picker-cell-week {
  font-size: 12px;
  color: #999;
  font-weight: bold;
}
.rc-picker-week-panel .rc-picker-cell:hover > .rc-picker-cell-inner,
.rc-picker-week-panel .rc-picker-cell-selected > .rc-picker-cell-inner {
  background: transparent;
}
.rc-picker-date-panel .rc-picker-cell-inner {
  width: 20px;
}
.rc-picker-time-panel {
  width: auto;
}
.rc-picker-time-panel .rc-picker-content {
  display: flex;
  flex: auto;
  max-height: 224px;
}
.rc-picker-time-panel-column {
  flex: 1 0 auto;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 56px;
  transition: background 0.3s;
}
.rc-picker-time-panel-column-active {
  background: rgba(0, 0, 255, 0.1);
}
.rc-picker-time-panel-column:hover {
  overflow-y: auto;
}
.rc-picker-time-panel-column > li {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.rc-picker-time-panel-column > li .rc-picker-time-panel-cell-inner {
  color: rgba(0, 0, 0, 0.85);
  padding: 0 0 0 14px;
  margin: 0;
  height: 28px;
  line-height: 28px;
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.rc-picker-panel-rtl .rc-picker-time-panel-column > li .rc-picker-time-panel-cell-inner {
  padding: 0 12px 0 0;
  text-align: right;
}
.rc-picker-time-panel-column > li .rc-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}
.rc-picker-datetime-panel {
  display: flex;
}
.rc-picker-datetime-panel .rc-picker-time-panel {
  border-left: 1px solid #f0f0f0;
}
.rc-picker-datetime-panel .rc-picker-date-panel,
.rc-picker-datetime-panel .rc-picker-time-panel {
  transition: opacity 0.3s;
}
.rc-picker-datetime-panel-active .rc-picker-date-panel,
.rc-picker-datetime-panel-active .rc-picker-time-panel {
  opacity: 0.3;
}
.rc-picker-datetime-panel-active .rc-picker-date-panel-active,
.rc-picker-datetime-panel-active .rc-picker-time-panel-active {
  opacity: 1;
}
.rc-picker-input {
  position: relative;
  display: inline-flex;
  width: 100%;
}
.rc-picker-rtl .rc-picker-input {
  text-align: right;
}
.rc-picker-input > input {
  width: 100%;
  padding: 0 12px;
}
.rc-picker-input > input::-moz-placeholder {
  opacity: 1;
}
.rc-picker-input > input::placeholder {
  color: #bfbfbf;
}
.rc-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}
.rc-picker-input-placeholder > input {
  color: #bfbfbf;
}
.rc-picker-clear {
  position: absolute;
  right: 5px;
  top: 50%;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  background: #fff;
  transform: translateY(-50%);
  transition: opacity 0.3s, color 0.3s;
}
.rc-picker-rtl .rc-picker-clear {
  right: auto;
  left: 4px;
}
.rc-picker-clear-btn::after {
  content: 'X';
}
.rc-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 10050;
}
.rc-picker-dropdown-range {
  padding: 10px 0;
}
.rc-picker-dropdown-hidden {
  display: none;
}
.rc-picker-dropdown-placement-topLeft .rc-picker-range-arrow,
.rc-picker-dropdown-placement-topRight .rc-picker-range-arrow {
  bottom: 6px;
  transform: rotate(135deg);
}
.rc-picker-dropdown-placement-bottomLeft .rc-picker-range-arrow,
.rc-picker-dropdown-placement-bottomright .rc-picker-range-arrow {
  top: 6px;
  transform: rotate(-45deg);
}
.rc-picker-dropdown .rc-picker-range-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 1;
  left: 10px;
  margin-left: 10px;
  transition: all 0.3s;
}
.rc-picker-dropdown-rtl.rc-picker-dropdown .rc-picker-range-arrow {
  right: 10px;
  left: auto;
  margin-left: 0;
  margin-right: 10px;
}
.rc-picker-dropdown .rc-picker-range-arrow::before,
.rc-picker-dropdown .rc-picker-range-arrow::after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rc-picker-dropdown-rtl.rc-picker-dropdown .rc-picker-range-arrow::before,
.rc-picker-dropdown-rtl.rc-picker-dropdown .rc-picker-range-arrow::after {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.rc-picker-dropdown .rc-picker-range-arrow::before {
  width: 10px;
  height: 10px;
  border: 5px solid #40a9ff;
  border-color: #40a9ff #40a9ff transparent transparent;
}
.rc-picker-dropdown .rc-picker-range-arrow::after {
  width: 8px;
  height: 8px;
  border: 4px solid #40a9ff;
  border-color: #ffffff #ffffff transparent transparent;
}
.rc-picker-range {
  display: inline-flex;
  position: relative;
}
.rc-picker-range-wrapper {
  display: flex;
}
.rc-picker-range .rc-picker-active-bar {
  background: green;
  bottom: 0;
  height: 3px;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}
.rc-picker-range.rc-picker-focused .rc-picker-active-bar {
  opacity: 1;
}
.rc-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 4px 8px 6px rgba(0, 0, 0, 0.1);
  transition: margin 0.3s;
}
.rc-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: border 0.3s, box-shadow 0.3s;
}
.rc-picker.rc-picker-disabled {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.rc-picker.rc-picker-disabled .rc-picker-suffix {
  color: rgba(0, 0, 0, 0.5);
}
.rc-picker.rc-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.rc-picker-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.rc-picker-input > input {
  flex: auto;
  min-width: 1px;
  height: auto;
  padding-left: 0 12px;
  background: transparent;
  border: 0;
}
.rc-picker-input > input:focus {
  box-shadow: none;
}
.rc-picker-input > input[disabled] {
  background: transparent;
}
.rc-picker-input:hover .rc-picker-clear {
  opacity: 1;
}
.rc-picker-input-placeholder > input {
  color: #bfbfbf;
}
.rc-picker-suffix {
  align-self: center;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  pointer-events: none;
}
.rc-picker-suffix > * {
  vertical-align: top;
}
.rc-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  background: #ffffff;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}
.rc-picker-clear > * {
  vertical-align: top;
}
.rc-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.rc-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  vertical-align: top;
  cursor: default;
}
.rc-picker-focused .rc-picker-separator {
  color: rgba(0, 0, 0, 0.45);
}
.rc-picker-disabled .rc-picker-range-separator .rc-picker-separator {
  cursor: not-allowed;
}
.rc-picker-range {
  position: relative;
  display: inline-flex;
}
.rc-picker-range .rc-picker-clear {
  right: 11px;
}
.rc-picker-range:hover .rc-picker-clear {
  opacity: 1;
}
.rc-picker-range .rc-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: #1890ff;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.rc-picker-range.rc-picker-focused .rc-picker-active-bar {
  opacity: 1;
}
.rc-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}
.rc-picker-range.rc-picker-small .rc-picker-clear {
  right: 7px;
}
.rc-picker-range.rc-picker-small .rc-picker-active-bar {
  margin-left: 7px;
}
.rc-picker-dropdown {
  position: absolute;
  z-index: 10050;
}
.rc-picker-dropdown-hidden {
  display: none;
}
.rc-picker-dropdown-placement-bottomLeft .rc-picker-range-arrow {
  top: 1.66666667px;
  display: block;
  transform: rotate(-45deg);
}
.rc-picker-dropdown-placement-topLeft .rc-picker-range-arrow {
  bottom: 1.66666667px;
  display: block;
  transform: rotate(135deg);
}
.rc-picker-dropdown.slide-up-enter.slide-up-enter-active.rc-picker-dropdown-placement-topLeft,
.rc-picker-dropdown.slide-up-enter.slide-up-enter-active.rc-picker-dropdown-placement-topRight,
.rc-picker-dropdown.slide-up-appear.slide-up-appear-active.rc-picker-dropdown-placement-topLeft,
.rc-picker-dropdown.slide-up-appear.slide-up-appear-active.rc-picker-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.rc-picker-dropdown.slide-up-enter.slide-up-enter-active.rc-picker-dropdown-placement-bottomLeft,
.rc-picker-dropdown.slide-up-enter.slide-up-enter-active.rc-picker-dropdown-placement-bottomRight,
.rc-picker-dropdown.slide-up-appear.slide-up-appear-active.rc-picker-dropdown-placement-bottomLeft,
.rc-picker-dropdown.slide-up-appear.slide-up-appear-active.rc-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.rc-picker-dropdown.slide-up-leave.slide-up-leave-active.rc-picker-dropdown-placement-topLeft,
.rc-picker-dropdown.slide-up-leave.slide-up-leave-active.rc-picker-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.rc-picker-dropdown.slide-up-leave.slide-up-leave-active.rc-picker-dropdown-placement-bottomLeft,
.rc-picker-dropdown.slide-up-leave.slide-up-leave-active.rc-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.rc-picker-dropdown-range {
  padding: 6.66666667px 0;
}
.rc-picker-dropdown-range-hidden {
  display: none;
}
.rc-picker-dropdown .rc-picker-panel > .rc-picker-time-panel {
  padding-top: 4px;
}
.rc-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}
.rc-picker-ranges > li {
  display: inline-block;
}
.rc-picker-ranges .rc-picker-preset > .rc-picker-tag-blue {
  color: #1890ff;
  background: #1890ff;
  border-color: #1890ff;
  cursor: pointer;
}
.rc-picker-ranges .rc-picker-ok {
  float: right;
  margin-left: 8px;
}
.rc-picker-range-wrapper {
  display: flex;
}
.rc-picker-range-arrow {
  position: absolute;
  z-index: 1;
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 16.5px;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
  transition: left 0.3s ease-out;
}
.rc-picker-range-arrow::after {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 10px;
  height: 10px;
  border: 5px solid #f0f0f0;
  border-color: #ffffff #ffffff transparent transparent;
  content: '';
}
.rc-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: margin 0.3s;
}
.rc-picker-panel-container .rc-picker-panels {
  display: inline-flex;
  flex-wrap: nowrap;
  direction: ltr;
}
.rc-picker-panel-container .rc-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.rc-picker-panel-container .rc-picker-panel-focused {
  border-color: #f0f0f0;
}
.rc-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
}
.rc-picker-panel-focused {
  border-color: #1890ff;
}
.rc-picker-decade-panel,
.rc-picker-year-panel,
.rc-picker-quarter-panel,
.rc-picker-month-panel,
.rc-picker-week-panel,
.rc-picker-date-panel,
.rc-picker-time-panel {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.rc-picker-header {
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}
.rc-picker-header > * {
  flex: none;
}
.rc-picker-header button {
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.rc-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
}
.rc-picker-header > button:hover {
  color: rgba(0, 0, 0, 0.85);
}
.rc-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
}
.rc-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}
.rc-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}
.rc-picker-header-view button:hover {
  color: #1890ff;
}
.rc-picker-prev-icon,
.rc-picker-next-icon,
.rc-picker-super-prev-icon,
.rc-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.rc-picker-prev-icon::before,
.rc-picker-next-icon::before,
.rc-picker-super-prev-icon::before,
.rc-picker-super-next-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentColor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.rc-picker-super-prev-icon::after,
.rc-picker-super-next-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentColor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.rc-picker-prev-icon,
.rc-picker-super-prev-icon {
  transform: rotate(-45deg);
}
.rc-picker-next-icon,
.rc-picker-super-next-icon {
  transform: rotate(135deg);
}
.rc-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.rc-picker-content th,
.rc-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}
.rc-picker-content th {
  height: 30px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}
.rc-picker-cell {
  padding: 3px 0;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.rc-picker-cell-in-view {
  color: rgba(0, 0, 0, 0.85);
}
.rc-picker-cell-disabled {
  cursor: not-allowed;
}
.rc-picker-cell::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  transform: translateY(-50%);
  content: '';
}
.rc-picker-cell .rc-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.rc-picker-cell:hover:not(.rc-picker-cell-in-view) .rc-picker-cell-inner,
.rc-picker-cell:hover:not(.rc-picker-cell-selected):not(.rc-picker-cell-range-start):not(.rc-picker-cell-range-end):not(.rc-picker-cell-range-hover-start):not(.rc-picker-cell-range-hover-end) .rc-picker-cell-inner {
  background: #f5f5f5;
}
.rc-picker-cell-in-view.rc-picker-cell-today .rc-picker-cell-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #1890ff;
  border-radius: 2px;
  content: '';
}
.rc-picker-cell-in-view.rc-picker-cell-in-range {
  position: relative;
}
.rc-picker-cell-in-view.rc-picker-cell-in-range::before {
  background: #1890ff;
}
.rc-picker-cell-in-view.rc-picker-cell-selected .rc-picker-cell-inner,
.rc-picker-cell-in-view.rc-picker-cell-range-start .rc-picker-cell-inner,
.rc-picker-cell-in-view.rc-picker-cell-range-end .rc-picker-cell-inner {
  color: #ffffff;
  background: #1890ff;
}
.rc-picker-cell-in-view.rc-picker-cell-range-start:not(.rc-picker-cell-range-start-single)::before,
.rc-picker-cell-in-view.rc-picker-cell-range-end:not(.rc-picker-cell-range-end-single)::before {
  background: #1890ff;
}
.rc-picker-cell-in-view.rc-picker-cell-range-start::before {
  left: 50%;
}
.rc-picker-cell-in-view.rc-picker-cell-range-end::before {
  right: 50%;
}
.rc-picker-cell-in-view.rc-picker-cell-range-hover-start:not(.rc-picker-cell-in-range):not(.rc-picker-cell-range-start):not(.rc-picker-cell-range-end)::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-end:not(.rc-picker-cell-in-range):not(.rc-picker-cell-range-start):not(.rc-picker-cell-range-end)::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-start.rc-picker-cell-range-start-single::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-start.rc-picker-cell-range-start.rc-picker-cell-range-end.rc-picker-cell-range-end-near-hover::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-end.rc-picker-cell-range-start.rc-picker-cell-range-end.rc-picker-cell-range-start-near-hover::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-end.rc-picker-cell-range-end-single::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover:not(.rc-picker-cell-in-range)::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed #7ec1ff;
  border-bottom: 1px dashed #7ec1ff;
  transform: translateY(-50%);
  content: '';
}
.rc-picker-cell-range-hover-start::after,
.rc-picker-cell-range-hover-end::after,
.rc-picker-cell-range-hover::after {
  right: 0;
  left: 2px;
}
.rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover::before,
.rc-picker-cell-in-view.rc-picker-cell-range-start.rc-picker-cell-range-hover::before,
.rc-picker-cell-in-view.rc-picker-cell-range-end.rc-picker-cell-range-hover::before,
.rc-picker-cell-in-view.rc-picker-cell-range-start:not(.rc-picker-cell-range-start-single).rc-picker-cell-range-hover-start::before,
.rc-picker-cell-in-view.rc-picker-cell-range-end:not(.rc-picker-cell-range-end-single).rc-picker-cell-range-hover-end::before,
.rc-picker-panel > :not(.rc-picker-date-panel) .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-start::before,
.rc-picker-panel > :not(.rc-picker-date-panel) .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-end::before {
  background: #cbe6ff;
}
.rc-picker-cell-in-view.rc-picker-cell-range-start:not(.rc-picker-cell-range-start-single):not(.rc-picker-cell-range-end) .rc-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}
.rc-picker-cell-in-view.rc-picker-cell-range-end:not(.rc-picker-cell-range-end-single):not(.rc-picker-cell-range-start) .rc-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}
.rc-picker-date-panel .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-start .rc-picker-cell-inner::after,
.rc-picker-date-panel .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-end .rc-picker-cell-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #cbe6ff;
  content: '';
}
.rc-picker-date-panel .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-start .rc-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.rc-picker-date-panel .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-end .rc-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.rc-picker-cell-range-hover.rc-picker-cell-range-start::after {
  right: 50%;
}
.rc-picker-cell-range-hover.rc-picker-cell-range-end::after {
  left: 50%;
}
tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover:first-child::after,
tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover-end:first-child::after,
.rc-picker-cell-in-view.rc-picker-cell-start.rc-picker-cell-range-hover-edge-start.rc-picker-cell-range-hover-edge-start-near-range::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-edge-start:not(.rc-picker-cell-range-hover-edge-start-near-range)::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-start::after {
  left: 6px;
  border-left: 1px dashed #7ec1ff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover:last-child::after,
tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover-start:last-child::after,
.rc-picker-cell-in-view.rc-picker-cell-end.rc-picker-cell-range-hover-edge-end.rc-picker-cell-range-hover-edge-end-near-range::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-edge-end:not(.rc-picker-cell-range-hover-edge-end-near-range)::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 1px dashed #7ec1ff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.rc-picker-cell-disabled {
  pointer-events: none;
}
.rc-picker-cell-disabled .rc-picker-cell-inner {
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
}
.rc-picker-cell-disabled::before {
  background: #f5f5f5;
}
.rc-picker-cell-disabled.rc-picker-cell-today .rc-picker-cell-inner::before {
  border-color: rgba(0, 0, 0, 0.5);
}
.rc-picker-decade-panel .rc-picker-content,
.rc-picker-year-panel .rc-picker-content,
.rc-picker-quarter-panel .rc-picker-content,
.rc-picker-month-panel .rc-picker-content {
  height: 264px;
}
.rc-picker-decade-panel .rc-picker-cell-inner,
.rc-picker-year-panel .rc-picker-cell-inner,
.rc-picker-quarter-panel .rc-picker-cell-inner,
.rc-picker-month-panel .rc-picker-cell-inner {
  padding: 0 8px;
}
.rc-picker-decade-panel .rc-picker-cell-disabled .rc-picker-cell-inner,
.rc-picker-year-panel .rc-picker-cell-disabled .rc-picker-cell-inner,
.rc-picker-quarter-panel .rc-picker-cell-disabled .rc-picker-cell-inner,
.rc-picker-month-panel .rc-picker-cell-disabled .rc-picker-cell-inner {
  background: #f5f5f5;
}
.rc-picker-quarter-panel .rc-picker-content {
  height: 56px;
}
.rc-picker-footer {
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.rc-picker-panel .rc-picker-footer {
  border-top: 1px solid #f0f0f0;
}
.rc-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left;
}
.rc-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.rc-picker-now {
  text-align: left;
  cursor: pointer;
}
.rc-picker-today-btn {
  color: #1890ff;
}
.rc-picker-today-btn:hover {
  color: #1890ff;
}
.rc-picker-today-btn:active {
  color: #1890ff;
}
.rc-picker-today-btn.rc-picker-today-btn-disabled {
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
.rc-picker-decade-panel .rc-picker-cell-inner {
  padding: 0 4px;
}
.rc-picker-decade-panel .rc-picker-cell::before {
  display: none;
}
.rc-picker-year-panel .rc-picker-body,
.rc-picker-quarter-panel .rc-picker-body,
.rc-picker-month-panel .rc-picker-body {
  padding: 0 8px;
}
.rc-picker-year-panel .rc-picker-cell-inner,
.rc-picker-quarter-panel .rc-picker-cell-inner,
.rc-picker-month-panel .rc-picker-cell-inner {
  width: 60px;
}
.rc-picker-year-panel .rc-picker-cell-range-hover-start::after,
.rc-picker-quarter-panel .rc-picker-cell-range-hover-start::after,
.rc-picker-month-panel .rc-picker-cell-range-hover-start::after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}
.rc-picker-panel-rtl .rc-picker-year-panel .rc-picker-cell-range-hover-start::after,
.rc-picker-panel-rtl .rc-picker-quarter-panel .rc-picker-cell-range-hover-start::after,
.rc-picker-panel-rtl .rc-picker-month-panel .rc-picker-cell-range-hover-start::after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0;
}
.rc-picker-year-panel .rc-picker-cell-range-hover-end::after,
.rc-picker-quarter-panel .rc-picker-cell-range-hover-end::after,
.rc-picker-month-panel .rc-picker-cell-range-hover-end::after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0;
}
.rc-picker-panel-rtl .rc-picker-year-panel .rc-picker-cell-range-hover-end::after,
.rc-picker-panel-rtl .rc-picker-quarter-panel .rc-picker-cell-range-hover-end::after,
.rc-picker-panel-rtl .rc-picker-month-panel .rc-picker-cell-range-hover-end::after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}
.rc-picker-week-panel .rc-picker-body {
  padding: 8px 12px;
}
.rc-picker-week-panel .rc-picker-cell:hover .rc-picker-cell-inner,
.rc-picker-week-panel .rc-picker-cell-selected .rc-picker-cell-inner,
.rc-picker-week-panel .rc-picker-cell .rc-picker-cell-inner {
  background: transparent !important;
}
.rc-picker-week-panel-row td {
  transition: background 0.3s;
}
.rc-picker-week-panel-row:hover td {
  background: #f5f5f5;
}
.rc-picker-week-panel-row-selected td,
.rc-picker-week-panel-row-selected:hover td {
  background: #1890ff;
}
.rc-picker-week-panel-row-selected td.rc-picker-cell-week,
.rc-picker-week-panel-row-selected:hover td.rc-picker-cell-week {
  color: rgba(255, 255, 255, 0.5);
}
.rc-picker-week-panel-row-selected td.rc-picker-cell-today .rc-picker-cell-inner::before,
.rc-picker-week-panel-row-selected:hover td.rc-picker-cell-today .rc-picker-cell-inner::before {
  border-color: #ffffff;
}
.rc-picker-week-panel-row-selected td .rc-picker-cell-inner,
.rc-picker-week-panel-row-selected:hover td .rc-picker-cell-inner {
  color: #ffffff;
}
.rc-picker-date-panel .rc-picker-body {
  padding: 8px 12px;
}
.rc-picker-date-panel .rc-picker-content {
  width: 252px;
}
.rc-picker-date-panel .rc-picker-content th {
  width: 36px;
}
.rc-picker-datetime-panel {
  display: flex;
}
.rc-picker-datetime-panel .rc-picker-time-panel {
  border-left: 1px solid #f0f0f0;
}
.rc-picker-datetime-panel .rc-picker-date-panel,
.rc-picker-datetime-panel .rc-picker-time-panel {
  transition: opacity 0.3s;
}
.rc-picker-datetime-panel-active .rc-picker-date-panel,
.rc-picker-datetime-panel-active .rc-picker-time-panel {
  opacity: 0.3;
}
.rc-picker-datetime-panel-active .rc-picker-date-panel-active,
.rc-picker-datetime-panel-active .rc-picker-time-panel-active {
  opacity: 1;
}
.rc-picker-time-panel {
  width: auto;
  min-width: auto;
}
.rc-picker-time-panel .rc-picker-content {
  display: flex;
  flex: auto;
  height: 224px;
}
.rc-picker-time-panel-column {
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}
.rc-picker-time-panel-column::after {
  display: block;
  height: 196px;
  content: '';
}
.rc-picker-datetime-panel .rc-picker-time-panel-column::after {
  height: 198px;
}
.rc-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f0f0f0;
}
.rc-picker-time-panel-column-active {
  background: rgba(24, 144, 255, 0.2);
}
.rc-picker-time-panel-column:hover {
  overflow-y: auto;
}
.rc-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}
.rc-picker-time-panel-column > li.rc-picker-time-panel-cell .rc-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.rc-picker-time-panel-column > li.rc-picker-time-panel-cell .rc-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}
.rc-picker-time-panel-column > li.rc-picker-time-panel-cell-selected .rc-picker-time-panel-cell-inner {
  background: #1890ff;
}
.rc-picker-time-panel-column > li.rc-picker-time-panel-cell-disabled .rc-picker-time-panel-cell-inner {
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  cursor: not-allowed;
}
/* stylelint-disable-next-line */
_:-ms-fullscreen .rc-picker-range-wrapper .rc-picker-month-panel .rc-picker-cell,
:root .rc-picker-range-wrapper .rc-picker-month-panel .rc-picker-cell,
_:-ms-fullscreen .rc-picker-range-wrapper .rc-picker-year-panel .rc-picker-cell,
:root .rc-picker-range-wrapper .rc-picker-year-panel .rc-picker-cell {
  padding: 21px 0;
}
.rc-picker-rtl {
  direction: rtl;
}
.rc-picker-rtl .rc-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}
.rc-picker-rtl .rc-picker-clear {
  right: auto;
  left: 0;
}
.rc-picker-rtl .rc-picker-separator {
  transform: rotate(180deg);
}
.rc-picker-panel-rtl .rc-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}
.rc-picker-rtl.rc-picker-range .rc-picker-clear {
  right: auto;
  left: 11px;
}
.rc-picker-rtl.rc-picker-range .rc-picker-active-bar {
  margin-right: 11px;
  margin-left: 0;
}
.rc-picker-rtl.rc-picker-range.rc-picker-small .rc-picker-active-bar {
  margin-right: 7px;
}
.rc-picker-dropdown-rtl .rc-picker-ranges {
  text-align: right;
}
.rc-picker-dropdown-rtl .rc-picker-ranges .rc-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.rc-picker-panel-rtl {
  direction: rtl;
}
.rc-picker-panel-rtl .rc-picker-prev-icon,
.rc-picker-panel-rtl .rc-picker-super-prev-icon {
  transform: rotate(135deg);
}
.rc-picker-panel-rtl .rc-picker-next-icon,
.rc-picker-panel-rtl .rc-picker-super-next-icon {
  transform: rotate(-45deg);
}
.rc-picker-cell .rc-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-start::before {
  right: 50%;
  left: 0;
}
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-end::before {
  right: 0;
  left: 50%;
}
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-start.rc-picker-cell-range-end::before {
  right: 50%;
  left: 50%;
}
.rc-picker-panel-rtl .rc-picker-date-panel .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-start .rc-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.rc-picker-panel-rtl .rc-picker-date-panel .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-end .rc-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.rc-picker-panel-rtl .rc-picker-cell-range-hover.rc-picker-cell-range-start::after {
  right: 0;
  left: 50%;
}
.rc-picker-panel-rtl .rc-picker-cell-range-hover.rc-picker-cell-range-end::after {
  right: 50%;
  left: 0;
}
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-start:not(.rc-picker-cell-range-start-single):not(.rc-picker-cell-range-end) .rc-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-end:not(.rc-picker-cell-range-end-single):not(.rc-picker-cell-range-start) .rc-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}
.rc-picker-panel-rtl tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover:not(.rc-picker-cell-selected):first-child::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-start.rc-picker-cell-range-hover-edge-start.rc-picker-cell-range-hover-edge-start-near-range::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-hover-edge-start:not(.rc-picker-cell-range-hover-edge-start-near-range)::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-hover-start::after {
  right: 6px;
  left: 0;
  border-right: 1px dashed #7ec1ff;
  border-left: none;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.rc-picker-panel-rtl tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover:not(.rc-picker-cell-selected):last-child::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-end.rc-picker-cell-range-hover-edge-end.rc-picker-cell-range-hover-edge-end-near-range::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-hover-edge-end:not(.rc-picker-cell-range-hover-edge-end-near-range)::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-hover-end::after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed #7ec1ff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.rc-picker-panel-rtl tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover-start:last-child::after,
.rc-picker-panel-rtl tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover-end:first-child::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-start.rc-picker-cell-range-hover-edge-start:not(.rc-picker-cell-range-hover)::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-start.rc-picker-cell-range-hover-end.rc-picker-cell-range-hover-edge-start:not(.rc-picker-cell-range-hover)::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-end.rc-picker-cell-range-hover-start.rc-picker-cell-range-hover-edge-end:not(.rc-picker-cell-range-hover)::after,
.rc-picker-panel-rtl tr > .rc-picker-cell-in-view.rc-picker-cell-start.rc-picker-cell-range-hover.rc-picker-cell-range-hover-edge-start:last-child::after,
.rc-picker-panel-rtl tr > .rc-picker-cell-in-view.rc-picker-cell-end.rc-picker-cell-range-hover.rc-picker-cell-range-hover-edge-end:first-child::after {
  right: 6px;
  left: 6px;
  border-right: 1px dashed #7ec1ff;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px;
}
.rc-picker-dropdown-rtl .rc-picker-footer-extra {
  direction: rtl;
  text-align: right;
}
.rc-picker-panel-rtl .rc-picker-time-panel {
  direction: ltr;
}

.umu-ui-tabs-container {
  /* 特殊情况下，不显示tabs的顶边框 */
}
.umu-ui-tabs-container .umu-ui-tabs li {
  list-style: none;
}
.umu-ui-tabs-container .umu-ui-tabs a {
  text-decoration: none;
}
.umu-ui-tabs-container .umu-ui-tabs .truncate-text-1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.umu-ui-tabs-container .umu-ui-tabs .hidden {
  display: none;
}
.umu-ui-tabs-container .nav-bar + .umu-ui-tabs {
  border-top: 0;
}
.umu-ui-tabs-container .tab-anchor {
  display: block;
  margin-top: -44px;
  padding-top: 44px;
}
@media screen and (max-width: 320px) {
  /* 不转换成rem */
  .theme-default .umu-ui-tabs .tab .title,
  .theme-default .umu-ui-tabs .tab.active .title {
    font-size: 14px;
  }
}
/** * 组件结构： * ul.umu-ui-tabs > (li.tab > div.title) * N */
/** * 默认主题样式 */
.umu-ui-tabs-container.theme-left .umu-ui-tabs {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0.13rem 0.2rem;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
}
.umu-ui-tabs-container.theme-left .umu-ui-tabs .umu-ui-tabs-ink-bar {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: var(--umu-color-primary, #fab400);
  border-radius: 1px;
}
.umu-ui-tabs-container.theme-left .umu-ui-tabs .umu-ui-tabs-ink-bar-animated {
  transition: width 0.2s, left 0.2s, right 0.2s;
}
.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab {
  padding: 0 10px;
  text-align: center;
}
.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab .title {
  display: table;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  color: #222222;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab .title .title-wrap {
  display: table-cell;
  color: #222222;
  vertical-align: middle;
}
.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab .title a {
  color: #222222;
}
.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab.active {
  font-weight: 700;
}
.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab.active .title {
  border-bottom: 0;
}
.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab.active .title .title-wrap {
  color: #222222;
}
.umu-ui-tabs-container.theme-two-line .umu-ui-tabs {
  position: relative;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
}
.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .umu-ui-tabs-ink-bar {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: var(--umu-color-primary, #fab400);
  border-radius: 1px;
}
.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .umu-ui-tabs-ink-bar-animated {
  transition: width 0.2s, left 0.2s, right 0.2s;
}
.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab {
  flex: 1;
  height: 44px;
  padding: 9px 20px;
  line-height: 50px;
  text-align: center;
}
.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab .umu-tab-title .main-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab .umu-tab-title .sub-title {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab .title {
  display: table;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  color: #222222;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}
.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab .title .title-wrap {
  display: table-cell;
  color: #222222;
  vertical-align: middle;
}
.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab .title a {
  color: #222222;
}
.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab.active .title {
  border-bottom: 0;
}
.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab.active .title .title-wrap {
  color: #222222;
}
.umu-ui-tabs-container {
  overflow-x: auto;
}
.umu-ui-tabs-container.theme-slide .umu-ui-tabs {
  position: relative;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
}
.umu-ui-tabs-container.theme-slide .umu-ui-tabs .umu-ui-tabs-ink-bar {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: var(--umu-color-primary, #fab400);
  border-radius: 1px;
}
.umu-ui-tabs-container.theme-slide .umu-ui-tabs .umu-ui-tabs-ink-bar-animated {
  transition: width 0.2s, left 0.2s, right 0.2s;
}
.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab {
  flex: 1;
  height: 44px;
  padding: 0 10px;
  text-align: center;
}
.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab .title {
  display: table;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  color: #222222;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}
.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab .title .title-wrap {
  display: table-cell;
  color: #222222;
  vertical-align: middle;
}
.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab .title a {
  color: #222222;
}
.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab.active {
  font-weight: 700;
}
.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab.active .title {
  border-bottom: 0;
}
.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab.active .title .title-wrap {
  color: #222222;
}
.umu-ui-tabs-container.theme-center .umu-ui-tabs {
  position: relative;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.2rem;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
}
.umu-ui-tabs-container.theme-center .umu-ui-tabs .umu-ui-tabs-ink-bar {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: var(--umu-color-primary, #fab400);
  border-radius: 1px;
}
.umu-ui-tabs-container.theme-center .umu-ui-tabs .umu-ui-tabs-ink-bar-animated {
  transition: width 0.2s, left 0.2s, right 0.2s;
}
.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab {
  flex: 1;
  height: 44px;
  text-align: center;
}
.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab .title {
  display: table;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  color: #222222;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab .title .title-wrap {
  display: table-cell;
  color: #222222;
  vertical-align: middle;
}
.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab .title a {
  color: #222222;
}
.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab.active {
  font-weight: 700;
}
.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab.active .title {
  border-bottom: 0;
}
.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab.active .title .title-wrap {
  color: #222222;
}
/** * 组件结构： * ul.umu-ui-tabs > (li.tab > div.title) * N */
/** * 默认主题样式 */
.umu-ui-tabs-container.theme-vertical .umu-ui-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 20px;
  background-color: #fff;
}
.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .umu-ui-tabs-ink-bar {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 100px;
  background: var(--umu-color-primary, #fab400);
  border-radius: 1px;
}
.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .umu-ui-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s, right 0.3s;
}
.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab {
  padding: 6px 5px 6px 8px;
  background: #f5f5f5;
}
.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab .title {
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  color: #222222;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
}
.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab .title .title-wrap {
  display: table-cell;
  color: #222222;
  vertical-align: middle;
}
.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab .title a {
  color: #222222;
}
.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab.active {
  font-weight: 700;
  background: #fff;
}
.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab.active .title {
  border-bottom: 0;
}
.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab.active .title .title-wrap {
  color: #222222;
}
/** * 组件结构： * ul.umu-ui-tabs > (li.tab > div.title) * N */
/** * 默认主题样式 */
.umu-ui-tabs-container.theme-left.theme-left-medium .umu-ui-tabs {
  padding: 13px 0;
  border: 0;
}
.umu-ui-tabs-container.theme-left.theme-left-medium .umu-ui-tabs .tab:first-child {
  padding: 0;
}
.umu-ui-tabs-container.theme-left.theme-left-medium .umu-ui-tabs .tab .title {
  font-size: 14px;
}


/*# sourceMappingURL=umu-ui.css.map*/