html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
em,
p,
font,
img,
small,
strong,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
caption {
    word-break: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: "微软雅黑";
}

ol,
ul {
    list-style: none
}

:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal
}

strong {
    font-weight: 600
}

a {
    font: 0.875rem Arial;
    text-decoration: none;
    color: #404040;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 1rem;
    font-weight: 700;
    color: #666
}

input {
    margin: 0;
    padding: 0;
}