/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[class^=ant-]::-ms-clear,
[class*= ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class*= ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class*= ant-] input::-ms-reveal {
  display: none;
}
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-flex;
  align-items: center;
  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;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon > .anticon {
  line-height: 0;
  vertical-align: 0;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin,
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.ant-fade-enter,
.ant-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-fade-enter.ant-fade-enter-active,
.ant-fade-appear.ant-fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.ant-fade-leave.ant-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-fade-enter,
.ant-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.ant-fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ant-move-up-enter,
.ant-move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-up-enter.ant-move-up-enter-active,
.ant-move-up-appear.ant-move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.ant-move-up-leave.ant-move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-up-enter,
.ant-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-down-enter,
.ant-move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-down-enter.ant-move-down-enter-active,
.ant-move-down-appear.ant-move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.ant-move-down-leave.ant-move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-down-enter,
.ant-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-left-enter,
.ant-move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-left-enter.ant-move-left-enter-active,
.ant-move-left-appear.ant-move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.ant-move-left-leave.ant-move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-left-enter,
.ant-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-right-enter,
.ant-move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-right-enter.ant-move-right-enter-active,
.ant-move-right-appear.ant-move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.ant-move-right-leave.ant-move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-right-enter,
.ant-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #1890ff;
  --scroll-bar: 0;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-up-enter.ant-slide-up-enter-active,
.ant-slide-up-appear.ant-slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.ant-slide-up-leave.ant-slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-down-enter.ant-slide-down-enter-active,
.ant-slide-down-appear.ant-slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.ant-slide-down-leave.ant-slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-left-enter.ant-slide-left-enter-active,
.ant-slide-left-appear.ant-slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.ant-slide-left-leave.ant-slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-right-enter.ant-slide-right-enter-active,
.ant-slide-right-appear.ant-slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.ant-slide-right-leave.ant-slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.ant-zoom-enter,
.ant-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-enter.ant-zoom-enter-active,
.ant-zoom-appear.ant-zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.ant-zoom-leave.ant-zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-enter,
.ant-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-enter-prepare,
.ant-zoom-appear-prepare {
  transform: none;
}
.ant-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-enter.ant-zoom-big-enter-active,
.ant-zoom-big-appear.ant-zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ant-zoom-big-leave.ant-zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-enter-prepare,
.ant-zoom-big-appear-prepare {
  transform: none;
}
.ant-zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-fast-enter-prepare,
.ant-zoom-big-fast-appear-prepare {
  transform: none;
}
.ant-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-up-enter.ant-zoom-up-enter-active,
.ant-zoom-up-appear.ant-zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.ant-zoom-up-leave.ant-zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-up-enter-prepare,
.ant-zoom-up-appear-prepare {
  transform: none;
}
.ant-zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-down-enter.ant-zoom-down-enter-active,
.ant-zoom-down-appear.ant-zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.ant-zoom-down-leave.ant-zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-down-enter-prepare,
.ant-zoom-down-appear-prepare {
  transform: none;
}
.ant-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-left-enter.ant-zoom-left-enter-active,
.ant-zoom-left-appear.ant-zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.ant-zoom-left-leave.ant-zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-left-enter-prepare,
.ant-zoom-left-appear-prepare {
  transform: none;
}
.ant-zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-right-enter.ant-zoom-right-enter-active,
.ant-zoom-right-appear.ant-zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.ant-zoom-right-leave.ant-zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-right-enter-prepare,
.ant-zoom-right-appear-prepare {
  transform: none;
}
.ant-zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

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

.container--XbX1c {
  display: flex;
  min-width: 167px;
}
.select--HvdXn {
  position: relative;
  width: 167px;
  height: 34px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 10px;
}
.select--HvdXn.supertest--YxmWj {
  opacity: 0;
}
.select--HvdXn:last-child {
  margin-right: 0;
}
.select--HvdXn.open--UfSZU::after {
  content: '';
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #000333 transparent;
}
.select--HvdXn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000333 transparent transparent transparent;
}
.select-value--tF_IQ {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 34px;
  padding: 0 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.select-value--tF_IQ.border--IPBZr {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.select-popover--ihxxt {
  position: absolute;
  display: flex;
  max-height: 532px;
  left: 0;
  top: -10000px;
  z-index: 10;
  padding-top: 32px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.select-popover--ihxxt.visible--jQgR4 {
  top: 36px;
}
.select-popover-header--m_gT5 {
  position: absolute;
  height: 32px;
  line-height: 32px;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 0 8px;
  display: flex;
}
.select-popover-header--m_gT5 span {
  color: #979797;
  margin-left: 5px;
  margin-right: 6px;
}
.select-popover-index--exgFt {
  display: flex;
  flex-direction: column;
  width: 24px;
  padding-top: 4px;
  border-radius: 4px 0 0 4px;
  background-color: #E8E8E8;
  padding-left: 0;
  margin: 0;
}
.select-popover-index-item--jjs4S {
  line-height: 24px;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.select-popover-index-item--jjs4S.active--sXcCo,
.select-popover-index-item--jjs4S:hover {
  background-color: #406EFF;
  color: #fff;
}
.select-popover-index-item-used--AA5K4.active--sXcCo,
.select-popover-index-item-used--AA5K4:hover {
  background-color: #FF963C;
}
.select-popover-list--rkoUO {
  display: flex;
  flex-direction: column;
  min-width: 150px;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  overflow: auto;
}
.select-popover-list--rkoUO.border-radius--W0j2p {
  border-radius: 4px;
  min-width: 172px;
}
.select-popover-section--qCLlE {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.select-popover-section-header--RWIwj {
  line-height: 32px;
  background-color: #F5F5F5;
  padding-left: 16px;
}
.select-popover-section-item--kcHR0 {
  line-height: 32px;
  padding: 0 16px;
  color: #333;
  white-space: nowrap;
}
.select-popover-section-item--kcHR0.active--sXcCo {
  background-color: #406EFF;
  color: #fff;
}
.select-popover-section-item--kcHR0:hover {
  background-color: #406EFF;
  color: #fff;
  cursor: pointer;
}
.select-popover-section-item-used--gMMcL.active--sXcCo,
.select-popover-section-item-used--gMMcL:hover {
  background-color: #FF963C;
}
.search-container--Dfxum {
  position: relative;
  overflow: hidden;
  padding-top: 46px;
  margin-top: -46px;
}
.search-btn--Ys4zd {
  position: relative;
  z-index: 2;
  width: 88px;
  line-height: 34px;
  border-radius: 4px;
  background: linear-gradient(153deg, #FFBD54 0%, #FF8116 100%);
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.search-btn--Ys4zd:hover {
  color: #fff;
}
.kind-popover--fs5OF {
  position: absolute;
  left: 215px;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
.kind-popover--fs5OF .scrollbar-container {
  padding-bottom: 35px;
}
.kind-popover--fs5OF .select-popover-back--l8OJi {
  position: absolute;
  bottom: 32px;
  left: 0;
  line-height: 32px;
  padding: 0 16px;
  color: #333;
  white-space: nowrap;
  background: #fff;
  width: 100%;
  text-align: center;
  border-top: 1px solid #eee;
  cursor: pointer;
}
.search-icon--IhOe6 {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -28px;
  display: none;
  width: 57px;
  height: 67px;
  background-image: url('https://c.8891.com.tw/assets/static/home/img-33.png');
  background-size: 100% auto;
  z-index: 1;
}
.search-icon--IhOe6.hover--dc7SF {
  display: block;
}
.slogan--YVBS2 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.clean-btn--k3I_T {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 12px;
  height: 12px;
  display: block;
  background-image: url(78e80796624b2d97265f.png);
  z-index: 10;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.scrollbar-container {
  position: relative;
  height: 100%; }
/* 主要变量 */
/* prefix 用于所有样式名的前缀 */
/* -------- Colors -------- */
/* -------- Font -------- */
/* 新车变量 */
/* 新车PC */
/* 快捷樣式 */
/* 主題色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色背景顏色*/
/* 配色背景顏色*/
/* 設置字體大小 */
.ant-switch-small--iuLBQ {
  height: 20px;
  min-width: 128px;
  line-height: 114px;
}
/* 頭像 */
/* Icon  */
/* button 樣式 */
/*動畫效果*/
/* 全局居中 global-middle  */
/* button 樣式 */
/* 简化 */
.none--GDq0f {
  display: none !important;
}
.tl--I1Gpq {
  text-align: left;
}
.br-btn--cjjIa {
  border-radius: 20px;
}
.pr--yVCrc {
  position: relative;
}
.pa--Yjn1u {
  position: absolute;
}
.bn--vEseg {
  border: 0  !important;
}
.ellipsis--E7x1p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
i {
  font-style: unset;
}
@-webkit-keyframes bounceInUp--E5g2E {
  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--E5g2E {
  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--E5g2E {
  -webkit-animation-name: bounceInUp--E5g2E;
  animation-name: bounceInUp--E5g2E;
}
.animated--MHdkj {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated--MHdkj.infinite--QixL7 {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated--MHdkj.delay-1s--nzbSR {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated--MHdkj.delay-2s--TFWAp {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated--MHdkj.delay-3s--v9dFr {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated--MHdkj.delay-4s--0WXNN {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated--MHdkj.delay-5s--SJp99 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated--MHdkj.fast--r1mrz {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated--MHdkj.faster--XUIo2 {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated--MHdkj.slow--m0q73 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated--MHdkj.slower--Oxrk9 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated--MHdkj {
    -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;
  }
}
.item--jUUtP {
  position: relative;
  display: inline-block;
  width: 282px;
  height: 404px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  margin-right: 19px;
  margin-bottom: 40px;
}
.item--jUUtP:nth-child(3n) {
  margin-right: 0;
}
.item--jUUtP:hover::before {
  content: '';
  position: absolute;
  display: block;
  top: -2px;
  left: -2px;
  border: 2px solid #3264FF;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  z-index: 1;
}
.thumb--uH1LI {
  position: relative;
  display: block;
  width: 100%;
  height: 186px;
  z-index: 2;
}
.thumb--uH1LI.loading--KBrfd {
  background: #eff1f6;
  position: relative;
  overflow: hidden;
}
.thumb--uH1LI.loading--KBrfd:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
.content--ylziQ {
  position: relative;
  padding: 14px 8px 0;
  z-index: 2;
}
.title--si31S {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.title--si31S.loading--KBrfd {
  background: #eff1f6;
  position: relative;
  overflow: hidden;
}
.title--si31S.loading--KBrfd:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
.description--g6gnR {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.description--g6gnR .loading--KBrfd {
  display: block;
  height: 14px;
  margin-bottom: 10px;
  background: #eff1f6;
  position: relative;
  overflow: hidden;
}
.description--g6gnR .loading--KBrfd:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
.description--g6gnR .loading--KBrfd:nth-child(1) {
  width: 80%;
}
.description--g6gnR .loading--KBrfd:nth-child(2) {
  width: 50%;
}
.description--g6gnR .loading--KBrfd:nth-child(3) {
  width: 70%;
}
.extra--afvkW {
  display: flex;
  height: 16px;
  justify-content: space-between;
}
.extra-item--QGe4w {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
.extra-item--QGe4w:last-child {
  margin-right: 0;
}
.extra-item--QGe4w .loading--KBrfd {
  width: 30px;
  height: 14px;
  background: #eff1f6;
  position: relative;
  overflow: hidden;
}
.extra-item--QGe4w .loading--KBrfd:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
.extra-actions--sEnon {
  display: flex;
}
.extra--afvkW .tag--tIr03 {
  font-size: 14px;
  text-align: right;
  color: #666666;
  line-height: 18px;
}
.footer--h2tyl {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.footer--h2tyl .next--qccOp {
  width: 380px;
  height: 40px;
  color: #333333;
  line-height: 40px;
  background: #e8e8e8;
  margin: 0 auto;
  display: block;
}
.footer--h2tyl .loading--KBrfd {
  width: 30px;
  height: 14px;
  background: #eff1f6;
  position: relative;
  overflow: hidden;
}
.footer--h2tyl .loading--KBrfd:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
.extra-visit-icon--Ftw2k {
  background-image: url("https://c.8891.com.tw/assets/static/article/img-24.png");
  background-size: 100% auto;
  width: 22px;
  height: 14px;
  margin-right: 8px;
}
.extra-link-icon--SfYh0 {
  background-image: url("https://c.8891.com.tw/assets/static/article/img-25.png");
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.hover-img--xuP7G {
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}
.hover-img--xuP7G:hover {
  transform: scale(1.1);
}

/* 主要变量 */
/* prefix 用于所有样式名的前缀 */
/* -------- Colors -------- */
/* -------- Font -------- */
/* 新车变量 */
/* 新车PC */
/* 快捷樣式 */
/* 主題色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色背景顏色*/
/* 配色背景顏色*/
/* 設置字體大小 */
.ant-switch-small {
  height: 20px;
  min-width: 128px;
  line-height: 114px;
}
/* 頭像 */
/* Icon  */
/* button 樣式 */
/*動畫效果*/
/* 全局居中 global-middle  */
/* button 樣式 */
/* 简化 */
.none {
  display: none !important;
}
.tl {
  text-align: left;
}
.br-btn {
  border-radius: 20px;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.bn {
  border: 0  !important;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
i {
  font-style: unset;
}
@-webkit-keyframes bounceInUp {
  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 {
  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 {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -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 {
  overflow: hidden !important;
}
.tc-icon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tc-icon-spin svg {
  animation: tc-icon-spin 1s infinite linear;
}
@keyframes tc-icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tc-icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
*,
::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 {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tc-icon-spin svg {
  animation: tc-icon-spin 1s infinite linear;
}
@keyframes tc-icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tc-icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.skeleton {
  --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.skeleton-animated {
  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 1.4s ease infinite;
}
@keyframes adm-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.nav-box-shadow {
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.active-icon {
  width: 55px;
  height: 18px;
  display: inline-block;
  background-image: url('https://photo.8891.com.tw/2023/07/10/1688954632152239.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -10px;
  top: 4px;
}
.app-download {
  padding: 40px 50px;
  width: 688px;
}
.app-download h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.app-download-banner {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.app-download-list {
  display: flex;
  flex-wrap: wrap;
}
.app-download-list-item {
  width: 117px;
  margin-top: 24px;
}
.app-download-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.app-download-list-item p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 14px;
  color: #333;
}
.help-list {
  display: flex;
  padding: 40px 66px;
}
.nav-profile {
  width: 374px;
  padding: 40px;
  background-color: #fff;
}
.nav-profile h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}
.nav-profile h3 a {
  color: #333;
}
.nav-profile-title {
  color: #3264FF;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.nav-profile-row {
  display: flex;
  flex-wrap: wrap;
}
.nav-profile-row.split {
  flex-direction: column;
}
.nav-profile-row.split .nav-profile-col {
  padding: 0;
  border-right: 0;
}
.nav-profile-col {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-top: 16px;
  padding: 0 9px;
  border-right: 1px solid #E9EEFF;
}
.nav-profile-col:nth-of-type(4n) {
  border-right: none;
}
.nav-profile-col:nth-of-type(4n + 1) {
  padding-left: 0;
}
.nav-profile-col:first-child {
  padding-left: 0;
}
.nav-profile-col:last-child {
  padding-right: 0;
  border-right: none;
}
.tc-top-nav-right-dividing {
  margin-top: 8px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EEECF4;
}
.tc-top-nav-popover.article {
  padding-left: 50px;
  justify-content: flex-start;
}
.tc-top-nav-popover.movie {
  padding-left: 50px;
  justify-content: flex-start;
}
.tc-top-nav-popover.movie li {
  margin-top: 0;
  margin-bottom: 20px;
}
.tc-top-nav-popover.movie ul:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-images {
  display: flex;
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}
.tc-top-nav-popover-image {
  margin-right: 38px;
}
.tc-top-nav-popover-image:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-image-top {
  width: 182px;
  height: auto;
  margin-bottom: 24px;
}
.tc-top-nav-logout {
  color: unset;
}
.tc-top-nav-logout::after {
  content: '|';
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.tc-top-nav-msg {
  color: #3264FF;
  margin-left: 5px;
}
.tc-top-nav-msg::before {
  content: '';
  display: inline-block;
  width: 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 {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.tc-search-popover {
  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 {
  display: flex;
  justify-content: space-between;
  width: 970px;
  height: 60px;
  align-items: center;
}
.tc-search-popover-content {
  display: flex;
  width: 836px;
  margin-top: 44px;
  position: relative;
}
.tc-search-popover-input {
  position: relative;
  width: 688px;
  height: 56px;
  border: 1px solid #999999;
  border-radius: 8px;
  margin-right: 18px;
  box-sizing: border-box;
}
.tc-search-popover-input input {
  border: none;
  display: block;
  color: #333;
  font-size: 28px;
  line-height: 56px;
  width: 100%;
  height: 54px;
  padding-left: 10px;
  background-color: transparent;
  outline: none;
}
.tc-search-popover-btn {
  width: 131px;
  height: 56px;
  background: linear-gradient(153deg, #ffbd54, #ff8116 83%);
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.tc-search-popover-extra {
  margin-top: 40px;
  width: 836px;
  display: flex;
  justify-content: flex-start;
}
.tc-search-popover-extra p {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 12px;
  min-width: 64px;
}
.tc-search-popover-extra ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 8px;
}
.tc-search-popover-extra a {
  display: block;
  line-height: 30px;
  background-color: #E8E8E8;
  color: #666;
  font-size: 16px;
  padding: 0 8px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.tc-search-popover-extra li {
  margin-right: 20px;
}
.tc-search-popover-extra li img {
  margin-right: 4px;
  vertical-align: -1px;
}
.tc-item-ads a {
  background-color: #EAEFFF;
  color: #3264FF;
}
.tc-search-popover-input-mentions {
  display: block;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.tc-search-popover-input-mentions a {
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
}
.tc-search-popover-input-mentions a:hover {
  text-decoration: none;
}
.tc-search-popover-input-mentions a.active {
  background-color: #F5F5F5;
}
.hide {
  display: none;
}
.tc-search-popover-close {
  width: 36px;
  height: 36px;
  background-image: url('https://photo.8891.com.tw/2023/07/10/1688954747815730.png');
  background-size: 100% auto;
  cursor: pointer;
}
.tc-search-popover-logo {
  height: 28px;
  width: auto;
}
.help-list-item {
  margin-right: 66px;
  height: 92px;
}
.help-list-item:last-child {
  margin-right: 0;
}
.help-list-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}
.help-list-text {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  text-align: center;
}
.article-popover-list {
  display: flex;
}
.article-popover-list-item {
  width: 182px;
  margin-right: 25px;
}
.article-popover-list-item:last-child {
  margin-right: 0;
}
.article-popover-list-image {
  display: block;
  width: 182px;
  height: 72px;
  margin-bottom: 23px;
}
.article-popover-list-title {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 900;
}
.article-popover-list-text {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  text-align: center;
}
.search-active-box {
  width: 836px;
}
.search-active-img {
  margin-top: 20px;
  display: block;
}
.tc-search-popover-drop {
  width: 686px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  top: 56px;
  position: absolute;
  left: 0;
  z-index: 9;
}
.tc-search-popover-drop .history p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin: 20px 20px 12px 20px;
}
.tc-search-popover-drop .history p span {
  color: #3264ff;
  font-weight: 400;
  cursor: pointer;
}
.tc-search-popover-drop .history ul {
  cursor: pointer;
}
.tc-search-popover-drop .history ul li {
  padding-left: 20px;
  width: 100%;
  height: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.tc-search-popover-drop .history ul li a {
  font-size: 16px;
  color: #666666;
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop .history ul li:hover {
  background: #f5f5f5;
}
.tc-search-popover-drop .results .brand {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 20px;
}
.tc-search-popover-drop .results .brand img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.tc-search-popover-drop .results .brand p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}
.tc-search-popover-drop .results .brand:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.tc-search-popover-drop .results .kind {
  cursor: pointer;
  width: 100%;
  padding: 5px 20px 5px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tc-search-popover-drop .results .kind .title {
  font-size: 16px;
  color: #666666;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop .results .kind .btn {
  display: flex;
  justify-content: flex-end;
}
.tc-search-popover-drop .results .kind .btn a {
  margin-left: 24px;
  color: #333333;
  font-size: 14px;
}
.tc-search-popover-drop .results .kind:hover {
  background: #f5f5f5;
}
.tc-search-popover-drop .results .article {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 20px;
}
.tc-search-popover-drop .results .article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop .results .article:hover {
  cursor: pointer;
  background: #f5f5f5;
}

.oil-price--bMT7g {
  margin-bottom: 40px;
}
.oil-price--bMT7g .oil-container--jU1HD {
  width: 281px;
  height: 86px;
  background: linear-gradient(180deg, #0c225a 50%, #123383);
  border-radius: 8px 8px 0px 0px;
  position: relative;
}
.oil-price--bMT7g .oil-container--jU1HD .top-box--qJlat {
  position: absolute;
  width: 281px;
  height: 86px;
  background-image: url('https://c.8891.com.tw/assets/static/article/icon-oil.png');
  background-size: 61px 64px;
  background-repeat: no-repeat;
  background-position: 10px 20px;
}
.oil-price--bMT7g .oil-container--jU1HD .top-box--qJlat .top--RhTIM {
  margin-top: 10px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.oil-price--bMT7g .oil-container--jU1HD .top-box--qJlat .top--RhTIM h3 {
  font-size: 24px;
  color: #ffffff;
}
.oil-price--bMT7g .oil-container--jU1HD .top-box--qJlat .top--RhTIM span {
  font-size: 14px;
  color: #ffffff;
}
.oil-price--bMT7g .oil-container--jU1HD .top-box--qJlat .table-head--Y2y94 {
  display: flex;
  margin-top: 17px;
}
.oil-price--bMT7g .oil-container--jU1HD .top-box--qJlat .table-head--Y2y94 .t-head--cq_7s {
  width: 105px;
  height: 70px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.oil-price--bMT7g .oil-container--jU1HD .top-box--qJlat .table-head--Y2y94 .t-head--cq_7s:first-child {
  width: 70px;
}
.oil-price--bMT7g .oil-table--BYCy7 {
  border-radius: 0px 0px 8px 8px;
  width: 282px;
  border-collapse: collapse;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o {
  display: table-row;
  height: 60px;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o .oil-td--_mZ82 {
  border: 1px solid #bbbbbb;
  display: table-cell;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o .oil-text--gvQyl {
  width: 105px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o .oil-text--gvQyl span {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  height: 18px;
  line-height: 18px;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o .oil-text--gvQyl span::before {
  content: '';
  border-bottom: 8px solid #ff0000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 5px;
  left: -15px;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o .oil-text--gvQyl span.up-span--pAIGv {
  color: #ff0000;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o .oil-text--gvQyl span.down-span--cziEt {
  color: #1dbf76;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o .oil-text--gvQyl span.down-span--cziEt::before {
  border-bottom: unset;
  border-top: 8px solid #1dbf76;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o .oil-text--gvQyl span.same-span--JykmI {
  color: #666666;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o .oil-text--gvQyl span.same-span--JykmI::before {
  content: '--';
  border: unset;
  top: 0px;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o .oil-icon--vi0Xc {
  width: 70px;
  border: 1px solid #bbbbbb;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o .oil-icon--vi0Xc i {
  width: 40px;
  height: 40px;
  background: #6826b4;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  display: block;
  margin: 0 auto;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o:nth-child(2) .oil-icon--vi0Xc i {
  background: #884319;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o:nth-child(3) .oil-icon--vi0Xc i {
  background: #18975e;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o:nth-child(4) {
  border-radius: 0px 0px 8px 8px;
}
.oil-price--bMT7g .oil-table--BYCy7 .oil-tr--mUE8o:nth-child(4) .oil-icon--vi0Xc i {
  background: #3a6aff;
}
.face-to-face--mjWEs {
  margin-bottom: 40px;
}
.face-to-face--mjWEs .face-title--XnGYA img {
  height: 27px;
}
.face-to-face--mjWEs .face-container--pi0oW {
  padding: 20px 14px;
  margin-top: 26px;
  width: 280px;
  background: linear-gradient(135deg, #ffffff, #e0dad8);
}
.face-to-face--mjWEs .face-container--pi0oW .face-list--fuy7T {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.face-to-face--mjWEs .face-container--pi0oW .face-list--fuy7T .face-item--B7c0L {
  width: 111px;
  text-align: center;
  margin-bottom: 14px;
}
.face-to-face--mjWEs .face-container--pi0oW .face-list--fuy7T .face-item--B7c0L .img-box--a2TtQ {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.face-to-face--mjWEs .face-container--pi0oW .face-list--fuy7T .face-item--B7c0L .img-box--a2TtQ img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease-out;
  border-radius: 50%;
}
.face-to-face--mjWEs .face-container--pi0oW .face-list--fuy7T .face-item--B7c0L p {
  margin-top: 4px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  line-height: 22px;
}
.face-to-face--mjWEs .face-container--pi0oW .face-list--fuy7T .face-item--B7c0L:hover img {
  transform: scale(1.2);
}
.face-to-face--mjWEs .face-container--pi0oW .face-list--fuy7T .face-item--B7c0L:hover p {
  color: #40a9ff !important;
}
.face-to-face--mjWEs .face-container--pi0oW .face-list--fuy7T .face-item--B7c0L span {
  display: inline-block;
  width: 111px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  text-align: center;
  color: #666666;
  line-height: 20px;
}
.new-car-up--v9cqv .title--JHcsU {
  font-size: 28px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  position: relative;
}
.new-car-up--v9cqv .car-up-container--eoHH9 {
  margin-top: 18px;
  width: 280px;
  height: 564px;
  min-height: 564px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #e8e8e8;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  scrollbar-color: #b2b1b1 #efefef;
  scrollbar-highlight-color: transparent;
  padding: 8px;
  box-sizing: border-box;
  margin-bottom: 8px;
  border-bottom: 8px solid #e8e8e8;
  padding-bottom: 0;
}
.new-car-up--v9cqv .car-up-container--eoHH9::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.new-car-up--v9cqv .car-up-container--eoHH9::-webkit-scrollbar-thumb {
  background-color: #b2b1b1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.new-car-up--v9cqv .car-up-container--eoHH9::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .scrollbar--A5s_z::-webkit-scrollbar-track {
  background-color: transparent;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD {
  background: linear-gradient(315deg, #ffffff 50%, #e0e5ff);
  display: block;
  position: relative;
  width: 264px;
  height: 146px;
  margin-bottom: 8px;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD .discount--ewAIz {
  position: absolute;
  left: 70px;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
  background: #ffbbbb;
  border-radius: 10px;
  padding: 0 10px 0 20px;
  display: none;
  height: 20px;
  line-height: 20px;
  background-repeat: no-repeat;
  letter-spacing: 0.19px;
  font-weight: 500;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD .discount-btn--M_3z2 {
  width: 80px;
  height: 20px;
  display: none;
  background: #ff4333;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  place-items: center;
  position: absolute;
  bottom: 10px;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD .item--gxDwp {
  width: 264px;
  height: 100%;
  background: transparent;
  padding: 15px 0 0 8px;
  box-sizing: border-box;
  background-image: url('https://c.8891.com.tw/assets/static/article/icon_8.png');
  background-repeat: no-repeat;
  background-size: 179px 120px;
  background-position: 85px 0px;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD .item--gxDwp:hover {
  box-shadow: 0 8px 16px 0 rgba(31, 33, 41, 0.24);
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD .item--gxDwp .top--RhTIM {
  display: flex;
  align-items: center;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD .item--gxDwp .top--RhTIM .time--Nb7Zd {
  display: inline-block;
  width: 79px;
  height: 20px;
  background: linear-gradient(153deg, #4b6ad6 17%, #94aff7 100%);
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  margin-right: 4px;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD .item--gxDwp .top--RhTIM .tag--QOB9k {
  width: 64px;
  height: 20px;
  background: #3264ff40;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD .item--gxDwp .car-title-wrapper--RS66z {
  height: 55px;
  display: flex;
  align-items: center;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD .item--gxDwp .car-title--ZFf1x {
  width: 120px;
  max-height: 36px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  color: #4b6ad6;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD .item--gxDwp .price--dewqx {
  font-size: 14px;
  color: #4b6ad6;
  line-height: 18px;
  font-weight: bold;
  margin-top: 8px;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD .item--gxDwp .thumb--sNcgJ {
  position: absolute;
  display: block;
  width: 146px;
  height: 97px;
  right: 0;
  bottom: 25px;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD.item-wrapper-discount--msARt .discount--ewAIz,
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD.item-wrapper-discount--msARt .discount-btn--M_3z2 {
  display: inline-grid;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD.item-wrapper-discount--msARt .car-title--ZFf1x {
  line-height: 18px;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD.item-wrapper-discount--msARt .car-title-wrapper--RS66z {
  margin-top: 8px;
  height: unset;
}
.new-car-up--v9cqv .car-up-container--eoHH9 .item-wrapper--ZKbSD.item-wrapper-discount--msARt .price--dewqx {
  margin-bottom: 4px;
}
.movie-album--ihjKZ {
  width: 885px;
  height: 405px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 40px;
  background: linear-gradient(360deg, #666666, #333333);
  position: relative;
}
.movie-album--ihjKZ .movie-album-wrapper--hM55k {
  width: 885px;
  height: 405px;
  padding: 20px;
  box-sizing: border-box;
  background-image: url('https://c.8891.com.tw/assets/static/article/icon_3.png');
  background-repeat: no-repeat;
  background-size: 288px 200px;
  background-position: 56px -50px;
  position: absolute;
  left: 0;
  top: 0;
}
.movie-album--ihjKZ .title--JHcsU {
  display: flex;
  justify-content: space-between;
}
.movie-album--ihjKZ .title--JHcsU h3 {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
}
.movie-album--ihjKZ .title--JHcsU a {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  margin-top: 10px;
  margin-right: 15px;
  position: relative;
}
.movie-album--ihjKZ .title--JHcsU a:hover {
  color: #40a9ff !important;
}
.movie-album--ihjKZ .title--JHcsU a::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 3px;
  border-left: 6px solid #999999;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.movie-album--ihjKZ .movie-container--mIoer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.movie-album--ihjKZ .movie-container--mIoer .movie-box--OWjD8 {
  width: 265px;
  height: 147px;
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.movie-album--ihjKZ .movie-container--mIoer .movie-box--OWjD8 img {
  width: 265px;
  height: 147px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}
.movie-album--ihjKZ .movie-container--mIoer .movie-box--OWjD8 img:hover {
  transform: scale(1.05);
}
.movie-album--ihjKZ .movie-container--mIoer .movie-large--jBf2U {
  width: 560px;
  height: 315px;
  margin-right: 20px;
}
.movie-album--ihjKZ .movie-container--mIoer .movie-large--jBf2U .movie-box--OWjD8 {
  width: 560px;
  height: 315px;
  margin-bottom: 0;
}
.movie-album--ihjKZ .movie-container--mIoer .movie-large--jBf2U .movie-box--OWjD8 img {
  width: 560px;
  height: 315px;
}
.movie-album--ihjKZ .movie-container--mIoer .movie-list--tcGqZ .movie-box--OWjD8 {
  width: 265px;
  height: 147px;
}
.movie-album--ihjKZ .movie-box--OWjD8::before {
  content: '';
  width: 56px;
  height: 39px;
  background-image: url('https://c.8891.com.tw/assets/static/article/icon_youtube.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90;
}
.movie-album--ihjKZ .movie-box--OWjD8::before:hover img {
  transform: scale(1.05);
}
.article-collect--Y_a7n {
  margin-top: 40px;
}
.article-collect--Y_a7n .title--JHcsU {
  display: flex;
  justify-content: space-between;
}
.article-collect--Y_a7n .title--JHcsU img {
  height: 27px;
}
.article-collect--Y_a7n .title--JHcsU a {
  font-size: 16px;
  text-align: center;
  color: #333333;
  line-height: 20px;
  margin-top: 10px;
  margin-right: 15px;
  position: relative;
}
.article-collect--Y_a7n .title--JHcsU a:hover {
  color: #40a9ff !important;
}
.article-collect--Y_a7n .title--JHcsU a::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 3px;
  border-left: 6px solid #999999;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #bbbbbb;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm:last-child {
  border: unset;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .thumb-box--R9kno {
  width: 332px;
  height: 221px;
  display: block;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .thumb--sNcgJ {
  width: 332px;
  height: 221px;
  margin-right: 20px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .thumb--sNcgJ:hover {
  transform: scale(1.05);
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 {
  width: 530px;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 .title--JHcsU {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 .title--JHcsU p {
  font-weight: bold;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 .title--JHcsU:hover {
  color: #40a9ff !important;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 .title--JHcsU span {
  font-size: 16px;
  text-align: center;
  color: #666666;
  line-height: 20px;
  margin-top: 5px;
  font-weight: 100;
  display: inline-block;
  min-width: 75px;
  white-space: nowrap;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 .title--JHcsU span:hover {
  color: #40a9ff !important;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 .title--JHcsU span i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  background-image: url('https://c.8891.com.tw/assets/static/article/icon_7.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  top: 2px;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 .info-list--VcZsC {
  margin-top: 20px;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 .info-list--VcZsC .list-item--omQBV {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 20px;
  margin-bottom: 18px;
  position: relative;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 .info-list--VcZsC .list-item--omQBV::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  font-size: 20px;
  left: 0px;
  top: 7px;
  background: #999999;
  z-index: 22;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 .info-list--VcZsC .list-item--omQBV:last-child {
  margin-bottom: 0px;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 .info-list--VcZsC .list-item--omQBV:hover {
  color: #40a9ff !important;
}
.article-collect-container--kCWce .article-collect-list--_b1U1 .article-list-item--SzeZm .article-info--xNNK4 .info-list--VcZsC .list-item--omQBV:first-child {
  font-weight: bold;
  color: #333;
}
.article-fixed-nav--qrN_f {
  position: fixed;
  left: 50%;
  transform: translate(630px, -50%);
  top: 50%;
  width: 80px;
  z-index: 999;
}
.article-fixed-nav--qrN_f .article-nav-wrapper--JYciO {
  border-radius: 8px;
  overflow: hidden;
  width: 80px;
}
.article-fixed-nav--qrN_f .nav-item--L7KND {
  width: 80px;
  height: 60px;
  background: #f4f4f4;
  font-size: 16px;
  text-align: center;
  color: #333333;
  line-height: 60px;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
}
.article-fixed-nav--qrN_f .nav-item--L7KND:hover {
  background: #3264ff;
  color: #fff;
}
.article-fixed-nav--qrN_f .nav-item--L7KND.nav-active--echsq {
  background: #3264ff;
  color: #fff;
}
.article-fixed-nav--qrN_f .nav-item--L7KND:last-child {
  border-bottom: unset;
}
.article-fixed-nav--qrN_f .nav-extra--iR8J2 {
  width: 80px;
  height: 40px;
  background: #f4f4f4;
  border-radius: 8px;
  margin-top: 14px;
  display: flex;
  padding: 6px 10px;
  box-sizing: border-box;
}
.article-fixed-nav--qrN_f .nav-extra--iR8J2 i {
  width: 25px;
  height: 27px;
  background-image: url('https://c.8891.com.tw/assets/static/article/icon_9.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.article-fixed-nav--qrN_f .nav-extra--iR8J2 p {
  color: #333;
  font-size: 14px;
  text-align: center;
  color: #333333;
  line-height: 16px;
  position: relative;
  top: -2px;
}
.article-fixed-nav--qrN_f .nav-extra--iR8J2:hover {
  background: #3264ff;
}
.article-fixed-nav--qrN_f .nav-extra--iR8J2:hover i {
  background-image: url('https://c.8891.com.tw/assets/static/article/icon_10.png');
}
.article-fixed-nav--qrN_f .nav-extra--iR8J2:hover p {
  color: #fff;
}
.range-info--gFP7O .title--JHcsU {
  display: flex;
  justify-content: space-between;
}
.range-info--gFP7O .title--JHcsU h3 {
  font-size: 28px;
  font-weight: 900;
}
.range-info--gFP7O .title--JHcsU a {
  font-size: 16px;
  text-align: center;
  color: #333333;
  line-height: 20px;
  margin-top: 15px;
  margin-right: 15px;
  position: relative;
}
.range-info--gFP7O .title--JHcsU a:hover {
  color: #40a9ff !important;
}
.range-info--gFP7O .title--JHcsU a::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 3px;
  border-left: 6px solid #999999;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.range--v_MsD {
  margin-top: 20px;
  margin-bottom: 40px;
}
.range--v_MsD .range-nav-bar--UsZLW {
  width: 280px;
  height: 46px;
  background: linear-gradient(360deg, #e8e8e8, #f4f4f4);
  display: flex;
  justify-content: center;
}
.range--v_MsD .range-nav-bar--UsZLW .range-tab--bwDBT {
  font-size: 16px;
  color: #333333;
  line-height: 46px;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}
.range--v_MsD .range-nav-bar--UsZLW .range-tab--bwDBT.active--DkfWY {
  font-size: 20px;
  font-weight: bold;
}
.range--v_MsD .range-nav-bar--UsZLW .range-tab--bwDBT.active--DkfWY::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #3264ff;
  border-radius: 2px;
  left: 0;
  bottom: 0px;
}
.range--v_MsD .range-list--C4WaB {
  width: 280px;
  background: linear-gradient(180deg, #ffffff, #f4f4f4);
  padding: 0 8px;
  padding-top: 20px;
}
.range--v_MsD .range-list--C4WaB .hot-item--OVGau {
  display: flex;
  justify-content: space-between;
}
.range--v_MsD .range-list--C4WaB .hot-item--OVGau:hover p,
.range--v_MsD .range-list--C4WaB .hot-item--OVGau:hover i {
  color: #40a9ff !important;
}
.range--v_MsD .range-list--C4WaB .hot-item--OVGau .item-l--nFPUL {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 16px;
  display: flex;
}
.range--v_MsD .range-list--C4WaB .hot-item--OVGau .item-l--nFPUL p {
  width: 155px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.range--v_MsD .range-list--C4WaB .hot-item--OVGau:last-child {
  margin-bottom: 0;
}
.range--v_MsD .range-list--C4WaB .hot-item--OVGau span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  margin-right: 14px;
  line-height: 18px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  color: #BBBBBB;
}
.range--v_MsD .range-list--C4WaB .sales--rWZen {
  width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: inline-block;
  text-align: right;
}
.range--v_MsD .range-list--C4WaB .hot-0-item--BuGBP {
  font-weight: bold;
}
.range--v_MsD .range-list--C4WaB .hot-0-item--BuGBP span {
  line-height: 12px;
  font-size: 20px;
  color: #333333;
  background: linear-gradient(360deg, #ffe084, #ffbe4d);
}
.range--v_MsD .range-list--C4WaB .hot-0-item--BuGBP p {
  font-weight: bold;
}
.range--v_MsD .range-list--C4WaB .hot-1-item--BEORZ {
  font-weight: bold;
}
.range--v_MsD .range-list--C4WaB .hot-1-item--BEORZ span {
  line-height: 12px;
  font-size: 20px;
  color: #333333;
  background: linear-gradient(360deg, #e0e0e0, #c0c0c0);
}
.range--v_MsD .range-list--C4WaB .hot-1-item--BEORZ p {
  font-weight: bold;
}
.range--v_MsD .range-list--C4WaB .hot-2-item--CZXGP {
  font-weight: bold;
}
.range--v_MsD .range-list--C4WaB .hot-2-item--CZXGP span {
  line-height: 12px;
  font-size: 20px;
  color: #333333;
  background: linear-gradient(360deg, #ffbe96, #ff6d2f);
}
.range--v_MsD .range-list--C4WaB .hot-2-item--CZXGP p {
  font-weight: bold;
}
.all-article--1SP3w {
  margin-top: 20px;
}
.all-article--1SP3w .all-article-bar--d2abk {
  width: 886px;
  height: 55px;
  background: linear-gradient(90deg, #f4f4f4, #e8e8e8);
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.all-article--1SP3w .all-article-bar--d2abk h3 {
  font-size: 20px;
  color: #333333;
  line-height: 55px;
  font-weight: bold;
  padding-left: 10px;
}
.all-article--1SP3w .all-article-bar--d2abk .article-nav--ck5mC {
  display: flex;
  height: 55px;
}
.all-article--1SP3w .all-article-bar--d2abk .article-nav--ck5mC .nav-item--L7KND {
  padding: 0 16px;
  line-height: 55px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  cursor: pointer;
}
.all-article--1SP3w .all-article-bar--d2abk .article-nav--ck5mC .nav-item--L7KND.active--DkfWY {
  color: #fff;
  background: #3264ff;
}
.all-article--1SP3w .all-article-bar--d2abk .article-nav--ck5mC .nav-item--L7KND:first-child.active--DkfWY {
  border-radius: 8px 0px 0px 8px;
}
.all-article--1SP3w .all-article-bar--d2abk .small-nav--CBr5H {
  padding-left: 0;
}
.all-article--1SP3w .all-article-bar--d2abk .small-nav--CBr5H .nav-item--L7KND {
  padding: 0 6px;
}
.all-article--1SP3w .all-article-bar--d2abk .small-nav--CBr5H ::global .brand-select--hUs_w .select--a6WZU {
  margin-left: 10px;
}
.all-article--1SP3w .all-article-bar--d2abk .brand-select--hUs_w {
  padding: 10px 10px 0 0;
}
.all-article--1SP3w .all-article-container--yu2R2 {
  margin-top: 20px;
}
.all-article-footer--aC_15 .footer-next--C3Stt {
  height: 40px;
  color: #333333;
  background: #e8e8e8;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #999;
  width: 380px;
  line-height: 40px;
  background-color: #E8E8E8;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.all-article-footer--aC_15 .footer-none--bI6uo {
  line-height: 40px;
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.well-chosen-item--mt8k7 {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.well-chosen-item-msg--Ipixg {
  position: relative;
  width: 100%;
}
.well-chosen-item-msg-img--gZOsF {
  width: 100%;
  height: 186px;
}
.well-chosen-item-msg-span--pntoi {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(135deg, #f25151, #ff592c);
  border-radius: 0 2px 0 0;
  min-width: 70px;
  text-align: center;
}
.well-chosen-item-title--kGB3z {
  width: 100%;
  margin-top: 12px;
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

