/** 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-quarterPicker {
  width: 120px;
  display: inline-block;
  text-align: initial;
}
.fs-quarterPicker .fs-month-picker {
  position: relative;
}
.fs-quarterPicker .fs-month-picker > .container {
  position: relative;
  box-sizing: border-box;
  z-index: 100;
  top: 1px;
  left: -10000px;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms;
}
.fs-quarterPicker .fs-month-picker > .container .cell {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.fs-quarterPicker .fs-month-picker > .container .popup {
  color: #000;
  box-shadow: 0 1px 5px #ddd;
  background-color: rgba(255, 255, 255, 0.96);
  margin: 0 auto;
  width: 20rem;
  position: absolute;
  top: 0;
  z-index: 10;
  opacity: 0;
  border-radius: 3px;
  box-sizing: content-box;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(0, -64px, 0);
}
.fs-quarterPicker .fs-month-picker > .container .popup::after {
  content: ' ';
  clear: both;
  display: table;
}
.fs-quarterPicker .fs-month-picker > .container .popup .pad {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 120px;
}
.fs-quarterPicker .fs-month-picker > .container .popup .pad:nth-of-type(2) {
  float: right;
}
.fs-quarterPicker .fs-month-picker > .container .popup .pad .fs-select-dropdown-menu-item {
  cursor: pointer;
}
.fs-quarterPicker .fs-month-picker > .container .popup .pad ul,
.fs-quarterPicker .fs-month-picker > .container .popup .pad li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fs-quarterPicker .fs-month-picker > .container .popup .pad ul {
  display: block;
  width: 100%;
}
.fs-quarterPicker .fs-month-picker > .container .popup .pad ul::after {
  content: ' ';
  clear: both;
  display: table;
}
.fs-quarterPicker .fs-month-picker > .container .popup .pad li {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  border-radius: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.fs-quarterPicker .fs-month-picker > .container .popup .pad li:hover {
  background: rgba(51, 103, 214, 0.1);
}
.fs-quarterPicker .fs-month-picker > .container .popup .pad li.active,
.fs-quarterPicker .fs-month-picker > .container .popup .pad li.active:hover {
  background-color: #3367d6;
  color: #fff;
  cursor: pointer;
}
.fs-quarterPicker .fs-month-picker > .container .popup .pad li.disable,
.fs-quarterPicker .fs-month-picker > .container .popup .pad li.disable:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.fs-quarterPicker .fs-month-picker > .container .popup.range {
  width: 120px;
}
.fs-quarterPicker .fs-month-picker > .container .popup.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
}
.fs-quarterPicker .fs-month-picker > .container .popup.range .pad {
  background-color: #fff;
  border-radius: 4px;
}
.fs-quarterPicker .fs-month-picker > .container.table {
  display: table;
}
.fs-quarterPicker .fs-month-picker > .container.show {
  left: 0;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.fs-quarterPicker .fs-month-picker > .box {
  position: relative;
  padding: 4px 11px;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 22px;
  color: #000;
  cursor: pointer;
  font-size: 12px;
}
.fs-quarterPicker .fs-month-picker > .box > .anticon-calendar {
  display: inline-block;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  transition: all 0.3s;
  user-select: none;
}
.fs-quarterPicker .fs-month-picker > .box:focus,
.fs-quarterPicker .fs-month-picker > .box:visited {
  border-color: #3367d6;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(51, 103, 214, 0.2);
}
.fs-quarterPicker .fs-month-picker > .box.noData {
  color: #999;
}
.overlay {
  user-select: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  opacity: 1;
  cursor: pointer;
  transform: translateZ(0);
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.labelContent {
  position: relative;
}
.labelContent .label {
  width: 100%;
  padding: 0px 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  display: block;
  cursor: pointer;
}
.labelContent .anticon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.labelContent .anticon:not(.disabled):hover {
  color: rgba(0, 0, 0, 0.65);
}
.labelContent .anticon.disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.labelContent .anticon-double-left {
  left: 10px;
}
.labelContent .anticon-double-right {
  right: 10px;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
  /* IE < 8 */
}
