/** 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-text-content {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.fs-text-secondary,
.fs-text-label-secondary {
  color: #999;
}
.fs-text-link {
  color: #3367d6;
  cursor: pointer;
}
.fs-text-del {
  text-decoration: line-through;
  color: #999;
}
.fs-text-disabled,
.fs-text-label-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed !important;
  user-select: none;
}
.fs-text-strong {
  font-weight: 700;
}
.fs-text-negative {
  color: #e02020;
}
.fs-text-tooltips-icon,
.fs-text-copy-icon,
.fs-text-link-icon {
  margin-left: 6px;
  cursor: pointer;
  vertical-align: middle;
}
.fs-text-tooltips-icon {
  color: #999;
}
.fs-text-copy-icon {
  color: #3367d6;
}
.fs-text-label {
  vertical-align: middle;
}
.fs-text-label-strong {
  font-weight: 700;
}
.fs-text-label::after {
  content: ':';
  position: relative;
  margin-right: 6px;
  top: -1px;
}
.fs-text-label-icon {
  cursor: pointer;
  margin: 0 2px;
}
.fs-text-label-text {
  margin-right: 2px;
}
.fs-text-label-no-colon::after {
  content: '';
}
.fs-text-disabledAll {
  color: #999 !important;
}
