@charset "utf-8";
.clearfix:after,
.hidden {
  visibility: hidden;
}
.test-ui {
  display: block;
  position: absolute;
  left: 0;
  top: -64px;
  width: 100%;
  opacity: 0.5;
  z-index: 999999;
}
* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 50px;
  height: 100%;
}
@media (min-width: 320px) {
  html {
    font-size: 50px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 56.25px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 60px;
  }
}
@media (min-width: 392px) {
  html {
    font-size: 61.25px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 62.5px;
  }
}
@media (min-width: 416px) {
  html {
    font-size: 65px;
  }
}
body {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.26rem;
  word-wrap: break-word;
}
cite,
code,
dfn,
em,
kbd,
var {
  font-style: normal;
}
li,
ol,
ul {
  list-style: none;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
img {
  border: none;
}
.none {
  display: none;
}
.clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lineDot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.linesDot {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lock-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.half-border {
  position: relative;
}
.half-border:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  width: 200%;
  height: 200%;
  border: 1px solid #ededed;
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  pointer-events: none;
}
@media only screen and (-webkit-device-pixel-ratio: 1.5) {
  .half-border:before {
    width: 150%;
    height: 150%;
    -webkit-transform: scale(0.666667);
  }
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .half-border:before {
    width: 300%;
    height: 300%;
    -webkit-transform: scale(0.3333333);
  }
}
.line-half,
.line-half-after {
  position: relative;
}
.line-half-after:after,
.line-half:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #eee;
  -webkit-transform-origin: 0 1px;
  -webkit-transform: scaleY(0.5);
  transform-origin: 0 1px;
  transform: scaleY(0.5);
}
.apage-body {
  padding-bottom: 0.8rem;
}
.apage-bg-white {
  background-color: #fff;
}
.apage-bg-gray {
  background-color: #F0F1F3;
}
.apage-bg-black {
  background-color: #292929;
}
.apage-statusBar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #2b2b2b;
  background-color: #fafafa;
  height: 20px;
  line-height: 20px;
  padding-right: 4px;
  font-family: monospace;
  text-align: right;
  box-sizing: border-box;
}
.apage-titleBar {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  height: 48px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.apage-titleBar-back {
  display: inline-block;
  position: absolute;
  line-height: 48px;
  text-align: center;
  width: 100px;
  z-index: 1;
  font-size: 16px;
}
.apage-titleBar-title {
  line-height: 48px;
  text-align: center;
  font-size: 18px;
}
.apage-body-mock {
  margin-top: 68px;
  height: 500px;
  overflow: auto;
}
.aatext {
  text-align: left;
  margin: 0.2rem 0.2rem 0;
}
.aatext > p {
  margin: 0 auto;
  padding: 0.2rem;
  border-radius: 6px;
  font-size: 0.28rem;
}
.atext-color-blueWhite > p {
  background-color: #3d93fd;
  border: 1px solid #3d8afd;
  color: #fff;
  font-size: 0.26rem;
}
.atext-color-blackGray > p {
  background-color: #212121;
  border: 1px solid #333;
  color: #ccc;
  font-size: 0.26rem;
}
.atext-color-grayBlack > p {
  background-color: #f1f1f1;
  color: #000;
  font-size: 0.26rem;
}
.atext-color-transparentBlack > p {
  background-color: #F0F1F3;
  color: #414141;
}
.atext-color-transparentGray > p {
  background-color: #F0F1F3;
  color: #ccc;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 1.5em;
  }
}
.packBox--dark {
  background: #000;
  padding: 0.2rem 0.2rem 0;
}
.packBox--dark .pactTitle,
.packBox--dark .pactHead,
.packBox--dark .pactTime,
.packBox--dark .normalText,
.packBox--dark .linkSpecial,
.packBox--dark .aLink,
.packBox--dark .strongText {
  color: #ffffff;
}
.packBox--dark .aLink {
  color: #0000ee;
}
.packBox--dark .linkSpecial {
  color: #551a8b;
}
.packBox--light {
  background: #fff;
  padding: 0.2rem 0.2rem 0;
}
.packBox--light .pactTitle,
.packBox--light .pactHead,
.packBox--light .pactTime,
.packBox--light .normalText,
.packBox--light .linkSpecial,
.packBox--light .aLink,
.packBox--light .strongText {
  color: #000000;
}
.packBox--light .aLink {
  color: #0000ee;
}
.packBox--light .linkSpecial {
  color: #551a8b;
}
.spinnerLoading {
  width: 100vw;
  height: 100vh;
  margin-top: -0.2rem;
  margin-left: -0.2rem;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-dots {
  position: relative;
  font-size: 20pt;
  color: #fff;
}
/* 使用 ::after 伪元素来创建点 */
.loading-dots::after {
  content: '...';
  position: absolute;
  /* 使点可以覆盖在文字后方或旁边 */
  right: -15pt;
  top: -5pt;
  /* 根据字体大小调整位置，让点出现在文字右侧 */
  /* 定义动画 */
  animation: dots-blink 1.4s infinite;
  animation-fill-mode: forwards;
  /* 动画结束时保持最后一帧 */
}
/* 定义动画关键帧 */
@keyframes dots-blink {
  0% {
    content: '';
  }
  25% {
    content: '.';
  }
  50% {
    content: '..';
  }
  75%,
  100% {
    content: '...';
  }
}
.pactTitle,
.pactHead,
.pactTime,
.normalText,
.linkSpecial,
.aLink,
.strongText {
  font-size: 10.5pt;
  line-height: 22px;
  font-family: DengXian;
}
.pactTitle,
.pactHead,
.strongText,
.linkSpecial,
.aLink {
  font-weight: 700;
}
.aLink:active,
.linkSpecial:active {
  color: red;
}
.pactTitle {
  text-align: center;
}
.pactDate {
  display: flex;
  justify-content: end;
}
.pactTime {
  text-align: right;
}
.pactDetail {
  text-align: justify;
}
.pBr {
  padding: 0.2rem;
  font-size: 12pt;
  font-family: 宋体;
  text-align: left;
}


/*# sourceMappingURL=sourcemaps/index.c3ed6d6c.css.map*/