.detail .card {
  margin: 10px;
  border-radius: 4px;
}
.detail .label {
  width: 80px;
}
.detail .value {
  flex: 1;
}
.detail .hd.card {
  display: flex;
  color: #02a7f0;
  border: 1px solid #02a7f0;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  height: 30px;
  line-height: 28px;
  box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.35);
  margin-bottom: 20px;
}
.detail .hd.card .label {
  border-right: 1px solid #02a7f0;
}
.detail .item {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
}
.detail .item .label {
  text-align: center;
  color: #027db4;
  font-weight: 700;
}
.detail .item .row {
  display: flex;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  color: #666;
  font-size: 13px;
  line-height: 2;
  padding: 0 4px;
}
.detail .item .row .aside {
  text-align: right;
  text-wrap: nowrap;
}
