/* Cookie Policy Cookie政策专用样式 */
.cookie-main {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}
.cookie-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}
.cookie-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a3a5f;
    margin-bottom: 12px;
    text-align: center;
}
.cookie-date {
    font-size: 15px;
    color: #666;
    margin-bottom: 40px;
    text-align: center;
}
.cookie-section {
    margin-bottom: 30px;
}
.cookie-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1a5fb4;
    margin: 25px 0 12px;
}
.cookie-section h3 {
    font-size: 17px;
    font-weight: 600;
    color: #2c3e50;
    margin: 16px 0 8px;
}
.cookie-section p,
.cookie-section li {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 8px;
}
.cookie-section ul {
    padding-left: 22px;
    margin-bottom: 12px;
}
.cookie-section a {
    color: #1a5fb4;
    text-decoration: none;
}
.cookie-section a:hover {
    text-decoration: underline;
}