#root {
    min-height: 100vh;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: auto !important;
    position: relative;
    background-color: #F9F9F9;
}

body {
    background-size: 100% auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
}

* {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'SimHei', 'Arial', 'SimSun';
    padding: 0;
    margin: 0;
    /*font-size: 16px;*/
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

html {
    overflow: auto;
    /*min-width: 1200px;*/
    position: relative;
    overflow-x: hidden;
}

li {
    list-style: none;
}

h2 {
    white-space: nowrap;
}

.flex{
    display:flex;
}

.flex-1{
    flex:1
}

.flex-x {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-y {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adm-dialog-wrap {
    width: 20rem !important;
}

.adm-dialog-button {
    color: #009080 !important;
}

.adm-dialog-body-content .adm-auto-center .adm-auto-center-content {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

body:before {
    width: 100%;
    height: 100%;
    content: " ";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background: #F9F9F9;
}

body {
    overflow: auto !important;
    width: auto !important;
    position: relative;
}

input {
    -webkit-appearance: none;
}

input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999999999999s;
    -webkit-transition: color 9999999999999s ease-out, background-color 9999999999999s ease-out;
}

input:autofill {
    background: transparent !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield !important;
}


#root-modal{
    position: relative;
    z-index: 10000000000000;
}

.ant-select-focused .ant-select-selector {
    border-color: #1677ff !important;
}

.ant-input-affix-wrapper-focused{
    border-color: #1677ff !important;
}

.ant-popover-inner-content{
    padding: 0!important;
}