.article-like--ttUtu {
  display: flex;
}
.article-like--ttUtu .item--VVce8 {
  display: flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}
.article-like--ttUtu .img--CujCe {
  width: 30px;
  height: 30px;
  margin: 0;
}
.article-like--ttUtu .title--Fk_sx {
  margin: 0px 20px 0px 0px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
.article-like--ttUtu .text--e5lcw {
  color: #333;
  font-size: 14px;
  margin-left: 10px;
}
.article-like--ttUtu .more--XVxNS {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.article-story--kp5lY {
  display: flex;
  flex-direction: column;
  margin: 30px;
  cursor: pointer;
}
.content--Z56gG {
  width: 678px;
  padding: 10px 8px;
  background: linear-gradient(180deg, #ffedd5, #fffdf6);
  border: 1px solid #f87f15;
  border-radius: 4px;
}
.title--NnFh4 {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #1b1b1b;
  line-height: 33px;
  margin-bottom: 16px;
  text-align: left;
}
.header--x1sN1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.header--x1sN1 b {
  color: #FF8D30;
}
.story-item--CSayx {
  height: 45px;
  background: #ffffff;
  border: 1px solid #ffedd5;
  border-radius: 4px;
  line-height: 45px;
  overflow: hidden;
  display: flex;
  box-sizing: border-box;
  padding: 13px 10px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.marquee-content-item--d3S81 {
  height: fit-content;
}
.story-cover--OFsti {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.story-brand--WKn4L {
  margin-left: 8px;
  width: 270px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.story-info--bQMNW {
  margin-left: 7px;
  width: 269px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.story-tag--DrYXK {
  padding: 0 2px;
  border: 0.5px solid #fea761;
  border-radius: 2px;
  height: 18px;
  font-size: 12px;
  display: inline-block;
  font-family: PingFangTC, PingFangTC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ff8d30;
  line-height: 18px;
  margin-left: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.story-view--IcOIt {
  width: 75px;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  color: #333333;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.story-view--IcOIt b {
  color: #3264ff;
}
.marquee-wrapper--YmOPh {
  max-height: 165px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.marquee-wrapper--YmOPh .marquee-content--ubyAk {
  white-space: nowrap;
  animation-name: run--Y5uY1,loop--DPpUF;
  animation-iteration-count: 1, infinite;
  animation-timing-function: linear;
  animation-delay: 5s;
}
@keyframes run--Y5uY1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes loop--DPpUF {
  from {
    transform: translateY(165px);
  }
  to {
    transform: translateY(-100%);
  }
}

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

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

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

/* 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-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar .ant-image-img {
  display: block;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-lg.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-sm.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-square {
  border-radius: 2px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-avatar-group {
  display: inline-flex;
}
.ant-avatar-group .ant-avatar {
  border: 1px solid #fff;
}
.ant-avatar-group .ant-avatar:not(:first-child) {
  margin-left: -8px;
}
.ant-avatar-group-popover .ant-avatar + .ant-avatar {
  margin-left: 3px;
}
.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
  margin-right: -8px;
  margin-left: 0;
}
.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
  margin-right: 3px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popover {
  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;
  top: 0;
  left: 0;
  z-index: 1030;
  max-width: 100vw;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  user-select: text;
}
.ant-popover-content {
  position: relative;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 15.3137085px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 15.3137085px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 15.3137085px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 15.3137085px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  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);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}
.ant-popover-inner-content {
  width: max-content;
  max-width: 100%;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
}
.ant-popover-message {
  display: flex;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-popover-message-icon {
  display: inline-block;
  margin-right: 8px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button:not(:first-child) {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-popover-arrow-content {
  --antd-arrow-background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-popover-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ant-popover-placement-top .ant-popover-arrow,
.ant-popover-placement-topLeft .ant-popover-arrow,
.ant-popover-placement-topRight .ant-popover-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ant-popover-placement-top .ant-popover-arrow-content,
.ant-popover-placement-topLeft .ant-popover-arrow-content,
.ant-popover-placement-topRight .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.ant-popover-placement-top .ant-popover-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ant-popover-placement-topLeft .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right .ant-popover-arrow,
.ant-popover-placement-rightTop .ant-popover-arrow,
.ant-popover-placement-rightBottom .ant-popover-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ant-popover-placement-right .ant-popover-arrow-content,
.ant-popover-placement-rightTop .ant-popover-arrow-content,
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.ant-popover-placement-right .ant-popover-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ant-popover-placement-rightTop .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom .ant-popover-arrow,
.ant-popover-placement-bottomLeft .ant-popover-arrow,
.ant-popover-placement-bottomRight .ant-popover-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ant-popover-placement-bottom .ant-popover-arrow-content,
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
  transform: translateY(11px) rotate(-135deg);
}
.ant-popover-placement-bottom .ant-popover-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ant-popover-placement-bottomLeft .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left .ant-popover-arrow,
.ant-popover-placement-leftTop .ant-popover-arrow,
.ant-popover-placement-leftBottom .ant-popover-arrow {
  right: 0;
  transform: translateX(100%);
}
.ant-popover-placement-left .ant-popover-arrow-content,
.ant-popover-placement-leftTop .ant-popover-arrow-content,
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(-45deg);
}
.ant-popover-placement-left .ant-popover-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ant-popover-placement-leftTop .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-pink .ant-popover-inner {
  background-color: #eb2f96;
}
.ant-popover-pink .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.ant-popover-magenta .ant-popover-inner {
  background-color: #eb2f96;
}
.ant-popover-magenta .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.ant-popover-red .ant-popover-inner {
  background-color: #f5222d;
}
.ant-popover-red .ant-popover-arrow-content {
  background-color: #f5222d;
}
.ant-popover-volcano .ant-popover-inner {
  background-color: #fa541c;
}
.ant-popover-volcano .ant-popover-arrow-content {
  background-color: #fa541c;
}
.ant-popover-orange .ant-popover-inner {
  background-color: #fa8c16;
}
.ant-popover-orange .ant-popover-arrow-content {
  background-color: #fa8c16;
}
.ant-popover-yellow .ant-popover-inner {
  background-color: #fadb14;
}
.ant-popover-yellow .ant-popover-arrow-content {
  background-color: #fadb14;
}
.ant-popover-gold .ant-popover-inner {
  background-color: #faad14;
}
.ant-popover-gold .ant-popover-arrow-content {
  background-color: #faad14;
}
.ant-popover-cyan .ant-popover-inner {
  background-color: #13c2c2;
}
.ant-popover-cyan .ant-popover-arrow-content {
  background-color: #13c2c2;
}
.ant-popover-lime .ant-popover-inner {
  background-color: #a0d911;
}
.ant-popover-lime .ant-popover-arrow-content {
  background-color: #a0d911;
}
.ant-popover-green .ant-popover-inner {
  background-color: #52c41a;
}
.ant-popover-green .ant-popover-arrow-content {
  background-color: #52c41a;
}
.ant-popover-blue .ant-popover-inner {
  background-color: #1890ff;
}
.ant-popover-blue .ant-popover-arrow-content {
  background-color: #1890ff;
}
.ant-popover-geekblue .ant-popover-inner {
  background-color: #2f54eb;
}
.ant-popover-geekblue .ant-popover-arrow-content {
  background-color: #2f54eb;
}
.ant-popover-purple .ant-popover-inner {
  background-color: #722ed1;
}
.ant-popover-purple .ant-popover-arrow-content {
  background-color: #722ed1;
}
.ant-popover-rtl {
  direction: rtl;
  text-align: right;
}
.ant-popover-rtl .ant-popover-message-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-popover-rtl .ant-popover-message-title {
  padding-left: 16px;
}
.ant-popover-rtl .ant-popover-buttons {
  text-align: left;
}
.ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}

.Like--oLdor {
  display: inline-block;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}

.IframeWriteComment--w7zFG {
  margin-top: 10px;
  white-space: nowrap;
}
.IframeWriteComment--w7zFG .textarea-large--UcBu0 {
  width: 603px;
  font-size: 14px;
  height: 80px;
  line-height: 24px;
  border: 1px solid #d5d5d5;
  margin-right: 20px;
  resize: none;
  color: #333;
  font-weight: 400;
  padding: 15px 20px;
}
.IframeWriteComment--w7zFG .textarea-small--GNS47 {
  width: 520px;
  font-size: 16px;
  height: 80px;
  line-height: 24px;
  padding: 15px 20px;
  border: 1px solid #d5d5d5;
  margin-right: 20px;
  resize: none;
  color: #333;
  font-weight: 400;
}
.IframeWriteComment--w7zFG .send-btn--WgQZ_ {
  width: 84px;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #fff;
  background-color: #e04739;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  vertical-align: top;
}
@media (max-width: 700px) {
  .IframeWriteComment--w7zFG .textarea-small--GNS47 {
    width: 436px;
  }
  .IframeWriteComment--w7zFG .textarea-large--UcBu0 {
    width: 534px;
  }
}

.IframeCommentItem--H3XzX {
  padding: 20px 0;
  font-size: 16px;
  display: flex;
}
.IframeCommentItem--H3XzX .avatar--h6iUg {
  width: 64px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.IframeCommentItem--H3XzX .avatar--h6iUg img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.IframeCommentItem--H3XzX .message--bR7DF {
  width: 624px;
  display: inline-block;
}
.IframeCommentItem--H3XzX .message--bR7DF .user-name--WheKG {
  font-size: 16px;
  color: #666;
}
.IframeCommentItem--H3XzX .message--bR7DF .user-name--WheKG time {
  font-size: 16px;
  color: #999;
  margin-left: 20px;
}
.IframeCommentItem--H3XzX .comment-content--g3V4D {
  margin-top: 20px;
}
.IframeCommentItem--H3XzX .reply-comment--Kb8IO {
  margin-top: 20px;
  border: 1px solid #d5d5d5;
  background-color: #f9f9f9;
  padding: 10px 30px 20px;
}
.IframeCommentItem--H3XzX .reply-name--sR8wZ {
  color: #999;
  margin-bottom: 5px;
}
.IframeCommentItem--H3XzX .reply-content--wBEVr {
  color: #666;
}
.IframeCommentItem--H3XzX .footer--E0m8B {
  text-align: right;
  margin-top: 16px;
}
.IframeCommentItem--H3XzX .footer--E0m8B .replay-comment-btn--kdBtZ {
  font-size: 16px;
  color: #0a88ec;
  margin-right: 24px;
  display: inline-block;
  cursor: pointer;
}
.IframeCommentItem--H3XzX .textarea-item--y4JsW {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.IframeCommentItem--H3XzX .textarea-show-item--tkmi3 {
  height: 130px;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
@media (max-width: 700px) {
  .IframeCommentItem--H3XzX .message--bR7DF {
    width: 539px;
    display: inline-block;
  }
}

.CommentList--ZQ54p h3.title--LP8Mz {
  font-size: 24px;
}

.module-box--N2GUu {
  cursor: pointer;
  text-decoration: none;
  margin-top: 20px;
}
.module-box--N2GUu:hover {
  color: initial;
  text-decoration: none;
}
.module-box--N2GUu .module-img-box--DfVQa {
  width: 100%;
}
.module-box--N2GUu .module-img--ecbtd {
  width: 100%;
  height: 100%;
  font-size: 0;
  margin: 0;
}
.module-box--N2GUu .module-title-box--u2HFh {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 900;
  text-align: left;
  color: #333333;
  line-height: 20px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.featured-recommend-box--ZGyxq {
  margin: 20px 0 30px 0;
}
.featured-recommend-box--ZGyxq .title--Ph_J1 {
  width: 100%;
  height: 37px;
  font-size: 26px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 900;
  text-align: left;
  color: #333333;
  line-height: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-recommend-box--ZGyxq .title--Ph_J1 a {
  font-size: 16px;
  margin-top: 4px;
  font-weight: 500;
  color: #666;
}
.featured-recommend-box--ZGyxq .featured-recommend-container-5--WOO2h {
  display: grid;
  grid-template-columns: 184px 184px 184px 184px 184px;
  grid-column-gap: 20px;
}
.featured-recommend-box--ZGyxq .featured-recommend-container-4--_AYsd {
  display: grid;
  grid-template-columns: 155px 155px 155px 155px;
  grid-column-gap: 20px;
}
.news-video-box--vjfLR {
  width: 678px;
}
.equips-select-box--sv3DR {
  margin-top: -28px;
}
.equips-select-box--sv3DR p,
.equips-select-box--sv3DR img {
  margin: 0;
  line-height: unset;
}
.tags-model-box--x_Rqf {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.tags-model-box--x_Rqf .item--Fdnus {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.tags-model-box--x_Rqf .title--Ph_J1 {
  margin: 0px 20px 0px 0px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
.tags-model-box--x_Rqf .link--x1l3G {
  color: #3264FF;
  font-size: 14px;
  margin-right: 20px;
}
.tags-model-box--x_Rqf .more--eNO8Y {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.hot-video--SkaYI {
  width: 100%;
  margin: auto;
  margin-top: 22px;
  margin-bottom: 80px;
  position: relative;
}
.hot-video--SkaYI .left-icon--iCIEl {
  width: 20px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 116px;
  cursor: pointer;
  background-image: url('https://photo.8891.com.tw/2023/02/01/1675222234588282.png');
  left: 0;
}
.hot-video--SkaYI .right-icon--mgiDt {
  width: 20px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 116px;
  cursor: pointer;
  background-image: url('https://photo.8891.com.tw/2023/02/01/1675222234567023.png');
  right: 0px;
}
.hot-video--SkaYI .title--ZKrxt {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 30px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hot-video--SkaYI .title--ZKrxt .total--fPuNi {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.hot-video--SkaYI .title--ZKrxt .total--fPuNi span {
  color: #333333;
  font-weight: bold;
}
.hot-video--SkaYI .title--ZKrxt a {
  margin: 0;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}
.hot-video--SkaYI .brand-scroll--i8DEk {
  display: -webkit-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  height: 250px;
}
.hot-video--SkaYI .brand-scroll--i8DEk::-webkit-scrollbar {
  display: none;
}

.spanStyle--uxsJG {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.video-item--RZJNi {
  width: auto;
  height: 100%;
  cursor: pointer;
}
.video-item--RZJNi .img-box--mqDCk {
  position: relative;
  height: 100%;
  width: 100%;
}
.video-item--RZJNi .img-box--mqDCk .item-thumb--a2OGR {
  width: 100%;
  height: 100%;
  margin: 0;
}
.video-item--RZJNi .img-box--mqDCk .item-play--d884a {
  width: 32px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.video-item--RZJNi .item-title--sUORy {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin: 8px 0;
  width: 100%;
  max-height: 44px;
  text-align: left;
}
.video-item--RZJNi .item-title-line-1--L2y5l {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.video-item--RZJNi .item-title-line-2--tljMU {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.video-item--RZJNi .item-bottom--MCMTV {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-item--RZJNi .item-bottom--MCMTV span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.video-item--RZJNi .item-bottom--MCMTV img {
  width: 15px;
  height: 16px;
  margin-right: 4px;
}
.video-item--RZJNi .item-bottom-box--dpc15 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-item--RZJNi .item-bottom-box--dpc15 .item-bottom-left--DXAcC {
  display: flex;
  align-items: center;
  justify-content: start;
}
.video-item--RZJNi .item-bottom-box--dpc15 .item-bottom-left--DXAcC span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.video-item--RZJNi .item-bottom-box--dpc15 .item-bottom-left--DXAcC img {
  width: 15px;
  height: 16px;
  margin-right: 4px;
}
.video-item--RZJNi .item-bottom-box--dpc15 span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  display: flex;
  align-items: center;
}

/* 主要变量 */
/* 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%;
}

