/** 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-select .ant-select-selection--multiple .ant-select-selection__choice {
  color: #000;
  background-color: rgba(51, 103, 214, 0.1);
  border-color: rgba(51, 103, 214, 0.2);
  animation-duration: 0ms !important;
}
.fs-select .ant-select-selection--multiple .ant-select-selection__choice__remove {
  width: 22px;
  right: -1px;
  transform: scale(1) rotate(0deg);
}
.fs-select-wrap {
  display: inline-block;
}
.fs-select-label {
  margin-right: 4px;
}
.fs-select .ant-select-selection__clear {
  color: #999;
}
.fs-select .ant-select-selection__clear:hover {
  color: #666;
}
.fs-select.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  color: #b0b0b0;
  background-color: #e7e7e7;
  border-color: #d9d9d9;
  animation-duration: 0ms !important;
}
.fs-select-dropdown .ant-select-dropdown-menu {
  padding: 0px;
}
.fs-select-dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item {
  padding: 9px 12px;
  border-radius: 4px;
}
.fs-select-dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item:hover {
  background-color: rgba(51, 103, 214, 0.1);
}
