html {
    font-family: pingfang SC, -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;
    -webkit-font-smoothing: antialiased;
}

body {
    min-width: 1366px;
    overflow-x: auto;
    overflow-y: hidden;
}

input:-webkit-autofill {
    color: #202d40 !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #202d40 !important;
}

input:autofill,
input:-internal-autofill-selected {
    color: #202d40 !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #202d40 !important;
}

