body {
  background: #0d0806;
}

.cms-loading {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f6dfac;
  font: 18px Arial, sans-serif;
  background: #0d0806 url("../../vendor/ik-web/dist/images/pc/bg_top.jpg") center top / cover no-repeat;
}

.container .page header.topbar .link {
  display: flex;
  font-size: 32px;
}

.container .page header.topbar .link a {
  margin-right: 26px;
}

.container .page header.topbar .top-lang {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 28px;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.container .page header.topbar .top-lang:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #efc66d;
  border-bottom: 2px solid #efc66d;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.container .page header.topbar .top-lang select {
  width: 140px;
  height: 38px;
  padding: 0 36px 0 14px;
  border: 1px solid rgba(239, 198, 109, 0.72);
  border-radius: 0;
  color: #f7edd8;
  background: rgba(25, 17, 14, 0.86);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 4px 14px rgba(0, 0, 0, 0.2);
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  font: 600 15px Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}

.container .page header.topbar .top-lang select:hover {
  border-color: #fdb742;
  color: #fff;
  background: rgba(42, 27, 17, 0.94);
}

.container .page header.topbar .top-lang select:focus-visible {
  outline: 2px solid #fdb742;
  outline-offset: 2px;
}

.container .page header.topbar .top-lang select option {
  color: #f7edd8;
  background: #211612;
}

.container .page1 .content .news-list .news .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .page2 .content .role-list .swiper-slide .layer.meta {
  z-index: 2;
}

.container .page2 .content .role-list .swiper-slide .layer.flag {
  z-index: 1;
}

.container .page2 .content .role-list .swiper-slide .layer.cg {
  z-index: 3;
}

.container .page2 .content .role-thumb .swiper-slide img {
  object-fit: contain;
}

.container .page3 .content .features-wrap .features .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .page.page0 .mobile-hero-bg {
  display: none;
}

.container .page.page3,
.container .page.page-bottom {
  background-color: #efeeee;
}

.container .page.page-bottom:before {
  background-color: #efeeee;
}

.container .page.article .content .article-content ul,
.container .page.article .content .article-content ol {
  list-style: initial;
  padding-left: 1em;
}

.container .page.article .content .article-content li {
  list-style: initial;
}

.container .page.news-list,
.container .page.article {
  height: auto;
  min-height: 760px;
  overflow: visible;
  padding-bottom: 150px;
  background-color: #efefef;
}

.container .page.article {
  margin-bottom: 0;
}

.container .page.article .content {
  position: relative;
  padding-bottom: 40px;
}

.container .page.article .content .article-title {
  margin-bottom: 48px;
}

.container .page.article .content .article-content {
  overflow: visible;
}

.container .page.article .content .article-content h2,
.container .page.article .content .article-content h3 {
  margin: 28px 0 12px;
  color: #252525;
  line-height: 1.35;
}

.container .page.article .back {
  position: static;
  transform: none;
  margin: 52px auto 0;
  display: table;
}

.footer {
  min-height: 305px;
  height: auto;
}

.footer .footer-content {
  padding-bottom: 50px;
}

.footer .footer-content .footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 42px;
  padding: 0 24px;
  text-align: center;
}

.footer .footer-content .footer-link a {
  margin: 0;
  white-space: nowrap;
}

.footer .footer-content .footer-link a:last-child {
  margin-right: 0;
}

.footer .footer-content .footer-logo-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
}

.footer .footer-content .footer-logo-group .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 36px;
  margin-right: 0;
}

.footer .footer-content .footer-logo-group .footer-logo img {
  display: block;
  width: auto;
  height: 100%;
}

.cms-news-page .news-list {
  padding-top: 30px;
}

.container .page.news-list .content .news-list .news .meta .summary {
  display: -webkit-box;
  max-height: 104px;
  overflow: hidden;
  color: #4c4948;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.cms-news-page .pager {
  width: 100%;
  margin-top: 36px;
  text-align: center;
}

.cms-news-page .pager a {
  display: inline-block;
  min-width: 42px;
  height: 36px;
  margin: 0 4px;
  line-height: 36px;
  color: #f8e5b3;
  background: rgba(54, 28, 18, 0.78);
  border: 1px solid rgba(250, 222, 143, 0.4);
}

.cms-news-page .pager a.cur {
  color: #3b180a;
  background: #e0a848;
}

@media screen and (max-width: 768px) {
  body,
  html {
    width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: 100vw !important;
    max-width: 100%;
    height: auto !important;
    min-width: 0 !important;
    overflow: hidden;
  }

  .container .page {
    width: 100vw !important;
    min-width: 0 !important;
  }

  .container .page .content {
    width: 100vw !important;
    min-width: 0 !important;
    height: 100%;
  }

  .container .page header.topbar {
    height: 0.9rem;
    z-index: 20;
  }

  .container .page header.topbar .content {
    width: 100%;
    height: 100%;
  }

  .container .page header.topbar .link {
    left: 0;
    width: calc(100% - 1.86rem);
    height: 100%;
    padding: 0 0.18rem;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 0.22rem;
    overflow: hidden;
    font-size: 0.24rem;
  }

  .container .page header.topbar .link a {
    margin-right: 0;
    line-height: 0.9rem;
  }

  .container .page header.topbar .media {
    display: none;
  }

  .container .page header.topbar .top-lang {
    position: absolute;
    top: 0.17rem;
    right: 0.14rem;
    z-index: 2;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .container .page header.topbar .top-lang select {
    width: 1.65rem;
    height: 0.56rem;
    padding: 0 0.42rem 0 0.18rem;
    font-size: 0.18rem;
  }

  .container .page.page0 {
    position: relative;
    height: 10rem;
    overflow: hidden;
    background: none;
  }

  .container .page.page0 .mobile-hero-bg {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
  }

  .container .page.page0 .content .module {
    position: absolute;
    inset: 0;
    left: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .container .page.page0 .content .module .logo {
    position: absolute;
    top: 1.18rem;
    left: 50%;
    width: 3.95rem;
    height: 2.36rem;
    margin: 0;
    transform: translateX(-50%);
    background: none;
  }

  .container .page.page0 .content .module .logo img {
    position: static;
    display: block !important;
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 1;
    visibility: visible;
  }

  .container .page.page0 .content .module .play-video {
    display: block !important;
    top: 4.56rem;
    left: 50%;
    width: 1.36rem;
    height: 1.36rem;
    margin-left: -0.68rem;
    background-size: 100% 100%;
  }

  .container .page.page0 .content .store {
    display: flex !important;
    position: absolute;
    top: 7.58rem;
    left: 50%;
    width: auto;
    gap: 0;
    transform: translateX(-50%);
  }

  .container .page.page0 .content .store .playnow-btn {
    display: block;
    width: 2.84rem;
    height: 1.64rem;
    flex: 0 0 2.84rem;
    background-image: url("../../vendor/ik-web/dist/images/pc/bt_playnow.png");
    background-size: 100% 100%;
  }

  .container .page.page0 .scene {
    display: none;
  }

  .container .page.page1 {
    height: 10.9rem;
    background-image: url("../../vendor/ik-web/dist/images/m/bg_1.jpg");
    background-position: center top;
    background-size: 100% auto;
  }

  .container .page.page1 .content .page-title {
    width: auto;
    height: 1.82rem;
    margin: 0 0 0 0.3rem;
    background-size: auto 100%;
  }

  .container .page.page1 .content .news-list {
    display: block;
    margin-top: 0.8rem;
  }

  .container .page.page1 .content .addition {
    display: none;
  }

  .container .page.page1 .content .news-list .news {
    width: 6.9rem;
    height: 1.74rem;
    margin: 0 auto 0.3rem;
  }

  .container .page.page1 .content .news-list .news .thumb {
    float: left;
    width: 3rem;
    height: 100%;
  }

  .container .page.page1 .content .news-list .news .meta {
    height: 100%;
    padding: 0 0.18rem;
  }

  .container .page.page1 .content .news-list .news .meta:after {
    right: 0;
    left: auto;
    top: 50%;
    bottom: auto;
    width: 0.1rem;
    height: 0.6rem;
    transform: translateY(-50%);
  }

  .container .page.page1 .content .news-list .news .meta .title {
    font-size: 0.24rem;
    line-height: 0.32rem;
    max-height: 0.65rem;
    margin: 0.1rem 0 0.06rem;
  }

  .container .page.page1 .content .news-list .news .meta .summary {
    font-size: 0.2rem;
    line-height: 0.26rem;
    max-height: 0.5rem;
  }

  .container .page.page1 .content .news-list .news .meta .date {
    left: 0.2rem;
    bottom: 0.06rem;
    font-size: 0.16rem;
  }

  .container .page.page1 .content .more {
    position: absolute;
    right: 0.3rem;
    bottom: 1.15rem;
    float: none;
    margin-top: 0;
    font-size: 0.24rem;
  }

  .container .page.page2 {
    height: 11.97rem;
    background-image: url("../../vendor/ik-web/dist/images/m/bg_2.jpg");
    background-position: center top;
    background-size: 100% auto;
  }

  .container .page.page2:before,
  .container .page.page3:before {
    display: none;
  }

  .container .page.page2 .content .page-title,
  .container .page.page3 .content .page-title {
    top: 0.76rem;
    left: 0;
    height: 1.82rem;
    background-size: auto 100%;
  }

  .container .page.page2 .content .role-list {
    top: 1.6rem;
    height: auto;
  }

  .container .page.page2 .content .role-list .swiper-slide .layer {
    position: absolute;
  }

  .container .page.page2 .content .role-list .swiper-slide .layer.cg,
  .container .page.page2 .content .role-list .swiper-slide .layer.flag,
  .container .page.page2 .content .role-list .swiper-slide .layer.meta {
    top: auto;
    left: 0;
    width: 100%;
  }

  .container .page.page2 .content .role-thumb {
    top: 10.5rem;
    bottom: auto;
    width: 100%;
    height: 1.1rem;
    padding-top: 0.2rem;
  }

  .container .page.page2 .content .role-thumb .swiper-wrapper {
    margin-left: 0;
  }

  .container .page.page2 .content .role-thumb .swiper-slide {
    width: 1.48rem !important;
    height: 0.88rem !important;
    margin-top: 0;
  }

  .container .page.page2 .content .role-thumb .swiper-slide.swiper-slide-active {
    width: 1.48rem !important;
    height: 0.88rem !important;
  }

  .container .page.page3 {
    height: 11rem;
  }

  .container .page.page3 .content .features-wrap {
    position: static;
    transform: none;
  }

  .container .page.page3 .content .features-wrap .features {
    left: 50%;
    top: 3.03rem;
    width: 6.92rem;
    height: 3.9rem;
    padding: 0.04rem;
    transform: translateX(-50%);
  }

  .container .page.page3 .content .features-wrap .features .swiper-wrapper {
    width: 6.92rem;
  }

  .container .page.page3 .content .features-text {
    left: 0;
    top: 8.2rem;
    width: 100%;
    padding: 0 0.4rem;
    font-size: 0.22rem;
    line-height: 0.4rem;
    box-sizing: border-box;
  }

  .container .page.page3 .content .pagi-num {
    display: none;
  }

  .container .page.page3 .pagi,
  .container .page.page-3 .pagi {
    position: absolute;
    left: 50%;
    right: auto;
    top: 7.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    width: auto;
    max-width: 6.7rem;
    gap: 0.18rem;
    transform: translateX(-50%);
  }

  .container .page.page3 .pagi .swiper-pagination-bullet,
  .container .page.page-3 .pagi .swiper-pagination-bullet {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.06rem 0;
    box-sizing: border-box;
    border: 1px solid #fdb742;
    border-radius: 0;
    background-color: transparent;
    opacity: 0.5 !important;
    outline: none;
    transform: rotate(45deg);
    transition: all 0.2s;
  }

  .container .page.page3 .pagi .swiper-pagination-bullet:before,
  .container .page.page-3 .pagi .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #fdb742;
    transform: translate(-52%, -52%);
  }

  .container .page.page3 .pagi .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .container .page.page-3 .pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    opacity: 1 !important;
  }

  .container .page.page-bottom {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 0.58rem 0 0.46rem;
    background: #111;
  }

  .container .page.page-bottom:before,
  .container .page.page-bottom .circle-wrap {
    display: none;
  }

  .container .page.page-bottom .content {
    position: relative;
    height: auto;
  }

  .container .page.page-bottom .media-list {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.34rem 0.56rem;
    width: 6.6rem;
    max-width: calc(100vw - 0.48rem);
    margin: 0 auto;
    transform: none;
  }

  .container .page.page-bottom .media-list .btn {
    min-width: 0.86rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
    opacity: 0.9;
  }

  .container .page.page-bottom .media-list .btn:before {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 auto 0.14rem;
    transform: none;
    background-size: 100% 100%;
  }

  .footer {
    height: auto;
    min-height: 0;
    background: #000002;
  }

  .footer .footer-content {
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0.56rem 0.28rem 0.5rem;
    box-sizing: border-box;
    background: #000002;
  }

  .footer .footer-content .footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.12rem 0.28rem;
    padding: 0 0.24rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
  }

  .footer .footer-content .footer-link a {
    margin: 0;
    color: #dcdddd;
    border-bottom: 1px solid #dcdddd;
  }

  .footer .footer-content .footer-logo-group {
    margin: 0.48rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.34rem;
    text-align: center;
  }

  .footer .footer-content .footer-logo-group .footer-logo {
    display: flex;
    width: auto;
    height: 0.32rem;
    margin-right: 0;
  }

  .footer .footer-content .footer-logo-group .footer-logo img {
    width: auto;
    height: 100%;
  }

  .footer .footer-content .footer-info {
    margin: 0.42rem auto 0;
    text-align: center;
  }

  .footer .footer-content .footer-info .copy-right {
    color: #7b7b7b;
    font-size: 0.16rem;
    line-height: 0.24rem;
    text-decoration: none;
  }

  .container .page.news-list,
  .container .page.article {
    min-height: 7.6rem;
    padding-bottom: 1.5rem;
  }

  .container .page.news-list .content .news-list .news .meta .summary {
    height: auto;
    max-height: 0.46rem;
    font-size: 0.2rem;
    line-height: 0.26rem;
    -webkit-line-clamp: 2;
  }

  .container .page.article .content {
    width: 6.82rem !important;
    max-width: calc(100vw - 0.68rem);
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
  }

  .container .page.article .content .page-title {
    width: 100%;
    height: 1.42rem;
    margin: 0.38rem 0 0.76rem;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .container .page.article .content .article-title {
    margin-bottom: 0.4rem;
  }

  .container .page.article .content .article-title h1 {
    font-size: 0.3rem;
    line-height: 0.42rem;
    margin-bottom: 0.1rem;
    color: #000;
    word-break: break-word;
  }

  .container .page.article .content .article-title .date {
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #727171;
  }

  .container .page.article .content .article-content {
    width: 100%;
    font-size: 0.24rem !important;
    line-height: 0.42rem;
    color: #595757;
    word-break: break-word;
  }

  .container .page.article .content .article-content p {
    margin: 0.2rem 0;
    font-size: 0.24rem !important;
    line-height: 0.42rem;
  }

  .container .page.article .content .article-content h2,
  .container .page.article .content .article-content h3 {
    margin: 0.28rem 0 0.12rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .container .page.article .content .article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0.24rem auto;
  }

  .container .page.article .content .article-content span {
    font-size: 0.24rem !important;
  }

  .container .page.article .content .article-content table {
    display: block !important;
    max-width: 100%;
    overflow-x: auto;
  }

  .container .page.article .back {
    display: table;
    margin-top: 0.52rem;
    height: 0.5rem;
    padding: 0 0.2rem;
    font-size: 0.18rem;
    line-height: 0.5rem;
  }
}
