@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500&display=swap');

body{
    font-family: 'Noto Sans SC', sans-serif;
}

.table thead th{
    border-width: 1px;
    border-color: #ececec;
}
.table-bordered td, .table-bordered th{
    border-color: #ececec;
}

.table-bordered thead td, .table-bordered thead th{
    border-width: 1px;
}
.logo-text{
    display: block;
}
.logo-text span{
    font-size: 14px;
    line-height: 14px;
}