.detail{
  font-size: 18px;
  line-height: 170%;
}

.detail table,
.detail table td,
.detail table th {
  border: 1px solid #fff;
  border-collapse: collapse;

}

.detail table tr td,
.detail table th{
  padding: 10px 10px;
  margin: 0px;
  font-size: 15px;
  color: #333;
  font-weight: normal;
}

.detail table tr:nth-child(even) td{
  background: #fff;
}

.detail table tr:nth-child(odd) td{
  background: #f5f5f5;
}

.detail table tr td p{
  padding: 0;
  margin: 0;
}

.detail table tr:first-child td{
  height: 55px;
  font-size: 28px;
  color: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-right: 1px solid #fff;
  background-color: #488bae;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 88.6%;
}

.detail table tr:nth-child(even) td:first-child{
  background: #ededed;
}

.detail table tr th{
  background: #ededed;
}
