@charset "UTF-8";
.capitalize {
  text-transform: uppercase !important;
}
.capitalize::first-letter {
  font-size: 1.2em;
}
.capitalize:lang(en) {
  text-transform: capitalize !important;
}
.capitalize:lang(en)::first-letter {
  font-size: 1em;
}
.hide {
  display: none !important;
}
.transparent {
  opacity: 0;
}
.full-height {
  height: 100vh;
}
.first-letter-uppercase {
  text-transform: lowercase;
}
.first-letter-uppercase::first-letter {
  text-transform: uppercase;
}
.first-letter-bigger::first-letter {
  font-size: 1.2em;
}
.serif {
  font-family: serif;
}
.sans-serif {
  font-family: Arial, Helvetica, sans-serif;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.text-force-one-line {
  overflow: visible;
  white-space: nowrap;
  word-break: keep-all;
}
html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  -webkit-overflow-scrolling: touch;
}
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
.text1 {
  font-family: Text_1, sans-serif;
}
.text2 {
  font-family: Text_2, sans-serif;
}
body.pc,
body.mobile {
  background-color: #f0e4ce;
  color: black;
}
body.pc .text ul,
body.mobile .text ul,
body.pc .text ol,
body.mobile .text ol {
  padding-left: 1em;
}
body.pc .text ul,
body.mobile .text ul,
body.pc .text ol,
body.mobile .text ol,
body.pc .text li,
body.mobile .text li {
  list-style: unset !important;
}
body.pc {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  width: 100%;
  max-width: unset;
  min-width: 1000px;
  min-height: 100vh;
  margin: 0 auto;
  background-image: url("../img/news/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden;
  padding-top: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.pc.in-game {
  padding-top: 40px;
}
body.pc header {
  height: 60px;
  width: 100%;
  background: rgba(30, 33, 45, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease-in;
  transition: opacity 0.7s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 80px;
}
body.pc header .left-header {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.pc header .left-header .neo-logo {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
}
body.pc header .left-header .neo-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body.pc header .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.pc header .right-header .language {
  color: #aaa;
  cursor: pointer;
  position: relative;
}
body.pc header .right-header .language .language-default {
  width: 200px;
  height: 60px;
  text-align: right;
  line-height: 60px;
  background: transparent;
  color: #aaa;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.pc header .right-header .language .language-default::after {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-image: url("../img/index/language_select_icon.png");
  background-size: 100%;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
body.pc header .right-header .language:hover .language-open {
  display: block;
}
body.pc header .right-header .language .language-open {
  display: none;
  width: 180px;
  min-height: 100px;
  padding: 10px;
  position: absolute;
  top: 60px;
  right: -20%;
  outline: 1px solid rgba(255, 255, 255, 0.51);
  outline-offset: -5px;
}
body.pc header .right-header .language .language-open::before {
  content: " ";
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
}
body.pc header .right-header .language .language-open::after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1e212d;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.8;
}
body.pc header .right-header .language .language-open li {
  padding: 0;
}
body.pc header .right-header .language .language-open li:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
body.pc header .right-header .language .language-open a {
  display: block;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: white;
  text-decoration: none;
  -webkit-transition: letter-spacing 0.3s linear;
  transition: letter-spacing 0.3s linear;
}
body.pc header .right-header .language .language-open a:hover {
  background-color: #43454a;
  letter-spacing: 1px;
}
body.pc header .right-header .audio-play-btn {
  display: block;
  height: 25px;
  width: 40px;
  margin-right: 30px;
  background-image: url("../img/common/audio_play.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
body.pc header .right-header .audio-play-btn::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
}
body.pc header .right-header .audio-play-btn.pause {
  background-image: url("../img/common/audio_pause.png");
}
body.pc footer {
  color: white;
  display: block;
}
body.pc footer .footerPc {
  background: rgba(22, 23, 32, 0.7);
  width: 100%;
  height: 60px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
body.pc footer .footerPc .container {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.pc footer .footerPc .container .links,
body.pc footer .footerPc .container .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.pc footer .footerPc .container .logo {
  width: 320px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
}
body.pc footer .footerPc .container .links a {
  font-size: 15px;
  color: #eee;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}
body.pc footer .footerPc .container .links a:hover {
  color: white;
  text-shadow: 0 0 3px white;
}
body.pc footer .footerPc .container .shareIcons {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
}
body.pc footer .footerPc .container .shareIcons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/common/icon.png) no-repeat;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-filter: grayscale(1) brightness(3);
          filter: grayscale(1) brightness(3);
}
body.pc footer .footerPc .container .shareIcons a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
body.pc footer .footerPc .container a.shareIcon1 {
  background-position: 0 0;
}
body.pc footer .footerPc .container a.shareIcon2 {
  background-position: -60px 0;
}
body.pc footer .footerPc .container a.shareIcon3 {
  background-position: -121px 0;
}
body.pc .back {
  width: 170px;
  height: 40px;
  position: fixed;
  top: 160px;
  left: 0;
  z-index: 98;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-weight: normal;
}
body.pc .back::before {
  content: "";
  display: block;
  width: 24px;
  height: 28px;
  background-color: #75594e;
  margin-right: 8px;
  clip-path: polygon(0% 50%, 100% 0, 100% 100%, 0% 50%);
}
body.pc .back.official-website {
  font-size: 15px;
}
body.pc #article-wrapper,
body.pc #list-wrapper {
  width: 1440px;
  max-width: 80%;
  min-height: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 140px;
  padding: 0 10px;
}
body.pc #list-wrapper {
  width: 1200px;
  min-height: calc(100vh - 390px) !important;
}
body.pc #list-wrapper .type-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin: 30px 0 20px;
}
body.pc #list-wrapper .type-selector li {
  min-width: 140px;
  height: 52px;
  position: relative;
}
body.pc #list-wrapper .type-selector li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/news/button_bg.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
body.pc #list-wrapper .type-selector li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: white;
  border-radius: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  text-transform: uppercase;
}
body.pc #list-wrapper .type-selector li.active::before,
body.pc #list-wrapper .type-selector li:hover::before {
  opacity: 1;
}
body.pc #list-wrapper .list {
  min-height: calc(100% - 128px);
}
body.pc #list-wrapper .list li {
  height: 120px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
body.pc #list-wrapper .list li a {
  width: 100%;
  height: 100%;
  padding-left: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #75594e !important;
}
body.pc #list-wrapper .list li a .cover {
  width: 160px;
  height: 95px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: -4px;
  left: 0;
  margin: 0;
  background-color: #e0e0e0;
  -webkit-mask-image: url("../img/news/slide_img_mask.png");
          mask-image: url("../img/news/slide_img_mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
body.pc #list-wrapper .list li a .data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
body.pc #list-wrapper .list li a .data .category {
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.pc #list-wrapper .list li a .data .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  padding: 0 10px;
  font-size: 22px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
body.pc #list-wrapper .list li a .data .date {
  color: #6c493d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  right: 0;
}
body.pc #list-wrapper .list li .summary {
  font-size: 16px;
  height: 65px;
  line-height: 30px;
  width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
body.pc #list-wrapper .list li::before {
  content: "";
  position: absolute;
  bottom: 13.5px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted currentColor;
}
body.pc #list-wrapper .list li::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  display: block;
  width: 5px;
  height: 10px;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
body.pc #list-wrapper .empty {
  font-size: 80px;
  text-transform: capitalize;
  width: 100%;
  height: 400px;
  border: 1px dashed #75594e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #75594e;
}
body.pc #list-wrapper .empty::before {
  content: "";
  display: block;
  width: 128px;
  height: 128px;
  background-image: url("../img/news/no_articles.png");
  background-size: contain;
  opacity: 0.5;
}
body.pc #list-wrapper .links .pagination {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.pc #list-wrapper .links .pagination .page-item {
  width: 40px;
  height: 40px;
  border: 1px solid #75594e;
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
}
body.pc #list-wrapper .links .pagination .page-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #75594e;
}
body.pc #article-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 100px;
  border-radius: 8px;
}
body.pc #article-wrapper .cover {
  display: block;
  width: 75%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px auto;
  background-color: #e0e0e0;
}
body.pc #article-wrapper .article-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 10px 10px 30px;
  padding-bottom: 30px;
}
body.pc #article-wrapper .article-data::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.1) 20px, transparent 0, transparent 40px);
  background-size: 100%;
  background-position-x: 10px;
}
body.pc #article-wrapper .article-data .category {
  height: 44px;
  font-size: 21px;
  background-image: url("../img/news/button_bg.png");
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  padding: 0 30px;
  border-radius: 22px;
  text-transform: uppercase;
  word-break: keep-all;
}
body.pc #article-wrapper .article-data .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  font-size: 40px;
  padding-left: 20px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #75594e;
  text-align: left;
  font-family: Text_2, sans-serif;
  font-weight: bold;
  position: relative;
}
body.pc #article-wrapper .article-data .time {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 18px;
  color: #75594e;
  font-weight: normal;
}
body.pc .content {
  padding: 10px;
  color: black;
  text-align: unset;
  word-break: break-word;
  word-wrap: break-word;
}
body.pc .content img {
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body.pc .content > div {
  background-color: transparent !important;
}
body.pc .content .text div.divider {
  width: 100%;
  height: 1px;
  background-color: black;
  color: black;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
body.pc .content .text p,
body.pc .content .text > div {
  color: black;
  font-size: 22px;
  line-height: 1.6;
}
body.pc .content .text .bold {
  font-weight: bold;
}
body.pc .content .text .black {
  color: black !important;
}
body.pc .content .text a {
  color: #75594e;
}
body.pc .content .text a:visited {
  color: #75594e;
}
body.pc .content .text a.anchor {
  scroll-margin-top: 100px;
}
body.pc .content .text p.q {
  font-weight: bold;
  margin-top: 40px;
  font-size: 26px;
}
body.pc .content .text p.a,
body.pc .content .text div.a {
  font-size: 20px;
}
body.pc .content .text p.a.pre-line,
body.pc .content .text div.a.pre-line {
  white-space: pre-line;
}
body.mobile {
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  padding-top: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.mobile.in-game {
  padding-top: 0.1rem;
}
body.mobile.in-game .back {
  top: 0.1rem;
}
body.mobile::after {
  content: " ";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/news/bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
body.mobile header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
  opacity: 1;
}
body.mobile header .left-header {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.mobile header .left-header .neo-logo {
  height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0.2rem;
  position: relative;
}
body.mobile header .left-header .neo-logo img {
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body.mobile header .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.mobile header .right-header .language {
  color: #aaa;
  cursor: pointer;
  position: relative;
  margin-right: 0.3rem;
  font-family: Text_2, sans-serif;
}
body.mobile header .right-header .language .language-default {
  width: 2rem;
  height: 0.8rem;
  text-align: right;
  line-height: 0.8rem;
  background: transparent;
  color: #aaa;
  font-size: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
}
body.mobile header .right-header .language .language-default::after {
  content: " ";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin-left: 0.1rem;
  background-image: url("../img/index/language_select_icon.png");
  background-size: 100%;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
body.mobile header .right-header .language:hover .language-open {
  display: block;
}
body.mobile header .right-header .language .language-open {
  display: none;
  width: 1.8rem;
  min-height: 1rem;
  padding: 0.1rem;
  position: absolute;
  top: 0.6rem;
  right: -20%;
  outline: 0.01rem solid rgba(255, 255, 255, 0.51);
  outline-offset: -0.05rem;
}
body.mobile header .right-header .language .language-open::after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1e212d;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.8;
}
body.mobile header .right-header .language .language-open li {
  padding: 0;
}
body.mobile header .right-header .language .language-open li:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
body.mobile header .right-header .language .language-open a {
  display: block;
  font-size: 0.28rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  color: white;
  text-decoration: none;
  -webkit-transition: letter-spacing 0.3s linear;
  transition: letter-spacing 0.3s linear;
}
body.mobile header .right-header .language .language-open a:hover {
  background-color: #43454a;
  letter-spacing: 0.01rem;
}
body.mobile .back {
  width: 1.7rem;
  height: 0.4rem;
  position: absolute;
  top: 1rem;
  left: 0.2rem;
  z-index: 98;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.3rem;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-weight: normal;
}
body.mobile .back::before {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.28rem;
  background-color: #75594e;
  margin-right: 0.08rem;
  clip-path: polygon(0% 50%, 100% 0, 100% 100%, 0% 50%);
}
body.mobile #article-wrapper,
body.mobile #list-wrapper {
  width: 7.3rem;
  min-height: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 0.7rem;
  padding: 0 0.5rem;
}
body.mobile #list-wrapper .type-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.14rem;
  margin: 0.3rem 0 0.2rem;
}
body.mobile #list-wrapper .type-selector li {
  min-width: 1.3rem;
  height: 0.52rem;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  text-transform: uppercase;
  font-size: 0.2rem;
  position: relative;
}
body.mobile #list-wrapper .type-selector li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/news/button_bg.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
body.mobile #list-wrapper .type-selector li a {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: white;
  position: relative;
  z-index: 2;
  font-size: 0.16rem;
}
body.mobile #list-wrapper .type-selector li.active::before,
body.mobile #list-wrapper .type-selector li:hover::before {
  opacity: 1;
}
body.mobile #list-wrapper .list {
  min-height: calc(100% - 2rem);
}
body.mobile #list-wrapper .list li {
  height: 1.2rem;
  padding-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
body.mobile #list-wrapper .list li a {
  width: 100%;
  height: 100%;
  padding-left: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #75594e !important;
}
body.mobile #list-wrapper .list li a .cover {
  width: 1.6rem;
  height: 0.95rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: -0.04rem;
  left: 0;
  margin: 0;
  background-color: #e0e0e0;
  -webkit-mask-image: url("../img/mobile/news/slide_img_mask.png");
          mask-image: url("../img/mobile/news/slide_img_mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
body.mobile #list-wrapper .list li a .data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.16rem;
}
body.mobile #list-wrapper .list li a .data .category {
  height: 0.3rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.16rem;
}
body.mobile #list-wrapper .list li a .data .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  padding: 0 0.1rem;
  font-size: 0.22rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
body.mobile #list-wrapper .list li a .data .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.18rem;
  position: absolute;
  bottom: 0.2rem;
  right: 0;
}
body.mobile #list-wrapper .list li .summary {
  font-size: 0.16rem;
  height: 0.65rem;
  line-height: 0.3rem;
  width: calc(100% - 1.2rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
body.mobile #list-wrapper .list li::before {
  content: "";
  position: absolute;
  bottom: 0.135rem;
  width: 100%;
  height: 1px;
  border-bottom: 0.01rem dotted currentColor;
}
body.mobile #list-wrapper .list li::after {
  content: "";
  position: absolute;
  bottom: 0.09rem;
  left: 0;
  display: block;
  width: 0.05rem;
  height: 0.1rem;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
body.mobile #list-wrapper .empty {
  font-size: 0.6rem;
  text-transform: capitalize;
  width: 100%;
  height: 6rem;
  gap: 0.5rem;
  border: 0.01rem dashed #75594e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2rem;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #75594e;
}
body.mobile #list-wrapper .empty::before {
  content: "";
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  background-image: url("../img/news/no_articles.png");
  background-size: contain;
  opacity: 0.5;
}
body.mobile #list-wrapper .links .pagination {
  margin-top: 0.3rem;
  width: 100%;
  height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.mobile #list-wrapper .links .pagination .page-item {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #75594e;
  margin-left: 0.06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.2rem;
  color: black;
}
body.mobile #list-wrapper .links .pagination .page-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #75594e;
}
body.mobile #article-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4rem 0.2rem;
  border-radius: 0.08rem;
}
body.mobile #article-wrapper .cover {
  display: block;
  width: calc(100% - 1rem);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0.2rem auto 0.1rem;
}
body.mobile #article-wrapper .article-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0.1rem 0rem 0.3rem;
  padding-bottom: 0.3rem;
}
body.mobile #article-wrapper .article-data::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.08rem;
  width: 100%;
  background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.1) 0.2rem, transparent 0, transparent 0.4rem);
  background-size: 100%;
  background-position-x: 0.1rem;
}
body.mobile #article-wrapper .article-data .category {
  height: 0.44rem;
  font-size: 0.21rem;
  background-image: url("../img/news/button_bg.png");
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  padding: 0 0.2rem;
  border-radius: 0.22rem;
  text-transform: uppercase;
  word-break: keep-all;
}
body.mobile #article-wrapper .article-data .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0.44rem;
  font-size: 0.24rem;
  padding-left: 0.1rem;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #75594e;
  text-align: left;
  font-family: Text_2, sans-serif;
  font-weight: bold;
  position: relative;
}
body.mobile #article-wrapper .article-data .time {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  font-size: 0.18rem;
  color: #75594e;
  font-weight: normal;
}
body.mobile .content {
  margin-top: 0.6rem;
  padding: 0.1rem;
  font-size: 0.24rem !important;
  word-break: break-word;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.5;
  color: black;
  text-align: unset;
  position: relative;
}
body.mobile .content p,
body.mobile .content span,
body.mobile .content div,
body.mobile .content * {
  font-size: 0.24rem !important;
}
body.mobile .content h1 {
  font-size: 0.36rem !important;
}
body.mobile .content h2 {
  font-size: 0.32rem !important;
}
body.mobile .content h3 {
  font-size: 0.3rem !important;
}
body.mobile .content h4 {
  font-size: 0.28rem !important;
}
body.mobile .content h5 {
  font-size: 0.26rem !important;
}
body.mobile .content img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body.mobile .content > div {
  background-color: transparent !important;
}

