/*@font-face {*/
    /* font-properties */
    /*font-family: 'XXX';*/
    /*src: url('./PingFangMedium.ttf');*/
/*}*/

a, address, article, b, body, dd, div, dl, dt, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, i, legend, li, menu, nav, ol, p, section, span, td, th, ul, input {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, button, input, select, textarea {
    font-family: PingFang SC, helvetica neue, hiragino sans gb, microsoft yahei, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #4f5180;
}

body {
    background: #FFF;
}

body, html {
    min-width: 1200px;
    height: 100%;
}

fieldset, img {
    border: 0;
}

li, ul {
    list-style: none;
}

em, i {
    font-style: normal;
}

h1, h2, h3, h4 {
    font-weight: 400;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

a, a:hover {
    text-decoration: none;
}

a:focus, button, input, select, textarea {
    outline: none;
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-variant: normal;
}

img, input, select {
    vertical-align: middle;
}

legend {
    display: none;
}

textarea {
    resize: none;
}

button {
    cursor: pointer;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}