/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* -------- Colors -------- */
/*do not import this file except components/style/index.less*/
.tcm-fade-enter,
.tcm-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.tcm-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.tcm-fade-enter.tcm-fade-enter-active,
.tcm-fade-appear.tcm-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.tcm-fade-leave.tcm-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tcm-slide-up-enter,
.tcm-slide-up-appear {
  transform: translate(0, 100%);
}
.tcm-slide-up-enter,
.tcm-slide-up-appear,
.tcm-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.tcm-slide-up-enter.tcm-slide-up-enter-active,
.tcm-slide-up-appear.tcm-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.tcm-slide-up-leave.tcm-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.tcm.tcm-zoom-enter,
.tcm.tcm-zoom-leave {
  display: block;
}
.tcm-zoom-enter,
.tcm-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.tcm-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.tcm-zoom-enter.tcm-zoom-enter-active,
.tcm-zoom-appear.tcm-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.tcm-zoom-leave.tcm-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.tcm-slide-down-enter,
.tcm-slide-down-appear {
  transform: translate(0, -100%);
}
.tcm-slide-down-enter,
.tcm-slide-down-appear,
.tcm-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.tcm-slide-down-enter.tcm-slide-down-enter-active,
.tcm-slide-down-appear.tcm-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.tcm-slide-down-leave.tcm-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 14px;
  font-family: "PingFang TC", "Noto Sans CJK", "San Francisco", Roboto;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
p {
  margin: 0;
}

/* -------- Colors -------- */
.tcpct-inquiry-item {
  width: 1110px;
  background-color: #FFF;
}
.tcpct-inquiry-item-btn {
  width: 210px;
  height: 32px;
  background: #ff0000;
  border-radius: 4px;
  display: grid;
  font-size: 16px;
  color: #fff;
  place-items: center;
  margin-top: 14px;
  cursor: pointer;
}
.tcpct-inquiry-item .tcpct-avatar-xl {
  width: 150px;
  height: 150px;
}
.tcpct-inquiry-item-small {
  width: 676px;
  padding: unset;
}
.tcpct-inquiry-item-small .tcpct-inquiry-item-title {
  text-align: left;
  margin-bottom: 10px;
}
.tcpct-inquiry-item-small .tcpct-inquiry-item-phone-number {
  color: #FF0000;
}
.tcpct-inquiry-item-small .tcpct-inquiry-item-phone-number span {
  display: inline-block;
  color: #333;
}
.tcpct-inquiry-item-small .tcpct-inquiry-item-item {
  padding-bottom: 22px;
  display: grid;
  grid-template-columns: 150px 270px auto;
  grid-column-gap: 24px;
}
.tcpct-inquiry-item-middle {
  width: 903px;
  padding: unset;
}
.tcpct-inquiry-item-middle .tcpct-inquiry-item-contact-phone {
  margin-left: 18px;
}
.tcpct-inquiry-item-middle .tcpct-inquiry-item-item {
  padding-bottom: 22px;
  display: grid;
  grid-template-columns: 150px 340px 240px auto;
  grid-column-gap: 24px;
}
.tcpct-inquiry-item-item {
  padding-bottom: 22px;
  display: grid;
  grid-template-columns: 150px 340px 240px auto;
  grid-column-gap: 24px;
}
.tcpct-inquiry-item-region-msg {
  display: grid;
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 0 0;
}
.tcpct-inquiry-item-avatar-item {
  display: grid;
  align-items: center;
}
.tcpct-inquiry-item-content {
  border-right: 1px solid #E8E8E8;
}
.tcpct-inquiry-item-title {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  text-align: center;
  margin-top: 6px;
}
.tcpct-inquiry-item-brand-item {
  color: #333;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 6px;
  display: flex;
  align-items: center;
}
.tcpct-inquiry-item-brand-name {
  padding: 1px 8px;
  color: #3264FF;
  background: rgba(50, 100, 255, 0.11);
  border-radius: 20px;
  font-weight: 400;
  font-style: initial;
  font-size: 14px;
  margin-right: 10px;
}
.tcpct-inquiry-item-foot {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  color: #999;
  display: flex;
  align-items: center;
  margin-top: 16px;
  cursor: pointer;
  margin-bottom: 14px;
}
.tcpct-inquiry-item-address {
  font-style: inherit;
  color: #3264FF;
  margin-bottom: unset;
}
.tcpct-inquiry-item-contact-phone {
  margin-top: 46px;
}
.tcpct-inquiry-item-buy-car-phone {
  font-size: 14px;
  color: #333;
}
.tcpct-inquiry-item-phone-number {
  font-size: 16px;
  font-weight: 500;
  color: #999;
  margin-top: 6px;
  height: 24px;
  display: flex;
  align-items: center;
}
.tcpct-inquiry-item-phone-number span {
  display: contents;
  color: #999;
  margin: 0 4px;
}
.tcpct-inquiry-item-qr-code {
  width: 100px;
  text-align: center;
  margin: 44px auto 0;
}
.tcpct-inquiry-item-qr-tip {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}
.tcpct-inquiry-item-qr-code-img {
  width: 90px;
  height: 90px;
  border: 1px solid #e9e9e9;
  padding: 3px;
}
.tcpct-inquiry-item-arrow {
  text-align: center;
  color: #333333;
  font-size: 14px;
  display: inline-block;
  white-space: pre;
  position: absolute;
  bottom: 36px;
  left: -40px;
  display: none;
}
.tcpct-inquiry-item-arrow p {
  margin-bottom: 2px;
  font-weight: 400;
}
.tcpct-inquiry-item-arrow::after {
  position: absolute;
  bottom: -14px;
  left: 41px;
  content: '';
  width: 22px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAUCAYAAADhj08IAAAAAXNSR0IArs4c6QAAAqdJREFUSA29lseOE0EQhtuRXdLV6Ql4AZIIEgJpbYNggWWBu9MJceTAnRNXp0dArJATC0IgJO5ceAYHOR0QDuPE/48oa/DC2B57XdK4a6Z7qj7/VT0zSv2xVCr1LJ1OX5DzTY/ZbPYc8r+UvDY6yWTyOYbXbrd7Eg6H+x6PZywLNjG2Wi1boVDY6nQ65HmVSCReOJnYZrP9mEwmXU3TtovF4hbgFOA2waTa7bbK5/Oq2+0y3xDHdzq6YnQymczN0WiUg7sN5dQm4AiVy+WmUHa7/WksFntDHjt/aNFo9BOUuwOXyikop2q1mj53HD+zUMj9RKCYb6qYJEcT3oByeZT2JJULhULK6/XK9FpG9NRf5XM4HI8hzFtj8KlicjESiXwG/W0cHVGuWq3K9MqjEQo5Bjj2Z6GY5AgYL0LSL1AsTLjBYKCXdR1wzWZz2lOEQo79eDx+wJyzdqSUxgXYENfH43ERAU65XC69rD6fz7hkYZ9Q3H29Xo9PASr1CAK8+1+AfyomiyHxV/ghBPlF5UqlkqpUKjK98DgLhRv3zKAY2FQxyYy3wjWoVsT5aSoXDAaV3++XadNxBkrDI2EPf5iPJVNbCIwRsFuvDofDEtyF4RqNhsITXcqn4d6H6Kk8482zhcEYCO+yK+i593DnwhGKPdXv99lTVOoBlCrMA5J50x6TRTKiL77B30Gin9Jz5XJZpqejEQoX+1h/fxkoBlpKMcmM3XoZyh2i7844nU695wKBgD5dr9f18lEpmA6F8rEFljJLYMyADXEJYIdwzwoc3xTsKYHCE30XSrH0S5tlMGbChriIDfEBrg4HEOmpHq7tQimCW7KVwJjRCMdz9FMPjX4PShHYsq0Mxsz88kVZCXICYHexST5aJlr3jfgKPo++u7WuuL8BcZ9ZNDv//JcAAAAASUVORK5CYII=);
}
.tcpct-inquiry-item-slab-qr-code-img {
  width: 90px;
  height: 90px;
  position: relative;
  border: 1px solid #979797;
  padding: 3px;
  background: #fff;
}
.tcpct-inquiry-item-qrcode-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
  background-size: 100%;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width=%27200%27 height=%27200%27 viewBox=%270 0 1024 1024%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M30.47 472.56h455.11V17.41H30.47v455.15zM144.18 131.11h227.53v227.57H144.18V131.11zM542.43 17.41v455.15h455.15V17.41H542.43z m341.28 341.28h-227.57V131.11h227.57v227.57zM200.99 301.88h113.87V188.13H201.24V301.88h-0.20zM30.47 984.56h455.11V529.41H30.47v455.15zM144.18 643.07h227.53v227.57H144.18V643.07zM826.86 187.97h-113.70v113.70h113.70V187.97z m-284.43 796.59h113.70V870.81h-113.70v113.70zM656.18 643.07v227.57h113.70V643.07h-113.70z m227.57 227.57h-113.70v113.66h227.57v-227.53H883.92v113.87h-0.16z m0-227.57h113.70v-113.70h-113.70v113.70z m-341.28-113.70v113.70h113.70v-113.70h-113.70z m-341.44 284.43h113.87v-113.70H201.24v113.70h-0.20z%27 fill=%27%23999999%27/%3E%3C/svg%3E");
}
.tcpct-inquiry-item-qrcode-icon:hover {
  background-image: url("data:image/svg+xml,%3Csvg width=%27200%27 height=%27200%27 viewBox=%270 0 1024 1024%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M30.47 472.56h455.11V17.41H30.47v455.15zM144.18 131.11h227.53v227.57H144.18V131.11zM542.43 17.41v455.15h455.15V17.41H542.43z m341.28 341.28h-227.57V131.11h227.57v227.57zM200.99 301.88h113.87V188.13H201.24V301.88h-0.20zM30.47 984.56h455.11V529.41H30.47v455.15zM144.18 643.07h227.53v227.57H144.18V643.07zM826.86 187.97h-113.70v113.70h113.70V187.97z m-284.43 796.59h113.70V870.81h-113.70v113.70zM656.18 643.07v227.57h113.70V643.07h-113.70z m227.57 227.57h-113.70v113.66h227.57v-227.53H883.92v113.87h-0.16z m0-227.57h113.70v-113.70h-113.70v113.70z m-341.28-113.70v113.70h113.70v-113.70h-113.70z m-341.44 284.43h113.87v-113.70H201.24v113.70h-0.20z%27 fill=%27%23333333%27/%3E%3C/svg%3E");
}
.tcpct-inquiry-item-qrcode-icon:hover .tcpct-inquiry-item-arrow {
  display: inline-block;
}

/* -------- Colors -------- */
.tcpct-avatar {
  display: inline-block;
  position: relative;
}
.tcpct-avatar-head {
  width: 35px;
  height: 35px;
  display: inline-flex;
  overflow: hidden;
}
.tcpct-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tcpct-avatar-circle {
  border-radius: 50%;
}
.tcpct-avatar-square {
  border-radius: 2px;
}
.tcpct-avatar-icon-v {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: -8px;
  bottom: -4px;
  background-size: 100%;
}
.tcpct-avatar-xs {
  width: 50px;
  height: 50px;
}
.tcpct-avatar-s {
  width: 60px;
  height: 60px;
}
.tcpct-avatar-m {
  width: 70px;
  height: 70px;
}
.tcpct-avatar-l {
  width: 80px;
  height: 80px;
}
.tcpct-avatar-xl {
  width: 100px;
  height: 100px;
}

/* -------- Colors -------- */
.tcpct-star {
  width: 15px;
  height: 15px;
}

/* 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-rate {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star > div:hover {
  transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}
.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}
.ant-rate-star > div {
  transition: all 0.3s, outline 0s;
}
.ant-rate-star > div:hover {
  transform: scale(1.1);
}
.ant-rate-star > div:focus {
  outline: 0;
}
.ant-rate-star > div:focus-visible {
  outline: 1px dashed #fadb14;
  transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #f0f0f0;
  transition: all 0.3s;
  user-select: none;
}
.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}
.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
}
.ant-rate-rtl {
  direction: rtl;
}
.ant-rate-rtl .ant-rate-star:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}
.ant-rate-rtl .ant-rate-star-first {
  right: 0;
  left: auto;
}

/* 主要变量 */
/* prefix 用于所有样式名的前缀 */
/* -------- Colors -------- */
/* -------- Font -------- */
/* 新车变量 */
/* 新车PC */
/* 快捷樣式 */
/* 主題色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色背景顏色*/
/* 配色背景顏色*/
/* 設置字體大小 */
.ant-switch-small--wQJgM {
  height: 20px;
  min-width: 128px;
  line-height: 114px;
}
/* 頭像 */
/* Icon  */
/* button 樣式 */
/*動畫效果*/
/* 全局居中 global-middle  */
/* button 樣式 */
/* 简化 */
.none--AGPDW {
  display: none !important;
}
.tl--qp2Ob {
  text-align: left;
}
.br-btn--aYaae {
  border-radius: 20px;
}
.pr--efhcy {
  position: relative;
}
.pa--cEWmw {
  position: absolute;
}
.bn--sRF31 {
  border: 0  !important;
}
.ellipsis--FTr1t {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
i {
  font-style: unset;
}
@-webkit-keyframes bounceInUp--gUoKL {
  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--gUoKL {
  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--gUoKL {
  -webkit-animation-name: bounceInUp--gUoKL;
  animation-name: bounceInUp--gUoKL;
}
.animated--lT3vm {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated--lT3vm.infinite--fQBX6 {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated--lT3vm.delay-1s--raoW2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated--lT3vm.delay-2s--UAk2h {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated--lT3vm.delay-3s--UUxos {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated--lT3vm.delay-4s--Elguc {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated--lT3vm.delay-5s--Abiw5 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated--lT3vm.fast--kaYil {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated--lT3vm.faster--K0DZG {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated--lT3vm.slow--zI0lB {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated--lT3vm.slower--ZIyhi {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated--lT3vm {
    -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;
  }
}
:root {
  --tc-radius-s: 4px;
  --tc-radius-m: 8px;
  --tc-radius-l: 12px;
  --tc-radius-full: 100px;
  --tc-font-size-1: 12px;
  --tc-font-size-2: 13px;
  --tc-font-size-3: 14px;
  --tc-font-size-4: 15px;
  --tc-font-size-5: 16px;
  --tc-font-size-6: 17px;
  --tc-font-size-7: 18px;
  --tc-font-size-8: 19px;
  --tc-font-size-9: 20px;
  --tc-font-size-10: 22px;
  --tc-color-base: #3264FF;
  --tc-color-primary: #3264FF;
  --tc-color-im-base: #5C8AFF;
  --tc-color-success: #00CC81;
  --tc-color-warning: #F87F15;
  --tc-color-danger: #FF0000;
  --tc-color-white: #ffffff;
  --tc-color-gray: #bbb;
  --tc-color-text: #333333;
  --tc-color-text-secondary: #666666;
  --tc-color-weak: #999999;
  --tc-color-border: #bbb;
  --tc-color-box: #f5f5f5;
  --tc-color-white-background: #ffffff;
  --tc-color-gray-background: #e8e8e8;
  --tc-color-primary-background: #3264FF;
  --tc-color-warning-background: #F87F15;
  --tc-color-danger-background: #FF4333;
  --tc-toast-z-index: 999900;
  --tc-modal-z-index: 3100;
  --tc-popup-z-index: 3010;
  --tc-popover-z-index: 3001;
  --tc-mask-z-index: 3000;
  --tc-font-size-main: var(--tc-font-size-5);
  --tc-border-color: var(--tc-color-border);
  --tc-font-family: 'PingFang SC', -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}
html[data-prefers-color-scheme='usercar'] {
  --tc-color-base: #F87F15;
}
html[data-prefers-color-scheme='dark'] {
  --tc-color-primary: #3086ff;
  --tc-color-success: #34b368;
  --tc-color-warning: #ffa930;
  --tc-color-danger: #ff4a58;
  --tc-color-text: #e6e6e6;
  --tc-color-text-secondary: #b3b3b3;
  --tc-color-weak: #808080;
  --tc-color-light: #4d4d4d;
  --tc-color-border: #2b2b2b;
  --tc-color-box: #0a0a0a;
  --tc-color-white-background: #1a1a1a;
  --tc-border-color: var(--tc-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: var(--tc-font-family) !important;
}
body.tc-overflow-hidden--uPhW0 {
  overflow: hidden !important;
}
.tc-icon--VtYAM {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tc-icon-spin--fgf4r svg {
  animation: tc-icon-spin--fgf4r 1s infinite linear;
}
@keyframes tc-icon-spin--fgf4r {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tc-icon-spin--fgf4r {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
*,
::before,
::after {
  border: 0 solid #e8e8e8;
  box-sizing: border-box;
}
body {
  font-size: 12px;
  font-family: PingFang TC, Helvetica, 'Helvetica Neue', Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
  overscroll-behavior-y: none;
  background: #fff;
  margin: 0;
}
a {
  color: #333;
}
a:hover {
  color: #333;
}
dd {
  margin-bottom: 0 !important;
}
p,
ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
input {
  vertical-align: middle;
  outline: none;
}
button {
  border: unset;
}
.tc-icon--VtYAM {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tc-icon-spin--fgf4r svg {
  animation: tc-icon-spin--fgf4r 1s infinite linear;
}
@keyframes tc-icon-spin--fgf4r {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tc-icon-spin--fgf4r {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.skeleton--LuxxR {
  --width: 100%;
  --height: 0;
  --border-radius: 0;
  background-color: rgba(200, 87, 87, 0.2);
  border-radius: var(--border-radius);
  width: var(--width);
  height: var(--height);
  display: block;
}
.skeleton--LuxxR.skeleton-animated--HxJuM {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  animation: adm-skeleton-loading--JV95r 1.4s ease infinite;
}
@keyframes adm-skeleton-loading--JV95r {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.nav-box-shadow--ZPlCR {
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.active-icon--BfrIq {
  width: 55px;
  height: 18px;
  display: inline-block;
  background-image: url('https://photo.8891.com.tw/2023/07/10/1688954632152239.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -10px;
  top: 4px;
}
.app-download--XVtVq {
  padding: 40px 50px;
  width: 688px;
}
.app-download--XVtVq h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.app-download-banner--UHRP9 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.app-download-list--cZ9Cs {
  display: flex;
  flex-wrap: wrap;
}
.app-download-list-item--vy3u8 {
  width: 117px;
  margin-top: 24px;
}
.app-download-list-item--vy3u8 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.app-download-list-item--vy3u8 p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 14px;
  color: #333;
}
.help-list--FwNbe {
  display: flex;
  padding: 40px 66px;
}
.nav-profile--wFReP {
  width: 374px;
  padding: 40px;
  background-color: #fff;
}
.nav-profile--wFReP h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}
.nav-profile--wFReP h3 a {
  color: #333;
}
.nav-profile-title--xssQI {
  color: #3264FF;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.nav-profile-row--iuH9p {
  display: flex;
  flex-wrap: wrap;
}
.nav-profile-row--iuH9p.split--_H7uo {
  flex-direction: column;
}
.nav-profile-row--iuH9p.split--_H7uo .nav-profile-col--B0Day {
  padding: 0;
  border-right: 0;
}
.nav-profile-col--B0Day {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-top: 16px;
  padding: 0 9px;
  border-right: 1px solid #E9EEFF;
}
.nav-profile-col--B0Day:nth-of-type(4n) {
  border-right: none;
}
.nav-profile-col--B0Day:nth-of-type(4n + 1) {
  padding-left: 0;
}
.nav-profile-col--B0Day:first-child {
  padding-left: 0;
}
.nav-profile-col--B0Day:last-child {
  padding-right: 0;
  border-right: none;
}
.tc-top-nav-right-dividing--QS2mj {
  margin-top: 8px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EEECF4;
}
.tc-top-nav-popover--eeeSx.article--W1gxd {
  padding-left: 50px;
  justify-content: flex-start;
}
.tc-top-nav-popover--eeeSx.movie--RAfxa {
  padding-left: 50px;
  justify-content: flex-start;
}
.tc-top-nav-popover--eeeSx.movie--RAfxa li {
  margin-top: 0;
  margin-bottom: 20px;
}
.tc-top-nav-popover--eeeSx.movie--RAfxa ul:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-images--PQPbS {
  display: flex;
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}
.tc-top-nav-popover-image--Q1w3W {
  margin-right: 38px;
}
.tc-top-nav-popover-image--Q1w3W:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-image-top--CFsEb {
  width: 182px;
  height: auto;
  margin-bottom: 24px;
}
.tc-top-nav-logout--P5flf {
  color: unset;
}
.tc-top-nav-logout--P5flf::after {
  content: '|';
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.tc-top-nav-msg--kqadD {
  color: #3264FF;
  margin-left: 5px;
}
.tc-top-nav-msg--kqadD::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url('https://photo.8891.com.tw/2023/07/10/1688954712902623.png');
  background-size: 100%;
  margin-right: 5px;
  top: 2px;
}
.nav-profile-bottom--Ikey2 {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.tc-search-popover--Dnr36 {
  position: fixed;
  top: -100%;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 10000;
  box-sizing: border-box;
  transition: ease-in-out 0.8s;
}
.tc-search-popover-header--HgK2p {
  display: flex;
  justify-content: space-between;
  width: 970px;
  height: 60px;
  align-items: center;
}
.tc-search-popover-content--FpWx6 {
  display: flex;
  width: 836px;
  margin-top: 44px;
  position: relative;
}
.tc-search-popover-input--FUQ86 {
  position: relative;
  width: 688px;
  height: 56px;
  border: 1px solid #999999;
  border-radius: 8px;
  margin-right: 18px;
  box-sizing: border-box;
}
.tc-search-popover-input--FUQ86 input {
  border: none;
  display: block;
  color: #333;
  font-size: 28px;
  line-height: 56px;
  width: 100%;
  height: 54px;
  padding-left: 10px;
  background-color: transparent;
  outline: none;
}
.tc-search-popover-btn--IYLRb {
  width: 131px;
  height: 56px;
  background: linear-gradient(153deg, #ffbd54, #ff8116 83%);
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.tc-search-popover-extra--oJFjO {
  margin-top: 40px;
  width: 836px;
  display: flex;
  justify-content: flex-start;
}
.tc-search-popover-extra--oJFjO p {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 12px;
  min-width: 64px;
}
.tc-search-popover-extra--oJFjO ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 8px;
}
.tc-search-popover-extra--oJFjO a {
  display: block;
  line-height: 30px;
  background-color: #E8E8E8;
  color: #666;
  font-size: 16px;
  padding: 0 8px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.tc-search-popover-extra--oJFjO li {
  margin-right: 20px;
}
.tc-search-popover-extra--oJFjO li img {
  margin-right: 4px;
  vertical-align: -1px;
}
.tc-item-ads--ECnbJ a {
  background-color: #EAEFFF;
  color: #3264FF;
}
.tc-search-popover-input-mentions--zF3tM {
  display: block;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.tc-search-popover-input-mentions--zF3tM a {
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
}
.tc-search-popover-input-mentions--zF3tM a:hover {
  text-decoration: none;
}
.tc-search-popover-input-mentions--zF3tM a.active--TlYro {
  background-color: #F5F5F5;
}
.hide--CRxU0 {
  display: none;
}
.tc-search-popover-close--L3Zm5 {
  width: 36px;
  height: 36px;
  background-image: url('https://photo.8891.com.tw/2023/07/10/1688954747815730.png');
  background-size: 100% auto;
  cursor: pointer;
}
.tc-search-popover-logo--wNzC5 {
  height: 28px;
  width: auto;
}
.help-list-item--wqvNn {
  margin-right: 66px;
  height: 92px;
}
.help-list-item--wqvNn:last-child {
  margin-right: 0;
}
.help-list-icon--eQaga {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}
.help-list-text--QBQqD {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  text-align: center;
}
.article-popover-list--EsOBB {
  display: flex;
}
.article-popover-list-item--mLwWa {
  width: 182px;
  margin-right: 25px;
}
.article-popover-list-item--mLwWa:last-child {
  margin-right: 0;
}
.article-popover-list-image--eFkce {
  display: block;
  width: 182px;
  height: 72px;
  margin-bottom: 23px;
}
.article-popover-list-title--N3MuJ {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 900;
}
.article-popover-list-text--EXKMM {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  text-align: center;
}
.search-active-box--a4wGk {
  width: 836px;
}
.search-active-img--rq4Kr {
  margin-top: 20px;
  display: block;
}
.tc-search-popover-drop--dEpU1 {
  width: 686px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  top: 56px;
  position: absolute;
  left: 0;
  z-index: 9;
}
.tc-search-popover-drop--dEpU1 .history--y0mSA p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin: 20px 20px 12px 20px;
}
.tc-search-popover-drop--dEpU1 .history--y0mSA p span {
  color: #3264ff;
  font-weight: 400;
  cursor: pointer;
}
.tc-search-popover-drop--dEpU1 .history--y0mSA ul {
  cursor: pointer;
}
.tc-search-popover-drop--dEpU1 .history--y0mSA ul li {
  padding-left: 20px;
  width: 100%;
  height: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.tc-search-popover-drop--dEpU1 .history--y0mSA ul li a {
  font-size: 16px;
  color: #666666;
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop--dEpU1 .history--y0mSA ul li:hover {
  background: #f5f5f5;
}
.tc-search-popover-drop--dEpU1 .results--ggygA .brand--lgO7R {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 20px;
}
.tc-search-popover-drop--dEpU1 .results--ggygA .brand--lgO7R img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.tc-search-popover-drop--dEpU1 .results--ggygA .brand--lgO7R p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}
.tc-search-popover-drop--dEpU1 .results--ggygA .brand--lgO7R:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.tc-search-popover-drop--dEpU1 .results--ggygA .kind--QrIqP {
  cursor: pointer;
  width: 100%;
  padding: 5px 20px 5px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tc-search-popover-drop--dEpU1 .results--ggygA .kind--QrIqP .title--BRTGR {
  font-size: 16px;
  color: #666666;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop--dEpU1 .results--ggygA .kind--QrIqP .btn--OIZHq {
  display: flex;
  justify-content: flex-end;
}
.tc-search-popover-drop--dEpU1 .results--ggygA .kind--QrIqP .btn--OIZHq a {
  margin-left: 24px;
  color: #333333;
  font-size: 14px;
}
.tc-search-popover-drop--dEpU1 .results--ggygA .kind--QrIqP:hover {
  background: #f5f5f5;
}
.tc-search-popover-drop--dEpU1 .results--ggygA .article--W1gxd {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 20px;
}
.tc-search-popover-drop--dEpU1 .results--ggygA .article--W1gxd p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop--dEpU1 .results--ggygA .article--W1gxd:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.BusinessList--dmz3e {
  width: 740px;
  border-right: 1px solid #E8E8E8;
  padding-top: 20px;
  display: inline-block;
  min-height: 800px;
}
.BusinessList--dmz3e .empty--sQ5Ln a {
  display: block;
}
.BusinessList--dmz3e .tip-1--tvvax,
.BusinessList--dmz3e .tip-2--SOu0i {
  height: 25px;
  font-size: 17px;
  font-weight: 900;
  color: #333333;
  text-align: center;
}
.BusinessList--dmz3e .tip-1--tvvax {
  margin-top: 80px;
}
.BusinessList--dmz3e .tip-2--SOu0i {
  margin-bottom: 20px;
}
.BusinessList--dmz3e .join-btn--hrYd5 {
  width: 160px;
  height: 45px;
  margin: 0 auto;
  font-size: 17px;
  display: flex;
}
.BusinessList--dmz3e h3 {
  font-size: 20px;
  font-weight: 900;
  color: #333333;
}
.BusinessList--dmz3e .tip--d6DLi {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 8px;
}
.BusinessList--dmz3e .item--m3zyd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 185px;
  border-bottom: 1px solid #E8E8E8;
  padding-right: 40px;
}
.BusinessList--dmz3e .item--m3zyd .name--qSYWn {
  font-size: 20px;
  font-weight: 900;
  color: #333333;
}
.BusinessList--dmz3e .item--m3zyd .store-name--i5DPh {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.BusinessList--dmz3e .item--m3zyd .region--MYWaZ {
  height: 20px;
  font-size: 14px;
  font-weight: 900;
  color: #666666;
  line-height: 20px;
  margin: 4px 0;
}
.BusinessList--dmz3e .item--m3zyd .phone--VuUr3 {
  color: #FF0000;
  font-size: 16px;
  font-weight: 900;
  margin-top: 10px;
}
.BusinessList--dmz3e .item--m3zyd .phone--VuUr3 span {
  color: #666;
}
.BusinessList--dmz3e .item--m3zyd .called-count--FQP1e {
  margin-top: 6px;
  font-size: 14px;
  color: #333333;
}
.BusinessList--dmz3e .item--m3zyd .called-count--FQP1e i {
  font-style: normal;
}
.BusinessList--dmz3e .item--m3zyd .called-count--FQP1e b {
  color: #1D4D8C;
  font-weight: 400;
}
.BusinessList--dmz3e .item--m3zyd .left--RgXuP {
  display: flex;
  align-items: center;
}
.BusinessList--dmz3e .item--m3zyd .avatar--GnEur {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px;
}
.BusinessList--dmz3e .item--m3zyd .avatar--GnEur img {
  width: 100%;
  height: 100%;
}
.BusinessList--dmz3e .item--m3zyd .right--fadi6 {
  width: 110px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.BusinessList--dmz3e .item--m3zyd .right--fadi6 img {
  width: 100px;
  height: 100px;
}

.BusinessMap--uaEzN {
  margin: 24px 0 0 40px;
  width: 376px;
}
.BusinessMap--uaEzN a {
  width: 100%;
}
.BusinessMap--uaEzN h2 {
  width: 100px;
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 24px;
}
.BusinessMap--uaEzN .google-map--Xj9XG {
  border: 1px solid #e8e8e8;
}
.BusinessMap--uaEzN .google-map--Xj9XG .gm-control-active.gm-fullscreen-control,
.BusinessMap--uaEzN .google-map--Xj9XG .gmnoprint,
.BusinessMap--uaEzN .google-map--Xj9XG .gm-style-cc,
.BusinessMap--uaEzN .google-map--Xj9XG .gm-svpc {
  display: none !important;
}
.BusinessMap--uaEzN .region--nWSsi {
  margin-top: 24px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.BusinessMap--uaEzN .region--nWSsi .region-icon--s01YF {
  width: 13px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: sub;
  margin-right: 4px;
}
.BusinessMap--uaEzN .phone--EPjUS {
  margin-top: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.BusinessMap--uaEzN .phone--EPjUS .phone-icon--mDsxk {
  width: 13px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 4px;
}
.BusinessMap--uaEzN .phone--EPjUS b {
  margin: 0 4px;
}
.BusinessMap--uaEzN .phone--EPjUS span {
  font-size: 14px;
  font-weight: 900;
  color: #ff0000;
  line-height: 20px;
}
.BusinessMap--uaEzN .check-big-map--D7O6I {
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #1d4d8c;
  display: flex;
  justify-content: center;
  align-items: center;
}

:root {
  --tc-radius-s: 4px;
  --tc-radius-m: 8px;
  --tc-radius-l: 12px;
  --tc-radius-full: 100px;
  --tc-font-size-1: 12px;
  --tc-font-size-2: 13px;
  --tc-font-size-3: 14px;
  --tc-font-size-4: 15px;
  --tc-font-size-5: 16px;
  --tc-font-size-6: 17px;
  --tc-font-size-7: 18px;
  --tc-font-size-8: 19px;
  --tc-font-size-9: 20px;
  --tc-font-size-10: 22px;
  --tc-color-base: #3264FF;
  --tc-color-primary: #3264FF;
  --tc-color-im-base: #5C8AFF;
  --tc-color-success: #00CC81;
  --tc-color-warning: #F87F15;
  --tc-color-danger: #FF0000;
  --tc-color-white: #ffffff;
  --tc-color-gray: #bbb;
  --tc-color-text: #333333;
  --tc-color-text-secondary: #666666;
  --tc-color-weak: #999999;
  --tc-color-border: #bbb;
  --tc-color-box: #f5f5f5;
  --tc-color-white-background: #ffffff;
  --tc-color-gray-background: #e8e8e8;
  --tc-color-primary-background: #3264FF;
  --tc-color-warning-background: #F87F15;
  --tc-color-danger-background: #FF4333;
  --tc-toast-z-index: 999900;
  --tc-modal-z-index: 3100;
  --tc-popup-z-index: 3010;
  --tc-popover-z-index: 3001;
  --tc-mask-z-index: 3000;
  --tc-font-size-main: var(--tc-font-size-5);
  --tc-border-color: var(--tc-color-border);
  --tc-font-family: 'PingFang SC', -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}
html[data-prefers-color-scheme='usercar'] {
  --tc-color-base: #F87F15;
}
html[data-prefers-color-scheme='dark'] {
  --tc-color-primary: #3086ff;
  --tc-color-success: #34b368;
  --tc-color-warning: #ffa930;
  --tc-color-danger: #ff4a58;
  --tc-color-text: #e6e6e6;
  --tc-color-text-secondary: #b3b3b3;
  --tc-color-weak: #808080;
  --tc-color-light: #4d4d4d;
  --tc-color-border: #2b2b2b;
  --tc-color-box: #0a0a0a;
  --tc-color-white-background: #1a1a1a;
  --tc-border-color: var(--tc-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: var(--tc-font-family) !important;
}
body.tc-overflow-hidden--Rk3NK {
  overflow: hidden !important;
}
.tc-icon--Y8dDg {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tc-icon-spin--ZexAU svg {
  animation: tc-icon-spin--ZexAU 1s infinite linear;
}
@keyframes tc-icon-spin--ZexAU {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tc-icon-spin--ZexAU {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
*,
::before,
::after {
  border: 0 solid #e8e8e8;
  box-sizing: border-box;
}
body {
  font-size: 12px;
  font-family: PingFang TC, Helvetica, 'Helvetica Neue', Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
  overscroll-behavior-y: none;
  background: #fff;
  margin: 0;
}
a {
  color: #333;
}
a:hover {
  color: #333;
}
dd {
  margin-bottom: 0 !important;
}
p,
ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
input {
  vertical-align: middle;
  outline: none;
}
button {
  border: unset;
}
.tc-icon--Y8dDg {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tc-icon-spin--ZexAU svg {
  animation: tc-icon-spin--ZexAU 1s infinite linear;
}
@keyframes tc-icon-spin--ZexAU {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tc-icon-spin--ZexAU {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.skeleton--YgKLv {
  --width: 100%;
  --height: 0;
  --border-radius: 0;
  background-color: rgba(200, 87, 87, 0.2);
  border-radius: var(--border-radius);
  width: var(--width);
  height: var(--height);
  display: block;
}
.skeleton--YgKLv.skeleton-animated--lk5Bp {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  animation: adm-skeleton-loading--cbpyB 1.4s ease infinite;
}
@keyframes adm-skeleton-loading--cbpyB {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.nav-box-shadow--lhQWk {
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.active-icon--FTDBi {
  width: 55px;
  height: 18px;
  display: inline-block;
  background-image: url('https://photo.8891.com.tw/2023/07/10/1688954632152239.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -10px;
  top: 4px;
}
.app-download--BiAJZ {
  padding: 40px 50px;
  width: 688px;
}
.app-download--BiAJZ h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.app-download-banner--irc3q {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.app-download-list--FRNwx {
  display: flex;
  flex-wrap: wrap;
}
.app-download-list-item--H2y40 {
  width: 117px;
  margin-top: 24px;
}
.app-download-list-item--H2y40 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.app-download-list-item--H2y40 p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 14px;
  color: #333;
}
.help-list--Y56jo {
  display: flex;
  padding: 40px 66px;
}
.nav-profile--M8AEf {
  width: 374px;
  padding: 40px;
  background-color: #fff;
}
.nav-profile--M8AEf h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}
.nav-profile--M8AEf h3 a {
  color: #333;
}
.nav-profile-title--YiK19 {
  color: #3264FF;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.nav-profile-row--HD6qc {
  display: flex;
  flex-wrap: wrap;
}
.nav-profile-row--HD6qc.split--iqh0E {
  flex-direction: column;
}
.nav-profile-row--HD6qc.split--iqh0E .nav-profile-col--dli8g {
  padding: 0;
  border-right: 0;
}
.nav-profile-col--dli8g {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-top: 16px;
  padding: 0 9px;
  border-right: 1px solid #E9EEFF;
}
.nav-profile-col--dli8g:nth-of-type(4n) {
  border-right: none;
}
.nav-profile-col--dli8g:nth-of-type(4n + 1) {
  padding-left: 0;
}
.nav-profile-col--dli8g:first-child {
  padding-left: 0;
}
.nav-profile-col--dli8g:last-child {
  padding-right: 0;
  border-right: none;
}
.tc-top-nav-right-dividing--NnoIJ {
  margin-top: 8px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EEECF4;
}
.tc-top-nav-popover--IJCpa.article--aq36W {
  padding-left: 50px;
  justify-content: flex-start;
}
.tc-top-nav-popover--IJCpa.movie--qMrnq {
  padding-left: 50px;
  justify-content: flex-start;
}
.tc-top-nav-popover--IJCpa.movie--qMrnq li {
  margin-top: 0;
  margin-bottom: 20px;
}
.tc-top-nav-popover--IJCpa.movie--qMrnq ul:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-images--Hy6s5 {
  display: flex;
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}
.tc-top-nav-popover-image--XIX_t {
  margin-right: 38px;
}
.tc-top-nav-popover-image--XIX_t:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-image-top--eNzpL {
  width: 182px;
  height: auto;
  margin-bottom: 24px;
}
.tc-top-nav-logout--NSQfk {
  color: unset;
}
.tc-top-nav-logout--NSQfk::after {
  content: '|';
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.tc-top-nav-msg--yePnr {
  color: #3264FF;
  margin-left: 5px;
}
.tc-top-nav-msg--yePnr::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url('https://photo.8891.com.tw/2023/07/10/1688954712902623.png');
  background-size: 100%;
  margin-right: 5px;
  top: 2px;
}
.nav-profile-bottom--IW02W {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.tc-search-popover--phki_ {
  position: fixed;
  top: -100%;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 10000;
  box-sizing: border-box;
  transition: ease-in-out 0.8s;
}
.tc-search-popover-header--L5jPc {
  display: flex;
  justify-content: space-between;
  width: 970px;
  height: 60px;
  align-items: center;
}
.tc-search-popover-content--taS5e {
  display: flex;
  width: 836px;
  margin-top: 44px;
  position: relative;
}
.tc-search-popover-input--c9flZ {
  position: relative;
  width: 688px;
  height: 56px;
  border: 1px solid #999999;
  border-radius: 8px;
  margin-right: 18px;
  box-sizing: border-box;
}
.tc-search-popover-input--c9flZ input {
  border: none;
  display: block;
  color: #333;
  font-size: 28px;
  line-height: 56px;
  width: 100%;
  height: 54px;
  padding-left: 10px;
  background-color: transparent;
  outline: none;
}
.tc-search-popover-btn--pE23r {
  width: 131px;
  height: 56px;
  background: linear-gradient(153deg, #ffbd54, #ff8116 83%);
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.tc-search-popover-extra--Su9nV {
  margin-top: 40px;
  width: 836px;
  display: flex;
  justify-content: flex-start;
}
.tc-search-popover-extra--Su9nV p {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 12px;
  min-width: 64px;
}
.tc-search-popover-extra--Su9nV ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 8px;
}
.tc-search-popover-extra--Su9nV a {
  display: block;
  line-height: 30px;
  background-color: #E8E8E8;
  color: #666;
  font-size: 16px;
  padding: 0 8px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.tc-search-popover-extra--Su9nV li {
  margin-right: 20px;
}
.tc-search-popover-extra--Su9nV li img {
  margin-right: 4px;
  vertical-align: -1px;
}
.tc-item-ads--RObvc a {
  background-color: #EAEFFF;
  color: #3264FF;
}
.tc-search-popover-input-mentions--RilwK {
  display: block;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.tc-search-popover-input-mentions--RilwK a {
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
}
.tc-search-popover-input-mentions--RilwK a:hover {
  text-decoration: none;
}
.tc-search-popover-input-mentions--RilwK a.active--uSVfm {
  background-color: #F5F5F5;
}
.hide--m3KsU {
  display: none;
}
.tc-search-popover-close--b5cdO {
  width: 36px;
  height: 36px;
  background-image: url('https://photo.8891.com.tw/2023/07/10/1688954747815730.png');
  background-size: 100% auto;
  cursor: pointer;
}
.tc-search-popover-logo--u8dMN {
  height: 28px;
  width: auto;
}
.help-list-item--Jc3K9 {
  margin-right: 66px;
  height: 92px;
}
.help-list-item--Jc3K9:last-child {
  margin-right: 0;
}
.help-list-icon--egapC {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}
.help-list-text--sW4md {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  text-align: center;
}
.article-popover-list--gZ2Ys {
  display: flex;
}
.article-popover-list-item--qig_K {
  width: 182px;
  margin-right: 25px;
}
.article-popover-list-item--qig_K:last-child {
  margin-right: 0;
}
.article-popover-list-image--Hh2AX {
  display: block;
  width: 182px;
  height: 72px;
  margin-bottom: 23px;
}
.article-popover-list-title--CmYWR {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 900;
}
.article-popover-list-text--tNdV9 {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  text-align: center;
}
.search-active-box--DCSxQ {
  width: 836px;
}
.search-active-img--z2IE8 {
  margin-top: 20px;
  display: block;
}
.tc-search-popover-drop--pG6dr {
  width: 686px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  top: 56px;
  position: absolute;
  left: 0;
  z-index: 9;
}
.tc-search-popover-drop--pG6dr .history--v0Lvx p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin: 20px 20px 12px 20px;
}
.tc-search-popover-drop--pG6dr .history--v0Lvx p span {
  color: #3264ff;
  font-weight: 400;
  cursor: pointer;
}
.tc-search-popover-drop--pG6dr .history--v0Lvx ul {
  cursor: pointer;
}
.tc-search-popover-drop--pG6dr .history--v0Lvx ul li {
  padding-left: 20px;
  width: 100%;
  height: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.tc-search-popover-drop--pG6dr .history--v0Lvx ul li a {
  font-size: 16px;
  color: #666666;
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop--pG6dr .history--v0Lvx ul li:hover {
  background: #f5f5f5;
}
.tc-search-popover-drop--pG6dr .results--J_1a0 .brand--SX6Eg {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 20px;
}
.tc-search-popover-drop--pG6dr .results--J_1a0 .brand--SX6Eg img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.tc-search-popover-drop--pG6dr .results--J_1a0 .brand--SX6Eg p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}
.tc-search-popover-drop--pG6dr .results--J_1a0 .brand--SX6Eg:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.tc-search-popover-drop--pG6dr .results--J_1a0 .kind--zOgoQ {
  cursor: pointer;
  width: 100%;
  padding: 5px 20px 5px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tc-search-popover-drop--pG6dr .results--J_1a0 .kind--zOgoQ .title--wPSUi {
  font-size: 16px;
  color: #666666;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop--pG6dr .results--J_1a0 .kind--zOgoQ .btn--mA8OD {
  display: flex;
  justify-content: flex-end;
}
.tc-search-popover-drop--pG6dr .results--J_1a0 .kind--zOgoQ .btn--mA8OD a {
  margin-left: 24px;
  color: #333333;
  font-size: 14px;
}
.tc-search-popover-drop--pG6dr .results--J_1a0 .kind--zOgoQ:hover {
  background: #f5f5f5;
}
.tc-search-popover-drop--pG6dr .results--J_1a0 .article--aq36W {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 20px;
}
.tc-search-popover-drop--pG6dr .results--J_1a0 .article--aq36W p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop--pG6dr .results--J_1a0 .article--aq36W:hover {
  cursor: pointer;
  background: #f5f5f5;
}
/* 主要变量 */
/* prefix 用于所有样式名的前缀 */
/* -------- Colors -------- */
/* -------- Font -------- */
/* 新车变量 */
/* 新车PC */
/* 快捷樣式 */
/* 主題色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色背景顏色*/
/* 配色背景顏色*/
/* 設置字體大小 */
.ant-switch-small--DmP4p {
  height: 20px;
  min-width: 128px;
  line-height: 114px;
}
/* 頭像 */
/* Icon  */
/* button 樣式 */
/*動畫效果*/
/* 全局居中 global-middle  */
/* button 樣式 */
/* 简化 */
.none--C4f4e {
  display: none !important;
}
.tl--GvqUD {
  text-align: left;
}
.br-btn--pUJge {
  border-radius: 20px;
}
.pr--F5AUt {
  position: relative;
}
.pa--gZKaM {
  position: absolute;
}
.bn--_rrFb {
  border: 0  !important;
}
.ellipsis--aUzkU {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
i {
  font-style: unset;
}
@-webkit-keyframes bounceInUp--DGJhj {
  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--DGJhj {
  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--DGJhj {
  -webkit-animation-name: bounceInUp--DGJhj;
  animation-name: bounceInUp--DGJhj;
}
.animated--myI5q {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated--myI5q.infinite--RnRxq {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated--myI5q.delay-1s--WOxHv {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated--myI5q.delay-2s--slkMG {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated--myI5q.delay-3s--roROF {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated--myI5q.delay-4s--qUDuw {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated--myI5q.delay-5s--vrBXd {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated--myI5q.fast--JTVLm {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated--myI5q.faster--o_L42 {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated--myI5q.slow--isNeL {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated--myI5q.slower--DYf48 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated--myI5q {
    -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 {
  margin: unset;
}
.tcpct-inquiry-item-arrow::after {
  bottom: -17px;
}
.tcpct-inquiry-item-qrcode-icon {
  display: none;
}
.businessDetail--tC0Et {
  width: 1300px;
  min-height: 550px;
  margin: 0 auto;
  background-color: #fff;
}
.businessDetail--tC0Et .tcpct-inquiry-item {
  padding: 0 20px 0 40px;
  width: 825px;
}
.businessDetail--tC0Et .tcpct-inquiry-item-btn {
  display: none;
}
.businessDetail--tC0Et .title--wPSUi {
  font-size: 20px;
  font-weight: 500;
  padding: 24px 40px 0;
}
.businessDetail--tC0Et .title--wPSUi span {
  color: #3264FF;
}
.businessDetail--tC0Et .tip--kKLCL {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
  padding-left: 40px;
}
.businessDetail--tC0Et .main--Vp_kN {
  display: grid;
  grid-template-columns: 845px 455px;
}
.businessDetail--tC0Et .header--SPe8B {
  display: flex;
  padding-left: 40px;
  align-items: center;
  height: 80px;
  font-size: 24px;
  font-weight: 900;
  color: #333333;
  border-bottom: 1px solid #E8E8E8;
}
.businessDetail--tC0Et .header--SPe8B .brand-logo--Jxrq9 {
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-right: 20px;
}
.businessDetail--tC0Et .header--SPe8B .brand-logo--Jxrq9 img {
  width: 100%;
}
.businessDetail--tC0Et .footer--c69xM .item--Zy73T {
  line-height: 32px;
}
.businessDetail--tC0Et .footer--c69xM .item--Zy73T .label--cSi0N {
  font-size: 14px;
  display: inline-block;
  color: #666;
  margin-right: 14px;
  font-weight: 400;
}
.businessDetail--tC0Et .footer--c69xM .item--Zy73T .desc--qVgaM {
  display: inline-block;
  font-size: 14px;
  color: #FF963C;
  font-weight: 500;
  margin-right: 5px;
}
.businessDetail--tC0Et .footer--c69xM .item--Zy73T .text--Z1_IU {
  display: inline-block;
  font-size: 14px;
  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 .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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');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;
}

