.cookies-page {
    width: 100%;
    background-color: #f9f9f9;
    padding-bottom: 20px;
}

.cookies-section {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

.cookies-section h1 {
    color: var(--primary-color);
    margin-bottom: 30px;
    font-size: 28px;
    padding-bottom: 10px;
    text-align: center;
}

.cookies-section h2 {
    color: var(--primary-color);
    margin: 25px 0 15px;
    font-size: 20px;
}

.cookies-section h3 {
    color:var(--primary-color);
    margin: 20px 0 10px;
    font-size: 18px;
}

.cookies-section p {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.8;
}

.cookies-section ul {
    margin: 10px 0 20px 30px;
}

.cookies-section li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.cookies-section a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500;
}

.cookies-section a:hover {
    text-decoration: underline;
}

.cookies-section .contact-info {
    margin-top: 30px;
    padding: 15px;
    background-color: #e3f2fd;
    border-radius: 5px;
}

.contact-info address {
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    color: var(--primary-color);
}

.contact-info a {
    color: var(--secondary-color);
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.cookies-section .policy-note {
    background-color: #fff8e1;
    padding: 12px;
    border-left: 4px solid #ffc107;
    margin: 15px 0;
}

/* Cookie类型样式区分 */
.cookie-type {
    background-color: #f5f9fc;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
}