.myzhengshu {
            width: 1200px;
            margin: 20px auto;
            font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
        }
        .myzhengshu .tips-box {
            background: #fff7e6;
            border: 1px solid #ffd591;
            border-left: 5px solid #ffa940;
            border-radius: 6px;
            padding: 10px 16px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .myzhengshu .tips-box .icon {
            width: 18px;
            height: 18px;
            background: #ffa940;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
            font-style: normal;
            flex-shrink: 0;
            line-height: 1;
        }
        .myzhengshu .tips-box .text {
            color: #ad6800;
            font-weight: 600;
            font-size: 16px
        }
        .myzhengshu .search-box {
            background: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 4px;
            padding: 20px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .myzhengshu .search-box .form-item {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .myzhengshu .search-box .form-item label {
            font-size: 14px;
            color: #333;
        }
        .myzhengshu .search-box .form-item select,
        .myzhengshu .search-box .form-item input {
            height: 32px;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            padding: 0 10px;
            font-size: 14px;
            color: #333;
            outline: none;
        }
        .myzhengshu .search-box .form-item select {
            min-width: 160px;
        }
        .myzhengshu .search-box .form-item input {
            width: 200px;
        }
        .myzhengshu .search-box .btn-search {
            height: 32px;
            padding: 0 20px;
            background: #2b62d0;
            color: #fff;
            border: none;
            border-radius: 4px;
            font-size: 14px;
            cursor: pointer;
        }
        .myzhengshu .search-box .btn-search:hover {
            background: #5083f6;
        }
        .myzhengshu .search-box .btn-search:active {
            background: #2e63d4;
        }
        .myzhengshu .section-title {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 16px;
        }
        .myzhengshu .section-title .count {
            color: #2b62d0;
            margin-left: 8px;
        }
        .myzhengshu .empty-state {
            background: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 4px;
            padding: 60px 20px;
            text-align: center;
        }
        .myzhengshu .empty-state .empty-icon {
            width: 64px;
            height: 64px;
            margin: 0 auto 16px;
            background: #f5f5f5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .myzhengshu .empty-state .empty-icon svg {
            width: 32px;
            height: 32px;
            fill: #d9d9d9;
        }
        .myzhengshu .empty-state .empty-text {
            font-size: 14px;
            color: #999;
            line-height: 1.6;
        }
        .myzhengshu .data-table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border: 1px solid #e5e5e5 !important;
            border-collapse: separate !important;
            border-spacing: 0 !important;
            border-radius: 8px !important;
            overflow: hidden !important;
            display: table !important;
            table-layout: fixed;
        }
        .myzhengshu .data-table tr {
            display: table-row !important;
        }
        .myzhengshu .data-table thead {
            background: #edf2f7;
            display: table-header-group !important;
        }
        .myzhengshu .data-table th {
            padding: 12px 16px;
            text-align: left;
            font-size: 15px;
            font-weight: normal;
            color: #606060;
            font-weight: bold;
            border-bottom: 1px solid #e8e8e8;
            display: table-cell !important;
            white-space: nowrap !important;
        }
        .myzhengshu .data-table td {
            padding: 16px;
            font-size: 14px;
            color: #333;
            border-bottom: 1px solid #e8e8e8;
            display: table-cell !important;
            white-space: nowrap !important;
        }
        .myzhengshu .data-table tbody tr:hover {
            background: #f5f5f5;
        }
        .myzhengshu .data-table .col-index {
            width: 80px;
        }
        .myzhengshu .data-table .col-project {
            width: auto;
        }
        .myzhengshu .data-table .col-time {
            width: 260px;
        }
        .myzhengshu .data-table .col-hours {
            width: 100px;
        }
        .myzhengshu .data-table .col-action {
            width: 180px;
            white-space: nowrap !important;
        }
        .myzhengshu .btn-action {
            display: inline-block !important;
            padding: 4px 12px;
            border: 1px solid #2b62d0;
            color: #2b62d0;
            background: #fff;
            border-radius: 4px;
            font-size: 14px;
            text-decoration: none;
            margin-right: 8px;
            cursor: pointer;
            white-space: nowrap !important;
        }
        .myzhengshu .btn-action:hover {
            background: #e6f7ff;
        }
        .myzhengshu .btn-download {
            border-color: #64a346;
            color: #64a346;
        }
        .myzhengshu .btn-download:hover {
            background: #f6ffed;
        }

        .cert-modal-overlay {
            display: none;
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 9999;
            justify-content: center;
            align-items: center;
        }
        .cert-modal-overlay.active {
            display: flex;
        }
        .cert-modal-content {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            max-width: 750px;
            width: 90%;
            box-shadow: 0 8px 30px rgba(0,0,0,0.3);
            position: relative;
        }
        .cert-modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 14px 20px;
            border-bottom: 1px solid #eee;
        }
        .cert-modal-header h3 {
            font-size: 18px;
            color: #333;
            margin: 0;
        }
        .cert-modal-close {
            width: 32px; height: 32px;
            border: none;
            background: #f0f0f0;
            border-radius: 50%;
            font-size: 18px;
            color: #666;
            cursor: pointer;
            line-height: 32px;
            text-align: center;
            transition: all 0.2s;
        }
        .cert-modal-close:hover {
            background: #1c4ab2;
            color: #fff;
        }
        .cert-modal-body {
            padding: 20px;
            text-align: center;
            max-height: 70vh;
            overflow-y: auto;
        }
        .cert-modal-body img {
            max-width: 100%;
            border: 1px solid #eee;
            border-radius: 4px;
        }