.title{
    padding: 0 0 12px;
    font-size: 20px;
    text-align: center;
}
.table-warp {
    border-left: 1px solid #e3e9ea;
    border-top: 1px solid #e3e9ea;
}
.table-title {
    font-size: 18px;
    border-bottom: 1px solid #e3e9ea;
    border-right: 1px solid #e3e9ea;
    padding: 8px 14px;
    font-weight: bold;
}
.table-tr {
    font-size: 0;
    border-right: 1px solid #e3e9ea;
}
.table-td {
    font-size:14px;
    display: inline-block;
    width: calc((100% - 5px) / 5);
    border-left:0;
    border-right: 1px solid #e3e9ea;
    border-bottom: 1px solid #e3e9ea;
    padding: 4px 0;
    text-align: center;
}
