body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-style: normal;
}

html {
    font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    overflow: auto;
}

::-ms-clear,
 ::-ms-reveal {
    display: none;
}

ol,
ul,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

input {
    border: none;
    outline: none;
}

body {
    color: #000000;
    background: #FFF;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #BA2636;
    text-decoration: underline;
}