.tab {
  margin: 30px;
  font-size: 14px;
  width: calc(100% - 60px);
}
.name {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  margin: 30px;
}
.total {
  margin: 30px;
}
.total:after {
  content: '';
  display: block;
  clear: both;
}
.add {
  float: right;
  color: blue;
  font-size: 16px;
  font-weight: 500;
}

.tab img {
  width: 60px;
}

.tab td,
.tab th {
  border: 1px solid #ddd;
  padding: 8px 12px;
}

.tab .del {
  color: red;
}

.tab .res {
  color: green;
}

.tab a {
  color: #333;
  margin: 0 4px;
}

.show {
  color: green;
}

.hide {
  color: red;
}
