.toptbale {
    background-color: #2667c5;
    width: 375px;
    height: 300px;
    z-index: 100;
    position: absolute;
    top: 730px;
}
.toptbale h1 {
    line-height: 29px;
    text-align: center;
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    color: #fff;
}
/* .toptbale h1 span {
    color: rgb(255, 128, 19);
} */
.toptbale .bmTable {
    width: 355px;
    margin: 0 10px 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #e0eef6;
    color: #32384D;
    font-size: 15px;
}
.toptbale .bmTable td{
    border-right: 1px solid #e0eef6;
    border-bottom: 1px solid #e0eef6;
    text-align: center;
    line-height: 30px;
}
.toptbale .bmTable td:last-child{
    border-right: none;
    color: rgb(255, 128, 19);
}
.toptbale .bmTable tr:last-child td{
    border-bottom: none;
}
.toptbale .bmTable .firstId{
    font-size: 18px;
    color: #32384D;
    font-weight: bold;
    border-bottom: none;
    line-height: 60px;
    text-align: center;
    width: 120px;
}