.dispatch-modal[data-v-72366dc8] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dispatch-modal .modal-content[data-v-72366dc8] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dispatch-modal .modal-content .dispatch-map[data-v-72366dc8] {
  width: 100%;
  height: 350px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.dispatch-modal .modal-content .alarm-info[data-v-72366dc8] {
  padding-left: 20px;
  border-left: 1px solid #f0f0f0;
}
.dispatch-modal .modal-content .alarm-info .address-info[data-v-72366dc8] {
  margin-bottom: 16px;
  font-size: 14px;
  color: #666;
}
.dispatch-modal .modal-content .alarm-info .action-buttons[data-v-72366dc8] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.dispatch-modal .modal-content .alarm-info .action-buttons .sbtn[data-v-72366dc8] {
  font-size: 12px;
  height: 28px;
}
.dispatch-modal .modal-content .bottom-section[data-v-72366dc8] {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
  flex: 1;
  min-height: 0;
}
.dispatch-modal .modal-content .fire-engines-container[data-v-72366dc8] {
  height: 100%;
  overflow: auto;
}
.dispatch-modal .modal-content .video-w[data-v-72366dc8] {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px;
}
.dispatch-modal .modal-content .video-w .v-title[data-v-72366dc8] {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.dispatch-modal .modal-content .flex-space[data-v-72366dc8] {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 8px;
}
.dispatch-modal .modal-content .flex-space .ant-btn[data-v-72366dc8] {
  flex: 1;
  font-size: 12px;
}
.dispatch-modal .modal-content .operate[data-v-72366dc8] {
  padding: 10px;
}
.dispatch-modal .modal-content .operate .switch-w[data-v-72366dc8] {
  text-align: center;
}
.dispatch-modal .modal-content .operate .switch-w .tit[data-v-72366dc8] {
  font-size: 12px;
  margin-bottom: 10px;
}
.dispatch-modal .modal-content .operate .box-w[data-v-72366dc8] {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.dispatch-modal .modal-content .operate .box-w .box[data-v-72366dc8] {
  width: 160px;
  height: 160px;
  transform: rotateZ(45deg);
  position: relative;
}
.dispatch-modal .modal-content .operate .box-w .box .in-block[data-v-72366dc8] {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
.dispatch-modal .modal-content .operate .box-w .box .in-block.left-top[data-v-72366dc8] {
  border-radius: 80px 0 0 0;
  top: 0;
  left: 0;
}
.dispatch-modal .modal-content .operate .box-w .box .in-block.right-top[data-v-72366dc8] {
  border-radius: 0 80px 0 0;
  top: 0;
  right: 0;
}
.dispatch-modal .modal-content .operate .box-w .box .in-block.left-bottom[data-v-72366dc8] {
  border-radius: 0 0 0 80px;
  bottom: 0;
  left: 0;
}
.dispatch-modal .modal-content .operate .box-w .box .in-block.right-bottom[data-v-72366dc8] {
  border-radius: 0 0 80px 0;
  bottom: 0;
  right: 0;
}
.dispatch-modal .modal-content .operate .box-w .box .in-block i[data-v-72366dc8] {
  visibility: hidden;
}
.dispatch-modal .modal-content .operate .box-w .box .front-sty-top[data-v-72366dc8] {
  position: absolute;
  top: 34px;
  left: 34px;
  transform: rotate(315deg);
}
.dispatch-modal .modal-content .operate .box-w .box .front-sty-right[data-v-72366dc8] {
  position: absolute;
  top: 34px;
  right: 34px;
  transform: rotate(315deg);
}
.dispatch-modal .modal-content .operate .box-w .box .front-sty-bottom[data-v-72366dc8] {
  position: absolute;
  bottom: 34px;
  left: 34px;
  transform: rotate(45deg);
}
.dispatch-modal .modal-content .operate .box-w .box .front-sty-left[data-v-72366dc8] {
  position: absolute;
  top: 34px;
  left: 34px;
  transform: rotate(225deg);
}
