.terms-section {
    padding: 60px 0;
    line-height: 1.6;
    color: #333;
}

.page-header .last-update {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.terms-content {
    max-width: 800px;
    margin: 0 auto;
}

.terms-intro {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.terms-section-item {
    margin-bottom: 40px;
}

.terms-section-item h2 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 24px;
    border-left: 4px solid #3498db;
    padding-left: 15px;
}

.section-content p {
    margin-bottom: 15px;
    color: #555;
    text-align: justify;
}

.terms-list {
    margin: 20px 0;
    padding-left: 25px;
}

.terms-list li {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.6;
}

.subsection {
    margin: 25px 0;
    padding-left: 20px;
    border-left: 2px solid #ecf0f1;
}

.subsection h3 {
    color: #34495e;
    margin-bottom: 15px;
    font-size: 18px;
}

.agreement-notice {
    margin: 40px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #e74c3c;
}

.agreement-notice p {
    color: #c0392b;
    font-weight: 500;
    margin: 0;
}

.contact-info {
    margin-top: 50px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #eee;
}

.contact-info h3 {
    margin-bottom: 15px;
    color: #2c3e50;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .terms-section {
        padding: 40px 0;
    }
    
    .terms-section-item h2 {
        font-size: 20px;
    }
    
    .contact-info {
        padding: 20px;
    }
}