/* 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-collapse {
  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';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 2px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 2px 2px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: -1px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
  flex: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-left: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
  flex: none;
  cursor: pointer;
}
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only .ant-collapse-expand-icon {
  cursor: pointer;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-collapse-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-hidden {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 2px 2px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item:last-child {
  border-bottom: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse-ghost {
  background-color: transparent;
  border: 0;
}
.ant-collapse-ghost > .ant-collapse-item {
  border-bottom: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-collapse-rtl {
  direction: rtl;
}
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
}
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: auto;
  left: 16px;
  margin: 0;
  transform: translateY(-50%);
}
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-right: 0;
  margin-left: 12px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
  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 */
.ant-list {
  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;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-pagination .ant-pagination-options {
  text-align: left;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-list-spin {
  min-height: 40px;
  text-align: center;
}
.ant-list-empty-text {
  padding: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
}
.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: rgba(0, 0, 0, 0.85);
}
.ant-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  max-width: 100%;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  flex: 1 0;
  width: 0;
  color: rgba(0, 0, 0, 0.85);
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #1890ff;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #f0f0f0;
}
.ant-list-header {
  background: transparent;
}
.ant-list-footer {
  background: transparent;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-split.ant-list-empty .ant-list-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-lg .ant-list-item {
  padding: 16px 24px;
}
.ant-list-sm .ant-list-item {
  padding: 8px 16px;
}
.ant-list-vertical .ant-list-item {
  align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ant-list-item-no-flex {
  display: block;
}
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}
.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-item {
  padding: 16px 24px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-item {
    flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item {
    flex-wrap: wrap-reverse;
  }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}
.ant-list-rtl {
  direction: rtl;
  text-align: right;
}
.ant-list-rtl .ReactVirtualized__List .ant-list-item {
  direction: rtl;
}
.ant-list-rtl .ant-list-pagination {
  text-align: left;
}
.ant-list-rtl .ant-list-item-meta-avatar {
  margin-right: 0;
  margin-left: 16px;
}
.ant-list-rtl .ant-list-item-action {
  margin-right: 48px;
  margin-left: 0;
}
.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}
.ant-list-rtl .ant-list-item-action-split {
  right: auto;
  left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
  margin-right: 40px;
  margin-left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-action {
  margin-right: auto;
}
.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}
.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: left;
}
@media screen and (max-width: 768px) {
  .ant-list-rtl .ant-list-item-action {
    margin-right: 24px;
    margin-left: 0;
  }
  .ant-list-rtl .ant-list-vertical .ant-list-item-extra {
    margin-right: 24px;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-rtl .ant-list-item-action {
    margin-right: 22px;
    margin-left: 0;
  }
  .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}

/* 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;
}

.tcp-button {
  --color: var(--tc-color-white);
  --active: var(--tc-color-white);
  width: var(--width, unset);
  height: var(--height);
  font-size: var(--font-size);
  display: var(--display, inline-grid);
  border-radius: var(--border-radius, 4px);
  color: var(--text-color);
  border: 1px solid var(--border-color, var(--tc-color-border));
  background-color: var(--background-color, var(--tc-color-white-background));
  user-select: none;
  font-weight: 400;
  padding: 0 18px;
  place-items: center;
  white-space: pre;
  line-height: unset;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.tcp-button-block {
  --width: 100%;
  --display: grid;
}
.tcp-button-round {
  --border-radius: var(--tc-radius-full);
}
.tcp-button-default {
  --text-color: var(--tc-color-text);
  --border-color: var(--tc-color-gray);
  --background-color: var(--tc-color-white-background);
}
.tcp-button-default.tcp-button-hover:hover {
  --background-color: #E8E8E8;
}
.tcp-button-hover:not(.tcp-button-hover-disabled):not(.tcp-button-hover-default):active::before,
.tcp-button-hover:not(.tcp-button-hover-disabled):not(.tcp-button-hover-default):hover::before {
  content: "";
  background-color: #fff;
  position: absolute;
  border: 1px solid #fff;
  left: -1px;
  opacity: 0.2;
  border-radius: var(--border-radius, 4px);
  right: 0;
  width: 100%;
  height: 100%;
}
.tcp-button-primary {
  --color: var(--tc-color-base);
  --background-color: var(--color);
  --border-color: var(--color);
  --text-color: var(--tc-color-white);
}
.tcp-button-danger {
  --color: var(--tc-color-danger);
  --text-color: var(--tc-color-white);
  --background-color: var(--color);
  --border-color: var(--color);
}
.tcp-button-fill-outline {
  --text-color: var(--color);
  --background-color: var(--tc-color-white-background);
  --border-color: var(--color);
}
.tcp-button-mini {
  --height: 24px;
  --font-size: var(--tc-font-size-1);
}
.tcp-button-small {
  --height: 32px;
  --font-size: var(--tc-font-size-3);
}
.tcp-button-middle {
  --height: 40px;
  --font-size: var(--tc-font-size-6);
}
.tcp-button-large {
  --height: 48px;
  --font-size: var(--tc-font-size-5);
}
.tcp-button-huge {
  --height: 56px;
  --font-size: var(--tc-font-size-9);
}
.tcp-button:disabled {
  cursor: no-drop;
  --border-color: var(--tc-color-gray-background);
  --background-color: var(--tc-color-gray-background);
  --text-color: var(--tc-color-gray);
}
.tcp-button:disabled:active {
  content: unset;
}
.tcp-button-content {
  position: relative;
}
.tcp-button-description {
  position: relative;
  font-size: var(--tc-font-size-1);
  margin-top: -8px;
}

/* 主要变量 */
/* prefix 用于所有样式名的前缀 */
/* -------- Colors -------- */
/* -------- Font -------- */
/* 新车变量 */
/* 新车PC */
/* 快捷樣式 */
/* 主題色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色背景顏色*/
/* 配色背景顏色*/
/* 設置字體大小 */
.ant-switch-small--pn7K5 {
  height: 20px;
  min-width: 128px;
  line-height: 114px;
}
/* 頭像 */
/* Icon  */
/* button 樣式 */
/*動畫效果*/
/* 全局居中 global-middle  */
/* button 樣式 */
/* 简化 */
.none--LhDDi {
  display: none !important;
}
.tl--h_lxB {
  text-align: left;
}
.br-btn--IWyx_ {
  border-radius: 20px;
}
.pr--oxln7 {
  position: relative;
}
.pa--B7f14 {
  position: absolute;
}
.bn--kdg11 {
  border: 0  !important;
}
.ellipsis--wwngU {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
i {
  font-style: unset;
}
@-webkit-keyframes bounceInUp--Ay3Nz {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp--Ay3Nz {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp--Ay3Nz {
  -webkit-animation-name: bounceInUp--Ay3Nz;
  animation-name: bounceInUp--Ay3Nz;
}
.animated--G4boP {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated--G4boP.infinite--pocmD {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated--G4boP.delay-1s--e6Sqy {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated--G4boP.delay-2s--Ec6gG {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated--G4boP.delay-3s--szuqu {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated--G4boP.delay-4s--g3dE0 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated--G4boP.delay-5s--ZP8m3 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated--G4boP.fast--emjLC {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated--G4boP.faster--xTjDC {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated--G4boP.slow--cSR2D {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated--G4boP.slower--DBFm_ {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated--G4boP {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.title--B7801 {
  text-align: center;
}
.ask-item-6--kIYIg {
  margin-top: 6px;
  margin-bottom: 14px;
  color: #999;
  font-size: 12px;
  width: 405px;
  position: relative;
  white-space: pre;
  margin-left: -24px;
}
.ask-item-6--kIYIg .circle-icon--nUEAT {
  margin-right: 4px;
}
.agentInvestment--lLIsh .banner--jnUBt,
.agentInvestment--lLIsh .good-effect--ufnaG,
.agentInvestment--lLIsh .multi-user--yca9h,
.agentInvestment--lLIsh .authentication--pw7GP,
.agentInvestment--lLIsh .service-score--U2QdF,
.agentInvestment--lLIsh .match--sWgxc,
.agentInvestment--lLIsh .no-money--WdsXI,
.agentInvestment--lLIsh .auth-link--GSqO9 {
  width: 1190px;
  margin: 0 auto;
}
.auth-item--V4ZVx {
  width: 100%;
  height: 37.5px;
  margin-bottom: 12px;
}
.auth-item--V4ZVx .red--k1b6F {
  color: red;
}
.auth-item--V4ZVx .auth-label--CkdZs,
.auth-item--V4ZVx .auth-value--JwKcA {
  float: left;
  font-size: 15px;
  line-height: 37px;
}
.auth-item--V4ZVx .auth-label--CkdZs input,
.auth-item--V4ZVx .auth-value--JwKcA input {
  width: 100%;
  height: 32px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  text-indent: 10px;
  font-size: 13px;
  /*修改input placeholder 字體顏色*/
}
.auth-item--V4ZVx .auth-label--CkdZs input::-webkit-input-placeholder,
.auth-item--V4ZVx .auth-value--JwKcA input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bbb !important;
}
.auth-item--V4ZVx .auth-label--CkdZs input:-moz-placeholder,
.auth-item--V4ZVx .auth-value--JwKcA input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb !important;
  opacity: 1;
}
.auth-item--V4ZVx .auth-label--CkdZs input::-moz-placeholder,
.auth-item--V4ZVx .auth-value--JwKcA input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb !important;
  opacity: 1;
}
.auth-item--V4ZVx .auth-label--CkdZs input:-ms-input-placeholder,
.auth-item--V4ZVx .auth-value--JwKcA input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb !important;
}
.auth-item--V4ZVx .auth-label--CkdZs input::-ms-input-placeholder,
.auth-item--V4ZVx .auth-value--JwKcA input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bbb !important;
}
.auth-item--V4ZVx .auth-label--CkdZs {
  width: 20%;
  text-align: right;
  margin-right: 5%;
}
.auth-item--V4ZVx .auth-value--JwKcA {
  width: 75%;
}
.auth-hint--HDSlw {
  color: #999999;
  font-size: 13px;
  display: block;
  text-align: center;
  margin: 20px 0px;
}
.submit--gg1oT {
  width: 100%;
  height: 47px;
  background: #ff3939;
  border-radius: 24px;
  border: solid 1px #ff3939;
}
.submit--gg1oT:disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

/* -------- Colors -------- */
.tcpc-modal {
  background-color: #FFF;
  border-radius: 4px;
  position: relative;
  padding: 12px 10px;
  box-sizing: border-box;
}
.tcpc-modal-title {
  font-size: 16px;
  text-align: center;
  color: #333;
  font-weight: 900;
}
.tcpc-modal-description {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  margin: 7px 0 10px;
  white-space: pre;
  text-align: center;
}
.tcpc-modal-close {
  width: 30px;
  height: 30px;
  background-image: url(data:image/png;base64,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);
  border: unset;
  background-size: 100%;
  background-color: unset;
  position: absolute;
  bottom: -50px;
  left: 50%;
  cursor: pointer;
  margin-left: -15px;
}
.tcpc-modal-top .tcpc-modal-close {
  bottom: unset;
  left: unset;
  margin-left: unset;
  top: -40px;
  right: 0;
}
.tcpc-modal-default .tcpc-modal-close {
  width: 12px;
  height: 12px;
  background-image: url(data:image/png;base64,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);
  bottom: unset;
  left: unset;
  margin-left: unset;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.tcpc-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.tcpc-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

.agreement--N_hha {
  width: 100%;
  line-height: 16px;
  color: #999;
  font-size: 12px;
  position: relative;
  display: block;
  flex-direction: row;
}
.agreement--N_hha .circle-icon--yjcuj {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  background-image: url('https://c.8891.com.tw/assets/static/ask/icon_6.png');
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.agreement--N_hha .circle-icon--yjcuj.press--MoiKr {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  background-image: url('https://c.8891.com.tw/assets/static/ask/icon_5.png');
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.agreement--N_hha span {
  margin-left: 5px;
  color: #3264FF;
}
.agreement--N_hha a {
  color: #999999;
  text-decoration: underline;
}

.LoginModal--G7TEL {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal--icPVF {
  width: 300px;
  min-height: 328px;
  background: #fff;
  border-radius: 15px;
}
.viewVerificationPhone--d8Qzo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.modal-title--QLpf5 {
  height: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 18px;
  margin: 11px 0 21px;
}
.login-item--eG2qT {
  width: 100%;
  height: 45px;
  background: #ffffff;
  border: 0.5px solid #979797;
  border-radius: 23px;
  line-height: 42px;
  position: relative;
  padding: 0 14px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.login-input--dRPnm {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333;
}
.code--DiU6X {
  display: grid;
  place-items: center;
  width: 90px;
  height: 45px;
  border-radius: 23px;
  font-size: 14px;
  position: absolute;
  right: -2px;
  top: -1px;
  cursor: pointer;
  color: #FFF;
  background-color: #ddd;
}
.code--init--OEra4 {
  color: #fff;
  background: #FF0000;
}
.tip-msg--zD_U0 {
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 18px;
  margin-left: -35px;
}
.btn--kbU82,
.btn-login--vSdkI {
  height: 45px;
  border-radius: 23px;
  line-height: 45px;
  width: 100%;
}
.agree--AtGV_ {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #999;
  line-height: 16px;
  margin-top: 20px;
}
.agree--AtGV_ a {
  color: #999;
}

/* 主要变量 */
/* prefix 用于所有样式名的前缀 */
/* -------- Colors -------- */
/* -------- Font -------- */
/* 新车变量 */
/* 新车PC */
/* 快捷樣式 */
/* 主題色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色背景顏色*/
/* 配色背景顏色*/
/* 設置字體大小 */
.ant-switch-small--SVebs {
  height: 20px;
  min-width: 128px;
  line-height: 114px;
}
/* 頭像 */
/* Icon  */
/* button 樣式 */
/*動畫效果*/
/* 全局居中 global-middle  */
/* button 樣式 */
/* 简化 */
.none--iAGZq {
  display: none !important;
}
.tl--Cddc7 {
  text-align: left;
}
.br-btn--lN6k3 {
  border-radius: 20px;
}
.pr--jFt1E {
  position: relative;
}
.pa--TaDt8 {
  position: absolute;
}
.bn--mUG0J {
  border: 0  !important;
}
.ellipsis--tmo2w {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
i {
  font-style: unset;
}
@-webkit-keyframes bounceInUp--VYhfr {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp--VYhfr {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp--VYhfr {
  -webkit-animation-name: bounceInUp--VYhfr;
  animation-name: bounceInUp--VYhfr;
}
.animated--BxzwE {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated--BxzwE.infinite--p3azA {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated--BxzwE.delay-1s--u8yxs {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated--BxzwE.delay-2s--n0PlD {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated--BxzwE.delay-3s--qOxah {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated--BxzwE.delay-4s--OrGKO {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated--BxzwE.delay-5s--ycjBm {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated--BxzwE.fast--FRJom {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated--BxzwE.faster--ZxDDm {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated--BxzwE.slow--FCswZ {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated--BxzwE.slower--sOKCZ {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated--BxzwE {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.Footer--VFlDs {
  width: 100%;
  min-width: 1190px;
  height: 475px;
  border-top: 2px solid #eee;
  background: -webkit-linear-gradient(top, #f8f8f8, #ffffff);
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  padding-top: 40px;
}
.Footer--VFlDs ul {
  margin-bottom: 0;
}
.Footer--VFlDs .line-icon--moJCM {
  position: absolute;
  right: 0px;
  top: 22px;
  width: 2px;
  height: 100px;
  background: #E8E8E8;
}
.Footer--VFlDs .top--zlazE {
  flex-flow: row;
}
.Footer--VFlDs .content--NH5Mp {
  width: 1190px;
  height: 345px;
  margin: 0 auto;
}
.Footer--VFlDs .font-item--YG0PB {
  padding: 20px 0 0 10px;
  height: 180px;
  display: flex;
}
.Footer--VFlDs .foot-newcar-icon--PI70c {
  width: 180px;
  height: 100px;
  background-image: url('https://photo.8891.com.tw/2023/07/10/1688970253140827.png');
  float: right;
  margin-right: 0;
  cursor: default;
}
.Footer--VFlDs .newcar-desc-find--J7XP6 {
  padding: 20px 14px 20px 24px;
  position: relative;
}
.Footer--VFlDs .mt20--MKzGO {
  margin-top: 20px;
}
.Footer--VFlDs .title--bghr2 {
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 900;
  color: #666;
}
.Footer--VFlDs .item--Wyy6H {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}
.Footer--VFlDs .item--Wyy6H a {
  color: #666;
}
.Footer--VFlDs .tool--dsaJo {
  padding: 20px 10px;
  margin-left: 20px;
  height: 180px;
}
.Footer--VFlDs .info-name--Ru6Vg {
  margin-top: 30px;
  text-align: center;
}
.Footer--VFlDs .info-down--UgdVA {
  margin-top: 20px;
  text-align: center;
  color: #e04839;
  font-size: 12px;
}
.Footer--VFlDs .foot-nav--IrxGD {
  width: 80%;
  color: #666;
  margin-left: 8%;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.Footer--VFlDs .foot-nav--IrxGD li {
  padding: 0 10px;
  border-right: 1px solid #666666;
  height: 10px;
  line-height: 10px;
  position: relative;
  display: inline-block;
}
.Footer--VFlDs .foot-nav--IrxGD li:last-child {
  border: unset;
}
.Footer--VFlDs .foot-nav--IrxGD li .foot-hot--JNmk6 {
  position: absolute;
  top: -10px;
  left: 5px;
}
.Footer--VFlDs .foot-sites--mc_mX {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}
.Footer--VFlDs .foot-sites--mc_mX a {
  color: #666;
}
.Footer--VFlDs .w125--WpVCZ {
  width: 125px;
}
.Footer--VFlDs .w50--I_p9_ {
  width: 54px;
}
.Footer--VFlDs .w60--Xk1ZD {
  width: 60px;
}
.Footer--VFlDs .foot-sites--mc_mX li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #666666;
  height: 10px;
  line-height: 10px;
}
.Footer--VFlDs .foot-sites--mc_mX li:last-child {
  border: unset;
}
.Footer--VFlDs .foot-copyright--WKGol {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
  color: #666666;
}
.Footer--VFlDs .approve-icon--d2ofi {
  display: inline-block;
  width: 170px;
  height: 50px;
  background-image: url('https://photo.8891.com.tw/2023/07/10/1688970197250005.png');
  background-size: 100%;
  background-position: 0px -1px;
}
.Footer--VFlDs .sgs-icon--Sv04i {
  display: inline-block;
  width: 51px;
  height: 50px;
  background-image: url('https://photo.8891.com.tw/2023/07/10/1688970218155444.png');
  background-size: 100%;
  margin-left: 20px;
}
.Footer--VFlDs .esg-icon--x6Uvu {
  display: inline-block;
  width: 64px;
  height: 50px;
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
.Footer--VFlDs .foot-approve--lAy7I {
  text-align: center;
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Footer--VFlDs .desc-ewm--Ppha9 {
  padding: 20px 30px;
  color: #666;
}
.Footer--VFlDs .desc-ewm--Ppha9 .title--bghr2 {
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 900;
  color: #666;
}
.Footer--VFlDs .desc-ewm--Ppha9 .row--_bFgn {
  width: 230px;
  margin-bottom: 10px;
  font-weight: 900;
}
.Footer--VFlDs a {
  color: #666;
}
.onlineService--ocEit {
  display: flex;
  align-items: center;
}
.onlineService--ocEit::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('https://photo.8891.com.tw/2023/07/10/1688970234824179.png');
  background-size: 100%;
}

.AdGlobalPopad--pXamr {
  width: 310px;
  height: 255px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7);
  background: #fff;
  display: none;
  padding-top: 5px;
}
.AdGlobalPopad--pXamr .img-video--jXGqh {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AdGlobalPopad--pXamr video {
  width: 300px;
  height: 250px;
  overflow: hidden;
  display: inline-block;
}
.AdGlobalPopad--pXamr .close-btn--vTVXh {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  z-index: 10;
  background: #333333a3;
  width: 70px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  font-style: normal;
  text-align: center;
}
.AdGlobalPopad--pXamr .close-btn--vTVXh img {
  vertical-align: baseline;
  margin-left: 4px;
  transform: unset;
}
.AdGlobalPopad--pXamr .close-btn--vTVXh img:hover {
  transform: unset;
}
.AdGlobalPopad--pXamr .rest--Vx4dC {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  background: #333333a3;
  width: 44px;
  height: 30px;
  line-height: 30px;
  font-style: normal;
  text-align: center;
}
.AdGlobalPopad--pXamr .rest--Vx4dC span {
  color: #FF963C;
}
.AdImageOrVideo--ImvRO img {
  transform: unset;
  transition: unset;
  height: 250px;
}
.AdImageOrVideo--ImvRO img:hover {
  transform: unset;
  transition: unset;
}
.AdImageOrVideo--ImvRO .header--RoLul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -60px;
  height: 60px;
  width: 100%;
  background: #fff;
  box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.2);
}
.AdImageOrVideo--ImvRO .header--RoLul .left--wuB20 {
  width: 300px;
}
.AdImageOrVideo--ImvRO .header--RoLul .left--wuB20 .item-1--pwaXX {
  padding: 5px;
  width: 55px;
  display: inline-block;
  vertical-align: top;
}
.AdImageOrVideo--ImvRO .header--RoLul .left--wuB20 .item-1--pwaXX img {
  width: 48px;
  height: 48px;
  transform: unset;
}
.AdImageOrVideo--ImvRO .header--RoLul .left--wuB20 .item-2--NJ8JZ {
  display: inline-block;
  height: 68px;
}
.AdImageOrVideo--ImvRO .header--RoLul .left--wuB20 .item-2--NJ8JZ .title--kQTWG {
  font-size: 18px;
  font-weight: 900;
  color: #171717;
  margin-top: 8px;
}
.AdImageOrVideo--ImvRO .header--RoLul .left--wuB20 .item-2--NJ8JZ .desc--Tybbh {
  color: #666666;
  font-size: 14px;
  width: 220px;
  height: 20px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.AdImageOrVideo--ImvRO .header--RoLul .right--Cz8K_ .rest--Vx4dC {
  top: 38px;
  right: 0;
  left: unset;
}
.AdImageOrVideo--ImvRO .header--RoLul .right--Cz8K_ .ad-close-btn--V4l3O {
  width: 44px;
  height: 40px;
  background-image: url(https://photo.8891.com.tw/2024/05/13/1715581905166537.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-size: 9px 9px;
  background-position: center;
}

.barrage-3--yTacD {
  position: absolute;
  top: 360px;
  width: 1300px;
  left: -80px;
}
.barrage-2--d2CMd {
  width: 1300px;
  margin-top: 60px;
  margin-left: -80px;
}
.InvestmentPages--Q7SZW .ant-carousel-vertical .slick-track {
  height: 196px !important;
}
.InvestmentPages--Q7SZW .ant-collapse-header {
  background: #fff;
}
.InvestmentPages--Q7SZW .ant-collapse-content {
  background: #F5F5F5;
}
.InvestmentCarousel--ckBHJ {
  position: absolute;
  bottom: 80px;
  left: 20%;
}
.InvestmentCarousel--ckBHJ .one-banner--r2nVW {
  width: 660px;
  height: 72px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 136px auto;
  border-radius: 36px;
  font-size: 24px;
}
.InvestmentCarousel--ckBHJ .one-right--BYCa8 {
  width: 460px;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  line-height: 72px;
  margin: 0 auto;
  padding-right: 20px;
  text-align: center;
}
.InvestmentCarousel--ckBHJ .one-left--ySCdN {
  width: 136px;
  height: 72px;
  background: linear-gradient(180deg, #ffc715 0%, #f76b1c 86%);
  border-radius: 36px 0px 0px 36px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
.go-home-btn--s2dnS {
  width: 200px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.six-content-btn--iIIMG {
  width: 600px;
  height: 200px;
  position: absolute;
  bottom: 175px;
  right: 210px;
  cursor: pointer;
}
.seven-fixed--zKq85 {
  position: fixed;
  right: 110px;
  bottom: 110px;
  display: grid;
  cursor: pointer;
  width: 1190px;
  margin: auto;
}
.Six--ainxu {
  background: linear-gradient(0deg, #140bdd, #6162ff 100%);
  padding-bottom: 120px;
  padding-top: 160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.four-relative--IuHof {
  width: 1216px;
  height: 950px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 160px;
  padding-top: 160px;
}
.four-relative--IuHof img {
  height: 100%;
  object-fit: cover;
}
.four-relative--IuHof .six-content-img--HZtAP {
  width: 100%;
}
.four-relative--IuHof .icon-4--qIazp {
  width: 290px;
  height: 359.7px;
  position: absolute;
  bottom: 42px;
  right: -213px;
}
.Four--KDEJl {
  width: 320px;
  height: 400px;
  position: absolute;
  top: 0;
}
.three-list--xq55K {
  display: grid;
  grid-template-columns: 373px 373px 373px;
  grid-column-gap: 32px;
  grid-row-gap: 40px;
}
.ThreeItem--zLb5k {
  width: 373px;
  height: 340px;
  background-color: #fff;
  border-radius: 9px;
  padding: 19px 16px;
  box-sizing: border-box;
  transition: height 1s ease-in-out;
  overflow: hidden;
}
.ThreeItem--zLb5k .three-desc-1--kIv1k {
  padding: 8px 8px;
  box-sizing: border-box;
  background: #f0f6ff;
  margin-top: 14px;
}
.ThreeItem--zLb5k .three-desc--yA3Fx {
  font-size: 16px;
  color: #475569;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.ThreeItem--zLb5k .three-content--z3TDH {
  color: #666;
  font-size: 15px;
  height: 126px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  word-break: break-all;
  transition: height 0.5s ease-in-out;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}
.ThreeItem--zLb5k .three-content-line--HAjUE {
  line-height: 20px;
  overflow: hidden;
}
.ThreeItem--zLb5k .name--KuenM {
  font-size: 18px;
  margin-top: 4px;
  font-weight: 500;
}
.ThreeItem--zLb5k .tag-list--dtavZ {
  display: flex;
  margin-top: 10px;
}
.ThreeItem--zLb5k .tag-list--dtavZ .tag-item--vZjhx {
  height: 24px;
  padding: 0 6px;
  border-radius: 2px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  margin-right: 10px;
}
.ThreeItem--zLb5k .header--EuOxT {
  display: grid;
  grid-template-columns: 65px auto;
  grid-column-gap: 16px;
  position: relative;
}
.ThreeItem--zLb5k .header--EuOxT .brand-icon--szyZu {
  width: 39px;
  height: 39px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ThreeItem--zLb5k .header--EuOxT .avatar--vE2CX {
  width: 65px;
  height: 65px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 50%;
}
.ThreeItem--zLb5k .header--EuOxT .avatar--vE2CX img {
  width: 100%;
  height: 100%;
}
.three-main--o0Ou7 {
  background: linear-gradient(0deg, #3c39ef 0%, #6162ff 100%);
  padding-bottom: 120px;
}
.title-111--QKruZ {
  display: table;
  margin: 80px auto 60px;
  width: 447px;
  height: 68px;
}
.Three--UdXeo {
  width: 1190px;
  margin: 0 auto;
}
.Three--UdXeo .three-img--pX9mR {
  width: 100%;
}
.Investment-main--Zdiay {
  background-color: #DEE2FF;
}
.Investment-main--Zdiay .title-1--bgErk {
  font-size: 30px;
  color: #333;
  display: table;
  margin: 0 auto;
  position: relative;
}
.Investment-main--Zdiay .title-count--GGmEA {
  font-size: 54px;
  font-weight: 900;
  margin-top: 10px;
  display: table;
  margin: 0 auto;
}
.Investment-main--Zdiay .title-count--GGmEA span {
  color: #1CBC1B;
}
.Investment-main--Zdiay .line--swYh5 {
  width: 222px;
  height: 15px;
  background: linear-gradient(90deg, #ccc4fd, #ffa9a945, #ffa9a900);
}
.Investment-main--Zdiay .desc-1--QuMui {
  color: #999;
  font-size: 22px;
  margin-top: 4px;
}
.Investment-main--Zdiay .msg-1--tu8jB {
  text-align: center;
}
.Investment-main--Zdiay .title-icon--UUrN_ {
  width: 35px;
  height: 35px;
  margin-right: 4px;
  position: absolute;
  left: -44px;
  top: 4px;
}
.Investment-main--Zdiay .ItemOne-icon--vt8Al {
  width: 393px;
  height: 304xp;
  position: absolute;
  bottom: 0;
  left: 420px;
}
.Investment-main--Zdiay .msg-2--lbtnF span,
.Investment-main--Zdiay .msg-3--JlIr2 span {
  color: #F87F15;
}
.Investment-main--Zdiay .ItemOne--zGt6f {
  width: 1190px;
  height: 214px;
  background: #ffffff;
  border: 5px solid #c3cafe;
  border-radius: 24px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.Investment-main--Zdiay .banner-2--imoI2 {
  margin-top: 115px;
  position: relative;
}
.Investment-main--Zdiay .banner-2--imoI2 .icon-1--JJOIW {
  width: 287px;
  height: 360px;
  position: absolute;
  top: -103px;
  right: -100px;
  opacity: 0.5;
}
.Investment-main--Zdiay .banner-2--imoI2 img {
  width: 100%;
}
.Investment-content--SosOZ {
  width: 1190px;
  height: 496px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.Investment--s_S2y {
  width: 100%;
  background: linear-gradient(180deg, #4657ff, #5aa2ff);
  border-radius: 0 0 51% 46%/8%;
  position: relative;
}
.Investment--s_S2y .banner-image--W9IYZ {
  margin-top: 73px;
  width: 529px;
  height: 321px;
  position: absolute;
  left: 91px;
}
.ThreeItem-relative--B3z2g {
  position: relative;
  height: 333px;
}
.ThreeItem-relative--B3z2g:hover .ThreeItem--zLb5k {
  box-shadow: 0px 0px 8px 4px #0000004a;
  height: auto;
  position: absolute;
  bottom: 0;
}
.ThreeItem-relative--B3z2g:hover .ThreeItem--zLb5k .three-content--z3TDH {
  color: #666;
  font-size: 15px;
  text-overflow: unset;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  word-break: break-all;
  -webkit-box-orient: vertical;
  margin-top: 14px;
  height: 300px;
  overflow: hidden;
  overflow: auto;
}
.ThreeItem-relative--B3z2g:hover .ThreeItem--zLb5k .three-content--z3TDH::-webkit-scrollbar {
  display: block;
}
.ThreeItem-relative--B3z2g:hover .ThreeItem--zLb5k .three-content--z3TDH::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  /* or add it to the track */
}
.ThreeItem-relative--B3z2g:hover .ThreeItem--zLb5k .three-content--z3TDH::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.333);
  border-radius: 20px;
}
.investment-title--AxFhB {
  padding-top: 80px;
  display: flex;
  justify-content: center;
}
.investment-title-image--yUZQi {
  width: 714px;
  height: 80px;
}
.investment-title-image--yUZQi img {
  width: 100%;
  height: 100%;
}
.three-content--z3TDH {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 88px;
}
.three-content-item--g_Ksq {
  width: 958px;
  height: 66px;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.three-content-name--qRivA {
  width: 169px;
  height: 66px;
  border-radius: 16px 16px 0px 0px 0px 16px 16px;
  background-image: url('https://photo.8891.com.tw/2023/04/03/1680510014551473.png');
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 32px;
  line-height: 66px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.three-content-value--V8iMs {
  height: 66px;
  font-size: 24px;
  font-weight: 500;
  color: #475569;
  line-height: 66px;
  margin-left: 25px;
}
.three-content-value--V8iMs .red--FZ1bj {
  color: #FF4333;
}
.investment-join-modal--arVZQ {
  width: 436px;
  height: 345px;
  background: #ffffff;
  border-radius: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.investment-join-modal--arVZQ {
  padding: 30px;
}
.investment-join-modal--arVZQ input::placeholder {
  color: #D5D5D5;
}
.investment-join-modal--arVZQ .join-modal-title--Bq0qU {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}
.investment-join-modal--arVZQ .modal-phone--nzGRz {
  width: 340px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font-size: 20px;
  padding-left: 20px;
}
.investment-join-modal--arVZQ .modal-code-content--Ni8ze {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.investment-join-modal--arVZQ .modal-code--R0SsM {
  width: 190px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font-size: 20px;
  padding-left: 20px;
}
.investment-join-modal--arVZQ .modal-send-btn--oNuR6 {
  width: 97px;
  height: 40px;
  background: #ddd;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-left: 13px;
}
.investment-join-modal--arVZQ .modal-btn--wP5hL {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #3264ff;
  border-radius: 4px;
  margin-top: 40px;
  color: #ffffff;
  font-size: 23px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.tip-msg--J5lub {
  position: absolute;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #ff4300;
  line-height: 18px;
  padding-left: 10px;
  bottom: -18px;
}
.code--init--CoQiD {
  color: #fff !important;
  background: #3264FF !important;
}

.rolling-container--Lz74M {
  width: 930px;
  height: 32px;
  line-height: 32px;
  background: rgba(50, 100, 255, 0.05);
  border-radius: 16px;
  display: flex;
}
.rolling-icon--JsLT9 {
  margin: 0 20px;
  width: 20px;
  font-size: 20px;
}
.rolling-text--v2vRz {
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  display: inline-block;
  animation: marquee--JmjsV 20s linear infinite both;
}
.rolling-text__highlight--nIk83 {
  color: #3264ff;
}
.rolling-text__item--P5d2X {
  padding-right: 40px;
  display: inline-block;
  height: auto;
}
@keyframes marquee--JmjsV {
  100% {
    transform: translate3d(-20%, 0, 0);
  }
}

