
.data_list {
    margin: 50px auto;
    width: 95%;
    overflow-y: hidden
    
}

.delet_area {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.delet {
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    width: 120px;
    font-size: 16px;
    height: 50px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #111;
}

.delet_icon {
    border-radius: 50px;
    height: 18px;
    width: 18px;
    border: 2px solid #dc0000;
    color: #dc0000;
    line-height: 15px;
    margin: 0 auto;
}

.table {
    table-layout: fixed;
    width: 100%;
    min-width: 1000px;
    text-align: center;
}

.table tr {}

.table th {
    background: #eef4ff;
    padding: 20px 10px;
    word-break: break-all
}

.table td {
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    word-break: break-all
}

.table td a {
    text-decoration: underline;
}

.table td a:hover {
    color: #0075bf
}
