/** table */
.fs-scroller-style {
  /* 定义滑块内阴影+圆角 */
}
.fs-scroller-style::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fs-scroller-style::-webkit-scrollbar-track {
  background-color: rgba(224, 224, 224, 0.2);
}
.fs-scroller-style::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
/** 表单提示文字颜色 */
.ant-input::-webkit-input-placeholder,
.ant-input-number-input::-webkit-input-placeholder,
.ant-time-picker-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.ant-input:-moz-placeholder,
.ant-input-number-input:-moz-placeholder,
.ant-time-picker-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.ant-input::-moz-placeholder,
.ant-input-number-input::-moz-placeholder,
.ant-time-picker-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.ant-input:-ms-input-placeholder,
.ant-input-number-input:-ms-input-placeholder,
.ant-time-picker-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.ant-select-selection__placeholder {
  color: #999;
}
.fs-yearPicker {
  width: 132px;
}
.fs-yearPicker.ant-select-open .ant-select-arrow-icon svg {
  transform: rotate(0deg);
}
.fs-yearPicker .ant-select-arrow {
  font-size: 12px;
  margin-top: -7px;
  height: 14px;
  width: 14px;
}
.fs-yearPicker .ant-select-arrow > .anticon-calendar {
  display: inline-block;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  z-index: 1;
  width: 14px;
  height: 14px;
  transition: all 0.3s;
  user-select: none;
}
.fs-yearPicker-dropdown .ant-select-dropdown-menu {
  padding: 0px;
  /* 定义滑块内阴影+圆角 */
}
.fs-yearPicker-dropdown .ant-select-dropdown-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fs-yearPicker-dropdown .ant-select-dropdown-menu::-webkit-scrollbar-track {
  background-color: rgba(224, 224, 224, 0.2);
}
.fs-yearPicker-dropdown .ant-select-dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.fs-yearPicker-dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item {
  padding: 9px 12px;
  color: #000;
  text-align: left;
}
.fs-yearPicker-dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background: rgba(51, 103, 214, 0.1);
}
.fs-yearPicker-dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item-selected {
  background: #3367d6 !important;
  color: #fff;
}
