.table_cell{position: relative;display: table-cell;max-width: 100%;}
.responsive-image {
  display: block;
  max-width: 100%;
  height: auto;}

.image-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}

.hotspot {
  fill: transparent;
  stroke: transparent; 
  cursor: pointer;}

.hotspot:hover {}
.focus_js{color: #fff;
    width: 90%;
    padding-left: 10px;}
        body {
            background-color: #fff;
            font-family: 'Segoe UI', 'Roboto', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
            color: #1e2a3a;}

        .container {
            max-width: 1400px;
            margin: 0 auto;}


        .search-panel {
            background: #fff7f4;
            border-radius: 12px;
            padding: 16px 22px;
            margin-bottom: 32px;
            margin-top: 30px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 14px;
            justify-content: space-between;}
        .search-box {
            flex: 3;
            min-width: 200px;
            display: flex;
            gap: 12px;
            flex-wrap: wrap;}
        .search-input-wrapper {
            flex: 2;
            min-width: 180px;
            position: relative;}
        .search-input-wrapper i {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: #b6867a;
            font-size: 0.9rem;
            pointer-events: none;}
        .search-input-wrapper input {
            width: 100%;
            padding: 12px 18px 12px 42px;
            border: 1px solid #e2d4cf;
            border-radius: 48px;
            font-size: 1rem;
            outline: none;
            transition: all 0.2s;
            background-color: #fff;}
        .search-input-wrapper input:focus {
            border-color: #830100;
            box-shadow: 0 0 0 3px rgba(131,1,0,0.15);}
        .search-btn {
            background-color: #830100;
            border: none;
            color: white;
            padding: 0 28px;
            border-radius: 48px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.2s;
            box-shadow: 0 2px 5px rgba(131,1,0,0.3);
            letter-spacing: 0.5px;
            display: inline-flex;
            align-items: center;
            gap: 8px;}
        .search-btn i {
            font-size: 0.9rem;}
        .search-btn:hover {
            background-color: #a30201;
            transform: scale(0.97);}
        .search-info {
            background: #fef3e8;
            padding: 8px 18px;
            border-radius: 40px;
            font-size: 0.95rem;
            color: #6f3a2c;
            font-weight: 500;}
        .search-info i {
            margin-right: 5px;}
        .clear-search {
            background: none;
            border: 1px solid #d9c7c0;
            padding: 8px 20px;
            border-radius: 40px;
            color: #5a3e38;
            cursor: pointer;
            font-size: 0.95rem;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 5px;}
        .clear-search i {
            font-size: 0.75rem;}
        .clear-search:hover {
            background-color: #f5e8e2;
            border-color: #b6867a;}

        .tabs-container {
            margin-bottom: 20px;
            display: flex;
            gap: 12px;
            border-bottom: 2px solid #f0e4df;
            padding-left: 8px;
            flex-wrap: wrap;}
        .tab-btn {
            background: none;
            border: none;
            font-size: 1.1rem;
            font-weight: 600;
            padding: 12px 28px;
            cursor: pointer;
            color: #7a5a50;
            transition: all 0.2s;
            border-radius: 12px 12px 0 0;
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 8px;}
        .tab-btn i {
            font-size: 1rem;}
        .tab-btn.active {
            color: #ffffff;
            background-color: #830100;
            border-bottom: 3px solid #ff7c00;}
        .tab-btn:hover:not(.active) {
            background-color: #fef1ec;
            color: #a03b2a;}

        .section-card {
            background: white;
            border-radius: 0px;
            margin-bottom: 40px;
            overflow: hidden;
            border: 0px solid #f2e6e0;}
        .section-title {
            background-color: #fff7f4;
            padding: 16px 24px;
            border-bottom: 2px solid #830100;
            font-size: 1.35rem;
            font-weight: 700;
            color: #830100;
            display: flex;
            align-items: center;
            gap: 10px;}
        .section-title i {
            font-size: 1.4rem;}
        .filter-bar {
            padding: 12px 20px;
            background-color: #fffaf8;
            border-bottom: 1px solid #f0e4df;
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;}
        .filter-group {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 4px 12px;}
        .filter-group i {
            color: #830100;
            font-size: 0.8rem;}
        .filter-label {
            font-weight: 600;
            color: #830100;
            font-size: 1rem;}
        .filter-select {
            padding: 6px 12px;
            border-radius: 30px;
            border: 1px solid #e2d4cf;
            background-color: white;
            font-size: 0.95rem;
            color: #2c3e3f;
            outline: none;
            cursor: pointer;}
        .filter-reset {
            background: none;
            border: 1px solid #d9c7c0;
            padding: 6px 18px;
            border-radius: 30px;
            font-size: 0.95rem;
            color: #5a3e38;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 5px;}
        .filter-reset i {
            font-size: 0.7rem;}
        .filter-reset:hover {
            background-color: #f5e8e2;
            border-color: #b6867a;}

        .table-wrapper {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            width: 100%;
            position: relative;}
        .table-wrapper::after {
            content: "←左右滑动表格查看更多数据→";
            display: block;
            text-align: center;
            font-size: 0.7rem;
            color: #b6867a;
            padding: 8px 0 6px;
            background: #fffbf8;
            border-top: 1px solid #f0e4df;
            font-style: normal;}
        /* 移动端适配滑动提示图标用FontAwesome比较麻烦，保留文字但增加FontAwesome图标可增强效果，但为了简洁保留文字 */
        @media (min-width: 1024px) {
            .table-wrapper::after { display: none;}
        }

        .data-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 1.1rem;
            min-width: 700px;}
        .data-table thead th {
            position: sticky;
            top: 0;
            z-index: 20;
            background-color: #830100;
            color: white;
            font-weight: 600;
            padding: 14px 12px;
            text-align: center;
            border-right: 1px solid #a13b2e;
            white-space: nowrap;}
        .data-table th:last-child { border-right: none;}
        .data-table td {
            padding: 18px 10px;
            text-align: center;
            font-weight: 500;
            border-bottom: 1px solid #f0e2dc;
            background-color: #ffffff;
            transition: background 0.2s;}
        .data-table tbody tr:hover td {
            background-color: #8301002b !important;
            color: #830100;
            cursor: pointer;
            font-weight: bold;}
                .data-table tbody tr:hover span {
            cursor: pointer;
            font-weight: bold;}
        .data-table tbody tr:hover a {
            cursor: pointer;
            border-bottom: 1px dashed #cc8b7c;
            font-weight: bold;}
        .data-table tbody tr:hover .major-link::after {
            opacity: 1;}
        .highlight {
            background-color: #fff0b5 !important;
            border-radius: 4px;
            font-weight: 500;
            box-shadow: inset 0 0 0 1px #f3c26b;
            padding: 0 2px;}
        .major-link {
            color: #830100;
            text-decoration: none;
            font-weight: 600;
            transition: 0.2s;
            display: inline-block;}
        .major-link:hover {
            color: #b42f1a;
            border-bottom-color: #830100;
            transform: translateY(-1px);}
        .major-link::after {
            content: "\f08e"; /* ↗️ fa-external-link */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 6px;
  font-size: 14px;
            opacity: 0;
            transition: opacity 0.3s;}
        .badge-category {
            display: inline-block;
            padding: 8px 16px;
            border-radius: 6px;
            font-size: 1rem;
            font-weight: 500;
            white-space: nowrap;
            background-color: #f0f0f0;
            color: #3b3b3b;}
        .badge-physics { background-color: #e9f0fc; color: #1e4f8a;}
        .badge-history { background-color: #fef0e6; color: #b45a2b;}
        .badge-unlimited { background-color: #e3f7ec; color: #2a7f4b;}
        .badge-zhengji { background-color: #fbe9e7; color: #c0392b;}
        .badge-other { background-color: #f3e5f5; color: #6a1b9a;}

        .contact-link {
            color: #830100;
            text-decoration: none;
            font-weight: 500;
            transition: 0.2s;}
        .contact-link:hover {
            text-decoration: underline;
            color: #b42f1a;}
        .plan-table th { background-color: #b54a3a;}
        .badge-num { font-weight: 700; color: #830100;}

        footer {
            text-align: center;
            margin-top: 30px;
            font-size: 0.75rem;
            color: #9b7b70;
            border-top: 1px solid #f0e0d9;
            padding-top: 20px;}
        footer i {
            margin: 0 3px;}
        .tab-table { display: none;}
        .tab-table.active-table { display: block;}

        .go-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 48px;
            height: 48px;
            background-color: #830100;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            z-index: 1000;
            font-size: 24px;
            border: none;
            opacity: 0.8;
            transition: 0.2s;}
        .go-top i {
            font-size: 1.2rem;}
        .go-top:hover { opacity: 1; transform: scale(1.05); background-color: #a30201;}

        .consult-drawer {
            position: fixed;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1001;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-end;
            pointer-events: none;}
        .consult-btn, .consult-popup { pointer-events: auto;}
        .consult-btn {
            background-color: #830100;
            color: white;
            padding: 18px 8px;
            border-radius: 12px 0 0 12px;
            font-weight: bold;
            font-size: 1rem;
            cursor: pointer;
            box-shadow: -2px 4px 12px rgba(0,0,0,0.2);
            writing-mode: vertical-rl;
            text-orientation: mixed;
            letter-spacing: 4px;
            border: none;
            min-height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;}
        .consult-btn i {
            font-size: 1rem;
            margin-bottom: 8px;}
        .consult-btn:hover { background-color: #a30201; transform: scale(1.02) translateX(-2px);}
        .consult-popup {
            background: white;
            border-radius: 20px 0 0 20px;
            box-shadow: -4px 8px 20px rgba(0,0,0,0.15);
            width: 220px;
            max-height: 460px;
            overflow-y: auto;
            opacity: 0;
            visibility: hidden;
            transform: translateX(20px);
            transition: all 0.25s ease;
            border: 1px solid #f0e4df;
            border-right: none;}
        .consult-popup.show { opacity: 1; visibility: visible; transform: translateX(0);}
        .consult-header {
            background-color: #830100;
            color: white;
            padding: 12px 16px;
            border-radius: 20px 0 0 0;
            font-weight: bold;
            text-align: center;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;}
        .consult-header i {
            font-size: 0.9rem;}
        .consult-list { padding: 8px 0;}
        .consult-item {
            padding: 10px 12px;
            border-bottom: 1px solid #f0e2dc;
            font-size: 0.8rem;}
        .consult-region {
            font-weight: 700;
            color: #830100;
            font-size: 0.95rem;
            margin-bottom: 10px;}
        .consult-contact-row {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            gap: 8px;
            font-size: 0.8rem;}
        .consult-name {
            font-weight: 600;
            color: #2c3e3f;}
        .consult-phone a {
            color: #830100;
            text-decoration: none;
            font-weight: 500;}
        .consult-phone a:hover { text-decoration: underline;}

        @media (max-width: 680px) {
            .go-top { width: 40px; height: 40px; bottom: 20px; right: 20px;}
            .consult-btn { padding: 12px 6px; min-height: 90px; font-size: 0.85rem;}
            .consult-popup { width: 210px; max-height: 380px;}
            .consult-item { padding: 8px 10px;}
            .consult-region, .consult-contact-row { font-size: 0.75rem;}
        }
footer .fl01 .center p {
    margin-top: 0;
    margin-bottom: 0rem;}
.w1320 {
    max-width: 1320px;
    margin: 0 auto;}
