/* 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 */
.ant-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';
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:hover {
  border-color: #1890ff;
  transition: all 0.3s;
}
.ant-pagination-item:hover a {
  color: #1890ff;
}
.ant-pagination-item:focus-visible {
  border-color: #1890ff;
  transition: all 0.3s;
}
.ant-pagination-item:focus-visible a {
  color: #1890ff;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}
.ant-pagination-item-active a {
  color: #1890ff;
}
.ant-pagination-item-active:hover {
  border-color: #40a9ff;
}
.ant-pagination-item-active:focus-visible {
  border-color: #40a9ff;
}
.ant-pagination-item-active:hover a {
  color: #40a9ff;
}
.ant-pagination-item-active:focus-visible a {
  color: #40a9ff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #1890ff;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-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;
}
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.ant-pagination-prev button,
.ant-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  user-select: none;
}
.ant-pagination-prev:hover button,
.ant-pagination-next:hover button {
  border-color: #40a9ff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-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: 2px;
  outline: none;
  transition: all 0.3s;
}
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
.ant-pagination-next:focus-visible .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover {
  cursor: not-allowed;
}
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .ant-pagination-options *::-ms-backdrop,
  .ant-pagination-options {
    vertical-align: top;
  }
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}
.ant-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: 2px;
  transition: all 0.3s;
  width: 50px;
  height: 32px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-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;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-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;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-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;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 0px 7px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ant-pagination-simple .ant-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: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff;
}
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.ant-pagination-mini .ant-pagination-prev,
.ant-pagination.ant-pagination-mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
  top: 0px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
  padding: 0px 7px;
  width: 44px;
  height: 24px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #e6e6e6;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: rgba(0, 0, 0, 0.25);
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
  opacity: 1;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
.ant-pagination-rtl .ant-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-slash {
  margin: 0 5px 0 10px;
}
.ant-pagination-rtl .ant-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 0;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
  margin-right: 2px;
  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 */
.ant-select-single .ant-select-selector {
  display: flex;
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s, visibility 0s;
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  user-select: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}
.ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 30px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-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.
 */
.ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.ant-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}
.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  visibility: hidden;
  content: '\a0';
}
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}
.ant-select-multiple .ant-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: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  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;
}
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.ant-select-multiple .ant-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-flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}
.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}
.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: middle;
}
.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  margin-inline-start: 0;
}
.ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 7px;
}
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 24px;
  transition: all 0.3s;
}
.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 32px;
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 16px;
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  margin-inline-start: 3px;
}
.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
  background-color: #fff;
  border-color: #ff4d4f !important;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
  background-color: #fff;
  border-color: #faad14 !important;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
  right: 32px;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
  padding-right: 42px;
}
/* Reset search input style */
.ant-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;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #f5f5f5;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,
  .ant-select-selection-item {
    flex: auto;
  }
}
.ant-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) {
  .ant-select-selection-placeholder *::-ms-backdrop,
  .ant-select-selection-placeholder {
    flex: auto;
  }
}
.ant-select-arrow {
  display: inline-flex;
  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;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.ant-select-arrow .anticon > svg {
  vertical-align: top;
}
.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}
.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}
.ant-select-arrow > *:not(:last-child) {
  margin-inline-end: 8px;
}
.ant-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;
}
.ant-select-clear::before {
  display: block;
}
.ant-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select:hover .ant-select-clear {
  opacity: 1;
}
.ant-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: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.ant-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);
}
.ant-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;
}
.ant-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}
.ant-select-item-option {
  display: flex;
}
.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-item-option-state {
  flex: none;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #e6f7ff;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #1890ff;
}
.ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: #f5f5f5;
}
.ant-select-item-option-grouped {
  padding-left: 24px;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-select.ant-select-in-form-item {
  width: 100%;
}
.ant-select-compact-item:not(.ant-select-compact-last-item) {
  margin-right: -1px;
}
.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
  margin-right: 0;
  margin-left: -1px;
}
.ant-select-compact-item:hover > *,
.ant-select-compact-item:focus > *,
.ant-select-compact-item:active > * {
  z-index: 2;
}
.ant-select-compact-item.ant-select-focused > * {
  z-index: 2;
}
.ant-select-compact-item[disabled] > * {
  z-index: 0;
}
.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select > .ant-select-selector {
  border-radius: 0;
}
.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item) > .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item) > .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-select-rtl {
  direction: rtl;
}
.ant-select-rtl .ant-select-arrow {
  right: initial;
  left: 11px;
}
.ant-select-rtl .ant-select-clear {
  right: initial;
  left: 11px;
}
.ant-select-dropdown-rtl {
  direction: rtl;
}
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-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 */
.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
.ant-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}
.ant-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.ant-empty-img-default-path-2 {
  fill: url('#linearGradient-1');
}
.ant-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.ant-empty-img-default-path-4 {
  fill: #dce0e6;
}
.ant-empty-img-default-path-5 {
  fill: #dce0e6;
}
.ant-empty-img-default-g {
  fill: #fff;
}
.ant-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.ant-empty-img-simple-g {
  stroke: #d9d9d9;
}
.ant-empty-img-simple-path {
  fill: #fafafa;
}
.ant-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 */
.ant-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;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.ant-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;
}
.ant-spin-blur {
  clear: both;
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1890ff;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(0deg);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(360deg);
  }
}
.ant-spin-rtl {
  direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
  transform: rotate(-45deg);
  animation-name: antRotateRtl;
}
@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}

.nav-popover {
  display: none;
  position: absolute;
  width: 100px;
  background: #fff;
  border-top: none;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  top: 37px;
  left: 0;
  z-index: 10;
}
.nav-popover-link {
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
}
.nav-popover-link:hover {
  color: #F87F15 !important;
  background: #FEF2E7 !important;
}
.tc-top-nav-link:hover .nav-popover {
  display: block;
}
.nav-box-shadow {
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.active-icon {
  width: 55px;
  height: 18px;
  display: inline-block;
  background-image: url('https://photo.8891.com.tw/2023/10/10/1696918283206900.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -10px;
  top: 4px;
}
.tc-top-nav {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 80px;
  width: 1190px;
  margin: 0 auto;
  font-family: PingFang TC, Helvetica, 'Helvetica Neue', Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif !important;
}
.tc-top-nav a {
  text-decoration: none;
}
.tc-top-nav a:hover {
  color: #40a9ff;
}
.tc-top-nav-logo {
  width: 140px;
  height: 30px;
}
.tc-top-nav-logo img {
  display: block;
  width: 100%;
}
.tc-top-nav-content {
  display: flex;
}
.tc-top-nav-link {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.tc-top-campagins-link {
  position: absolute;
  width: 64px;
  height: 20px;
  background: #ff4333;
  border: 1px solid #ffffff;
  border-radius: 10px 10px 10px 0px;
  font-size: 12px;
  font-family: PingFang TC, Helvetica, 'Helvetica Neue', Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif !important;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 17px;
  left: 25px;
  top: 0;
}
.tc-top-campagins-link:hover {
  color: #fff !important;
}
.tc-top-nav-slim .tc-top-campagins-link {
  display: none;
}
.tc-top-nav-fire {
  position: relative;
}
.tc-top-nav-fire::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 16px;
  background-image: url('https://photo.8891.com.tw/2023/09/28/1695883072167203.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 6px;
  transform: translate(-50%, -60%);
}
.tc-top-nav-slim .tc-top-nav-fire::after {
  right: -3px;
}
.tc-top-nav-item:hover .tc-top-nav-link {
  color: #3264FF;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.tc-top-nav-item:hover .tc-top-nav-popover {
  display: flex;
}
.tc-top-nav-popover {
  display: none;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 290px;
  background-color: #fff;
  z-index: 1000000;
  padding-top: 42px;
  box-sizing: border-box;
  /* border-top: 2px solid rgba(50, 100, 255, .1); */
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.tc-top-nav-popover.show {
  display: block;
}
.border-right::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 210px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-left {
  position: relative;
  padding-right: 24px;
  margin-right: 20px;
}
.tc-top-nav-popover-left li {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}
.tc-top-nav-popover-left a {
  color: #333333;
}
.tc-top-nav-popover-title {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}
.tc-top-nav-popover-newcar-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tc-top-nav-popover-newcar-section.second,
.tc-top-nav-popover-newcar-section.third {
  position: relative;
  padding: 0 24px;
}
.tc-top-nav-popover-newcar-section.third::after {
  content: '';
  position: absolute;
  right: 0;
  top: -38px;
  display: block;
  height: 210px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-newcar-section.second::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 140px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-newcar-section.second::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 140px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-newcar-section-title {
  display: inline-block;
  line-height: 26px;
  background-color: #F99948;
  font-size: 14px;
  color: #fff;
  padding: 0 6px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.tc-top-nav-popover-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tc-top-nav-popover-section.second,
.tc-top-nav-popover-section.third {
  position: relative;
  padding: 0 24px;
}
.tc-top-nav-popover-section.third::after {
  content: '';
  position: absolute;
  right: 0;
  top: -38px;
  display: block;
  height: 210px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-section.second::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 133px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-section.second::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 133px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-section-title {
  display: inline-block;
  line-height: 26px;
  background-color: #F99948;
  font-size: 14px;
  color: #fff;
  padding: 0 6px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.tc-top-nav-popover-section-li {
  display: flex;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 22px;
}
.tc-top-nav-popover-section-li a {
  color: #333;
}
.tc-top-nav-popover-section-li:last-child {
  margin-bottom: 0;
}
.tc-top-nav-popover-middle .tc-top-nav-popover-title {
  margin-bottom: 18px;
}
.tc-top-nav-popover-middle-content {
  display: flex;
}
.tc-top-nav-popover-newcar-section-li {
  display: flex;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 22px;
}
.tc-top-nav-popover-newcar-section-li a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 18px;
}
.tc-top-nav-popover-newcar-section-li:last-child {
  margin-bottom: 0;
}
.tc-top-nav-popover-newcar-section-list {
  display: flex;
}
.tc-top-nav-popover-newcar-section-list ul {
  margin-bottom: 0;
}
.tc-top-nav-popover-newcar-section-list ul {
  margin-right: 20px;
}
.tc-top-nav-popover-newcar-section.second ul {
  margin-right: 34px;
}
.tc-top-nav-popover-newcar-section.second ul:last-child,
.tc-top-nav-popover-newcar-section.third ul:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-section-list {
  display: flex;
}
.tc-top-nav-popover-section-list ul {
  margin-bottom: 0;
}
.tc-top-nav-popover-section-list ul {
  margin-right: 20px;
}
.tc-top-nav-popover-section.second ul {
  margin-right: 34px;
}
.tc-top-nav-popover-section.second ul:last-child,
.tc-top-nav-popover-section.third ul:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-right {
  padding-left: 24px;
}
.tc-top-nav-popover-right-content {
  font-size: 18px;
  line-height: 28px;
  width: 360px;
  margin-bottom: 0;
}
.tc-top-nav-popover-right-content .highlight {
  color: #FF8217;
  font-weight: 500;
}
.tc-top-nav-popover-right-content .newcar-highlight {
  color: #3264ff;
}
.tc-top-nav-popover-right-footer {
  display: flex;
  margin-top: 57px;
}
.tc-top-nav-popover-right-link {
  width: 160px;
  height: 48px;
  background: #ffc20d;
  border-radius: 8px;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 48px;
  position: relative;
}
.tc-top-nav-popover-right-link:hover {
  color: #333 !important;
}
.tc-top-nav-popover-right-link.primary {
  background-color: #1bbf76;
  color: #fff;
  margin-right: 10px;
}
.tc-top-nav-popover-right-link.primary:hover {
  color: #fff !important;
}
.tc-top-nav-popover-right-link.newcar {
  width: 180px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #3264ff;
  border-radius: 8px;
  font-size: 20px;
  color: #3264ff;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tc-top-nav-popover-right-link.newcar:hover {
  color: #3264ff !important;
}
.extra-swiper-wrapper {
  position: absolute;
  width: 64px;
  height: 20px;
  background: #ff0000;
  border: 1px solid #ffffff;
  border-radius: 10px 10px 10px 0px;
  left: 128px;
  top: -12px;
  overflow: hidden;
  box-sizing: content-box;
}
.extra-swiper-wrapper .item-box {
  width: 64px;
  height: 20px;
  font-size: 12px;
  font-family: PingFang TC, PingFang TC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.tc-top-nav-popover-right-link.primary:hover {
  color: #fff;
}
.tc-top-nav-popover-right-link:hover {
  color: unset;
}
.tc-top-nav-right {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
.tc-top-nav-search {
  width: 138px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  background-color: #E8E8E8;
  color: #999;
  font-size: 14px;
  text-align: left;
  margin: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 8px;
  cursor: pointer;
  box-sizing: border-box;
}
.tc-top-nav-search:hover {
  color: unset;
}
.tc-top-nav-right-link {
  cursor: pointer;
  font-size: 14px;
  color: #666;
  margin: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.tc-top-nav-right-item:hover .tc-top-nav-right-link {
  color: #3264FF;
  text-decoration: none;
}
.tc-top-nav-right-item:hover .tc-top-nav-logout {
  color: #666;
}
.tc-top-nav-logout:hover {
  color: #3264FF !important;
}
.tc-top-nav-right-item .tc-top-nav-member-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 60px;
}
.tc-top-nav-right-item:hover .tc-top-nav-right-popover {
  display: block;
}
.tc-top-nav-right-popover {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000000;
  box-sizing: border-box;
}
.app-download {
  padding: 40px 50px;
  width: 688px;
}
.app-download h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.app-download-banner {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.app-download-list {
  display: flex;
  flex-wrap: wrap;
}
.app-download-list-item {
  width: 117px;
  margin-top: 24px;
}
.app-download-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.app-download-list-item img {
  width: 60px;
  height: 60px;
}
.app-download-list-item p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 14px;
  color: #333;
}
.help-list {
  display: flex;
  padding: 40px 66px;
}
.nav-profile {
  width: 374px;
  padding: 40px;
  background-color: #fff;
}
.nav-profile h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}
.nav-profile h3 a {
  color: #333;
}
.nav-profile-title {
  color: #3264FF;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.nav-profile-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
}
.nav-profile-row.split {
  flex-direction: column;
}
.nav-profile-row.split .nav-profile-col {
  padding: 0;
  border-right: 0;
}
.nav-profile-col {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-top: 16px;
  padding: 0;
  border-right: unset;
  position: relative;
}
.nav-profile-col:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -9px;
  height: 100%;
  width: 1px;
  background: #e9eeff;
}
.nav-profile-col:first-child {
  padding-left: 0;
}
.nav-profile-col:last-child {
  padding-right: 0;
  border-right: none;
}
.tc-top-nav-right-dividing {
  margin-top: 8px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EEECF4;
}
.tc-top-nav-popover.article {
  padding-left: 28px!important;
  padding-top: 20px!important;
  justify-content: flex-start;
}
.tc-top-nav-popover.article .tc-top-nav-popover-title {
  margin-left: 22px;
}
.tc-top-nav-popover.article .article-popover-list-title {
  font-weight: 500;
}
.tc-top-nav-popover.article .article-new-type {
  display: flex;
  flex-wrap: wrap;
  width: 327px;
  padding-top: 20px;
  border-right: 1px solid rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover.article .article-new-type a {
  width: 106px;
  font-size: 16px;
  border-right: 1px solid rgba(50, 100, 255, 0.11);
  line-height: 18px;
  margin-bottom: 30px;
  text-align: center;
}
.tc-top-nav-popover.article .article-new-type a:nth-child(3n),
.tc-top-nav-popover.article .article-new-type a:last-child {
  border-right: 1px solid transparent;
}
.tc-top-nav-popover.article .article-popover-list {
  width: 352px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-right: 1px solid rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover.article .article-popover-list-item {
  width: 130px;
  margin-top: 0px;
  margin-right: 25px;
}
.tc-top-nav-popover.article .article-popover-list-image {
  width: 100%;
  height: 50px;
  margin-bottom: 12px;
}
.tc-top-nav-popover.article .article-popover-list-title {
  margin-bottom: 30px;
}
.tc-top-nav-popover.article .article-hot-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.tc-top-nav-popover.article .article-hot-list-item {
  margin-bottom: 30px;
  margin-top: 0;
}
.tc-top-nav-popover.article .article-hot-list-item a {
  display: flex;
  align-items: center;
}
.tc-top-nav-popover.article .article-hot-list-image {
  width: 70px;
  height: 46px;
  margin-right: 10px;
}
.tc-top-nav-popover.article .article-hot-list-title {
  width: 250px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-top-nav-popover.article .article-hot-list .hot-rank {
  color: #333333;
  width: 24px;
  height: 20px;
  margin-right: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.tc-top-nav-popover.article .article-hot-list .hot-0-item {
  background-image: url('https://photo.8891.com.tw/2023/09/07/1694079718946348.png');
}
.tc-top-nav-popover.article .article-hot-list .hot-1-item {
  background-image: url('https://photo.8891.com.tw/2023/09/07/1694079718942078.png');
}
.tc-top-nav-popover.article .article-hot-list .hot-2-item {
  background-image: url('https://photo.8891.com.tw/2023/09/07/1694079719098088.png');
}
.tc-top-nav-popover.article .hot-article {
  display: flex;
  justify-content: space-between;
}
.tc-top-nav-popover.article .hot-article .more {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.tc-top-nav-popover.movie {
  padding-left: 50px;
  padding-top: 20px;
}
.tc-top-nav-popover.movie .article-popover-list-title {
  margin-bottom: 0;
}
.tc-top-nav-popover.movie .tc-top-nav-popover-images {
  border-right: 1px solid rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover.movie .tc-top-nav-popover-images {
  width: 468px;
  display: grid;
  font-size: 14px;
  margin-top: 0!important;
  grid-template-columns: repeat(3, 130px);
  grid-gap: 20px;
}
.tc-top-nav-popover.movie li {
  margin: 0!important;
}
.tc-top-nav-popover.movie .new-movie {
  display: flex;
  justify-content: space-between;
}
.tc-top-nav-popover.movie .new-movie .more {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.tc-top-nav-popover.movie .movie-box {
  display: grid;
  grid-template-columns: repeat(2, 280px);
  grid-column-gap: 22px;
}
.tc-top-nav-popover.movie .movie-box-li-item {
  width: 280px;
  display: inline-block;
}
.tc-top-nav-popover.movie .movie-box-li-item .item-img-box {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.tc-top-nav-popover.movie .movie-box-li-item .item-thumb {
  width: 100%;
  height: 158px;
  object-fit: cover;
}
.tc-top-nav-popover.movie .movie-box-li-item .item-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 40px;
}
.tc-top-nav-popover.movie .movie-box-li-item .item-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-top-nav-popover.movie ul:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-images {
  width: 468px;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 0!important;
}
.tc-top-nav-popover-image {
  margin-right: 38px;
}
.tc-top-nav-popover-image:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-image-top {
  width: 130px !important;
  height: 50px!important;
  margin-bottom: 14px!important;
}
.tc-top-nav-logout {
  color: unset;
  display: flex;
  align-items: center;
}
.tc-top-nav-logout::after {
  content: '|';
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.tc-top-nav-msg {
  color: #3264FF;
  margin-left: 5px;
}
.tc-top-nav-msg::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 19px;
  position: relative;
  top: 4px;
  background-image: url('https://photo.8891.com.tw/2023/09/19/1695113772608456.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.tc-top-nav-slim .tc-top-nav-msg::before {
  width: 19px;
  height: 15px;
  top: 3px;
}
.nav-profile-bottom {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.tc-top-nav-slim {
  background-color: #f4f4f4;
  font-family: PingFang TC, Helvetica, 'Helvetica Neue', Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif !important;
}
.tc-top-nav-slim .tc-top-nav {
  height: 38px;
  line-height: 38px;
}
.tc-top-nav-slim .tc-top-nav-link {
  font-size: 14px !important;
  font-family: PingFang TC, Helvetica, 'Helvetica Neue', Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif !important;
  font-weight: 500;
  text-decoration: none;
}
.tc-top-nav-item {
  margin: 0 16px;
}
.tc-top-nav-slim .tc-top-nav-item {
  margin: 0 14px;
}
.tc-top-nav-slim .tc-top-nav-popover {
  top: 38px;
}
.tc-top-nav-logo-text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-right: 14px;
}
.tc-top-nav-logo-text:hover {
  color: #3264FF;
  font-weight: 500;
  text-decoration: none;
}
.tc-top-nav-logo-text::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('https://photo.8891.com.tw/2024/05/15/1715758990889912.png');
  background-size: 100% auto;
  margin-right: 4px;
  position: relative;
  top: 6px;
}
.tc-top-nav-slim .tc-top-nav-right-link {
  font-size: 14px;
}
.tc-top-nav-slim .tc-top-nav-right-popover {
  top: 38px;
}
.tc-top-nav-item.active .tc-top-nav-link {
  color: #3264FF;
  font-size: 18px;
}
.tc-top-nav-item.active-usedcar .tc-top-nav-link {
  color: #F77F16;
}
.tc-search-popover {
  position: fixed;
  top: -100%;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 400px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 10000;
  box-sizing: border-box;
  transition: ease-in-out 0.8s;
  line-height: 1;
  padding-top: 40px;
}
.tc-search-popover-header {
  display: flex;
  justify-content: space-between;
  width: 970px;
  height: 60px;
  align-items: center;
}
.tc-search-popover-content {
  display: flex;
  width: 836px;
  margin-top: 44px;
  position: relative;
}
.tc-search-popover-input {
  position: relative;
  width: 688px;
  height: 56px;
  border: 1px solid #999999;
  border-radius: 8px;
  margin-right: 18px;
  box-sizing: border-box;
}
.tc-search-popover-input input {
  border: none;
  display: block;
  color: #333;
  font-size: 28px;
  line-height: 56px;
  width: 100%;
  height: 54px;
  padding-left: 10px;
  background-color: transparent;
  outline: none;
}
.tc-search-popover-btn {
  width: 131px;
  height: 56px;
  background: linear-gradient(153deg, #ffbd54, #ff8116 83%);
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.tc-search-popover-extra {
  margin-top: 40px;
  width: 836px;
  display: flex;
  justify-content: flex-start;
}
.tc-search-popover-extra p {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 12px;
  min-width: 64px;
}
.tc-search-popover-extra ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 8px;
}
.tc-search-popover-extra a {
  display: block;
  line-height: 30px;
  background-color: #E8E8E8;
  color: #666;
  font-size: 16px;
  padding: 0 8px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.tc-search-popover-extra li {
  margin-right: 20px;
}
.tc-search-popover-extra li img {
  margin-right: 4px;
  vertical-align: -1px;
}
.tc-item-ads a {
  background-color: #EAEFFF;
  color: #3264FF;
}
.tc-search-popover-input-mentions {
  display: block;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.tc-search-popover-input-mentions a {
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
}
.tc-search-popover-input-mentions a:hover {
  text-decoration: none;
}
.tc-search-popover-input-mentions a.active {
  background-color: #F5F5F5;
}
.hide {
  display: none;
}
.tc-search-popover-close {
  width: 36px;
  height: 36px;
  background-image: url('https://photo.8891.com.tw/2023/07/27/1690420569908517.png');
  background-size: 100% auto;
  cursor: pointer;
}
.tc-search-popover-logo {
  height: 28px;
  width: auto;
}
.help-list-item {
  margin-right: 66px;
  height: 92px;
}
.help-list-item:last-child {
  margin-right: 0;
}
.ib-pointer {
  cursor: pointer;
  display: inline-block;
}
.help-list-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}
.help-list-text {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  text-align: center;
}
.article-popover-list {
  display: flex;
}
.article-popover-list-item {
  width: 182px;
  margin-right: 25px;
}
.article-popover-list-image {
  display: block;
  width: 182px;
  height: 72px;
  margin-bottom: 23px;
}
.article-popover-list-title {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 900;
}
.article-popover-list-text {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  text-align: center;
}
.tc-top-sell {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1CBF76;
}
.tc-top-sell:hover {
  color: #1CBF76 !important;
}
.tc-top-sell::before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background-image: url('https://photo.8891.com.tw/2023/09/14/1694684021815903.png');
  background-size: 100% auto;
  margin-right: 5px;
}
.tc-top-sell-slim {
  margin-right: 5px;
}
.tc-top-agent {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3264ff;
  margin-right: 10px;
}
.tc-top-agent:hover {
  color: #3264ff !important;
}
.tc-top-agent::before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background-image: url('https://photo.8891.com.tw/2024/07/09/1720507110726014.png');
  background-size: 100% auto;
  margin-right: 5px;
}
.tc-top-nav-default-box::before {
  content: '';
  display: block;
  height: 60px;
}
.tc-top-nav-default {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
}
.tc-top-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.tc-top-nav-fixed-placeholder {
  height: 60px;
}
.tc-top-nav-new {
  position: relative;
}
.tc-top-nav-new::after {
  content: '';
  display: block;
  position: absolute;
  width: 31px;
  height: 13px;
  background-image: url('https://photo.8891.com.tw/2023/09/14/1694680415197789.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 5px;
  right: 5px;
}
.search-active-box {
  width: 836px;
}
.search-active-img {
  margin-top: 20px;
  display: block;
}
.tc-search-popover-drop {
  width: 686px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  top: 56px;
  position: absolute;
  left: 0;
  z-index: 9;
}
.tc-search-popover-drop .history p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin: 20px 20px 12px 20px;
}
.tc-search-popover-drop .history p span {
  color: #3264ff;
  font-weight: 400;
  cursor: pointer;
}
.tc-search-popover-drop .history ul {
  cursor: pointer;
}
.tc-search-popover-drop .history ul li {
  padding-left: 20px;
  width: 100%;
  height: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.tc-search-popover-drop .history ul li a {
  font-size: 16px;
  color: #666666;
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop .history ul li:hover {
  background: #f5f5f5;
}
.tc-search-popover-drop .results .brand {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 20px;
}
.tc-search-popover-drop .results .brand img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.tc-search-popover-drop .results .brand p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}
.tc-search-popover-drop .results .brand:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.tc-search-popover-drop .results .kind {
  cursor: pointer;
  width: 100%;
  padding: 5px 20px 5px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tc-search-popover-drop .results .kind .title {
  font-size: 16px;
  color: #666666;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop .results .kind .btn {
  display: flex;
  justify-content: flex-end;
}
.tc-search-popover-drop .results .kind .btn a {
  margin-left: 24px;
  color: #333333;
  font-size: 14px;
}
.tc-search-popover-drop .results .kind:hover {
  background: #f5f5f5;
}
.tc-search-popover-drop .results .article {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 20px;
}
.tc-search-popover-drop .results .article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop .results .article:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.head-anticon {
  position: relative;
  top: 3px;
  padding: 0 6px 0 2px;
  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;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl {
  padding: 0;
  margin: 0;
}
p,
ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}
body {
  font-size: 12px;
  font-family: "PingFang TC,Helvetica,Helvetica Neue,Arial,STHeiti,Microsoft JhengHei,微軟正黑體,sans-serif";
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
}
.marquee-wrapper {
  transition: all ease 1s;
}
.animate {
  transition: all ease 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
a {
  cursor: pointer;
}
* {
  box-sizing: border-box;
}

:root {
  --tc-radius-s: 4px;
  --tc-radius-m: 8px;
  --tc-radius-l: 12px;
  --tc-radius-full: 100px;
  --tc-font-size-1: 9px;
  --tc-font-size-2: 10px;
  --tc-font-size-3: 11px;
  --tc-font-size-4: 12px;
  --tc-font-size-5: 13px;
  --tc-font-size-6: 14px;
  --tc-font-size-7: 15px;
  --tc-font-size-8: 16px;
  --tc-font-size-9: 17px;
  --tc-font-size-10: 18px;
  --tc-icon-size-mini: 16px;
  --tc-icon-size-small: 20px;
  --tc-icon-size-middle: 24px;
  --tc-icon-size-large: 30px;
  --tc-color-base: #3264FF;
  --tc-color-primary: #3264FF;
  --tc-color-im-base: #5C8AFF;
  --tc-color-success: #00A969;
  --tc-color-warning: #F87F15;
  --tc-color-danger: #FF4333;
  --tc-color-white: #ffffff;
  --tc-color-gray: #bbb;
  --tc-color-text: #333333;
  --tc-color-text-secondary: #666666;
  --tc-color-weak: #999999;
  --tc-color-border: #bbb;
  --tc-color-box: #f5f5f5;
  --tc-color-white-background: #ffffff;
  --tc-color-gray-background: #e8e8e8;
  --tc-color-primary-background: #3264FF;
  --tc-color-warning-background: #F87F15;
  --tc-color-danger-background: #FF4333;
  --tc-toast-z-index: 999900;
  --tc-popover-z-index: 3110;
  --tc-modal-z-index: 3100;
  --tc-popup-z-index: 3010;
  --tc-mask-z-index: 3000;
  --tc-font-size-main: var(--tc-font-size-5);
  --tc-border-color: var(--tc-color-border);
  --tc-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}
html[data-prefers-color-scheme='usercar'] {
  --tc-color-base: #F87F15;
  --tc-color-im-base: #F87F15;
}
html[data-prefers-color-scheme='dark'] {
  --tc-color-primary: #3086ff;
  --tc-color-success: #34b368;
  --tc-color-warning: #ffa930;
  --tc-color-danger: #ff4a58;
  --tc-color-text: #e6e6e6;
  --tc-color-text-secondary: #b3b3b3;
  --tc-color-weak: #808080;
  --tc-color-light: #4d4d4d;
  --tc-color-border: #2b2b2b;
  --tc-color-box: #0a0a0a;
  --tc-color-white-background: #1a1a1a;
  --tc-border-color: var(--tc-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--tc-font-family);
}
body.tc-overflow-hidden {
  overflow: hidden !important;
}
svg[width='32'] {
  width: var(--tc-icon-size-mini);
  height: var(--tc-icon-size-mini);
}
svg[width='40'] {
  width: var(--tc-icon-size-small);
  height: var(--tc-icon-size-small);
}
svg[width='48'] {
  width: var(--tc-icon-size-middle);
  height: var(--tc-icon-size-middle);
}
svg[width='60'] {
  width: var(--tc-icon-size-large);
  height: var(--tc-icon-size-large);
}
.tc-icon {
  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;
}
.tc-icon-spin svg {
  animation: tc-icon-spin 1s infinite linear;
}
@keyframes tc-icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tc-icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tc-plain-anchor {
  color: unset;
  transition: none;
}
.tc-plain-anchor:active {
  opacity: unset;
}
div.tc-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  right: -100vw;
  bottom: -100vh;
  user-select: none;
  pointer-events: none;
}

:root {
  --tc-radius-mini: 2px;
  --tc-radius-s: 4px;
  --tc-radius-m: 8px;
  --tc-radius-l: 12px;
  --tc-radius-full: 100px;
  --tc-font-size-1: 9px;
  --tc-font-size-2: 10px;
  --tc-font-size-3: 11px;
  --tc-font-size-4: 12px;
  --tc-font-size-5: 13px;
  --tc-font-size-6: 14px;
  --tc-font-size-7: 15px;
  --tc-font-size-8: 16px;
  --tc-font-size-9: 17px;
  --tc-font-size-10: 18px;
  --tc-icon-size-smallest: 12px;
  --tc-icon-size-min: 14px;
  --tc-icon-size-mini: 16px;
  --tc-icon-size-small: 20px;
  --tc-icon-size-middle: 24px;
  --tc-icon-size-pro: 28px;
  --tc-icon-size-large: 30px;
  --tc-color-base: #3264FF;
  --tc-color-im-base: #5C8AFF;
  --tc-color-primary: #3264FF;
  --tc-color-success: #00A969;
  --tc-color-warning: #F87F15;
  --tc-color-danger: #FF4333;
  --tc-color-white: #ffffff;
  --tc-color-gray: #bbb;
  --tc-color-text: #333333;
  --tc-color-text-secondary: #666666;
  --tc-color-weak: #99999995;
  --tc-color-border: #bbb;
  --tc-color-box: #f5f5f5;
  --tc-color-white-background: #ffffff;
  --tc-color-gray-background: #e8e8e8;
  --tc-color-disabled-background: #eee;
  --tc-color-primary-background: #3264FF;
  --tc-color-warning-background: #F87F15;
  --tc-color-danger-background: #FF4333;
  --tc-linear-warning-background: linear-gradient(90deg, #ff9e3d, #ff4333);
  --tc-toast-z-index: 999900;
  --tc-modal-z-index: 3100;
  --tc-popup-z-index: 3010;
  --tc-popover-z-index: 3001;
  --tc-mask-z-index: 3000;
  --tc-font-size-main: var(--tc-font-size-5);
  --tc-border-color: var(--tc-color-border);
  --tc-font-family: PingFang TC, -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}
html[data-prefers-color-scheme='usercar'] {
  --tc-color-base: #F87F15;
  --tc-color-im-base: #F87F15;
}
html[data-prefers-color-scheme='dark'] {
  --tc-color-primary: #3086ff;
  --tc-color-success: #34b368;
  --tc-color-warning: #ffa930;
  --tc-color-danger: #ff4a58;
  --tc-color-text: #e6e6e6;
  --tc-color-text-secondary: #b3b3b3;
  --tc-color-weak: #808080;
  --tc-color-light: #4d4d4d;
  --tc-color-border: #2b2b2b;
  --tc-color-box: #0a0a0a;
  --tc-color-white-background: #1a1a1a;
  --tc-border-color: var(--tc-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--tc-font-family);
}
body.tc-overflow-hidden {
  overflow: hidden !important;
}
svg[width='24'] {
  width: var(--tc-icon-size-smallest);
  height: var(--tc-icon-size-smallest);
}
svg[width='28'] {
  width: var(--tc-icon-size-min);
  height: var(--tc-icon-size-min);
}
svg[width='32'] {
  width: var(--tc-icon-size-mini);
  height: var(--tc-icon-size-mini);
}
svg[width='40'] {
  width: var(--tc-icon-size-small);
  height: var(--tc-icon-size-small);
}
svg[width='48'] {
  width: var(--tc-icon-size-middle);
  height: var(--tc-icon-size-middle);
}
svg[width='56'] {
  width: var(--tc-icon-size-pro);
  height: var(--tc-icon-size-pro);
}
svg[width='60'] {
  width: var(--tc-icon-size-large);
  height: var(--tc-icon-size-large);
}
.tc-icon {
  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;
}
.tc-icon-spin svg {
  animation: tc-icon-spin 1s infinite linear;
}
@keyframes tc-icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tc-icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tc-plain-anchor {
  color: unset;
  transition: none;
}
.tc-plain-anchor:active {
  opacity: unset;
}
div.tc-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  right: -100vw;
  bottom: -100vh;
  user-select: none;
  pointer-events: none;
}
div.tc-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  right: -100vw;
  bottom: -100vh;
  user-select: none;
  pointer-events: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

/* 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 */
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
  border-radius: 100px;
}
.ant-skeleton-active .ant-skeleton-title,
.ant-skeleton-active .ant-skeleton-paragraph > li,
.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton-active .ant-skeleton-button,
.ant-skeleton-active .ant-skeleton-input,
.ant-skeleton-active .ant-skeleton-image {
  position: relative;
  /* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
  z-index: 0;
  overflow: hidden;
  background: transparent;
}
.ant-skeleton-active .ant-skeleton-title::after,
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
.ant-skeleton-active .ant-skeleton-avatar::after,
.ant-skeleton-active .ant-skeleton-button::after,
.ant-skeleton-active .ant-skeleton-input::after,
.ant-skeleton-active .ant-skeleton-image::after {
  position: absolute;
  top: 0;
  right: -150%;
  bottom: 0;
  left: -150%;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  animation: ant-skeleton-loading 1.4s ease infinite;
  content: '';
}
.ant-skeleton.ant-skeleton-block {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
  width: 100%;
}
.ant-skeleton-element {
  display: inline-block;
  width: auto;
}
.ant-skeleton-element .ant-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
  width: 64px;
  min-width: 64px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
  width: 32px;
  min-width: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 32px;
}
.ant-skeleton-element .ant-skeleton-button-lg {
  width: 80px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
  width: 40px;
  min-width: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 40px;
}
.ant-skeleton-element .ant-skeleton-button-sm {
  width: 48px;
  min-width: 48px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
  width: 24px;
  min-width: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 160px;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-input-lg {
  width: 200px;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-input-sm {
  width: 120px;
  min-width: 120px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf;
}
.ant-skeleton-element .ant-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
  border-radius: 50%;
}
@keyframes ant-skeleton-loading {
  0% {
    transform: translateX(-37.5%);
  }
  100% {
    transform: translateX(37.5%);
  }
}
.ant-skeleton-rtl {
  direction: rtl;
}
.ant-skeleton-rtl .ant-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  animation-name: ant-skeleton-loading-rtl;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  animation-name: ant-skeleton-loading-rtl;
}
@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* 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 */
.ant-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;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #ff4d4f;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.ant-move-up-leave.ant-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;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

