        /* 页面布局样式 */
        body {
            margin: 0;
            /* padding: 20px; */
            box-sizing: border-box;
            background-color: #f5f5f5;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        }

        .sjkf {
            overflow: hidden;
        }

        /* 图表容器样式 */
        .chart-container {
            width: 100%;
            height: 600px;
            margin-bottom: 30px;
            background-color: #fff;
            border-radius: 8px;
            /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); */
            padding: 15px;
            box-sizing: border-box;
        }

        /* 图表标题样式 */
        .chart-title {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 2px solid #0972d0;
        }

        /* 响应式布局 */
        @media (max-width: 768px) {
            .chart-container {
                height: 300px;
            }

            .zwxx {
                width: 400px;
                overflow: auto;
                height: 500px;
                background: #fff;
            }
        }