.table_box{
    width:100%;
    height:calc(100% - 20px);
    overflow-y:auto ;
}
.table_box::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
table{
    width:100%;
    border-collapse:collapse;
}
table tr{
    background:#FFFFFF;
}
table td{
    height:55px;
    line-height: 55px;
    border-bottom:1px solid #dcdcdc;
    text-align: center;
}
table td img{
    width:80px;
    margin-top:10px;
}
table thead tr{
    color: #000000d9;
    background: #fafafa;
}
table thead tr td{
    font-weight: 500;
    font-size:16px;
}
table tbody tr:hover{
    background:#fafafa;
}
