/* 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-divider {
  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';
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text {
  display: flex;
  align-items: center;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}
.ant-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-divider-plain.ant-divider-with-text {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
  width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
  width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
  padding-left: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
  width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
  width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
  padding-right: 0;
}
.ant-divider-rtl {
  direction: rtl;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 95%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 95%;
}

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

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

.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;
  }
}

.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;
}

.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;
}

.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;
}

.IframeComment--o3OHH {
  width: 788px;
  margin: 0 auto;
  padding: 40px;
}
.CommentList--CaV1Y {
  margin-top: 40px;
}
.IframeCommentList--eh9ua {
  width: 708px;
  display: inline-block;
}
.IframeCommentList--eh9ua h3.title--WbxGc {
  font-size: 24px;
  display: inline-block;
}
.IframeCommentList--eh9ua .send-comment--UhWDM {
  height: 36px;
  position: relative;
}
.IframeCommentList--eh9ua .current-comment-count--yVIFY {
  float: right;
  font-size: 16px;
  margin-top: 10px;
  color: #333;
  cursor: pointer;
}
.IframeCommentList--eh9ua .current-comment-count--yVIFY a {
  color: #333;
}
.IframeCommentList--eh9ua .current-comment-count--yVIFY b {
  color: #0a88ec;
  font-weight: 300;
}
.IframeCommentList--eh9ua .comment-seciton--OtgOE {
  margin-top: 40px;
}
.IframeCommentList--eh9ua .goComment--iTz9F {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #224c96;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.IframeCommentList--eh9ua .loading-seciton--vj_5O {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
@media (max-width: 700px) {
  .IframeCommentList--eh9ua {
    width: 623px;
  }
}

