body {
    background-color: #000d20;
}
.tabs input {
    --font-size: 0.14rem;
    border: 1px solid #ccc;
    border-radius: 0.05rem;
    border-top: 1.5px solid #ccc;
    box-sizing: border-box;
    padding: 0.05rem;
}

.tabs input:focus {
    box-shadow: 0 0 0.08rem 1px #457bc6;
}

.App {
    text-align: center;
}

.no-scroll {
    overflow: hidden;
}

.tit {
    color: #fff;
    font-size: 0.16rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.hh {
    color: #eff;
    font-size: 0.14rem;
    margin: 0.1rem 0;
}

.font-c {
    color: #9a9fa5;
    line-height: 2;
    word-spacing: 2px;
}

body {
    background-color: #000d20;
    letter-spacing: 1px;
}

.App-logo {
    height: 40vmin;
    pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
    .App-logo {
        animation: App-logo-spin 20s linear infinite;
    }
}

.App-header {
    align-items: center;
    background-color: #282c34;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: calc(10px + 2vmin);
    justify-content: center;
    min-height: 100vh;
}

.App-link {
    color: #61dafb;
}

@keyframes App-logo-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.bottom {
    background-color: #000d20;
    bottom: 0;
    box-shadow: 3px 5px 10px 3px #e4e3e3;
    padding: 0.05rem 0;
    position: fixed;
    width: 3.75rem;
}

.margin-t {
    margin-top: 3px;
}

:root {
    --adm-radius-s: 4px;
    --adm-radius-m: 8px;
    --adm-radius-l: 12px;
    --adm-font-size-1: 9px;
    --adm-font-size-2: 10px;
    --adm-font-size-3: 11px;
    --adm-font-size-4: 12px;
    --adm-font-size-5: 13px;
    --adm-font-size-6: 14px;
    --adm-font-size-7: 15px;
    --adm-font-size-8: 16px;
    --adm-font-size-9: 17px;
    --adm-font-size-10: 18px;
    --adm-color-primary: #1677ff;
    --adm-color-success: #00b578;
    --adm-color-warning: #ff8f1f;
    --adm-color-danger: #ff3141;
    --adm-color-yellow: #ff9f18;
    --adm-color-orange: #ff6430;
    --adm-color-wathet: #e7f1ff;
    --adm-color-text: #333;
    --adm-color-text-secondary: #666;
    --adm-color-weak: #999;
    --adm-color-light: #ccc;
    --adm-color-border: #eee;
    --adm-color-background: #fff;
    --adm-color-highlight: var(--adm-color-danger);
    --adm-color-white: #fff;
    --adm-color-box: #f5f5f5;
    --adm-color-text-light-solid: var(--adm-color-white);
    --adm-color-text-dark-solid: #000;
    --adm-color-fill-content: var(--adm-color-box);
    --adm-font-size-main: var(--adm-font-size-5);
    --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue', helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
    --adm-border-color: var(--adm-color-border);
}

html[data-prefers-color-scheme='dark'] {
    --adm-color-primary: #3086ff;
    --adm-color-success: #34b368;
    --adm-color-warning: #ffa930;
    --adm-color-danger: #ff4a58;
    --adm-color-yellow: #ffa930;
    --adm-color-orange: #e65a2b;
    --adm-color-wathet: #0d2543;
    --adm-color-text: #e6e6e6;
    --adm-color-text-secondary: #b3b3b3;
    --adm-color-weak: grey;
    --adm-color-light: #4d4d4d;
    --adm-color-border: #2b2b2b;
    --adm-color-box: #0a0a0a;
    --adm-color-background: #1a1a1a;
    --adm-color-background-body: var(--adm-color-background);
    --adm-border-color: var(--adm-color-border);
}

:root {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    background-color: var(--adm-color-background-body);
}

body {
    color: #333;
    color: var(--adm-color-text);
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, segoe ui, arial, roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    font-family: var(--adm-font-family);
    font-size: 13px;
    font-size: var(--adm-font-size-main);
}

a,
button {
    cursor: pointer;
}

a {
    color: #1677ff;
    color: var(--adm-color-primary);
    transition: opacity 0.2s ease-in-out;
}

a:active {
    opacity: 0.8;
}

.adm-plain-anchor {
    color: inherit;
    transition: none;
}

.adm-plain-anchor:active {
    opacity: 1;
}

body.adm-overflow-hidden {
    overflow: hidden !important;
}

div.adm-px-tester {
    --size: 1;
    height: calc(var(--size) / 2 * 2px);
    left: -100vw;
    pointer-events: none;
    position: fixed;
    top: -100vh;
    width: 0;
}

.adm-button,
div.adm-px-tester {
    -webkit-user-select: none;
    user-select: none;
}

.adm-button {
    --color: var(--adm-color-text-light-solid);
    --text-color: var(--adm-button-text-color, var(--adm-color-text));
    --background-color: var(--adm-button-background-color, var(--adm-color-background));
    --border-radius: var(--adm-button-border-radius, 4px);
    --border-width: var(--adm-button-border-width, 1px);
    --border-style: var(--adm-button-border-style, solid);
    --border-color: var(--adm-button-border-color, var(--adm-color-border));
    background-color: var(--background-color);
    border: var(--border-width) var(--border-style) var(--border-color);
    border-radius: var(--border-radius);
    box-sizing: border-box;
    color: var(--text-color);
    cursor: pointer;
    display: inline-block;
    font-size: var(--adm-font-size-9);
    height: auto;
    line-height: 1.4;
    margin: 0;
    padding: 7px 12px;
    position: relative;
    text-align: center;
    transition: opacity 0.15s ease;
}

.adm-button:focus {
    outline: none;
}

.adm-button:before {
    background-color: var(--adm-color-text-dark-solid);
    border: var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);
    border-radius: var(--border-radius);
    box-sizing: initial;
    content: ' ';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));
    width: 100%;
}

.adm-button:active:before {
    opacity: 0.08;
}

.adm-button-default.adm-button-fill-outline {
    --background-color: #0000;
    --border-color: var(--adm-color-text);
}

.adm-button-default.adm-button-fill-none {
    --background-color: #0000;
    --border-width: 0px;
}

.adm-button:not(.adm-button-default) {
    --text-color: var(--adm-color-text-light-solid);
    --background-color: var(--color);
    --border-color: var(--color);
}

.adm-button:not(.adm-button-default).adm-button-fill-outline {
    --text-color: var(--color);
    --background-color: #0000;
}

.adm-button:not(.adm-button-default).adm-button-fill-none {
    --text-color: var(--color);
    --background-color: #0000;
    --border-width: 0px;
}

.adm-button-primary {
    --color: var(--adm-color-primary);
}

.adm-button-success {
    --color: var(--adm-color-success);
}

.adm-button-danger {
    --color: var(--adm-color-danger);
}

.adm-button-warning {
    --color: var(--adm-color-warning);
}

.adm-button-block {
    display: block;
    width: 100%;
}

.adm-button-disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.adm-button-disabled:active:before {
    display: none;
}

.adm-button.adm-button-mini {
    font-size: var(--adm-font-size-main);
    padding-bottom: 3px;
    padding-top: 3px;
}

.adm-button.adm-button-mini.adm-button-shape-rounded {
    padding-left: 9px;
    padding-right: 9px;
}

.adm-button.adm-button-small {
    font-size: var(--adm-font-size-7);
    padding-bottom: 3px;
    padding-top: 3px;
}

.adm-button.adm-button-large {
    font-size: var(--adm-font-size-10);
    padding-bottom: 11px;
    padding-top: 11px;
}

.adm-button.adm-button-shape-rounded {
    --border-radius: 1000px;
}

.adm-button.adm-button-shape-rectangular {
    --border-radius: 0;
}

.adm-button-loading {
    vertical-align: bottom;
}

.adm-button-loading-wrapper {
    align-items: center;
    display: flex;
    height: 1.4em;
    justify-content: center;
}

.adm-button-loading-wrapper > .adm-loading {
    opacity: 0.6;
}

.adm-dot-loading {
    display: inline-block;
}

.adm-floating-bubble {
    --initial-position-left: var(--initial-position-left);
    --initial-position-right: var(--initial-position-right);
    --initial-position-top: var(--initial-position-top);
    --initial-position-bottom: var(--initial-position-bottom);
    --z-index: 1;
    --edge-distance: 0;
    --size: 48px;
    --border-radius: 50%;
    --background: var(--adm-color-primary);
}

.adm-floating-bubble-boundary-outer {
    box-sizing: border-box;
    height: 100vh;
    left: 0;
    padding: var(--edge-distance);
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100vw;
}

.adm-floating-bubble-boundary {
    height: 100%;
    position: relative;
    width: 100%;
}

.adm-floating-bubble-button {
    height: var(--size);
    width: var(--size);
}

.adm-image {
    --width: var(--adm-image-width, auto);
    --height: var(--adm-image-height, auto);
    display: block;
    height: var(--height);
    overflow: hidden;
    width: var(--width);
}

.adm-image-img {
    height: 100%;
    width: 100%;
}

.adm-image-tip {
    background-color: var(--adm-color-fill-content);
    height: 100%;
    min-height: 24px;
    min-width: 24px;
    position: relative;
}

.adm-image-tip > svg {
    color: var(--adm-color-weak);
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
}

.adm-nav-bar {
    padding: 0 12px;
}

.adm-nav-bar-left,
.adm-nav-bar-right {
    flex: 1 1;
}

.adm-nav-bar-title {
    flex: auto;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}

.adm-nav-bar-back {
    margin-right: 16px;
}

.adm-nav-bar-back-arrow {
    font-size: 24px;
    margin-right: 4px;
}

.adm-nav-bar-left {
    align-items: center;
    display: flex;
    font-size: var(--adm-font-size-7);
    justify-content: flex-start;
}

.adm-nav-bar-title {
    font-size: var(--adm-font-size-10);
    justify-content: center;
    padding: 0 12px;
    white-space: nowrap;
}

.adm-nav-bar-right {
    text-align: right;
}

.adm-notice-bar {
    --background-color: var(--adm-color-weak);
    --border-color: var(--adm-color-weak);
    --text-color: var(--adm-color-text-light-solid);
    --font-size: var(--adm-font-size-7);
    --icon-font-size: var(--adm-font-size-10);
    --height: 40px;
    align-items: center;
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    display: flex;
    font-size: var(--font-size);
    height: var(--height);
    justify-content: space-between;
    padding: 0 12px;
}

.adm-notice-bar,
.adm-notice-bar > span[role='img'] {
    color: var(--text-color);
}

.adm-notice-bar.adm-notice-bar-alert {
    --background-color: #fff9ed;
    --border-color: #fff3e9;
    --text-color: var(--adm-color-orange);
}

.adm-notice-bar.adm-notice-bar-error {
    --background-color: var(--adm-color-danger);
    --border-color: #d9281e;
    --text-color: #fff;
}

.adm-notice-bar.adm-notice-bar-info {
    --background-color: #d0e4ff;
    --border-color: #bcd8ff;
    --text-color: var(--adm-color-primary);
}

.adm-notice-bar .adm-notice-bar-left {
    flex-shrink: 0;
    font-size: var(--icon-font-size);
    margin-right: 8px;
}

.adm-notice-bar .adm-notice-bar-content {
    align-items: center;
    display: flex;
    flex: 1 1;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.adm-notice-bar .adm-notice-bar-content .adm-notice-bar-content-inner {
    transition-timing-function: linear;
    white-space: nowrap;
    width: auto;
}

.adm-notice-bar-wrap.adm-notice-bar .adm-notice-bar-content .adm-notice-bar-content-inner {
    white-space: normal;
}

.adm-notice-bar .adm-notice-bar-right {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    margin-left: 12px;
}

.adm-notice-bar-close {
    align-items: center;
    display: flex;
    font-size: var(--adm-font-size-10);
    height: 24px;
    justify-content: center;
    margin-right: -3px;
    width: 24px;
}

.adm-notice-bar-wrap {
    align-items: flex-start;
    height: auto;
    line-height: 22px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.adm-search-bar {
    --height: 32px;
    --padding-left: 8px;
    --background: var(--adm-color-fill-content);
    --border-radius: 6px;
    --placeholder-color: var(--adm-color-weak);
    ---placeholder-color: var(--placeholder-color);
    align-items: center;
    display: flex;
    height: var(--height);
    justify-content: center;
}

.adm-search-bar .adm-search-bar-input-box {
    align-items: center;
    background: var(--background);
    border: 1px solid #0000;
    border-radius: var(--border-radius);
    display: flex;
    flex: auto;
    justify-content: center;
    padding-left: var(--padding-left);
}

.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input-box-icon {
    color: var(--adm-color-light);
    flex: none;
    font-size: var(--adm-font-size-8);
}

.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input {
    box-sizing: border-box;
    flex: auto;
    height: calc(var(--height) - 2px);
    padding: 4px 8px 4px 4px;
}

.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-input {
    --placeholder-color: var(---placeholder-color);
    --font-size: var(--adm-font-size-7);
}

.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input .adm-input-element {
    line-height: 19px;
}

.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-search-bar-input-without-icon {
    padding-left: 8px;
}

.adm-search-bar .adm-search-bar-suffix {
    flex: none;
    margin-left: 4px;
}

.adm-search-bar .adm-search-bar-cancel-button.adm-button {
    padding: 3px 12px;
}

.adm-search-bar-active .adm-input.adm-input.adm-input {
    --placeholder-color: var(--adm-color-light);
}

.adm-search-bar-active .adm-search-bar-input-box {
    background: var(--adm-color-background);
    border-color: var(--adm-color-primary);
}

.adm-input {
    --font-size: var(--adm-font-size-9);
    --color: var(--adm-color-text);
    --placeholder-color: var(--adm-color-light);
    --text-align: left;
    --background-color: #0000;
    align-items: center;
    background-color: var(--background-color);
    display: flex;
    justify-content: flex-start;
    max-height: 100%;
    max-width: 100%;
    min-height: 24px;
    width: 100%;
}

.adm-input-disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.adm-input-element {
    -webkit-appearance: none;
    appearance: none;
    background: #0000;
    border: 0;
    box-sizing: border-box;
    color: var(--color);
    display: inline-block;
    flex: auto;
    font-size: var(--font-size);
    line-height: 1.5;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 1.5em;
    outline: none;
    padding: 0;
    text-align: var(--text-align);
    width: 100%;
}

.adm-input-element::placeholder {
    color: var(--placeholder-color);
    font-family: inherit;
}

.adm-input-element:-webkit-autofill {
    background-color: initial;
}

.adm-input-element:read-only {
    cursor: default;
}

.adm-input-element:invalid {
    box-shadow: none;
}

.adm-input-element::-ms-clear,
.adm-input-element::-ms-reveal {
    display: none;
}

.adm-input-element::-webkit-search-cancel-button,
.adm-input-element::-webkit-search-decoration {
    display: none;
}

.adm-input-element:disabled {
    opacity: 1;
}

.adm-input-element[type='date'],
.adm-input-element[type='datetime-local'],
.adm-input-element[type='time'] {
    min-height: 1.5em;
}

.adm-input-element[type='search'] {
    -webkit-appearance: none;
}

.adm-input-element[readonly] {
    pointer-events: none;
}

.adm-input-clear {
    color: var(--adm-color-light);
    cursor: pointer;
    flex: none;
    margin-left: 8px;
    padding: 4px;
}

.adm-input-clear:active {
    color: var(--adm-color-weak);
}

.adm-input-clear .antd-mobile-icon {
    display: block;
    font-size: var(--adm-font-size-7);
}

.adm-swiper {
    --height: auto;
    --width: 100%;
    --border-radius: 0;
    --track-padding: 0;
    --slide-size: 100%;
    --track-offset: 0%;
    border-radius: var(--border-radius);
    display: block;
    height: var(--height);
    overflow: hidden;
    position: relative;
    width: var(--width);
    z-index: 0;
}

.adm-swiper-track {
    height: 100%;
    padding: var(--track-padding);
    white-space: nowrap;
    width: 100%;
}

.adm-swiper-track-allow-touch-move {
    cursor: grab;
}

.adm-swiper-track-inner {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.adm-swiper-slide,
.adm-swiper-slide-placeholder {
    display: block;
    flex: none;
    height: 100%;
    position: relative;
    white-space: inherit;
    width: 100%;
}

.adm-swiper-item {
    display: block;
    height: 100%;
    white-space: normal;
    width: 100%;
}

.adm-swiper-horizontal .adm-swiper-track-allow-touch-move {
    touch-action: pan-y;
}

.adm-swiper-horizontal .adm-swiper-indicator {
    bottom: 6px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.adm-swiper-horizontal .adm-swiper-track {
    transform: translateX(var(--track-offset));
}

.adm-swiper-horizontal .adm-swiper-track-inner {
    flex-direction: row;
    width: var(--slide-size);
}

.adm-swiper-vertical .adm-swiper-track-allow-touch-move {
    touch-action: pan-x;
}

.adm-swiper-vertical .adm-swiper-indicator {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.adm-swiper-vertical .adm-swiper-track {
    transform: translateY(var(--track-offset));
}

.adm-swiper-vertical .adm-swiper-track-inner {
    flex-direction: column;
    height: var(--slide-size);
}

.adm-page-indicator {
    --dot-color: var(--adm-color-light);
    --active-dot-color: var(--adm-color-primary);
    --dot-size: 3px;
    --active-dot-size: 13px;
    --dot-border-radius: 1px;
    --active-dot-border-radius: var(--dot-border-radius);
    --dot-spacing: 3px;
    display: flex;
    width: auto;
}

.adm-page-indicator-dot {
    background: var(--dot-color);
    border-radius: var(--dot-border-radius);
    display: block;
    height: var(--dot-size);
    width: var(--dot-size);
}

.adm-page-indicator-dot:last-child {
    margin-right: 0;
}

.adm-page-indicator-dot-active {
    background: var(--active-dot-color);
    border-radius: var(--active-dot-border-radius);
}

.adm-page-indicator-color-white {
    --dot-color: #ffffff80;
    --active-dot-color: var(--adm-color-text-light-solid);
}

.adm-page-indicator-horizontal {
    flex-direction: row;
}

.adm-page-indicator-horizontal .adm-page-indicator-dot {
    margin-right: var(--dot-spacing);
}

.adm-page-indicator-horizontal .adm-page-indicator-dot-active {
    width: var(--active-dot-size);
}

.adm-page-indicator-vertical {
    flex-direction: column;
}

.adm-page-indicator-vertical .adm-page-indicator-dot {
    margin-bottom: var(--dot-spacing);
}

.adm-page-indicator-vertical .adm-page-indicator-dot-active {
    height: var(--active-dot-size);
}

.adm-tab-bar-wrap {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-height: 48px;
    overflow: hidden;
}

.adm-tab-bar-item {
    align-items: center;
    color: var(--adm-color-text-secondary);
    cursor: pointer;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: center;
    padding: 4px 8px;
    position: relative;
    white-space: nowrap;
    width: -webkit-min-content;
    width: min-content;
}

.adm-tab-bar-item-icon {
    font-size: 24px;
    height: 24px;
    line-height: 1;
}

.adm-tab-bar-item-title {
    font-size: var(--adm-font-size-2);
    line-height: 15px;
}

.adm-tab-bar-item-title-with-icon {
    margin-top: 2px;
}

.adm-tab-bar-item-active {
    color: var(--adm-color-primary);
}

.adm-tab-bar-icon-badge {
    --top: 6px;
}

.adm-tab-bar-title-badge {
    --right: -2px;
    --top: -2px;
}

.adm-badge-wrapper {
    display: inline-block;
    position: relative;
}

.adm-badge {
    --right: 0;
    --top: 0;
    --color: var(--adm-badge-color, var(--adm-color-highlight));
    background-color: var(--color);
    border-radius: 100px;
    box-sizing: initial;
    display: inline-flex;
    vertical-align: middle;
}

.adm-badge-content {
    box-sizing: border-box;
    color: var(--adm-color-text-light-solid);
    font-size: var(--adm-font-size-1);
    font-weight: 400;
    line-height: 12px;
    min-width: 8px;
    padding: 1px 4px;
    text-align: center;
    white-space: nowrap;
}

.adm-badge-fixed {
    position: absolute;
    right: var(--right);
    top: var(--top);
    transform: translate(50%, -50%);
}

.adm-badge-dot {
    border-radius: 5px;
    height: 10px;
    min-width: 10px;
    width: 10px;
}

.adm-badge-bordered {
    border: 1px solid var(--adm-color-text-light-solid);
}

.adm-safe-area {
    --multiple: var(--adm-safe-area-multiple, 1);
    display: block;
    width: 100%;
}

.adm-safe-area-position-top {
    padding-top: calc(env(safe-area-inset-top) * var(--multiple));
}

.adm-safe-area-position-bottom {
    padding-bottom: calc(env(safe-area-inset-bottom) * var(--multiple));
}

.adm-toast-mask .adm-toast-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}

.adm-toast-mask .adm-toast-main {
    background-color: #000000b3;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: var(--adm-font-size-7);
    line-height: 1.5;
    max-height: 70%;
    max-width: 204px;
    overflow: auto;
    pointer-events: all;
    position: relative;
    text-align: left;
    text-align: initial;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    word-break: break-all;
}

.adm-toast-mask .adm-toast-main-text {
    min-width: 0;
    padding: 12px;
}

.adm-toast-mask .adm-toast-main-icon {
    min-width: 150px;
    padding: 35px 12px;
}

.adm-toast-mask .adm-toast-main-icon .adm-toast-icon {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 8px;
    text-align: center;
}

.adm-toast-loading {
    --size: 48px;
    margin: 0 auto 8px;
}

.adm-auto-center {
    display: flex;
    justify-content: center;
}

.adm-auto-center-content {
    flex: 0 1 auto;
}

.adm-mask {
    --z-index: var(--adm-mask-z-index, 1000);
    display: block;
    position: fixed;
    z-index: var(--z-index);
}

.adm-mask,
.adm-mask-aria-button {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.adm-mask-aria-button {
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.adm-mask-content {
    z-index: 1;
}

.adm-spin-loading {
    --color: var(--adm-color-weak);
    --size: 32px;
    height: var(--size);
    width: var(--size);
}

.adm-spin-loading-svg {
    animation: adm-spin-loading-rotate 0.8s linear infinite;
    height: 100%;
    width: 100%;
}

.adm-spin-loading-svg > .adm-spin-loading-fill {
    stroke: var(--color);
}

@keyframes adm-spin-loading-rotate {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.header-page,
.header-page-bg {
    align-items: center;
    background-color: #000d20;
    height: 0.45rem;
    padding: 0.1rem 0;
    position: fixed;
    top: 0;
    width: 3.75rem;
    z-index: 999;
}

.header-page-bg {
    background-attachment: fixed;
    background-image: url(./img/img1.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.bottom-line {
    border-bottom: 1px solid #efefeff3;
}

.notice-bar {
    --height: 0.28rem;
    --font-size: 0.13rem;
}

.tab-login {
    background: #3871fe;
    border-radius: 0.1rem;
    color: #fff;
    height: 0.3rem;
    justify-content: center;
    padding: 0 0.15rem;
}

.adm-nav-bar-back,
.tab-login {
    align-items: center;
    cursor: pointer;
    display: flex;
}

.adm-nav-bar-back {
    margin-right: 0;
    padding: 6px 0;
}

.adm-nav-bar {
    --height: 45px;
    --border-bottom: none;
    align-items: center;
    border-bottom: var(--border-bottom);
    display: flex;
    height: var(--height);
    padding: 0 0.16rem;
    white-space: nowrap;
}

.rate-star {
    --star-size: 0.1rem;
}

.good {
    box-sizing: border-box;
    color: #b1b5c3;
    cursor: pointer;
    margin-bottom: 0.15rem;
    text-align: left;
    vertical-align: middle;
    width: 0.8rem;
}

.app-name {
    color: #fcfcfd;
    font-size: 0.12rem;
    font-weight: 550;
    line-height: 0.16rem;
    margin-top: 0.03rem;
    padding: 0 0.06rem;
    text-align: center;
    text-overflow: clip;
}

@media screen and (min-width: 1000px) {
    .app-name {
        font-size: 16px;
    }
}

.content {
    align-items: center;
    justify-content: center;
    padding: 0.05rem 0;
}

.base-box {
    border-radius: 0.08rem;
    box-sizing: border-box;
    padding: 0.1rem 0.16rem 0.2rem;
    width: 3.75rem;
    padding-bottom: 0;
}

.base-bg-box {
    background-attachment: fixed;
    background-image: url(./img/img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
}

.is-fiexd {
    bottom: 0.8rem;
    position: fixed;
    width: 100%;
}

.bottom-flag {
    border-top: 0 solid #4d4d4d;
    color: #9d9d9d;
    cursor: pointer;
    font-size: 0.12rem;
    padding: 0.3rem 0;
}

@media screen and (min-width: 1000px) {
    .bottom-flag {
        font-size: 14px;
    }
}

.copyri {
    font-size: 0.1rem;
    margin-top: 0.1rem;
    padding-left: 0.1rem;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .copyri {
        font-size: 12px;
    }
}

.notice-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-weight: 550;
    height: 0.4rem;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}

.notice-img {
    border-radius: 4px;
    height: 0.5rem;
    object-fit: cover;
    width: 1rem;
}

.notice-tit {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #edeff3;
    display: -webkit-box;
    font-family: Source Han Sans CN;
    font-size: 0.14rem;
    overflow: hidden;
}

@media screen and (min-width: 1000px) {
    .notice-tit {
        font-size: 16px;
    }
}

.bg-box {
    background-image: url(./img/img2.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    height: 85vh;
    margin-bottom: -0.7rem;
}

.bar-nav,
.bg-box {
    display: flex;
    justify-content: space-between;
}

.bar-nav {
    border-radius: 0.08rem;
    box-sizing: border-box;
    justify-items: center;
    margin: 0.05rem 0;
    padding: 0.09375rem;
    width: 100%;
}

.bar-nav .left {
    color: #fcfcfd;
    display: flex;
    font-size: 0.18rem;
    font-weight: 700;
    gap: 0.02rem;
    justify-content: center;
}

@media screen and (min-width: 1000px) {
    .bar-nav .left {
        font-size: 22px;
    }
}

.bar-nav .right {
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 0.14rem;
    /*margin-top: 0.08rem;*/
}
.bar-nav .right a{
    color: #fff;
}
@media screen and (min-width: 1000px) {
    .bar-nav .right {
        font-size: 20px;
    }
}

.list-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.yue {
    background-image: url(./img/img3.png);
    background-size: 3.3rem 0.76rem;
    color: #fcfcfd;
    font-size: 0.12rem;
    height: 0.76rem;
    justify-content: space-between;
    padding: 0 0.2rem;
    width: 3.3rem;
}

.reg_bt,
.yue {
    align-items: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: flex;
}

.reg_bt {
    background-image: url(data:image/png;base64,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);
    background-size: 1rem 0.3rem;
    color: #40311f;
    cursor: pointer;
    font-size: 0.16rem;
    height: 0.3rem;
    justify-content: center;
    letter-spacing: 0;
    width: 1rem;
}

.meun-list {
    color: #fcfcfd;
    font-size: 0.16rem;
    padding-top: 0.3rem;
    width: 100%;
}

.meun-b {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    letter-spacing: 2px;
    line-height: 0.25rem;
    padding: 0.2rem 0;
    width: 100%;
}

.go-img {
    width: 0.15rem;
}

.meun-img {
    margin-right: 0.1rem;
    width: 0.25rem;
}

.bottom-box {
    align-items: center;
    background-color: #eac4c4;
    border-radius: 0.1rem;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    height: 3.5rem;
    justify-content: space-around;
    margin-top: 0.8rem;
    padding: 0.15rem 0.1rem 0;
    position: relative;
    text-align: center;
    width: 3.5rem;
}

.colorRed {
    color: #fcfcfd;
}

.tabs1 input {
    --font-size: 0.14rem;
    border: 1px solid #ccc;
    border-radius: 0.05rem;
    border-top: 1.5px solid #ccc;
    box-sizing: border-box;
    padding: 0.05rem;
}

.tabs1 input:focus {
    box-shadow: 0 0 0.08rem 1px #457bc6;
}

.box-center {
    box-sizing: border-box;
    float: left;
    margin-bottom: 0.8rem;
    width: 100%;
    display: none;
}

.text-desc {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    color: #b1b5c3;
    display: -webkit-box;
    font-family: Source Han Sans CN;
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 0.16rem;
    margin-top: 0.12rem;
    overflow: hidden;
}

body {
    font-family: CupertinoIcons;
}

.log-put {
    background-color: #2a2c38;
    color: #b1b5c3;
    height: 0.4rem;
    margin-top: 0.08rem;
    padding: 8px 15px;
    width: 100%;
}

.tabs1 input {
    border: none;
    outline: none;
}

.log-put-p {
    background-color: #2a2c38;
    border-radius: 0.08rem;
    box-sizing: border-box;
    color: #b1b5c3;
    height: 0.4rem;
    margin-top: 0.08rem;
    padding: 8px 15px;
    width: 100%;
}

.put input {
    border: none;
    outline: none;
}

.d-box {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100vh;
    width: 100%;
}

.img-b {
    position: relative;
}

.item-img {
    border-radius: 0.1rem;
    object-fit: cover;
    width: 100%;
}

.des-b {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #edeff3;
    color: #ffffffa8;
    display: -webkit-box;
    font-family: Source Han Sans CN;
    overflow: hidden;
}

.triangle {
    left: 0;
    position: absolute;
    top: 0;
}

.triangle img {
    width: 1rem;
}

.down-box {
    align-items: center;
    background-color: #143f3b;
    border-radius: 0.08rem;
    color: #00cdba;
    cursor: pointer;
    display: flex;
    font-size: 0.14rem;
    font-weight: 770;
    height: 0.32rem;
    justify-content: center;
    width: 0.72rem;
}

@media screen and (min-width: 1000px) {
    .down-box {
        font-size: 16px;
        height: 45px;
        width: 80px;
    }
}

.right-b {
    text-align: center;
}

.top_nav_gom {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 6px #888;
    padding: 5px;
}

.flex-cCenter {
    -moz-align-items: center;
    align-items: center;
}

.flex-def {
    display: flex;
}

.top_nav_gom > div {
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.top_nav_gom > div > img {
    border-radius: 0.05rem;
    width: 90%;
}

.top_nav_tag {
    border: 1px solid #fb729e;
    border-radius: 20px;
    color: #fb729e;
    font-size: 12px;
    margin-top: 10px;
    padding: 4px 7px;
    position: relative;
    white-space: nowrap;
}

.top_nav_gom .top_nav_tag_close {
    color: #fb729e;
    position: relative;
    right: -50px;
    top: -150px;
}

.adm-floating-bubble-button {
    background: var(--background);
    border-radius: var(--border-radius);
    bottom: var(--auto-position-bottom);
    bottom: var(--initial-position-bottom);
    box-sizing: border-box;
    color: var(--adm-color-white);
    cursor: pointer;
    height: var(--height);
    left: var(--auto-position-left);
    left: var(--initial-position-left);
    overflow: hidden;
    right: var(--auto-position-right);
    right: var(--initial-position-right);
    top: var(--auto-position-top);
    top: var(--initial-position-top);
    touch-action: none;
    transition: opacity 0.15s ease;
    -webkit-user-select: none;
    user-select: none;
    width: var(--width);
    z-index: var(--z-index);
}

.adm-floating-bubble-button,
.max-box {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
}

.max-box {
    color: #fff;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.s-box-t {
    align-items: center;
    background: #000c;
    border-radius: 0.1rem;
    flex-direction: column;
    font-size: 0.14rem;
    height: 65vh;
    text-align: left;
    width: 80%;
}

.s-box-t,
.t-box {
    box-sizing: border-box;
    display: flex;
}

.t-box {
    border-bottom: 1px solid #a8a7a7;
    color: #fff;
    justify-content: start;
    margin: 0.1rem 0.15rem 0;
    padding-bottom: 0.1rem;
}

.t-box img {
    width: 0.3rem;
}

.detail-ios {
    box-sizing: border-box;
    flex-wrap: wrap;
    height: 56vh;
    overflow-y: scroll;
    padding: 0.15rem;
}

.detail-ios img {
    border-radius: 0.1rem;
    margin-top: 0.07rem;
    width: 100%;
}

.big-b {
    --z-index: var(--adm-mask-z-index, 1000);
    align-items: center;
    background: #0000008c;
    display: block;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--z-index);
}

.moreLink {
    color: #ff61b6;
    font-weight: 700;
}

.big-box {
    height: 100%;
    overflow: scroll;
    width: 100vw !important;
    z-index: 98;
}

.big-box,
.box {
    position: fixed;
}

.box {
    bottom: 0;
    left: 0;
    z-index: 100;
}

.qr_bg {
    align-items: end;
    display: flex;
    z-index: 9;
}

.qr_bg img {
    height: 315px;
    width: 251px;
}

.code-fixed {
    background: #000;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100vw;
    z-index: 90;
}

.qr_code {
    color: red;
    display: block;
    height: 224;
    margin-left: 50px;
    margin-top: 127px;
    position: absolute;
    width: 296;
    z-index: 100;
}
html {
    font-size: 100px;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 1000px) {
    body {
        background-color: #000d20;
    }

    body > #root {
        display: flex;
        width: 600px !important;
        height: 100%;
        margin: auto;
    }

    body > #root .base-bg-box {
        min-height: 100%;
        width: 600px !important;
    }

    body > #root .bottom img {
        width: 0.15rem !important;
    }

    body > #root .is-fiexd {
        position: relative !important;
        bottom: 0;
    }

    body > #root .tab-login {
        height: 42px;
    }
}
/*# sourceMappingURL=main.1aebdc36.css.map*/
.inSwWrap {
    overflow: hidden;
    margin: 0 auto;
    width: 95%;
    height: 4.2rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
    position: relative;
}

.inSwWrap .swiper-slide {
    border-radius: 0.2rem;
    margin-right: 0.3rem;
    overflow: hidden;
    position: relative;
}

.inSwWrap .swiper-slide .imgBox {
    overflow: hidden;
}

.inSwWrap .swiper-slide .imgBox > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.inSwWrap .swiper-slide:last-child {
    margin-right: 0;
}

.inSwWrap .swiper-slide > .linkItem {
    padding: 0 0.32rem 0 0.96rem;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.6) 0, transparent 100%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.24rem;
}

.inSwWrap .swiper-slide > .linkItem .imgBox {
    width: 0.74rem;
    height: 0.74rem;
    background: #ffffff;
    border-radius: 0.15rem;
    border: 2px solid #8ed7e8;
}
