﻿body
{
    margin: 0;
    font-family: PingFangSC-Medium,PingFang SC,PingFangSC-Regular,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif,helvetica neue regular,Roboto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    word-break: break-word;
}
code
{
    font-family: source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace;
}
body, div, ol, p, ul
{
    margin: 0;
    padding: 0;
}
ol, ul
{
    list-style: none;
}
button:disabled
{
    background: #f5f5f5!important;
    color: rgba(0,0,0,.25)!important;
}
#root
{
    font-size: 14px;
    font-weight: 400;
    min-height: 100%;
    background-color: #f3f8ff;
    word-break: break-all;
}
.page-loading
{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding-top: 15%;
}
.scroll-cover::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
}
.scroll-cover::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #b3b3b3;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.scroll-cover::-webkit-scrollbar-track
{
    background: #f7faff;
}
.scroll-content::-webkit-scrollbar
{
    width: 8px;
    height: 5px;
}
.scroll-content::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #e5e5e6;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.scroll-content::-webkit-scrollbar-track
{
    background: #f7faff;
}
.input::-webkit-input-placeholder
{
    color: #8d8c8c;
}
.input:-moz-placeholder
{
    color: #8d8c8c;
}
.input:-ms-input-placeholder
{
    color: #8d8c8c;
}
.highlight
{
    background-color: #ddeaff;
    cursor: pointer;
}
.action
{
    color: #2366ff;
    cursor: pointer;
}
.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled)
{
    background-color: #3181ff;
    color: #fff;
}
.flex
{
    display: -webkit-flex;
    display: flex;
}
.flex-direction-column
{
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex-1
{
    -webkit-flex: 1;
    flex: 1 1;
}
.flex-pack-center
{
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-pack-end
{
    -webkit-justify-content: center;
    justify-content: flex-end;
}
.flex-align-center
{
    -webkit-align-items: center;
    align-items: center;
}
.flex-pack-justify
{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-around-justify
{
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.flex-flow-wrap
{
    -webkit-flex-flow: row wrap;
    -webkit-box-lines: multiple;
    box-orient: horizontal;
    box-lines: multiple;
    flex-flow: row wrap;
}
.align-content
{
    align-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
}
.ant-modal-wrap .ant-modal-content
{
    border-radius: 8px;
}/*# sourceMappingURL=main.f4f01c75.chunk.css.map */