/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
}
.fish-btn > .fishicon {
  line-height: 1;
}
.fish-btn,
.fish-btn:active,
.fish-btn:focus {
  outline: 0;
}
.fish-btn:not([disabled]):hover {
  text-decoration: none;
}
.fish-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.fish-btn[disabled] {
  cursor: not-allowed;
}
.fish-btn[disabled] > * {
  pointer-events: none;
}
.fish-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 4px;
}
.fish-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 4px;
}
.fish-btn > a:only-child {
  color: currentColor;
}
.fish-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn:hover,
.fish-btn:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: #fff;
}
.fish-btn:hover > a:only-child,
.fish-btn:focus > a:only-child {
  color: currentColor;
}
.fish-btn:hover > a:only-child::after,
.fish-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn:active {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff;
}
.fish-btn:active > a:only-child {
  color: currentColor;
}
.fish-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn[disabled],
.fish-btn[disabled]:hover,
.fish-btn[disabled]:focus,
.fish-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn[disabled] > a:only-child,
.fish-btn[disabled]:hover > a:only-child,
.fish-btn[disabled]:focus > a:only-child,
.fish-btn[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn[disabled] > a:only-child::after,
.fish-btn[disabled]:hover > a:only-child::after,
.fish-btn[disabled]:focus > a:only-child::after,
.fish-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn:hover,
.fish-btn:focus,
.fish-btn:active {
  text-decoration: none;
  background: #fff;
}
.fish-btn > span {
  display: inline-block;
}
.fish-btn-primary {
  color: #fff;
  border-color: #1890ff;
  background: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.fish-btn-primary > a:only-child {
  color: currentColor;
}
.fish-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-primary:hover,
.fish-btn-primary:focus {
  color: #fff;
  border-color: #40a9ff;
  background: #40a9ff;
}
.fish-btn-primary:hover > a:only-child,
.fish-btn-primary:focus > a:only-child {
  color: currentColor;
}
.fish-btn-primary:hover > a:only-child::after,
.fish-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-primary:active {
  color: #fff;
  border-color: #096dd9;
  background: #096dd9;
}
.fish-btn-primary:active > a:only-child {
  color: currentColor;
}
.fish-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-primary[disabled],
.fish-btn-primary[disabled]:hover,
.fish-btn-primary[disabled]:focus,
.fish-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-primary[disabled] > a:only-child,
.fish-btn-primary[disabled]:hover > a:only-child,
.fish-btn-primary[disabled]:focus > a:only-child,
.fish-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-primary[disabled] > a:only-child::after,
.fish-btn-primary[disabled]:hover > a:only-child::after,
.fish-btn-primary[disabled]:focus > a:only-child::after,
.fish-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-group .fish-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}
.fish-btn-group .fish-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.fish-btn-group .fish-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}
.fish-btn-group .fish-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.fish-btn-group .fish-btn-primary:last-child:not(:first-child),
.fish-btn-group .fish-btn-primary + .fish-btn-primary {
  border-left-color: #40a9ff;
}
.fish-btn-group .fish-btn-primary:last-child:not(:first-child)[disabled],
.fish-btn-group .fish-btn-primary + .fish-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.fish-btn-ghost {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: transparent;
}
.fish-btn-ghost > a:only-child {
  color: currentColor;
}
.fish-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-ghost:hover,
.fish-btn-ghost:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.fish-btn-ghost:hover > a:only-child,
.fish-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.fish-btn-ghost:hover > a:only-child::after,
.fish-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-ghost:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.fish-btn-ghost:active > a:only-child {
  color: currentColor;
}
.fish-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-ghost[disabled],
.fish-btn-ghost[disabled]:hover,
.fish-btn-ghost[disabled]:focus,
.fish-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-ghost[disabled] > a:only-child,
.fish-btn-ghost[disabled]:hover > a:only-child,
.fish-btn-ghost[disabled]:focus > a:only-child,
.fish-btn-ghost[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-ghost[disabled] > a:only-child::after,
.fish-btn-ghost[disabled]:hover > a:only-child::after,
.fish-btn-ghost[disabled]:focus > a:only-child::after,
.fish-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dashed {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
  border-style: dashed;
}
.fish-btn-dashed > a:only-child {
  color: currentColor;
}
.fish-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dashed:hover,
.fish-btn-dashed:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: #fff;
}
.fish-btn-dashed:hover > a:only-child,
.fish-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dashed:hover > a:only-child::after,
.fish-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dashed:active {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff;
}
.fish-btn-dashed:active > a:only-child {
  color: currentColor;
}
.fish-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dashed[disabled],
.fish-btn-dashed[disabled]:hover,
.fish-btn-dashed[disabled]:focus,
.fish-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dashed[disabled] > a:only-child,
.fish-btn-dashed[disabled]:hover > a:only-child,
.fish-btn-dashed[disabled]:focus > a:only-child,
.fish-btn-dashed[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dashed[disabled] > a:only-child::after,
.fish-btn-dashed[disabled]:hover > a:only-child::after,
.fish-btn-dashed[disabled]:focus > a:only-child::after,
.fish-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-danger {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.fish-btn-danger > a:only-child {
  color: currentColor;
}
.fish-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-danger:hover,
.fish-btn-danger:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.fish-btn-danger:hover > a:only-child,
.fish-btn-danger:focus > a:only-child {
  color: currentColor;
}
.fish-btn-danger:hover > a:only-child::after,
.fish-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-danger:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.fish-btn-danger:active > a:only-child {
  color: currentColor;
}
.fish-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-danger[disabled],
.fish-btn-danger[disabled]:hover,
.fish-btn-danger[disabled]:focus,
.fish-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-danger[disabled] > a:only-child,
.fish-btn-danger[disabled]:hover > a:only-child,
.fish-btn-danger[disabled]:focus > a:only-child,
.fish-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-danger[disabled] > a:only-child::after,
.fish-btn-danger[disabled]:hover > a:only-child::after,
.fish-btn-danger[disabled]:focus > a:only-child::after,
.fish-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-link {
  color: #1890ff;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.fish-btn-link > a:only-child {
  color: currentColor;
}
.fish-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-link:hover,
.fish-btn-link:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.fish-btn-link:hover > a:only-child,
.fish-btn-link:focus > a:only-child {
  color: currentColor;
}
.fish-btn-link:hover > a:only-child::after,
.fish-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-link:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.fish-btn-link:active > a:only-child {
  color: currentColor;
}
.fish-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-link[disabled],
.fish-btn-link[disabled]:hover,
.fish-btn-link[disabled]:focus,
.fish-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-link[disabled] > a:only-child,
.fish-btn-link[disabled]:hover > a:only-child,
.fish-btn-link[disabled]:focus > a:only-child,
.fish-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-link[disabled] > a:only-child::after,
.fish-btn-link[disabled]:hover > a:only-child::after,
.fish-btn-link[disabled]:focus > a:only-child::after,
.fish-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-link:hover {
  background: transparent;
}
.fish-btn-link:hover,
.fish-btn-link:focus,
.fish-btn-link:active {
  border-color: transparent;
}
.fish-btn-link[disabled],
.fish-btn-link[disabled]:hover,
.fish-btn-link[disabled]:focus,
.fish-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-link[disabled] > a:only-child,
.fish-btn-link[disabled]:hover > a:only-child,
.fish-btn-link[disabled]:focus > a:only-child,
.fish-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-link[disabled] > a:only-child::after,
.fish-btn-link[disabled]:hover > a:only-child::after,
.fish-btn-link[disabled]:focus > a:only-child::after,
.fish-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-text {
  color: rgba(0, 0, 0, 0.85);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.fish-btn-text > a:only-child {
  color: currentColor;
}
.fish-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-text:hover,
.fish-btn-text:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.fish-btn-text:hover > a:only-child,
.fish-btn-text:focus > a:only-child {
  color: currentColor;
}
.fish-btn-text:hover > a:only-child::after,
.fish-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-text:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.fish-btn-text:active > a:only-child {
  color: currentColor;
}
.fish-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-text[disabled],
.fish-btn-text[disabled]:hover,
.fish-btn-text[disabled]:focus,
.fish-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-text[disabled] > a:only-child,
.fish-btn-text[disabled]:hover > a:only-child,
.fish-btn-text[disabled]:focus > a:only-child,
.fish-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-text[disabled] > a:only-child::after,
.fish-btn-text[disabled]:hover > a:only-child::after,
.fish-btn-text[disabled]:focus > a:only-child::after,
.fish-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-text:hover,
.fish-btn-text:focus {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.fish-btn-text:active {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.fish-btn-text[disabled],
.fish-btn-text[disabled]:hover,
.fish-btn-text[disabled]:focus,
.fish-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-text[disabled] > a:only-child,
.fish-btn-text[disabled]:hover > a:only-child,
.fish-btn-text[disabled]:focus > a:only-child,
.fish-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-text[disabled] > a:only-child::after,
.fish-btn-text[disabled]:hover > a:only-child::after,
.fish-btn-text[disabled]:focus > a:only-child::after,
.fish-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous {
  color: #f5222d;
  border-color: #f5222d;
  background: #fff;
}
.fish-btn-dangerous > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous:hover,
.fish-btn-dangerous:focus {
  color: #ff4d4f;
  border-color: #ff4d4f;
  background: #fff;
}
.fish-btn-dangerous:hover > a:only-child,
.fish-btn-dangerous:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous:hover > a:only-child::after,
.fish-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous:active {
  color: #cf1322;
  border-color: #cf1322;
  background: #fff;
}
.fish-btn-dangerous:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous[disabled],
.fish-btn-dangerous[disabled]:hover,
.fish-btn-dangerous[disabled]:focus,
.fish-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dangerous[disabled] > a:only-child,
.fish-btn-dangerous[disabled]:hover > a:only-child,
.fish-btn-dangerous[disabled]:focus > a:only-child,
.fish-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous[disabled] > a:only-child::after,
.fish-btn-dangerous[disabled]:hover > a:only-child::after,
.fish-btn-dangerous[disabled]:focus > a:only-child::after,
.fish-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-primary {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.fish-btn-dangerous.fish-btn-primary > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-primary:hover,
.fish-btn-dangerous.fish-btn-primary:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.fish-btn-dangerous.fish-btn-primary:hover > a:only-child,
.fish-btn-dangerous.fish-btn-primary:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-primary:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-primary:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.fish-btn-dangerous.fish-btn-primary:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-primary[disabled],
.fish-btn-dangerous.fish-btn-primary[disabled]:hover,
.fish-btn-dangerous.fish-btn-primary[disabled]:focus,
.fish-btn-dangerous.fish-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-primary[disabled] > a:only-child,
.fish-btn-dangerous.fish-btn-primary[disabled]:hover > a:only-child,
.fish-btn-dangerous.fish-btn-primary[disabled]:focus > a:only-child,
.fish-btn-dangerous.fish-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-primary[disabled] > a:only-child::after,
.fish-btn-dangerous.fish-btn-primary[disabled]:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-primary[disabled]:focus > a:only-child::after,
.fish-btn-dangerous.fish-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link {
  color: #f5222d;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-link > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link:hover,
.fish-btn-dangerous.fish-btn-link:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.fish-btn-dangerous.fish-btn-link:hover > a:only-child,
.fish-btn-dangerous.fish-btn-link:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.fish-btn-dangerous.fish-btn-link:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link[disabled],
.fish-btn-dangerous.fish-btn-link[disabled]:hover,
.fish-btn-dangerous.fish-btn-link[disabled]:focus,
.fish-btn-dangerous.fish-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-link[disabled] > a:only-child,
.fish-btn-dangerous.fish-btn-link[disabled]:hover > a:only-child,
.fish-btn-dangerous.fish-btn-link[disabled]:focus > a:only-child,
.fish-btn-dangerous.fish-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link[disabled] > a:only-child::after,
.fish-btn-dangerous.fish-btn-link[disabled]:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-link[disabled]:focus > a:only-child::after,
.fish-btn-dangerous.fish-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link:hover,
.fish-btn-dangerous.fish-btn-link:focus {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
}
.fish-btn-dangerous.fish-btn-link:hover > a:only-child,
.fish-btn-dangerous.fish-btn-link:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link:active {
  color: #cf1322;
  border-color: transparent;
  background: transparent;
}
.fish-btn-dangerous.fish-btn-link:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link[disabled],
.fish-btn-dangerous.fish-btn-link[disabled]:hover,
.fish-btn-dangerous.fish-btn-link[disabled]:focus,
.fish-btn-dangerous.fish-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-link[disabled] > a:only-child,
.fish-btn-dangerous.fish-btn-link[disabled]:hover > a:only-child,
.fish-btn-dangerous.fish-btn-link[disabled]:focus > a:only-child,
.fish-btn-dangerous.fish-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link[disabled] > a:only-child::after,
.fish-btn-dangerous.fish-btn-link[disabled]:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-link[disabled]:focus > a:only-child::after,
.fish-btn-dangerous.fish-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text {
  color: #f5222d;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-text > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text:hover,
.fish-btn-dangerous.fish-btn-text:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.fish-btn-dangerous.fish-btn-text:hover > a:only-child,
.fish-btn-dangerous.fish-btn-text:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.fish-btn-dangerous.fish-btn-text:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text[disabled],
.fish-btn-dangerous.fish-btn-text[disabled]:hover,
.fish-btn-dangerous.fish-btn-text[disabled]:focus,
.fish-btn-dangerous.fish-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-text[disabled] > a:only-child,
.fish-btn-dangerous.fish-btn-text[disabled]:hover > a:only-child,
.fish-btn-dangerous.fish-btn-text[disabled]:focus > a:only-child,
.fish-btn-dangerous.fish-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text[disabled] > a:only-child::after,
.fish-btn-dangerous.fish-btn-text[disabled]:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-text[disabled]:focus > a:only-child::after,
.fish-btn-dangerous.fish-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text:hover,
.fish-btn-dangerous.fish-btn-text:focus {
  color: #ff4d4f;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}
.fish-btn-dangerous.fish-btn-text:hover > a:only-child,
.fish-btn-dangerous.fish-btn-text:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text:active {
  color: #cf1322;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.028);
}
.fish-btn-dangerous.fish-btn-text:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text[disabled],
.fish-btn-dangerous.fish-btn-text[disabled]:hover,
.fish-btn-dangerous.fish-btn-text[disabled]:focus,
.fish-btn-dangerous.fish-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-text[disabled] > a:only-child,
.fish-btn-dangerous.fish-btn-text[disabled]:hover > a:only-child,
.fish-btn-dangerous.fish-btn-text[disabled]:focus > a:only-child,
.fish-btn-dangerous.fish-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text[disabled] > a:only-child::after,
.fish-btn-dangerous.fish-btn-text[disabled]:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-text[disabled]:focus > a:only-child::after,
.fish-btn-dangerous.fish-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 4px;
  vertical-align: -3px;
}
.fish-btn-icon-only > * {
  font-size: 16px;
}
.fish-btn-icon-only.fish-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 4px;
}
.fish-btn-icon-only.fish-btn-lg > * {
  font-size: 18px;
}
.fish-btn-icon-only.fish-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 4px;
}
.fish-btn-icon-only.fish-btn-sm > * {
  font-size: 14px;
}
.fish-btn-icon-only > .fishicon {
  display: flex;
  justify-content: center;
}
a.fish-btn-icon-only {
  vertical-align: -1px;
}
a.fish-btn-icon-only > .fishicon {
  display: inline;
}
.fish-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}
.fish-btn-round.fish-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}
.fish-btn-round.fish-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}
.fish-btn-round.fish-btn-icon-only {
  width: auto;
}
.fish-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.fish-btn-circle.fish-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.fish-btn-circle.fish-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.fish-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.fish-btn .fishicon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fish-btn .fishicon.fishicon-plus > svg,
.fish-btn .fishicon.fishicon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.fish-btn.fish-btn-loading {
  position: relative;
  cursor: default;
}
.fish-btn.fish-btn-loading::before {
  display: block;
}
.fish-btn > .fish-btn-loading-icon {
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fish-btn > .fish-btn-loading-icon .fishicon {
  padding-right: 8px;
  animation: none;
}
.fish-btn > .fish-btn-loading-icon .fishicon svg {
  animation: loadingCircle 1s infinite linear;
}
.fish-btn > .fish-btn-loading-icon:only-child .fishicon {
  padding-right: 0;
}
.fish-btn-group {
  position: relative;
  display: inline-flex;
}
.fish-btn-group > .fish-btn,
.fish-btn-group > span > .fish-btn {
  position: relative;
}
.fish-btn-group > .fish-btn:hover,
.fish-btn-group > span > .fish-btn:hover,
.fish-btn-group > .fish-btn:focus,
.fish-btn-group > span > .fish-btn:focus,
.fish-btn-group > .fish-btn:active,
.fish-btn-group > span > .fish-btn:active {
  z-index: 2;
}
.fish-btn-group > .fish-btn[disabled],
.fish-btn-group > span > .fish-btn[disabled] {
  z-index: 0;
}
.fish-btn-group .fish-btn-icon-only {
  font-size: 14px;
}
.fish-btn-group-lg > .fish-btn,
.fish-btn-group-lg > span > .fish-btn {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 0;
}
.fish-btn-group-lg .fish-btn.fish-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.fish-btn-group-sm > .fish-btn,
.fish-btn-group-sm > span > .fish-btn {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 0;
}
.fish-btn-group-sm > .fish-btn > .fishicon,
.fish-btn-group-sm > span > .fish-btn > .fishicon {
  font-size: 14px;
}
.fish-btn-group-sm .fish-btn.fish-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.fish-btn-group .fish-btn + .fish-btn,
.fish-btn + .fish-btn-group,
.fish-btn-group span + .fish-btn,
.fish-btn-group .fish-btn + span,
.fish-btn-group > span + span,
.fish-btn-group + .fish-btn,
.fish-btn-group + .fish-btn-group {
  margin-left: -1px;
}
.fish-btn-group .fish-btn-primary + .fish-btn:not(.fish-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.fish-btn-group .fish-btn {
  border-radius: 0;
}
.fish-btn-group > .fish-btn:first-child,
.fish-btn-group > span:first-child > .fish-btn {
  margin-left: 0;
}
.fish-btn-group > .fish-btn:only-child {
  border-radius: 4px;
}
.fish-btn-group > span:only-child > .fish-btn {
  border-radius: 4px;
}
.fish-btn-group > .fish-btn:first-child:not(:last-child),
.fish-btn-group > span:first-child:not(:last-child) > .fish-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fish-btn-group > .fish-btn:last-child:not(:first-child),
.fish-btn-group > span:last-child:not(:first-child) > .fish-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fish-btn-group-sm > .fish-btn:only-child {
  border-radius: 4px;
}
.fish-btn-group-sm > span:only-child > .fish-btn {
  border-radius: 4px;
}
.fish-btn-group-sm > .fish-btn:first-child:not(:last-child),
.fish-btn-group-sm > span:first-child:not(:last-child) > .fish-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fish-btn-group-sm > .fish-btn:last-child:not(:first-child),
.fish-btn-group-sm > span:last-child:not(:first-child) > .fish-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fish-btn-group > .fish-btn-group {
  float: left;
}
.fish-btn-group > .fish-btn-group:not(:first-child):not(:last-child) > .fish-btn {
  border-radius: 0;
}
.fish-btn-group > .fish-btn-group:first-child:not(:last-child) > .fish-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fish-btn-group > .fish-btn-group:last-child:not(:first-child) > .fish-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fish-btn-rtl.fish-btn-group .fish-btn + .fish-btn,
.fish-btn-rtl.fish-btn + .fish-btn-group,
.fish-btn-rtl.fish-btn-group span + .fish-btn,
.fish-btn-rtl.fish-btn-group .fish-btn + span,
.fish-btn-rtl.fish-btn-group > span + span,
.fish-btn-rtl.fish-btn-group + .fish-btn,
.fish-btn-rtl.fish-btn-group + .fish-btn-group,
.fish-btn-group-rtl.fish-btn-group .fish-btn + .fish-btn,
.fish-btn-group-rtl.fish-btn + .fish-btn-group,
.fish-btn-group-rtl.fish-btn-group span + .fish-btn,
.fish-btn-group-rtl.fish-btn-group .fish-btn + span,
.fish-btn-group-rtl.fish-btn-group > span + span,
.fish-btn-group-rtl.fish-btn-group + .fish-btn,
.fish-btn-group-rtl.fish-btn-group + .fish-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.fish-btn-group.fish-btn-group-rtl {
  direction: rtl;
}
.fish-btn-group-rtl.fish-btn-group > .fish-btn:first-child:not(:last-child),
.fish-btn-group-rtl.fish-btn-group > span:first-child:not(:last-child) > .fish-btn {
  border-radius: 0 4px 4px 0;
}
.fish-btn-group-rtl.fish-btn-group > .fish-btn:last-child:not(:first-child),
.fish-btn-group-rtl.fish-btn-group > span:last-child:not(:first-child) > .fish-btn {
  border-radius: 4px 0 0 4px;
}
.fish-btn-group-rtl.fish-btn-group-sm > .fish-btn:first-child:not(:last-child),
.fish-btn-group-rtl.fish-btn-group-sm > span:first-child:not(:last-child) > .fish-btn {
  border-radius: 0 4px 4px 0;
}
.fish-btn-group-rtl.fish-btn-group-sm > .fish-btn:last-child:not(:first-child),
.fish-btn-group-rtl.fish-btn-group-sm > span:last-child:not(:first-child) > .fish-btn {
  border-radius: 4px 0 0 4px;
}
.fish-btn:focus > span,
.fish-btn:active > span {
  position: relative;
}
.fish-btn > .fishicon + span,
.fish-btn > span + .fishicon {
  margin-left: 8px;
}
.fish-btn.fish-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.fish-btn.fish-btn-background-ghost,
.fish-btn.fish-btn-background-ghost:hover,
.fish-btn.fish-btn-background-ghost:active,
.fish-btn.fish-btn-background-ghost:focus {
  background: transparent;
}
.fish-btn.fish-btn-background-ghost:hover,
.fish-btn.fish-btn-background-ghost:focus {
  color: #40a9ff;
  border-color: #40a9ff;
}
.fish-btn.fish-btn-background-ghost:active {
  color: #096dd9;
  border-color: #096dd9;
}
.fish-btn.fish-btn-background-ghost[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: #d9d9d9;
}
.fish-btn-background-ghost.fish-btn-primary {
  color: #1890ff;
  border-color: #1890ff;
  text-shadow: none;
}
.fish-btn-background-ghost.fish-btn-primary > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-primary:hover,
.fish-btn-background-ghost.fish-btn-primary:focus {
  color: #40a9ff;
  border-color: #40a9ff;
}
.fish-btn-background-ghost.fish-btn-primary:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-primary:focus > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-primary:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-primary:active {
  color: #096dd9;
  border-color: #096dd9;
}
.fish-btn-background-ghost.fish-btn-primary:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-primary[disabled],
.fish-btn-background-ghost.fish-btn-primary[disabled]:hover,
.fish-btn-background-ghost.fish-btn-primary[disabled]:focus,
.fish-btn-background-ghost.fish-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-background-ghost.fish-btn-primary[disabled] > a:only-child,
.fish-btn-background-ghost.fish-btn-primary[disabled]:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-primary[disabled]:focus > a:only-child,
.fish-btn-background-ghost.fish-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-primary[disabled] > a:only-child::after,
.fish-btn-background-ghost.fish-btn-primary[disabled]:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-primary[disabled]:focus > a:only-child::after,
.fish-btn-background-ghost.fish-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-danger {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.fish-btn-background-ghost.fish-btn-danger > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-danger:hover,
.fish-btn-background-ghost.fish-btn-danger:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.fish-btn-background-ghost.fish-btn-danger:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-danger:focus > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-danger:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-danger:active {
  color: #d9363e;
  border-color: #d9363e;
}
.fish-btn-background-ghost.fish-btn-danger:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-danger[disabled],
.fish-btn-background-ghost.fish-btn-danger[disabled]:hover,
.fish-btn-background-ghost.fish-btn-danger[disabled]:focus,
.fish-btn-background-ghost.fish-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-background-ghost.fish-btn-danger[disabled] > a:only-child,
.fish-btn-background-ghost.fish-btn-danger[disabled]:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-danger[disabled]:focus > a:only-child,
.fish-btn-background-ghost.fish-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-danger[disabled] > a:only-child::after,
.fish-btn-background-ghost.fish-btn-danger[disabled]:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-danger[disabled]:focus > a:only-child::after,
.fish-btn-background-ghost.fish-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.fish-btn-background-ghost.fish-btn-dangerous > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous:hover,
.fish-btn-background-ghost.fish-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.fish-btn-background-ghost.fish-btn-dangerous:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous:focus > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
}
.fish-btn-background-ghost.fish-btn-dangerous:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous[disabled],
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:hover,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:focus,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-background-ghost.fish-btn-dangerous[disabled] > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:focus > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous[disabled] > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:focus > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  text-shadow: none;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:hover,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:focus > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:active {
  color: #d9363e;
  border-color: transparent;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled],
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:hover,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:focus,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled] > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:focus > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled] > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:focus > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.fish-btn-two-chinese-chars > *:not(.fishicon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.fish-btn-block {
  width: 100%;
}
.fish-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
a.fish-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}
a.fish-btn-lg {
  line-height: 38px;
}
a.fish-btn-sm {
  line-height: 22px;
}
.fish-btn-rtl {
  direction: rtl;
}
.fish-btn-group-rtl.fish-btn-group .fish-btn-primary:last-child:not(:first-child),
.fish-btn-group-rtl.fish-btn-group .fish-btn-primary + .fish-btn-primary {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}
.fish-btn-group-rtl.fish-btn-group .fish-btn-primary:last-child:not(:first-child)[disabled],
.fish-btn-group-rtl.fish-btn-group .fish-btn-primary + .fish-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #40a9ff;
}
.fish-btn-rtl.fish-btn > .fish-btn-loading-icon .fishicon {
  padding-right: 0;
  padding-left: 8px;
}
.fish-btn > .fish-btn-loading-icon:only-child .fishicon {
  padding-right: 0;
  padding-left: 0;
}
.fish-btn-rtl.fish-btn > .fishicon + span,
.fish-btn-rtl.fish-btn > span + .fishicon {
  margin-right: 8px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.fish-modal.fish-zoom-enter,
.fish-modal.fishzoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.fish-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.fish-modal-mask-hidden {
  display: none;
}
.fish-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.fish-modal-wrap {
  z-index: 1000;
}
.fish-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.fish-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}
.fish-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.fish-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.fish-modal-close:focus,
.fish-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.fish-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.fish-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.fish-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.fish-modal-footer .fish-btn + .fish-btn:not(.fish-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}
.fish-modal-open {
  overflow: hidden;
}
.fish-modal-centered {
  text-align: center;
}
.fish-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.fish-modal-centered .fish-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .fish-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .fish-modal-centered .fish-modal {
    flex: 1;
  }
}
.fish-modal-confirm .fish-modal-header {
  display: none;
}
.fish-modal-confirm .fish-modal-body {
  padding: 32px 32px 24px;
}
.fish-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.fish-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.fish-modal-confirm-body .fish-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.fish-modal-confirm-body .fish-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.fish-modal-confirm-body > .fishicon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.fish-modal-confirm-body > .fishicon + .fish-modal-confirm-title + .fish-modal-confirm-content {
  margin-left: 38px;
}
.fish-modal-confirm .fish-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}
.fish-modal-confirm .fish-modal-confirm-btns .fish-btn + .fish-btn {
  margin-bottom: 0;
  margin-left: 8px;
}
.fish-modal-confirm-error .fish-modal-confirm-body > .fishicon {
  color: #f5222d;
}
.fish-modal-confirm-warning .fish-modal-confirm-body > .fishicon,
.fish-modal-confirm-confirm .fish-modal-confirm-body > .fishicon {
  color: #faad14;
}
.fish-modal-confirm-info .fish-modal-confirm-body > .fishicon {
  color: #1890ff;
}
.fish-modal-confirm-success .fish-modal-confirm-body > .fishicon {
  color: #52c41a;
}
.fish-modal-wrap-rtl {
  direction: rtl;
}
.fish-modal-wrap-rtl .fish-modal-close {
  right: initial;
  left: 0;
}
.fish-modal-wrap-rtl .fish-modal-footer {
  text-align: left;
}
.fish-modal-wrap-rtl .fish-modal-footer .fish-btn + .fish-btn {
  margin-right: 8px;
  margin-left: 0;
}
.fish-modal-wrap-rtl .fish-modal-confirm-body {
  direction: rtl;
}
.fish-modal-wrap-rtl .fish-modal-confirm-body > .fishicon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.fish-modal-wrap-rtl .fish-modal-confirm-body > .fishicon + .fish-modal-confirm-title + .fish-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}
.fish-modal-wrap-rtl .fish-modal-confirm-btns {
  float: left;
}
.fish-modal-wrap-rtl .fish-modal-confirm-btns .fish-btn + .fish-btn {
  margin-right: 8px;
  margin-left: 0;
}
.fish-modal-wrap-rtl.fish-modal-centered .fish-modal {
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[class^=fish-]::-ms-clear,
[class*= fish-]::-ms-clear,
[class^=fish-] input::-ms-clear,
[class*= fish-] input::-ms-clear,
[class^=fish-] input::-ms-reveal,
[class*= fish-] input::-ms-reveal {
  display: none;
}
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.fishicon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fishicon > * {
  line-height: 1;
}
.fishicon svg {
  display: inline-block;
}
.fishicon::before {
  display: none;
}
.fishicon .fishicon-icon {
  display: block;
}
.fishicon[tabindex] {
  cursor: pointer;
}
.fishicon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fishicon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fish-fade-enter,
.fish-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-fade-enter.fish-fade-enter-active,
.fish-fade-appear.fish-fade-appear-active {
  animation-name: fishFadeIn;
  animation-play-state: running;
}
.fish-fade-leave.fish-fade-leave-active {
  animation-name: fishFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-fade-enter,
.fish-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fish-fade-leave {
  animation-timing-function: linear;
}
@keyframes fishFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fishFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fish-move-up-enter,
.fish-move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-up-enter.fish-move-up-enter-active,
.fish-move-up-appear.fish-move-up-appear-active {
  animation-name: fishMoveUpIn;
  animation-play-state: running;
}
.fish-move-up-leave.fish-move-up-leave-active {
  animation-name: fishMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-move-up-enter,
.fish-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.fish-move-down-enter,
.fish-move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-down-enter.fish-move-down-enter-active,
.fish-move-down-appear.fish-move-down-appear-active {
  animation-name: fishMoveDownIn;
  animation-play-state: running;
}
.fish-move-down-leave.fish-move-down-leave-active {
  animation-name: fishMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-move-down-enter,
.fish-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.fish-move-left-enter,
.fish-move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-left-enter.fish-move-left-enter-active,
.fish-move-left-appear.fish-move-left-appear-active {
  animation-name: fishMoveLeftIn;
  animation-play-state: running;
}
.fish-move-left-leave.fish-move-left-leave-active {
  animation-name: fishMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-move-left-enter,
.fish-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.fish-move-right-enter,
.fish-move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-right-enter.fish-move-right-enter-active,
.fish-move-right-appear.fish-move-right-appear-active {
  animation-name: fishMoveRightIn;
  animation-play-state: running;
}
.fish-move-right-leave.fish-move-right-leave-active {
  animation-name: fishMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-move-right-enter,
.fish-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes fishMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes fishMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes fishMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes fishMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes fishMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes fishMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes fishMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes fishMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[fish-click-animating='true'],
[fish-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --fish-wave-shadow-color: #1890ff;
  --scroll-bar: 0;
}
[fish-click-animating-without-extra-node='true']::after,
.fish-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--fish-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--fish-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.fish-slide-up-enter,
.fish-slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-up-enter.fish-slide-up-enter-active,
.fish-slide-up-appear.fish-slide-up-appear-active {
  animation-name: fishSlideUpIn;
  animation-play-state: running;
}
.fish-slide-up-leave.fish-slide-up-leave-active {
  animation-name: fishSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-slide-up-enter,
.fish-slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fish-slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.fish-slide-down-enter,
.fish-slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-down-enter.fish-slide-down-enter-active,
.fish-slide-down-appear.fish-slide-down-appear-active {
  animation-name: fishSlideDownIn;
  animation-play-state: running;
}
.fish-slide-down-leave.fish-slide-down-leave-active {
  animation-name: fishSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-slide-down-enter,
.fish-slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fish-slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.fish-slide-left-enter,
.fish-slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-left-enter.fish-slide-left-enter-active,
.fish-slide-left-appear.fish-slide-left-appear-active {
  animation-name: fishSlideLeftIn;
  animation-play-state: running;
}
.fish-slide-left-leave.fish-slide-left-leave-active {
  animation-name: fishSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-slide-left-enter,
.fish-slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fish-slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.fish-slide-right-enter,
.fish-slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-right-enter.fish-slide-right-enter-active,
.fish-slide-right-appear.fish-slide-right-appear-active {
  animation-name: fishSlideRightIn;
  animation-play-state: running;
}
.fish-slide-right-leave.fish-slide-right-leave-active {
  animation-name: fishSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-slide-right-enter,
.fish-slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fish-slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes fishSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes fishSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes fishSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes fishSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes fishSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes fishSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes fishSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes fishSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.fish-zoom-enter,
.fish-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-enter.fish-zoom-enter-active,
.fish-zoom-appear.fish-zoom-appear-active {
  animation-name: fishZoomIn;
  animation-play-state: running;
}
.fish-zoom-leave.fish-zoom-leave-active {
  animation-name: fishZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-enter,
.fish-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-enter-prepare,
.fish-zoom-appear-prepare {
  transform: none;
}
.fish-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fish-zoom-big-enter,
.fish-zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-big-enter.fish-zoom-big-enter-active,
.fish-zoom-big-appear.fish-zoom-big-appear-active {
  animation-name: fishZoomBigIn;
  animation-play-state: running;
}
.fish-zoom-big-leave.fish-zoom-big-leave-active {
  animation-name: fishZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-big-enter,
.fish-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-big-enter-prepare,
.fish-zoom-big-appear-prepare {
  transform: none;
}
.fish-zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fish-zoom-big-fast-enter,
.fish-zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-big-fast-enter.fish-zoom-big-fast-enter-active,
.fish-zoom-big-fast-appear.fish-zoom-big-fast-appear-active {
  animation-name: fishZoomBigIn;
  animation-play-state: running;
}
.fish-zoom-big-fast-leave.fish-zoom-big-fast-leave-active {
  animation-name: fishZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-big-fast-enter,
.fish-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-big-fast-enter-prepare,
.fish-zoom-big-fast-appear-prepare {
  transform: none;
}
.fish-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fish-zoom-up-enter,
.fish-zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-up-enter.fish-zoom-up-enter-active,
.fish-zoom-up-appear.fish-zoom-up-appear-active {
  animation-name: fishZoomUpIn;
  animation-play-state: running;
}
.fish-zoom-up-leave.fish-zoom-up-leave-active {
  animation-name: fishZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-up-enter,
.fish-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-up-enter-prepare,
.fish-zoom-up-appear-prepare {
  transform: none;
}
.fish-zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fish-zoom-down-enter,
.fish-zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-down-enter.fish-zoom-down-enter-active,
.fish-zoom-down-appear.fish-zoom-down-appear-active {
  animation-name: fishZoomDownIn;
  animation-play-state: running;
}
.fish-zoom-down-leave.fish-zoom-down-leave-active {
  animation-name: fishZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-down-enter,
.fish-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-down-enter-prepare,
.fish-zoom-down-appear-prepare {
  transform: none;
}
.fish-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fish-zoom-left-enter,
.fish-zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-left-enter.fish-zoom-left-enter-active,
.fish-zoom-left-appear.fish-zoom-left-appear-active {
  animation-name: fishZoomLeftIn;
  animation-play-state: running;
}
.fish-zoom-left-leave.fish-zoom-left-leave-active {
  animation-name: fishZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-left-enter,
.fish-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-left-enter-prepare,
.fish-zoom-left-appear-prepare {
  transform: none;
}
.fish-zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fish-zoom-right-enter,
.fish-zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-right-enter.fish-zoom-right-enter-active,
.fish-zoom-right-appear.fish-zoom-right-appear-active {
  animation-name: fishZoomRightIn;
  animation-play-state: running;
}
.fish-zoom-right-leave.fish-zoom-right-leave-active {
  animation-name: fishZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-right-enter,
.fish-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-right-enter-prepare,
.fish-zoom-right-appear-prepare {
  transform: none;
}
.fish-zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes fishZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fishZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes fishZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fishZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes fishZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes fishZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes fishZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes fishZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes fishZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes fishZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes fishZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes fishZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.fish-motion-collapse-legacy {
  overflow: hidden;
}
.fish-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.fish-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
}
.fish-btn > .fishicon {
  line-height: 1;
}
.fish-btn,
.fish-btn:active,
.fish-btn:focus {
  outline: 0;
}
.fish-btn:not([disabled]):hover {
  text-decoration: none;
}
.fish-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.fish-btn[disabled] {
  cursor: not-allowed;
}
.fish-btn[disabled] > * {
  pointer-events: none;
}
.fish-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 4px;
}
.fish-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 4px;
}
.fish-btn > a:only-child {
  color: currentColor;
}
.fish-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn:hover,
.fish-btn:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: #fff;
}
.fish-btn:hover > a:only-child,
.fish-btn:focus > a:only-child {
  color: currentColor;
}
.fish-btn:hover > a:only-child::after,
.fish-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn:active {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff;
}
.fish-btn:active > a:only-child {
  color: currentColor;
}
.fish-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn[disabled],
.fish-btn[disabled]:hover,
.fish-btn[disabled]:focus,
.fish-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn[disabled] > a:only-child,
.fish-btn[disabled]:hover > a:only-child,
.fish-btn[disabled]:focus > a:only-child,
.fish-btn[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn[disabled] > a:only-child::after,
.fish-btn[disabled]:hover > a:only-child::after,
.fish-btn[disabled]:focus > a:only-child::after,
.fish-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn:hover,
.fish-btn:focus,
.fish-btn:active {
  text-decoration: none;
  background: #fff;
}
.fish-btn > span {
  display: inline-block;
}
.fish-btn-primary {
  color: #fff;
  border-color: #1890ff;
  background: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.fish-btn-primary > a:only-child {
  color: currentColor;
}
.fish-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-primary:hover,
.fish-btn-primary:focus {
  color: #fff;
  border-color: #40a9ff;
  background: #40a9ff;
}
.fish-btn-primary:hover > a:only-child,
.fish-btn-primary:focus > a:only-child {
  color: currentColor;
}
.fish-btn-primary:hover > a:only-child::after,
.fish-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-primary:active {
  color: #fff;
  border-color: #096dd9;
  background: #096dd9;
}
.fish-btn-primary:active > a:only-child {
  color: currentColor;
}
.fish-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-primary[disabled],
.fish-btn-primary[disabled]:hover,
.fish-btn-primary[disabled]:focus,
.fish-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-primary[disabled] > a:only-child,
.fish-btn-primary[disabled]:hover > a:only-child,
.fish-btn-primary[disabled]:focus > a:only-child,
.fish-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-primary[disabled] > a:only-child::after,
.fish-btn-primary[disabled]:hover > a:only-child::after,
.fish-btn-primary[disabled]:focus > a:only-child::after,
.fish-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-group .fish-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}
.fish-btn-group .fish-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.fish-btn-group .fish-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}
.fish-btn-group .fish-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.fish-btn-group .fish-btn-primary:last-child:not(:first-child),
.fish-btn-group .fish-btn-primary + .fish-btn-primary {
  border-left-color: #40a9ff;
}
.fish-btn-group .fish-btn-primary:last-child:not(:first-child)[disabled],
.fish-btn-group .fish-btn-primary + .fish-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.fish-btn-ghost {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: transparent;
}
.fish-btn-ghost > a:only-child {
  color: currentColor;
}
.fish-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-ghost:hover,
.fish-btn-ghost:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.fish-btn-ghost:hover > a:only-child,
.fish-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.fish-btn-ghost:hover > a:only-child::after,
.fish-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-ghost:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.fish-btn-ghost:active > a:only-child {
  color: currentColor;
}
.fish-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-ghost[disabled],
.fish-btn-ghost[disabled]:hover,
.fish-btn-ghost[disabled]:focus,
.fish-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-ghost[disabled] > a:only-child,
.fish-btn-ghost[disabled]:hover > a:only-child,
.fish-btn-ghost[disabled]:focus > a:only-child,
.fish-btn-ghost[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-ghost[disabled] > a:only-child::after,
.fish-btn-ghost[disabled]:hover > a:only-child::after,
.fish-btn-ghost[disabled]:focus > a:only-child::after,
.fish-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dashed {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
  border-style: dashed;
}
.fish-btn-dashed > a:only-child {
  color: currentColor;
}
.fish-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dashed:hover,
.fish-btn-dashed:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: #fff;
}
.fish-btn-dashed:hover > a:only-child,
.fish-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dashed:hover > a:only-child::after,
.fish-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dashed:active {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff;
}
.fish-btn-dashed:active > a:only-child {
  color: currentColor;
}
.fish-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dashed[disabled],
.fish-btn-dashed[disabled]:hover,
.fish-btn-dashed[disabled]:focus,
.fish-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dashed[disabled] > a:only-child,
.fish-btn-dashed[disabled]:hover > a:only-child,
.fish-btn-dashed[disabled]:focus > a:only-child,
.fish-btn-dashed[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dashed[disabled] > a:only-child::after,
.fish-btn-dashed[disabled]:hover > a:only-child::after,
.fish-btn-dashed[disabled]:focus > a:only-child::after,
.fish-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-danger {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.fish-btn-danger > a:only-child {
  color: currentColor;
}
.fish-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-danger:hover,
.fish-btn-danger:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.fish-btn-danger:hover > a:only-child,
.fish-btn-danger:focus > a:only-child {
  color: currentColor;
}
.fish-btn-danger:hover > a:only-child::after,
.fish-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-danger:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.fish-btn-danger:active > a:only-child {
  color: currentColor;
}
.fish-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-danger[disabled],
.fish-btn-danger[disabled]:hover,
.fish-btn-danger[disabled]:focus,
.fish-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-danger[disabled] > a:only-child,
.fish-btn-danger[disabled]:hover > a:only-child,
.fish-btn-danger[disabled]:focus > a:only-child,
.fish-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-danger[disabled] > a:only-child::after,
.fish-btn-danger[disabled]:hover > a:only-child::after,
.fish-btn-danger[disabled]:focus > a:only-child::after,
.fish-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-link {
  color: #1890ff;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.fish-btn-link > a:only-child {
  color: currentColor;
}
.fish-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-link:hover,
.fish-btn-link:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.fish-btn-link:hover > a:only-child,
.fish-btn-link:focus > a:only-child {
  color: currentColor;
}
.fish-btn-link:hover > a:only-child::after,
.fish-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-link:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.fish-btn-link:active > a:only-child {
  color: currentColor;
}
.fish-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-link[disabled],
.fish-btn-link[disabled]:hover,
.fish-btn-link[disabled]:focus,
.fish-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-link[disabled] > a:only-child,
.fish-btn-link[disabled]:hover > a:only-child,
.fish-btn-link[disabled]:focus > a:only-child,
.fish-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-link[disabled] > a:only-child::after,
.fish-btn-link[disabled]:hover > a:only-child::after,
.fish-btn-link[disabled]:focus > a:only-child::after,
.fish-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-link:hover {
  background: transparent;
}
.fish-btn-link:hover,
.fish-btn-link:focus,
.fish-btn-link:active {
  border-color: transparent;
}
.fish-btn-link[disabled],
.fish-btn-link[disabled]:hover,
.fish-btn-link[disabled]:focus,
.fish-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-link[disabled] > a:only-child,
.fish-btn-link[disabled]:hover > a:only-child,
.fish-btn-link[disabled]:focus > a:only-child,
.fish-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-link[disabled] > a:only-child::after,
.fish-btn-link[disabled]:hover > a:only-child::after,
.fish-btn-link[disabled]:focus > a:only-child::after,
.fish-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-text {
  color: rgba(0, 0, 0, 0.85);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.fish-btn-text > a:only-child {
  color: currentColor;
}
.fish-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-text:hover,
.fish-btn-text:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.fish-btn-text:hover > a:only-child,
.fish-btn-text:focus > a:only-child {
  color: currentColor;
}
.fish-btn-text:hover > a:only-child::after,
.fish-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-text:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.fish-btn-text:active > a:only-child {
  color: currentColor;
}
.fish-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-text[disabled],
.fish-btn-text[disabled]:hover,
.fish-btn-text[disabled]:focus,
.fish-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-text[disabled] > a:only-child,
.fish-btn-text[disabled]:hover > a:only-child,
.fish-btn-text[disabled]:focus > a:only-child,
.fish-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-text[disabled] > a:only-child::after,
.fish-btn-text[disabled]:hover > a:only-child::after,
.fish-btn-text[disabled]:focus > a:only-child::after,
.fish-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-text:hover,
.fish-btn-text:focus {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.fish-btn-text:active {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.fish-btn-text[disabled],
.fish-btn-text[disabled]:hover,
.fish-btn-text[disabled]:focus,
.fish-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-text[disabled] > a:only-child,
.fish-btn-text[disabled]:hover > a:only-child,
.fish-btn-text[disabled]:focus > a:only-child,
.fish-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-text[disabled] > a:only-child::after,
.fish-btn-text[disabled]:hover > a:only-child::after,
.fish-btn-text[disabled]:focus > a:only-child::after,
.fish-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous {
  color: #f5222d;
  border-color: #f5222d;
  background: #fff;
}
.fish-btn-dangerous > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous:hover,
.fish-btn-dangerous:focus {
  color: #ff4d4f;
  border-color: #ff4d4f;
  background: #fff;
}
.fish-btn-dangerous:hover > a:only-child,
.fish-btn-dangerous:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous:hover > a:only-child::after,
.fish-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous:active {
  color: #cf1322;
  border-color: #cf1322;
  background: #fff;
}
.fish-btn-dangerous:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous[disabled],
.fish-btn-dangerous[disabled]:hover,
.fish-btn-dangerous[disabled]:focus,
.fish-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dangerous[disabled] > a:only-child,
.fish-btn-dangerous[disabled]:hover > a:only-child,
.fish-btn-dangerous[disabled]:focus > a:only-child,
.fish-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous[disabled] > a:only-child::after,
.fish-btn-dangerous[disabled]:hover > a:only-child::after,
.fish-btn-dangerous[disabled]:focus > a:only-child::after,
.fish-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-primary {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.fish-btn-dangerous.fish-btn-primary > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-primary:hover,
.fish-btn-dangerous.fish-btn-primary:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.fish-btn-dangerous.fish-btn-primary:hover > a:only-child,
.fish-btn-dangerous.fish-btn-primary:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-primary:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-primary:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.fish-btn-dangerous.fish-btn-primary:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-primary[disabled],
.fish-btn-dangerous.fish-btn-primary[disabled]:hover,
.fish-btn-dangerous.fish-btn-primary[disabled]:focus,
.fish-btn-dangerous.fish-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-primary[disabled] > a:only-child,
.fish-btn-dangerous.fish-btn-primary[disabled]:hover > a:only-child,
.fish-btn-dangerous.fish-btn-primary[disabled]:focus > a:only-child,
.fish-btn-dangerous.fish-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-primary[disabled] > a:only-child::after,
.fish-btn-dangerous.fish-btn-primary[disabled]:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-primary[disabled]:focus > a:only-child::after,
.fish-btn-dangerous.fish-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link {
  color: #f5222d;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-link > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link:hover,
.fish-btn-dangerous.fish-btn-link:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.fish-btn-dangerous.fish-btn-link:hover > a:only-child,
.fish-btn-dangerous.fish-btn-link:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.fish-btn-dangerous.fish-btn-link:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link[disabled],
.fish-btn-dangerous.fish-btn-link[disabled]:hover,
.fish-btn-dangerous.fish-btn-link[disabled]:focus,
.fish-btn-dangerous.fish-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-link[disabled] > a:only-child,
.fish-btn-dangerous.fish-btn-link[disabled]:hover > a:only-child,
.fish-btn-dangerous.fish-btn-link[disabled]:focus > a:only-child,
.fish-btn-dangerous.fish-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link[disabled] > a:only-child::after,
.fish-btn-dangerous.fish-btn-link[disabled]:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-link[disabled]:focus > a:only-child::after,
.fish-btn-dangerous.fish-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link:hover,
.fish-btn-dangerous.fish-btn-link:focus {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
}
.fish-btn-dangerous.fish-btn-link:hover > a:only-child,
.fish-btn-dangerous.fish-btn-link:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link:active {
  color: #cf1322;
  border-color: transparent;
  background: transparent;
}
.fish-btn-dangerous.fish-btn-link:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-link[disabled],
.fish-btn-dangerous.fish-btn-link[disabled]:hover,
.fish-btn-dangerous.fish-btn-link[disabled]:focus,
.fish-btn-dangerous.fish-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-link[disabled] > a:only-child,
.fish-btn-dangerous.fish-btn-link[disabled]:hover > a:only-child,
.fish-btn-dangerous.fish-btn-link[disabled]:focus > a:only-child,
.fish-btn-dangerous.fish-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-link[disabled] > a:only-child::after,
.fish-btn-dangerous.fish-btn-link[disabled]:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-link[disabled]:focus > a:only-child::after,
.fish-btn-dangerous.fish-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text {
  color: #f5222d;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-text > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text:hover,
.fish-btn-dangerous.fish-btn-text:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.fish-btn-dangerous.fish-btn-text:hover > a:only-child,
.fish-btn-dangerous.fish-btn-text:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.fish-btn-dangerous.fish-btn-text:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text[disabled],
.fish-btn-dangerous.fish-btn-text[disabled]:hover,
.fish-btn-dangerous.fish-btn-text[disabled]:focus,
.fish-btn-dangerous.fish-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-text[disabled] > a:only-child,
.fish-btn-dangerous.fish-btn-text[disabled]:hover > a:only-child,
.fish-btn-dangerous.fish-btn-text[disabled]:focus > a:only-child,
.fish-btn-dangerous.fish-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text[disabled] > a:only-child::after,
.fish-btn-dangerous.fish-btn-text[disabled]:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-text[disabled]:focus > a:only-child::after,
.fish-btn-dangerous.fish-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text:hover,
.fish-btn-dangerous.fish-btn-text:focus {
  color: #ff4d4f;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}
.fish-btn-dangerous.fish-btn-text:hover > a:only-child,
.fish-btn-dangerous.fish-btn-text:focus > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text:active {
  color: #cf1322;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.028);
}
.fish-btn-dangerous.fish-btn-text:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-dangerous.fish-btn-text[disabled],
.fish-btn-dangerous.fish-btn-text[disabled]:hover,
.fish-btn-dangerous.fish-btn-text[disabled]:focus,
.fish-btn-dangerous.fish-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-dangerous.fish-btn-text[disabled] > a:only-child,
.fish-btn-dangerous.fish-btn-text[disabled]:hover > a:only-child,
.fish-btn-dangerous.fish-btn-text[disabled]:focus > a:only-child,
.fish-btn-dangerous.fish-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-dangerous.fish-btn-text[disabled] > a:only-child::after,
.fish-btn-dangerous.fish-btn-text[disabled]:hover > a:only-child::after,
.fish-btn-dangerous.fish-btn-text[disabled]:focus > a:only-child::after,
.fish-btn-dangerous.fish-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 4px;
  vertical-align: -3px;
}
.fish-btn-icon-only > * {
  font-size: 16px;
}
.fish-btn-icon-only.fish-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 4px;
}
.fish-btn-icon-only.fish-btn-lg > * {
  font-size: 18px;
}
.fish-btn-icon-only.fish-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 4px;
}
.fish-btn-icon-only.fish-btn-sm > * {
  font-size: 14px;
}
.fish-btn-icon-only > .fishicon {
  display: flex;
  justify-content: center;
}
a.fish-btn-icon-only {
  vertical-align: -1px;
}
a.fish-btn-icon-only > .fishicon {
  display: inline;
}
.fish-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}
.fish-btn-round.fish-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}
.fish-btn-round.fish-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}
.fish-btn-round.fish-btn-icon-only {
  width: auto;
}
.fish-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.fish-btn-circle.fish-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.fish-btn-circle.fish-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.fish-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.fish-btn .fishicon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fish-btn .fishicon.fishicon-plus > svg,
.fish-btn .fishicon.fishicon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.fish-btn.fish-btn-loading {
  position: relative;
  cursor: default;
}
.fish-btn.fish-btn-loading::before {
  display: block;
}
.fish-btn > .fish-btn-loading-icon {
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fish-btn > .fish-btn-loading-icon .fishicon {
  padding-right: 8px;
  animation: none;
}
.fish-btn > .fish-btn-loading-icon .fishicon svg {
  animation: loadingCircle 1s infinite linear;
}
.fish-btn > .fish-btn-loading-icon:only-child .fishicon {
  padding-right: 0;
}
.fish-btn-group {
  position: relative;
  display: inline-flex;
}
.fish-btn-group > .fish-btn,
.fish-btn-group > span > .fish-btn {
  position: relative;
}
.fish-btn-group > .fish-btn:hover,
.fish-btn-group > span > .fish-btn:hover,
.fish-btn-group > .fish-btn:focus,
.fish-btn-group > span > .fish-btn:focus,
.fish-btn-group > .fish-btn:active,
.fish-btn-group > span > .fish-btn:active {
  z-index: 2;
}
.fish-btn-group > .fish-btn[disabled],
.fish-btn-group > span > .fish-btn[disabled] {
  z-index: 0;
}
.fish-btn-group .fish-btn-icon-only {
  font-size: 14px;
}
.fish-btn-group-lg > .fish-btn,
.fish-btn-group-lg > span > .fish-btn {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 0;
}
.fish-btn-group-lg .fish-btn.fish-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.fish-btn-group-sm > .fish-btn,
.fish-btn-group-sm > span > .fish-btn {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 0;
}
.fish-btn-group-sm > .fish-btn > .fishicon,
.fish-btn-group-sm > span > .fish-btn > .fishicon {
  font-size: 14px;
}
.fish-btn-group-sm .fish-btn.fish-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.fish-btn-group .fish-btn + .fish-btn,
.fish-btn + .fish-btn-group,
.fish-btn-group span + .fish-btn,
.fish-btn-group .fish-btn + span,
.fish-btn-group > span + span,
.fish-btn-group + .fish-btn,
.fish-btn-group + .fish-btn-group {
  margin-left: -1px;
}
.fish-btn-group .fish-btn-primary + .fish-btn:not(.fish-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.fish-btn-group .fish-btn {
  border-radius: 0;
}
.fish-btn-group > .fish-btn:first-child,
.fish-btn-group > span:first-child > .fish-btn {
  margin-left: 0;
}
.fish-btn-group > .fish-btn:only-child {
  border-radius: 4px;
}
.fish-btn-group > span:only-child > .fish-btn {
  border-radius: 4px;
}
.fish-btn-group > .fish-btn:first-child:not(:last-child),
.fish-btn-group > span:first-child:not(:last-child) > .fish-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fish-btn-group > .fish-btn:last-child:not(:first-child),
.fish-btn-group > span:last-child:not(:first-child) > .fish-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fish-btn-group-sm > .fish-btn:only-child {
  border-radius: 4px;
}
.fish-btn-group-sm > span:only-child > .fish-btn {
  border-radius: 4px;
}
.fish-btn-group-sm > .fish-btn:first-child:not(:last-child),
.fish-btn-group-sm > span:first-child:not(:last-child) > .fish-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fish-btn-group-sm > .fish-btn:last-child:not(:first-child),
.fish-btn-group-sm > span:last-child:not(:first-child) > .fish-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fish-btn-group > .fish-btn-group {
  float: left;
}
.fish-btn-group > .fish-btn-group:not(:first-child):not(:last-child) > .fish-btn {
  border-radius: 0;
}
.fish-btn-group > .fish-btn-group:first-child:not(:last-child) > .fish-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fish-btn-group > .fish-btn-group:last-child:not(:first-child) > .fish-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fish-btn-rtl.fish-btn-group .fish-btn + .fish-btn,
.fish-btn-rtl.fish-btn + .fish-btn-group,
.fish-btn-rtl.fish-btn-group span + .fish-btn,
.fish-btn-rtl.fish-btn-group .fish-btn + span,
.fish-btn-rtl.fish-btn-group > span + span,
.fish-btn-rtl.fish-btn-group + .fish-btn,
.fish-btn-rtl.fish-btn-group + .fish-btn-group,
.fish-btn-group-rtl.fish-btn-group .fish-btn + .fish-btn,
.fish-btn-group-rtl.fish-btn + .fish-btn-group,
.fish-btn-group-rtl.fish-btn-group span + .fish-btn,
.fish-btn-group-rtl.fish-btn-group .fish-btn + span,
.fish-btn-group-rtl.fish-btn-group > span + span,
.fish-btn-group-rtl.fish-btn-group + .fish-btn,
.fish-btn-group-rtl.fish-btn-group + .fish-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.fish-btn-group.fish-btn-group-rtl {
  direction: rtl;
}
.fish-btn-group-rtl.fish-btn-group > .fish-btn:first-child:not(:last-child),
.fish-btn-group-rtl.fish-btn-group > span:first-child:not(:last-child) > .fish-btn {
  border-radius: 0 4px 4px 0;
}
.fish-btn-group-rtl.fish-btn-group > .fish-btn:last-child:not(:first-child),
.fish-btn-group-rtl.fish-btn-group > span:last-child:not(:first-child) > .fish-btn {
  border-radius: 4px 0 0 4px;
}
.fish-btn-group-rtl.fish-btn-group-sm > .fish-btn:first-child:not(:last-child),
.fish-btn-group-rtl.fish-btn-group-sm > span:first-child:not(:last-child) > .fish-btn {
  border-radius: 0 4px 4px 0;
}
.fish-btn-group-rtl.fish-btn-group-sm > .fish-btn:last-child:not(:first-child),
.fish-btn-group-rtl.fish-btn-group-sm > span:last-child:not(:first-child) > .fish-btn {
  border-radius: 4px 0 0 4px;
}
.fish-btn:focus > span,
.fish-btn:active > span {
  position: relative;
}
.fish-btn > .fishicon + span,
.fish-btn > span + .fishicon {
  margin-left: 8px;
}
.fish-btn.fish-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.fish-btn.fish-btn-background-ghost,
.fish-btn.fish-btn-background-ghost:hover,
.fish-btn.fish-btn-background-ghost:active,
.fish-btn.fish-btn-background-ghost:focus {
  background: transparent;
}
.fish-btn.fish-btn-background-ghost:hover,
.fish-btn.fish-btn-background-ghost:focus {
  color: #40a9ff;
  border-color: #40a9ff;
}
.fish-btn.fish-btn-background-ghost:active {
  color: #096dd9;
  border-color: #096dd9;
}
.fish-btn.fish-btn-background-ghost[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: #d9d9d9;
}
.fish-btn-background-ghost.fish-btn-primary {
  color: #1890ff;
  border-color: #1890ff;
  text-shadow: none;
}
.fish-btn-background-ghost.fish-btn-primary > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-primary:hover,
.fish-btn-background-ghost.fish-btn-primary:focus {
  color: #40a9ff;
  border-color: #40a9ff;
}
.fish-btn-background-ghost.fish-btn-primary:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-primary:focus > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-primary:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-primary:active {
  color: #096dd9;
  border-color: #096dd9;
}
.fish-btn-background-ghost.fish-btn-primary:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-primary[disabled],
.fish-btn-background-ghost.fish-btn-primary[disabled]:hover,
.fish-btn-background-ghost.fish-btn-primary[disabled]:focus,
.fish-btn-background-ghost.fish-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-background-ghost.fish-btn-primary[disabled] > a:only-child,
.fish-btn-background-ghost.fish-btn-primary[disabled]:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-primary[disabled]:focus > a:only-child,
.fish-btn-background-ghost.fish-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-primary[disabled] > a:only-child::after,
.fish-btn-background-ghost.fish-btn-primary[disabled]:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-primary[disabled]:focus > a:only-child::after,
.fish-btn-background-ghost.fish-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-danger {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.fish-btn-background-ghost.fish-btn-danger > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-danger:hover,
.fish-btn-background-ghost.fish-btn-danger:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.fish-btn-background-ghost.fish-btn-danger:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-danger:focus > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-danger:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-danger:active {
  color: #d9363e;
  border-color: #d9363e;
}
.fish-btn-background-ghost.fish-btn-danger:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-danger[disabled],
.fish-btn-background-ghost.fish-btn-danger[disabled]:hover,
.fish-btn-background-ghost.fish-btn-danger[disabled]:focus,
.fish-btn-background-ghost.fish-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-background-ghost.fish-btn-danger[disabled] > a:only-child,
.fish-btn-background-ghost.fish-btn-danger[disabled]:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-danger[disabled]:focus > a:only-child,
.fish-btn-background-ghost.fish-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-danger[disabled] > a:only-child::after,
.fish-btn-background-ghost.fish-btn-danger[disabled]:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-danger[disabled]:focus > a:only-child::after,
.fish-btn-background-ghost.fish-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.fish-btn-background-ghost.fish-btn-dangerous > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous:hover,
.fish-btn-background-ghost.fish-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.fish-btn-background-ghost.fish-btn-dangerous:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous:focus > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
}
.fish-btn-background-ghost.fish-btn-dangerous:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous[disabled],
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:hover,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:focus,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-background-ghost.fish-btn-dangerous[disabled] > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:focus > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous[disabled] > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:focus > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  text-shadow: none;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:hover,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:focus > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:active {
  color: #d9363e;
  border-color: transparent;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled],
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:hover,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:focus,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled] > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:hover > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:focus > a:only-child,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled] > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:hover > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:focus > a:only-child::after,
.fish-btn-background-ghost.fish-btn-dangerous.fish-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.fish-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.fish-btn-two-chinese-chars > *:not(.fishicon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.fish-btn-block {
  width: 100%;
}
.fish-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
a.fish-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}
a.fish-btn-lg {
  line-height: 38px;
}
a.fish-btn-sm {
  line-height: 22px;
}
.fish-btn-rtl {
  direction: rtl;
}
.fish-btn-group-rtl.fish-btn-group .fish-btn-primary:last-child:not(:first-child),
.fish-btn-group-rtl.fish-btn-group .fish-btn-primary + .fish-btn-primary {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}
.fish-btn-group-rtl.fish-btn-group .fish-btn-primary:last-child:not(:first-child)[disabled],
.fish-btn-group-rtl.fish-btn-group .fish-btn-primary + .fish-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #40a9ff;
}
.fish-btn-rtl.fish-btn > .fish-btn-loading-icon .fishicon {
  padding-right: 0;
  padding-left: 8px;
}
.fish-btn > .fish-btn-loading-icon:only-child .fishicon {
  padding-right: 0;
  padding-left: 0;
}
.fish-btn-rtl.fish-btn > .fishicon + span,
.fish-btn-rtl.fish-btn > span + .fishicon {
  margin-right: 8px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #1890ff;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  min-width: 40px;
  min-height: 40px;
}
.fish-spin-spinning {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.fish-spin-nested-loading {
  position: relative;
}
.fish-spin-nested-loading > div > .fish-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.fish-spin-nested-loading > div > .fish-spin .fish-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.fish-spin-nested-loading > div > .fish-spin .fish-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.fish-spin-nested-loading > div > .fish-spin.fish-spin-show-text .fish-spin-dot {
  margin-top: -20px;
}
.fish-spin-nested-loading > div > .fish-spin-sm .fish-spin-dot {
  margin: -7px;
}
.fish-spin-nested-loading > div > .fish-spin-sm .fish-spin-text {
  padding-top: 2px;
}
.fish-spin-nested-loading > div > .fish-spin-sm.fish-spin-show-text .fish-spin-dot {
  margin-top: -17px;
}
.fish-spin-nested-loading > div > .fish-spin-lg .fish-spin-dot {
  margin: -16px;
}
.fish-spin-nested-loading > div > .fish-spin-lg .fish-spin-text {
  padding-top: 11px;
}
.fish-spin-nested-loading > div > .fish-spin-lg.fish-spin-show-text .fish-spin-dot {
  margin-top: -26px;
}
.fish-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.fish-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.fish-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.fish-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.fish-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.fish-spin-indicator {
  width: 1em;
  height: 1em;
}
.fish-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -4px;
  margin-left: -4px;
  font-size: 20px;
}
.fish-spin-dot-item {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border-radius: 100%;
}
.fish-spin-dot-item:nth-child(1) {
  top: 13.28px;
  left: 0;
  animation: loading 1s ease 0s infinite;
}
.fish-spin-dot-item:nth-child(2) {
  top: 9.04px;
  left: 9.04px;
  animation: loading 1s ease -0.12s infinite;
}
.fish-spin-dot-item:nth-child(3) {
  top: 0;
  left: 13.28px;
  animation: loading 1s ease -0.24s infinite;
}
.fish-spin-dot-item:nth-child(4) {
  top: -9.04px;
  left: 9.04px;
  animation: loading 1s ease -0.36s infinite;
}
.fish-spin-dot-item:nth-child(5) {
  top: -13.28px;
  left: 0;
  animation: loading 1s ease -0.48s infinite;
}
.fish-spin-dot-item:nth-child(6) {
  top: -9.04px;
  left: -9.04px;
  animation: loading 1s ease -0.6s infinite;
}
.fish-spin-dot-item:nth-child(7) {
  top: 0;
  left: -13.28px;
  animation: loading 1s ease -0.72s infinite;
}
.fish-spin-dot-item:nth-child(8) {
  top: 9.04px;
  left: -9.04px;
  animation: loading 1s ease -0.84s infinite;
}
.fish-spin-sm {
  min-width: 20px;
  min-height: 20px;
}
.fish-spin-sm .fish-spin-dot {
  margin-top: -2px;
  margin-left: -2px;
  font-size: 14px;
}
.fish-spin-sm .fish-spin-dot i {
  width: 4px;
  height: 4px;
}
.fish-spin-sm .fish-spin-dot i:nth-child(1) {
  top: 6.64px;
  left: 0;
}
.fish-spin-sm .fish-spin-dot i:nth-child(2) {
  top: 4.52px;
  left: 4.52px;
}
.fish-spin-sm .fish-spin-dot i:nth-child(3) {
  top: 0;
  left: 6.64px;
}
.fish-spin-sm .fish-spin-dot i:nth-child(4) {
  top: -4.52px;
  left: 4.52px;
}
.fish-spin-sm .fish-spin-dot i:nth-child(5) {
  top: -6.64px;
  left: 0;
}
.fish-spin-sm .fish-spin-dot i:nth-child(6) {
  top: -4.52px;
  left: -4.52px;
}
.fish-spin-sm .fish-spin-dot i:nth-child(7) {
  top: 0;
  left: -6.64px;
}
.fish-spin-sm .fish-spin-dot i:nth-child(8) {
  top: 4.52px;
  left: -4.52px;
}
.fish-spin-lg {
  min-width: 80px;
  min-height: 80px;
}
.fish-spin-lg .fish-spin-dot {
  margin-top: -7px;
  margin-left: -7px;
  font-size: 32px;
}
.fish-spin-lg .fish-spin-dot i {
  width: 14px;
  height: 14px;
}
.fish-spin-lg .fish-spin-dot i:nth-child(1) {
  top: 23.24px;
  left: 0;
}
.fish-spin-lg .fish-spin-dot i:nth-child(2) {
  top: 15.82px;
  left: 15.82px;
}
.fish-spin-lg .fish-spin-dot i:nth-child(3) {
  top: 0;
  left: 23.24px;
}
.fish-spin-lg .fish-spin-dot i:nth-child(4) {
  top: -15.82px;
  left: 15.82px;
}
.fish-spin-lg .fish-spin-dot i:nth-child(5) {
  top: -23.24px;
  left: 0;
}
.fish-spin-lg .fish-spin-dot i:nth-child(6) {
  top: -15.82px;
  left: -15.82px;
}
.fish-spin-lg .fish-spin-dot i:nth-child(7) {
  top: 0;
  left: -23.24px;
}
.fish-spin-lg .fish-spin-dot i:nth-child(8) {
  top: 15.82px;
  left: -15.82px;
}
.fish-spin.fish-spin-show-text .fish-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .fish-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes loading {
  50% {
    transform: scale(0.4);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fish-spin-rtl {
  direction: rtl;
}
.fish-spin-rtl .fish-spin-dot-item:nth-child(1) {
  animation: loading 1s ease -0.84s infinite;
}
.fish-spin-rtl .fish-spin-dot-item:nth-child(2) {
  animation: loading 1s ease -0.72s infinite;
}
.fish-spin-rtl .fish-spin-dot-item:nth-child(3) {
  animation: loading 1s ease -0.6s infinite;
}
.fish-spin-rtl .fish-spin-dot-item:nth-child(4) {
  animation: loading 1s ease -0.48s infinite;
}
.fish-spin-rtl .fish-spin-dot-item:nth-child(5) {
  animation: loading 1s ease -0.36s infinite;
}
.fish-spin-rtl .fish-spin-dot-item:nth-child(6) {
  animation: loading 1s ease -0.24s infinite;
}
.fish-spin-rtl .fish-spin-dot-item:nth-child(7) {
  animation: loading 1s ease -0.12s infinite;
}
.fish-spin-rtl .fish-spin-dot-item:nth-child(8) {
  animation: loading 1s ease 0s infinite;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.fish-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.fish-empty-image img {
  height: 100%;
}
.fish-empty-image svg {
  height: 100%;
  margin: auto;
}
.fish-empty-footer {
  margin-top: 16px;
}
.fish-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.fish-empty-normal .fish-empty-image {
  height: 40px;
}
.fish-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.fish-empty-small .fish-empty-image {
  height: 35px;
}
.fish-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}
.fish-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.fish-empty-img-default-path-2 {
  fill: url('./index-7da8f469.js#linearGradient-1');
}
.fish-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.fish-empty-img-default-path-4 {
  fill: #dce0e6;
}
.fish-empty-img-default-path-5 {
  fill: #dce0e6;
}
.fish-empty-img-default-g {
  fill: #fff;
}
.fish-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.fish-empty-img-simple-g {
  stroke: #d9d9d9;
}
.fish-empty-img-simple-path {
  fill: #fafafa;
}
.fish-empty-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  display: inline-flex;
}
.fish-input-affix-wrapper::-moz-placeholder {
  opacity: 1;
}
.fish-input-affix-wrapper::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.fish-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.fish-input-affix-wrapper:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.fish-input-rtl .fish-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.fish-input-affix-wrapper:focus,
.fish-input-affix-wrapper-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.fish-input-rtl .fish-input-affix-wrapper:focus,
.fish-input-rtl .fish-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.fish-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.fish-input-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.fish-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.fish-input-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.fish-input-affix-wrapper-borderless,
.fish-input-affix-wrapper-borderless:hover,
.fish-input-affix-wrapper-borderless:focus,
.fish-input-affix-wrapper-borderless-focused,
.fish-input-affix-wrapper-borderless-disabled,
.fish-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.fish-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.fish-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.fish-input-affix-wrapper-sm {
  padding: 0px 7px;
}
.fish-input-affix-wrapper-rtl {
  direction: rtl;
}
.fish-input-affix-wrapper:not(.fish-input-affix-wrapper-disabled):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  z-index: 1;
}
.fish-input-rtl .fish-input-affix-wrapper:not(.fish-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.fish-input-search-with-button .fish-input-affix-wrapper:not(.fish-input-affix-wrapper-disabled):hover {
  z-index: 0;
}
.fish-input-affix-wrapper-focused,
.fish-input-affix-wrapper:focus {
  z-index: 1;
}
.fish-input-affix-wrapper-disabled .fish-input[disabled] {
  background: transparent;
}
.fish-input-affix-wrapper > input.fish-input {
  padding: 0;
  border: none;
  outline: none;
}
.fish-input-affix-wrapper > input.fish-input:focus {
  box-shadow: none !important;
}
.fish-input-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.fish-input-prefix,
.fish-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}
.fish-input-prefix {
  margin-right: 4px;
}
.fish-input-suffix {
  margin-left: 4px;
}
.fish-input-clear-icon {
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}
.fish-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.fish-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.85);
}
.fish-input-clear-icon-hidden {
  visibility: hidden;
}
.fish-input-clear-icon-has-suffix {
  margin: 0 4px;
}
.fish-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;
  border: 0 !important;
}
.fish-input-affix-wrapper-textarea-with-clear-btn .fish-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.fish-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* fish showCounter*/
}
.fish-input::-moz-placeholder {
  opacity: 1;
}
.fish-input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.fish-input:placeholder-shown {
  text-overflow: ellipsis;
}
.fish-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.fish-input-rtl .fish-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.fish-input:focus,
.fish-input-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.fish-input-rtl .fish-input:focus,
.fish-input-rtl .fish-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.fish-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.fish-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.fish-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.fish-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.fish-input-borderless,
.fish-input-borderless:hover,
.fish-input-borderless:focus,
.fish-input-borderless-focused,
.fish-input-borderless-disabled,
.fish-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.fish-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.fish-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.fish-input-sm {
  padding: 0px 7px;
}
.fish-input-rtl {
  direction: rtl;
}
.fish-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.fish-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.fish-input-group > [class*='col-'] {
  padding-right: 8px;
}
.fish-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.fish-input-group-addon,
.fish-input-group-wrap,
.fish-input-group > .fish-input {
  display: table-cell;
}
.fish-input-group-addon:not(:first-child):not(:last-child),
.fish-input-group-wrap:not(:first-child):not(:last-child),
.fish-input-group > .fish-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.fish-input-group-addon,
.fish-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.fish-input-group-wrap > * {
  display: block !important;
}
.fish-input-group .fish-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.fish-input-group .fish-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.fish-input-group .fish-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.fish-input-search-with-button .fish-input-group .fish-input:hover {
  z-index: 0;
}
.fish-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.fish-input-group-addon .fish-select {
  margin: -5px -11px;
}
.fish-input-group-addon .fish-select.fish-select-single:not(.fish-select-customize-input) .fish-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.fish-input-group-addon .fish-select-open .fish-select-selector,
.fish-input-group-addon .fish-select-focused .fish-select-selector {
  color: #1890ff;
}
.fish-input-group > .fish-input:first-child,
.fish-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fish-input-group > .fish-input:first-child .fish-select .fish-select-selector,
.fish-input-group-addon:first-child .fish-select .fish-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fish-input-group > .fish-input-affix-wrapper:not(:first-child) .fish-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fish-input-group > .fish-input-affix-wrapper:not(:last-child) .fish-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fish-input-group-addon:first-child {
  border-right: 0;
}
.fish-input-group-addon:last-child {
  border-left: 0;
}
.fish-input-group > .fish-input:last-child,
.fish-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fish-input-group > .fish-input:last-child .fish-select .fish-select-selector,
.fish-input-group-addon:last-child .fish-select .fish-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fish-input-group-lg .fish-input,
.fish-input-group-lg > .fish-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.fish-input-group-sm .fish-input,
.fish-input-group-sm > .fish-input-group-addon {
  padding: 0px 7px;
}
.fish-input-group-lg .fish-select-single .fish-select-selector {
  height: 40px;
}
.fish-input-group-sm .fish-select-single .fish-select-selector {
  height: 24px;
}
.fish-input-group .fish-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fish-input-search .fish-input-group .fish-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fish-input-group .fish-input-affix-wrapper:not(:first-child),
.fish-input-search .fish-input-group .fish-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fish-input-group.fish-input-group-compact {
  display: block;
}
.fish-input-group.fish-input-group-compact::before {
  display: table;
  content: '';
}
.fish-input-group.fish-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.fish-input-group.fish-input-group-compact-addon:not(:first-child):not(:last-child),
.fish-input-group.fish-input-group-compact-wrap:not(:first-child):not(:last-child),
.fish-input-group.fish-input-group-compact > .fish-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.fish-input-group.fish-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.fish-input-group.fish-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.fish-input-group.fish-input-group-compact > .fish-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.fish-input-group.fish-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.fish-input-group.fish-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.fish-input-group.fish-input-group-compact > .fish-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.fish-input-group.fish-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.fish-input-group.fish-input-group-compact > .fish-input-affix-wrapper {
  display: inline-flex;
}
.fish-input-group.fish-input-group-compact > .fish-picker-range {
  display: inline-flex;
}
.fish-input-group.fish-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.fish-input-group.fish-input-group-compact .fish-input {
  float: none;
}
.fish-input-group.fish-input-group-compact > .fish-select > .fish-select-selector,
.fish-input-group.fish-input-group-compact > .fish-select-auto-complete .fish-input,
.fish-input-group.fish-input-group-compact > .fish-cascader-picker .fish-input,
.fish-input-group.fish-input-group-compact > .fish-input-group-wrapper .fish-input {
  border-right-width: 1px;
  border-radius: 0;
}
.fish-input-group.fish-input-group-compact > .fish-select > .fish-select-selector:hover,
.fish-input-group.fish-input-group-compact > .fish-select-auto-complete .fish-input:hover,
.fish-input-group.fish-input-group-compact > .fish-cascader-picker .fish-input:hover,
.fish-input-group.fish-input-group-compact > .fish-input-group-wrapper .fish-input:hover {
  z-index: 1;
}
.fish-input-group.fish-input-group-compact > .fish-select > .fish-select-selector:focus,
.fish-input-group.fish-input-group-compact > .fish-select-auto-complete .fish-input:focus,
.fish-input-group.fish-input-group-compact > .fish-cascader-picker .fish-input:focus,
.fish-input-group.fish-input-group-compact > .fish-input-group-wrapper .fish-input:focus {
  z-index: 1;
}
.fish-input-group.fish-input-group-compact > .fish-select-focused {
  z-index: 1;
}
.fish-input-group.fish-input-group-compact > .fish-select > .fish-select-arrow {
  z-index: 1;
}
.fish-input-group.fish-input-group-compact > *:first-child,
.fish-input-group.fish-input-group-compact > .fish-select:first-child > .fish-select-selector,
.fish-input-group.fish-input-group-compact > .fish-select-auto-complete:first-child .fish-input,
.fish-input-group.fish-input-group-compact > .fish-cascader-picker:first-child .fish-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fish-input-group.fish-input-group-compact > *:last-child,
.fish-input-group.fish-input-group-compact > .fish-select:last-child > .fish-select-selector,
.fish-input-group.fish-input-group-compact > .fish-cascader-picker:last-child .fish-input,
.fish-input-group.fish-input-group-compact > .fish-cascader-picker-focused:last-child .fish-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fish-input-group.fish-input-group-compact > .fish-select-auto-complete .fish-input {
  vertical-align: top;
}
.fish-input-group.fish-input-group-compact .fish-input-group-wrapper + .fish-input-group-wrapper {
  margin-left: -1px;
}
.fish-input-group.fish-input-group-compact .fish-input-group-wrapper + .fish-input-group-wrapper .fish-input-affix-wrapper {
  border-radius: 0;
}
.fish-input-group.fish-input-group-compact .fish-input-group-wrapper:not(:last-child).fish-input-search > .fish-input-group > .fish-input-group-addon > .fish-input-search-button {
  border-radius: 0;
}
.fish-input-group.fish-input-group-compact .fish-input-group-wrapper:not(:last-child).fish-input-search > .fish-input-group > .fish-input {
  border-radius: 4px 0 0 4px;
}
.fish-input-group > .fish-input-rtl:first-child,
.fish-input-group-rtl .fish-input-group-addon:first-child {
  border-radius: 0 4px 4px 0;
}
.fish-input-group-rtl .fish-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.fish-input-group-rtl .fish-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
}
.fish-input-group-rtl.fish-input-group > .fish-input:last-child,
.fish-input-group-rtl.fish-input-group-addon:last-child {
  border-radius: 4px 0 0 4px;
}
.fish-input-group-rtl.fish-input-group .fish-input-affix-wrapper:not(:first-child) {
  border-radius: 4px 0 0 4px;
}
.fish-input-group-rtl.fish-input-group .fish-input-affix-wrapper:not(:last-child) {
  border-radius: 0 4px 4px 0;
}
.fish-input-group-rtl.fish-input-group.fish-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.fish-input-group-rtl.fish-input-group.fish-input-group-compact > *:first-child,
.fish-input-group-rtl.fish-input-group.fish-input-group-compact > .fish-select:first-child > .fish-select-selector,
.fish-input-group-rtl.fish-input-group.fish-input-group-compact > .fish-select-auto-complete:first-child .fish-input,
.fish-input-group-rtl.fish-input-group.fish-input-group-compact > .fish-cascader-picker:first-child .fish-input {
  border-radius: 0 4px 4px 0;
}
.fish-input-group-rtl.fish-input-group.fish-input-group-compact > *:last-child,
.fish-input-group-rtl.fish-input-group.fish-input-group-compact > .fish-select:last-child > .fish-select-selector,
.fish-input-group-rtl.fish-input-group.fish-input-group-compact > .fish-select-auto-complete:last-child .fish-input,
.fish-input-group-rtl.fish-input-group.fish-input-group-compact > .fish-cascader-picker:last-child .fish-input,
.fish-input-group-rtl.fish-input-group.fish-input-group-compact > .fish-cascader-picker-focused:last-child .fish-input {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
}
.fish-input-group.fish-input-group-compact .fish-input-group-wrapper-rtl + .fish-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.fish-input-group.fish-input-group-compact .fish-input-group-wrapper-rtl:not(:last-child).fish-input-search > .fish-input-group > .fish-input {
  border-radius: 0 4px 4px 0;
}
.fish-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.fish-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.fish-input-password-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.fish-input[type='color'] {
  height: 32px;
}
.fish-input[type='color'].fish-input-lg {
  height: 40px;
}
.fish-input[type='color'].fish-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.fish-input-textarea-show-counter > .fish-input {
  height: 100%;
}
.fish-input-textarea-maxnum-wrapper {
  color: rgba(0, 0, 0, 0.45);
  text-align: right;
  pointer-events: none;
}
.fish-input-search .fish-input:hover,
.fish-input-search .fish-input:focus {
  border-color: #40a9ff;
}
.fish-input-search .fish-input:hover + .fish-input-group-addon .fish-input-search-button:not(.fish-btn-primary),
.fish-input-search .fish-input:focus + .fish-input-group-addon .fish-input-search-button:not(.fish-btn-primary) {
  border-left-color: #40a9ff;
}
.fish-input-search .fish-input-affix-wrapper {
  border-radius: 0;
}
.fish-input-search .fish-input-lg {
  line-height: 1.5713;
}
.fish-input-search > .fish-input-group > .fish-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.fish-input-search > .fish-input-group > .fish-input-group-addon:last-child .fish-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 4px 4px 0;
}
.fish-input-search > .fish-input-group > .fish-input-group-addon:last-child .fish-input-search-button:not(.fish-btn-primary) {
  color: rgba(0, 0, 0, 0.45);
}
.fish-input-search > .fish-input-group > .fish-input-group-addon:last-child .fish-input-search-button:not(.fish-btn-primary).fish-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fish-input-search-button {
  height: 32px;
}
.fish-input-search-button:hover,
.fish-input-search-button:focus {
  z-index: 1;
}
.fish-input-search-large .fish-input-search-button {
  height: 40px;
}
.fish-input-search-small .fish-input-search-button {
  height: 24px;
}
.fish-input-group-wrapper-rtl {
  direction: rtl;
}
.fish-input-group-rtl {
  direction: rtl;
}
.fish-input-affix-wrapper.fish-input-affix-wrapper-rtl > input.fish-input {
  border: none;
  outline: none;
}
.fish-input-affix-wrapper-rtl .fish-input-prefix {
  margin: 0 0 0 4px;
}
.fish-input-affix-wrapper-rtl .fish-input-suffix {
  margin: 0 4px 0 0;
}
.fish-input-textarea {
  /* fish */
}
.fish-input-textarea-rtl {
  direction: rtl;
}
.fish-input-textarea-rtl.fish-input-textarea-show-count::after {
  text-align: left;
}
.fish-input-textarea-rtl.fish-input-textarea-maxnum-wrapper {
  text-align: left;
}
.fish-input-affix-wrapper-rtl .fish-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px;
}
.fish-input-affix-wrapper-rtl .fish-input-clear-icon {
  right: auto;
  left: 8px;
}
.fish-input-search-rtl {
  direction: rtl;
}
.fish-input-search-rtl .fish-input:hover + .fish-input-group-addon .fish-input-search-button:not(.fish-btn-primary),
.fish-input-search-rtl .fish-input:focus + .fish-input-group-addon .fish-input-search-button:not(.fish-btn-primary) {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}
.fish-input-search-rtl > .fish-input-group > .fish-input-affix-wrapper:hover,
.fish-input-search-rtl > .fish-input-group > .fish-input-affix-wrapper-focused {
  border-right-color: #40a9ff;
}
.fish-input-search-rtl > .fish-input-group > .fish-input-group-addon {
  right: -1px;
  left: auto;
}
.fish-input-search-rtl > .fish-input-group > .fish-input-group-addon .fish-input-search-button {
  border-radius: 4px 0 0 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fish-input {
    height: 32px;
  }
  .fish-input-lg {
    height: 40px;
  }
  .fish-input-sm {
    height: 24px;
  }
  .fish-input-affix-wrapper > input.fish-input {
    height: auto;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.fish-breadcrumb .fishicon {
  font-size: 14px;
}
.fish-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.fish-breadcrumb a:hover {
  color: #40a9ff;
}
.fish-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.85);
}
.fish-breadcrumb > span:last-child a {
  color: rgba(0, 0, 0, 0.85);
}
.fish-breadcrumb > span:last-child .fish-breadcrumb-separator {
  display: none;
}
.fish-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.fish-breadcrumb-link > .fishicon + span,
.fish-breadcrumb-link > .fishicon + a {
  margin-left: 4px;
}
.fish-breadcrumb-overlay-link > .fishicon {
  margin-left: 4px;
}
.fish-breadcrumb-rtl {
  direction: rtl;
}
.fish-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.fish-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.fish-breadcrumb-rtl > span {
  float: right;
}
.fish-breadcrumb-rtl .fish-breadcrumb-link > .fishicon + span,
.fish-breadcrumb-rtl .fish-breadcrumb-link > .fishicon + a {
  margin-right: 4px;
  margin-left: 0;
}
.fish-breadcrumb-rtl .fish-breadcrumb-overlay-link > .fishicon {
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-menu-item-danger.fish-menu-item {
  color: #f5222d;
}
.fish-menu-item-danger.fish-menu-item:hover,
.fish-menu-item-danger.fish-menu-item-active {
  color: #f5222d;
}
.fish-menu-item-danger.fish-menu-item:active {
  background: #fff1f0;
}
.fish-menu-item-danger.fish-menu-item-selected {
  color: #f5222d;
}
.fish-menu-item-danger.fish-menu-item-selected > a,
.fish-menu-item-danger.fish-menu-item-selected > a:hover {
  color: #f5222d;
}
.fish-menu:not(.fish-menu-horizontal) .fish-menu-item-danger.fish-menu-item-selected {
  background-color: #fff1f0;
}
.fish-menu-inline .fish-menu-item-danger.fish-menu-item::after {
  border-right-color: #f5222d;
}
.fish-menu-dark .fish-menu-item-danger.fish-menu-item,
.fish-menu-dark .fish-menu-item-danger.fish-menu-item:hover,
.fish-menu-dark .fish-menu-item-danger.fish-menu-item > a {
  color: #f5222d;
}
.fish-menu-dark.fish-menu-dark:not(.fish-menu-horizontal) .fish-menu-item-danger.fish-menu-item-selected {
  color: #fff;
  background-color: #f5222d;
}
.fish-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 0;
  text-align: left;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}
.fish-menu::before {
  display: table;
  content: '';
}
.fish-menu::after {
  display: table;
  clear: both;
  content: '';
}
.fish-menu.fish-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #e6f7ff;
}
.fish-menu ul,
.fish-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fish-menu-overflow {
  display: flex;
}
.fish-menu-overflow-item {
  flex: none;
}
.fish-menu-hidden,
.fish-menu-submenu-hidden {
  display: none;
}
.fish-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}
.fish-menu-horizontal .fish-menu-submenu {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fish-menu-submenu,
.fish-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fish-menu-submenu-selected {
  color: #1890ff;
}
.fish-menu-item:active,
.fish-menu-submenu-title:active {
  background: #e6f7ff;
}
.fish-menu-submenu .fish-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fish-menu-title-content {
  transition: color 0.3s;
}
.fish-menu-nav .fish-menu-item {
  display: inline-block;
  margin-bottom: 4px !important;
}
.fish-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}
.fish-menu-item a:hover {
  color: #1890ff;
}
.fish-menu-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.fish-menu-item > .fish-badge a {
  color: rgba(0, 0, 0, 0.85);
}
.fish-menu-item > .fish-badge a:hover {
  color: #1890ff;
}
.fish-menu-item-divider {
  overflow: hidden;
  line-height: 0;
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 1px 0 0;
}
.fish-menu-item-divider-dashed {
  border-style: dashed;
}
.fish-menu-horizontal .fish-menu-item,
.fish-menu-horizontal .fish-menu-submenu {
  margin-top: -1px;
}
.fish-menu-horizontal > .fish-menu-item:hover,
.fish-menu-horizontal > .fish-menu-item-active,
.fish-menu-horizontal > .fish-menu-submenu .fish-menu-submenu-title:hover {
  background-color: transparent;
}
.fish-menu-item-selected {
  color: #1890ff;
}
.fish-menu-item-selected a,
.fish-menu-item-selected a:hover {
  color: #1890ff;
}
.fish-menu:not(.fish-menu-horizontal) .fish-menu-item-selected {
  background-color: #e6f7ff;
}
.fish-menu-inline,
.fish-menu-vertical,
.fish-menu-vertical-left {
  border-right: 1px solid #e8e8e8;
}
.fish-menu-vertical-right {
  border-left: 1px solid #e8e8e8;
}
.fish-menu-vertical.fish-menu-sub,
.fish-menu-vertical-left.fish-menu-sub,
.fish-menu-vertical-right.fish-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0;
}
.fish-menu-vertical.fish-menu-sub:not([class*='-active']),
.fish-menu-vertical-left.fish-menu-sub:not([class*='-active']),
.fish-menu-vertical-right.fish-menu-sub:not([class*='-active']) {
  overflow-x: hidden;
  overflow-y: auto;
}
.fish-menu-vertical.fish-menu-sub .fish-menu-item,
.fish-menu-vertical-left.fish-menu-sub .fish-menu-item,
.fish-menu-vertical-right.fish-menu-sub .fish-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.fish-menu-vertical.fish-menu-sub .fish-menu-item::after,
.fish-menu-vertical-left.fish-menu-sub .fish-menu-item::after,
.fish-menu-vertical-right.fish-menu-sub .fish-menu-item::after {
  border-right: 0;
}
.fish-menu-vertical.fish-menu-sub > .fish-menu-item,
.fish-menu-vertical-left.fish-menu-sub > .fish-menu-item,
.fish-menu-vertical-right.fish-menu-sub > .fish-menu-item,
.fish-menu-vertical.fish-menu-sub > .fish-menu-submenu,
.fish-menu-vertical-left.fish-menu-sub > .fish-menu-submenu,
.fish-menu-vertical-right.fish-menu-sub > .fish-menu-submenu {
  transform-origin: 0 0;
}
.fish-menu-horizontal.fish-menu-sub {
  min-width: 114px;
}
.fish-menu-horizontal .fish-menu-item,
.fish-menu-horizontal .fish-menu-submenu-title {
  transition: border-color 0.3s, background 0.3s;
}
.fish-menu-item,
.fish-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fish-menu-item .fish-menu-item-icon,
.fish-menu-submenu-title .fish-menu-item-icon,
.fish-menu-item .fishicon,
.fish-menu-submenu-title .fishicon {
  min-width: 14px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
}
.fish-menu-item .fish-menu-item-icon + span,
.fish-menu-submenu-title .fish-menu-item-icon + span,
.fish-menu-item .fishicon + span,
.fish-menu-submenu-title .fishicon + span {
  margin-left: 10px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
}
.fish-menu-item .fish-menu-item-icon.svg,
.fish-menu-submenu-title .fish-menu-item-icon.svg {
  vertical-align: -0.125em;
}
.fish-menu-item.fish-menu-item-only-child > .fishicon,
.fish-menu-submenu-title.fish-menu-item-only-child > .fishicon,
.fish-menu-item.fish-menu-item-only-child > .fish-menu-item-icon,
.fish-menu-submenu-title.fish-menu-item-only-child > .fish-menu-item-icon {
  margin-right: 0;
}
.fish-menu-item:focus-visible,
.fish-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #e6f7ff;
}
.fish-menu > .fish-menu-item-divider {
  margin: 1px 0;
  padding: 0;
}
.fish-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  border-radius: 4px;
  box-shadow: none;
  transform-origin: 0 0;
}
.fish-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: ' ';
}
.fish-menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}
.fish-menu-submenu > .fish-menu {
  background-color: #fff;
  border-radius: 4px;
}
.fish-menu-submenu > .fish-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fish-menu-submenu-popup > .fish-menu {
  background-color: #fff;
}
.fish-menu-submenu-expand-icon,
.fish-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: rgba(0, 0, 0, 0.85);
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fish-menu-submenu-arrow::before,
.fish-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentColor;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.fish-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2.5px);
}
.fish-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2.5px);
}
.fish-menu-submenu:hover > .fish-menu-submenu-title > .fish-menu-submenu-expand-icon,
.fish-menu-submenu:hover > .fish-menu-submenu-title > .fish-menu-submenu-arrow {
  color: #1890ff;
}
.fish-menu-inline-collapsed .fish-menu-submenu-arrow::before,
.fish-menu-submenu-inline .fish-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2.5px);
}
.fish-menu-inline-collapsed .fish-menu-submenu-arrow::after,
.fish-menu-submenu-inline .fish-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2.5px);
}
.fish-menu-submenu-horizontal .fish-menu-submenu-arrow {
  display: none;
}
.fish-menu-submenu-open.fish-menu-submenu-inline > .fish-menu-submenu-title > .fish-menu-submenu-arrow {
  transform: translateY(-2px);
}
.fish-menu-submenu-open.fish-menu-submenu-inline > .fish-menu-submenu-title > .fish-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2.5px);
}
.fish-menu-submenu-open.fish-menu-submenu-inline > .fish-menu-submenu-title > .fish-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2.5px);
}
.fish-menu-vertical .fish-menu-submenu-selected,
.fish-menu-vertical-left .fish-menu-submenu-selected,
.fish-menu-vertical-right .fish-menu-submenu-selected {
  color: #1890ff;
}
.fish-menu-horizontal {
  line-height: 46px;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none;
}
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px;
}
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item:hover,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu:hover,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item-active,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu-active,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item-open,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu-open,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item-selected,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu-selected {
  color: #1890ff;
}
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item:hover::after,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu:hover::after,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item-active::after,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu-active::after,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item-open::after,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu-open::after,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item-selected::after,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu-selected::after {
  border-bottom: 2px solid #1890ff;
}
.fish-menu-horizontal > .fish-menu-item,
.fish-menu-horizontal > .fish-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
}
.fish-menu-horizontal > .fish-menu-item::after,
.fish-menu-horizontal > .fish-menu-submenu::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.fish-menu-horizontal > .fish-menu-submenu > .fish-menu-submenu-title {
  padding: 0;
}
.fish-menu-horizontal > .fish-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}
.fish-menu-horizontal > .fish-menu-item a:hover {
  color: #1890ff;
}
.fish-menu-horizontal > .fish-menu-item a::before {
  bottom: -2px;
}
.fish-menu-horizontal > .fish-menu-item-selected a {
  color: #1890ff;
}
.fish-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}
.fish-menu-vertical .fish-menu-item,
.fish-menu-vertical-left .fish-menu-item,
.fish-menu-vertical-right .fish-menu-item,
.fish-menu-inline .fish-menu-item {
  position: relative;
}
.fish-menu-vertical .fish-menu-item::after,
.fish-menu-vertical-left .fish-menu-item::after,
.fish-menu-vertical-right .fish-menu-item::after,
.fish-menu-inline .fish-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.fish-menu-vertical .fish-menu-item,
.fish-menu-vertical-left .fish-menu-item,
.fish-menu-vertical-right .fish-menu-item,
.fish-menu-inline .fish-menu-item,
.fish-menu-vertical .fish-menu-submenu-title,
.fish-menu-vertical-left .fish-menu-submenu-title,
.fish-menu-vertical-right .fish-menu-submenu-title,
.fish-menu-inline .fish-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 40px;
  text-overflow: ellipsis;
}
.fish-menu-vertical .fish-menu-submenu,
.fish-menu-vertical-left .fish-menu-submenu,
.fish-menu-vertical-right .fish-menu-submenu,
.fish-menu-inline .fish-menu-submenu {
  padding-bottom: 0.02px;
}
.fish-menu-vertical .fish-menu-item:not(:last-child),
.fish-menu-vertical-left .fish-menu-item:not(:last-child),
.fish-menu-vertical-right .fish-menu-item:not(:last-child),
.fish-menu-inline .fish-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.fish-menu-vertical > .fish-menu-item,
.fish-menu-vertical-left > .fish-menu-item,
.fish-menu-vertical-right > .fish-menu-item,
.fish-menu-inline > .fish-menu-item,
.fish-menu-vertical > .fish-menu-submenu > .fish-menu-submenu-title,
.fish-menu-vertical-left > .fish-menu-submenu > .fish-menu-submenu-title,
.fish-menu-vertical-right > .fish-menu-submenu > .fish-menu-submenu-title,
.fish-menu-inline > .fish-menu-submenu > .fish-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.fish-menu-vertical .fish-menu-item-group-list .fish-menu-submenu-title,
.fish-menu-vertical .fish-menu-submenu-title {
  padding-right: 34px;
}
.fish-menu-inline {
  width: 100%;
}
.fish-menu-inline .fish-menu-selected::after,
.fish-menu-inline .fish-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fish-menu-inline .fish-menu-item,
.fish-menu-inline .fish-menu-submenu-title {
  width: calc(100% + 1px);
}
.fish-menu-inline .fish-menu-item-group-list .fish-menu-submenu-title,
.fish-menu-inline .fish-menu-submenu-title {
  padding-right: 34px;
}
.fish-menu-inline.fish-menu-root .fish-menu-item,
.fish-menu-inline.fish-menu-root .fish-menu-submenu-title {
  display: flex;
  align-items: center;
  transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fish-menu-inline.fish-menu-root .fish-menu-item > .fish-menu-title-content,
.fish-menu-inline.fish-menu-root .fish-menu-submenu-title > .fish-menu-title-content {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fish-menu-inline.fish-menu-root .fish-menu-item > *,
.fish-menu-inline.fish-menu-root .fish-menu-submenu-title > * {
  flex: none;
}
.fish-menu.fish-menu-inline-collapsed {
  width: 80px;
}
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item-group > .fish-menu-item-group-list > .fish-menu-item,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item-group > .fish-menu-item-group-list > .fish-menu-submenu > .fish-menu-submenu-title,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-submenu > .fish-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px / 2);
  text-overflow: clip;
}
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item .fish-menu-submenu-arrow,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item-group > .fish-menu-item-group-list > .fish-menu-item .fish-menu-submenu-arrow,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item-group > .fish-menu-item-group-list > .fish-menu-submenu > .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-submenu > .fish-menu-submenu-title .fish-menu-submenu-arrow {
  opacity: 0;
}
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item .fish-menu-item-icon,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item-group > .fish-menu-item-group-list > .fish-menu-item .fish-menu-item-icon,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item-group > .fish-menu-item-group-list > .fish-menu-submenu > .fish-menu-submenu-title .fish-menu-item-icon,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-submenu > .fish-menu-submenu-title .fish-menu-item-icon,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item .fishicon,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item-group > .fish-menu-item-group-list > .fish-menu-item .fishicon,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item-group > .fish-menu-item-group-list > .fish-menu-submenu > .fish-menu-submenu-title .fishicon,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-submenu > .fish-menu-submenu-title .fishicon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item .fish-menu-item-icon + span,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item-group > .fish-menu-item-group-list > .fish-menu-item .fish-menu-item-icon + span,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item-group > .fish-menu-item-group-list > .fish-menu-submenu > .fish-menu-submenu-title .fish-menu-item-icon + span,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-submenu > .fish-menu-submenu-title .fish-menu-item-icon + span,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item .fishicon + span,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item-group > .fish-menu-item-group-list > .fish-menu-item .fishicon + span,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-item-group > .fish-menu-item-group-list > .fish-menu-submenu > .fish-menu-submenu-title .fishicon + span,
.fish-menu.fish-menu-inline-collapsed > .fish-menu-submenu > .fish-menu-submenu-title .fishicon + span {
  display: inline-block;
  opacity: 0;
}
.fish-menu.fish-menu-inline-collapsed .fish-menu-item-icon,
.fish-menu.fish-menu-inline-collapsed .fishicon {
  display: inline-block;
}
.fish-menu.fish-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.fish-menu.fish-menu-inline-collapsed-tooltip .fish-menu-item-icon,
.fish-menu.fish-menu-inline-collapsed-tooltip .fishicon {
  display: none;
}
.fish-menu.fish-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.fish-menu.fish-menu-inline-collapsed .fish-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fish-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.fish-menu-item-group-list .fish-menu-item,
.fish-menu-item-group-list .fish-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.fish-menu-root.fish-menu-vertical,
.fish-menu-root.fish-menu-vertical-left,
.fish-menu-root.fish-menu-vertical-right,
.fish-menu-root.fish-menu-inline {
  box-shadow: none;
}
.fish-menu-root.fish-menu-inline-collapsed .fish-menu-item > .fish-menu-inline-collapsed-noicon,
.fish-menu-root.fish-menu-inline-collapsed .fish-menu-submenu .fish-menu-submenu-title > .fish-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center;
}
.fish-menu-sub.fish-menu-inline {
  padding: 0;
  background: #fafafa;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.fish-menu-sub.fish-menu-inline > .fish-menu-item,
.fish-menu-sub.fish-menu-inline > .fish-menu-submenu > .fish-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.fish-menu-sub.fish-menu-inline .fish-menu-item-group-title {
  padding-left: 32px;
}
.fish-menu-item-disabled,
.fish-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  cursor: not-allowed;
}
.fish-menu-item-disabled::after,
.fish-menu-submenu-disabled::after {
  border-color: transparent !important;
}
.fish-menu-item-disabled a,
.fish-menu-submenu-disabled a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.fish-menu-item-disabled > .fish-menu-submenu-title,
.fish-menu-submenu-disabled > .fish-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.fish-menu-item-disabled > .fish-menu-submenu-title > .fish-menu-submenu-arrow::before,
.fish-menu-submenu-disabled > .fish-menu-submenu-title > .fish-menu-submenu-arrow::before,
.fish-menu-item-disabled > .fish-menu-submenu-title > .fish-menu-submenu-arrow::after,
.fish-menu-submenu-disabled > .fish-menu-submenu-title > .fish-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.fish-layout-header .fish-menu {
  line-height: inherit;
}
.fish-menu-inline-collapsed-tooltip a,
.fish-menu-inline-collapsed-tooltip a:hover {
  color: #fff;
}
.fish-menu-light .fish-menu-item:hover,
.fish-menu-light .fish-menu-item-active,
.fish-menu-light .fish-menu:not(.fish-menu-inline) .fish-menu-submenu-open,
.fish-menu-light .fish-menu-submenu-active,
.fish-menu-light .fish-menu-submenu-title:hover {
  color: #1890ff;
}
.fish-menu.fish-menu-dark,
.fish-menu-dark .fish-menu-sub,
.fish-menu.fish-menu-dark .fish-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.fish-menu.fish-menu-dark .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu-dark .fish-menu-sub .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu.fish-menu-dark .fish-menu-sub .fish-menu-submenu-title .fish-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.fish-menu.fish-menu-dark .fish-menu-submenu-title .fish-menu-submenu-arrow::after,
.fish-menu-dark .fish-menu-sub .fish-menu-submenu-title .fish-menu-submenu-arrow::after,
.fish-menu.fish-menu-dark .fish-menu-sub .fish-menu-submenu-title .fish-menu-submenu-arrow::after,
.fish-menu.fish-menu-dark .fish-menu-submenu-title .fish-menu-submenu-arrow::before,
.fish-menu-dark .fish-menu-sub .fish-menu-submenu-title .fish-menu-submenu-arrow::before,
.fish-menu.fish-menu-dark .fish-menu-sub .fish-menu-submenu-title .fish-menu-submenu-arrow::before {
  background: #fff;
}
.fish-menu-dark.fish-menu-submenu-popup {
  background: transparent;
}
.fish-menu-dark .fish-menu-inline.fish-menu-sub {
  background: #000c17;
}
.fish-menu-dark.fish-menu-horizontal {
  border-bottom: 0;
}
.fish-menu-dark.fish-menu-horizontal > .fish-menu-item,
.fish-menu-dark.fish-menu-horizontal > .fish-menu-submenu {
  top: 0;
  margin-top: 0;
  padding: 0 20px;
  border-color: #001529;
  border-bottom: 0;
}
.fish-menu-dark.fish-menu-horizontal > .fish-menu-item:hover {
  background-color: #1890ff;
}
.fish-menu-dark.fish-menu-horizontal > .fish-menu-item > a::before {
  bottom: 0;
}
.fish-menu-dark .fish-menu-item,
.fish-menu-dark .fish-menu-item-group-title,
.fish-menu-dark .fish-menu-item > a,
.fish-menu-dark .fish-menu-item > span > a {
  color: rgba(255, 255, 255, 0.65);
}
.fish-menu-dark.fish-menu-inline,
.fish-menu-dark.fish-menu-vertical,
.fish-menu-dark.fish-menu-vertical-left,
.fish-menu-dark.fish-menu-vertical-right {
  border-right: 0;
}
.fish-menu-dark.fish-menu-inline .fish-menu-item,
.fish-menu-dark.fish-menu-vertical .fish-menu-item,
.fish-menu-dark.fish-menu-vertical-left .fish-menu-item,
.fish-menu-dark.fish-menu-vertical-right .fish-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.fish-menu-dark.fish-menu-inline .fish-menu-item::after,
.fish-menu-dark.fish-menu-vertical .fish-menu-item::after,
.fish-menu-dark.fish-menu-vertical-left .fish-menu-item::after,
.fish-menu-dark.fish-menu-vertical-right .fish-menu-item::after {
  border-right: 0;
}
.fish-menu-dark.fish-menu-inline .fish-menu-item,
.fish-menu-dark.fish-menu-inline .fish-menu-submenu-title {
  width: 100%;
}
.fish-menu-dark .fish-menu-item:hover,
.fish-menu-dark .fish-menu-item-active,
.fish-menu-dark .fish-menu-submenu-active,
.fish-menu-dark .fish-menu-submenu-open,
.fish-menu-dark .fish-menu-submenu-selected,
.fish-menu-dark .fish-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.fish-menu-dark .fish-menu-item:hover > a,
.fish-menu-dark .fish-menu-item-active > a,
.fish-menu-dark .fish-menu-submenu-active > a,
.fish-menu-dark .fish-menu-submenu-open > a,
.fish-menu-dark .fish-menu-submenu-selected > a,
.fish-menu-dark .fish-menu-submenu-title:hover > a,
.fish-menu-dark .fish-menu-item:hover > span > a,
.fish-menu-dark .fish-menu-item-active > span > a,
.fish-menu-dark .fish-menu-submenu-active > span > a,
.fish-menu-dark .fish-menu-submenu-open > span > a,
.fish-menu-dark .fish-menu-submenu-selected > span > a,
.fish-menu-dark .fish-menu-submenu-title:hover > span > a {
  color: #fff;
}
.fish-menu-dark .fish-menu-item:hover > .fish-menu-submenu-title > .fish-menu-submenu-arrow,
.fish-menu-dark .fish-menu-item-active > .fish-menu-submenu-title > .fish-menu-submenu-arrow,
.fish-menu-dark .fish-menu-submenu-active > .fish-menu-submenu-title > .fish-menu-submenu-arrow,
.fish-menu-dark .fish-menu-submenu-open > .fish-menu-submenu-title > .fish-menu-submenu-arrow,
.fish-menu-dark .fish-menu-submenu-selected > .fish-menu-submenu-title > .fish-menu-submenu-arrow,
.fish-menu-dark .fish-menu-submenu-title:hover > .fish-menu-submenu-title > .fish-menu-submenu-arrow {
  opacity: 1;
}
.fish-menu-dark .fish-menu-item:hover > .fish-menu-submenu-title > .fish-menu-submenu-arrow::after,
.fish-menu-dark .fish-menu-item-active > .fish-menu-submenu-title > .fish-menu-submenu-arrow::after,
.fish-menu-dark .fish-menu-submenu-active > .fish-menu-submenu-title > .fish-menu-submenu-arrow::after,
.fish-menu-dark .fish-menu-submenu-open > .fish-menu-submenu-title > .fish-menu-submenu-arrow::after,
.fish-menu-dark .fish-menu-submenu-selected > .fish-menu-submenu-title > .fish-menu-submenu-arrow::after,
.fish-menu-dark .fish-menu-submenu-title:hover > .fish-menu-submenu-title > .fish-menu-submenu-arrow::after,
.fish-menu-dark .fish-menu-item:hover > .fish-menu-submenu-title > .fish-menu-submenu-arrow::before,
.fish-menu-dark .fish-menu-item-active > .fish-menu-submenu-title > .fish-menu-submenu-arrow::before,
.fish-menu-dark .fish-menu-submenu-active > .fish-menu-submenu-title > .fish-menu-submenu-arrow::before,
.fish-menu-dark .fish-menu-submenu-open > .fish-menu-submenu-title > .fish-menu-submenu-arrow::before,
.fish-menu-dark .fish-menu-submenu-selected > .fish-menu-submenu-title > .fish-menu-submenu-arrow::before,
.fish-menu-dark .fish-menu-submenu-title:hover > .fish-menu-submenu-title > .fish-menu-submenu-arrow::before {
  background: #fff;
}
.fish-menu-dark .fish-menu-item:hover {
  background-color: transparent;
}
.fish-menu-dark.fish-menu-dark:not(.fish-menu-horizontal) .fish-menu-item-selected {
  background-color: #1890ff;
}
.fish-menu-dark .fish-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.fish-menu-dark .fish-menu-item-selected::after {
  border-right: 0;
}
.fish-menu-dark .fish-menu-item-selected > a,
.fish-menu-dark .fish-menu-item-selected > span > a,
.fish-menu-dark .fish-menu-item-selected > a:hover,
.fish-menu-dark .fish-menu-item-selected > span > a:hover {
  color: #fff;
}
.fish-menu-dark .fish-menu-item-selected .fish-menu-item-icon,
.fish-menu-dark .fish-menu-item-selected .fishicon {
  color: #fff;
}
.fish-menu-dark .fish-menu-item-selected .fish-menu-item-icon + span,
.fish-menu-dark .fish-menu-item-selected .fishicon + span {
  color: #fff;
}
.fish-menu.fish-menu-dark .fish-menu-item-selected,
.fish-menu-submenu-popup.fish-menu-dark .fish-menu-item-selected {
  background-color: #1890ff;
}
.fish-menu-dark .fish-menu-item-disabled,
.fish-menu-dark .fish-menu-submenu-disabled,
.fish-menu-dark .fish-menu-item-disabled > a,
.fish-menu-dark .fish-menu-submenu-disabled > a,
.fish-menu-dark .fish-menu-item-disabled > span > a,
.fish-menu-dark .fish-menu-submenu-disabled > span > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.fish-menu-dark .fish-menu-item-disabled > .fish-menu-submenu-title,
.fish-menu-dark .fish-menu-submenu-disabled > .fish-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.fish-menu-dark .fish-menu-item-disabled > .fish-menu-submenu-title > .fish-menu-submenu-arrow::before,
.fish-menu-dark .fish-menu-submenu-disabled > .fish-menu-submenu-title > .fish-menu-submenu-arrow::before,
.fish-menu-dark .fish-menu-item-disabled > .fish-menu-submenu-title > .fish-menu-submenu-arrow::after,
.fish-menu-dark .fish-menu-submenu-disabled > .fish-menu-submenu-title > .fish-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.fish-menu-submenu-horizontal .fish-menu-submenu-arrow {
  right: 0;
  display: unset;
  transform: translateY(2px);
}
.fish-menu-submenu-horizontal .fish-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2.5px);
}
.fish-menu-submenu-horizontal .fish-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2.5px);
}
.fish-menu-submenu-open.fish-menu-submenu-horizontal > .fish-menu-submenu-title > .fish-menu-submenu-arrow {
  transform: translateY(-2px);
}
.fish-menu-submenu-open.fish-menu-submenu-horizontal > .fish-menu-submenu-title > .fish-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2.5px);
}
.fish-menu-submenu-open.fish-menu-submenu-horizontal > .fish-menu-submenu-title > .fish-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2.5px);
}
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu {
  margin-top: unset;
  margin-bottom: unset;
}
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item:hover .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu:hover .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item-active .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu-active .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item-open .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu-open .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-item-selected .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu-horizontal:not(.fish-menu-dark) > .fish-menu-submenu-selected .fish-menu-submenu-title .fish-menu-submenu-arrow {
  color: #1890ff;
}
.fish-menu-horizontal > .fish-menu-submenu > .fish-menu-submenu-title {
  padding-right: 16px;
  padding-left: 0;
}
.fish-menu > .fish-menu-item::after,
.fish-menu > .fish-menu-submenu::after {
  right: 0;
  left: 0;
}
.fish-menu.fish-menu-rtl {
  direction: rtl;
  text-align: right;
}
.fish-menu-rtl.fish-menu-nav {
  direction: rtl;
  text-align: right;
}
.fish-menu-rtl .fish-menu-item-group-title {
  text-align: right;
}
.fish-menu-rtl.fish-menu-inline,
.fish-menu-rtl.fish-menu-vertical {
  border-right: none;
  border-left: 1px solid #e8e8e8;
}
.fish-menu-rtl.fish-menu-dark.fish-menu-inline,
.fish-menu-rtl.fish-menu-dark.fish-menu-vertical {
  border-left: none;
}
.fish-menu-rtl.fish-menu-vertical.fish-menu-sub > .fish-menu-item,
.fish-menu-rtl.fish-menu-vertical-left.fish-menu-sub > .fish-menu-item,
.fish-menu-rtl.fish-menu-vertical-right.fish-menu-sub > .fish-menu-item,
.fish-menu-rtl.fish-menu-vertical.fish-menu-sub > .fish-menu-submenu,
.fish-menu-rtl.fish-menu-vertical-left.fish-menu-sub > .fish-menu-submenu,
.fish-menu-rtl.fish-menu-vertical-right.fish-menu-sub > .fish-menu-submenu {
  transform-origin: top right;
}
.fish-menu-rtl .fish-menu-item .fish-menu-item-icon,
.fish-menu-rtl .fish-menu-submenu-title .fish-menu-item-icon,
.fish-menu-rtl .fish-menu-item .fishicon,
.fish-menu-rtl .fish-menu-submenu-title .fishicon {
  margin-right: auto;
  margin-left: 10px;
}
.fish-menu-rtl .fish-menu-item.fish-menu-item-only-child > .fish-menu-item-icon,
.fish-menu-rtl .fish-menu-submenu-title.fish-menu-item-only-child > .fish-menu-item-icon,
.fish-menu-rtl .fish-menu-item.fish-menu-item-only-child > .fishicon,
.fish-menu-rtl .fish-menu-submenu-title.fish-menu-item-only-child > .fishicon {
  margin-left: 0;
}
.fish-menu-submenu-rtl.fish-menu-submenu-popup {
  transform-origin: 100% 0;
}
.fish-menu-rtl .fish-menu-submenu-horizontal > .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu-rtl .fish-menu-submenu-vertical > .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu-rtl .fish-menu-submenu-vertical-left > .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu-rtl .fish-menu-submenu-vertical-right > .fish-menu-submenu-title .fish-menu-submenu-arrow,
.fish-menu-rtl .fish-menu-submenu-inline > .fish-menu-submenu-title .fish-menu-submenu-arrow {
  right: auto;
  left: 16px;
}
.fish-menu-rtl .fish-menu-submenu-vertical > .fish-menu-submenu-title .fish-menu-submenu-arrow::before,
.fish-menu-rtl .fish-menu-submenu-vertical-left > .fish-menu-submenu-title .fish-menu-submenu-arrow::before,
.fish-menu-rtl .fish-menu-submenu-vertical-right > .fish-menu-submenu-title .fish-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateY(-2px);
}
.fish-menu-rtl .fish-menu-submenu-vertical > .fish-menu-submenu-title .fish-menu-submenu-arrow::after,
.fish-menu-rtl .fish-menu-submenu-vertical-left > .fish-menu-submenu-title .fish-menu-submenu-arrow::after,
.fish-menu-rtl .fish-menu-submenu-vertical-right > .fish-menu-submenu-title .fish-menu-submenu-arrow::after {
  transform: rotate(45deg) translateY(2px);
}
.fish-menu-rtl .fish-menu-submenu-horizontal > .fish-menu-submenu-title .fish-menu-submenu-arrow {
  right: auto;
  left: 0;
}
.fish-menu-rtl.fish-menu-vertical .fish-menu-item::after,
.fish-menu-rtl.fish-menu-vertical-left .fish-menu-item::after,
.fish-menu-rtl.fish-menu-vertical-right .fish-menu-item::after,
.fish-menu-rtl.fish-menu-inline .fish-menu-item::after {
  right: auto;
  left: 0;
}
.fish-menu-rtl.fish-menu-vertical .fish-menu-item,
.fish-menu-rtl.fish-menu-vertical-left .fish-menu-item,
.fish-menu-rtl.fish-menu-vertical-right .fish-menu-item,
.fish-menu-rtl.fish-menu-inline .fish-menu-item,
.fish-menu-rtl.fish-menu-vertical .fish-menu-submenu-title,
.fish-menu-rtl.fish-menu-vertical-left .fish-menu-submenu-title,
.fish-menu-rtl.fish-menu-vertical-right .fish-menu-submenu-title,
.fish-menu-rtl.fish-menu-inline .fish-menu-submenu-title {
  text-align: right;
}
.fish-menu-rtl.fish-menu-horizontal .fish-menu-submenu-title {
  padding-right: 0;
  padding-left: 16px;
}
.fish-menu-rtl.fish-menu-inline .fish-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}
.fish-menu-rtl.fish-menu-vertical .fish-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px;
}
.fish-menu-rtl.fish-menu-inline-collapsed.fish-menu-vertical .fish-menu-submenu-title {
  padding: 0 calc(50% - 16px / 2);
}
.fish-menu-rtl .fish-menu-item-group-list .fish-menu-item,
.fish-menu-rtl .fish-menu-item-group-list .fish-menu-submenu-title {
  padding: 0 28px 0 16px;
}
.fish-menu-sub.fish-menu-inline {
  border: 0;
}
.fish-menu-rtl.fish-menu-sub.fish-menu-inline .fish-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  width: max-content;
  max-width: 250px;
  visibility: visible;
}
.fish-tooltip-hidden {
  display: none;
}
.fish-tooltip-placement-top,
.fish-tooltip-placement-topLeft,
.fish-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.fish-tooltip-placement-right,
.fish-tooltip-placement-rightTop,
.fish-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.fish-tooltip-placement-bottom,
.fish-tooltip-placement-bottomLeft,
.fish-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.fish-tooltip-placement-left,
.fish-tooltip-placement-leftTop,
.fish-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.fish-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.fish-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.fish-tooltip-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}
.fish-tooltip-placement-top .fish-tooltip-arrow,
.fish-tooltip-placement-topLeft .fish-tooltip-arrow,
.fish-tooltip-placement-topRight .fish-tooltip-arrow {
  bottom: -5.07106781px;
}
.fish-tooltip-placement-top .fish-tooltip-arrow-content,
.fish-tooltip-placement-topLeft .fish-tooltip-arrow-content,
.fish-tooltip-placement-topRight .fish-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}
.fish-tooltip-placement-top .fish-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.fish-tooltip-placement-topLeft .fish-tooltip-arrow {
  left: 13px;
}
.fish-tooltip-placement-topRight .fish-tooltip-arrow {
  right: 13px;
}
.fish-tooltip-placement-right .fish-tooltip-arrow,
.fish-tooltip-placement-rightTop .fish-tooltip-arrow,
.fish-tooltip-placement-rightBottom .fish-tooltip-arrow {
  left: -5.07106781px;
}
.fish-tooltip-placement-right .fish-tooltip-arrow-content,
.fish-tooltip-placement-rightTop .fish-tooltip-arrow-content,
.fish-tooltip-placement-rightBottom .fish-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}
.fish-tooltip-placement-right .fish-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.fish-tooltip-placement-rightTop .fish-tooltip-arrow {
  top: 5px;
}
.fish-tooltip-placement-rightBottom .fish-tooltip-arrow {
  bottom: 5px;
}
.fish-tooltip-placement-left .fish-tooltip-arrow,
.fish-tooltip-placement-leftTop .fish-tooltip-arrow,
.fish-tooltip-placement-leftBottom .fish-tooltip-arrow {
  right: -5.07106781px;
}
.fish-tooltip-placement-left .fish-tooltip-arrow-content,
.fish-tooltip-placement-leftTop .fish-tooltip-arrow-content,
.fish-tooltip-placement-leftBottom .fish-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}
.fish-tooltip-placement-left .fish-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.fish-tooltip-placement-leftTop .fish-tooltip-arrow {
  top: 5px;
}
.fish-tooltip-placement-leftBottom .fish-tooltip-arrow {
  bottom: 5px;
}
.fish-tooltip-placement-bottom .fish-tooltip-arrow,
.fish-tooltip-placement-bottomLeft .fish-tooltip-arrow,
.fish-tooltip-placement-bottomRight .fish-tooltip-arrow {
  top: -5.07106781px;
}
.fish-tooltip-placement-bottom .fish-tooltip-arrow-content,
.fish-tooltip-placement-bottomLeft .fish-tooltip-arrow-content,
.fish-tooltip-placement-bottomRight .fish-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}
.fish-tooltip-placement-bottom .fish-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.fish-tooltip-placement-bottomLeft .fish-tooltip-arrow {
  left: 13px;
}
.fish-tooltip-placement-bottomRight .fish-tooltip-arrow {
  right: 13px;
}
.fish-tooltip-pink .fish-tooltip-inner {
  background-color: #eb2f96;
}
.fish-tooltip-pink .fish-tooltip-arrow-content {
  background-color: #eb2f96;
}
.fish-tooltip-magenta .fish-tooltip-inner {
  background-color: #eb2f96;
}
.fish-tooltip-magenta .fish-tooltip-arrow-content {
  background-color: #eb2f96;
}
.fish-tooltip-red .fish-tooltip-inner {
  background-color: #f5222d;
}
.fish-tooltip-red .fish-tooltip-arrow-content {
  background-color: #f5222d;
}
.fish-tooltip-volcano .fish-tooltip-inner {
  background-color: #fa541c;
}
.fish-tooltip-volcano .fish-tooltip-arrow-content {
  background-color: #fa541c;
}
.fish-tooltip-orange .fish-tooltip-inner {
  background-color: #fa8c16;
}
.fish-tooltip-orange .fish-tooltip-arrow-content {
  background-color: #fa8c16;
}
.fish-tooltip-yellow .fish-tooltip-inner {
  background-color: #fadb14;
}
.fish-tooltip-yellow .fish-tooltip-arrow-content {
  background-color: #fadb14;
}
.fish-tooltip-gold .fish-tooltip-inner {
  background-color: #faad14;
}
.fish-tooltip-gold .fish-tooltip-arrow-content {
  background-color: #faad14;
}
.fish-tooltip-cyan .fish-tooltip-inner {
  background-color: #13c2c2;
}
.fish-tooltip-cyan .fish-tooltip-arrow-content {
  background-color: #13c2c2;
}
.fish-tooltip-lime .fish-tooltip-inner {
  background-color: #a0d911;
}
.fish-tooltip-lime .fish-tooltip-arrow-content {
  background-color: #a0d911;
}
.fish-tooltip-green .fish-tooltip-inner {
  background-color: #52c41a;
}
.fish-tooltip-green .fish-tooltip-arrow-content {
  background-color: #52c41a;
}
.fish-tooltip-blue .fish-tooltip-inner {
  background-color: #1890ff;
}
.fish-tooltip-blue .fish-tooltip-arrow-content {
  background-color: #1890ff;
}
.fish-tooltip-geekblue .fish-tooltip-inner {
  background-color: #2f54eb;
}
.fish-tooltip-geekblue .fish-tooltip-arrow-content {
  background-color: #2f54eb;
}
.fish-tooltip-purple .fish-tooltip-inner {
  background-color: #722ed1;
}
.fish-tooltip-purple .fish-tooltip-arrow-content {
  background-color: #722ed1;
}
.fish-tooltip-rtl {
  direction: rtl;
}
.fish-tooltip-rtl .fish-tooltip-inner {
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-dropdown-menu-item.fish-dropdown-menu-item-danger {
  color: #f5222d;
}
.fish-dropdown-menu-item.fish-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #f5222d;
}
.fish-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.fish-dropdown::before {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.fish-dropdown-wrap {
  position: relative;
}
.fish-dropdown-wrap .fish-btn > .fishicon-down {
  font-size: 10px;
}
.fish-dropdown-wrap .fishicon-down::before {
  transition: transform 0.2s;
}
.fish-dropdown-wrap-open .fishicon-down::before {
  transform: rotate(180deg);
}
.fish-dropdown-hidden,
.fish-dropdown-menu-hidden,
.fish-dropdown-menu-submenu-hidden {
  display: none;
}
.fish-dropdown-show-arrow.fish-dropdown-placement-topCenter,
.fish-dropdown-show-arrow.fish-dropdown-placement-topLeft,
.fish-dropdown-show-arrow.fish-dropdown-placement-topRight {
  padding-bottom: 10px;
}
.fish-dropdown-show-arrow.fish-dropdown-placement-bottomCenter,
.fish-dropdown-show-arrow.fish-dropdown-placement-bottomLeft,
.fish-dropdown-show-arrow.fish-dropdown-placement-bottomRight {
  padding-top: 10px;
}
.fish-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}
.fish-dropdown-placement-topCenter > .fish-dropdown-arrow,
.fish-dropdown-placement-topLeft > .fish-dropdown-arrow,
.fish-dropdown-placement-topRight > .fish-dropdown-arrow {
  bottom: 6.2px;
  border-color: transparent #fff #fff transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.fish-dropdown-placement-topCenter > .fish-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.fish-dropdown-placement-topLeft > .fish-dropdown-arrow {
  left: 16px;
}
.fish-dropdown-placement-topRight > .fish-dropdown-arrow {
  right: 16px;
}
.fish-dropdown-placement-bottomCenter > .fish-dropdown-arrow,
.fish-dropdown-placement-bottomLeft > .fish-dropdown-arrow,
.fish-dropdown-placement-bottomRight > .fish-dropdown-arrow {
  top: 6px;
  border-color: #fff transparent transparent #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.fish-dropdown-placement-bottomCenter > .fish-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.fish-dropdown-placement-bottomLeft > .fish-dropdown-arrow {
  left: 16px;
}
.fish-dropdown-placement-bottomRight > .fish-dropdown-arrow {
  right: 16px;
}
.fish-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.fish-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.fish-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  transform-origin: 0 0;
}
.fish-dropdown-menu-submenu-popup ul,
.fish-dropdown-menu-submenu-popup li {
  list-style: none;
}
.fish-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.fish-dropdown-menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.fish-dropdown-menu-item-icon {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.fish-dropdown-menu-title-content {
  flex: auto;
}
.fish-dropdown-menu-title-content > a {
  color: inherit;
  transition: all 0.3s;
}
.fish-dropdown-menu-title-content > a:hover {
  color: inherit;
}
.fish-dropdown-menu-title-content > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.fish-dropdown-menu-item,
.fish-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.fish-dropdown-menu-item-selected,
.fish-dropdown-menu-submenu-title-selected {
  color: #1890ff;
  background-color: #e6f7ff;
}
.fish-dropdown-menu-item:hover,
.fish-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}
.fish-dropdown-menu-item-disabled,
.fish-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.fish-dropdown-menu-item-disabled:hover,
.fish-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.fish-dropdown-menu-item-disabled a,
.fish-dropdown-menu-submenu-title-disabled a {
  pointer-events: none;
}
.fish-dropdown-menu-item-divider,
.fish-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.fish-dropdown-menu-item .fish-dropdown-menu-submenu-expand-icon,
.fish-dropdown-menu-submenu-title .fish-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px;
}
.fish-dropdown-menu-item .fish-dropdown-menu-submenu-expand-icon .fish-dropdown-menu-submenu-arrow-icon,
.fish-dropdown-menu-submenu-title .fish-dropdown-menu-submenu-expand-icon .fish-dropdown-menu-submenu-arrow-icon {
  margin-right: 0 !important;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  font-style: normal;
}
.fish-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.fish-dropdown-menu-submenu-title {
  padding-right: 24px;
}
.fish-dropdown-menu-submenu-vertical {
  position: relative;
}
.fish-dropdown-menu-submenu-vertical > .fish-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.fish-dropdown-menu-submenu.fish-dropdown-menu-submenu-disabled .fish-dropdown-menu-submenu-title,
.fish-dropdown-menu-submenu.fish-dropdown-menu-submenu-disabled .fish-dropdown-menu-submenu-title .fish-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.fish-dropdown-menu-submenu-selected .fish-dropdown-menu-submenu-title {
  color: #1890ff;
}
.fish-dropdown.fish-slide-down-enter.fish-slide-down-enter-active.fish-dropdown-placement-bottomLeft,
.fish-dropdown.fish-slide-down-appear.fish-slide-down-appear-active.fish-dropdown-placement-bottomLeft,
.fish-dropdown.fish-slide-down-enter.fish-slide-down-enter-active.fish-dropdown-placement-bottomCenter,
.fish-dropdown.fish-slide-down-appear.fish-slide-down-appear-active.fish-dropdown-placement-bottomCenter,
.fish-dropdown.fish-slide-down-enter.fish-slide-down-enter-active.fish-dropdown-placement-bottomRight,
.fish-dropdown.fish-slide-down-appear.fish-slide-down-appear-active.fish-dropdown-placement-bottomRight {
  animation-name: fishSlideUpIn;
}
.fish-dropdown.fish-slide-up-enter.fish-slide-up-enter-active.fish-dropdown-placement-topLeft,
.fish-dropdown.fish-slide-up-appear.fish-slide-up-appear-active.fish-dropdown-placement-topLeft,
.fish-dropdown.fish-slide-up-enter.fish-slide-up-enter-active.fish-dropdown-placement-topCenter,
.fish-dropdown.fish-slide-up-appear.fish-slide-up-appear-active.fish-dropdown-placement-topCenter,
.fish-dropdown.fish-slide-up-enter.fish-slide-up-enter-active.fish-dropdown-placement-topRight,
.fish-dropdown.fish-slide-up-appear.fish-slide-up-appear-active.fish-dropdown-placement-topRight {
  animation-name: fishSlideDownIn;
}
.fish-dropdown.fish-slide-down-leave.fish-slide-down-leave-active.fish-dropdown-placement-bottomLeft,
.fish-dropdown.fish-slide-down-leave.fish-slide-down-leave-active.fish-dropdown-placement-bottomCenter,
.fish-dropdown.fish-slide-down-leave.fish-slide-down-leave-active.fish-dropdown-placement-bottomRight {
  animation-name: fishSlideUpOut;
}
.fish-dropdown.fish-slide-up-leave.fish-slide-up-leave-active.fish-dropdown-placement-topLeft,
.fish-dropdown.fish-slide-up-leave.fish-slide-up-leave-active.fish-dropdown-placement-topCenter,
.fish-dropdown.fish-slide-up-leave.fish-slide-up-leave-active.fish-dropdown-placement-topRight {
  animation-name: fishSlideDownOut;
}
.fish-dropdown-trigger > .fishicon.fishicon-down,
.fish-dropdown-link > .fishicon.fishicon-down,
.fish-dropdown-button > .fishicon.fishicon-down {
  font-size: 10px;
  vertical-align: baseline;
}
.fish-dropdown-button {
  white-space: nowrap;
}
.fish-dropdown-button.fish-btn-group > .fish-btn:last-child:not(:first-child):not(.fish-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}
.fish-dropdown-menu-dark,
.fish-dropdown-menu-dark .fish-dropdown-menu {
  background: #001529;
}
.fish-dropdown-menu-dark .fish-dropdown-menu-item,
.fish-dropdown-menu-dark .fish-dropdown-menu-submenu-title,
.fish-dropdown-menu-dark .fish-dropdown-menu-item > a,
.fish-dropdown-menu-dark .fish-dropdown-menu-item > .fishicon + span > a {
  color: rgba(255, 255, 255, 0.65);
}
.fish-dropdown-menu-dark .fish-dropdown-menu-item .fish-dropdown-menu-submenu-arrow::after,
.fish-dropdown-menu-dark .fish-dropdown-menu-submenu-title .fish-dropdown-menu-submenu-arrow::after,
.fish-dropdown-menu-dark .fish-dropdown-menu-item > a .fish-dropdown-menu-submenu-arrow::after,
.fish-dropdown-menu-dark .fish-dropdown-menu-item > .fishicon + span > a .fish-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.fish-dropdown-menu-dark .fish-dropdown-menu-item:hover,
.fish-dropdown-menu-dark .fish-dropdown-menu-submenu-title:hover,
.fish-dropdown-menu-dark .fish-dropdown-menu-item > a:hover,
.fish-dropdown-menu-dark .fish-dropdown-menu-item > .fishicon + span > a:hover {
  color: #fff;
  background: transparent;
}
.fish-dropdown-menu-dark .fish-dropdown-menu-item-selected,
.fish-dropdown-menu-dark .fish-dropdown-menu-item-selected:hover,
.fish-dropdown-menu-dark .fish-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}
.fish-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.fish-dropdown-rtl {
  direction: rtl;
}
.fish-dropdown-rtl.fish-dropdown::before {
  right: -7px;
  left: 0;
}
.fish-dropdown-menu.fish-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}
.fish-dropdown-rtl .fish-dropdown-menu-item-group-title,
.fish-dropdown-menu-submenu-rtl .fish-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}
.fish-dropdown-menu-submenu-popup.fish-dropdown-menu-submenu-rtl {
  transform-origin: 100% 0;
}
.fish-dropdown-rtl .fish-dropdown-menu-submenu-popup ul,
.fish-dropdown-rtl .fish-dropdown-menu-submenu-popup li {
  text-align: right;
}
.fish-dropdown-rtl .fish-dropdown-menu-item,
.fish-dropdown-rtl .fish-dropdown-menu-submenu-title {
  text-align: right;
}
.fish-dropdown-rtl .fish-dropdown-menu-item > .fishicon:first-child,
.fish-dropdown-rtl .fish-dropdown-menu-submenu-title > .fishicon:first-child,
.fish-dropdown-rtl .fish-dropdown-menu-item > span > .fishicon:first-child,
.fish-dropdown-rtl .fish-dropdown-menu-submenu-title > span > .fishicon:first-child {
  margin-right: 0;
  margin-left: 8px;
}
.fish-dropdown-rtl .fish-dropdown-menu-item .fish-dropdown-menu-submenu-expand-icon,
.fish-dropdown-rtl .fish-dropdown-menu-submenu-title .fish-dropdown-menu-submenu-expand-icon {
  right: auto;
  left: 8px;
}
.fish-dropdown-rtl .fish-dropdown-menu-item .fish-dropdown-menu-submenu-expand-icon .fish-dropdown-menu-submenu-arrow-icon,
.fish-dropdown-rtl .fish-dropdown-menu-submenu-title .fish-dropdown-menu-submenu-expand-icon .fish-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1);
}
.fish-dropdown-rtl .fish-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}
.fish-dropdown-rtl .fish-dropdown-menu-submenu-vertical > .fish-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.fish-message-notice {
  padding: 8px;
  text-align: center;
}
.fish-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all;
}
.fish-message-success .fishicon {
  color: #52c41a;
}
.fish-message-error .fishicon {
  color: #f5222d;
}
.fish-message-warning .fishicon {
  color: #faad14;
}
.fish-message-info .fishicon,
.fish-message-loading .fishicon {
  color: #1890ff;
}
.fish-message .fishicon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.fish-message-notice.fish-move-up-leave.fish-move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.fish-message-rtl {
  direction: rtl;
}
.fish-message-rtl span {
  direction: rtl;
}
.fish-message-rtl .fishicon {
  margin-right: 0;
  margin-left: 8px;
}

.comp-platform-list,
.left {
  width: 220px;
  flex-shrink: 0;
  height: 100%;
  overflow-y: auto;
  border-right: 1px solid #999;
}
.comp-platform-list__item,
.left__item {
  height: 47px;
  line-height: 47px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  white-space: pre-wrap;
}
.comp-platform-list__item:hover,
.left__item:hover,
.comp-platform-list__item--active,
.left__item--active {
  background-color: #F2F2F2;
}
.load-more {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  background-color: #eee;
  transition: background-color 300ms;
}
.load-more:hover {
  background-color: lightgray;
}
.load-more--inactive {
  cursor: unset;
}
.load-more--inactive:hover {
  background-color: #eee;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.fish-pagination ul,
.fish-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fish-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.fish-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.fish-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}
.fish-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}
.fish-pagination-item a:hover {
  text-decoration: none;
}
.fish-pagination-item:focus-visible,
.fish-pagination-item:hover:not(.fish-pagination-item-active) {
  background-color: #fff;
  border-color: #1890ff;
  transition: all 0.3s;
}
.fish-pagination-item:focus-visible a,
.fish-pagination-item:hover:not(.fish-pagination-item-active) a {
  color: #1890ff;
}
.fish-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}
.fish-pagination-item-active a {
  color: #1890ff;
}
.fish-pagination-item-active:focus-visible,
.fish-pagination-item-active:hover {
  color: #40a9ff;
}
.fish-pagination-item-active:focus-visible a,
.fish-pagination-item-active:hover a {
  color: #40a9ff;
}
.fish-pagination-jump-prev,
.fish-pagination-jump-next {
  outline: 0;
}
.fish-pagination-jump-prev .fish-pagination-item-container,
.fish-pagination-jump-next .fish-pagination-item-container {
  position: relative;
}
.fish-pagination-jump-prev .fish-pagination-item-container .fish-pagination-item-link-icon,
.fish-pagination-jump-next .fish-pagination-item-container .fish-pagination-item-link-icon {
  color: #1890ff;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
.fish-pagination-jump-prev .fish-pagination-item-container .fish-pagination-item-link-icon-svg,
.fish-pagination-jump-next .fish-pagination-item-container .fish-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fish-pagination-jump-prev .fish-pagination-item-container .fish-pagination-item-ellipsis,
.fish-pagination-jump-next .fish-pagination-item-container .fish-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.fish-pagination-jump-prev:focus-visible .fish-pagination-item-link-icon,
.fish-pagination-jump-next:focus-visible .fish-pagination-item-link-icon,
.fish-pagination-jump-prev:hover .fish-pagination-item-link-icon,
.fish-pagination-jump-next:hover .fish-pagination-item-link-icon {
  opacity: 1;
}
.fish-pagination-jump-prev:focus-visible .fish-pagination-item-ellipsis,
.fish-pagination-jump-next:focus-visible .fish-pagination-item-ellipsis,
.fish-pagination-jump-prev:hover .fish-pagination-item-ellipsis,
.fish-pagination-jump-next:hover .fish-pagination-item-ellipsis {
  opacity: 0;
}
.fish-pagination-prev,
.fish-pagination-jump-prev,
.fish-pagination-jump-next {
  margin-right: 8px;
}
.fish-pagination-prev,
.fish-pagination-next,
.fish-pagination-jump-prev,
.fish-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.fish-pagination-prev,
.fish-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.fish-pagination-prev a,
.fish-pagination-next a {
  color: rgba(0, 0, 0, 0.85);
  user-select: none;
}
.fish-pagination-prev:hover a,
.fish-pagination-next:hover a {
  border-color: #40a9ff;
}
.fish-pagination-prev button,
.fish-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  user-select: none;
}
.fish-pagination-prev:hover button,
.fish-pagination-next:hover button {
  border-color: #40a9ff;
}
.fish-pagination-prev .fish-pagination-item-link,
.fish-pagination-next .fish-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
}
.fish-pagination-prev:focus-visible .fish-pagination-item-link,
.fish-pagination-next:focus-visible .fish-pagination-item-link,
.fish-pagination-prev:hover .fish-pagination-item-link,
.fish-pagination-next:hover .fish-pagination-item-link {
  color: #1890ff;
  background: #fff;
  border-color: #1890ff;
}
.fish-pagination-disabled,
.fish-pagination-disabled:hover,
.fish-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.fish-pagination-disabled a,
.fish-pagination-disabled:hover a,
.fish-pagination-disabled:focus-visible a,
.fish-pagination-disabled .fish-pagination-item-link,
.fish-pagination-disabled:hover .fish-pagination-item-link,
.fish-pagination-disabled:focus-visible .fish-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.fish-pagination-slash {
  margin: 0 10px 0 5px;
}
.fish-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .fish-pagination-options *::-ms-backdrop,
  .fish-pagination-options {
    vertical-align: top;
  }
}
.fish-pagination-options-size-changer.fish-select {
  display: inline-block;
  width: auto;
}
.fish-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}
.fish-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  width: 50px;
  height: 32px;
  margin: 0 8px;
}
.fish-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1;
}
.fish-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.fish-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.fish-pagination-options-quick-jumper input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.fish-pagination-options-quick-jumper input:focus,
.fish-pagination-options-quick-jumper input-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.fish-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.fish-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.fish-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.fish-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.fish-pagination-options-quick-jumper input-borderless,
.fish-pagination-options-quick-jumper input-borderless:hover,
.fish-pagination-options-quick-jumper input-borderless:focus,
.fish-pagination-options-quick-jumper input-borderless-focused,
.fish-pagination-options-quick-jumper input-borderless-disabled,
.fish-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.fish-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.fish-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.fish-pagination-options-quick-jumper input-sm {
  padding: 0px 7px;
}
.fish-pagination-options-quick-jumper-btn {
  display: inline-block;
  min-width: 50px;
  height: 32px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
  text-align: center;
  vertical-align: top;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.fish-pagination-options-quick-jumper-btn:hover {
  color: #1890ff;
  border-color: #1890ff;
}
.fish-pagination-options-quick-jumper-btn-active {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
}
.fish-pagination-simple .fish-pagination-prev,
.fish-pagination-simple .fish-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.fish-pagination-simple .fish-pagination-prev .fish-pagination-item-link,
.fish-pagination-simple .fish-pagination-next .fish-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.fish-pagination-simple .fish-pagination-prev .fish-pagination-item-link::after,
.fish-pagination-simple .fish-pagination-next .fish-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.fish-pagination-simple .fish-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.fish-pagination-simple .fish-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
.fish-pagination-simple .fish-pagination-simple-pager input:hover {
  border-color: #1890ff;
}
.fish-pagination-simple .fish-pagination-simple-pager input:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.fish-pagination-simple .fish-pagination-simple-pager input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.fish-pagination.minimalistic .fish-pagination-item {
  display: none;
}
.fish-pagination.mini .fish-pagination-total-text,
.fish-pagination.mini .fish-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.fish-pagination.mini .fish-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.fish-pagination.mini .fish-pagination-item:not(.fish-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.fish-pagination.mini .fish-pagination-prev,
.fish-pagination.mini .fish-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.fish-pagination.mini .fish-pagination-prev .fish-pagination-item-link,
.fish-pagination.mini .fish-pagination-next .fish-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.fish-pagination.mini .fish-pagination-prev .fish-pagination-item-link::after,
.fish-pagination.mini .fish-pagination-next .fish-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.fish-pagination.mini .fish-pagination-jump-prev,
.fish-pagination.mini .fish-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.fish-pagination.mini .fish-pagination-options {
  margin-left: 2px;
}
.fish-pagination.mini .fish-pagination-options-size-changer {
  top: 0px;
}
.fish-pagination.mini .fish-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.fish-pagination.mini .fish-pagination-options-quick-jumper input {
  padding: 0px 7px;
  width: 44px;
  height: 24px;
}
.fish-pagination.fish-pagination-disabled {
  cursor: not-allowed;
}
.fish-pagination.fish-pagination-disabled .fish-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.fish-pagination.fish-pagination-disabled .fish-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.fish-pagination.fish-pagination-disabled .fish-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}
.fish-pagination.fish-pagination-disabled .fish-pagination-item-active a {
  color: #fff;
}
.fish-pagination.fish-pagination-disabled .fish-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.fish-pagination-simple.fish-pagination.fish-pagination-disabled .fish-pagination-item-link {
  background: transparent;
}
.fish-pagination.fish-pagination-disabled .fish-pagination-item-link-icon {
  opacity: 0;
}
.fish-pagination.fish-pagination-disabled .fish-pagination-item-ellipsis {
  opacity: 1;
}
.fish-pagination.fish-pagination-disabled .fish-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}
.fish-pagination.mini .fish-pagination-options-quick-jumper-btn {
  min-width: 40px;
  height: 24px;
  margin-left: 8px;
  line-height: 22px;
}
@media only screen and (max-width: 992px) {
  .fish-pagination-item-after-jump-prev,
  .fish-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .fish-pagination-options {
    display: none;
  }
}
.fish-pagination-rtl .fish-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}
.fish-pagination-rtl .fish-pagination-item,
.fish-pagination-rtl .fish-pagination-prev,
.fish-pagination-rtl .fish-pagination-jump-prev,
.fish-pagination-rtl .fish-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}
.fish-pagination-rtl .fish-pagination-slash {
  margin: 0 5px 0 10px;
}
.fish-pagination-rtl .fish-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}
.fish-pagination-rtl .fish-pagination-options .fish-pagination-options-size-changer.fish-select {
  margin-right: 0;
  margin-left: 8px;
}
.fish-pagination-rtl .fish-pagination-options .fish-pagination-options-quick-jumper {
  margin-left: 0;
}
.fish-pagination-rtl.fish-pagination-simple .fish-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}
.fish-pagination-rtl.fish-pagination-simple .fish-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}
.fish-pagination-rtl.fish-pagination.mini .fish-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}

.comp-library-list {
  height: 100%;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.comp-library-list .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  column-gap: 23px;
}
.comp-library-list .item {
  display: inline-block;
  width: 203px;
  height: 144px;
  overflow: hidden;
  border-radius: 4px;
  background-color: lightgray;
  cursor: pointer;
  position: relative;
  transition: all 300ms;
}
.comp-library-list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 203px;
  height: 144px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}
.comp-library-list .item:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
}
.comp-library-list .item:hover .item__cover {
  scale: 1.14 !important;
}
.comp-library-list .item__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms;
}
.comp-library-list .item__name {
  z-index: 1;
  position: absolute;
  left: 4px;
  bottom: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  white-space: pre-wrap;
}
.comp-library-list .footer {
  padding-top: 12px;
  height: 32px;
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-select-single .fish-select-selector {
  display: flex;
}
.fish-select-single .fish-select-selector .fish-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.fish-select-single .fish-select-selector .fish-select-selection-search-input {
  width: 100%;
}
.fish-select-single .fish-select-selector .fish-select-selection-item,
.fish-select-single .fish-select-selector .fish-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}
@supports (-moz-appearance: meterbar) {
  .fish-select-single .fish-select-selector .fish-select-selection-item,
  .fish-select-single .fish-select-selector .fish-select-selection-placeholder {
    line-height: 30px;
  }
}
.fish-select-single .fish-select-selector .fish-select-selection-item {
  position: relative;
  user-select: none;
}
.fish-select-single .fish-select-selector .fish-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.fish-select-single .fish-select-selector::after,
.fish-select-single .fish-select-selector .fish-select-selection-item::after,
.fish-select-single .fish-select-selector .fish-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.fish-select-single.fish-select-show-arrow .fish-select-selection-search {
  right: 25px;
}
.fish-select-single.fish-select-show-arrow .fish-select-selection-item,
.fish-select-single.fish-select-show-arrow .fish-select-selection-placeholder {
  padding-right: 18px;
}
.fish-select-single.fish-select-open .fish-select-selection-item {
  color: #bfbfbf;
}
.fish-select-single:not(.fish-select-customize-input) .fish-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.fish-select-single:not(.fish-select-customize-input) .fish-select-selector .fish-select-selection-search-input {
  height: 30px;
}
.fish-select-single:not(.fish-select-customize-input) .fish-select-selector::after {
  line-height: 30px;
}
.fish-select-single.fish-select-customize-input .fish-select-selector::after {
  display: none;
}
.fish-select-single.fish-select-customize-input .fish-select-selector .fish-select-selection-search {
  position: static;
  width: 100%;
}
.fish-select-single.fish-select-customize-input .fish-select-selector .fish-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.fish-select-single.fish-select-customize-input .fish-select-selector .fish-select-selection-placeholder::after {
  display: none;
}
.fish-select-single.fish-select-lg:not(.fish-select-customize-input) .fish-select-selector {
  height: 40px;
}
.fish-select-single.fish-select-lg:not(.fish-select-customize-input) .fish-select-selector::after,
.fish-select-single.fish-select-lg:not(.fish-select-customize-input) .fish-select-selector .fish-select-selection-item,
.fish-select-single.fish-select-lg:not(.fish-select-customize-input) .fish-select-selector .fish-select-selection-placeholder {
  line-height: 38px;
}
.fish-select-single.fish-select-lg:not(.fish-select-customize-input):not(.fish-select-customize-input) .fish-select-selection-search-input {
  height: 38px;
}
.fish-select-single.fish-select-sm:not(.fish-select-customize-input) .fish-select-selector {
  height: 24px;
}
.fish-select-single.fish-select-sm:not(.fish-select-customize-input) .fish-select-selector::after,
.fish-select-single.fish-select-sm:not(.fish-select-customize-input) .fish-select-selector .fish-select-selection-item,
.fish-select-single.fish-select-sm:not(.fish-select-customize-input) .fish-select-selector .fish-select-selection-placeholder {
  line-height: 22px;
}
.fish-select-single.fish-select-sm:not(.fish-select-customize-input):not(.fish-select-customize-input) .fish-select-selection-search-input {
  height: 22px;
}
.fish-select-single.fish-select-sm:not(.fish-select-customize-input) .fish-select-selection-search {
  right: 7px;
  left: 7px;
}
.fish-select-single.fish-select-sm:not(.fish-select-customize-input) .fish-select-selector {
  padding: 0 7px;
}
.fish-select-single.fish-select-sm:not(.fish-select-customize-input).fish-select-show-arrow .fish-select-selection-search {
  right: 28px;
}
.fish-select-single.fish-select-sm:not(.fish-select-customize-input).fish-select-show-arrow .fish-select-selection-item,
.fish-select-single.fish-select-sm:not(.fish-select-customize-input).fish-select-show-arrow .fish-select-selection-placeholder {
  padding-right: 21px;
}
.fish-select-single.fish-select-lg:not(.fish-select-customize-input) .fish-select-selector {
  padding: 0 11px;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.fish-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.fish-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.fish-select-multiple .fish-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.fish-select-show-search.fish-select-multiple .fish-select-selector {
  cursor: text;
}
.fish-select-disabled.fish-select-multiple .fish-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.fish-select-multiple .fish-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  content: '\a0';
}
.fish-select-multiple.fish-select-show-arrow .fish-select-selector,
.fish-select-multiple.fish-select-allow-clear .fish-select-selector {
  padding-right: 24px;
}
.fish-select-multiple .fish-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
  margin-inline-end: 4px;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
}
.fish-select-disabled.fish-select-multiple .fish-select-selection-item {
  color: rgba(0, 0, 0, 0.33);
  border-color: #e8e8e8;
  cursor: not-allowed;
}
.fish-select-multiple .fish-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.fish-select-multiple .fish-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.fish-select-multiple .fish-select-selection-item-remove > * {
  line-height: 1;
}
.fish-select-multiple .fish-select-selection-item-remove svg {
  display: inline-block;
}
.fish-select-multiple .fish-select-selection-item-remove::before {
  display: none;
}
.fish-select-multiple .fish-select-selection-item-remove .fish-select-multiple .fish-select-selection-item-remove-icon {
  display: block;
}
.fish-select-multiple .fish-select-selection-item-remove > .fishicon {
  vertical-align: -0.2em;
}
.fish-select-multiple .fish-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.fish-select-multiple .fish-select-selection-overflow-item + .fish-select-selection-overflow-item .fish-select-selection-search {
  margin-inline-start: 0;
}
.fish-select-multiple .fish-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-inline-start: 7px;
}
.fish-select-multiple .fish-select-selection-search-input,
.fish-select-multiple .fish-select-selection-search-mirror {
  height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 24px;
  transition: all 0.3s;
}
.fish-select-multiple .fish-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.fish-select-multiple .fish-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.fish-select-multiple .fish-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.fish-select-multiple.fish-select-lg .fish-select-selector::after {
  line-height: 32px;
}
.fish-select-multiple.fish-select-lg .fish-select-selection-item {
  height: 32px;
  line-height: 30px;
}
.fish-select-multiple.fish-select-lg .fish-select-selection-search {
  height: 32px;
  line-height: 32px;
}
.fish-select-multiple.fish-select-lg .fish-select-selection-search-input,
.fish-select-multiple.fish-select-lg .fish-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}
.fish-select-multiple.fish-select-sm .fish-select-selector::after {
  line-height: 16px;
}
.fish-select-multiple.fish-select-sm .fish-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.fish-select-multiple.fish-select-sm .fish-select-selection-search {
  height: 16px;
  line-height: 16px;
}
.fish-select-multiple.fish-select-sm .fish-select-selection-search-input,
.fish-select-multiple.fish-select-sm .fish-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}
.fish-select-multiple.fish-select-sm .fish-select-selection-placeholder {
  left: 7px;
}
.fish-select-multiple.fish-select-sm .fish-select-selection-search {
  margin-inline-start: 3px;
}
.fish-select-multiple.fish-select-lg .fish-select-selection-item {
  height: 32px;
  line-height: 32px;
}
.fish-select-disabled .fish-select-selection-item-remove {
  display: none;
}
.fish-select-multiple .fish-select-selection-item {
  border-radius: 2px;
}
.fish-select-disabled.fish-select-multiple .fish-select-selection-item {
  background: #f5f5f5;
}
/* Reset search input style */
.fish-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.fish-select:not(.fish-select-customize-input) .fish-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fish-select:not(.fish-select-customize-input) .fish-select-selector input {
  cursor: pointer;
}
.fish-select-show-search.fish-select:not(.fish-select-customize-input) .fish-select-selector {
  cursor: text;
}
.fish-select-show-search.fish-select:not(.fish-select-customize-input) .fish-select-selector input {
  cursor: auto;
}
.fish-select-focused:not(.fish-select-disabled).fish-select:not(.fish-select-customize-input) .fish-select-selector {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.fish-select-disabled.fish-select:not(.fish-select-customize-input) .fish-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.fish-select-multiple.fish-select-disabled.fish-select:not(.fish-select-customize-input) .fish-select-selector {
  background: #f5f5f5;
}
.fish-select-disabled.fish-select:not(.fish-select-customize-input) .fish-select-selector input {
  cursor: not-allowed;
}
.fish-select:not(.fish-select-customize-input) .fish-select-selector .fish-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.fish-select:not(.fish-select-customize-input) .fish-select-selector .fish-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.fish-select:not(.fish-select-disabled):hover .fish-select-selector {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.fish-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .fish-select-selection-item *::-ms-backdrop,
  .fish-select-selection-item {
    flex: auto;
  }
}
.fish-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .fish-select-selection-placeholder *::-ms-backdrop,
  .fish-select-selection-placeholder {
    flex: auto;
  }
}
.fish-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.fish-select-arrow > * {
  line-height: 1;
}
.fish-select-arrow svg {
  display: inline-block;
}
.fish-select-arrow::before {
  display: none;
}
.fish-select-arrow .fish-select-arrow-icon {
  display: block;
}
.fish-select-arrow .fishicon {
  vertical-align: top;
  transition: transform 0.3s;
}
.fish-select-arrow .fishicon > svg {
  vertical-align: top;
}
.fish-select-arrow .fishicon:not(.fish-select-suffix) {
  pointer-events: auto;
}
.fish-select-disabled .fish-select-arrow {
  cursor: not-allowed;
}
.fish-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.fish-select-clear::before {
  display: block;
}
.fish-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.fish-select:hover .fish-select-clear {
  opacity: 1;
}
.fish-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.fish-select-dropdown.fish-slide-up-enter.fish-slide-up-enter-active.fish-select-dropdown-placement-bottomLeft,
.fish-select-dropdown.fish-slide-up-appear.fish-slide-up-appear-active.fish-select-dropdown-placement-bottomLeft {
  animation-name: fishSlideUpIn;
}
.fish-select-dropdown.fish-slide-up-enter.fish-slide-up-enter-active.fish-select-dropdown-placement-topLeft,
.fish-select-dropdown.fish-slide-up-appear.fish-slide-up-appear-active.fish-select-dropdown-placement-topLeft {
  animation-name: fishSlideDownIn;
}
.fish-select-dropdown.fish-slide-up-leave.fish-slide-up-leave-active.fish-select-dropdown-placement-bottomLeft {
  animation-name: fishSlideUpOut;
}
.fish-select-dropdown.fish-slide-up-leave.fish-slide-up-leave-active.fish-select-dropdown-placement-topLeft {
  animation-name: fishSlideDownOut;
}
.fish-select-dropdown-hidden {
  display: none;
}
.fish-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.fish-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
.fish-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.fish-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}
.fish-select-item-option {
  display: flex;
}
.fish-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fish-select-item-option-state {
  flex: none;
}
.fish-select-item-option-active:not(.fish-select-item-option-disabled) {
  background-color: #e6f7ff;
}
.fish-select-item-option-selected:not(.fish-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #fafafa;
}
.fish-select-item-option-selected:not(.fish-select-item-option-disabled) .fish-select-item-option-state {
  color: #1890ff;
}
.fish-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.fish-select-item-option-disabled.fish-select-item-option-selected {
  background-color: #f5f5f5;
}
.fish-select-item-option-grouped {
  padding-left: 24px;
}
.fish-select-lg {
  font-size: 16px;
}
.fish-select-borderless .fish-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.fish-select-open .fish-select-arrow .fishicon.fishicon-down {
  transform: rotate(180deg);
}
.fish-select-item-option-selected:not(.fish-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #fafafa;
}
.fish-select-item-option-selected:not(.fish-select-item-option-disabled) .fish-select-item-option-state {
  color: #1890ff;
}
.fish-select-item-option-active:not(.fish-select-item-option-disabled) {
  background-color: #e6f7ff;
}
.fish-select-rtl {
  direction: rtl;
}
.fish-select-rtl .fish-select-arrow {
  right: initial;
  left: 11px;
}
.fish-select-rtl .fish-select-clear {
  right: initial;
  left: 11px;
}
.fish-select-dropdown-rtl {
  direction: rtl;
}
.fish-select-dropdown-rtl .fish-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.fish-select-rtl.fish-select-multiple.fish-select-show-arrow .fish-select-selector,
.fish-select-rtl.fish-select-multiple.fish-select-allow-clear .fish-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.fish-select-rtl.fish-select-multiple .fish-select-selection-item {
  text-align: right;
}
.fish-select-rtl.fish-select-multiple .fish-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.fish-select-rtl.fish-select-multiple .fish-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.fish-select-rtl.fish-select-multiple .fish-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.fish-select-rtl.fish-select-multiple.fish-select-sm .fish-select-selection-placeholder {
  right: 7px;
}
.fish-select-rtl.fish-select-single .fish-select-selector .fish-select-selection-item,
.fish-select-rtl.fish-select-single .fish-select-selector .fish-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.fish-select-rtl.fish-select-single.fish-select-show-arrow .fish-select-selection-search {
  right: 11px;
  left: 25px;
}
.fish-select-rtl.fish-select-single.fish-select-show-arrow .fish-select-selection-item,
.fish-select-rtl.fish-select-single.fish-select-show-arrow .fish-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.fish-select-rtl.fish-select-single.fish-select-sm:not(.fish-select-customize-input).fish-select-show-arrow .fish-select-selection-search {
  right: 6px;
}
.fish-select-rtl.fish-select-single.fish-select-sm:not(.fish-select-customize-input).fish-select-show-arrow .fish-select-selection-item,
.fish-select-rtl.fish-select-single.fish-select-sm:not(.fish-select-customize-input).fish-select-show-arrow .fish-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fishicon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fishicon > * {
  line-height: 1;
}
.fishicon svg {
  display: inline-block;
}
.fishicon::before {
  display: none;
}
.fishicon .fishicon-icon {
  display: block;
}
.fishicon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fishicon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[class^=fish-]::-ms-clear,
[class*= fish-]::-ms-clear,
[class^=fish-] input::-ms-clear,
[class*= fish-] input::-ms-clear,
[class^=fish-] input::-ms-reveal,
[class*= fish-] input::-ms-reveal {
  display: none;
}
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.fishicon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fishicon > * {
  line-height: 1;
}
.fishicon svg {
  display: inline-block;
}
.fishicon::before {
  display: none;
}
.fishicon .fishicon-icon {
  display: block;
}
.fishicon[tabindex] {
  cursor: pointer;
}
.fishicon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fishicon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fish-fade-enter,
.fish-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-fade-enter.fish-fade-enter-active,
.fish-fade-appear.fish-fade-appear-active {
  animation-name: fishFadeIn;
  animation-play-state: running;
}
.fish-fade-leave.fish-fade-leave-active {
  animation-name: fishFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-fade-enter,
.fish-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fish-fade-leave {
  animation-timing-function: linear;
}
@keyframes fishFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fishFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fish-move-up-enter,
.fish-move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-up-enter.fish-move-up-enter-active,
.fish-move-up-appear.fish-move-up-appear-active {
  animation-name: fishMoveUpIn;
  animation-play-state: running;
}
.fish-move-up-leave.fish-move-up-leave-active {
  animation-name: fishMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-move-up-enter,
.fish-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.fish-move-down-enter,
.fish-move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-down-enter.fish-move-down-enter-active,
.fish-move-down-appear.fish-move-down-appear-active {
  animation-name: fishMoveDownIn;
  animation-play-state: running;
}
.fish-move-down-leave.fish-move-down-leave-active {
  animation-name: fishMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-move-down-enter,
.fish-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.fish-move-left-enter,
.fish-move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-left-enter.fish-move-left-enter-active,
.fish-move-left-appear.fish-move-left-appear-active {
  animation-name: fishMoveLeftIn;
  animation-play-state: running;
}
.fish-move-left-leave.fish-move-left-leave-active {
  animation-name: fishMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-move-left-enter,
.fish-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.fish-move-right-enter,
.fish-move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-move-right-enter.fish-move-right-enter-active,
.fish-move-right-appear.fish-move-right-appear-active {
  animation-name: fishMoveRightIn;
  animation-play-state: running;
}
.fish-move-right-leave.fish-move-right-leave-active {
  animation-name: fishMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-move-right-enter,
.fish-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes fishMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes fishMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes fishMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes fishMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes fishMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes fishMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes fishMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes fishMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[fish-click-animating='true'],
[fish-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --fish-wave-shadow-color: #1890ff;
  --scroll-bar: 0;
}
[fish-click-animating-without-extra-node='true']::after,
.fish-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--fish-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--fish-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.fish-slide-up-enter,
.fish-slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-up-enter.fish-slide-up-enter-active,
.fish-slide-up-appear.fish-slide-up-appear-active {
  animation-name: fishSlideUpIn;
  animation-play-state: running;
}
.fish-slide-up-leave.fish-slide-up-leave-active {
  animation-name: fishSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-slide-up-enter,
.fish-slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fish-slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.fish-slide-down-enter,
.fish-slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-down-enter.fish-slide-down-enter-active,
.fish-slide-down-appear.fish-slide-down-appear-active {
  animation-name: fishSlideDownIn;
  animation-play-state: running;
}
.fish-slide-down-leave.fish-slide-down-leave-active {
  animation-name: fishSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-slide-down-enter,
.fish-slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fish-slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.fish-slide-left-enter,
.fish-slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-left-enter.fish-slide-left-enter-active,
.fish-slide-left-appear.fish-slide-left-appear-active {
  animation-name: fishSlideLeftIn;
  animation-play-state: running;
}
.fish-slide-left-leave.fish-slide-left-leave-active {
  animation-name: fishSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-slide-left-enter,
.fish-slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fish-slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.fish-slide-right-enter,
.fish-slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-slide-right-enter.fish-slide-right-enter-active,
.fish-slide-right-appear.fish-slide-right-appear-active {
  animation-name: fishSlideRightIn;
  animation-play-state: running;
}
.fish-slide-right-leave.fish-slide-right-leave-active {
  animation-name: fishSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-slide-right-enter,
.fish-slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fish-slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes fishSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes fishSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes fishSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes fishSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes fishSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes fishSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes fishSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes fishSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.fish-zoom-enter,
.fish-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-enter.fish-zoom-enter-active,
.fish-zoom-appear.fish-zoom-appear-active {
  animation-name: fishZoomIn;
  animation-play-state: running;
}
.fish-zoom-leave.fish-zoom-leave-active {
  animation-name: fishZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-enter,
.fish-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-enter-prepare,
.fish-zoom-appear-prepare {
  transform: none;
}
.fish-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fish-zoom-big-enter,
.fish-zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-big-enter.fish-zoom-big-enter-active,
.fish-zoom-big-appear.fish-zoom-big-appear-active {
  animation-name: fishZoomBigIn;
  animation-play-state: running;
}
.fish-zoom-big-leave.fish-zoom-big-leave-active {
  animation-name: fishZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-big-enter,
.fish-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-big-enter-prepare,
.fish-zoom-big-appear-prepare {
  transform: none;
}
.fish-zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fish-zoom-big-fast-enter,
.fish-zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-big-fast-enter.fish-zoom-big-fast-enter-active,
.fish-zoom-big-fast-appear.fish-zoom-big-fast-appear-active {
  animation-name: fishZoomBigIn;
  animation-play-state: running;
}
.fish-zoom-big-fast-leave.fish-zoom-big-fast-leave-active {
  animation-name: fishZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-big-fast-enter,
.fish-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-big-fast-enter-prepare,
.fish-zoom-big-fast-appear-prepare {
  transform: none;
}
.fish-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fish-zoom-up-enter,
.fish-zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-up-enter.fish-zoom-up-enter-active,
.fish-zoom-up-appear.fish-zoom-up-appear-active {
  animation-name: fishZoomUpIn;
  animation-play-state: running;
}
.fish-zoom-up-leave.fish-zoom-up-leave-active {
  animation-name: fishZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-up-enter,
.fish-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-up-enter-prepare,
.fish-zoom-up-appear-prepare {
  transform: none;
}
.fish-zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fish-zoom-down-enter,
.fish-zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-down-enter.fish-zoom-down-enter-active,
.fish-zoom-down-appear.fish-zoom-down-appear-active {
  animation-name: fishZoomDownIn;
  animation-play-state: running;
}
.fish-zoom-down-leave.fish-zoom-down-leave-active {
  animation-name: fishZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-down-enter,
.fish-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-down-enter-prepare,
.fish-zoom-down-appear-prepare {
  transform: none;
}
.fish-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fish-zoom-left-enter,
.fish-zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-left-enter.fish-zoom-left-enter-active,
.fish-zoom-left-appear.fish-zoom-left-appear-active {
  animation-name: fishZoomLeftIn;
  animation-play-state: running;
}
.fish-zoom-left-leave.fish-zoom-left-leave-active {
  animation-name: fishZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-left-enter,
.fish-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-left-enter-prepare,
.fish-zoom-left-appear-prepare {
  transform: none;
}
.fish-zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.fish-zoom-right-enter,
.fish-zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fish-zoom-right-enter.fish-zoom-right-enter-active,
.fish-zoom-right-appear.fish-zoom-right-appear-active {
  animation-name: fishZoomRightIn;
  animation-play-state: running;
}
.fish-zoom-right-leave.fish-zoom-right-leave-active {
  animation-name: fishZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.fish-zoom-right-enter,
.fish-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.fish-zoom-right-enter-prepare,
.fish-zoom-right-appear-prepare {
  transform: none;
}
.fish-zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes fishZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fishZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes fishZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fishZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes fishZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes fishZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes fishZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes fishZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes fishZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes fishZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes fishZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes fishZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.fish-motion-collapse-legacy {
  overflow: hidden;
}
.fish-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.fish-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.fish-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: width 0s ease 0.3s, height 0s ease 0.3s;
}
.fish-drawer-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.fish-drawer .fish-drawer-content {
  width: 100%;
  height: 100%;
}
.fish-drawer-left,
.fish-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.fish-drawer-left .fish-drawer-content-wrapper,
.fish-drawer-right .fish-drawer-content-wrapper {
  height: 100%;
}
.fish-drawer-left.fish-drawer-open,
.fish-drawer-right.fish-drawer-open {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.fish-drawer-left {
  left: 0;
}
.fish-drawer-left .fish-drawer-content-wrapper {
  left: 0;
}
.fish-drawer-left.fish-drawer-open .fish-drawer-content-wrapper {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.fish-drawer-right {
  right: 0;
}
.fish-drawer-right .fish-drawer-content-wrapper {
  right: 0;
}
.fish-drawer-right.fish-drawer-open .fish-drawer-content-wrapper {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.fish-drawer-right.fish-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}
.fish-drawer-top,
.fish-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.fish-drawer-top .fish-drawer-content-wrapper,
.fish-drawer-bottom .fish-drawer-content-wrapper {
  width: 100%;
}
.fish-drawer-top.fish-drawer-open,
.fish-drawer-bottom.fish-drawer-open {
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.fish-drawer-top {
  top: 0;
}
.fish-drawer-top.fish-drawer-open .fish-drawer-content-wrapper {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.fish-drawer-bottom {
  bottom: 0;
}
.fish-drawer-bottom .fish-drawer-content-wrapper {
  bottom: 0;
}
.fish-drawer-bottom.fish-drawer-open .fish-drawer-content-wrapper {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.fish-drawer-bottom.fish-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.fish-drawer.fish-drawer-open .fish-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  animation: fishDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: auto;
}
.fish-drawer-title {
  flex: 1;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.fish-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.fish-drawer-close {
  display: inline-block;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.fish-drawer-close:focus,
.fish-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.fish-drawer-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.fish-drawer-header-title {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.fish-drawer-header-close-only {
  padding-bottom: 0;
  border: none;
}
.fish-drawer-wrapper-body {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}
.fish-drawer-body {
  flex-grow: 1;
  padding: 24px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.fish-drawer-footer {
  flex-shrink: 0;
  padding: 10px 16px;
  border-top: 1px solid #e8e8e8;
}
.fish-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
  pointer-events: none;
}
.fish-drawer .fish-picker-clear {
  background: #fff;
}
@keyframes fishDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fish-drawer-rtl {
  direction: rtl;
}
.fish-drawer-rtl .fish-drawer-close {
  margin-right: 0;
  margin-left: 12px;
}

.filter-tag-wrapper {
  position: relative;
  height: 100%;
}
.filter-tag-wrapper .filter-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 60px;
  background: #FFF;
}
.filter-tag-wrapper .filter-footer button {
  width: 20%;
  margin-right: 20px;
  margin-top: 30px;
}
.filter-tag-wrapper .filter-footer button:last-child {
  margin-right: 0;
}
.filter-tag-wrapper .filter-tags-wrapper {
  height: 100%;
  padding-bottom: 60px;
  overflow-y: auto;
}
.filter-tag-wrapper .filter-tags-wrapper .tags-row .title {
  padding: 11px 37px;
  background: #FAFAFA;
  font-weight: bold;
  color: #36393C;
  width: 100%;
  font-size: 18px;
}
.filter-tag-wrapper .filter-tags-wrapper .tags-row .list {
  padding: 19px 31px;
  overflow-x: auto;
}
.filter-tag-wrapper .filter-tags-wrapper .tags-row .list .tag {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
}
.filter-tag-wrapper .filter-tags-wrapper .tags-row .list .tag:hover {
  color: #1A8CFE;
}
.filter-tag-wrapper .filter-tags-wrapper .tags-row .list .tag.active {
  background: #E6F2FF;
  color: #1A8CFE;
}

.comp-single-type-resource-list .items-wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 22px;
}
.load-more {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  background-color: #eee;
  transition: background-color 300ms;
}
.load-more:hover {
  background-color: lightgray;
}
.load-more--inactive {
  cursor: unset;
}
.load-more--inactive:hover {
  background-color: #eee;
}

.comp-resource-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.comp-resource-list .filter {
  height: 60px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 4px 12px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.comp-resource-list .filter:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: gray;
}
.comp-resource-list .filter__keyword,
.comp-resource-list .filter__confirm {
  margin-left: 8px;
}
.comp-resource-list .filter__type {
  width: 150px;
}
.comp-resource-list .filter__keyword {
  width: 180px;
}
.comp-resource-list .filter__keyword :global .fish-input-wrapper {
  line-height: 0 !important;
}
.comp-resource-list .filter__keyword :global .fish-input-affix-wrapper {
  line-height: 0 !important;
}
.comp-resource-list .filter__keyword-fix :global .fish-input-affix-wrapper {
  line-height: 1.5 !important;
}
.comp-resource-list .type-wrapper {
  display: block;
  height: 100%;
  overflow-y: auto;
}
.comp-resource-list .type-wrapper--hidden {
  visibility: hidden;
}
.comp-resource-list .type {
  padding: 21px;
}
.comp-resource-list .type__title {
  height: 35px;
  line-height: 35px;
  background-color: #F2F2F2;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  display: flex;
}
.comp-resource-list .type__title__show-all {
  margin-left: auto;
  text-align: right;
  cursor: pointer;
}
.comp-resource-list .items-wrapper {
  padding: 12px;
  display: flex;
  column-gap: 22px;
}
.comp-resource-list .item {
  display: inline-block;
  width: 120px;
  height: 82px;
  background-color: lightgray;
  position: relative;
  cursor: pointer;
}
.comp-resource-list .item--active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-top: 12px solid #2d8cf0;
  border-left: 12px solid #2d8cf0;
}
.comp-resource-list .item--active::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 6px;
  transform: rotate(-45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.comp-resource-list .item__name {
  position: absolute;
  left: 4px;
  bottom: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.comp-resource-list .content {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.comp-resource-list .content .single-type {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.comp-selector {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
.left {
  width: 220px;
  flex-shrink: 0;
  height: 100%;
  overflow-y: auto;
  border-right: 1px solid #999;
}
.left__item {
  height: 47px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 12px;
}
.left__item:hover,
.left__item--active {
  background-color: #F2F2F2;
}
.right {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.right__title {
  padding-left: 12px;
  padding-right: 12px;
  flex-shrink: 0;
  height: 52px;
  border-bottom: 1px solid #999;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.right__title__back {
  color: #999;
  cursor: pointer;
}
.right__title__back:hover {
  color: unset;
}
.right__title__search {
  width: 200px;
  display: inline-block;
  margin-left: auto;
}
.right__title__search :global .fish-input-wrapper {
  line-height: 0 !important;
}
.right__title__search :global .fish-input-affix-wrapper {
  line-height: 0 !important;
}
.right__content {
  flex: 1;
  position: relative;
}
.right__content__library--hidden {
  visibility: hidden;
}
.right__content__resource {
  position: absolute;
  top: 0;
  bottom: 0;
}
.custom-spin {
  width: 100%;
  height: 100%;
}
.custom-spin :global(.fish-spin-container) {
  height: 100%;
}

.selected-view-wrapper {
  padding: 20px;
  height: 100%;
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 12;
  top: 0;
}
.selected-view-wrapper .selected-list {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  padding: 20px 0;
}
.selected-view-wrapper .back {
  color: #999;
  cursor: pointer;
}
.selected-view-wrapper .back:hover {
  color: unset;
}

.resource-card {
  width: 180px;
  height: 210px;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
}
.resource-card .select-bedge {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.resource-card:hover {
  border: 1px solid #2d8cf0;
}
.resource-card:hover .select-bedge {
  background: url(./no-check-6bb9e92c.png);
}
.resource-card.active .select-bedge {
  background: url(./check-72c74212.png);
}
.resource-card .recource-cover {
  position: relative;
  width: 100%;
  height: calc(100% - 70px);
}
.resource-card .recource-cover img {
  width: 100%;
  height: 100%;
}
.resource-card .recource-cover .resource-type {
  position: absolute;
  padding: 2px 10px;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #fff;
  background-color: #38adff;
  z-index: 11;
}
.resource-card .resource-description {
  padding: 5px;
  position: relative;
  height: 60px;
}
.resource-card .resource-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  white-space: break-spaces;
  margin: 0;
  min-height: calc(100% - 10px);
}
.resource-card .resource-description .des-footer {
  height: 10px;
  text-align: right;
}

.custom-modal-wrap {
  white-space: nowrap;
}
.custom-modal {
  top: 0 !important;
  width: 1240px !important;
  max-width: 1240px !important;
  min-width: 1240px !important;
}
.footer {
  display: flex;
  justify-content: center;
  position: relative;
}
.footer__hint {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  user-select: none;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.footer__hint.disabled {
  cursor: not-allowed;
  color: #ccc;
  border-bottom: 1px solid #ccc;
}
.footer__hint__selected {
  display: inline-block;
  width: 12px;
  box-sizing: border-box;
  padding-left: 2px;
  padding-right: 2px;
  color: dodgerblue;
}
.footer__hint__selected:hover {
  font-weight: bold;
}
.footer__hint__remain {
  padding-left: 2px;
  padding-right: 2px;
  color: #627e9a;
}
