/* 全局CSS定义 */
* {
  padding: 0;
  margin: 0;
  border: none;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
a,
input,
label {
  outline: none;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  table-layout: fixed;
}
table td {
  word-break: break-all;
  word-wrap: break-word;
}
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
html,
body {
  height: 100%;
}
