/* 细则样式 */
        .scholarship-rules {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            padding: 30px;
        }

        .rules-list {
            padding-left: 25px;
            margin-bottom: 20px;
            list-style: decimal-leading-zero;

        }

        .rules-list li {
            margin-bottom: 15px;
            color: #555;
            line-height: 1.7;
            list-style: disc;
        }

        .rules-notice {
            font-style: italic;
            color: #777;
            text-align: right;
            margin-top: 20px;
        }

        .section-subtitle {
            font-size: 1.25em;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            text-align: center;
            position: relative;
        }

        .bonus-table {
            table-layout: auto;
        }

        /* .section-subtitle {
			font-size: 24px;
			font-weight: bold;
			color: #333;
			margin-bottom: 24px;
			position: relative;
			padding-bottom: 12px;
			text-align: center;
		} */

        /* .section-subtitle::after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
			width: 60px;
			height: 3px;
			background-color: #3498db;
			border-radius: 3px;
		} */

        .category-title {
            font-size: 1.35em;
            font-weight: 600;

            margin-bottom: 15px;
            display: flex;
            align-items: center;


        }

        .category-title::before {
            content: "";
            display: block;
            width: 4px;
            height: 1em;
            background: #fabc00;
            /* background: linear-gradient(0deg, #01225f, #fabc00); */
            margin-right: 10px;
            border-radius: 2px;
        }

        /* 居中的类别标题 */
        .category-title-center {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
            text-align: center;
            padding-left: 0;
        }

        .tuition-amount {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin: 10px 0;
        }

        .requirements-list {
            list-style: none;
            padding-left: 20px;
        }

        .requirements-list li {
            margin-bottom: 10px;
            position: relative;
        }

        .requirements-list li:before {
            content: "•";
            color: #3498db;
            font-weight: bold;
            position: absolute;
            left: -20px;
        }

        .process-notice {
            color: #666;
            font-style: italic;
            padding-left: 10px;
        }

        /* 商界精英计划样式 */
        .business-leader-program {
            margin-top: 20px;
        }

        .program-desc {
            color: #555;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        /* 横向模块容器 */
        .program-modules-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            /* background-color: #f8fafc; */
            /* padding: 20px; */
            /* border-radius: 8px; */
            margin-bottom: 20px;
        }

        /* 单个横向模块 */
        .program-module-horizontal {
            flex: 1;
            min-width: 300px;
            padding: 15px;
            background-color: #deebf7;
            border-radius: 8px;
            /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); */
            /* border: 1px solid #e2e8f0; */
        }



        .module-rating span {
            display: inline-block;
            padding: 3px 8px;
            border-radius: 12px;
            font-size: 12px;
            margin-right: 8px;
            margin-top: 8px;
        }

        .program-module+.program-module {
            margin-top: 1.25rem;

        }

        .module-highlight {
            background-color: #ffffff;
            padding: 10px 15px;
            border-radius: 4px;
            margin: 10px 0;
        }

        .module-rating span {
            display: inline-block;
            padding: 3px 8px;
            border-radius: 12px;
            font-size: 12px;
            margin-right: 8px;
            margin-top: 8px;
        }

        .rating-excellent {
            background-color: #e6f7ed;
            color: #28a745;
        }

        .rating-good {
            background-color: #fff3cd;
            color: #ffc107;
        }

        .rating-average {
            background-color: #e9ecef;
            color: #6c757d;
        }

        .application-guide a {
            color: #3498db;
            text-decoration: none;
            border-bottom: 1px dashed #3498db;
            transition: all 0.3s ease;
        }

        .application-guide a:hover {
            color: #2980b9;
            border-bottom: 1px solid #2980b9;
        }

        .notes-list {
            padding-left: 20px;
            margin-top: 10px;
            display: list-item;
        }

        .notes-list li {
            margin-bottom: 10px;
            position: relative;
            list-style: auto
        }

        .table-item1 {
            text-align: center;
        }

        /* .notes-list li:before {
			content: "";
			display: inline-block;
			width: 2px;
			height: 2px;
			background-color: #e53e3e;
			color: #fff;
			border-radius: 50%;
			position: absolute;
			left: -20px;
			top: 3px;
			font-size: 8px;
			display: flex;
			align-items: center;
			justify-content: center;
		} */

        /* 白色区块样式 */
        .white-block {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            padding: 20px;
            margin-bottom: 20px;
        }

        /* 表格样式 */
        .business-elite-schedule {
            width: 100%;
            border-collapse: collapse;
            margin-top: 15px;
            margin-bottom: 25px;
            background-color: rgb(234, 237, 242);
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }

        .business-elite-schedule th,
        .business-elite-schedule td {
            padding: 12px 15px;
            text-align: center;
            border-bottom: 1px solid #e2e8f0;
        }

        .business-elite-schedule th {
            background-color: rgb(10, 50, 137);
            color: rgb(233, 210, 37);
            font-weight: 600;

        }

        .business-elite-schedule tr:last-child td {
            border-bottom: none;
        }

        .business-elite-schedule tr:nth-child(even) {
            background-color: #f8fafc;
        }

        .business-elite-schedule tr:hover {
            background-color: #f1f5f9;
            transition: background-color 0.2s ease;
        }

        .business-elite-schedule small {
            font-size: 85%;
            color: #64748b;
            /* display: block; */
            margin-top: 3px;
        }

        /* 线上批次标识 */
        .business-elite-schedule td:first-child:has(small) {
            position: relative;
        }



        .elite-table {
            width: 100%;
            border-collapse: collapse;
            /* color: #666; */
            line-height: 1.6;
            table-layout: auto;
        }

        .elite-table th,
        .elite-table td {
            border: 1px solid #999;
            padding: 10px 20px;
            vertical-align: middle;
            transition: all 0.2s ease;
        }

        .elite-table .section-header {

            color: #01225F;
            font-weight: 600;
            font-size: 1.15rem;
            background: #f3f6fd;
            color: var(--color-primary);
            font-size: 1.25rem;
        }



        .section-header:last-child {
            border-bottom: none;
        }

        .name {
            font-weight: 600;
            text-align: center;

        }


        .pytx-wrap {
            overflow: hidden;
            border-radius: 8px;
            background: #fff;
            padding: 30px
        }

        .pytx-wrap p {
            margin: 10px 0;
        }

        .program-wrapper {
            display: flex;
            flex-wrap: wrap;
            background: #fff;
            padding: 30px;
            color: #333;
            justify-content: space-between;
            border: 1px solid #e2e8f0;
        }

        .program-container {
            width: 48%;

        }

        .program-container:nth-child(n+3) {
            margin-top: 30px;
        }

        .program-container h2 {
            color: #01225F;
            font-size: 1rem;
        }

        .bonus tr th:last-child {
            width: 60%;
        }

        @media(min-width: 768px) {
            .pytx-img-wrap1 img {
                text-align: center;
                max-width: 60%;

            }
        }

        @media (max-width: 768px) {
            .pytx-wrap {
                padding: 15px;
            }

            .pytx-wrap .course-img {
                margin-left: -15px;
                margin-right: -15px;
            }

            .program-wrapper {
                padding: 15px;
            }

            .program-container {
                width: unset;

            }

            .program-container:nth-child(n+1) {
                margin-top: 15px;
            }

            .elite-table th,
            .elite-table td {
                padding: 4px 10px;
                font-size: 12px;
            }

            .elite-table .name {
                white-space: nowrap;
            }

            .section-header {
                font-size: 16px;
                padding: 16px 18px;
            }

            .business-elite-schedule th,
            .business-elite-schedule td {
                padding: 5px;
                white-space: nowrap;
            }

            .business-elite-schedule small {
                display: block;
                position: relative;
            }

            .scholarship-rules,
            .white-block {
                padding: 15px;
            }

            table thead tr th {
                padding: 5px;
                font-size: 10px;
            }

            .bonus .table-item1 {
                width: unset;
                white-space: nowrap;
            }


        }



        @media(min-width: 768px) {




            .pytx-img-wrap1 img {
                text-align: center;
                max-width: 60%;

            }
        }