
.stars-container {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
/* 基础布局 */
img {
    display: block;
}
.row {
    display: flex;
    flex-direction: row;
}
.col {
    display: flex;
    flex-direction: column;
}
.bb {
    box-sizing: border-box;
}
.self-center {
    align-self: center;
}
.ai-center {
    align-items: center;
}
.ai-start {
    align-items: flex-start;
}
.jc-center {
    justify-content: center;
}
.ta-center {
    text-align: center;
}
.flex {
    flex: 1;
}
.posa {
    position: absolute;
}
.posr {
    position: relative;
}
footer a {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    display: inline-flex;
}
footer a:hover {
    color: rgba(255, 255, 255, 1);
    transition: all .4s;
}
.gas-logo {
    height: 36px;
    width: 112px;
    opacity: .2;
}
.unselect {
    user-select: none;
    pointer-events: none;
    -webkit-user-select: none;
}
.br0 {
    border-radius: 0 !important;
}
.br4 {
    border-radius: 4px !important;
}
.br8 {
    border-radius: 8px !important;
}
.br12 {
    border-radius: 12px !important;
}
.br16 {
    border-radius: 16px !important;
}
.br32 {
    border-radius: 32px !important;
}
.br50 {
    border-radius: 50% !important;
}
.oh {
    overflow: hidden;
}
.usn {
    user-select: none;
}
.logo {
    height: 32px;
    align-self: center;
    margin: 0;
}
.logo img {
    height: 100%;
    width: auto;
    display: block;
}
.drawer-tag {
    display: inline-block;
    background: #ff4757;
    color: #FFF;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 4px 2px 4px;
    margin-left: 4px;
    vertical-align: middle
}
.app-card {
    text-decoration: none
}
.foot {
    background: #101010;
}
.usericon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 0;
    overflow: hidden;
    line-height: normal;
    border-radius: 50%;
}
.usericon img {
    height: 100%;
    width: 100%;
}
.notice-date {
    float: right;
    white-space: nowrap
}
.count-down {
    user-select: none;
    font-size: 16px
}
.notice-box-hidden {
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px
}
.banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.app-card-img {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.app-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box {
    background-color: #303030;
    overflow: hidden;
}
.box2 {
    background-color: #282828;
    overflow: hidden;
}
.box-border {
    border: 1px solid #FFF;
    overflow: hidden;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
}
.box-border:hover {
    background-color: #FFF;
    color: #101010;
}
.md-tag {
    display: inline-block;
    background-color: rgba(255, 255, 255, .2);
    color: #FFF;
}
.ta-justify {
    text-align: justify;
}
.icon {
    width: 1em;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.o20 {
    opacity: 20%;
}
.o50 {
    opacity: 50%;
}
.o80 {
    opacity: 80%;
}
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.emptyPage {
    position: relative;
    width: 100%;
    height: 80vh;
}
.emptyPage img {
    width: 100px;
    height: 100px;
}
.autoNextLine {
    white-space: pre-wrap;
}
.app-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 24px;
    margin-right: 8px;
    border-radius: 2px;
    background-color: #448aff;
    vertical-align: top;
}
.va-top {
    vertical-align: top;
}
.block {
    display: block
}
.hoverable {
    border: rgba(255, 255, 255, 0) solid 2px;
    transition: border .2s cubic-bezier(.4, 0, .2, 1)
}
.hoverable:hover {
    border: rgba(255, 255, 255, .8) solid 2px;
}
.box-border-invisible {
    border: rgba(255, 255, 255, 0) solid 2px;
}
.box-active-border {
    border: rgba(255, 255, 255, .8) solid 2px;
}
.fs {
    flex-shrink: 0;
}
.cp {
    cursor: pointer;
}
.wsp {
    white-space: pre-line;
}
.oc {
    object-fit: cover;
}
/* 表格内部横线样式 */
.table-border {
    border-collapse: collapse;
}
.table-border tbody tr {
    border-top: 1px solid #404040;
}
.table-border tbody tr:first-child {
    border-top: none;
}
/* 面包屑导航链接样式 */
.breadcrumb-link {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}
.breadcrumb-link:hover {
    color: #fff;
    text-decoration: underline;
}
.highlighted-border {
    border: 2px solid #FFF;
    animation: pulseBorder 1s infinite;
}
@keyframes pulseBorder {
0% {
        border-color: rgba(255, 255, 255, 0);
}
50% {
        border-color: rgba(255, 255, 255, 1);
}
100% {
        border-color: rgba(255, 255, 255, 0);
}
}
.new-version-box {
    background: linear-gradient(90deg, #448AFF 0%, #002684 100%);
    overflow: hidden;
}
.app-download-list-box {
    outline: 1px solid rgba(255, 255, 255, .12);
}
.space-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.form-box {
    background-color: #404040;
}
.form-width-setting {
    width: 520px;
    max-width: 80vw;
    min-width: 24vw;
    margin: auto;
}
.avatar-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #000000;
}
.btn-input {
    border-radius: 4px 0 0 4px !important;
}
.input-btn {
    height: fit-content;
    line-height: 54px;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
}
@keyframes progress {
0% { transform: translateX(-100%);
}
100% { transform: translateX(100%);
}
}
.a {
    color: #448aff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    outline: 0
}
.a:hover {
    color: #b3c0f8 !important;
    transition: all .2s ease;
}
.a-clear {
    text-decoration: none;
    outline: 0
}
.t12 {
    font-size: 12px;
}
.t14 {
    font-size: 14px;
}
.t16 {
    font-size: 16px;
}
.t18 {
    font-size: 18px;
}
.t20 {
    font-size: 20px;
}
.t24 {
    font-size: 24px;
}
.t28 {
    font-size: 28px;
}
.t32 {
    font-size: 32px;
}
.t36 {
    font-size: 36px;
}
.t48 {
    font-size: 48px;
}
.t64 {
    font-size: 64px;
}
.t72 {
    font-size: 72px;
}
.bold {
    font-weight: bold;
}
.thin {
    font-weight: 300;
}
.lh1 {
    line-height: 1;
}
.lh2 {
    line-height: 2;
}
.lh1-2 {
    line-height: 1.2;
}
.lh1-5 {
    line-height: 1.5;
}
.white {
    color: #FFF;
}
.gray {
    color: rgba(255, 255, 255, .4);
}
/* 边距设置 */
.m0 {
    margin: 0 !important;
}
.p0 {
    padding: 0 !important;
}
.mt4 {
    margin-top: 4px;
}
.mt8 {
    margin-top: 8px;
}
.mt12 {
    margin-top: 12px;
}
.mt16 {
    margin-top: 16px;
}
.mt20 {
    margin-top: 20px;
}
.mt24 {
    margin-top: 24px;
}
.mt32 {
    margin-top: 32px;
}
.mt36 {
    margin-top: 36px;
}
.mt48 {
    margin-top: 48px;
}
.mt64 {
    margin-top: 64px;
}
/* margin-bottom */
.mb4 {
    margin-bottom: 4px;
}
.mb8 {
    margin-bottom: 8px;
}
.mb12 {
    margin-bottom: 12px;
}
.mb16 {
    margin-bottom: 16px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb24 {
    margin-bottom: 24px;
}
.mb32 {
    margin-bottom: 32px;
}
.mb36 {
    margin-bottom: 36px;
}
.mb48 {
    margin-bottom: 48px;
}
.mb64 {
    margin-bottom: 64px;
}
/* margin-right */
.mr4 {
    margin-right: 4px;
}
.mr8 {
    margin-right: 8px;
}
.mr12 {
    margin-right: 12px;
}
.mr16 {
    margin-right: 16px;
}
.mr20 {
    margin-right: 20px;
}
.mr24 {
    margin-right: 24px;
}
.mr32 {
    margin-right: 32px;
}
.mr36 {
    margin-right: 36px;
}
.mr48 {
    margin-right: 48px;
}
.mr64 {
    margin-right: 64px;
}
/* margin-left */
.ml4 {
    margin-left: 4px;
}
.ml8 {
    margin-left: 8px;
}
.ml12 {
    margin-left: 12px;
}
.ml16 {
    margin-left: 16px;
}
.ml20 {
    margin-left: 20px;
}
.ml24 {
    margin-left: 24px;
}
.ml32 {
    margin-left: 32px;
}
.ml36 {
    margin-left: 36px;
}
.ml48 {
    margin-left: 48px;
}
.ml64 {
    margin-left: 64px;
}
/* margin-y (top & bottom) */
.my4 {
    margin: 4px 0;
}
.my8 {
    margin: 8px 0;
}
.my12 {
    margin: 12px 0;
}
.my16 {
    margin: 16px 0;
}
.my20 {
    margin: 20px 0;
}
.my24 {
    margin: 24px 0;
}
.my32 {
    margin: 32px 0;
}
.my36 {
    margin: 36px 0;
}
.my48 {
    margin: 48px 0;
}
.my64 {
    margin: 64px 0;
}
/* margin-x (left & right) */
.mx4 {
    margin: 0 4px;
}
.mx8 {
    margin: 0 8px;
}
.mx12 {
    margin: 0 12px;
}
.mx16 {
    margin: 0 16px;
}
.mx20 {
    margin: 0 20px;
}
.mx24 {
    margin: 0 24px;
}
.mx32 {
    margin: 0 32px;
}
.mx36 {
    margin: 0 36px;
}
.mx48 {
    margin: 0 48px;
}
.mx64 {
    margin: 0 64px;
}
/* padding-top */
.pt4 {
    padding-top: 4px;
}
.pt8 {
    padding-top: 8px;
}
.pt12 {
    padding-top: 12px;
}
.pt16 {
    padding-top: 16px;
}
.pt20 {
    padding-top: 20px;
}
.pt24 {
    padding-top: 24px;
}
.pt32 {
    padding-top: 32px;
}
.pt36 {
    padding-top: 36px;
}
.pt48 {
    padding-top: 48px;
}
.pt64 {
    padding-top: 64px;
}
/* padding-bottom */
.pb4 {
    padding-bottom: 4px;
}
.pb8 {
    padding-bottom: 8px;
}
.pb12 {
    padding-bottom: 12px;
}
.pb16 {
    padding-bottom: 16px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb24 {
    padding-bottom: 24px;
}
.pb32 {
    padding-bottom: 32px;
}
.pb36 {
    padding-bottom: 36px;
}
.pb48 {
    padding-bottom: 48px;
}
.pb64 {
    padding-bottom: 64px;
}
/* padding-right */
.pr4 {
    padding-right: 4px;
}
.pr8 {
    padding-right: 8px;
}
.pr12 {
    padding-right: 12px;
}
.pr16 {
    padding-right: 16px;
}
.pr20 {
    padding-right: 20px;
}
.pr24 {
    padding-right: 24px;
}
.pr32 {
    padding-right: 32px;
}
.pr36 {
    padding-right: 36px;
}
.pr48 {
    padding-right: 48px;
}
.pr64 {
    padding-right: 64px;
}
/* padding-left */
.pl4 {
    padding-left: 4px;
}
.pl8 {
    padding-left: 8px;
}
.pl12 {
    padding-left: 12px;
}
.pl16 {
    padding-left: 16px;
}
.pl20 {
    padding-left: 20px;
}
.pl24 {
    padding-left: 24px;
}
.pl32 {
    padding-left: 32px;
}
.pl36 {
    padding-left: 36px;
}
.pl48 {
    padding-left: 48px;
}
.pl64 {
    padding-left: 64px;
}
/* padding-y (top & bottom) */
.py4 {
    padding: 4px 0;
}
.py8 {
    padding: 8px 0;
}
.py12 {
    padding: 12px 0;
}
.py16 {
    padding: 16px 0;
}
.py20 {
    padding: 20px 0;
}
.py24 {
    padding: 24px 0;
}
.py32 {
    padding: 32px 0;
}
.py36 {
    padding: 36px 0;
}
.py48 {
    padding: 48px 0;
}
.py64 {
    padding: 64px 0;
}
/* padding-x (left & right) */
.px4 {
    padding: 0 4px;
}
.px8 {
    padding: 0 8px;
}
.px12 {
    padding: 0 12px;
}
.px16 {
    padding: 0 16px;
}
.px20 {
    padding: 0 20px;
}
.px24 {
    padding: 0 24px;
}
.px32 {
    padding: 0 32px;
}
.px36 {
    padding: 0 36px;
}
.px48 {
    padding: 0 48px;
}
.px64 {
    padding: 0 64px;
}
/* padding all */
.p4 {
    padding: 4px;
}
.p8 {
    padding: 8px;
}
.p12 {
    padding: 12px;
}
.p16 {
    padding: 16px;
}
.p20 {
    padding: 20px;
}
.p24 {
    padding: 24px;
}
.p32 {
    padding: 32px;
}
.p36 {
    padding: 36px;
}
.p48 {
    padding: 48px;
}
.p64 {
    padding: 64px;
}
/* gap */
.g4 {
    gap: 4px;
}
.g8 {
    gap: 8px;
}
.g12 {
    gap: 12px;
}
.g16 {
    gap: 16px;
}
.g20 {
    gap: 20px;
}
.g24 {
    gap: 24px;
}
.g32 {
    gap: 32px;
}
.g36 {
    gap: 36px;
}
.g48 {
    gap: 48px;
}
.g64 {
    gap: 64px;
}
.w100 {
    width: 100%;
}
.w0 {
    width: 0;
}
.h0 {
    height: 0;
}
.h100 {
    height: 100%;
}
.h100 {
    height: 100%;
}
html {
  background: transparent;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: linear-gradient(180deg, #0e0018 0%, #241a46 25%, #5d376c 50%, #a65383 66.66%, #e76e86 83.34%, #ff8676 100.000%);
  background-attachment: fixed;
  min-height: 100vh;
}
.footer {
  height: 48px;
  text-align: center;
  background: rgba(0, 0, 0, .4);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.footer a {
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
  transition: color .2s ease;
}
.footer a:hover {
  color: #FFF;
}
.n-button--error-type {
  background-color: #D03050;
}
.n-button--warning-type {
  background-color: #F0A020;
}
button.n-button--primary-type .n-button__content,
.n-button--error-type .n-button__content,
.n-button--warning-type .n-button__content {
  color: #FFF !important;
}
button.n-button--primary-type .n-button__icon,
.n-button--error-type .n-button__icon,
.n-button--warning-type .n-button__icon {
  color: #FFF !important;
}
.n-button {
  transform: translateZ(0);
}
.loading {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #303030;
}
.loading-gif {
  width: clamp(4vw, 180px, 50vw);
  height: auto;
}
.content {
  min-height: calc(100vh - 48px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: transparent;
}
.n-message,
.n-float-button,
.n-popover {
  background: rgba(0, 0, 0, .06) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .3) !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
}
.n-modal {
  background: rgba(0, 0, 0, .5) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .3) !important;
  border: 1px solid rgba(255, 255, 255, .3) !important;
  border-radius: 12px !important;
  isolation: isolate;
}
@media (max-width: 500px) {
#lang-switcher-btn {
    top: 5vw !important;
    right: 5vw !important;
}
}
