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;
}

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 12px;
}

.bar-pic {
  width: 100%;
  aspect-ratio: 1077 / 186;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.navs {
  background-color: #000;
  height: 40px;
  padding: 0 12px;
  display: flex;
  gap: 6px;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}

.navs .item {
  flex: 1 1 0;
  min-width: 0;
  height: 32px;
  border-radius: 8px;
  background-color: #431f22;
}

.navs .item.active {
  background-color: #8b1210;
}

.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 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.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: 1077 / 216;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer_dl_img {
  width: 100%;
  aspect-ratio: 1125 / 198;
  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 .icons {
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
}

.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;
}

.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: 300 / 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;
  top: 100px;
  bottom: 100px;
  display: flex;
  align-items: center;
  touch-action: none;
  cursor: grab;
}

.left_img {
  width: 46vw;
  aspect-ratio: 880 / 476;
  background-repeat: no-repeat;
  background-size: cover;
}
