html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
}

html {
    font-size: 16px;
}

html,
body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    background-color: #fff;
    height: 100%;
}

body {
    font-family: 'pingFang Regular', 'pingFang Medium', 'pingFang Bold', 'pingFang Heavy', 'pingFang Light', 'Helvetica Light', arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

nav,
article,
aside,
details,
main,
header,
footer,
section,
fieldset,
figcaption,
figure {
    display: block;
}

img,
a,
button,
em,
del,
strong,
var,
label,
cite,
small,
time,
mark,
code,
textarea {
    display: inline-block;
}

ul,
ol {
    list-style: none;
}

a:active,
a:hover {
    outline: 0;
}

a,
a:visited {
    text-decoration: none;
}

input,
button,
textarea {
    outline: none;
    border: none;
    font: inherit;
}

em {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}

label,
.wordWrap {
    word-wrap: break-word;
    word-break: break-all;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.cursor {
    cursor: pointer;
}

.el_block {
    display: block;
}

.el_none {
    display: none;
}

.img_block {
    display: block;
    width: 100%;
    height: 100%;
}