body,
html {
    height: 100%;
    width: 100%;
    font-size: 14px;
}

*,
body,
html {
    padding: 0;
    margin: 0
}

* {
    outline: 0 none;
    box-sizing: border-box;
    word-break: break-all;
    -webkit-tap-highlight-color: transparent;
    font-family: PingFang SC, DIN Pro, dinpro, PingFangSC-Regular, SF Pro SC, SF Pro Text, Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif
}

main {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    min-height: 100%
}

input {
    -webkit-user-select: auto;
    user-select: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input::-webkit-input-placeholder,
input:placeholder-shown {
    font-size: 12px
}

ol,
ul {
    list-style: none;
    list-style-type: none
}

a {
    border: none;
    text-decoration: none
}

a,
a:hover {
    transition: all .3s ease-out 0s
}

a:focus {
    text-decoration: none
}

i {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-weight: 400;
    font-style: normal
}

img {
    border: none;
    vertical-align: middle
}


dl,
ol,
p,
ul {
    margin-bottom: 0 !important
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    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-variant: tabular-nums;
    line-height: 1.5715;
    -webkit-font-feature-settings: "tnum", "tnum";
    font-feature-settings: "tnum", "tnum"
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: initial;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5em;
    color: rgba(0, 0, 0, .85);
    font-weight: 500
}

p {
    margin-top: 0;
    margin-bottom: 1em
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1em
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}


b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}


a {
    color: #1890ff;
    background-color: initial;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #40a9ff
}

a:active {
    color: #096dd9
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0
}

a:focus {
    outline: 0
}

a[disabled] {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75em;
    padding-bottom: .3em;
    color: rgba(0, 0, 0, .45);
    text-align: left;
    caption-side: bottom
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}


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

.hd_main * {
    box-sizing: unset;;
}