@font-face {
  font-family: 'KaiTi';
  /* 自定义字体名称 */
  src: url('KaiTi.woff2') format('truetype');
  /* 字体文件路径 */
  /* 可选：定义字体样式和粗细 */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'STXingkai';
  /* 自定义字体名称 */
  src: url('STXingkai.woff2') format('truetype');
  /* 字体文件路径 */
  /* 可选：定义字体样式和粗细 */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AlimamaDongFangDaKai';
  /* 自定义字体名称 */
  src: url('AlimamaDongFangDaKai.woff2') format('truetype');
  /* 字体文件路径 */
  /* 可选：定义字体样式和粗细 */
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
}
.main {
  width: 7.5rem;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  background-color: #a40808;
  margin: 0 auto;
}
.main::-webkit-scrollbar {
  display: none;
}
.main.third,
.main.fourth {
  background-color: #b20203;
}
img {
  display: block;
}
.page-container {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: relative;
  display: none;
  background-image: url('../image/index-bg.png');
  background-size: 100% 13.3rem;
  background-repeat: no-repeat;
}
.page-container::-webkit-scrollbar {
  display: none;
}
.page-container .common-el {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 0;
}
.page-container * {
  position: relative;
  z-index: 1;
}
.hide-page {
  display: none;
}
@keyframes animation-rotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pointer-scale {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1.1);
  }
}
.btn-audio-play {
  position: fixed;
  right: 0rem;
  top: 0.2rem;
  z-index: 99;
  font-size: 0;
}
.btn-audio-play .play,
.btn-audio-play .pause {
  width: 0.8rem;
  display: none;
}
.btn-audio-play .pause {
  display: block;
}
.btn-audio-play.play .pause {
  display: none;
}
.btn-audio-play.play .play {
  display: block;
}
.btn-audio-play .play {
  animation: animation-rotate 2s linear;
  animation-iteration-count: infinite;
}
.modal-dialog {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.modal-dialog .mask {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.modal-dialog .error,
.modal-dialog .content-interactive {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}
.modal-dialog .error {
  width: 3.77rem;
  min-height: 2.79rem;
  background: rgba(65, 53, 53, 0.8);
  border-radius: 0.2rem;
  padding: 0.44rem 0.54rem;
}
.modal-dialog .error .error-tips {
  display: block;
  margin: 0 auto;
  width: 0.8rem;
  height: 0.8rem;
}
.modal-dialog .error .tips {
  font-weight: normal;
  font-size: 0.36rem;
  color: #FFFFFF;
  margin-top: 0.26rem;
  text-align: center;
}
.modal-dialog .content-interactive {
  width: 5.42rem;
  min-height: 4.78rem;
  background: url(../image/dialog-box.png) left top no-repeat;
  background-size: 100%;
  padding: 0.48rem 0.55rem;
}
.modal-dialog .content-interactive .btn-close {
  position: absolute;
  z-index: 11;
  width: 0.33rem;
  right: 0.25rem;
  top: 0.25rem;
}
.modal-dialog .content-interactive .title-interactive {
  width: 2.97rem;
  display: block;
  margin: 0 auto;
}
.modal-dialog .content-interactive .tips {
  margin: 0.46rem auto 0;
  font-family: Alibaba;
  font-weight: normal;
  font-size: 0.32rem;
  color: #3A2D2D;
}
.modal-dialog .content-interactive .btn-fill {
  width: 2.94rem;
  display: block;
  margin: 0.6rem auto 0;
}
.modal-dialog .process {
  position: absolute;
  width: 7.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}
.modal-dialog .process .tips {
  font-size: 0.4rem;
  font-weight: normal;
  color: #FFFFFF;
  margin: 0 auto 0.41rem;
  text-align: center;
}
.modal-dialog .process .process-precent {
  margin: 0 auto;
  width: 6rem;
  height: 0.44rem;
  border-radius: 0.18rem;
  border: 3px solid #ffdf2d;
  background-color: #dddade;
}
.modal-dialog .process .process-precent .process-current {
  height: 0.71rem;
  width: 0;
  transform: translate(-0.2rem, -0.2rem);
  background: url('../image/common-progress.png') no-repeat left center;
  background-size: auto 100%;
}
.modal-dialog .share-tips {
  display: none;
}
.modal-dialog .share-tips img {
  width: 3.55rem;
  position: absolute;
  right: 0.27rem;
  top: 0.38rem;
  z-index: 10;
}
.poster-container {
  width: 7.5rem;
  height: fit-content;
  max-height: 100vh;
  position: fixed;
  z-index: -99;
  left: 0;
  top: 0;
}
.poster-container .poster-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 11.67rem;
  width: 7.5rem;
  z-index: 100;
  background-color: white;
}
.poster-container .poster {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: calc(10.8rem * 0.521);
  height: calc(19.2rem * 0.521);
  padding: 0;
  margin: 0;
  border-radius: 10px;
}
.poster-container .poster > * {
  position: absolute;
  z-index: 10;
}
.poster-container .poster .poster-left,
.poster-container .poster .poster-right {
  width: calc(5.4rem * 0.521);
  height: calc(13.8rem * 0.521);
  top: 0;
}
.poster-container .poster .poster-left {
  left: 0;
}
.poster-container .poster .poster-right {
  right: 0;
}
.poster-container .poster .poster-line {
  height: calc(19.2rem * 0.521);
  width: calc(0.69rem * 0.521);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 11;
}
.poster-container .poster .poster-top {
  width: calc(10.8rem * 0.521);
  height: calc(3.49rem * 0.521);
  top: 0;
  left: 0;
  z-index: 12;
}
.poster-container .poster .poster-title {
  width: calc(5.85rem * 0.521);
  height: calc(2.03rem * 0.521);
  top: calc(0.5rem * 0.521);
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
}
.poster-container .poster .poster-bg {
  width: calc(10.8rem * 0.521);
  height: calc(7.95rem * 0.521);
  left: 0;
  bottom: 0;
  z-index: 13;
}
.poster-container .poster .poster-qrcode-box {
  left: calc(1.4rem * 0.521);
  bottom: calc(0.67rem * 0.521);
  z-index: 14;
}
.poster-container .poster .poster-qrcode-box .poster-qrcode {
  width: calc(2.13rem * 0.521);
  height: calc(2.13rem * 0.521);
  margin: 0 auto;
}
.poster-container .poster .poster-qrcode-box .poster-qrcode-text {
  width: calc(2.66rem * 0.521);
  height: calc(0.7rem * 0.521);
  margin: calc(0.15rem * 0.521) auto 0;
}
.poster-container .poster .poster-poetry-box {
  left: calc(5.02rem * 0.521);
  bottom: calc(0.67rem * 0.521);
  z-index: 14;
}
.poster-container .poster .poster-poetry-box .poster-poetry {
  font-family: STXingkai;
  font-weight: 400;
  font-size: calc(0.6rem * 0.521);
  color: #FFFFFF;
}
.poster-container .poster .poster-poetry-box .poster-logo {
  width: calc(4.37rem * 0.521);
  height: calc(0.82rem * 0.521);
  margin-top: calc(0.3rem * 0.521);
}
.poster-container.local-test {
  display: block;
  z-index: 99;
}
.poster-container.local-test .poster-mask {
  opacity: 0;
}
.page-theme {
  width: 4.57rem;
  height: 1.86rem;
  margin: 0 auto;
}
.btn-area {
  position: relative;
  z-index: 10;
}
.btn-area .btn-pointer {
  position: absolute;
  width: 1rem;
  height: 1.04rem;
  top: 0.6rem;
  right: -0.25rem;
  z-index: 15;
  animation: pointer-scale 1.3s linear;
  animation-iteration-count: infinite;
}
.page-index {
  padding: 1.32rem 0 0;
}
.page-index .page-theme {
  width: 6.01rem;
  height: 2.44rem;
}
.page-index .element {
  margin-top: 0.36rem;
  width: 7.5rem;
  height: 10.53rem;
}
.page-index .btn-area {
  position: absolute;
  top: 12.65rem;
  left: 50%;
  transform: translateX(-50%);
}
.page-index .btn-area .btn-play {
  width: 3.51rem;
  height: 1.28rem;
}
.page-index .btn-area .water {
  position: absolute;
  width: 0.54rem;
  height: 0.54rem;
  top: 0.38rem;
  right: 0.42rem;
  z-index: 10;
}
.page-index .logo {
  position: absolute;
  width: 3.53rem;
  top: 14.29rem;
  left: 50%;
  transform: translateX(-50%);
}
.page-second {
  padding-top: 1.18rem;
  background-image: url('../image/second-bg.png');
}
.page-second .include {
  margin: 0.36rem auto 0;
  width: fit-content;
  font-family: KaiTi;
  font-weight: bold;
  font-size: 0.42rem;
  color: #FFFFFF;
  line-height: 0.56rem;
  text-indent: 2em;
}
.page-second .common-el {
  top: 10rem;
}
.page-second .btn-box {
  width: 100%;
  height: 5.4rem;
  background-image: url('../image/common-el.png');
  background-size: 100% 100%;
  padding: 1.73rem 0;
}
.page-second .btn-area {
  margin: 0 auto;
  width: fit-content;
}
.page-second .btn-next {
  width: 5.51rem;
  height: 1.51rem;
}
.page-third,
.page-fourth {
  padding: 0.65rem 0 0;
}
.page-third .list,
.page-fourth .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-third .list .item,
.page-fourth .list .item {
  width: 2.45rem;
  height: 3.2rem;
}
.page-third .list .item.selected,
.page-fourth .list .item.selected {
  border: solid 4px yellow;
}
.page-third .common-el,
.page-fourth .common-el {
  top: 11rem;
}
.page-third .btn-area,
.page-fourth .btn-area {
  margin: 1.3rem auto;
  width: fit-content;
}
.page-third .btn-next,
.page-fourth .btn-next {
  width: 5.53rem;
  height: 1.07rem;
}
.page-fifth {
  padding-top: 1.13rem;
}
.page-fifth .fifth-el {
  width: 6.15rem;
  height: 0.9rem;
  margin: 0 auto;
}
.page-fifth .word {
  display: flex;
  margin: 0.4rem 0.5rem 0;
  column-gap: 0.22rem;
}
.page-fifth .word .word-left,
.page-fifth .word .word-right {
  position: relative;
}
.page-fifth .word .word-title {
  width: 2.31rem;
  height: 0.69rem;
  position: absolute;
  left: 50%;
  top: -0.2rem;
  transform: translateX(-50%);
  z-index: 2;
}
.page-fifth .word .list {
  background-image: url(../image/fifth-box.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  width: 3.1rem;
  min-height: 7.86rem;
  height: fit-content;
  padding: 0.77rem 0 0.2rem;
}
.page-fifth .word .list .item {
  width: 2.2rem;
  padding: 0.15rem 0;
  text-align: center;
  background-color: #e60302;
  border: solid 2px white;
  border-radius: 0.3rem;
  font-family: AlimamaDongFangDaKai;
  font-weight: 400;
  font-size: 0.35rem;
  line-height: 0.35rem;
  color: #FFFFFF;
  margin: 0 auto 0.16rem;
}
.page-fifth .word .list .item.selected {
  color: #e60302;
  background: linear-gradient(0deg, #FFFFAB 0%, #FFFFF6 100%);
  border: none;
}
.page-fifth .common-el {
  top: 12rem;
}
.page-fifth .btn-area {
  margin: 0.46rem auto 0;
  width: fit-content;
}
.page-fifth .btn-upload {
  width: 5.48rem;
  height: 1.06rem;
}
.page-sixth {
  padding-top: 0.6rem;
}
.page-sixth .paper-box {
  width: 7.31rem;
  height: 13rem;
  margin: 0 auto 0;
}
.page-sixth .paper-box .paper-result {
  width: 100%;
  height: 100%;
}
.page-sixth .paper-result {
  width: 100%;
}
.page-sixth .common-el {
  top: 12rem;
}
.page-sixth .btn-area {
  width: 6.33rem;
  margin: 0.28rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.16rem;
}
.page-sixth .btn-area .hide-box {
  position: relative;
}
.page-sixth .btn-area .hide-box .paper-result-btn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
}
.page-sixth .btn-area .btn {
  width: 3.03rem;
  height: 0.74rem;
}
.page-seven {
  padding: 1.18rem 0 0;
}
.page-seven .seven-el {
  width: 5.63rem;
  height: 5.23rem;
  margin: 0.47rem auto 0;
}
.page-seven .info {
  margin: 0.32rem auto 0;
  width: 6.29rem;
  text-indent: 2em;
  font-family: KaiTi;
  font-weight: 400;
  font-size: 0.34rem;
  color: #FFFFFF;
  line-height: 0.48rem;
}
.page-seven .common-el {
  top: 11rem;
}
.page-seven .btn-area {
  margin: 0.66rem auto 0;
  width: fit-content;
}
.page-seven .btn-next {
  width: 5.36rem;
  height: 1.41rem;
}
