    /* 农历命运工具专用样式 */
    .nongli-calculator {
        margin-top: 20px;
    }

    .nongli-form {
        background: #fff;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .date-picker {
        margin-top: 15px;
        padding: 15px;
        background-color: #fff9e6;
        border-radius: 6px;
        border-left: 4px solid #d4a017;
    }

    .date-title {
        font-size: 16px;
        color: #d4a017;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .btn-submit {
        background: #d4a017;
        color: white;
        border: none;
        border-radius: 4px;
        padding: 12px 30px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 4px 8px rgba(212, 160, 23, 0.2);
        display: inline-block;
        text-align: center;
    }

    .btn-submit:hover {
        background: #b8860b;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(212, 160, 23, 0.3);
    }

    .center-btn {
        justify-content: center;
        margin-top: 20px;
        text-align: center;
    }

    /* 结果样式 */
    .result-container {
        margin-top: 30px;
    }

    .result-header {
        margin-bottom: 20px;
        text-align: center;
    }

    .result-header h3 {
        font-size: 22px;
        color: #d4a017;
        font-weight: 700;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }

    .result-header h3:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background: #d4a017;
        border-radius: 3px;
    }

    .nongli-overview {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px;
        background: linear-gradient(135deg, #d4a017, #b8860b);
        color: white;
        border-radius: 8px;
        margin-bottom: 25px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }

    .basic-info {
        display: flex;
        flex-direction: column;
    }

    .person-info {
        font-size: 18px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .name-tag {
        font-size: 18px;
        font-weight: 600;
        margin-right: 10px;
    }

    .gender-tag {
        background-color: rgba(255, 255, 255, 0.2);
        font-size: 14px;
        padding: 2px 8px;
        border-radius: 4px;
        font-weight: normal;
    }

    .date-info {
        margin-top: 5px;
    }

    .date-row {
        display: flex;
        margin-bottom: 3px;
        font-size: 14px;
    }

    .date-label {
        opacity: 0.8;
        width: 60px;
    }

    .date-value {
        font-weight: 500;
    }

    .nongli-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.15);
        padding: 20px;
        border-radius: 8px;
        min-width: 140px;
    }

    .nongli-name {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 12px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    }

    .shengxiao-box {
        font-size: 18px;
        opacity: 0.9;
    }

    .animal-icon {
        font-size: 20px;
        text-align: center;
    }

    .animal-icon i {
        margin-right: 5px;
    }

    .result-section {
        margin-bottom: 25px;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
        overflow: hidden;
        border: 1px solid #f0f0f0;
    }

    .result-title {
        padding: 15px;
        background-color: #fff9e6;
        color: #d4a017;
        font-size: 18px;
        margin: 0;
        border-bottom: 1px solid #f0e6c8;
    }

    .result-title i {
        margin-right: 8px;
    }

    .result-content {
        padding: 20px;
    }

    .analysis-text {
        font-size: 16px;
        line-height: 1.8;
        color: #444;
        margin: 0;
    }

    /* 八字卡片样式 */
    .bazi-section {
        margin-bottom: 25px;
    }

    .bazi-card {
        background: linear-gradient(to bottom, #fff9e6, #ffffff);
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        border: 1px solid #f0e6c8;
    }

    .bazi-header-row {
        background: linear-gradient(135deg, #d4a017, #b8860b);
        padding: 15px;
        color: white;
        text-align: center;
    }

    .bazi-card-header {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .bazi-card-subheader {
        font-size: 14px;
        opacity: 0.9;
    }

    .bazi-body {
        padding: 20px;
    }

    .bazi-table {
        display: table;
        width: 100%;
        border-collapse: separate;
        border-spacing: 5px;
    }

    .bazi-table-row {
        display: table-row;
    }

    .bazi-label {
        display: table-cell;
        background-color: #fff9e6;
        color: #d4a017;
        font-weight: 600;
        padding: 8px;
        text-align: center;
        border-radius: 4px;
        width: 25%;
    }

    .bazi-value {
        display: table-cell;
        text-align: center;
        padding: 8px 0;
        border: 1px solid #f0e6c8;
        border-radius: 4px;
        background-color: #ffffff;
        width: 25%;
    }

    .bazi-day {
        background-color: #fff8e1;
        border-color: #ffe082;
    }

    .bazi-gan {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #d4a017;
    }

    .bazi-zhi {
        font-size: 18px;
        color: #555;
    }

    /* 分析内容样式 */
    .analysis-summary {
        display: flex;
        background-color: #f9fafc;
        border-radius: 8px;
        padding: 20px;
        border-left: 4px solid #d4a017;
    }

    .summary-icon {
        font-size: 32px;
        color: #d4a017;
        margin-right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .summary-text {
        flex: 1;
    }

    .wealth-icon {
        color: #ffa000;
    }

    /* 农历解析 */
    .nongli-intro-content {
        padding: 10px 0;
    }

    .nongli-intro-content p {
        margin-bottom: 20px;
        line-height: 1.8;
    }

    .nongli-feature {
        margin-bottom: 20px;
        background-color: #fff9e6;
        border-radius: 8px;
        padding: 15px;
        border: 1px solid #f0e6c8;
    }

    .nongli-feature h4 {
        color: #d4a017;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 12px;
        border-bottom: 1px dashed #f0e6c8;
        padding-bottom: 8px;
    }

    .nongli-feature h4 i {
        margin-right: 8px;
    }

    .feature-list {
        padding-left: 20px;
        margin: 0;
    }

    .feature-list li {
        margin-bottom: 8px;
        line-height: 1.6;
    }

    .premium-btn {
        background: linear-gradient(135deg, #d4a017, #b8860b);
        color: white;
        border: none;
        border-radius: 50px;
        padding: 12px 25px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
        display: inline-block;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .premium-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    }

    .premium-icon {
        margin-right: 5px;
    }

    .premium-analysis {
        margin-top: 30px;
        background: linear-gradient(135deg, #fff9e6, #fffbf0);
        padding: 20px;
        border-radius: 8px;
        text-align: center;
        border: 1px solid #f0e6c8;
    }

    .premium-analysis p {
        margin-bottom: 15px;
        color: #555;
    }

    /* 响应式调整 */
    @media (max-width: 768px) {
        .nongli-overview {
            flex-direction: column;
            padding: 15px;
        }

        .basic-info {
            margin-bottom: 15px;
            align-items: center;
        }

        .nongli-main {
            width: 100%;
        }

        .form-row {
            flex-direction: column;
        }

        .form-group {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 576px) {
        .bazi-table-row {
            display: flex;
            flex-wrap: wrap;
        }

        .bazi-label,
        .bazi-value {
            width: 50%;
            margin-bottom: 5px;
        }
    }