html,
body {
  height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  background-color: #000;
  color: #fff;
  font-family: system-ui, sans-serif;
}

div,
section,
article,
ul,
li,
p,
video,
a,
span,
img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  pointer-events: none;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: #fff;
}

#app {
  height: 100%;
  background-color: #000;
}

.center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.max-width750 {
  max-width: 750px;
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
}

.m-page {
  max-width: 750px;
  margin: 0 auto;
}

.m-page-cont {
  margin-bottom: 12px;
  width: 100%;
  max-width: 100%;
}

.m-page-head {
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: #1c0303;
  z-index: 1;
}

.m-page-head-content {
  padding: 0 6px;
}

.bar-pic {
  width: 100%;
  aspect-ratio: 343 / 67;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.navs {
  /* background-color: #1B2F5D; */
  height: 36px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  gap: 6px;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
}

.navs .item {
  flex: 1 1 0;
  min-width: 0;
  height: 36px;
  border-radius: 8px;
  /* background-color: #2C2F2F; */
}

.navs .item.active {
  /* background-color: #2C2F2F; */
}

.tabs-item {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.m-page-box {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 7px;
}

.list-goods {
  width: 100%;
  background-color: #000;
}

.list-goods-image-wrap {
  position: relative;
}

.list-goods img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.list-goods-image-mask {
  position: absolute;
  inset: 0;
}

.m-page-space-box {
  width: 100%;
  height: 160px;
}

.m-foot {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 7px;
}

.footer_img {
  width: 100%;
  aspect-ratio: 375 / 93;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer_dl_img {
  width: 100%;
  aspect-ratio: 375 / 93;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.row-slide {
  width: 48px;
  border-radius: 24px 0 0 24px;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: space-around;
  padding: 12px 0;
  z-index: 9999;
}

.item-RndTag {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 12px;
  cursor: pointer;
}

.item-RndTag p {
  font-size: 11px;
}

.item-RndTag-icon-wrap {
  position: relative;
}

.item-RndTag .icons {
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
}

.item-RndTag-icon-mask {
  position: absolute;
  inset: 0;
}

.userDialogbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.userDialogbox .dialog {
  width: 85%;
  background: #fff;
  padding: 15px 25px 20px;
  border-radius: 12px;
  text-align: center;
}

.userDialogbox .header,
.userDialogbox .tit,
.userDialogbox .link {
  color: #000;
  font-size: 16px;
}

.userDialogbox .tit {
  margin-top: 30px;
}

.copybtn {
  border: 0;
  background: #8b1210;
  width: 65%;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  margin-top: 30px;
}

.jcbox {
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: 45px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.69);
  position: fixed;
  z-index: 101;
  inset: 0;
}

.download-loading {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  pointer-events: auto;
  animation: download-loading-fade-in 0.18s ease-out;
}

.download-loading-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-width: 120px;
  padding: 22px 28px 18px;
  border-radius: 16px;
  background: linear-gradient(
    160deg,
    rgba(36, 36, 36, 0.96) 0%,
    rgba(18, 18, 18, 0.96) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.download-loading-ring {
  position: relative;
  width: 42px;
  height: 42px;
}

.download-loading-ring-outer,
.download-loading-ring-inner {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
}

.download-loading-ring-outer {
  border-width: 3px;
  border-top-color: #c43a36;
  border-right-color: rgba(196, 58, 54, 0.35);
  animation: download-loading-spin 0.85s linear infinite;
}

.download-loading-ring-inner {
  inset: 8px;
  border-width: 2px;
  border-bottom-color: rgba(255, 255, 255, 0.85);
  border-left-color: rgba(255, 255, 255, 0.25);
  animation: download-loading-spin-reverse 1.1s linear infinite;
}

.download-loading-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1;
}

@keyframes download-loading-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes download-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes download-loading-spin-reverse {
  to {
    transform: rotate(-360deg);
  }
}

.download-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  max-width: 80%;
  padding: 12px 18px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

.download-toast.is-show {
  opacity: 1;
  visibility: visible;
}

.jcbox-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jcbox .item {
  width: 296px;
  height: 441px;
}

.webbox {
  position: relative;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #000;
}

.webbox--bg-dragging .collection {
  cursor: grabbing;
}

.bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  touch-action: none;
  cursor: grab;
}

.bg-slider--dragging {
  cursor: grabbing;
}

.bg-slider-track {
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.bg-slider-track--no-trans {
  transition: none !important;
}

.bg-slide {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webbox-inner {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.webbox-inner > * {
  pointer-events: auto;
}

.banner {
  position: relative;
  z-index: 10;
  padding: 52px 60px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left_logo {
  width: 300px;
  aspect-ratio: 286 / 100;
}

.logo_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right_logo {
  display: flex;
  gap: 25px;
}

.right_logo .item {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}

.tg_link,
.sw_link,
.kf_link,
.sc_link {
  width: 96px;
  height: 40px;
}

.collection {
  position: fixed;
  left: 120px;
  bottom: 100px;
  display: flex;
  align-items: center;
  touch-action: none;
  cursor: grab;
}

.left_img {
  width: 600px;
  aspect-ratio: 869 / 252;
  background-repeat: no-repeat;
  background-size: cover;
}
