/** 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-header {
  height: 48px;
  background-color: #3367d6;
  display: flex;
  justify-content: space-between;
}
.fs-header .fs-logo {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.fs-header .fs-logo .fs-back {
  font-size: 24px;
  margin-right: 16px;
  cursor: pointer;
  opacity: 0.5;
  color: #fff;
}
.fs-header .fs-logo .fs-back:hover {
  background: #5f89e3;
  border-radius: 4px;
  opacity: 1;
}
.fs-header .fs-logo .fs-hosName {
  color: #fff;
  margin-left: 32px;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
}
.fs-header .fs-user {
  color: #fff;
  height: 100%;
  line-height: 48px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.fs-header .fs-user > .anticon-user {
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
}
.fs-header .fs-user-name {
  margin-left: 8px;
  font-size: 14px;
  display: inline-block;
  height: 100%;
}
.fs-header .fs-user-roles .ant-select-selection {
  background-color: #517cd8;
  color: #fff;
  border: none;
}
.fs-header .fs-user-roles .ant-select-selection.ant-select-selection--single {
  height: 28px;
}
.fs-header .fs-user-roles .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered {
  line-height: 28px;
}
.fs-header .fs-user-roles .ant-select-selection.ant-select-selection--single .ant-select-arrow {
  color: inherit;
}
.fs-header .fs-user-roles .ant-select-selection:hover {
  color: #fff;
  background-color: #5f89e3;
}
.fs-header .fs-user-icon {
  padding: 0 3px 0 3px;
  margin-left: 24px;
  display: inline-block;
  cursor: pointer;
  line-height: 24px;
  height: 24px;
}
.fs-header .fs-user-icon .anticon-ellipsis {
  position: relative;
  top: 2px;
}
.fs-header .fs-user-icon:hover {
  background: #5f89e3;
  border-radius: 4px;
}
.fs-header .fs-user-isNotice {
  padding: 0 3px 0 3px;
  margin-left: 0px;
}
.fs-header .fs-user-notice {
  margin: 0 20px 0 20px;
  padding: 3px;
}
.fs-header .fs-user-notice:hover {
  background: #5f89e3;
  border-radius: 4px;
}
.fs-header-drop {
  z-index: 1051;
}
.fs-header-drop .ant-dropdown-menu-item {
  line-height: 30px;
  font-size: 14px;
}
.fs-header-drop .unClickable {
  cursor: default;
}
.fs-header-drop .unClickable:hover {
  background-color: #fff;
}
