.caWrap {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.caWrap .head {
  font-size: 18px;
  text-align: center;
}
.caWrap .cHead {
  font-size: 15px;
}
.caWrap .auth {
  font-size: 10px;
  color: #999;
}
.caWrap .line {
  height: 1px;
  width: 100%;
  border: 1px dashed #999;
  margin: 20px 0;
}
.caWrap .line:last-child {
  border: none;
}
table {
  border-collapse: collapse;
}
table,
td {
  border: 1px solid #cbcace;
}
.leftTd {
  width: 200px;
  height: 50px;
  background: #f5f4f9;
  text-align: center;
  vertical-align: center;
}
.rightTd {
  width: 940px;
  padding: 10px;
}
/*# sourceMappingURL=category.css.map */