/* 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-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '←';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '→';
}
.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-bottom: 0;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
  bottom: auto;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 4px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li button::after {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: '';
}
.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 0;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '→';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '←';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column;
}

.Video--TnoRA {
  position: relative;
}
.left-video-icon--tHBeE {
  width: 28px;
  height: 28px;
  background-size: 100%;
  background-image: url('https://c.8891.com.tw/assets/static/campaigns/2021/20.png');
  position: absolute;
  left: 46px;
  top: 43%;
  cursor: pointer;
}
.right-video-icon--Cp7Ii {
  width: 28px;
  height: 28px;
  background-size: 100%;
  background-image: url('https://c.8891.com.tw/assets/static/campaigns/2021/19.png');
  position: absolute;
  right: 46px;
  top: 43%;
  cursor: pointer;
}
.video-list--Q2gEi {
  width: 280px;
  height: 220px;
  background: #000000;
  margin: 0 auto;
}
.video-box--iIlMw {
  width: 280px;
  height: 220px;
  position: relative;
}
.video-avtive-btn--AzK5u {
  width: 98px;
  height: 22px;
  border: 1px solid #ffffff;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 22px;
  position: absolute;
  bottom: 3px;
  right: 4px;
}
.video-avtive-btn--AzK5u:hover {
  text-decoration: unset !important;
  color: #fff !important;
}
.video-avtive-btn--AzK5u.hide--G04jM {
  display: none;
}

.swiper-pagination-bullet {
  cursor: pointer;
  display: inline-block !important;
  margin: 0 4px !important;
  height: 8px !important;
  line-height: auto !important;
}

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-js .vjs-progress-control {
  display: none !important;
}

.video-js .vjs-time-control {
  display: none !important;
}

.video-js .vjs-picture-in-picture-control {
  display: none !important;
}

.video-js .vjs-fullscreen-control {
  display: none !important;
}
/* 主要变量 */
/* prefix 用于所有样式名的前缀 */
/* -------- Colors -------- */
/* -------- Font -------- */
/* 新车变量 */
/* 新车PC */
/* 快捷樣式 */
/* 主題色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色背景顏色*/
/* 配色背景顏色*/
/* 設置字體大小 */
.ant-switch-small--Cu9TP {
  height: 20px;
  min-width: 128px;
  line-height: 114px;
}
/* 頭像 */
/* Icon  */
/* button 樣式 */
/*動畫效果*/
/* 全局居中 global-middle  */
/* button 樣式 */
/* 简化 */
.none--vb0d7 {
  display: none !important;
}
.tl--ETUYe {
  text-align: left;
}
.br-btn--CBYH3 {
  border-radius: 20px;
}
.pr--OkZgK {
  position: relative;
}
.pa--gL2ek {
  position: absolute;
}
.bn--NQHsf {
  border: 0  !important;
}
.ellipsis--ppdE6 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
i {
  font-style: unset;
}
@-webkit-keyframes bounceInUp--S7nCW {
  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--S7nCW {
  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--S7nCW {
  -webkit-animation-name: bounceInUp--S7nCW;
  animation-name: bounceInUp--S7nCW;
}
.animated--MrAih {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated--MrAih.infinite--wWcmC {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated--MrAih.delay-1s--Xa7PH {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated--MrAih.delay-2s--SvejG {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated--MrAih.delay-3s--PhI0n {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated--MrAih.delay-4s--A6_eP {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated--MrAih.delay-5s--fsPm3 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated--MrAih.fast--zcj7F {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated--MrAih.faster--nHmz9 {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated--MrAih.slow--rN7RC {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated--MrAih.slower--dBbMi {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated--MrAih {
    -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;
  }
}
.container--XLSDc {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  width: 885px;
}
.sub-nav--HSpyD {
  background-color: #F4F4F4;
  height: 50px;
  border-top: 2px solid rgba(50, 100, 255, 0.1);
}
.sub-nav-content--YsWff {
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
  margin: 0 auto;
  display: flex;
  line-height: 48px;
}
.sub-nav-content-link--jUEkb {
  position: relative;
  font-size: 16px;
  margin-right: 40px;
  color: #333;
}
.sub-nav-content-link--jUEkb.active--feCCL {
  color: #3264FF;
}
.sub-nav-content-link--jUEkb.active--feCCL::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #3264FF;
}
.footer--NnbCh {
  display: flex;
  justify-content: center;
}
.next--Dxy90 {
  width: 380px;
  line-height: 40px;
  background-color: #E8E8E8;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.next--Dxy90:hover {
  color: #333;
}
.news--MUGi2 .news-top--SwYDm {
  height: 495px;
  background: linear-gradient(180deg, #e5ebff, rgba(255, 255, 255, 0));
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 {
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
  margin: 0 auto;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top--r0UeK {
  height: 88px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
  margin: 0 auto;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top--r0UeK .news-img--m9hC1 {
  width: 202px;
  height: 47px;
  margin-top: 23px;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top--r0UeK p {
  width: 974px;
  height: 2px;
  margin-top: 43px;
  background: linear-gradient(90deg, #c9d7ff 47%, #c8d5ff);
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top--r0UeK::before {
  display: block;
  content: '';
  position: absolute;
  top: 27px;
  right: 0;
  width: 31px;
  height: 6px;
  background-image: url('https://c.8891.com.tw/assets/static/article/news/icon2.svg');
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF {
  display: flex;
  justify-content: space-between;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY {
  width: 885px;
  display: flex;
  justify-content: space-between;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng {
  width: 534px;
  height: 365px;
  margin-right: 20px;
  background-color: #333;
  position: relative;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng .slide-item--khPBf {
  height: 365px;
  position: relative;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng .slide-item--khPBf p {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng .carousel--VStKD div {
  display: flex;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng .carousel--VStKD img {
  width: 534px;
  height: 365px;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng .carousel--VStKD img:hover {
  transform: scale(1.1);
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng .carousel--VStKD .slick-dots.slick-dots-bottom {
  padding-right: 5px;
  justify-content: flex-end;
  margin-right: 10px;
  bottom: 50px;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng .carousel--VStKD .slick-dots.slick-dots-bottom li {
  width: 8px;
  height: 8px;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng .carousel--VStKD .slick-dots.slick-dots-bottom li button {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng .carousel--VStKD .slick-dots.slick-dots-bottom .slick-active {
  width: 16px;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng .carousel--VStKD .slick-dots.slick-dots-bottom .slick-active button {
  width: 16px;
  height: 8px;
  background: #3264ff;
  border-radius: 4px;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng .prev--wDyPc {
  display: block;
  width: 20px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  top: 40%;
  z-index: 1;
  cursor: pointer;
  background-image: url('https://c.8891.com.tw/assets/static/article/carousel/left-icon.png');
  left: 0;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-wrapper--VR6ng .next--Dxy90 {
  display: block;
  width: 20px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  top: 40%;
  z-index: 1;
  cursor: pointer;
  background-image: url('https://c.8891.com.tw/assets/static/article/carousel/right-icon.png');
  right: 0;
  background-color: transparent;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ {
  width: 335px;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5 {
  height: 112px;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  margin-bottom: 14px;
  box-sizing: border-box;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5.active--feCCL .title--f2i4z {
  color: #3264ff;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5 .title--f2i4z {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  text-align: left;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5 .title--f2i4z span {
  color: #3264ff;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5 .action-bar--hYZL3 {
  display: flex;
  height: 16px;
  justify-content: space-between;
  margin-top: 32px;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5 .action-bar--hYZL3 .extra-item--Bjssx {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5 .action-bar--hYZL3 .extra-item--Bjssx:last-child {
  margin-right: 0;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5 .action-bar--hYZL3 .extra-item--Bjssx .loading--X_pFI {
  width: 30px;
  height: 14px;
  background: #eff1f6;
  position: relative;
  overflow: hidden;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5 .action-bar--hYZL3 .extra-item--Bjssx .loading--X_pFI: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));
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5 .action-bar--hYZL3 .extra-actions--pMAd9 {
  display: flex;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5 .action-bar--hYZL3 .tag--LNXrJ {
  font-size: 14px;
  text-align: right;
  color: #666666;
  line-height: 18px;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5 .extra-visit-icon--CzQ77 {
  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;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .left--fpHKY .carousel-extra--ARXa_ .carousel-extra-item--sz_E5 .extra-link-icon--ZNtBY {
  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;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .right--GRKau {
  width: 280px;
  display: flex;
  justify-content: flex-end;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .right--GRKau .hot--IOHMs {
  position: relative;
  width: 265px;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .right--GRKau .hot--IOHMs::before {
  content: '';
  position: absolute;
  height: 365px;
  border-left: 1px solid #e8e8e8;
  width: 0;
  top: 0;
  left: -13px;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .right--GRKau .hot-list--QCZkO li {
  font-size: 16px;
  line-height: 24px;
  margin-top: 14px;
  position: relative;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .right--GRKau .hot-list--QCZkO li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3264ff;
  border-radius: 50%;
  left: -16px;
  top: 6px;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .right--GRKau .hot-list--QCZkO li a {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news--MUGi2 .news-top--SwYDm .wrapper--lPF30 .top-news--IoVoF .right--GRKau .hot-list--QCZkO li a:hover {
  color: #40a9ff !important;
}
.news--MUGi2 .news-container--GH6ml {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
  margin: 0 auto;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u {
  width: 885px;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q {
  margin-top: -20px;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 {
  width: 335px;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  line-height: 30px;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 h2 i {
  font-style: italic;
  color: #ff0000;
  margin-right: 6px;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 .hot-list--QCZkO {
  margin-top: 20px;
  padding-right: 18px;
  border-right: 1px dashed #bbbbbb;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 .hot-list--QCZkO .hot-item--O0d9r {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 13px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 .hot-list--QCZkO .hot-item--O0d9r:last-child {
  margin-bottom: 0;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 .hot-list--QCZkO .hot-item--O0d9r 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;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 .hot-list--QCZkO .hot-0-item--FKYtF {
  font-weight: bold;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 .hot-list--QCZkO .hot-0-item--FKYtF span {
  line-height: 12px;
  font-size: 20px;
  color: #333333;
  background: linear-gradient(360deg, #ffe084, #ffbe4d);
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 .hot-list--QCZkO .hot-1-item--fIdGe {
  font-weight: bold;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 .hot-list--QCZkO .hot-1-item--fIdGe span {
  line-height: 12px;
  font-size: 20px;
  color: #333333;
  background: linear-gradient(360deg, #e0e0e0, #c0c0c0);
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 .hot-list--QCZkO .hot-2-item--au1kM {
  font-weight: bold;
}
.news--MUGi2 .news-container--GH6ml .article-left--N5L5u .left-top--zdz2Q .hot-article--cWwH3 .hot-list--QCZkO .hot-2-item--au1kM span {
  line-height: 12px;
  font-size: 20px;
  color: #333333;
  background: linear-gradient(360deg, #ffbe96, #ff6d2f);
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n {
  width: 280px;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .columns--OtVrV {
  margin-bottom: 20px;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .columns--OtVrV h2 {
  font-size: 28px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 18px;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .columns--OtVrV .columns-item--fO8RY {
  display: inline-block;
  margin-right: 20px;
  width: 130px;
  height: 151px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .columns--OtVrV .columns-item--fO8RY:hover {
  box-shadow: 0 8px 16px 0 rgba(31, 33, 41, 0.24);
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .columns--OtVrV .columns-item--fO8RY img {
  width: 131px;
  height: 151px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .columns--OtVrV .columns-item--fO8RY .colums-container--av23h {
  width: 128px;
  height: 149px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 14px;
  padding-top: 53px;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .columns--OtVrV .columns-item--fO8RY .colums-container--av23h p {
  font-size: 14px;
  text-align: center;
  color: #333333;
  line-height: 20px;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .columns--OtVrV .columns-item--fO8RY .colums-container--av23h .tags-box--pHCO2 {
  text-align: center;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .columns--OtVrV .columns-item--fO8RY .colums-container--av23h .tags-box--pHCO2 b {
  display: inline-block;
  min-width: 48px;
  height: 20px;
  background: #3264ff15;
  border-radius: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  color: #3264ff;
  line-height: 20px;
  margin-top: 7px;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .columns--OtVrV .columns-item--fO8RY .colums-container--av23h span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  text-align: center;
  color: #333333;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .columns--OtVrV .columns-item--fO8RY:nth-child(2n) {
  margin-right: 0;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-box--KR00o h3 {
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  font-weight: 900;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-box--KR00o h3 p {
  display: flex;
  line-height: 33px;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-box--KR00o h3 i {
  width: 42px;
  height: 30px;
  background: linear-gradient(135deg, #f27d51, #ff2c2c);
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  margin-right: 8px;
  display: inline-block;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-box--KR00o h3 a {
  font-size: 16px;
  text-align: center;
  color: #333333;
  line-height: 20px;
  margin-top: 8px;
  margin-right: 15px;
  position: relative;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-box--KR00o h3 a:hover {
  color: #40a9ff !important;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-box--KR00o h3 a::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 3px;
  border-left: 6px solid #999999;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-content--E3JWQ {
  margin-top: 13px;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-content--E3JWQ .category-tile--tR9ZD {
  position: relative;
  width: 280px;
  height: 186px;
  display: block;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-content--E3JWQ .category-tile--tR9ZD .category-img--Fl7Py {
  width: 280px;
  height: 186px;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-content--E3JWQ .category-tile--tR9ZD p {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  height: 40px;
  width: 280px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-content--E3JWQ .category-list--mXwuk .category-item--oNcwp {
  padding-left: 16px;
  position: relative;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-content--E3JWQ .category-list--mXwuk .category-item--oNcwp:hover {
  color: #40a9ff !important;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .category--gS7HX .category-content--E3JWQ .category-list--mXwuk .category-item--oNcwp::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3264ff;
  border-radius: 50%;
  left: 0px;
  top: 6px;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .news-line--foHPR {
  width: 280px;
  height: 160px;
  display: block;
  margin-top: 40px;
}
.news--MUGi2 .news-container--GH6ml .article-right--fL98n .news-line--foHPR img {
  width: 280px;
  height: 160px;
}
.news--MUGi2 .hover-img--XLkKR {
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}
.news--MUGi2 .hover-img--XLkKR:hover {
  transform: scale(1.1);
}
.news--MUGi2 .hover-item--lKKXe:hover {
  color: #40a9ff !important;
}

.hot-article--_evHk {
  width: 280px;
  padding: 20px 16px;
}
.hot-article--_evHk h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  margin-bottom: 12px;
}
.hot-article--_evHk .item--gjX4T a {
  padding: 8px 0 12px 0;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
}
.hot-article--_evHk .item--gjX4T .item-icon--hei_1 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(50, 100, 255, 0.3);
  color: #fff;
  display: block;
  margin-right: 3px;
  flex-shrink: 0;
  text-align: center;
  line-height: 16px;
  margin-top: 3px;
}
.hot-article--_evHk .item--gjX4T h4 {
  font-size: 14px;
  text-align: left;
  color: #333333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: normal;
}
.hot-article--_evHk .item--gjX4T:last-child a {
  border-bottom: unset;
}
.hot-article--_evHk .top--q0xCN .item-icon--hei_1 {
  background: #3264ff;
}

/* 主要变量 */
/* prefix 用于所有样式名的前缀 */
/* -------- Colors -------- */
/* -------- Font -------- */
/* 新车变量 */
/* 新车PC */
/* 快捷樣式 */
/* 主題色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色背景顏色*/
/* 配色背景顏色*/
/* 設置字體大小 */
.ant-switch-small--BsXJW {
  height: 20px;
  min-width: 128px;
  line-height: 114px;
}
/* 頭像 */
/* Icon  */
/* button 樣式 */
/*動畫效果*/
/* 全局居中 global-middle  */
/* button 樣式 */
/* 简化 */
.none--fVbYv {
  display: none !important;
}
.tl--atw2I {
  text-align: left;
}
.br-btn--BKPC6 {
  border-radius: 20px;
}
.pr--YPwpc {
  position: relative;
}
.pa--pRuiQ {
  position: absolute;
}
.bn--uYQ8Y {
  border: 0  !important;
}
.ellipsis--s6Fqs {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
i {
  font-style: unset;
}
@-webkit-keyframes bounceInUp--VBmY2 {
  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--VBmY2 {
  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--VBmY2 {
  -webkit-animation-name: bounceInUp--VBmY2;
  animation-name: bounceInUp--VBmY2;
}
.animated--R52iu {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated--R52iu.infinite--Dnm6F {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated--R52iu.delay-1s--cHL67 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated--R52iu.delay-2s--DvMJc {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated--R52iu.delay-3s--aFr1A {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated--R52iu.delay-4s--YGBUQ {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated--R52iu.delay-5s--ROiiC {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated--R52iu.fast--nwReJ {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated--R52iu.faster--Lov0h {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated--R52iu.slow--o9aGb {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated--R52iu.slower--_brq4 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated--R52iu {
    -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;
  }
}
.container--MA2Nn {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  width: 885px;
}
.sub-nav--aLw7R {
  background-color: #F4F4F4;
  height: 50px;
  border-top: 2px solid rgba(50, 100, 255, 0.1);
}
.sub-nav-content--BGaIy {
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
  margin: 0 auto;
  display: flex;
  line-height: 48px;
}
.sub-nav-content-link--NMxIB {
  position: relative;
  font-size: 16px;
  margin-right: 40px;
  color: #333;
}
.sub-nav-content-link--NMxIB.active--V87iP {
  color: #3264FF;
}
.sub-nav-content-link--NMxIB.active--V87iP::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #3264FF;
}
.footer--BXshQ {
  display: flex;
  justify-content: center;
}
.next--G9uYm {
  width: 380px;
  line-height: 40px;
  background-color: #E8E8E8;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.next--G9uYm:hover {
  color: #333;
}
.news--pGQjH .news-top--RLvJz {
  background: linear-gradient(180deg, #e5ebff 0%, rgba(255, 255, 255, 0) 30%);
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk {
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
  margin: 0 auto;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top--xhCeQ {
  height: 88px;
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
  margin: 0 auto;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top--xhCeQ .news-img--LrHBc {
  width: 202px;
  height: 47px;
  margin-top: 23px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top--xhCeQ p {
  width: 532px;
  height: 2px;
  margin-top: 48px;
  background: linear-gradient(90deg, #c9d7ff 47%, #c8d5ff);
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top--xhCeQ::before {
  display: block;
  content: '';
  position: absolute;
  top: 27px;
  right: 0;
  width: 31px;
  height: 6px;
  background-image: url('https://c.8891.com.tw/assets/static/article/news/icon2.svg');
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top--xhCeQ .hot--tPs_w {
  position: absolute;
  width: 400px;
  left: 740px;
  display: flex;
  top: 20px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top--xhCeQ .hot--tPs_w .hot-img--nywmS {
  width: 112px;
  height: 58px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top--xhCeQ .hot--tPs_w .hot-wrapper--gnDQZ {
  height: 60px;
  overflow: hidden;
  width: 266px;
  margin-left: 22px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top--xhCeQ .hot-list--UAOqU li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top--xhCeQ .hot-list--UAOqU li a {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top--xhCeQ .hot-list--UAOqU li a:hover {
  color: #40a9ff !important;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top--xhCeQ .animate--ZG0Rw {
  transition: all 1s;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh {
  display: flex;
  justify-content: space-between;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo {
  width: 885px;
  display: flex;
  justify-content: space-between;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M {
  width: 534px;
  height: 365px;
  margin-right: 20px;
  background-color: #333;
  position: relative;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M .slide-item--MS2F3 {
  height: 365px;
  position: relative;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M .slide-item--MS2F3 p {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M .carousel--lOrIZ div {
  display: flex;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M .carousel--lOrIZ img {
  width: 534px;
  height: 365px;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M .carousel--lOrIZ img:hover {
  transform: scale(1.1);
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M .carousel--lOrIZ .slick-dots.slick-dots-bottom {
  padding-right: 5px;
  justify-content: flex-end;
  margin-right: 10px;
  bottom: 50px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M .carousel--lOrIZ .slick-dots.slick-dots-bottom li {
  width: 8px;
  height: 8px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M .carousel--lOrIZ .slick-dots.slick-dots-bottom li button {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M .carousel--lOrIZ .slick-dots.slick-dots-bottom .slick-active {
  width: 16px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M .carousel--lOrIZ .slick-dots.slick-dots-bottom .slick-active button {
  width: 16px;
  height: 8px;
  background: #3264ff;
  border-radius: 4px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M .prev--igFUq {
  display: block;
  width: 20px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  top: 40%;
  z-index: 1;
  cursor: pointer;
  background-image: url('https://c.8891.com.tw/assets/static/article/carousel/left-icon.png');
  left: 0;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-wrapper--Yd26M .next--G9uYm {
  display: block;
  width: 20px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  top: 40%;
  z-index: 1;
  cursor: pointer;
  background-image: url('https://c.8891.com.tw/assets/static/article/carousel/right-icon.png');
  right: 0;
  background-color: transparent;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI {
  width: 335px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR {
  height: 112px;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  margin-bottom: 14px;
  box-sizing: border-box;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR.active--V87iP .title--CSUJX {
  color: #3264ff;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR .title--CSUJX {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  text-align: left;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR .title--CSUJX span {
  color: #3264ff;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR .action-bar--s5Oph {
  display: flex;
  height: 16px;
  justify-content: space-between;
  margin-top: 32px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR .action-bar--s5Oph .extra-item--xGUkv {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR .action-bar--s5Oph .extra-item--xGUkv:last-child {
  margin-right: 0;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR .action-bar--s5Oph .extra-item--xGUkv .loading--DhK7Q {
  width: 30px;
  height: 14px;
  background: #eff1f6;
  position: relative;
  overflow: hidden;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR .action-bar--s5Oph .extra-item--xGUkv .loading--DhK7Q: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));
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR .action-bar--s5Oph .extra-actions--VbQjf {
  display: flex;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR .action-bar--s5Oph .tag--p9BYM {
  font-size: 14px;
  text-align: right;
  color: #666666;
  line-height: 18px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR .extra-visit-icon--d9vhE {
  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;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .carousel-extra--qr5SI .carousel-extra-item--Nb6IR .extra-link-icon--TRfyE {
  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;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl {
  width: 335px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  line-height: 30px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl h2 i {
  font-style: italic;
  color: #ff0000;
  margin-right: 6px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl .hot-list--UAOqU {
  margin-top: 20px;
  padding-right: 18px;
  border-right: 1px dashed #bbbbbb;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl .hot-list--UAOqU .hot-item--uIpCi {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 13px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl .hot-list--UAOqU .hot-item--uIpCi:last-child {
  margin-bottom: 0;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl .hot-list--UAOqU .hot-item--uIpCi 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;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl .hot-list--UAOqU .hot-0-item--Ansqc {
  font-weight: bold;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl .hot-list--UAOqU .hot-0-item--Ansqc span {
  line-height: 12px;
  font-size: 20px;
  color: #333333;
  background: linear-gradient(360deg, #ffe084, #ffbe4d);
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl .hot-list--UAOqU .hot-1-item--nnnSP {
  font-weight: bold;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl .hot-list--UAOqU .hot-1-item--nnnSP span {
  line-height: 12px;
  font-size: 20px;
  color: #333333;
  background: linear-gradient(360deg, #e0e0e0, #c0c0c0);
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl .hot-list--UAOqU .hot-2-item--OZMRs {
  font-weight: bold;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .left--hMkpo .hot-article--D8nJl .hot-list--UAOqU .hot-2-item--OZMRs span {
  line-height: 12px;
  font-size: 20px;
  color: #333333;
  background: linear-gradient(360deg, #ffbe96, #ff6d2f);
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 {
  width: 280px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .hot--tPs_w {
  position: relative;
  width: 265px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .hot--tPs_w::before {
  content: '';
  position: absolute;
  height: 365px;
  border-left: 1px solid #e8e8e8;
  width: 0;
  top: 0;
  left: -13px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .hot-list--UAOqU li {
  font-size: 16px;
  line-height: 24px;
  margin-top: 14px;
  position: relative;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .hot-list--UAOqU li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3264ff;
  border-radius: 50%;
  left: -16px;
  top: 6px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .hot-list--UAOqU li a {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .hot-list--UAOqU li a:hover {
  color: #40a9ff !important;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .columns--t8glB {
  margin-bottom: 20px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .columns--t8glB h2 {
  font-size: 28px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 18px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .columns--t8glB .columns-item--pgoEr {
  display: inline-block;
  margin-right: 20px;
  width: 130px;
  height: 151px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .columns--t8glB .columns-item--pgoEr:hover {
  box-shadow: 0 8px 16px 0 rgba(31, 33, 41, 0.24);
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .columns--t8glB .columns-item--pgoEr img {
  width: 131px;
  height: 151px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .columns--t8glB .columns-item--pgoEr .colums-container--vuDYq {
  width: 128px;
  height: 149px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 14px;
  padding-top: 53px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .columns--t8glB .columns-item--pgoEr .colums-container--vuDYq p {
  font-size: 14px;
  text-align: center;
  color: #333333;
  line-height: 20px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .columns--t8glB .columns-item--pgoEr .colums-container--vuDYq .tags-box--gGyXR {
  text-align: center;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .columns--t8glB .columns-item--pgoEr .colums-container--vuDYq .tags-box--gGyXR b {
  display: inline-block;
  min-width: 48px;
  height: 20px;
  background: #3264ff15;
  border-radius: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  color: #3264ff;
  line-height: 20px;
  margin-top: 7px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .columns--t8glB .columns-item--pgoEr .colums-container--vuDYq span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  text-align: center;
  color: #333333;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .columns--t8glB .columns-item--pgoEr:nth-child(2n) {
  margin-right: 0;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-box--FapVj h3 {
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  font-weight: 900;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-box--FapVj h3 p {
  display: flex;
  line-height: 33px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-box--FapVj h3 i {
  width: 42px;
  height: 30px;
  background: linear-gradient(135deg, #f27d51, #ff2c2c);
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  margin-right: 8px;
  display: inline-block;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-box--FapVj h3 a {
  font-size: 16px;
  text-align: center;
  color: #333333;
  line-height: 20px;
  margin-top: 8px;
  margin-right: 15px;
  position: relative;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-box--FapVj h3 a:hover {
  color: #40a9ff !important;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-box--FapVj h3 a::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 3px;
  border-left: 6px solid #999999;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-content--RtAgo {
  margin-top: 13px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-content--RtAgo .category-tile--BCOHh {
  position: relative;
  width: 280px;
  height: 186px;
  display: block;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-content--RtAgo .category-tile--BCOHh .category-img--rEqC9 {
  width: 280px;
  height: 186px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-content--RtAgo .category-tile--BCOHh p {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  height: 40px;
  width: 280px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-content--RtAgo .category-list--VGu9S .category-item--bgbGu {
  padding-left: 16px;
  position: relative;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-content--RtAgo .category-list--VGu9S .category-item--bgbGu:hover {
  color: #40a9ff !important;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .category--KQnD5 .category-content--RtAgo .category-list--VGu9S .category-item--bgbGu::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3264ff;
  border-radius: 50%;
  left: 0px;
  top: 6px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .news-line--R0U2c {
  width: 280px;
  height: 160px;
  display: block;
  margin-top: 40px;
}
.news--pGQjH .news-top--RLvJz .wrapper--U_dCk .top-news--DUyhh .right--in_H6 .news-line--R0U2c img {
  width: 280px;
  height: 160px;
}
.news--pGQjH .news-container--NDmEF {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
  margin: 0 auto;
}
.news--pGQjH .news-container--NDmEF .article-left--F6y2c {
  width: 885px;
}
.news--pGQjH .news-container--NDmEF .article-left--F6y2c .left-top--BmbCl {
  margin-top: -20px;
}
.news--pGQjH .news-container--NDmEF .article-right--QAn63 {
  width: 280px;
}
.news--pGQjH .hover-img--B1Tb2 {
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}
.news--pGQjH .hover-img--B1Tb2:hover {
  transform: scale(1.1);
}
.news--pGQjH .hover-item--K57H_:hover {
  color: #40a9ff !important;
}
.news--pGQjH .all-article-bar--ybZu5 {
  height: 55px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
.news--pGQjH .all-article-bar--ybZu5 h3 {
  font-size: 20px;
  color: #333333;
  line-height: 55px;
  font-weight: bold;
  padding-left: 10px;
}
.news--pGQjH .all-article-bar--ybZu5 .article-nav--dvgnq {
  display: flex;
  height: 55px;
}
.news--pGQjH .all-article-bar--ybZu5 .article-nav--dvgnq .nav-item--DvjDf {
  padding: 0 12px;
  line-height: 55px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.news--pGQjH .all-article-bar--ybZu5 .article-nav--dvgnq .nav-item--DvjDf .visibility--PBBdO {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.news--pGQjH .all-article-bar--ybZu5 .article-nav--dvgnq .nav-item--DvjDf.active--V87iP {
  color: #fff;
  background: #3264ff;
}
.news--pGQjH .all-article-bar--ybZu5 .article-nav--dvgnq .nav-item--DvjDf:first-child.active--V87iP {
  border-radius: 8px 0px 0px 8px;
}
.news--pGQjH .brand-select--K2y_O {
  padding: 10px 10px 0 0;
}
.news--pGQjH .all-article-footer--PpdFV .footer-next--YdbS5 {
  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;
}
.news--pGQjH .all-article-footer--PpdFV .footer-none--EURpp {
  line-height: 40px;
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.select-value {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

