
:root {
    --surface: #ffffff;
    --border-light: #eef2f8;
    --primary: #6c5ce7;
    --primary-dark: #5b4bc4;
    --primary-soft: #e9e6ff;
    --text-title: #0a1927;
    --text-secondary: #5b6e8c;
    --text-muted: #8a9bb0;
    --intel-badge: #eef2ff;
    --intel-color: #0066cc;
    --amd-badge: #ffece5;
    --amd-color: #d93c00;
    --shadow-card: 0 8px 20px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 12px 28px rgba(0, 0, 0, 0.1);
    --progress-bg: #e9edf2;
    --progress-fill: linear-gradient(90deg, #6c5ce7, #a29bfe);
}


.performance-section {
    padding: 32px;
    border-bottom: 1px solid var(--border-light);
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-title);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}



.benchmark-table {
    width: 100%;
    border-collapse: collapse;
    background: #f9fafc;
    border-radius: 20px;
    overflow: hidden;
}

.benchmark-table th,
.benchmark-table td {
    padding: 14px 20px;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}
.benchmark-table td .layui-icon-right{
    color: var(--primary);
    font-weight: 700;
    font-size: 13px;
}

.benchmark-table th {
    background: #f1f3f8;
    font-weight: 600;
    color: var(--text-secondary);
    font-size: 13px;
}

.benchmark-table td {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-title);
}

.price-purchase {
    padding: 28px 32px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.price-box-detail {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.current-price-lg {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-dark);
}

.current-price-lg small {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-muted);
}

.btn-buy {
    background: var(--primary);
    color: white;
    border: none;
    padding: 14px 38px;
    border-radius: 48px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0 4px 10px rgba(108, 92, 231, 0.3);
}

.btn-buy:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}


@media (max-width: 760px) {
    .detail-page-container {
        padding: 20px;
    }
    .benchmark-table {
        border-radius: 10px;
    }
    .xinyue_wp {
        flex-direction: column-reverse !important;
    }
}
.xinyue_container{
    background: #f0f2f8;
}
