<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}
body {
  background: url("/img/bg.png") no-repeat top center;
  background-size: cover;
  height: 100vh;
}
.container {
  position: relative;
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
}
.container .content {
  width: 7.5rem;
  margin: 0 auto;
  overflow-x: hidden;
  z-index: 99;
  height: auto;
}
.container .content .top_pic {
  position: relative;
  width: 7.5rem;
}
.container .content .top_pic .top_bg {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 7.5rem;
  height: 1.2rem;
  background: rgba(194, 26, 209, 0.2);
}
.container .content .top_pic .top_bg .top {
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  width: auto;
  height: 0.92rem;
}
.container .content .top_pic .top_bg .top_btn {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: auto;
  height: 0.64rem;
  z-index: 9;
  animation-name: scale;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.container .content .top_pic .swiper-container {
  width: 5.48rem;
  height: 5.43rem;
}
.container .content .top_pic .swiper-container .swiper-slide {
  width: 5.48rem;
  height: 5.43rem;
  overflow: hidden;
  margin: 0 auto;
}
.container .content .top_pic .swiper-container .swiper-slide img {
  width: 5.48rem;
  margin: 0 auto;
}
.container .content .top_pic .swiper-container .swiper-slide-active,
.container .content .top_pic .swiper-container .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 99;
  opacity: 1;
}
.container .content .top_pic img {
  width: 100%;
}
.container .content .title_01 {
  position: relative;
  width: 6.56rem;
  height: 1.18rem;
  margin: 0 auto;
}
.container .content .title_01 img {
  position: absolute;
  top: 0;
  width: 6.56rem;
  height: auto;
}
.container .content .title_02 {
  position: relative;
  width: 3.39rem;
  height: 0.4rem;
  margin: 0.5rem auto;
}
.container .content .title_02 img {
  position: absolute;
  top: 0;
  width: 3.39rem;
  height: auto;
}
.container .content .h5-popular-list01 {
  margin-top: 0.2rem;
  margin-bottom: 0.35rem;
}
.container .content .h5-popular-list01 img {
  width: 90%;
  display: block;
}
.container .content .kf {
  position: fixed;
  display: block;
  top: 30%;
  right: 0rem;
  width: 1.37rem;
  height: 0.46rem;
  z-index: 99;
}
.container .content .kf img {
  width: 100%;
}
.container .content .tg {
  position: fixed;
  display: block;
  top: 38%;
  right: 0rem;
  width: 1.37rem;
  height: 0.46rem;
  z-index: 99;
}
.container .content .tg img {
  width: 100%;
}
.container .content .ios_tip {
  position: fixed;
  display: block;
  top: 38%;
  left: 0rem;
  width: 1.37rem;
  height: 0.46rem;
  z-index: 99;
}
.container .content .ios_tip img {
  width: 100%;
}
.container .content .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.container .content .modal .modal-content {
  background-color: rgba(255, 255, 255, 0.038);
  opacity: 0.9;
  margin: auto;
  padding: 0;
  border: 0 solid #888;
  width: 90%;
  max-width: 6rem;
  text-align: center;
}
.container .content .modal .modal-content img {
  max-width: 100%;
  height: auto;
}
.container .content .btn_download {
  width: 7.5rem;
  height: 1.35rem;
  margin: auto;
  z-index: 99;
  padding-top: 0.3rem;
}
.container .content .btn_download .img_lump {
  width: 5.6rem;
  margin: 0 auto;
}
.container .content .btn_download .img_lump img {
  margin: 0 auto;
  display: block;
  width: 5.6rem;
  height: auto;
  animation-name: scale;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes scale {
  from {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.85);
  }
  to {
    transform: scale(1.1);
  }
}
</pre></body></html>