div,
p {
  font-size: 0.4rem;
  line-height: 0.6rem;
}

.margin_bottom {
  margin-bottom: 0.4rem;
}

.bold {
  font-weight: 600;
}

.red {
  color: #ff1010;
}

.under_line {
  /* text-decoration: underline;
  font-style: italic; */
}

.app_under_line {
  text-decoration: underline;
}

.userServer {
  padding: 0.5rem;
}

.title {
  font-size: 0.6rem;
  text-align: center;
}
.mg {
  margin-bottom: 0.2rem;
}

.tabls {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}

.tabls {
  margin: 0 0 20px;
  /* line-height: 18px; */
  width: 100%;
}

.tabls .scroll {
  max-height: 116px;
  border: 1px solid #ddd;
  border-top: 0;
  overflow-y: auto;
}

.tabls table {
  width: 100%;
  table-layout: fixed;
}

.tabls th,
.tabls td {
  width: 100px;
  padding: 10px;
  border: 1px solid #ddd;
  word-break: break-all;
}

.tabls th {
  font-weight: bold;
  background: #eee;
}

.tabls thead th:last-child,
.tabls tbody td:last-child {
  width: auto;
}

.tabls tbody tr:nth-child(2n) {
  background: #fafafa;
}

.tabls tbody tr:first-child td {
  border-top: 0;
}

.tabls tbody tr:last-child td {
  border-bottom: 0;
}

.tabls tbody tr td:first-child {
  border-left: 0;
}

.tabls tbody tr td:last-child {
  border-right: 0;
}

.tabls a {
  text-decoration: none;
  color: red;
}
