/* 自定义橙色标题栏 */
.orange-title-bar {
    background-color: #ff6600;
    color: white;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    border-radius: 4px; /* 可选：加一点圆角 */
}