/* 自动恢复：原 CF7 表单模板内联样式，已按页面作用域隔离 */
/* 来源页面: /15c42-web-agency-gb-contact-us/不良事件上报表new2  (page_id=2210) */
.page-id-2210 * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
.page-id-2210 {
            font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f5f7fa;
            padding: 20px;
        }
.page-id-2210 .cf7-ultra-container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 12px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            overflow: hidden;
        }
.page-id-2210 .header-section {
            background: linear-gradient(120deg, #1a6dcc 0%, #0d4b9e 100%);
            color: white;
            padding: 30px 40px;
            text-align: center;
        }
.page-id-2210 .header-title {
            font-size: 2.5rem;
            margin-bottom: 15px;
            font-weight: 700;
            letter-spacing: 1px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }
.page-id-2210 .header-subtitle {
            font-size: 1.2rem;
            opacity: 0.92;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.7;
        }
.page-id-2210 .cf7-section-card {
            padding: 30px;
            border-bottom: 1px solid #eaeef5;
            background: white;
        }
.page-id-2210 .cf7-section-title {
            color: #0d4b9e;
            font-size: 1.8rem;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid #d1e0ff;
            position: relative;
        }
.page-id-2210 .cf7-section-title:after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100px;
            height: 2px;
            background: #1a6dcc;
        }
.page-id-2210 .cf7-form-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px 20px;
        }
.page-id-2210 .cf7-form-col {
            flex: 1;
            min-width: 300px;
            padding: 0 15px;
            margin-bottom: 20px;
        }
.page-id-2210 .cf7-input-wrapper {
            margin-bottom: 20px;
        }
.page-id-2210 .cf7-label {
            display: block;
            font-weight: 600;
            margin-bottom: 10px;
            color: #2c3e50;
            font-size: 16px;
        }
.page-id-2210 .cf7-input, .page-id-2210 .cf7-textarea, .page-id-2210 .cf7-select {
            width: 100%;
            padding: 14px 18px;
            border: 2px solid #d1e0ff;
            border-radius: 8px;
            font-size: 16px;
            background: white;
            transition: all 0.3s;
            color: #333;
        }
.page-id-2210 .cf7-input:focus, .page-id-2210 .cf7-textarea:focus, .page-id-2210 .cf7-select:focus {
            outline: none;
            border-color: #1a6dcc;
            box-shadow: 0 0 0 4px rgba(26, 109, 204, 0.2);
        }
.page-id-2210 .cf7-textarea {
            min-height: 120px;
            resize: vertical;
        }
.page-id-2210 .cf7-radio, .page-id-2210 .cf7-checkbox {
            margin-top: 8px;
        }
.page-id-2210 .cf7-radio label, .page-id-2210 .cf7-checkbox label {
            display: block;
            margin-bottom: 15px;
            padding-left: 35px;
            position: relative;
            cursor: pointer;
            font-weight: 500;
            line-height: 1.5;
        }
.page-id-2210 .cf7-radio input[type="radio"], .page-id-2210 .cf7-checkbox input[type="checkbox"] {
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px;
            z-index: 1;
            opacity: 0;
            cursor: pointer;
        }
.page-id-2210 .cf7-radio span, .page-id-2210 .cf7-checkbox span {
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px;
            border: 2px solid #c2dcf7;
            border-radius: 50%;
            background: white;
        }
.page-id-2210 .cf7-checkbox span {
            border-radius: 4px;
        }
.page-id-2210 .cf7-radio input[type="radio"]:checked ~ span, .page-id-2210 .cf7-checkbox input[type="checkbox"]:checked ~ span {
            background: #1a6dcc;
            border-color: #1a6dcc;
        }
.page-id-2210 .cf7-radio input[type="radio"]:checked ~ span:after, .page-id-2210 .cf7-checkbox input[type="checkbox"]:checked ~ span:after {
            content: '';
            position: absolute;
            display: block;
        }
.page-id-2210 .cf7-radio input[type="radio"]:checked ~ span:after {
            left: 6px;
            top: 6px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: white;
        }
.page-id-2210 .cf7-checkbox input[type="checkbox"]:checked ~ span:after {
            left: 5px;
            top: 2px;
            width: 12px;
            height: 7px;
            border: solid white;
            border-width: 0 0 2px 2px;
            transform: rotate(-45deg);
        }
.page-id-2210 .event-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 30px;
        }
.page-id-2210 .event-grid-item {
            padding: 20px;
            border-radius: 10px;
            background: #f0f8ff;
            border: 1px solid #d1e0ff;
        }
.page-id-2210 .responsibility-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
.page-id-2210 .responsibility-table th {
            background: #d1e0ff;
            padding: 12px 15px;
            text-align: left;
            font-weight: 600;
            color: #0d4b9e;
        }
.page-id-2210 .responsibility-table td {
            padding: 15px;
            border-bottom: 1px solid #eaeef5;
        }
.page-id-2210 .cf7-info-card {
            background: #f0f8ff;
            border-radius: 12px;
            padding: 30px;
            margin: 30px;
            border: 1px solid #d1e0ff;
        }
.page-id-2210 .cf7-info-title {
            color: #0d4b9e;
            font-size: 1.5rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #c2dcf7;
        }
.page-id-2210 .cf7-info-content {
            font-size: 16px;
            line-height: 1.8;
        }
.page-id-2210 .cf7-info-content ul {
            padding-left: 25px;
            margin: 15px 0;
        }
.page-id-2210 .cf7-info-content li {
            margin-bottom: 8px;
        }
.page-id-2210 .cf7-submit-wrapper {
            text-align: center;
            padding: 30px;
        }
.page-id-2210 .cf7-submit {
            background: linear-gradient(120deg, #1a6dcc 0%, #0d4b9e 100%);
            color: white;
            border: none;
            padding: 16px 50px;
            font-size: 18px;
            font-weight: 700;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 6px 18px rgba(26, 109, 204, 0.4);
            position: relative;
            overflow: hidden;
        }
.page-id-2210 .cf7-submit:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(26, 109, 204, 0.5);
        }
.page-id-2210 .required {
            color: #e74c3c;
            font-weight: bold;
        }
.page-id-2210 .analysis-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 30px;
        }
.page-id-2210 .analysis-item {
            background: #f8fbff;
            border: 1px solid #d1e0ff;
            border-radius: 8px;
            padding: 20px;
        }
.page-id-2210 .event-level-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
.page-id-2210 .event-level-item {
            background: #f8fbff;
            border: 1px solid #d1e0ff;
            border-radius: 8px;
            padding: 15px;
            display: flex;
            align-items: flex-start;
        }
.page-id-2210 .event-level-item input {
            margin-right: 12px;
            margin-top: 4px;
        }
.page-id-2210 .event-level-content {
            flex: 1;
        }
.page-id-2210 .event-level-title {
            font-weight: 600;
            color: #0d4b9e;
            margin-bottom: 5px;
        }
.page-id-2210 .event-level-desc {
            color: #555;
            font-size: 15px;
            line-height: 1.5;
        }
@media (max-width: 900px) {
.page-id-2210 .event-grid, .page-id-2210 .analysis-section {
                grid-template-columns: 1fr;
            }
.page-id-2210 .cf7-form-col {
                min-width: 100%;
            }
}
@media (max-width: 600px) {
.page-id-2210 .header-section, .page-id-2210 .cf7-section-card {
                padding: 20px;
            }
.page-id-2210 .header-title {
                font-size: 2rem;
            }
.page-id-2210 .cf7-section-title {
                font-size: 1.5rem;
            }
.page-id-2210 .cf7-info-card {
                margin: 20px;
                padding: 20px;
            }
}
