body {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, sans-serif;
    color: #333;
    font-size: 1rem;
    padding: 0 !important;
}

form input, form textarea, form select, form .input-group-text {
    font-size: 0.9rem !important;
}

hr {
    color: #aaa;
}

/* 按钮 */
.btn {
    white-space: nowrap;
}

/* 输入框标题 */
.form-group > label {
    font-size: 0.9rem;
    line-height: 1.8rem;
}

/* 左导航栏顶端 */
.logo {
    font-size: 1.5rem;
}

.logo sup {
    font-size: 0.7rem;
    top: -1rem;
    left: 0.2rem;
}

.sidebar-title:not(.sep) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-title > span > a {
    font-size: 0.9rem;
    color: #aa0000;
    margin-left: 1.4rem;
}

.sidebar-item [class*=" bi-"] {
    height: auto;
    width: auto;
}

ul.submenu.active {
    padding-left: 1rem;
}

/* 面包屑切换 */
.breadcrumb-item:not(.active) a {
    color: #6c757d;
}

.breadcrumb-item.active {
    color: #435ebe;
    text-decoration: underline;
}

/* 卡片布局 */
.card {
    margin-bottom: 1.5rem;
}

/* 表格 */
#main-data th {
    white-space: nowrap;
}

.table th, .table td {
    text-align: center;
    vertical-align: middle;
    font-size: 0.9rem;
}
