.btn {
  display: inline-block;
  cursor: pointer;
}
.circle-live {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}
.circle-live .solid {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.1rem 0 0 -0.1rem;
  z-index: 4;
  width: 0.2rem;
  height: 0.2rem;
  background: #fff;
  border-radius: 100%;
}
.circle-live p {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 100%;
  box-sizing: border-box;
  animation: scale1 2.6s infinite linear;
}
.circle-live p:nth-child(1) {
  animation-delay: 0s;
}
.circle-live p:nth-child(2) {
  animation-delay: 0.675s;
}
.circle-live p:nth-child(3) {
  animation-delay: 1.55s;
}
.topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 0.8rem;
  padding-right: 1rem;
}
.topbar .logo {
  position: absolute;
  top: 0.14rem;
  left: 4%;
  width: 1.54rem;
  height: 1.03rem;
}
.topbar .logo img {
  width: 100%;
}
.topbar .back {
  display: none;
  position: absolute;
  top: 0.3rem;
  left: 6%;
  width: 1.13rem;
  height: 0.68rem;
  background-image: url("../img/btn-back.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.topbar .btn {
  width: 1.68rem;
  height: 0.47rem;
  margin-right: 0.25rem;
}
.topbar .toggle-bgm {
  position: absolute;
  top: 0.15rem;
  right: 4.85rem;
  width: 0.46rem;
  height: 0.45rem;
  background-image: url("../img/bgm.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.topbar .toggle-bgm.on {
  background-image: url("../img/bgm-on.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  animation: rotate 8s infinite linear;
}
.topbar .index {
  background-image: url("../img/btn-index.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.topbar .dl {
  background-image: url("../img/btn-dl.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.pop-wrap {
  opacity: 0;
  display: none;
}
.pop-wrap .close {
  position: absolute;
  right: 0.35rem;
  top: 0.5rem;
  width: 0.88rem;
  height: 0.96rem;
  background-image: url("../img/btn-close.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 50;
}
.pop-wrap .close1 {
  position: absolute;
  top: -1.8rem;
  right: -3.65rem;
  width: 0.58rem;
  height: 0.59rem;
  background-image: url("../img/btn-close1.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 50;
}
.pop-wrap .content-wrap {
  position: relative;
  padding: 0.75rem 1.26rem 0.6rem 1.4rem;
  width: 11.15rem;
  height: 6.13rem;
  background: none;
}
.pop-wrap .content-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/dialog-live.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 30;
}
.pop-wrap .content-wrap .tit {
  position: absolute;
  top: 0.32rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.62rem;
  pointer-events: none;
  z-index: 50;
}
.pop-wrap .content-wrap .tit img {
  height: 100%;
}
.pop-wrap .content-wrap .tag-list {
  position: absolute;
  top: 0.95rem;
  left: 0.58rem;
  display: flex;
  flex-direction: column;
  user-select: none;
  z-index: 50;
}
.pop-wrap .content-wrap .tag-list .tag {
  font-family: 'Noto Serif SC', sans-serif;
  font-size: 0.18rem;
  font-weight: bold;
  color: #ab3e20;
  width: 0.72rem;
  height: 1.61rem;
  margin-top: -0.34rem;
  padding: 0.45rem 0 0.2rem 0;
  line-height: 0.79rem;
  text-align: center;
  letter-spacing: 1px;
  writing-mode: tb;
  background-image: url("../img/tag.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.pop-wrap .content-wrap .tag-list .tag.cur {
  color: #c74522;
  background-image: url("../img/tag-on.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.pop-wrap .content-wrap .tag-list .tag:last-of-type::after {
  content: '';
  position: absolute;
  left: 0.21rem;
  bottom: -0.06rem;
  width: 0.33rem;
  height: 0.22rem;
  background-image: url("../img/tag-addon.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.pop-wrap .content-wrap .content {
  font-size: 0.18rem;
  line-height: 2em;
  letter-spacing: 0px;
  color: #382722;
  height: 100%;
  padding-right: 0.1rem;
  overflow-y: auto;
}
.pop-wrap .content-wrap .content::-webkit-scrollbar {
  width: 6px;
}
.pop-wrap .content-wrap .content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #dfa674;
}
.pop-wrap .content-wrap .content p,
.pop-wrap .content-wrap .content span,
.pop-wrap .content-wrap .content div {
  font-size: 0.18rem !important;
  color: #382722 !important;
  line-height: 1.4;
}
.pop-wrap .content-wrap .content p,
.pop-wrap .content-wrap .content div {
  margin-bottom: 1em;
}
.pop-wrap .content-wrap .content img {
  max-width: 90%;
  height: auto;
}
.popVid .close1 {
  bottom: -0.8rem;
}
.popVid video {
  width: 6.88rem;
  height: 4rem;
}
.popAlert .close {
  bottom: -2rem;
}
.popAlert .content1 {
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 3.2rem;
  background-image: url("../img/dialog-box.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popAlert .content1 .inner {
  width: 80%;
  text-align: center;
  color: #fae79b;
  font-family: 'Noto Serif SC', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-shadow: 0px 0px #af572c, 1px 0px #af572c, 1px 1px #af572c, 0px 1px #af572c;
}
.popMsg .close {
  right: 0.25rem;
  top: 0.3rem;
}
.popMsg .content-wrap {
  position: relative;
  padding: 0.75rem 0.6rem 0.64rem 0.46rem;
  width: 6.51rem;
  height: 5.79rem;
  background-image: url("../img/dialog-msg.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popMsg .content-wrap::after {
  display: none;
}
.popMsg .content-wrap .msg-list .msg-item {
  position: absolute;
  padding: 0.25rem 0.2rem 0.45rem 0.25rem;
}
.popMsg .content-wrap .msg-list .msg-item:nth-of-type(1) {
  top: 0rem;
  left: -2.2rem;
  width: 1.89rem;
  height: 2.46rem;
  background-image: url("../img/msg-item-1.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popMsg .content-wrap .msg-list .msg-item:nth-of-type(2) {
  top: -0.5rem;
  right: -1.85rem;
  width: 1.94rem;
  height: 2.49rem;
  padding-right: 0.35rem;
  background-image: url("../img/msg-item-2.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popMsg .content-wrap .msg-list .msg-item:nth-of-type(3) {
  bottom: -0.3rem;
  left: -2.15rem;
  width: 1.92rem;
  height: 2.46rem;
  padding-right: 0.36rem;
  background-image: url("../img/msg-item-3.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popMsg .content-wrap .msg-list .msg-item:nth-of-type(4) {
  bottom: 0.22rem;
  right: -1.92rem;
  width: 1.97rem;
  height: 2.47rem;
  padding-right: 0.36rem;
  background-image: url("../img/msg-item-4.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popMsg .content-wrap .msg-list .msg-item .text {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #382722;
  max-height: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.popMsg .content-wrap .msg-list .msg-item .name {
  float: right;
  font-size: 0.16rem;
  line-height: 1;
  color: #b15e2a;
  margin-top: 0.15rem;
  padding-left: 0.2rem;
  max-width: 1.45rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-image: url("../img/msg-name.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.16rem 0.17rem;
  background-position: left center;
}
.popMsg .content-wrap .content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}
.popMsg .content-wrap .content textarea,
.popMsg .content-wrap .content input {
  appearance: none;
  background: transparent;
  border: 0;
  color: #c56f38;
  resize: none;
}
.popMsg .content-wrap .content textarea::-webkit-input-placeholder,
.popMsg .content-wrap .content input::-webkit-input-placeholder {
  color: #c56f38;
}
.popMsg .content-wrap .content textarea {
  position: absolute;
  top: 0.9rem;
  left: 0.4rem;
  width: 4.6rem;
  height: 1.25rem;
  font-size: 0.2rem;
  line-height: 2.2;
}
.popMsg .content-wrap .content textarea::-webkit-scrollbar {
  width: 3px;
}
.popMsg .content-wrap .content textarea::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #b97b53;
}
.popMsg .content-wrap .content input {
  position: absolute;
  top: 2.24rem;
  left: 2.1rem;
  height: 0.35rem;
  line-height: 0.35rem;
  width: 1.25rem;
  font-size: 0.18rem;
}
.popMsg .content-wrap .content .send {
  position: absolute;
  bottom: 0.12rem;
  left: 1.7rem;
  width: 1.99rem;
  height: 0.82rem;
  background-image: url("../img/btn-send.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: filter 0.2s ease-in-out;
}
.popMsg .content-wrap .content .send:hover {
  filter: brightness(1.1);
}
.popMsg .content-wrap .content .tip {
  position: absolute;
  bottom: 0.04rem;
  width: 100%;
  text-align: center;
  color: #fae79b;
  font-family: "HYJiangNanKaiSongW", sans-serif;
  font-size: 0.16rem;
  line-height: 1;
}
.popLive .content-wrap {
  padding: 0.75rem 1.26rem 0.6rem 1.4rem;
  width: 12.17rem;
  height: 6.68rem;
}
.popLive .content-wrap::after {
  background-image: url("../img/dialog-live.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popLive .content-wrap .content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  background-image: url("../img/live-bg.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.popLive .content-wrap .content .view {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.popLive .content-wrap .content .view img.tip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.19rem;
}
.popLive .content-wrap .content .view img.pic-team,
.popLive .content-wrap .content .view img.live {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
}
.popLive .content-wrap .content .view .playVid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.78rem;
  height: 0.79rem;
  background-image: url("../img/btn-play1.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popLive .content-wrap .content .view video {
  width: 100%;
  height: 100%;
}
.pop-wrap .decorate-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.pop-wrap .decorate-list .decorate {
  position: absolute;
  z-index: 50;
}
.pop-wrap .decorate-list .d1 {
  top: 4.4rem;
  right: 0.53rem;
  width: 0.77rem;
  height: 0.78rem;
  background-image: url("../img/decorate-1.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.pop-wrap .decorate-list .d2 {
  bottom: -0.2rem;
  left: 4.5rem;
  width: 0.88rem;
  height: 0.94rem;
  background-image: url("../img/decorate-2.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.pop-wrap .decorate-list .d3 {
  top: -0.65rem;
  left: 1.6rem;
  width: 1.02rem;
  height: 1.09rem;
  background-image: url("../img/decorate-3.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.pop-wrap .decorate-list .d4 {
  top: 1.6rem;
  left: 0.28rem;
  width: 1.26rem;
  height: 1.41rem;
  background-image: url("../img/decorate-4.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.pop-wrap.popS3 .decorate-list .d3 {
  top: 1.35rem;
  left: 0.52rem;
}
.popS3 .content-wrap,
.popJnx .content-wrap {
  padding: 0.75rem 1.26rem 0.6rem 1.4rem;
  width: 11.15rem;
  height: 6.13rem;
}
.popS3 .content-wrap::after,
.popJnx .content-wrap::after {
  background-image: url("../img/dialog-post.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popS3 .content-wrap .content,
.popJnx .content-wrap .content {
  position: relative;
  z-index: 55;
  margin: 0.5rem 0.2rem 0.2rem 0.4rem;
  padding-right: 0.1rem;
  height: 4rem;
  color: #382722;
}
.popS3 .content-wrap .content .view,
.popJnx .content-wrap .content .view {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.popS3 .content-wrap .content .view[data-id="0"],
.popJnx .content-wrap .content .view[data-id="0"] {
  display: block;
}
.popS3 .content-wrap .content .view .view-title,
.popJnx .content-wrap .content .view .view-title {
  display: flex;
  justify-content: center;
  margin-bottom: 0.28rem;
}
.popS3 .content-wrap .content .view .view-title div,
.popJnx .content-wrap .content .view .view-title div {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-family: 'Noto Serif SC', sans-serif;
  font-size: 0.4rem !important;
  font-weight: bold;
  letter-spacing: 0.03rem;
  color: #b44e2f !important;
}
.popS3 .content-wrap .content .view .view-title div::before,
.popJnx .content-wrap .content .view .view-title div::before,
.popS3 .content-wrap .content .view .view-title div::after,
.popJnx .content-wrap .content .view .view-title div::after {
  content: '';
  position: absolute;
  top: 50%;
  transform-origin: top center;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 0.2rem;
  background-image: url("../img/title-addon.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popS3 .content-wrap .content .view .view-title div::before,
.popJnx .content-wrap .content .view .view-title div::before {
  left: -1.8rem;
}
.popS3 .content-wrap .content .view .view-title div::after,
.popJnx .content-wrap .content .view .view-title div::after {
  right: -1.8rem;
  transform: scale(-1) translateY(-50%);
}
.popQxwj .content-wrap,
.popPic .content-wrap {
  padding: 0.75rem 1.16rem 0.5rem 1.3rem;
}
.popQxwj .content-wrap .content,
.popPic .content-wrap .content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.popQxwj .content-wrap .content img,
.popPic .content-wrap .content img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  object-fit: cover;
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  overflow: hidden;
}
body {
  font-size: 14px;
  overflow-x: auto;
  background-color: #26100f;
}
.container {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container[data-page="2"] .topbar .logo {
  display: none;
}
.container[data-page="2"] .topbar .back {
  display: block;
}
.container.game .topbar .logo,
.container.game .topbar .index,
.container.game .topbar .dl {
  display: none;
}
.container.game .topbar .toggle-bgm {
  right: 0;
}
.container.game .menu-wrap .qrcode {
  display: none;
}
.container .top-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 1rem;
  z-index: 30;
  color: #fffffe;
  font-size: 0.14rem;
}
.container .top-btn .logo {
  position: absolute;
  top: 0.3rem;
  left: 10%;
  display: block;
  width: 1.71rem;
}
.container .top-btn .logo img {
  width: 100%;
}
.container .page-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.container .page-wrap .section-list {
  height: 100%;
}
.container .page-wrap .section-list .section {
  position: relative;
}
.container .page-wrap .section-list .p1.ani .slogan-box,
.container .page-wrap .section-list .p1.ani .word-box,
.container .page-wrap .section-list .p1.ani .msg {
  opacity: 0;
}
.container .page-wrap .section-list .p1.ani .kv-effect img {
  width: 190%;
  height: 190%;
  top: 13%;
  left: 50%;
  opacity: 0.3;
}
.container .page-wrap .section-list .p1 .kv-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .page-wrap .section-list .p1 .kv-effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out, opacity 0.33s ease-in-out 480ms;
  z-index: 20;
}
.container .page-wrap .section-list .p1 .kv-effect .effect-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}
.container .page-wrap .section-list .p1 .slogan-box {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 3.01rem;
  height: 6.54rem;
  max-height: 92%;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.container .page-wrap .section-list .p1 .slogan-box > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container .page-wrap .section-list .p1 .slogan-box .play {
  position: absolute;
  top: 0.2rem;
  right: 0.82rem;
  width: 0.85rem;
  height: 0.85rem;
  background-image: url("../img/btn-play1.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0.9);
  transition: all 0.2s ease-in-out;
}
.container .page-wrap .section-list .p1 .slogan-box .play:hover {
  transform: scale(1);
}
.container .page-wrap .section-list .p1 .slogan-box .enter {
  position: absolute;
  bottom: 0.3rem;
  right: 0.35rem;
  width: 1.47rem;
  height: 1.47rem;
  background-image: url("../img/btn-enter.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  animation: ani1 2.8s ease-in-out infinite;
}
.container .page-wrap .section-list .p1 .msg {
  position: absolute;
  left: 0.5rem;
  bottom: 0rem;
  width: 2.57rem;
  height: 1.37rem;
  background-image: url("../img/btn-msg.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 20;
  transition: opacity 0.3s ease-in-out;
  animation: light 6s ease-in-out infinite;
}
.container .page-wrap .section-list .p1 .word-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}
.container .page-wrap .section-list .p1 .word-box .word {
  display: none;
  position: absolute;
  font-size: 0.18rem;
  font-family: 'Noto Serif SC', sans-serif;
  color: #fff9d3;
  writing-mode: tb;
  white-space: nowrap;
  letter-spacing: 2px;
  width: 0.33rem;
  line-height: 0.33rem;
  padding: 0.3rem 0;
  background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 90%, transparent 100%);
  z-index: 20;
  pointer-events: none;
}
.container .page-wrap .section-list .p1 .word-box .word[data-pos="0"] {
  top: 25%;
  left: 21%;
}
.container .page-wrap .section-list .p1 .word-box .word[data-pos="1"] {
  bottom: 38%;
  left: 25.6%;
}
.container .page-wrap .section-list .p1 .word-box .word[data-pos="2"] {
  top: 50%;
  left: 28.6%;
}
.container .page-wrap .section-list .p1 .word-box .word[data-pos="3"] {
  top: 22%;
  left: 29.2%;
}
.container .page-wrap .section-list .p1 .word-box .word[data-pos="4"] {
  top: 17%;
  left: 40%;
}
.container .page-wrap .section-list .p1 .word-box .word[data-pos="5"] {
  top: 17%;
  left: 59.2%;
}
.container .page-wrap .section-list .p1 .word-box .word[data-pos="6"] {
  bottom: 44.5%;
  left: 70.5%;
}
.container .page-wrap .section-list .p1 .word-box .word[data-pos="7"] {
  top: 14.6%;
  left: 84.5%;
}
.container .page-wrap .section-list .p1 .word-box .word::before,
.container .page-wrap .section-list .p1 .word-box .word::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0, #fff9d3 25%, #fff9d3 75%, transparent 100%);
  transform: scale(0.5, 1);
}
.container .page-wrap .section-list .p1 .word-box .word::before {
  left: 0;
}
.container .page-wrap .section-list .p1 .word-box .word::after {
  right: 0;
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos {
  position: absolute;
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="0"] {
  top: 38.9%;
  left: 10%;
  width: 12%;
  height: 37%;
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="1"] {
  top: 61.3%;
  left: 23.5%;
  width: 5.3%;
  height: 19%;
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="2"] {
  top: 65.3%;
  left: 28.5%;
  width: 11.7%;
  height: 25%;
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="3"] {
  top: 32%;
  left: 30%;
  width: 6%;
  height: 17%;
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="4"] {
  top: 28%;
  left: 36%;
  width: 6%;
  height: 14%;
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="5"] {
  top: 32%;
  left: 58%;
  width: 8%;
  height: 38%;
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="6"] {
  top: 34%;
  left: 65%;
  width: 8.5%;
  height: 38.6%;
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="7"] {
  top: 21%;
  left: 74.3%;
  width: 15.5%;
  height: 58.6%;
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="8"] {
  top: 65%;
  left: 60.7%;
  width: 3%;
  height: 14%;
  transform: rotate(-11deg);
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="9"] {
  top: 78.9%;
  left: 51.4%;
  width: 19.5%;
  height: 7.6%;
  transform: rotate(-43deg);
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="10"] {
  top: 75%;
  left: 62.2%;
  width: 12.5%;
  height: 6.6%;
  transform: rotate(-43deg);
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="11"] {
  top: 89%;
  left: 61.8%;
  width: 8.5%;
  height: 6.6%;
  transform: rotate(77deg);
}
.container .page-wrap .section-list .p1 .word-box .word-action .action-pos[data-pos="12"] {
  top: 78%;
  left: 69.7%;
  width: 23.5%;
  height: 10.6%;
}
.container .page-wrap .section-list .p2 {
  background-image: url("../img/bg-p2.jpg?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item {
  position: absolute;
  width: 0.87rem;
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item.effect::after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.57rem;
  height: 2.12rem;
  background-image: url("../img/menu-effect.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item > img {
  width: 100%;
  animation: slide 3s ease-in-out infinite;
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item[data-type='hy'] {
  left: 18.1%;
  top: calc(50% - 0.7rem);
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item[data-type='hy'] img {
  animation-delay: 0.1s;
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item[data-type='s3'] {
  left: 28%;
  top: calc(50% - 2.7rem);
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item[data-type='qxwj'] {
  left: 40%;
  top: calc(50% - 1.55rem);
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item[data-type='qxwj'] img {
  animation-delay: 0.65s;
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item[data-type='jnh'] {
  left: 58%;
  top: calc(50% - 2.5rem);
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item[data-type='jnh'] img {
  animation-delay: 0.2s;
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item[data-type='tr'] {
  left: 76.5%;
  top: calc(50% - 2.3rem);
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item[data-type='tr'] img {
  animation-delay: 0.6s;
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item[data-type='play'] {
  left: 45.5%;
  top: calc(50% + 0.4rem);
  width: 1.35rem;
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item[data-type='play']::after {
  bottom: -2rem;
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item[data-type='play'] img {
  animation-delay: 0.3s;
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item.gray {
  width: 0.52rem;
  height: 2.04rem;
  background-image: url("../img/menu-gray.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.container .page-wrap .section-list .p2 .menu-wrap .menu-item.gray > img {
  display: none;
}
.container .page-wrap .section-list .p2 .menu-wrap .qrcode {
  position: absolute;
  left: 71.6%;
  top: calc(50% + 0.4rem);
  width: 2.27rem;
  height: 2.73rem;
  background-image: url("../img/qrcode.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.container .page-wrap .section-list .p2 .menu-wrap .act {
  position: absolute;
  left: 62.4%;
  top: calc(50% + 0.6rem);
  width: 1.42rem;
  height: 1.65rem;
  background-image: url("../img/act-base.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.container .page-wrap .section-list .p2 .menu-wrap .act.on {
  background-image: url("../img/act.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.container .page-wrap .section-list .p2 .menu-wrap .act a {
  position: absolute;
  width: 100%;
  height: 100%;
}
body.debug .word-action .action-pos {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ddd;
}
body.debug .word-action .action-pos::after {
  content: "pos:" attr(data-pos) " target:" attr(data-target);
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
}
/*loading模块*/
.loadingPage {
  width: 100%;
  height: 100%;
  background: url(../img/bg_loading.jpg) top center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  overflow: hidden;
}
.loadingPage .effect-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.loadingPage .effect-box .light {
  position: absolute;
  animation: slide 2.7s ease-in-out infinite;
}
.loadingPage .effect-box .light-1 {
  bottom: 20%;
  left: 10%;
  width: 1.27rem;
  height: 1.39rem;
  animation-delay: 0.5s;
  background-image: url("../img/light-1.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.loadingPage .effect-box .light-2 {
  bottom: 5%;
  right: 10%;
  width: 1.45rem;
  height: 1.6rem;
  animation-delay: 1.2s;
  background-image: url("../img/light-2.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.loadingPage .effect-box .light-3 {
  bottom: 31%;
  right: 5%;
  width: 0.88rem;
  height: 1.06rem;
  animation-delay: 2s;
  background-image: url("../img/light-3.png?v=20211203.2");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.loadingPage .frame {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  z-index: 2;
  display: none;
}
.loading-box {
  width: 5.82rem;
  height: 5.82rem;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.loading-box .loading-around {
  width: 5.82rem;
  animation: videoRotate 10s linear infinite;
  pointer-events: none;
}
.loading-box .loading-word {
  width: 14.37rem;
  position: absolute;
  top: 3.8rem;
  left: 70%;
  margin-left: -9.82rem;
  pointer-events: none;
}
.loading-box .loading-detail {
  width: 2rem;
  height: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.loading-box .loading-detail p:nth-of-type(1) {
  width: 100%;
  font-size: 0.52rem;
  line-height: 0.5rem;
  margin-top: 0.35rem;
  color: #fff;
  text-align: center;
  font-style: italic;
}
.loading-box .loading-detail p:nth-of-type(2) {
  width: 100%;
  font-size: 0.22rem;
  line-height: 0.5rem;
  color: #fff;
  text-align: center;
  font-style: italic;
  font-weight: 100;
}
.loading-box .dot {
  display: inline-block;
  height: 1em;
  line-height: 1;
  text-align: left;
  vertical-align: -0.25em;
  overflow: hidden;
}
.loading-box .dot::before {
  display: block;
  content: '...\A..\A.';
  white-space: pre-wrap;
  /* 也可以是white-space: pre */
  animation: dot 2s infinite step-start both;
}
@keyframes dot {
  33% {
    transform: translateY(-2em);
  }
  66% {
    transform: translateY(-1em);
  }
}
@keyframes videoRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*横浏览*/
.mod-orient-layer {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9;
  z-index: 9;
}
.mod-orient-layer__content {
  position: absolute;
  width: 100%;
  height: 3rem;
  top: 50%;
  margin-top: -1.5rem;
  text-align: center;
  padding-top: 20px;
}
.mod-orient-layer__desc {
  color: #fff;
}
.mod-orient-layer__icon-orient {
  display: inline-block;
  width: 1.3rem;
  height: 2rem;
  background: url(//pic.youzu.com/hd/36m/king/across/images/landscape.png?20190617) no-repeat;
  animation: myfirst infinite 1.5s ease-in-out;
  animation-direction: alternate;
  background-size: 100%;
}
@keyframes myfirst {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@keyframes scale1 {
  0% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.75);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ani1 {
  0%,
  100% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes slide {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.2rem);
  }
}
@keyframes light {
  0%,
  100% {
    filter: brightness(1) drop-shadow(0rem 0rem 0rem rgba(255, 249, 211, 0.8));
  }
  50% {
    filter: brightness(1.05) drop-shadow(0.04rem 0.06rem 0.18rem rgba(255, 249, 211, 0.8));
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "HYJiangNanKaiSongW";
  src: url("./HYJiangNanKaiSongW.woff");
  font-style: normal;
  font-weight: normal;
}
