body.lang-cn .slogan img:nth-child(2) {
  width: 80%;
  margin-bottom: -9%;
}

body.lang-cn .story_text {
  font-size: 1rem;
  line-height: 1.9;
  width: 90%;

  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  scroll-behavior: smooth;

  /* 底部 fade 提示還有內容 */
  /* -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 0.75) 90%, rgba(0, 0, 0, 0.35) 96%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 0.75) 90%, rgba(0, 0, 0, 0.35) 96%, rgba(0, 0, 0, 0) 100%);
  z-index: 9; */
}

body.lang-cn .story_text,
body.lang-cn .spec_title,
body.lang-cn .spec_row,
body.lang-cn .system_desc_item,
body.lang-cn .system_desc_item_title,
body.lang-cn .hero_desc {
  font-family: 'Noto Serif SC', sans-serif !important;
}

body.lang-cn .icon-baha,
body.lang-cn .icon-fb {
  display: none;
}

body.lang-cn .icon-bilibili,
body.lang-cn .icon-heybox {
  display: block;
}

body.lang-cn .social_gp li:nth-child(2),
body.lang-cn .social_gp li:nth-child(3),
body.lang-cn .social_gp li:nth-child(4),
body.lang-cn .social_gp li:nth-child(5),
body.lang-cn .social_gp li:nth-child(6) {
  display: none;
}

body.lang-cn .social_gp li:nth-child(7),
body.lang-cn .social_gp li:nth-child(8),
body.lang-cn .social_gp li:nth-child(9) {
  display: block;
}
