* {
    word-wrap: break-word;
    font-family: PingFang SC;
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
    margin: 0;
    padding: 0
}

ul, ol, dl {
    list-style-type: none
}

@font-face {
    font-family: ExtraLight;
    src: url('/resource/website/fonts/PingFang ExtraLight.ttf');
}

@font-face {
    font-family: Mediums;
    src: url('/resource/website/fonts/PingFang Medium.ttf');
}

@font-face {
    font-family: Regular;
    src: url('/resource/website/fonts/PingFang Medium.ttf');
}

@font-face {
    font-family: Bolds;
    src: url('/resource/website/fonts/PingFang Bold.ttf');
}

html, body {
    font-family: Mediums, sans-serif;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 0;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('/resource/website/images/icon-down.png') no-repeat right 20px center;
    background-size: 10px 5px;
}

a {
    text-decoration: none !important;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}


<!--ºÄÊ±1773231894.6604Ãë-->