.health-detail{padding:16px;background-color:rgba(1,32,78,.85);border:1px solid #024366;border-radius:2px}.health-detail-back{display:flex;align-items:center;margin-bottom:16px}.health-detail-back .title{position:relative;margin-left:16px}.health-detail-back .title:before{position:absolute;left:-8px;top:50%;transform:translateY(-50%);display:block;content:"";width:1px;height:12px;background-color:#eee}.health-detail-table{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:40px repeat(7,1fr);grid-column-gap:0;grid-row-gap:0}.health-detail-table>div{border:1px solid #3b4f75;padding:8px 12px}.health-detail-table .th{background-color:#283363}.health-detail-table .td,.health-detail-table .th{font-size:16px}.health-detail-table .nbr,.health-detail-table .titleRowSpan1{display:grid;justify-content:center;align-items:center}.health-detail-table .titleRowSpan1{grid-area:2/1/4/1}.health-detail-table .titleRowSpan2{display:grid;justify-content:center;align-items:center;grid-area:4/1/5/1}.health-detail-table .titleRowSpan3{display:grid;justify-content:center;align-items:center;grid-area:5/1/7/1}.health-detail-table .titleRowSpan4{display:grid;justify-content:center;align-items:center;grid-area:7/1/9/1}.health-detail-table .rowSpan{display:grid;justify-content:center;align-items:center;grid-area:2/6/9/6;font-weight:700;font-size:26px}.health-detail-tips{margin-top:30px}