.mapContainer[data-v-080694fc] {
  position: relative;
}
.mapContainer img[data-v-080694fc] {
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.mapContainer .map[data-v-080694fc] {
    height: 100%;
    width: 100%;
}

.workReportList[data-v-84416918] {
  font-size: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
.workReportList .title[data-v-84416918] {
    line-height: 2rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    color: #555555;
}
.workReportList .date[data-v-84416918] {
    font-size: 0.8rem;
    line-height: 2rem;
    text-align: right;
}
.workReportList table[data-v-84416918] {
    width: 100%;
    border-collapse: collapse;
}
.workReportList table td[data-v-84416918] {
      width: 50%;
      padding: 0.5rem;
      font-size: 1rem;
      text-align: center;
      word-break: break-all;
}
.workReportList table td.label[data-v-84416918] {
        color: #3f3fc6;
        font-weight: 600;
}
.workReportList table td.section[data-v-84416918] {
        font-size: 1.2rem;
        font-weight: 900;
        color: #555555;
}
.workReportList .reportTrack[data-v-84416918] {
    width: 100%;
    height: 20rem;
}

.workReport[data-v-d87c1694] {
  height: 100vh;
  overflow-y: auto;
  padding: 0.8rem;
}
.loading[data-v-d87c1694] {
  text-align: center;
  margin-top: 3rem;
  color: #000;
}
.loading[data-v-d87c1694] .van-loading__spinner {
    width: 50px;
    height: 50px;
}
[data-v-d87c1694] .van-loading__circular circle {
  stroke-width: 1;
}

