body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

body,
html,
input {
  color: rgb(102, 102, 102);
  font: 14px / 1.5 "Open Sans", sans-serif, Arial, 微软雅黑, Helvetica, Tahoma, STXihei,
    华文细黑, "Microsoft YaHei", SimSun, 宋体, Heiti, 黑体, sans-serif;
}

body,
html {
  width: 100%;
  height: 100%;
  font-size: 100px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
}

pre {
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

input,
label,
img,
th {
  vertical-align: middle;
}

ul,
ol,
li,
dl,
dd {
  list-style: none;
}

a {
  text-decoration: none;
  border: 0;
}

a:hover {
  text-decoration: none;
}

*:focus {
  outline: none;
}
