﻿/* ========================================
   自动生成：repair_time.asp 页面样式
   ======================================== */

.auto-style-1 {
  max-width:100%;
}

.auto-style-2 {
  display:none;
}

.auto-style-3 {
  grid-column: 1 / -1;
}

.auto-style-4 {
  position:relative;
}

.auto-style-5 {
  padding-bottom:25px;
}

.auto-style-6 {
  position:absolute;
  bottom:8px;
  right:10px;
  font-size:11px;
  color:#9ca3af;
  pointer-events:none;
}

.auto-style-7 {
  overflow-x:auto;
}

.auto-style-8 {
  width:100%;
  border-collapse:collapse;
  font-size:13px;
  min-width:600px;
}

.auto-style-9 {
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#fff;
}

.auto-style-10 {
  padding:10px;
  text-align:left;
  border-radius:8px 0 0 0;
}

.auto-style-11 {
  padding:10px;
  text-align:center;
}

.auto-style-12 {
  padding:10px;
  text-align:left;
  border-radius:0 8px 0 0;
}

.auto-style-13 {
  background:#f9fafb;
}

.auto-style-14 {
  padding:8px;
  border-bottom:1px solid #e5e7eb;
}

.auto-style-15 {
  padding:8px;
  border-bottom:1px solid #e5e7eb;
  text-align:center;
}

.auto-style-16 {
  padding:8px;
}

.auto-style-17 {
  padding:8px;
  text-align:center;
}

.auto-style-18 {
  font-size:12px;
  color:#9ca3af;
  margin-top:8px;
}

.auto-style-19 {
  font-size:12px;
  color:#6b7280;
  font-weight:normal;
}

.auto-style-20 {
  margin-right:8px;
  color:#f59e0b;
}

.auto-style-21 {
  grid-column:1/-1;
  background:#fffbeb;
  border:1px solid #fde68a;
  border-radius:8px;
  padding:14px 16px;
  margin-top:12px;
}

.auto-style-22 {
  display:flex;
  align-items:flex-start;
}

.auto-style-23 {
  margin-right:10px;
  color:#f59e0b;
  font-size:16px;
  margin-top:2px;
}

.auto-style-24 {
  font-size:13px;
  color:#92400e;
  line-height:1.7;
}

.auto-style-25 {
  grid-column:1/-1;
  background:#f0f9ff;
  border:1px solid #bae6fd;
  border-radius:8px;
  padding:12px 16px;
  margin-top:12px;
  display:flex;
  align-items:center;
}

.auto-style-26 {
  margin-right:8px;
  color:#0284c7;
  font-size:16px;
}

.auto-style-27 {
  font-size:13px;
  color:#075985;
  line-height:1.6;
}

.auto-style-28 {
  width:' + difficultyPercent + '%;
  background:' + difficultyColor + ';
}

.auto-style-29 {
  font-size:14px;
  font-weight:700;
  color:#1f2937;
  margin-bottom:8px;
}

.auto-style-30 {
  color:#2563eb;
  margin-right:6px;
}

.auto-style-31 {
  color:#6b7280;
}

.auto-style-32 {
  color:#2563eb;
  font-weight:700;
}

.auto-style-33 {
  grid-column:1/-1;
}

.auto-style-34 {
  color:#374151;
}

.auto-style-35 {
  margin-right:4px;
  color:#9ca3af;
}


/* ========================================
   从ASP文件迁移的内联样式（页面专属：表单精美样式）
   ======================================== */

/* 页面专属：表单精美样式 */
.estimate-form-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.estimate-form-grid {
    gap: 10px !important;
    margin-bottom: 22px !important;
}
.estimate-form-group {
    gap: 10px !important;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 16px;
    transition: all 0.25s ease;
}
.estimate-form-group:hover {
    border-color: #93c5fd;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08);
    transform: translateY(-1px);
}
.estimate-form-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    line-height: 1.5 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 8px !important;
}
.estimate-form-label i {
    color: #2563eb !important;
    font-size: 12px !important;
    margin-right: 6px !important;
    width: 20px;
    height: 20px;
    background: #eff6ff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.estimate-form-select,
.estimate-form-input,
.estimate-form-textarea {
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    min-height: 40px !important;
    border: 1.5px solid #d1d5db !important;
    border-radius: 8px !important;
    background: #f9fafb !important;
    color: #1f2937 !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
    outline: none !important;
}
.estimate-form-textarea {
    min-height: 80px !important;
    resize: vertical !important;
}
.estimate-form-select:hover,
.estimate-form-input:hover,
.estimate-form-textarea:hover {
    border-color: #93c5fd !important;
    background-color: #fff !important;
}
.estimate-form-select:focus,
.estimate-form-input:focus,
.estimate-form-textarea:focus {
    border-color: #2563eb !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
}
.estimate-form-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    padding-right: 36px !important;
}
.estimate-form-group p {
    font-size: 11px !important;
    color: #9ca3af !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    padding-left: 0 !important;
    text-align: left !important;
    padding-top: 2px !important;
}
.estimate-form-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
    flex-wrap: wrap;
}
.estimate-submit-btn {
    padding: 14px 40px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
}
.estimate-submit-btn:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af) !important;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4) !important;
    transform: translateY(-2px) !important;
}
.estimate-reset-btn {
    padding: 14px 32px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    background: #f3f4f6 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
}
.estimate-reset-btn:hover {
    background: #e5e7eb !important;
    color: #374151 !important;
}
/* 分组标题 */
.form-group-title {
    grid-column: 1 / -1;
    font-size: 15px;
    font-weight: 700;
    color: #1e40af;
    padding: 12px 16px;
    margin: 12px 0 4px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-left: 4px solid #2563eb;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
}
.form-group-title i {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.tool-desc {
    margin-bottom: 24px !important;
    line-height: 1.8 !important;
}
.tool-section-title {
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
}
.estimate-notice {
    margin-top: 20px !important;
    padding: 18px 20px !important;
    line-height: 1.8 !important;
}
/* 结果展示样式 */
.result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}
.result-time-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
.result-time-badge.simple { background: #dcfce7; color: #166534; }
.result-time-badge.medium { background: #fef3c7; color: #92400e; }
.result-time-badge.complex { background: #fee2e2; color: #991b1b; }
.difficulty-bar {
    flex: 1;
    min-width: 200px;
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.difficulty-bar-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 0.5s ease;
}
.difficulty-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #9ca3af;
    margin-top: 4px;
}
/* 费用明细 */
.cost-breakdown {
    background: #f9fafb;
    border-radius: 10px;
    padding: 16px;
    margin: 16px 0;
}
.cost-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
    font-size: 14px;
}
.cost-item:last-child {
    border-bottom: none;
    font-weight: 700;
    font-size: 16px;
    color: #1e40af;
    padding-top: 12px;
}
.cost-item-label {
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 8px;
}
.cost-item-value {
    color: #1f2937;
    font-weight: 600;
}
.cost-note {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e5e7eb;
}
/* 完成时间提示 */
.complete-time-hint {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-left: 4px solid #2563eb;
    padding: 12px 16px;
    border-radius: 0 8px 8px 0;
    margin: 16px 0;
    font-size: 14px;
    color: #1e40af;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* 结果CTA */
.result-cta {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.result-cta-btn {
    flex: 1;
    min-width: 140px;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-align: center;
}
.result-cta-btn.primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
}
.result-cta-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.result-cta-btn.phone {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
}
.result-cta-btn.phone:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}
/* 历史记录 */
.history-section {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}
.history-title {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.history-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.history-item {
    padding: 6px 12px;
    background: #f3f4f6;
    border-radius: 6px;
    font-size: 12px;
    color: #4b5563;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #e5e7eb;
}
.history-item:hover {
    background: #e5e7eb;
    border-color: #d1d5db;
}
/* 信任背书 */
.trust-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 20px 0;
}
.trust-badge {
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    transition: all 0.3s ease;
}
.trust-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.trust-badge-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #2563eb;
}
.trust-badge-title {
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}
.trust-badge-desc {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
}
/* 价格表分类标签 */
.price-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.price-tab {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
}
.price-tab:hover {
    border-color: #93c5fd;
    color: #2563eb;
}
.price-tab.active {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border-color: #2563eb;
}
.price-table-container {
    display: none;
}
.price-table-container.active {
    display: block;
}
/* 顶部快捷入口 */
.quick-actions {
    position: fixed;
    right: 20px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 100;
}
.quick-action-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-size: 18px;
}
.quick-action-btn:hover {
    transform: scale(1.1);
}
.quick-action-btn.phone { background: linear-gradient(135deg, #10b981, #059669); }
.quick-action-btn.consult { background: linear-gradient(135deg, #2563eb, #1d4ed8); }
@media (max-width: 768px) {
    .estimate-form-grid { gap: 12px !important; }
    .estimate-form-group { padding: 12px !important; }
    .estimate-submit-btn, .estimate-reset-btn { padding: 12px 24px !important; font-size: 14px !important; width: 100% !important; }
    .form-group-title { font-size: 14px !important; padding: 10px 12px !important; }
    .result-cta { flex-direction: column; }
    .result-cta-btn { width: 100%; }
    .quick-actions { right: 10px; bottom: 80px; }
    .quick-action-btn { width: 44px; height: 44px; font-size: 16px; }
    .trust-badges { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

/* FAQ样式 */
.faq-list { margin-top: 16px; }
.faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-item:hover { border-color: #93c5fd; }
.faq-item.active { border-color: #2563eb; box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1); }
.faq-question {
    padding: 14px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 10px;
    background: #f9fafb;
    transition: all 0.2s ease;
    user-select: none;
    text-align: left !important;
}
.faq-question:hover { background: #eff6ff; }
.faq-item.active .faq-question { background: #eff6ff; }
.faq-icon {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #6b7280;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.faq-item.active .faq-icon {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
    transform: rotate(90deg);
}
.faq-q-text {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.5;
    flex: 1 !important;
    text-align: left !important;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-item.active .faq-answer { max-height: 1000px; }
.faq-answer p {
    padding: 12px 16px;
    font-size: 13px;
    color: #4b5563;
    line-height: 1.8;
    margin: 0;
    text-align: left !important;
}
.faq-answer p + p { padding-top: 0; }
@media (max-width: 768px) {
    .faq-question { padding: 12px; }
    .faq-q-text { font-size: 13px; }
    .faq-answer p { font-size: 12px; padding: 10px 12px; }
}


/* ========== 预计维修时间版块（重新设计） ========== */
.estimate-result-price {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    color: #fff;
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
}
.estimate-result-price::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}
.result-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.estimate-result-label {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
.estimate-result-label i {
    font-size: 16px;
    color: #93c5fd;
}
.result-time-main {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.result-time-icon {
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    flex-shrink: 0;
}
.estimate-result-value {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.result-time-sub {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin-top: 4px;
}
.result-bottom-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.15);
    position: relative;
    z-index: 1;
}
.difficulty-bar-wrapper {
    flex: 1;
}
.difficulty-bar {
    height: 6px;
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
    overflow: hidden;
    flex: none;
    min-width: auto;
}
.difficulty-bar-fill {
    height: 100%;
    border-radius: 3px;
    transition: width 0.5s ease;
}
.difficulty-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    margin-top: 4px;
}
.complete-time-hint {
    background: rgba(255,255,255,0.12);
    border-left: 3px solid #93c5fd;
    padding: 10px 14px;
    border-radius: 0 8px 8px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin: 0;
}
.complete-time-hint i {
    color: #93c5fd;
}
.result-time-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.result-time-badge.simple { background: rgba(16, 185, 129, 0.25); color: #6ee7b7; border: 1px solid rgba(16, 185, 129, 0.4); }
.result-time-badge.medium { background: rgba(245, 158, 11, 0.25); color: #fcd34d; border: 1px solid rgba(245, 158, 11, 0.4); }
.result-time-badge.complex { background: rgba(239, 68, 68, 0.25); color: #fca5a5; border: 1px solid rgba(239, 68, 68, 0.4); }
/* 旧的.result-header不再使用，保留兼容 */
.result-header {
    display: none;
}
@media (max-width: 768px) {
    .estimate-result-price { padding: 20px; }
    .trust-badges { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .result-top-row { flex-direction: column; align-items: flex-start; gap: 10px; }
    .result-time-main { flex-direction: column; align-items: flex-start; gap: 12px; }
    .result-time-icon { width: 48px; height: 48px; font-size: 22px; }
    .estimate-result-value { font-size: 28px; }
    .result-bottom-row { flex-direction: column; align-items: stretch; gap: 12px; }
    .complete-time-hint { flex-shrink: 1; }
}