@charset "UTF-8";
/* 全局地图层级修复（不加 scoped 不生效） */
.site-form-page[data-v-3bad1307] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #f5f6fa;
}

/* ---- Header ---- */
.form-header[data-v-3bad1307] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
  height: 56px;
  background: #fff;
  border-bottom: 1px solid #ebeef5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.form-header .form-header-left[data-v-3bad1307] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.form-header .back-btn[data-v-3bad1307] {
  border-radius: 6px;
}
.form-header .header-divider[data-v-3bad1307] {
  width: 1px;
  height: 18px;
  background: #e0e0e0;
}
.form-header .form-title[data-v-3bad1307] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  letter-spacing: 0.5px;
}
.form-header .save-btn[data-v-3bad1307] {
  background-color: #1fa96f !important;
  border-color: #1fa96f !important;
  border-radius: 6px;
  padding: 0 20px;
  height: 34px;
}
.form-header .save-btn[data-v-3bad1307]:hover {
  opacity: 0.85;
}

/* ---- Body ---- */
.form-body[data-v-3bad1307] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 24px;
}

/* ---- Section ---- */
.form-section[data-v-3bad1307] {
  background: #fff;
  border-radius: 10px;
  padding: 24px 28px 8px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.form-section .section-title[data-v-3bad1307] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 20px;
}
.form-section .section-title .section-bar[data-v-3bad1307] {
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background: #1fa96f;
}

/* ---- Form items ---- */
.w-full[data-v-3bad1307] {
  width: 100%;
}
[data-v-3bad1307] .el-form-item__label {
  font-size: 13px;
  color: #606266;
  padding-bottom: 4px !important;
  line-height: 1.4;
}
[data-v-3bad1307] .el-input__inner,[data-v-3bad1307] .el-textarea__inner {
  border-radius: 6px !important;
  border-color: #dcdfe6;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
[data-v-3bad1307] .el-input__inner:focus,[data-v-3bad1307] .el-textarea__inner:focus {
  border-color: #1fa96f !important;
}
[data-v-3bad1307] .el-select .el-input__inner:focus {
  border-color: #1fa96f !important;
}

/* ---- 经纬度显示 ---- */
.latlng-bar[data-v-3bad1307] {
  margin-bottom: 10px;
  min-height: 24px;
}
.latlng-bar .latlng-tip[data-v-3bad1307] {
  font-size: 12px;
  color: #aaa;
}

/* ---- 地图容器 ---- */
.map-wrapper[data-v-3bad1307] {
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  overflow: hidden;
  height: 380px;
  max-width: 760px;
}
.map-loading[data-v-3bad1307] {
  height: 380px;
  max-width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #909399;
  background: #f7f8fa;
  border-radius: 8px;
  border: 1px dashed #d3d6db;
}

/* ---- 上传提示 ---- */
.upload-hint[data-v-3bad1307] {
  font-size: 12px;
  color: #909399;
  margin-bottom: 8px;
}

.amap-sug-result {
  z-index: 9999 !important;
}
.pac-container {
  z-index: 9999 !important;
}

