body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: #fff;
    font-size: 14px;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif !important;
}
td, th, caption {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
a {
    color: #fff;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
    text-decoration: none;
}
img {
    width: 100%;
    border: none;
    content: normal;
    vertical-align: middle;
}
ol, ul, li {
    list-style: none;
}
input, textarea, select, button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}
button {
    border: none;
    outline: none;
}

@font-face {
  font-family: "Helvetica Bold";
  src:
       /* url("./font/Helvetica Bold.woff2") format("woff2"), */
       /* url("./font/Helvetica Bold.woff") format("woff"), */
       url("./font/Helvetica Bold.ttf") format("truetype"),
       /* url("./font/Helvetica Bold.eot") format("embedded-opentype"), */
       /* url("./font/Helvetica Bold.svg") format("svg"); */
}