/* 页面整体背景色 */
body {
    background-color: #f5f5f5;
    font-family: 'Arial', sans-serif;
}

/* 卡片样式 */
.card {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
}

/* 标题样式 */
h2, h5 {
    color: #333;
}

/* 表格样式 */
table {
    background-color: #fff;
}

table th, table td {
    text-align: center;
    vertical-align: middle;
}

/* 按钮样式 */
button {
    min-width: 80px;
}

/* 表单输入框 */
input[type="text"] {
    border-radius: 4px;
}

/* 批量保号按钮特殊颜色 */
#keepAliveBtn {
    margin-top: 10px;
}
