._3Wj2d {
  padding-top: 22.4%;
  text-align: center;
}

._3Wj2d img {
  width: 68%;
}

._2Ld07 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: #0d0d0d;
}

._1jLBu {
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #999999;
}

._2jasV {
  padding: 10px 30px;
  background: #cdcdcd;
  color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 2px;
}

.ln-cq {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999999;
  text-align: center;
  background: #fff;
  font-size: 14px;
}

.ln-cq div {
  width: 100%;
}

.ln-cq img {
  width: 16%;
}

.ln-cq h4 {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 9px;
  letter-spacing: 2px;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif',
    source-han-serif-sc, serif;
}

.ln-cq p {
  font-size: 10px;
  letter-spacing: 4px;
  margin-left: 3px;
}

._2RbPp {
  width: 150px;
  text-align: center;
  margin-top: 20px;
}

._2RbPp > div {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-color: #e12828;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: _2kGK0 1.4s infinite ease-in-out;
  animation: _2kGK0 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

._2RbPp > div:last-child {
  margin-right: 0px;
}

._2RbPp ._1KXTd {
  -webkit-animation-delay: -0.64s;
          animation-delay: -0.64s;
}

._2RbPp ._1SMUI {
  -webkit-animation-delay: -0.48s;
          animation-delay: -0.48s;
}

._2RbPp ._21ofv {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

._2RbPp ._11VOe {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes _2kGK0 {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes _2kGK0 {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: PingFangSC-Regular, sans-serif;
  background: #fff;
}

html {
  font-size: 15px;
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 12px;
  }
}

html,
body {
  /* scroll-behavior: smooth; */
}

img {
  border: 0 none;
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: top;
  letter-spacing: 0;
  -webkit-touch-callout: none; /* 禁止ios默认菜单 */
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}

a[title='站长统计'] {
  display: none !important;
}

input,
button {
  border: none;
  outline: none;
}

@media (min-width: 480px) {
  body {
    background: #555;
  }
}

