body {
    max-width: 490PX;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background: #f5f5f5;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

body::-webkit-scrollbar {
    display: none
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
    color: inherit;
    font-size: inherit
}

li,ol,ul {
    list-style: none
}

:root {
    --themeColor: rgba(211, 52, 65, 1);
    --themTextColor: rgba(7, 29, 42, 1);
    --themBorderRadius: 8px
}

.header {
    width: 100%;
    min-height: 13.33333vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 4.26667vw;
    line-height: 8vw;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.header img {
    height: 70%;
}

.backIcon {
    position: absolute;
    left: 10px;
    font-size: 20px
}

.adm-tab-bar-item-active {
    color: #ee264d!important
}

.adm-checkbox .adm-checkbox-icon {
    border-radius: 5px!important
}

.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon {
    border-color: #ee264d!important;
    background-color: #ee264d!important
}

.adm-collapse-panel-content {
    color: #50565e!important
}

.adm-mask {
    max-width: 490PX;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%,-50%)
}

.adm-popup-body {
    max-width: 490PX
}

.adm-popup-body-position-bottom {
    left: auto!important
}

: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: #333333;
    --adm-color-text-secondary: #666666;
    --adm-color-weak: #999999;
    --adm-color-light: #cccccc;
    --adm-color-border: #eeeeee;
    --adm-color-background: #ffffff;
    --adm-color-highlight: var(--adm-color-danger);
    --adm-color-white: #ffffff;
    --adm-color-box: #f5f5f5;
    --adm-color-text-light-solid: var(--adm-color-white);
    --adm-color-text-dark-solid: #000000;
    --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: #808080;
    --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: var(--adm-color-text);
    font-size: var(--adm-font-size-main);
    font-family: var(--adm-font-family)
}

a,button {
    cursor: pointer
}

a {
    color: var(--adm-color-primary);
    transition: opacity ease-in-out .2s
}

a:active {
    opacity: .8
}

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

.adm-plain-anchor:active {
    opacity: unset
}

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

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

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

.adm-popup-body {
    position: fixed;
    background-color: var(--adm-color-background);
    z-index: calc(var(--z-index) + 10)
}

.adm-popup-body .adm-popup-close-icon {
    position: absolute;
    z-index: 100
}

.adm-popup-body-position-bottom {
    width: 100%;
    bottom: 0;
    left: 0
}

.adm-popup-body-position-bottom .adm-popup-close-icon {
    right: 8px;
    top: 8px
}

.adm-popup-body-position-top {
    width: 100%;
    top: 0;
    left: 0
}

.adm-popup-body-position-top .adm-popup-close-icon {
    right: 8px;
    bottom: 8px
}

.adm-popup-body-position-left {
    height: 100%;
    top: 0;
    left: 0
}

.adm-popup-body-position-left .adm-popup-close-icon {
    right: 8px;
    top: 8px
}

.adm-popup-body-position-right {
    height: 100%;
    top: 0;
    right: 0
}

.adm-popup-body-position-right .adm-popup-close-icon {
    left: 8px;
    top: 8px
}

.adm-popup-close-icon {
    cursor: pointer;
    padding: 4px;
    font-size: 18px;
    line-height: 1;
    color: var(--adm-color-weak)
}

.adm-mask {
    --z-index: var(--adm-mask-z-index, 1000);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-index);
    display: block;
    width: 100%;
    height: 100%
}

.adm-mask-aria-button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

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

.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-auto-center {
    display: flex;
    justify-content: center
}

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

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

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

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

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

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

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

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

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

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

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

.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));
    color: var(--text-color);
    background-color: var(--background-color);
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: auto;
    padding: 7px 12px;
    margin: 0;
    font-size: var(--adm-font-size-9);
    line-height: 1.4;
    text-align: center;
    border: var(--border-width) var(--border-style) var(--border-color);
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: opacity ease .15s;
    -webkit-user-select: none;
    user-select: none
}

.adm-button:focus {
    outline: none
}

.adm-button:before {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));
    width: 100%;
    height: 100%;
    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);
    opacity: 0;
    content: " ";
    box-sizing: content-box
}

.adm-button:active:before {
    opacity: .08
}

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

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

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

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

.adm-button:not(.adm-button-default).adm-button-fill-none {
    --text-color: var(--color);
    --background-color: transparent;
    --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: .4
}

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

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

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

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

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

.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 {
    display: flex;
    height: 1.4em;
    align-items: center;
    justify-content: center
}

.adm-button-loading-wrapper>.adm-loading {
    opacity: .6
}

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

.adm-picker {
    --header-button-font-size: var(--adm-font-size-7);
    --title-font-size: var(--adm-font-size-7);
    --item-font-size: var(--adm-font-size-8);
    --item-height: 34px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    ---item-font-size: var(--item-font-size);
    ---item-height: var(--item-height)
}

.adm-picker .adm-picker-view.adm-picker-view {
    --item-font-size: var(---item-font-size);
    --item-height: var(---item-height)
}

.adm-picker-header {
    flex-shrink: 0;
    border-bottom: solid 1px var(--adm-color-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px
}

.adm-picker-header-button {
    font-size: var(--header-button-font-size);
    display: inline-block;
    padding: 8px
}

.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active {
    opacity: .4;
    cursor: not-allowed
}

.adm-picker-header-title {
    padding: 4px;
    font-size: var(--title-font-size);
    color: var(--adm-color-text);
    text-align: center;
    flex: 1
}

.adm-picker-body {
    flex: 1;
    width: 100%;
    height: 100%
}

.adm-picker-body>.adm-picker-view {
    --height: 100%
}

.adm-picker-popup .adm-popup-body {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

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

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

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

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

    to {
        transform: rotate(360deg)
    }
}

.adm-picker-view {
    --height: 240px;
    --item-height: 34px;
    --item-font-size: var(--adm-font-size-8);
    height: var(--height);
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    background: var(--adm-color-background)
}

.adm-picker-view-column {
    height: 100%;
    flex: 1;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    position: relative;
    z-index: 0
}

.adm-picker-view-column-wheel {
    width: 100%;
    cursor: -webkit-grab;
    cursor: grab;
    position: absolute;
    top: calc(50% - var(--item-height) / 2);
    left: 0
}

.adm-picker-view-column-wheel:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -100vh
}

.adm-picker-view-column-wheel:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: -100vh
}

.adm-picker-view-column-item {
    font-size: var(--item-font-size);
    padding: 0 6px;
    height: var(--item-height);
    display: flex;
    justify-content: center;
    align-items: center
}

.adm-picker-view-column-item-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.adm-picker-view-column-accessible {
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    top: calc(var(--item-height) * -1);
    z-index: 0;
    padding-bottom: 1px
}

.adm-picker-view-column-accessible>* {
    flex: 1;
    text-overflow: ellipsis
}

.adm-picker-view-column-accessible-current {
    position: absolute;
    width: 100%;
    height: 100%
}

.adm-picker-view-column-accessible-button {
    width: 100%;
    height: 100%
}

.adm-picker-view-mask {
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: none
}

.adm-picker-view-mask-top,.adm-picker-view-mask-bottom {
    flex: auto
}

.adm-picker-view-mask-middle {
    height: var(--item-height);
    box-sizing: border-box;
    flex: none;
    border-top: solid 1px var(--adm-color-border);
    border-bottom: solid 1px var(--adm-color-border)
}

.adm-picker-view-mask-top {
    background: var(--adm-color-background);
    -webkit-mask: linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);
    mask: linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%)
}

.adm-picker-view-mask-bottom {
    background: var(--adm-color-background);
    -webkit-mask: linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);
    mask: linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%)
}

.adm-picker-view-loading-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.adm-picker-view-item-height-measure {
    position: relative;
    left: 0;
    top: 0;
    height: var(--item-height);
    width: 0;
    pointer-events: none
}

.adm-tabs {
    --title-font-size: var(--adm-font-size-9);
    --content-padding: 12px;
    --active-line-height: 2px;
    --active-line-border-radius: var(--active-line-height);
    --active-line-color: var(--adm-color-primary);
    --active-title-color: var(--adm-color-primary);
    position: relative;
    min-width: 0
}

.adm-tabs-header {
    position: relative;
    border-bottom: solid 1px var(--adm-color-border)
}

.adm-tabs-tab-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow-x: scroll;
    scrollbar-width: none
}

.adm-tabs-tab-list::-webkit-scrollbar {
    display: none
}

.adm-tabs-tab-wrapper {
    padding: 0 12px
}

.adm-tabs-tab-wrapper-stretch {
    flex: auto
}

.adm-tabs-tab {
    white-space: nowrap;
    padding: 8px 0 10px;
    width: -webkit-min-content;
    width: min-content;
    margin: 0 auto;
    font-size: var(--title-font-size);
    position: relative;
    cursor: pointer
}

.adm-tabs-tab-active {
    color: var(--active-title-color)
}

.adm-tabs-tab-disabled {
    opacity: .5;
    cursor: not-allowed
}

.adm-tabs-tab-line {
    position: absolute;
    bottom: 0;
    height: var(--active-line-height);
    background: var(--active-line-color);
    border-radius: var(--active-line-border-radius)
}

.adm-tabs-content {
    padding: var(--content-padding)
}

.adm-tabs-header-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 30px;
    height: 100%;
    pointer-events: none
}

.adm-tabs-header-mask-left {
    left: 0;
    background: linear-gradient(to right,var(--adm-color-background),rgba(255,255,255,0))
}

.adm-tabs-header-mask-right {
    right: 0;
    background: linear-gradient(to left,var(--adm-color-background),rgba(255,255,255,0))
}

.adm-list {
    --header-font-size: var(--adm-font-size-7);
    --prefix-width: "auto";
    --prefix-padding-right: 12px;
    --align-items: center;
    --active-background-color: var(--adm-color-border);
    --border-inner: solid 1px var(--adm-color-border);
    --border-top: solid 1px var(--adm-color-border);
    --border-bottom: solid 1px var(--adm-color-border);
    --padding-left: 12px;
    --padding-right: 12px;
    --font-size: var(--adm-font-size-9);
    --extra-max-width: 70%
}

.adm-list-header {
    color: var(--adm-color-weak);
    font-size: var(--header-font-size);
    padding: 8px var(--padding-right) 8px var(--padding-left)
}

.adm-list-body {
    background-color: var(--adm-color-background);
    overflow: hidden;
    font-size: var(--font-size)
}

.adm-list-body-inner {
    margin-top: -1px
}

.adm-list-default .adm-list-body {
    border-top: var(--border-top);
    border-bottom: var(--border-bottom)
}

.adm-list-card {
    margin: 12px
}

.adm-list-card .adm-list-body {
    border-radius: 8px
}

.adm-list-card .adm-list-header {
    padding-left: 0
}

.adm-list-item {
    display: block;
    padding-left: var(--padding-left);
    position: relative;
    background-color: var(--adm-color-background);
    line-height: 1.5
}

.adm-list-item-title,.adm-list-item-description {
    color: var(--adm-color-weak);
    font-size: var(--adm-font-size-main)
}

.adm-list-item-content {
    display: flex;
    align-items: var(--align-items);
    justify-content: flex-start;
    border-top: var(--border-inner);
    padding-right: var(--padding-right)
}

.adm-list-item-content-prefix {
    width: var(--prefix-width);
    flex: none;
    padding-right: var(--prefix-padding-right)
}

.adm-list-item-content-main {
    flex: auto;
    padding: 12px 0
}

.adm-list-item-content-extra {
    flex: none;
    padding-left: 12px;
    font-size: var(--adm-font-size-7);
    color: var(--adm-color-weak);
    max-width: var(--extra-max-width)
}

.adm-list-item-content-arrow {
    flex: none;
    display: flex;
    align-items: center;
    margin-left: 4px;
    color: var(--adm-color-light);
    font-size: 19px
}

.adm-list-item-disabled {
    cursor: not-allowed
}

.adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>* {
    opacity: .4;
    pointer-events: none
}

a.adm-list-item:active:not(.adm-list-item-disabled) {
    background-color: var(--active-background-color)
}

a.adm-list-item:active:not(.adm-list-item-disabled):after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0;
    border-bottom: var(--border-inner)
}

.adm-center-popup {
    --background-color: var(--adm-center-popup-background-color, var(--adm-color-background));
    --border-radius: var(--adm-center-popup-border-radius, 8px);
    --max-width: var(--adm-center-popup-max-width, 75vw);
    --min-width: var(--adm-center-popup-min-width, 280px);
    --z-index: var(--adm-center-popup-z-index, 1000);
    position: fixed;
    z-index: var(--z-index)
}

.adm-center-popup .adm-center-popup-mask {
    z-index: 0
}

.adm-center-popup-wrap {
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: var(--min-width);
    max-width: var(--max-width);
    transform: translate(-50%,-50%)
}

.adm-center-popup-body {
    background-color: var(--background-color);
    border-radius: var(--border-radius)
}

.adm-center-popup-close {
    position: absolute;
    z-index: 100;
    right: 8px;
    top: 8px;
    cursor: pointer;
    padding: 4px;
    font-size: 18px;
    color: var(--adm-color-weak)
}

.adm-checkbox {
    --icon-size: 22px;
    --font-size: var(--adm-font-size-9);
    --gap: 8px;
    display: inline-flex;
    vertical-align: text-bottom;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}

.adm-checkbox input {
    display: none
}

.adm-checkbox .adm-checkbox-icon {
    flex: none;
    border: 1px solid var(--adm-color-light);
    border-radius: var(--icon-size);
    box-sizing: border-box;
    width: var(--icon-size);
    height: var(--icon-size);
    color: var(--adm-color-text-light-solid)
}

.adm-checkbox .adm-checkbox-icon>svg {
    display: block;
    width: 100%;
    height: 100%
}

.adm-checkbox.adm-checkbox-block {
    display: flex
}

.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon {
    border-color: var(--adm-color-primary);
    background-color: var(--adm-color-primary)
}

.adm-checkbox.adm-checkbox-disabled {
    cursor: not-allowed
}

.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content {
    opacity: .4
}

.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon {
    color: var(--adm-color-light);
    border-color: var(--adm-color-light);
    background-color: var(--adm-color-fill-content)
}

.adm-checkbox .adm-checkbox-custom-icon {
    font-size: var(--icon-size)
}

.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon {
    background-color: var(--adm-color-background);
    color: var(--adm-color-primary)
}

.adm-checkbox-content {
    flex: 0 1 auto;
    font-size: var(--font-size);
    padding-left: var(--gap)
}

.adm-collapse-panel-header .adm-list-item-content-main {
    padding: 12px 0
}

.adm-collapse-arrow {
    transform: rotate(0);
    transition: all ease .3s
}

.adm-collapse-arrow-active {
    transform: rotate(-180deg)
}

.adm-collapse-panel-content {
    font-size: var(--adm-font-size-main);
    color: var(--adm-color-weak);
    overflow: hidden
}

.adm-dialog {
    --z-index: var(--adm-dialog-z-index, 1000);
    ---z-index: var(--z-index)
}

.adm-dialog .adm-center-popup {
    --z-index: var(---z-index)
}

.adm-dialog-body {
    width: 100%;
    max-height: 70vh;
    font-size: var(--adm-font-size-6);
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.adm-dialog-body>* {
    flex: none
}

.adm-dialog-body>.adm-dialog-content {
    flex: auto
}

.adm-dialog-body:not(.adm-dialog-with-image) {
    padding-top: 20px
}

.adm-dialog-image-container {
    margin-bottom: 12px;
    max-height: 40vh
}

.adm-dialog-header {
    margin-bottom: 8px;
    padding: 0 12px
}

.adm-dialog-title {
    margin-bottom: 8px;
    padding: 0 12px;
    font-weight: 700;
    font-size: var(--adm-font-size-10);
    line-height: 25px;
    text-align: center
}

.adm-dialog-content {
    padding: 0 12px 20px;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: var(--adm-font-size-7);
    line-height: 1.4;
    color: var(--adm-color-text)
}

.adm-dialog-content-empty {
    padding: 0;
    height: 12px
}

.adm-dialog-footer {
    -webkit-user-select: none;
    user-select: none
}

.adm-dialog-footer .adm-dialog-action-row {
    display: flex;
    align-items: stretch;
    border-top: .5px solid var(--adm-color-border)
}

.adm-dialog-footer .adm-dialog-action-row>* {
    flex: 1
}

.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button {
    padding: 10px;
    font-size: var(--adm-font-size-10);
    line-height: 25px;
    border-radius: 0;
    border-right: solid .5px var(--adm-color-border)
}

.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold {
    font-weight: 700
}

.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child {
    border-right: none
}

.adm-dialog-image-container {
    overflow-y: auto
}

.adm-error-block {
    --color: var(--adm-color-text);
    --image-height: var(--adm-error-block-image-height, 100px);
    --image-height-full-page: var(--adm-error-block-image-height-full-page, 200px);
    --image-width: var(--adm-error-block-image-width, auto);
    --image-width-full-page: var(--adm-error-block-image-width-full-page, auto);
    box-sizing: border-box;
    text-align: center
}

.adm-error-block-image {
    height: var(--image-height);
    width: var(--image-width);
    max-width: 100%
}

.adm-error-block-image svg,.adm-error-block-image img {
    height: 100%
}

.adm-error-block-description {
    font-size: var(--adm-font-size-4);
    color: var(--adm-color-weak);
    line-height: 1.4;
    margin-top: 12px
}

.adm-error-block-description-title {
    font-size: var(--adm-font-size-7)
}

.adm-error-block-description-subtitle {
    margin-top: 8px
}

.adm-error-block-content {
    margin-top: 12px
}

.adm-error-block-full-page {
    padding-top: calc(50vh - var(--image-height-full-page))
}

.adm-error-block-full-page .adm-error-block-image {
    height: var(--image-height-full-page);
    width: var(--image-width-full-page)
}

.adm-error-block-full-page .adm-error-block-description {
    margin-top: 20px;
    font-size: var(--adm-font-size-main)
}

.adm-error-block-full-page .adm-error-block-description-title {
    font-size: 20px;
    color: var(--adm-color-text)
}

.adm-form {
    --border-inner: solid 1px var(--adm-border-color);
    --border-top: solid 1px var(--adm-border-color);
    --border-bottom: solid 1px var(--adm-border-color);
    --prefix-width: 6.8em;
    ---border-inner: var(--border-inner);
    ---border-top: var(--border-top);
    ---border-bottom: var(--border-bottom);
    ---prefix-width: var(--prefix-width)
}

.adm-form .adm-list.adm-list {
    --padding-left: 16px;
    --padding-right: 12px;
    --border-inner: var(---border-inner);
    --border-top: var(---border-top);
    --border-bottom: var(---border-bottom)
}

.adm-form .adm-form-footer {
    padding: 20px 12px
}

.adm-form .adm-form-item-horizontal.adm-list-item {
    --prefix-width: var(---prefix-width)
}

.adm-form-list-operation {
    text-align: center;
    color: var(--adm-color-primary)
}

.adm-form-item+.adm-form-item {
    border-top: none
}

.adm-form-item-label {
    display: block;
    height: 100%;
    line-height: 1.5;
    box-sizing: border-box;
    position: relative;
    color: var(--adm-color-text-secondary)
}

.adm-form-item-label .adm-form-item-required-asterisk {
    position: absolute;
    left: -.6em;
    top: 0;
    font-family: SimSun,sans-serif;
    color: var(--adm-color-danger);
    -webkit-user-select: none;
    user-select: none
}

.adm-form-item-label .adm-form-item-required-text {
    margin-left: 4px;
    color: var(--adm-color-weak)
}

.adm-form-item-label-help {
    margin-left: 4px;
    cursor: pointer
}

.adm-form-item-child {
    display: flex
}

.adm-form-item-child-position-normal {
    justify-content: normal
}

.adm-form-item-child-position-normal>* {
    flex: auto
}

.adm-form-item-child-position-right {
    justify-content: flex-end
}

.adm-form-item-child-position-right>* {
    flex: none
}

.adm-form-item-feedback-error {
    color: var(--adm-color-danger);
    margin-top: 4px
}

.adm-form-item-feedback-warning {
    color: var(--adm-color-warning);
    margin-top: 4px
}

.adm-form-item.adm-form-item-hidden {
    display: none
}

.adm-form-item.adm-form-item-horizontal.adm-list-item {
    --align-items: stretch
}

.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix {
    padding-top: 12px;
    padding-bottom: 12px
}

.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra {
    align-self: center
}

.adm-form-item.adm-form-item-vertical .adm-form-item-label {
    font-size: var(--adm-font-size-7);
    margin-bottom: 4px
}

.adm-popover {
    --z-index: var(--adm-popover-z-index, 1030);
    --background: #ffffff;
    --arrow-size: 8px;
    --content-padding: 8px 12px;
    color: var(--adm-color-text);
    position: absolute;
    top: 0;
    left: 0;
    z-index: var(--z-index);
    white-space: normal;
    text-align: left;
    cursor: auto;
    -webkit-user-select: text;
    user-select: text;
    animation: none
}

.adm-popover.adm-popover-dark {
    --background: rgba(0, 0, 0, .75);
    --adm-color-text: #ffffff;
    color: #fff
}

.adm-popover.adm-popover-dark .adm-popover-inner {
    box-shadow: none
}

.adm-popover:after {
    position: absolute;
    background: #ffffff03;
    content: ""
}

.adm-popover-hidden {
    display: none
}

.adm-popover-inner {
    background-color: var(--background);
    background-clip: padding-box;
    border-radius: 8px;
    box-shadow: 0 0 30px #3333;
    font-size: var(--adm-font-size-7);
    width: -webkit-max-content;
    width: max-content;
    min-width: 32px;
    max-width: calc(100vw - 24px);
    overflow-y: hidden
}

.adm-popover-inner-content {
    padding: var(--content-padding)
}

.adm-popover-arrow {
    position: absolute;
    display: block;
    height: var(--arrow-size);
    width: var(--arrow-size);
    overflow: visible;
    background: transparent
}

.adm-popover-arrow-icon {
    display: block;
    height: var(--arrow-size);
    width: calc(var(--arrow-size) / 8 * 15);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(var(--arrow-icon-rotate))
}

.adm-popover .adm-popover-arrow {
    color: var(--background)
}

.adm-popover-menu {
    --border-color: var(--adm-color-border)
}

.adm-popover-menu.adm-popover {
    --content-padding: 0
}

.adm-popover-menu-list {
    overflow: hidden;
    min-width: 120px
}

.adm-popover-menu-list-inner {
    margin-top: -1px
}

.adm-popover-menu-list-scroll {
    padding-right: 2px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto
}

.adm-popover-menu-list-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px
}

.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ddd
}

.adm-popover-menu-item {
    display: flex;
    padding-left: 20px;
    justify-content: flex-start;
    align-items: center;
    position: relative
}

.adm-popover-menu-item-icon {
    flex: none;
    padding-right: 8px;
    font-size: 20px
}

.adm-popover-menu-item-text {
    flex: auto;
    padding: 14px 20px 14px 0;
    border-top: solid 1px var(--border-color)
}

.adm-popover-menu-item-disabled {
    cursor: not-allowed
}

.adm-popover-menu-item-disabled>* {
    opacity: .4
}

.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
    background-color: var(--border-color)
}

.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0;
    border-bottom: solid 1px var(--border-color)
}

.adm-popover.adm-popover-dark.adm-popover-menu {
    --border-color: var(--adm-color-text);
    --background: rgba(0, 0, 0, .9)
}

.adm-grid {
    --gap: 0;
    --gap-horizontal: var(--gap);
    --gap-vertical: var(--gap);
    display: grid;
    grid-gap: 10px;
    -webkit-column-gap: var(--gap-horizontal);
    column-gap: var(--gap-horizontal);
    row-gap: var(--gap-vertical);
    grid-template-columns: repeat(var(--columns),minmax(0,1fr));
    align-items: stretch
}

.adm-grid-item {
    grid-column-end: span var(--item-span)
}

.adm-image-viewer-content {
    width: 100vw;
    height: 100vh;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none
}

.adm-image-viewer-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1
}

.adm-image-viewer-slides {
    height: 100%;
    position: relative;
    z-index: 1;
    cursor: -webkit-grab;
    cursor: grab;
    touch-action: none
}

.adm-image-viewer-slides-inner {
    height: 100%;
    white-space: nowrap
}

.adm-image-viewer-slides-inner>* {
    margin-right: 16px
}

.adm-image-viewer-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block
}

.adm-image-viewer-control {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: -webkit-grab;
    cursor: grab;
    touch-action: none
}

.adm-image-viewer-image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.adm-image-viewer-image-wrapper img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.adm-image-viewer-indicator {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 12px;
    transform: translate(-50%);
    color: var(--adm-color-border);
    font-size: var(--adm-font-size-6)
}

.adm-space-item {
    flex: none
}

.adm-space {
    display: inline-flex;
    --gap: 8px;
    --gap-vertical: var(--gap);
    --gap-horizontal: var(--gap)
}

.adm-space-vertical {
    flex-direction: column
}

.adm-space-vertical>.adm-space-item {
    margin-bottom: var(--gap-vertical)
}

.adm-space-vertical>.adm-space-item:last-child {
    margin-bottom: 0
}

.adm-space-horizontal {
    flex-direction: row
}

.adm-space-horizontal>.adm-space-item {
    margin-right: var(--gap-horizontal)
}

.adm-space-horizontal>.adm-space-item:last-child {
    margin-right: 0
}

.adm-space-horizontal.adm-space-wrap {
    flex-wrap: wrap;
    margin-bottom: calc(var(--gap-vertical) * -1)
}

.adm-space-horizontal.adm-space-wrap>.adm-space-item {
    padding-bottom: var(--gap-vertical)
}

.adm-space.adm-space-block {
    display: flex
}

.adm-space-align-center {
    align-items: center
}

.adm-space-align-start {
    align-items: flex-start
}

.adm-space-align-end {
    align-items: flex-end
}

.adm-space-align-baseline {
    align-items: baseline
}

.adm-space-justify-center {
    justify-content: center
}

.adm-space-justify-start {
    justify-content: flex-start
}

.adm-space-justify-end {
    justify-content: flex-end
}

.adm-space-justify-between {
    justify-content: space-between
}

.adm-space-justify-around {
    justify-content: space-around
}

.adm-space-justify-evenly {
    justify-content: space-evenly
}

.adm-space-justify-stretch {
    justify-content: stretch
}

.adm-image-uploader {
    --cell-size: 80px;
    --gap: 12px;
    ---gap: var(--gap);
    ---gap-horizontal: var(--gap-horizontal, var(--gap));
    ---gap-vertical: var(--gap-vertical, var(--gap))
}

.adm-image-uploader-grid,.adm-image-uploader-space {
    --gap: var(---gap);
    --gap-horizontal: var(---gap-horizontal);
    --gap-vertical: var(---gap-vertical)
}

.adm-image-uploader-cell {
    position: relative;
    width: var(--cell-size);
    height: var(--cell-size);
    border-radius: 4px;
    overflow: hidden
}

.adm-image-uploader-cell-fail {
    border: red solid 1px;
    box-sizing: border-box
}

.adm-image-uploader-cell-delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background-color: #000000b3;
    border-radius: 0 0 0 12px;
    font-size: 8px;
    color: var(--adm-color-white);
    cursor: pointer
}

.adm-image-uploader-cell-delete-icon {
    position: absolute;
    left: 4px;
    top: 3px
}

.adm-image-uploader-cell-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: var(--adm-color-white);
    background-color: #323233e0
}

.adm-image-uploader-cell-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    padding-top: 8px
}

.adm-image-uploader-cell-mask-message {
    display: inline-block;
    padding: 6px 4px;
    font-size: var(--adm-font-size-4)
}

.adm-image-uploader-cell-image {
    width: var(--cell-size);
    height: var(--cell-size)
}

.adm-image-uploader-upload-button-wrap {
    position: relative
}

.adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button {
    background-color: var(--adm-color-box);
    text-align: center;
    line-height: var(--cell-size);
    display: block
}

.adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button-icon {
    color: var(--adm-color-weak);
    font-size: 32px
}

.adm-image-uploader-upload-button-wrap .adm-image-uploader-input {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.adm-image-uploader .adm-image-uploader-gap-measure {
    position: absolute;
    left: 0;
    top: 0;
    height: var(--gap-horizontal);
    width: 0
}

.adm-infinite-scroll {
    color: var(--adm-color-weak);
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--adm-font-size-main)
}

.adm-infinite-scroll-failed-text {
    display: inline-block;
    margin-right: 8px
}

.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: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 24px;
    background-color: var(--background-color)
}

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

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

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

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

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

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

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

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

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

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

.adm-input-element::-webkit-search-decoration {
    display: none
}

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

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

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

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

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

.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-modal {
    --z-index: var(--adm-modal-z-index, 1000);
    ---z-index: var(--z-index)
}

.adm-modal .adm-center-popup {
    --z-index: var(---z-index)
}

.adm-modal-body {
    width: 100%;
    max-height: 70vh;
    font-size: var(--adm-font-size-6);
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.adm-modal-body>* {
    flex: none
}

.adm-modal-body>.adm-modal-content {
    flex: auto
}

.adm-modal-body:not(.adm-modal-with-image) {
    padding-top: 20px
}

.adm-modal-image-container {
    margin-bottom: 12px;
    max-height: 40vh;
    overflow-y: scroll
}

.adm-modal-header {
    margin-bottom: 8px;
    padding: 0 12px
}

.adm-modal-title {
    margin-bottom: 8px;
    padding: 0 12px;
    font-weight: 700;
    font-size: var(--adm-font-size-10);
    line-height: 25px;
    text-align: center
}

.adm-modal-content {
    padding: 0 12px 12px;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: var(--adm-font-size-7);
    line-height: 1.4;
    color: var(--adm-color-text)
}

.adm-modal-footer {
    -webkit-user-select: none;
    user-select: none;
    padding: 8px 12px 12px
}

.adm-modal-footer-empty {
    padding: 0;
    height: 8px
}

.adm-modal-footer.adm-space {
    --gap-vertical: 20px
}

.adm-modal-footer .adm-modal-button {
    font-size: var(--adm-font-size-10);
    line-height: 25px
}

.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary) {
    padding-top: 0;
    padding-bottom: 0
}

.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):before {
    display: none
}

.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active {
    opacity: .7
}

.adm-page-indicator {
    display: flex;
    width: auto;
    --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
}

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

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

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

.adm-page-indicator-color-white {
    --dot-color: rgba(255, 255, 255, .5);
    --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-radio {
    --icon-size: 22px;
    --font-size: var(--adm-font-size-9);
    --gap: 8px;
    display: inline-flex;
    vertical-align: text-bottom;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}

.adm-radio input[type=radio] {
    display: none
}

.adm-radio .adm-radio-icon {
    flex: none;
    border: 1px solid var(--adm-color-light);
    border-radius: var(--icon-size);
    box-sizing: border-box;
    width: var(--icon-size);
    height: var(--icon-size);
    color: var(--adm-color-text-light-solid)
}

.adm-radio .adm-radio-icon>svg {
    display: block;
    width: 100%;
    height: 100%
}

.adm-radio.adm-radio-block {
    display: flex
}

.adm-radio.adm-radio-checked .adm-radio-icon {
    border-color: var(--adm-color-primary);
    background-color: var(--adm-color-primary)
}

.adm-radio.adm-radio-disabled {
    cursor: not-allowed
}

.adm-radio.adm-radio-disabled .adm-radio-content {
    opacity: .4
}

.adm-radio.adm-radio-disabled .adm-radio-icon {
    color: var(--adm-color-light);
    border-color: var(--adm-color-light);
    background-color: var(--adm-color-fill-content)
}

.adm-radio .adm-radio-custom-icon {
    font-size: var(--icon-size)
}

.adm-radio-content {
    flex: 0 1 auto;
    font-size: var(--font-size);
    padding-left: var(--gap)
}

.adm-rate {
    --star-size: 24px;
    --active-color: var(--adm-color-yellow);
    --inactive-color: var(--adm-color-border);
    --inactive-color-half: var(--adm-color-border);
    display: inline-flex;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none
}

.adm-rate-box {
    position: relative
}

.adm-rate-star {
    padding: .125em;
    line-height: var(--star-size);
    font-size: var(--star-size);
    color: var(--inactive-color);
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s
}

.adm-rate-star-half {
    padding-right: 0;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.adm-rate-star-active {
    color: var(--active-color)
}

.adm-rate-star-readonly {
    cursor: unset
}

.adm-rate.adm-rate-half .adm-rate-star-half:not(.adm-rate-star-active) {
    color: var(--inactive-color-half)
}

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

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

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

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

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

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

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

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

.adm-swiper-horizontal .adm-swiper-track {
    transform: translate(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-tab-bar-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    min-height: 48px
}

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

.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-toast-mask .adm-toast-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

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

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

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

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

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

.index_all {
    width: 100%;
    height: 100vh
}

.react_pop {
    width: 100%;
    word-wrap: break-word
}

.home_earnings {
    width: 90%;
    height: 40px;
    margin: 3% 5%;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    background-color: #ee264d;
    font-size: 15px;
    color: #fff
}

.home_earnings img {
    width: 24px;
    height: 24px
}

.home_earnings>p:first-child {
    color: #fffc;
    font-size: 14px;
    font-weight: 500
}

.user_money {
    min-width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase
}

.user_money>p:nth-child(2) {
    margin: 2px 7px 0;
    font-size: 18px;
    font-weight: 600
}

.user_money>p:last-child {
    font-size: 12px;
    font-weight: 400
}

.banner {
    width: 90%;
    margin: 10px auto;
    border-radius: 8px
}

.swiper_item {
    height: 120px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    -webkit-user-select: none;
    user-select: none
}

.swiper_item img {
    width: 100%;
    height: 100%
}

.notice {
    width: 90%;
    height: 36px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.notice .adm-swiper-slide {
    background-color: #e6e6e6;
    border-radius: 8px
}

.adm-swiper-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.notice_swper {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px
}

.index_sever {
    width: 90%;
    margin: 18px auto 0
}

.teamwork h3,.index_sever h3 {
    height: 30px;
    margin: 5px 0;
    font-size: 18px
}

.sever_model {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

.sever {
    width: 100%;
    height: 100%;
    background-image: url(./bs3-sh2UktVL.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    position: relative;
    margin: 0 0 0 5px
}

.sever>p:first-child {
    padding: 0 5px;
    margin: 10px 0 0 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

.about_help {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 5px 0 0
}

.about {
    background: url(./bs1-BL9TXCBR.svg) no-repeat
}

.help {
    background: url("data:image/svg+xml,%3csvg%20width='173'%20height='64'%20viewBox='0%200%20173%2064'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_898_2655)'%3e%3crect%20width='173'%20height='64'%20fill='url(%23paint0_linear_898_2655)'/%3e%3cpath%20d='M29.3458%209.47734C9.44657%2013.6697%20-0.745248%2021.705%20-3.35376%2025.1986L-12.1575%2052.7387L105.924%2056.6411L179.568%2036.2369V-2.78746C159.631%20-4.42277%20115.594%20-6.37771%2098.937%20-1.11499C78.1155%205.46341%2054.2197%204.23693%2029.3458%209.47734Z'%20fill='url(%23paint1_linear_898_2655)'/%3e%3cpath%20d='M53.1018%2034.1185C30.296%2032.5129%208.29139%2038.7271%200.139802%2042.0348L-5.5896%2075.4843H159.585V43.4843C152.411%2044.6736%20134.571%2046.7847%20120.597%2045.7143C103.129%2044.3763%2081.6091%2036.1254%2053.1018%2034.1185Z'%20fill='url(%23paint2_linear_898_2655)'/%3e%3cpath%20d='M139.043%2029.547C160.843%2025.3547%20177.658%2029.6585%20183.341%2032.3345V71.4704H-1.67688V52.1812C7.59264%2054.82%2035.2428%2058.9157%2071.6874%2054.1881C117.243%2048.2787%20111.793%2034.7875%20139.043%2029.547Z'%20fill='url(%23paint3_linear_898_2655)'/%3e%3c/g%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M62%2049H66'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M64%2047L64%2051'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M160.25%209.5H162.75'%20stroke='white'%20stroke-linecap='round'/%3e%3cpath%20d='M161.5%208.25L161.5%2010.75'%20stroke='white'%20stroke-linecap='round'/%3e%3c/g%3e%3ccircle%20opacity='0.5'%20cx='115.5'%20cy='53.5'%20r='2.5'%20fill='white'/%3e%3ccircle%20opacity='0.5'%20cx='112.5'%20cy='3.5'%20r='2.5'%20fill='white'/%3e%3crect%20x='119.25'%20y='14.25'%20width='38.5'%20height='38.5'%20rx='19.25'%20stroke='url(%23paint4_linear_898_2655)'%20stroke-width='2.5'/%3e%3ccircle%20cx='138.5'%20cy='33.5'%20r='15.2436'%20fill='url(%23paint5_linear_898_2655)'/%3e%3cpath%20d='M136.305%2036.2861C135.714%2031.8973%20141.708%2030.9189%20141.708%2028.2073C141.708%2026.5021%20140.357%2025.5516%20138.134%2025.5516C136.418%2025.5516%20135.011%2026.3343%20133.632%2027.76L131.325%2025.6634C133.126%2023.5948%20135.602%2022.225%20138.613%2022.225C142.692%2022.225%20145.675%2024.1259%20145.675%2027.8439C145.675%2031.9252%20139.513%2032.4284%20139.963%2036.2861H136.305ZM138.162%2043.75C136.699%2043.75%20135.658%2042.7157%20135.658%2041.2621C135.658%2039.8084%20136.727%2038.8021%20138.162%2038.8021C139.569%2038.8021%20140.638%2039.8084%20140.638%2041.2621C140.638%2042.7157%20139.569%2043.75%20138.162%2043.75Z'%20fill='%23FF260B'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_898_2655'%20x1='-6'%20y1='25'%20x2='176.5'%20y2='25'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FF6342'/%3e%3cstop%20offset='1'%20stop-color='%23FF754F'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_898_2655'%20x1='180'%20y1='26.0906'%20x2='-7.40628'%20y2='26.0906'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.0001'%20stop-color='%23FF3636'/%3e%3cstop%20offset='1'%20stop-color='%23FE793D'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_898_2655'%20x1='76.9976'%20y1='33.8582'%20x2='76.9976'%20y2='57.4216'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FF733D'/%3e%3cstop%20offset='1'%20stop-color='%23FF4B33'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_898_2655'%20x1='175.515'%20y1='33.338'%20x2='92.0221'%20y2='65.5486'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FF3C2C'/%3e%3cstop%20offset='1'%20stop-color='%23FF6D2F'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_898_2655'%20x1='139.026'%20y1='-0.666667'%20x2='138.5'%20y2='54'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear_898_2655'%20x1='138.5'%20y1='18.2564'%20x2='138.5'%20y2='48.7436'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_898_2655'%3e%3crect%20width='173'%20height='64'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat
}

.ah_model {
    height: 60px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    position: relative
}

.ah_model p {
    position: absolute;
    left: 36%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize
}

.teamwork {
    width: 90%;
    margin: 20px auto;
    max-height: 185PX
}

.icon_banner {
    width: 100%;
    height: 125px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.icon_banner img {
    width: 14.3%;
    border-radius: 10px;
    margin: 2% 0
}

.arrow {
    width: 30px
}

.swiperOne_items {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap
}

.banner-items {
    width: 65px;
    border-radius: 10px;
    margin: 5px 10px
}

.banner-items img {
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 8px #dadada
}

.setBadge {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    font-size: 12px;
    border-radius: 50%
}

.tabber {
    max-width: 490PX;
    width: 100vw;
    max-height: 48px;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    background: #fff
}

.login {
    width: 100%;
    height: 100vh;
    background: url(./newBACKGROUND-DlFVzWjq.png) no-repeat;
    background-size: cover;
    position: relative;
    background-color: #000;
}

.lang {
    width: 100%;
    text-align: end;
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 2
}

.from_login {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%)
}

.logo {
    width: 117px;
    height: 110px;
    margin: 20px 0
}

.logo img {
    width: 100%;
    height: 100%
}

.login_from {
    width: 100%;
    height: 250px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0 0
}

.area_code {
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 13px
}

.area_code p {
    padding: 0 5px
}

.submit {
    width: 90%;
    margin: 0 auto
}

.submit button {
    background-color: #ee264d;
    box-shadow: #29050526 0 5px 5px
}

.login_text {
    color: #717180;
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding: 5px 0
}

.login_text>p:last-child {
    color: #ee264d;
    margin: 0 5px
}

.Register {
    width: 100%;
    height: 100vh;
    background: url(./newBACKGROUND-DlFVzWjq.png) no-repeat;
    background-size: cover;
    position: relative;
    background-color: #000;
}

.lang {
    width: 100%;
    text-align: end;
    padding: 5px 10px;
    font-size: 16px;
    color: #fff
}

.from_Register {
    width: 90%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%)
}

.Register_from {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0
}

.logo {
    width: 117px;
    height: 110px
}

.input_from {
    width: 90%;
    height: 35px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto 10px
}

.input_from input {
    border: none;
    height: 100%;
    width: 83%;
    outline: none;
    padding: 0 5px
}

.password {
    width: 100%!important
}

.Remember {
    margin: 15px auto;
    width: 90%;
    font-size: 15px
}

.Register_submit {
    width: 90%;
    margin: 30px auto 0
}

.Register_submit button {
    background-color: #ee264d;
    box-shadow: #29050526 0 5px 5px
}

.Register_text {
    color: #717180;
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding: 5px 0
}

.Register_text>p:last-child {
    color: #ee264d;
    margin: 0 5px
}

.order {
    width: 100%;
    font-size: 16px
}

.order_tab {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #242f3d;
    margin: 10px 0
}

.order_complete {
    width: 46%;
    height: 41px;
    background-color: #ee264d;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center
}

.order_undone {
    width: 46%;
    height: 41px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    background-color: #e6e6e6;
    align-items: center
}

.order_card1 {
    width: 100%;
    min-height: 80vh;
    padding: 0 10px;
    position: relative
}

.adm-error-block {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%)
}

.dataList_order {
    width: 100%;
    padding: 5px 0
}

.order_list {
    margin: 10px 0;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0 4px 4px #0000000d
}

.card_tops {
    height: 50%;
    border-bottom: 1px dashed gray;
    display: flex;
    justify-content: space-between;
    padding: 5px 0
}

.card_tops img {
    border-radius: 10px;
    height: 105px;
    width: 105px;
    object-fit: cover
}

.list_texts {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.list_texts>p:first-child {
    font-size: 12px;
    color: #37475a;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.list_texts>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3% 0;
    color: #232f3e;
    font-size: 17px;
    font-weight: 600
}

.list_texts>div>p:last-child {
    color: #034aff;
    font-size: 12px
}

.card_down {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    padding: 5px 0
}

.card_down>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1a232d;
    margin: 2px 0
}

.card_down>div>p:last-child {
    color: #4e5053;
    font-size: 15px
}

.order_window {
    border-radius: 10px;
    box-shadow: 0 4px 6px #2a4fae26;
    font-size: 14px;
    padding: 10px 5px;
    margin: 0 0 10px
}

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

.pop_but {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ee264d;
    color: #fff;
    padding: 8px;
    border-radius: 8px
}

.Trade {
    width: 100%;
    font-size: 16px
}

.Trade_box {
    padding: 10px
}

.Trade_top {
    width: 100%;
    height: 104px;
    background-color: #ee264d;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 10px;
    font-size: 13px;
    border-radius: 10px;
    color: #fff
}

.Trade_top>div {
    display: flex;
    align-items: center
}

.Trade_top>div>p:last-child {
    font-size: 24px;
    font-weight: 700;
    margin: 0 5px 5px
}

.Trade_title {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 6px #2a4fae26;
    padding: 10px;
    margin: 3% 0;
    border-radius: 10px
}

.Trade_text {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    border-bottom: 1px solid rgba(35,47,62,1)
}

.Trade_text>p:last-child {
    font-size: 14px;
    margin: 3% 0
}

.Trade_start {
    width: 70%;
    height: 40px;
    margin-left: 15%;
    background-color: #ee264d;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.Trade_fun {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.Trade_fun>div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.Trade_fun>div:first-child {
    border-right: 1px solid rgba(35,47,62,1)
}

.Trade_fun>div>p:last-child {
    color: #232f3e;
    font-size: 19px;
    font-weight: 700
}

.Trade_result {
    width: 100%;
    margin: 5% 0;
    font-size: 15px
}

.Trade_result>div {
    display: flex;
    align-items: center
}

.Trade_result>div>p:last-child {
    margin-left: 2%
}

.Trade_result img {
    width: 30px;
    height: 30px
}

.modelWindow {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 490PX;
    height: 100vh;
    z-index: 2;
    background-color: #0006;
    display: flex;
    align-items: center;
    justify-content: center
}

.window_center {
    width: 90%;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 8px;
    z-index: 3
}

.pop_but_trade {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ee264d;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0
}

.cancel {
    background-color: #eee;
    color: #000
}

.team {
    width: 100%;
    font-size: 16px
}

.team_box {
    padding: 10px
}

.team_top {
    width: 90%;
    height: 95px;
    background: url(./bb1-BD9q4gMV.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px
}

.team_info {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.team_topNum {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.team_topNum:first-child {
    border-right: 1px solid rgba(35,47,62,1)
}

.team_topNum>div {
    display: flex;
    align-items: center;
    font-size: 15px
}

.team_topNum>div>p:last-child {
    font-size: 23px;
    font-weight: 700;
    margin-left: 5px
}

.team_get {
    width: 90%;
    height: 41px;
    background-color: #ffc220;
    color: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.team_table {
    width: 90%;
    margin: 15px auto;
    position: relative;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 4px 6px #2a4fae26
}

.team_num {
    width: 100%;
    height: 41px;
    display: flex;
    justify-content: space-around
}

.team_list {
    width: 90%;
    background-color: #fff;
    margin: 3% 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    font-size: 13px
}

.team_num>div {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 0 10px;
    color: #232f3e
}

.team_num>div p {
    font-weight: 700;
    font-size: 17px;
    margin: 0 3%
}

.team_list>div:first-child {
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #000;
    color: #fff
}

.team_list>div>p {
    width: 105px;
    text-align: center
}

.list_content {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(217,217,217,1)
}

.list_content text {
    width: 33%;
    text-align: center
}

.user {
    width: 100%;
    font-size: 16px
}

.user_top {
    width: 100%;
    height: 197px;
    background: url(../assets/userbg.43edcea7.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff
}

.user_info {
    width: 90%;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 20%;
    left: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all
}

.user_info>img:first-child {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.info_text {
    width: 58%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 3%
}

.info_text>p:first-child {
    font-size: 20px
}

.user_id {
    width: auto;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px
}

.user_id img {
    width: 18px;
    height: 18px;
    margin: 0 3px 3px
}

.user_box {
    width: 90%;
    margin: -80px auto;
    position: relative
}

.user_fun {
    width: 100%;
    height: 130px;
    background: url(./bb1-BD9q4gMV.jpg) no-repeat;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 6px #2a4fae26;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.money_num {
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px
}

.user_usdts {
    display: flex;
    align-items: center;
    color: #000
}

.money_num img {
    width: 25px;
    height: 25px
}

.user_usdts>p:nth-child(2) {
    font-weight: 700;
    font-size: 19px;
    margin: 4px 5px 0
}

.user_usdts>p:nth-child(3) {
    margin: 5px 0 0
}

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

.but_click {
    width: 45%;
    height: 41px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000
}

.but1 {
    background-color: #fff;
    color: #ee268a
}

.but2 {
    background-color: #000;
    color: #fff
}

.user_invite {
    width: 100%;
    background: url(data:image/jpeg;base64,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) no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin: 3% 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff
}

.invite_text {
    width: 65%;
    font-size: 12px;
    color: #666
}

.user_invite>p:last-child {
    width: 30%;
    height: 36px;
    background-color: #ee264d;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff
}

.user_list {
    height: 260px;
    margin: 3% 0;
    background-color: #fff;
    box-shadow: 0 3px 10px #dadada;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.user_list_item {
    width: 100%;
    height: 41px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.list_item_name {
    display: flex;
    align-items: center;
    font-size: 16px
}

.list_item_name img {
    width: 22px;
    height: 22px;
    margin: 2px 0 0
}

.list_item_name p {
    margin: 0 8px
}

.Logout {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #e6e6e6
}

.outLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px
}

.outLogin>p:first-child {
    padding: 15px 0 25px
}

.outLogin_fun {
    width: 100%;
    padding: 10px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: .5px solid #eee;
    font-size: 18px
}

.outLogin_fun>p {
    width: 45%;
    text-align: center;
    color: #1677ff
}

.outLogin_fun>p:last-child {
    color: red
}

.about_box {
    width: 90%;
    height: auto;
    border-radius: 8px;
    margin: 3% 5%;
    word-break: break-all;
    color: #303134;
    font-size: 14px
}

.about_box img {
    max-width: 390px;
    width: 100%;
    height: auto;
    object-fit: contain
}

.about_box p {
    margin: 10px 0;
    overflow: hidden
}

.about_box a {
    color: #02b2d6;
    width: 100%;
    display: block;
    white-space: pre-wrap
}

.help_item h3,.help_item {
    margin: 5px 0
}

.help_box {
    padding: 10px
}

.area_box {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: #ededed;
    padding: 10px 0
}

.input_area {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px
}

.input_area p {
    text-align: center;
    font-size: 23px
}

.input_area>p:last-child {
    display: flex;
    min-width: 70px;
    justify-content: center;
    align-items: center;
    height: 96%;
    font-size: 15px;
    color: #fff;
    border-radius: 8px;
    background-color: #ee264d
}

.input_area input {
    border: none;
    height: 100%;
    width: 100%;
    outline: none;
    padding: 0 8px;
    border-radius: 8px;
    margin: 0 10px
}

.area_list {
    width: 90%;
    height: auto;
    margin: 2% 5%;
    color: #fff;
    overflow: auto
}

.area_item {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px gainsboro solid;
    color: #000;
    font-size: 16px
}

.area_item img {
    width: 40px;
    margin: 0 10px
}

.userInfo {
    width: 100%;
    font-size: 16px
}

.userInfo_box {
    width: 90%;
    background-color: #fff;
    box-shadow: 0 3px 10px #dadada;
    border-radius: 15px;
    padding: 10px;
    margin: 3% 5%;
    font-size: 15px
}

.info_from {
    display: flex;
    flex-direction: column;
    margin: 5px 0
}

.userInfo input {
    border: 1px solid rgba(217,217,217,1);
    width: 100%;
    height: 31px;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin: 8px 0;
    padding: 0 5px
}

.info_from_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px
}

.info_from_title>p:first-child {
    font-weight: 700
}

.info_from_title>p:last-child {
    color: #ee264d
}

.userInfo_window {
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.userInfo_window>p:first-child {
    margin: 0 0 8px;
    font-weight: 700
}

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

.newPassword label {
    width: 100px;
    font-size: 14px
}

.pop_button {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.pop_button>p:first-child {
    width: 40%;
    height: 40px;
    background-color: #ee264d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px
}

.pop_button>p:last-child {
    width: 40%;
    height: 40px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px
}

.Withdraw {
    width: 100%;
    font-size: 16px
}

.Withdraw_box {
    margin: 10px auto;
    width: 90%;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    --border-bottom: none;
    --border-top: none
}

.Withdraw_box .adm-form {
    --border-bottom: none;
    --border-top: none
}

.withdraw_from {
    width: 100%;
    height: 72px;
    margin: 0 0 12px
}

.withdraw_from input {
    border: 1px solid rgba(217,217,217,1);
    width: 100%;
    height: 31px;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin: 8px 0;
    padding: 0 5px
}

.withdraw_from span {
    font-weight: 700;
    font-size: 18px
}

.withdraw_button {
    width: 90%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    background-color: #ee264d
}

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

.adm-form-item-label {
    white-space: break-spaces
}

.invites_text {
    text-align: center
}

.i_text {
    margin: 0 0 0 10px
}

.newpay {
    width: 100%;
    font-size: 16px
}

.newpay_box {
    width: 90%;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 0 5px
}

.PayType_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #dbdbde
}

.PayType_list img {
    width: 40px
}

.PayType_list p {
    margin: 0 5px;
    font-size: 17px
}

.PayType_list>div {
    display: flex;
    align-items: center
}

.newPay_model,.newPay_moneyInput {
    width: 90%;
    height: 60px;
    background-color: #fff;
    margin: 10px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    border-radius: 8px
}

.newPay_moneyInput>input {
    width: 60%;
    height: 80%;
    border: 1px solid #575759;
    border-radius: 8px;
    padding: 5px
}

.newPay_model p {
    width: 45%;
    text-align: center;
    font-size: 15px
}

.newPay_model>p:last-child {
    color: #969799
}

.adm-picker-header-button {
    color: #ee264d
}

.submit_Pay {
    width: 80%;
    height: 40px;
    background-color: #ee264d;
    border-radius: 8px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    font-size: 16px
}

.UserPay {
    width: 100%;
    font-size: 16px
}

.UserPay_box {
    width: 90%;
    height: auto;
    background-color: #fff;
    border-radius: 15px;
    margin: 5% auto;
    overflow: hidden;
    box-shadow: #29050526 0 0 10px
}

.userPay_top {
    width: 100%;
    height: 62px;
    background-color: #000;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    position: relative
}

.userPay_top>div:first-child {
    display: flex;
    align-items: center
}

.userPay_top img {
    width: 40px;
    margin: 0 8px
}

.qrcode {
    width: 100%;
    height: 442px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column
}

.qrcode>div:first-child {
    display: flex;
    font-size: 13px;
    color: #a9a9a9;
    line-height: 20px
}

.code {
    width: 208px;
    height: 208px;
    background: url("data:image/svg+xml,%3csvg%20width='180'%20height='180'%20viewBox='0%200%20180%20180'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame%20301'%3e%3cpath%20id='Vector'%20d='M34.5835%201.33325H16.3335C8.04922%201.33325%201.3335%208.04898%201.3335%2016.3333V34.5833'%20stroke='%23FF7003'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M145.583%201.33325H163.833C172.118%201.33325%20178.833%208.04898%20178.833%2016.3333V34.5833'%20stroke='%23FF7003'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M34.5835%20178.833H16.3335C8.04922%20178.833%201.3335%20172.118%201.3335%20163.833V145.583'%20stroke='%23FF7003'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M145.583%20178.833H163.833C172.118%20178.833%20178.833%20172.118%20178.833%20163.833V145.583'%20stroke='%23FF7003'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center
}

.payCode {
    height: 41px;
    padding: 0 5px;
    background-color: #f2f2f2;
    color: #f90;
    border-radius: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.copy {
    width: 70%;
    height: 40px;
    background-color: #ee264d;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.recharge {
    padding: 8px 16px
}

.pay-money {
    width: 90%;
    margin: 60px auto;
    height: 44px
}

.tishi {
    color: #ff5353;
    font-weight: 700
}

.pay_btn_ground {
    display: flex;
    width: 100%;
    justify-content: space-around
}

.pay_btn_ground button:nth-child(1) span {
    color: #666
}

.copy_2 {
    width: 44%
}

.timeout {
    color: #ff4040;
    font-weight: 700;
    position: absolute;
    right: 20px;
    line-height: 62px;
    font-size: 18px
}

.detail_box {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding-top: 5px;
    font-size: 16px
}

.detail_list {
    width: 90%;
    height: 156px;
    margin: 5px auto;
    background: url(./newBackzijin-BOwKrHEr.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.detail_list>div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.detail_list>p:nth-child(2) {
    font-size: 20px;
    font-weight: 700
}

.detail_list>div:last-child p:last-child {
    margin: 2% 0;
    font-size: 12px
}
