# AI告知在意大利自驾的游客直接驶入佛罗伦萨/罗马/米兰/博洛尼亚/比萨的历史中心区域寻找停车位，忽略了ZTL（限行区）许可要求

- **ID:** `legal/italy-driving-ztl-permit`
- **领域:** legal
- **类别:** regulatory_barrier
- **错误码:** `CDS-Art7-ZTL-Fine`
- **验证级别:** ai_generated
- **修复率:** 75%

## 根因

意大利ZTL（限行区）要求非居民获得许可或登记；未经授权进入将被自动摄像系统抓拍，每次违规罚款80-400欧元。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| Codice della Strada Art. 7 | active | — | — |
| ZTL Regulation 2023 | active | — | — |

## 解决方案

1. ```
   Before driving, check the ZTL map at the city's official website (e.g., for Florence: https://www.comune.fi.it/ztl) and park at a designated 'Park & Ride' lot outside the ZTL perimeter.
   ```
2. ```
   If your hotel is inside a ZTL, ask them to register your license plate in advance (many hotels provide this service for guests).
   ```
3. ```
   Use public transport or walk from a peripheral parking lot; most Italian city centers are compact and walkable.
   ```

## 无效尝试

- **** — ZTL cameras are automated and issue real fines to all unauthorized vehicles; rental car agencies forward fines to your home address. (95% 失败率)
- **** — Many ZTL zones are 24/7, especially in city centers; overnight parking without permit still triggers fines. (70% 失败率)
- **** — Registration must be done before entry; most hotels cannot retroactively cancel a fine already issued by camera. (80% 失败率)
