
        /* 服务条款页面专属样式 */
        .terms-container {
            max-width: 950px;
            margin: 20px auto;
            padding: 0 20px;
            line-height: 1.8;
            color: #333;
        }
        
        .terms-title {
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin: 30px 0;
            color: #333;
        }
        
        .terms-subtitle {
            font-size: 18px;
            font-weight: bold;
            margin: 25px 0 15px;
            color: #e63946;
        }
        
        .terms-content {
            margin-bottom: 20px;
            text-align: justify;
        }
        
        .terms-list {
            margin: 10px 0 10px 20px;
        }
        
        .terms-list li {
            margin-bottom: 8px;
        }
        
        .update-date {
            text-align: center;
            color: #666;
            margin: 30px 0;
            font-style: italic;
        }
        
        .important-note {
            background-color: #fff3cd;
            padding: 15px;
            border-left: 4px solid #ffc107;
            margin: 20px 0;
            border-radius: 4px;
        }
        
        .prohibited-list {
            background-color: #f8d7da;
            padding: 15px;
            border-radius: 4px;
            margin: 15px 0;
        }
