.nav-top {
  position: fixed;
  width: 100%;
  max-width: 750px;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  transform: translate(-50%, -100%);
  animation: enter 0.5s forwards 0.5s;
}
@keyframes enter {
  from {
    transform: translate(-50%, -100%);
  }
  to {
    transform: translate(-50%, 0);
  }
}
.nav-top::before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-top: 20%;
}
.nav-top .nav-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-top .nav-content .nav-icon,
.nav-top .nav-content .nav-download-link {
  height: 100%;
  display: inline-block;
}
.nav-top .nav-content .nav-download-btn {
  height: 100%;
  display: block;
}
.nav-top .nav-content .nav-title {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.nav-top .nav-content .nav-title .nav-title-main {
  font-size: 1.2rem;
  color: #ffffff;
}
.nav-top .nav-content .nav-title .nav-title-ver {
  font-size: 0.8rem;
}
.nav-top .nav-content .nav-title .nav-title-sub {
  color: #bebebe;
  line-height: 1rem;
}
.nav-top .nav-content .nav-title.withRate .nav-title-main {
  font-size: 1rem;
}
.nav-top .nav-content .nav-title.withRate .nav-title-sub {
  font-size: 0.9rem;
}
.nav-top .nav-content .nav-title.withRate .nav-title-rate {
  color: #bebebe;
  line-height: 1em;
  font-size: 0.8rem;
}
.nav-top .nav-content .nav-title.withRate .nav-title-rate .nav-title-comment {
  margin-left: 1em;
  font-size: 0.4rem;
}
.nav-top .nav-content .nav-title-meta {
  color: #ffffff;
  font-size: 0.6rem;
  white-space: nowrap;
}
.nav-top .nav-content .nav-title-meta.name {
  font-size: 1.2rem;
}
.nav-top .nav-content .nav-title-meta.link a {
  color: #ffffff;
  text-decoration: underline;
}
.nav-top .nav-content .nav-title-meta.link a:not(:first-of-type) {
  margin-left: 1em;
}
.nav-top .nav-content .nav-title-meta.link a:visited,
.nav-top .nav-content .nav-title-meta.link a:active {
  color: unset;
}

@font-face {
  font-family: "AkFooterFont";
  src: url(https://web.hycdn.cn/arknights/lps/v47/AkFooterFont.08a27e0f.eot);
  src: url(https://web.hycdn.cn/arknights/lps/v47/AkFooterFont.08a27e0f.eot?#font-spider) format("embedded-opentype"), url(https://web.hycdn.cn/arknights/lps/v47/AkFooterFont.61ad1148.woff) format("woff"), url(https://web.hycdn.cn/arknights/lps/v47/AkFooterFont.63ec7d55.ttf) format("truetype"), url(https://web.hycdn.cn/arknights/lps/v47/AkFooterFont.afb65377.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
.footer {
  background-color: #1b1b1b;
  padding: 5% 0 5% 0;
  font-family: "AkFooterFont";
}
.footer .footer-content {
  max-width: 30rem;
  margin: auto;
}
.footer a {
  color: #868686;
}
.footer a a:visited {
  color: #868686;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  font-size: 0.6rem;
  line-height: 2em;
}
.footer .footer-links .footer-links-item {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.footer .footer-links .footer-links-item .footer-links-link {
  color: #fff;
  display: inline-block;
}
.footer .footer-links .footer-links-item:not(:last-of-type)::after {
  content: "|";
  display: inline-block;
  color: #494949;
  margin: 0 0.5em;
}
.footer .footer-claim {
  margin: 5% 0;
}
.footer .footer-claim .footer-claim-text {
  font-size: 0.6rem;
  margin: 0 auto;
}
.footer .footer-claim .footer-claim-text span {
  display: block;
  text-align: center;
  color: #535353;
}
.footer .footer-qualifications {
  border-top: 1px solid #868686;
  padding: 5% 5% 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.6rem;
}
.footer .footer-qualifications .footer-qualifications-item {
  flex-basis: 50%;
  text-align: center;
  color: #868686;
  line-height: 1rem;
}
.footer .footer-qualifications .footer-qualifications-item.policy {
  flex-basis: 100%;
}
.footer .footer-qualifications .footer-qualifications-item.policy img {
  vertical-align: text-bottom;
}
.footer .footer-copyright {
  margin-top: 3rem;
  font-size: 0.75rem;
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 428px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 12px;
  }
}
body {
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 750px;
  font-family: "SourceHanSansCN", sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img.fill {
  display: block;
  width: 100%;
}
a {
  text-decoration: none;
}
.tns-outer {
  width: 100%;
  position: absolute;
  overflow: hidden;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  pointer-events: none;
}
.tns-outer::before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.tns-outer .tns-ovh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tns-outer .tns-liveregion {
  display: none;
}
.slider .slider-item {
  display: inline-block;
  background-size: 100% 100%;
}
.slider .slider-item::before {
  content: "";
  display: block;
  height: 0;
  padding-top: 100%;
}
.slider-btn {
  top: 50%;
  width: 5%;
  position: absolute;
  z-index: 10;
}
.slider-btn:focus {
  outline: none;
}
.slider-btn::before {
  content: "";
  display: block;
  height: 0;
  padding-top: 100%;
  background-size: 100% 100%;
}
.slider-btn.prev {
  transform: translate(-50%, -50%);
}
.slider-btn.next {
  transform: scaleX(-1) translate(-50%, -50%);
}
.nav-top .nav-content .nav-download-link {
  height: 87.6%;
}
.main-content {
  background-color: #f7f7f7;
}
.main-content .main-info {
  position: relative;
}
.main-content .main-info .main-age {
  position: absolute;
  width: 10.4%;
  top: 14%;
  right: 3.33%;
}
.main-content .main-info .main-download-link {
  position: absolute;
  display: block;
  width: 56%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 10%;
}
.main-content .main-info .main-download-link img {
  width: 100%;
  display: block;
}
.main-content .slider-btn {
  width: 14%;
}
.main-content .slider-btn::before {
  padding-top: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://web.hycdn.cn/arknights/lps/v47/arrow.2cf1ec54.png);
}
.main-content .section {
  position: relative;
}
.main-content .section .section-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.main-content .section .section-title {
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.main-content .char-section .tns-outer {
  position: absolute;
}
.main-content .char-section .tns-outer::before {
  padding-top: 162.53%;
}
.main-content .char-section .tns-outer .tns-inner .slider .slider-item::before {
  padding-top: 162.53%;
}
.main-content .char-section .slider-btn {
  top: 44%;
}
.main-content .char-section .slider-btn.prev {
  left: 8%;
}
.main-content .char-section .slider-btn.next {
  right: 8%;
}
.main-content .char-section .char-item {
  width: 100%;
  position: relative;
}
.main-content .char-section .char-item.v1 .char-v1 {
  display: flex;
}
.main-content .char-section .char-item.v1 .button-v1 {
  background-image: url(https://web.hycdn.cn/arknights/lps/v47/s1-a.27ad8825.png);
}
.main-content .char-section .char-item.v1 .button-v2 {
  background-image: url(https://web.hycdn.cn/arknights/lps/v47/s2.68a5fe45.png);
}
.main-content .char-section .char-item.v2 .char-v2 {
  display: flex;
}
.main-content .char-section .char-item.v2 .button-v1 {
  background-image: url(https://web.hycdn.cn/arknights/lps/v47/s1.dfbd6949.png);
}
.main-content .char-section .char-item.v2 .button-v2 {
  background-image: url(https://web.hycdn.cn/arknights/lps/v47/s2-a.378d445f.png);
}
.main-content .char-section .char-item .char-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}
.main-content .char-section .char-item .char-image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}
.main-content .char-section .char-item .char-version-switch {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  bottom: 8%;
}
.main-content .char-section .char-item .char-version-switch .char-version-button-group {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  height: 100%;
  padding-right: 5cqb;
  box-sizing: border-box;
}
.main-content .char-section .char-item .char-version-switch .char-version-button-group div {
  width: 18.93%;
  cursor: pointer;
  pointer-events: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main-content .char-section .char-item .char-version-switch .char-version-button-group div::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 32.05%;
}
.main-content .char-section .char-item .char-version-switch .char-version-button-group div:nth-of-type(2) {
  margin-left: 4%;
}
.main-content .story-section .tns-outer {
  width: 88%;
  bottom: 8%;
  overflow: visible;
}
.main-content .story-section .tns-outer::before {
  padding-top: 56.25%;
}
.main-content .story-section .tns-outer .tns-inner {
  overflow: hidden;
}
.main-content .story-section .tns-outer .tns-inner .slider .slider-item::before {
  padding-top: 56.25%;
}
.main-content .story-section .tns-outer .tns-nav {
  display: none;
}
.main-content .story-section .slider-btn {
  top: 64%;
}
.main-content .story-section .slider-btn.prev {
  left: 6%;
}
.main-content .story-section .slider-btn.next {
  right: 6%;
}
.main-content .story-section .outfit-item {
  position: relative;
}
.main-content .story-section .outfit-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.footer {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #100f1d;
}
.footer a {
  color: #fff9;
}
.footer .footer-copyright {
  color: #fff9;
}
.footer .footer-links .footer-links-item .footer-links-link {
  color: #fff9;
}
.footer .footer-claim .footer-claim-text span {
  color: #fff9;
}
.footer .footer-qualifications .footer-qualifications-item {
  color: #fff9;
}

