* {
  margin: 0;
  padding: 0;
}
body {
  background: #12161d;
}
.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_bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 7.5rem;
  height: 1.2rem;
  z-index: 15;
}
.container .content .top_bar .btn_01 {
  width: 7.5rem;
}
.container .content .top_bar .btn_01 img {
  width: 100%;
}
.container .content .top_pic {
  position: relative;
  width: 7.5rem;
  padding-top: 1.4rem;
  margin: 0 auto;
}
.container .content .top_pic img {
  display: block;
  width: 100%;
}
.container .content .bottom_pic {
  position: relative;
  width: 7.5rem;
  margin: 0 auto;
  padding-bottom: 1.4rem;
}
.container .content .bottom_pic img {
  width: 100%;
  display: block;
}
.container .content .pic_01 {
  position: relative;
  width: 7rem;
  margin: 0 auto;
}
.container .content .pic_01 img {
  width: 100%;
  object-fit: contain;
}
.container .content .bottom_text {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7.5rem;
  height: 1.35rem;
}
.container .content .bottom_text img {
  width: 100%;
}
.container .content .pop_lump {
  display: none;
  position: fixed;
  top: 30%;
  right: 0;
  left: 0;
  margin: auto;
  width: 6.8rem;
  z-index: 9999;
}
.container .content .pop_lump img {
  width: 100%;
}
.container .content .pop_lump .btn {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.container .content .pop_lump .btn > div {
  position: relative;
}
.container .content .pop_lump .btn > div .icon {
  position: absolute;
  top: -0.03rem;
  right: -0.1rem;
  width: 0.9rem !important;
  animation: none !important;
}
.container .content .pop_lump .btn .ani {
  position: relative;
  overflow: visible;
  animation: scale 3.5s infinite;
  transform-origin: center;
}
.container .content .pop_lump .btn img {
  width: 2.8rem;
}
.container .content .pop_lump .btn .ani img {
  border-radius: 0.1rem;
  width: 2.8rem;
  animation: scale-pulse 3.5s infinite;
  transform-origin: center;
}
.container .content .pop_lump .btn .ani img:last-child {
  border-radius: 0.15rem;
  animation-name: pulse-green;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
}
@keyframes scale-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 93, 254, 0);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 0 15px rgba(0, 93, 254, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 93, 254, 0);
  }
}
@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 93, 254, 0.8);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(0, 93, 254, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 93, 254, 0);
  }
}
@keyframes scale {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.container .content .pop_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 99;
}
.container .content .kf {
  position: fixed;
  display: block;
  top: 30%;
  right: 0.2rem;
  width: 1.5rem;
  z-index: 99;
  animation-name: scale;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.container .content .kf img {
  width: 100%;
}
.container .container {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
}
