* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: no-repeat 0 0;
  background-size: 100% auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  color: #333;
  background-color: #ffffff;
}

li {
  list-style: none;
  padding: 0.5em 0;
  width: 100%;
}

.tableData {
  width: 100%;
  overflow: auto;
}

table {
  border-collapse: collapse;
  width: 8rem;
}

table,
table tr th,
table tr td {
  white-space: nowrap;
}

th,
td {
  padding: 0.5em;
}

#app {
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
}

.right {
  text-align: right;
}

.middle {
  text-align: center;
}

p {
  line-height: 1.6em;
  word-break: break-all;
  padding: 0.4em 0;
}

h3,
h4 {
  padding: 0.6em 0;
  margin-bottom: 0.5em;
}

.layout {
  padding: 1em 4%;
  letter-spacing: 0.01333333rem;
}

.title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 2em;
  text-align: center;
}

.sub_list > * {
  padding: 0.6em 0;
}
