.detail-header[data-v-0034a4e8] {
  color: #999;
  padding: 16.5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-header .header-title-wrap[data-v-0034a4e8] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.detail-header .header-title-row[data-v-0034a4e8] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-header .header-title[data-v-0034a4e8] {
  color: #333;
  font-weight: 600;
}
.detail-header .copy-icon[data-v-0034a4e8] {
  color: #8c8c8c;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.detail-header .copy-icon[data-v-0034a4e8]:hover {
  opacity: 0.8;
}
.detail-header .win-copy-icon[data-v-0034a4e8] {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.detail-header .win-copy-icon .sheet[data-v-0034a4e8] {
  position: absolute;
  border: 1px solid #8c8c8c;
  background: #fff;
  border-radius: 1px;
}
.detail-header .win-copy-icon .sheet.back[data-v-0034a4e8] {
  width: 9px;
  height: 9px;
  left: 4px;
  top: 0;
}
.detail-header .win-copy-icon .sheet.front[data-v-0034a4e8] {
  width: 9px;
  height: 9px;
  left: 1px;
  top: 3px;
}
.detail-header .timezone-label[data-v-0034a4e8] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.detail-header .setting-chip[data-v-0034a4e8] {
  font-size: 12px;
  color: #595959;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 0 8px;
  line-height: 20px;
  background: #fafafa;
}
.detail-header .header-right[data-v-0034a4e8] {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 8px;
}
.detail-header .header-right .icon-btn[data-v-0034a4e8] {
  min-width: 30px;
  padding: 0 8px;
  transition: transform 0.12s ease, opacity 0.2s ease;
}
.detail-header .header-right .icon-btn[data-v-0034a4e8]:hover {
  opacity: 0.9;
}
.detail-header .header-right .icon-btn[data-v-0034a4e8]:active {
  transform: scale(0.96);
}
.detail-header .header-right .download-btn[data-v-0034a4e8] {
  min-width: 108px;
  padding: 0 18px;
  font-size: 12px;
  height: 32px;
  line-height: 30px;
}

.detail-data-list[data-v-7153b855] {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  background: #ffffff;
}
.table-header[data-v-7153b855] {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: minmax(130px, 3fr) minmax(110px, 2fr) minmax(92px, 2fr) 52px;
  align-items: center;
  padding: 10px 20px;
  background: #007fb2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
.detail-data-list__body[data-v-7153b855] {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.detail-data-list--fab .detail-data-list__body[data-v-7153b855] {
  padding-bottom: 4.5rem;
  box-sizing: border-box;
}
.data-row[data-v-7153b855] {
  display: grid;
  grid-template-columns: minmax(130px, 3fr) minmax(110px, 2fr) minmax(92px, 2fr) 52px;
  align-items: center;
  padding: 8px 20px;
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  font-size: 12px;
}
.data-row--light[data-v-7153b855] {
  background: #fff9c4 !important;
}
.table-header.without-locate[data-v-7153b855],
.data-row.without-locate[data-v-7153b855] {
  grid-template-columns: minmax(130px, 3fr) minmax(110px, 2fr) minmax(92px, 2fr);
}
.col-time[data-v-7153b855] {
  word-break: break-word;
}
.col-temp[data-v-7153b855],
.col-hum[data-v-7153b855],
.col-locate[data-v-7153b855] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.col-locate[data-v-7153b855] {
  justify-content: center;
}
/* Floating light filter: fixed bottom-right of viewport */
.light-filter-fab[data-v-7153b855] {
  position: fixed;
  right: 12px;
  bottom: 20px;
  z-index: 100;
  box-sizing: border-box;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(0, 127, 178, 0.45);
  color: #fffbeb;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.18);
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.light-filter-fab__stack[data-v-7153b855] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  line-height: 1;
  pointer-events: none;
}
.light-filter-fab__icon[data-v-7153b855] {
  font-size: 19px !important;
  color: inherit;
  flex-shrink: 0;
}
.light-filter-fab__label[data-v-7153b855] {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  color: inherit;
  opacity: 0.95;
  max-width: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.light-filter-fab--on[data-v-7153b855] {
  border-color: #ffeb3b;
  background: rgba(0, 127, 178, 0.62);
  box-shadow: 0 0 0 2px rgba(255, 235, 59, 0.55), 0 4px 22px rgba(255, 193, 7, 0.35);
  color: #fffde7;
}
.light-filter-fab[data-v-7153b855]:active:not(.light-filter-fab--on) {
  background: rgba(0, 127, 178, 0.55);
}
.light-filter-fab__badge[data-v-7153b855] {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 1.15rem;
  padding: 0 4px;
  border-radius: 999px;
  background: #ffc107;
  color: #1e293b;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.locate-btn[data-v-7153b855] {
  cursor: pointer;
  font-size: 12px;
  color: #0082c0;
}
@media (min-width: 768px) {
.table-header[data-v-7153b855],
  .data-row[data-v-7153b855] {
    grid-template-columns: minmax(210px, 4fr) minmax(140px, 2fr) minmax(120px, 2fr) 64px;
}
.table-header.without-locate[data-v-7153b855],
  .data-row.without-locate[data-v-7153b855] {
    grid-template-columns: minmax(210px, 4fr) minmax(140px, 2fr) minmax(120px, 2fr);
}
}
@media (max-width: 420px) {
.table-header[data-v-7153b855],
  .data-row[data-v-7153b855] {
    grid-template-columns: minmax(120px, 2.6fr) minmax(90px, 1.8fr) minmax(80px, 1.6fr) 44px;
    padding: 8px 12px;
}
.table-header.without-locate[data-v-7153b855],
  .data-row.without-locate[data-v-7153b855] {
    grid-template-columns: minmax(120px, 2.6fr) minmax(90px, 1.8fr) minmax(80px, 1.6fr);
}
}
.list_Light_bark[data-v-7153b855] {
  border-left: 2px solid #000;
}
.list_Light_bark img[data-v-7153b855] {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  top: 3px;
}
.list_Light_bark[data-v-7153b855]:last-child {
  margin-bottom: 30px;
}
.list_Light[data-v-7153b855] {
  border-left: 2px solid #d28eff;
}
.list_Light img[data-v-7153b855] {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  top: 3px;
}
.list_Light[data-v-7153b855]:last-child {
  margin-bottom: 30px;
}
.list_Shock[data-v-7153b855] {
  border-left: 2px solid #c6d573;
}
.list_Shock img[data-v-7153b855] {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  top: 3px;
}
.list_Shock[data-v-7153b855]:last-child {
  margin-bottom: 30px;
}
.list img[data-v-7153b855] {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  top: 3px;
}
.list[data-v-7153b855]:last-child {
  margin-bottom: 30px;
}

.detail-chart[data-v-0c971276] {
  background: #fff;
}
.chart-stage[data-v-0c971276] {
  position: relative;
  width: 100%;
}
.point-detail-panel[data-v-0c971276] {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: calc(100% - 24px);
  max-width: 208px;
  padding: 8px;
  padding-right: 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  color: #3a3a3a;
  font-size: 12px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  z-index: 1003;
}
.panel-close[data-v-0c971276] {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #8c8c8c;
  cursor: pointer;
  font-size: 12px;
}
.point-detail-row[data-v-0c971276] {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  line-height: 1.35;
  margin-top: 2px;
}
.point-label[data-v-0c971276] {
  color: #8c8c8c;
  white-space: nowrap;
}
.point-value[data-v-0c971276] {
  color: #333;
  text-align: right;
  word-break: break-word;
}
.point-detail-actions[data-v-0c971276] {
  margin-top: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.trace-btn[data-v-0c971276] {
  color: #2e8b57;
  border-color: #2e8b57;
  background: #fff;
  font-size: 12px;
}
.invalid-tip[data-v-0c971276] {
  color: #999;
  font-size: 12px;
}
.chart-root[data-v-0c971276] {
  width: 100%;
  min-width: 0;
  height: 320px;
  min-height: 320px;
}

.detail-route[data-v-7a64cf56] {
  width: 100%;
  background: transparent;
}
.route-stage[data-v-7a64cf56] {
  width: 100%;
  height: calc(100vh - 200px);
  min-height: 420px;
  position: relative;
}
.fullscreen-btn[data-v-7a64cf56] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001;
  background: #005a9e;
  border-color: #005a9e;
  font-size: 12px;
}
.route-stage.fullscreen[data-v-7a64cf56] {
  position: fixed;
  inset: 0;
  z-index: 1002;
  background: #fff;
  height: 100vh;
}
.route-map[data-v-7a64cf56] {
  width: 100%;
  height: 100%;
}
.point-panel[data-v-7a64cf56] {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  min-width: 220px;
  max-width: 320px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 8px;
  padding: 12px;
}
.point-panel-close[data-v-7a64cf56] {
  position: absolute;
  top: 6px;
  right: 8px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.point-row[data-v-7a64cf56] {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
}

.loading[data-v-720faa7a] {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.details--drawer[data-v-720faa7a] {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.details--drawer[data-v-720faa7a]  .van-tabs {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.details--drawer[data-v-720faa7a]  .van-tabs__wrap {
  flex-shrink: 0;
}
.details--drawer[data-v-720faa7a]  .van-tabs__content {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden !important;
}
.details--drawer[data-v-720faa7a]  .van-tabs__track {
  height: 100%;
}
.details--drawer[data-v-720faa7a]  .van-tab__pane {
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.details--drawer[data-v-720faa7a]  .van-tab__pane:has(.stat-pane--data) {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 !important;
}
.details--drawer .stat-pane--data[data-v-720faa7a] {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.details--drawer .detail-header[data-v-720faa7a] {
  flex-shrink: 0;
}
.details[data-v-720faa7a] {
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.details .header[data-v-720faa7a] {
  color: #999;
  padding: 16.5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details .header .header-title[data-v-720faa7a] {
  color: #333;
}
.details .header .header-right[data-v-720faa7a] {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.details .header .header-right .shipmentDataEntry[data-v-720faa7a] {
  height: 27px;
  line-height: 27px;
  background-color: #0082c0;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.details .header .header-right .follow[data-v-720faa7a] {
  margin-right: 10px;
}
.details .header .header-right img[data-v-720faa7a] {
  width: 1.2rem;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.details .lei-form[data-v-720faa7a] {
  margin: 20px;
  height: auto;
}
.details .lei-form .deviceSurvey-title[data-v-720faa7a] {
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
}
.details .lei-form .deviceSurvey-info[data-v-720faa7a] {
  background: #ffffff;
  border: 1px solid #0082c0;
  border-radius: 5px;
  padding: 10px;
  display: grid;
  gap: 10px;
  font-size: 12px;
}
.details .lei-form .column[data-v-720faa7a] {
  display: flex;
  align-items: center;
  color: #666;
}
.details .lei-form .column div[data-v-720faa7a]:nth-child(1) {
  width: 110px;
  font-size: 12px;
  color: #999;
  margin-right: 10px;
}
.details .lei-form .column div[data-v-720faa7a]:nth-child(2) {
  color: #000;
  font-size: 12px;
}
.details .lei-form img[data-v-720faa7a] {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  top: 3px;
}
.details .update[data-v-720faa7a] {
  margin: 1.5rem;
  height: 3rem;
  background-color: #529de0;
  border: 1px solid #2887d7;
  border-radius: 4px;
  text-align: center;
  line-height: 3rem;
  color: #fff;
  font-size: 12px;
}
.details .edit[data-v-720faa7a] {
  background-color: #6ec1e4;
  border: 1px solid #6ec1e4;
}
.details .map[data-v-720faa7a] {
  width: 100%;
  height: 700px;
  position: relative;
}
.details .map .fullScreen[data-v-720faa7a] {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 1000001;
  background: #00000091;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}
.details .map .fullScreen img[data-v-720faa7a] {
  width: 100%;
  height: 100%;
}
.details .chart[data-v-720faa7a] {
  width: 100%;
}
.details #myChart[data-v-720faa7a] {
  width: 100%;
  height: 300px;
}
.details .table[data-v-720faa7a] {
  margin: 5px 15px;
  color: #999;
  font-size: 12px;
}
.details .table td[data-v-720faa7a]:nth-child(1) {
  color: #666;
  width: 100px;
}
.details .result tr[data-v-720faa7a]:nth-child(1) {
  color: #333;
  font-size: 14px;
  text-align: left;
}
.details .result tr[data-v-720faa7a]:nth-child(2) {
  font-size: 12px;
}
.details .result td[data-v-720faa7a] {
  width: 100px;
}
.details .remark textarea[data-v-720faa7a] {
  width: calc(100% - 20px);
  height: 80px;
  padding: 10px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
}
.details .remark input[data-v-720faa7a] {
  width: calc(100% - 20px);
  margin-bottom: 10px;
  padding: 10px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
}
.details .markerInfo[data-v-720faa7a] {
  position: absolute;
  right: 7px;
  bottom: 15px;
  background: #00000091;
  z-index: 1000002;
  color: #fff;
  padding: 10px 24px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5rem;
  max-width: 260px;
}
.details .markerInfo img[data-v-720faa7a] {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  top: 5px;
  margin-right: 3px;
}
.phone .fullScreen[data-v-720faa7a] {
  display: none;
}
.stat-pane[data-v-720faa7a] {
  margin: 0;
  padding: 0;
}
.details-empty-wrap[data-v-720faa7a] {
  padding: 16px 12px 32px;
  min-height: 200px;
  box-sizing: border-box;
}
.notes-hint-block[data-v-720faa7a] {
  margin: 0 16px 12px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #888;
  background: #f5f7fa;
  border-radius: 6px;
}
.notes-hint-line[data-v-720faa7a] {
  margin: 0;
}
.notes-hint-line + .notes-hint-line[data-v-720faa7a] {
  margin-top: 8px;
}
.notes-actions[data-v-720faa7a] {
  display: flex;
  gap: 12px;
  margin: 1.5rem;
  align-items: stretch;
}
.notes-btn[data-v-720faa7a] {
  flex: 1;
  height: 3rem;
  border-radius: 4px;
  font-size: 12px;
  line-height: 3rem;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0;
}
.notes-btn--primary[data-v-720faa7a] {
  background-color: #529de0;
  border-color: #2887d7;
  color: #fff;
}
.notes-btn--ghost[data-v-720faa7a] {
  background: #fff;
  border-color: #ccc;
  color: #666;
}
.series-tab-pane[data-v-720faa7a] {
  min-height: 200px;
}
.series-tab-loading[data-v-720faa7a] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  width: 100%;
}
/* Non-drawer: allow sticky headers inside tab panes */
.details[data-v-720faa7a]:not(.details--drawer)  .van-tabs__content {
  overflow: visible;
}
.details[data-v-720faa7a]  .van-tab__pane {
  margin: 0 !important;
  padding: 0 !important;
}
/* Empty state description (Vant) */
.details-empty-wrap[data-v-720faa7a]  .van-empty__description {
  font-size: 12px;
}

