.underline>a {
    text-decoration: underline;
}

.create_btn {
    width: 150px;
    height: 40px;
    font-size: 18px;
    line-height: 1.5;
}

.contents {
    max-width: 980px;
}

.main_title .title {
    flex-wrap: wrap;
}

.main_title .title>span {
    display: inline-block;
    margin-bottom: 8px;
    color: #000;
}

  /* table */
  .tableFixHead {
    min-height: 484px;
    scrollbar-width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 16px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

table.data-table tr th,
table.data-table tr td {
    height: 44px;
 
}

.tableFixHead table thead {
    position: sticky;
    top: 0;
}

.tb-account{
    min-width: 216px;
}

.tb-name {
    min-width: 128px;
    max-width: 160px;
}

.tb-email{
    min-width: 280px;
}

.tb-role {
    min-width: 128px;
}

.tb-statu{
    min-width: 60px;
}

.tb-edit {
    min-width: 90px;
}

@media screen and (max-width: 400px) {
    .main_title .row_wrap>.group {
        width: 100%;
    }

    .create_btn {
        width: 100%;
    }
}
