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

.RelatedCar--lOPTt {
  margin-bottom: 20px;
  position: relative;
}
.RelatedCar--lOPTt .title--gNW6x {
  font-size: 24px;
  font-weight: 500;
  color: #1b1b1b;
  line-height: 33px;
  margin-top: 40px;
  margin-bottom: 0;
}
.RelatedCar--lOPTt .left-icon--jUAu4 {
  width: 20px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 170px;
  cursor: pointer;
  background-image: url('https://photo.8891.com.tw/2023/02/01/1675222234588282.png');
  left: 0;
}
.RelatedCar--lOPTt .right-icon--SR08P {
  width: 20px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 170px;
  cursor: pointer;
  background-image: url('https://photo.8891.com.tw/2023/02/01/1675222234567023.png');
  right: 0;
}
.RelatedCar--lOPTt .brand-scroll--dsxqI {
  display: -webkit-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: pre;
  scroll-behavior: smooth;
  padding-top: 30px;
  padding-bottom: 20px;
}
.RelatedCar--lOPTt .brand-scroll--dsxqI::-webkit-scrollbar {
  display: none;
}
.RelatedCar--lOPTt .item--ZLQ9A {
  display: inline-flex;
  height: 80px;
  position: relative;
  cursor: pointer;
}
.RelatedCar--lOPTt .item--ZLQ9A .line-icon--rskYV {
  position: absolute;
  right: 0;
  top: 35px;
  width: 1px;
  height: 12px;
  background: #dae0eb;
}
.RelatedCar--lOPTt .item--ZLQ9A:hover {
  background-color: #eef1f7;
}
.RelatedCar--lOPTt .item--ZLQ9A.press--LlM_J {
  background-color: #eef1f7;
}
.RelatedCar--lOPTt .item--ZLQ9A .content--GzBu_ {
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
}
.RelatedCar--lOPTt .item--ZLQ9A .left-item--GhjtN {
  width: 36px;
  height: 36px;
  display: inline-block;
  display: grid;
  place-items: center;
  margin-left: 8px;
}
.RelatedCar--lOPTt .item--ZLQ9A .left-item--GhjtN img {
  width: 32px;
  height: 32px;
  border: 2px solid #e4e5ea;
  border-radius: 50%;
}
.RelatedCar--lOPTt .item--ZLQ9A .right-item--PeTLs sup {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  width: 100%;
  position: unset;
  display: flex;
  height: 30px;
  align-items: center;
  margin-right: 16px;
  min-width: 70px;
}
.RelatedCar--lOPTt .item--ZLQ9A .right-item--PeTLs sub {
  font-size: 12px;
  color: #A6AEBD;
  display: inline-block;
  width: 100%;
}
.RelatedCar--lOPTt .item--ZLQ9A .right-item--PeTLs em {
  font-size: 12px;
  color: #FF6F66;
  font-style: unset;
  margin-left: 4px;
}

/* 主要变量 */
/* prefix 用于所有样式名的前缀 */
/* -------- Colors -------- */
/* -------- Font -------- */
/* 新车变量 */
/* 新车PC */
/* 快捷樣式 */
/* 主題色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色背景顏色*/
/* 配色背景顏色*/
/* 設置字體大小 */
.ant-switch-small--s6QAD {
  height: 20px;
  min-width: 128px;
  line-height: 114px;
}
/* 頭像 */
/* Icon  */
/* button 樣式 */
/*動畫效果*/
/* 全局居中 global-middle  */
/* button 樣式 */
/* 简化 */
.none--I_1ds {
  display: none !important;
}
.tl--w9db3 {
  text-align: left;
}
.br-btn--gXbv1 {
  border-radius: 20px;
}
.pr--p7L9Q {
  position: relative;
}
.pa--_sSxJ {
  position: absolute;
}
.bn--yqbaf {
  border: 0  !important;
}
.ellipsis--O0_Bh {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
i {
  font-style: unset;
}
@-webkit-keyframes bounceInUp--lPbwL {
  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--lPbwL {
  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--lPbwL {
  -webkit-animation-name: bounceInUp--lPbwL;
  animation-name: bounceInUp--lPbwL;
}
.animated--fvE44 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated--fvE44.infinite--KB8vo {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated--fvE44.delay-1s--_pWNl {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated--fvE44.delay-2s--aQGHb {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated--fvE44.delay-3s--kHUJe {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated--fvE44.delay-4s--HKi1J {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated--fvE44.delay-5s--sZDs9 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated--fvE44.fast--xkNMJ {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated--fvE44.faster--Jr1u2 {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated--fvE44.slow--YflBJ {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated--fvE44.slower--dvYBF {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated--fvE44 {
    -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;
  }
}
.list-container--j2dD3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 220px);
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}
.list-container--j2dD3 .list-item--_m7AA {
  width: 220px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  padding: 8px 16px 19px 16px;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 6px;
}
.list-container--j2dD3 .item-msg--XemCs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-container--j2dD3 .item-msg--XemCs .item-img--isjH2 {
  width: 168px;
  height: 112px;
  position: relative;
}
.list-container--j2dD3 .item-msg--XemCs .item-brand--q6hXI {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 4px;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.list-container--j2dD3 .item-msg--XemCs .item-price--_FUzt {
  font-size: 16px;
  font-weight: 500;
  color: #ff3232;
  line-height: 22px;
  margin-bottom: 8px;
}
.list-container--j2dD3 .item-msg--XemCs .item-results--H1RCC {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 6px;
}
.list-container--j2dD3 .item-btn--qK5cm {
  display: flex;
}
.list-container--j2dD3 .item-btn--qK5cm .btn-ask--zo9rI {
  width: 84px;
  height: 30px;
  background: #ff4333;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
}
.list-container--j2dD3 .item-btn--qK5cm .btn-config--MhLPT {
  width: 84px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #979797;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-container--j2dD3 .item-btn--qK5cm .btn-config--MhLPT .btn-icon--VZc0L {
  border: 1px solid #333;
  border-radius: 10px;
  margin-right: 2px;
  display: flex;
}
.list-container--j2dD3 .item-bag--_Whdu {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.list-container--j2dD3 .item-bag--_Whdu .bag-title--KF51L {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  padding: 2px 4px;
  background-image: linear-gradient(to right, #FF4D4A, #FF702E);
  margin: 0;
  border-top-left-radius: 4px;
}
.list-container--j2dD3 .item-bag--_Whdu .bag-price--Vao3L {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #ff6500;
  padding: 2px 8px 2px 4px;
  background: #ffe1d1;
  margin: 0;
  border-radius: 0 0 8px 0;
}
.list-container--j2dD3 .item-tag--C3AwQ {
  border: 1px solid #999999;
  border-radius: 2px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
  padding: 0 4px;
  position: absolute;
  top: 4px;
  right: 4px;
}
.list-container--j2dD3:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* 主要变量 */
/* 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 .foot-approve--lAy7I {
  text-align: center;
  margin-top: 22px;
}
.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;
}

/* 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-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.ant-modal.ant-zoom-enter,
.ant-modal.ant-zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
}
.ant-modal-wrap {
  z-index: 1000;
}
.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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: auto;
}
.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-modal-close-x {
  display: block;
  width: 54px;
  height: 54px;
  font-size: 16px;
  font-style: normal;
  line-height: 54px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
}
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 24px;
  text-align: right;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #ff4d4f;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
  pointer-events: none;
}
.ant-modal-wrap-rtl {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-close {
  right: initial;
  left: 0;
}
.ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.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;
}

.tc-toast-mask {
  z-index: 99900 !important;
  position: relative;
}
.tc-toast-mask .tc-toast-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tc-toast-mask .tc-toast-main {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100px;
  max-width: 220px;
  max-height: 70%;
  overflow: auto;
  color: white;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  pointer-events: all;
  font-size: var(--tc-font-size-7);
  line-height: 1.4;
  box-sizing: border-box;
}
.tc-toast-mask .tc-toast-main-text {
  padding: 7px 20px;
  text-align: center;
}
.tc-toast-mask .tc-toast-main-icon {
  padding: 17px 25px;
  text-align: center;
}
.tc-toast-mask .tc-toast-main-icon .tc-toast-icon {
  display: block;
  text-align: center;
  line-height: 1;
  width: 60px;
  margin: 0 auto 13px;
}
.tc-toast-mask .tc-toast-main-icon .tc-toast-icon svg[width='60'] {
  --tc-icon-size-large: 40px;
}

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

/**
 * Swiper 9.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 31, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.tc-mask {
  --z-index: var(1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
}
.tc-mask-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tc-mask-content {
  z-index: 1;
}

