/* 模态框标题黑色文字样式 */
.modal-title, 
#commissionRateModalLabel, 
.modal .modal-header h5 {
    color: black !important;
    font-weight: bold !important;
}

/* 确保模态框内所有文字为黑色 */
.modal-content {
    color: black !important;
}
