a,
b,
body,
button,
dd,
del,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
iframe,
input,
label,
li,
ol,
p,
pre,
span,
strong,
table,
tbody,
td,
textarea,
th,
u,
ul {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: normal;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  height: 100%;

  color: #333;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  max-width: 500px;
  height: 100vh;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

html {
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  html {
    font-size: calc(100% + 5.12821vw - 19.23077px);
    font-size: calc(-3.23077px + 5.12821vw);
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: calc(112.5% + 0.68259vw - 2.82594px);
    font-size: calc(15.17406px + 0.68259vw);
  }
}

@media screen and (min-width: 500px) {
  html {
    font-size: 18px;
    font-size: 26px;
  }
}

.index {
  padding: 1px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 640px;
  -webkit-overflow-scrolling: touch;
}

.index .bg-bg {
  position: absolute;
  top: 18vh;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.index .page {
  position: relative;
  height: 100vh;
  width: 100%;
}

.index .page .border-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: block;
}

.index .page .bg-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.index .page .bg {
  display: block;
  width: 100%;
}

.index .page .red-panel {
  position: absolute;
  left: 0%;
  top: 18%;
  width: 100%;
  z-index: 99;
}

.index .page .red-panel .qfmg {
  margin-left: 5%;
  display: block;
  width: 90%;
  -webkit-animation: pulse 0.8s 1;
  animation: pulse 0.8s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  transform: scale(0);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.index .page .red-panel .zsn {
  margin-top: 1.1rem;
  display: block;
  margin-left: 21%;
  width: 60%;
  -webkit-animation: pulse 0.8s 1;
  animation: pulse 0.8s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  transform: scale(0);
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.index .foot {
  margin-top: 5rem;
  display: block;
  width: 100%;
}

.index .footer {
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.index .footer .footer-panel .logo {
  display: block;
  width: 32%;
  z-index: 2;
  position: absolute;
  left: 34%;
  bottom: 4.5rem;
  -webkit-animation: fadeinup 1s ease-out forwards;
  animation: fadeinup 1s ease-out forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  opacity: 0;
}

.index .footer .footer-panel .arrow {
  z-index: 2;
  position: relative;
  margin: 0 auto 15px auto;
  display: block;
  width: 10%;
  -webkit-animation:
    fadeinup 1s ease-out forwards,
    bounce 2s infinite;
  animation:
    fadeinup 1s ease-out forwards,
    bounce 2s infinite;
  -webkit-animation-delay: 3s, 5s;
  animation-delay: 3s, 5s;
  opacity: 0;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }

  40%,
  43% {
    transform: translate3d(0, -15px, 0);
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  70% {
    transform: translate3d(0, -8px, 0);
  }

  90% {
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }

  40%,
  43% {
    transform: translate3d(0, -15px, 0);
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  70% {
    transform: translate3d(0, -8px, 0);
  }

  90% {
    transform: translate3d(0, -2px, 0);
  }
}

.page-content {
  position: relative;
  min-height: 14rem;
  z-index: 99;
}

.page-content .newspaper-panel {
  margin-top: 6rem;
  padding: 0.875rem 1.125rem;
}

.page-content .newspaper-panel .newspaper {
  width: 100%;
  height: 30rem;
  overflow-x: scroll;
  display: flex;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.page-content .newspaper-panel .newspaper img {
  display: block;
  flex-shrink: 0;
  scroll-snap-align: center;
}

.page-content .newspaper-panel .newspaper--row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.5rem;
  padding-bottom: 10px;
}

.page-content .newspaper-panel .newspaper--row img {
  border: 4px solid #fff;
  border-radius: 0.5rem;
}

.page-content .arrow-panel {
  padding-right: 1rem;
  margin-left: auto;
}

.page-content .arrow-panel img {
  margin-left: auto;
  display: block;
  width: 6.625rem;
}

.list {
  margin: 0;
  font-family: FZLTCHJW;
}

.list .card-item {
  position: relative;
  width: 100%;
}

.list .card-bg {
  display: block;
  width: 100%;
  height: auto;
}

.list .card-content {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28%;
  text-align: center;
}

.list .tap-img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: tap-pulse 2s ease-in-out infinite;
  animation: tap-pulse 2s ease-in-out infinite;
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  .newspaper::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    background-color: #f5f5f5;
  }

  .newspaper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .newspaper::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f5f5f5;
  }
}

@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes tap-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.15);
    box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes tap-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.15);
    box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
