.number_table {
    margin: 10px 0;
    width: 100%;
    background-color: #FCFBFD;
    border-collapse: collapse;
    text-indent: 0;
}

.number_table td {
  border: 1px solid #CCBBD7;
}

.number_table .number_table-l{
width: 100px;
text-align: center;
height: 45px;
}
.number_table .number_table-r{
  padding: 0 20px;
}
.number_table .ren {
  color: #00B7EE;
}
