:where(.css-98ntnt)[class^="ant-modal"], :where(.css-98ntnt)[class*=" ant-modal"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}
:where(.css-98ntnt).ant-modal-root .ant-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

:where(.css-98ntnt).ant-modal-root .ant-modal-wrap {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

:where(.css-98ntnt)[class^="ant-modal"] [class^="ant-modal"], :where(.css-98ntnt)[class*=" ant-modal"] [class^="ant-modal"], :where(.css-98ntnt)[class^="ant-modal"] [class*=" ant-modal"], :where(.css-98ntnt)[class*=" ant-modal"] [class*=" ant-modal"] {
    box-sizing: border-box;
}
:where(.css-98ntnt).ant-modal {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    pointer-events: none;
    position: relative;
    top: 100px;
    width: auto;
    max-width: calc(100vw - 32px);
    padding-bottom: 24px;
}

:where(.css-98ntnt)[class^="ant-modal"], :where(.css-98ntnt)[class*=" ant-modal"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

.pc-server-modal {
    width: 32.083rem;
    height: 45.417rem;
    background: url(/static/img/server-bg.1cd8fa0f.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center
}

.pc-server-modal img {
    width: 14rem;
    height: 14rem;
    margin-top: 17rem;
    margin-left: 9.5rem;
    object-fit: cover
}

.pc-server-modal .pc-server-modal-title {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.5rem;
    color: #161b31;
    line-height: 1;
    opacity: .5
}

.pc-server-modal .pc-server-title1 {
    margin-top: 1.917rem;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 1.8rem;
    color: #111525;
    line-height: 1
}

.pc-server-modal .pc-server-modal-content {
    display: flex;
    flex-direction: row;
    margin-top: 4rem
}

.pc-server-modal .pc-server-modal-text {
    margin-left: 1.25rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 1;
    font-size: 1.5rem;
    color: #0060ff
}

.h5-toast-background {
    position: fixed;
    top: 50%;
    left: calc(50% - 15rem);
    height: 2rem;
    min-width: 30rem;
    border-radius: 1rem;
    background: #0009;
    z-index: 9999;
    color: #fff;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 2rem;
    box-sizing: border-box;
    transition: all .3s ease-in-out
}

.h5-toast.h5-toast-success {
    background-color: #5cb85c;
    color: #fff
}
