.map-box label[data-v-710f548a] {
  width: 80px !important;
  margin-right: 10px;
}
.map-box .search-box[data-v-710f548a] {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.search-box .el-input[data-v-710f548a] {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0 7px 7px 0;
  outline: none;
  position: relative;
}
.search-box .el-button[data-v-710f548a] {
  position: absolute;
  right: 0;
  top: 1px;
  width: 20%;
  background: #38a28a;
  border-radius: 0 7px 7px 0;
  border: none;
  color: #fff;
  outline: none;
}
.tip-box[data-v-710f548a] {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 35px;
  padding: 10px 0;
  background-color: #fff;
  opacity: 0.8;
}
.amap-box[data-v-710f548a] {
  height: 44vh;
}
.el-vue-search-box-container[data-v-710f548a] {
  width: 100% !important;
  border: 1px solid #DCDFE6 !important;
}
[data-v-710f548a] .amap-info-close {
  display: none !important;
}
.data-box[data-v-710f548a] {
  display: flex;
  justify-content: space-between;
}
.data-box .position[data-v-710f548a] {
  display: inline-block;
  width: 100%;
}
.data-box div[data-v-710f548a]:nth-child(2) {
  width: 75%;
}
.openmap-btn[data-v-710f548a] {
  width: 100%;
}
.transition-box[data-v-710f548a] {
  margin: 10px 0;
  width: 100%;
}
.orgAddrg color:red .el-form .el-form-item__content .display-style[data-v-710f548a] {
  margin-left: 23px;
}

@charset "UTF-8";
.near-position-box[data-v-14c5e1c6] {
  background: #FFF;
  padding: 20px;
}
.near-position-box .current-position[data-v-14c5e1c6] {
    margin-bottom: 15px;
}
.near-position-box .current-position span[data-v-14c5e1c6] {
      margin-right: 10px;
}
.near-position-box .search-item[data-v-14c5e1c6] {
    width: 100%;
    height: 52px;
    margin: auto;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.near-position-box .search-item .input-with-select[data-v-14c5e1c6] .el-input__inner {
      height: 52px;
      background-color: #fff;
      border: 1px solid #2E1F88;
      border-right: none;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      padding-left: 10px;
}
.near-position-box .search-item .input-with-select[data-v-14c5e1c6] .el-input-group__append {
      border-right: 0;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
}
.near-position-box .search-item .input-with-select .search-btn[data-v-14c5e1c6] {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
}
.near-position-box .search-item .el-input .el-input__inner[data-v-14c5e1c6] {
      height: 52px;
      padding: 14px 21px;
}
.near-position-box .search-item .el-input-group__append[data-v-14c5e1c6] {
      height: 52px;
      border: none;
      background: #2E1F88;
      border-radius: 4px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
}
.near-position-box .search-btn[data-v-14c5e1c6] {
    background: #2E1F88;
    color: #fff;
    width: 120px;
    font-size: 18px;
    height: 52px;
}
.near-position-box .position-list-box[data-v-14c5e1c6] {
    margin-top: 20px;
    height: 600px;
    overflow-y: scroll;
}
.near-position-box .position-list-box[data-v-14c5e1c6]::-webkit-scrollbar {
      width: 5px;
      /* 设置滚动条的宽度 */
      position: absolute;
      right: -5px;
}
.near-position-box .position-list-box[data-v-14c5e1c6]::-webkit-scrollbar-thumb {
      background-color: #ccc;
      /* 设置滚动条滑块的颜色 */
      border-radius: 5px;
      /* 设置滚动条滑块的圆角 */
}
.near-position-box .position-list-box[data-v-14c5e1c6]::-webkit-scrollbar-thumb:hover {
      background-color: #999;
      /* 设置滚动条滑块在悬停时的颜色 */
}
.near-position-box .position-list-box .position-item-box[data-v-14c5e1c6] {
      cursor: pointer;
      display: flex;
      margin-bottom: 15px;
      justify-content: space-between;
      border: 1px solid #dddddd;
      padding: 15px;
      border-radius: 4px;
}
.near-position-box .position-list-box .position-item-box .left-info[data-v-14c5e1c6] {
        padding: 4px 0;
        width: 50%;
        height: 78px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
}
.near-position-box .position-list-box .position-item-box .left-info .name-box[data-v-14c5e1c6] {
          display: flex;
          align-items: center;
}
.near-position-box .position-list-box .position-item-box .left-info .name-box .name[data-v-14c5e1c6] {
            max-width: 70%;
            font-size: 17px;
            height: 20px;
            line-height: 20px;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: keep-all;
            white-space: nowrap;
}
.near-position-box .position-list-box .position-item-box .left-info .name-box .interviewer[data-v-14c5e1c6] {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            line-height: 16px;
            margin-left: 5px;
            font-size: 12px;
}
.near-position-box .position-list-box .position-item-box .left-info .name-box .interviewer img[data-v-14c5e1c6] {
              width: 16px;
              height: 16px;
              border-radius: 50%;
              overflow: hidden;
              margin-right: 4px;
              border: 1px solid #D9D9D9;
}
.near-position-box .position-list-box .position-item-box .left-info .salary-tag-box[data-v-14c5e1c6] {
          display: flex;
          align-items: center;
}
.near-position-box .position-list-box .position-item-box .left-info .salary-tag-box .salary[data-v-14c5e1c6] {
            font-size: 18px;
            color: #C3A062;
            margin-right: 20px;
}
.near-position-box .position-list-box .position-item-box .left-info .salary-tag-box .tag-box[data-v-14c5e1c6] {
            font-size: 12px;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            color: #667085;
}
.near-position-box .position-list-box .position-item-box .left-info .salary-tag-box .tag-box div[data-v-14c5e1c6] {
              height: 12px;
              line-height: 12px;
              padding-right: 8px;
              border-right: 1px solid #CACDD7;
}
.near-position-box .position-list-box .position-item-box .left-info .salary-tag-box .tag-box div[data-v-14c5e1c6]:last-child {
              border-right: 0;
}
.near-position-box .position-list-box .position-item-box .right-info[data-v-14c5e1c6] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 98px;
}
.near-position-box .position-list-box .position-item-box .right-info .company-info[data-v-14c5e1c6] {
          display: flex;
          justify-content: space-between;
}
.near-position-box .position-list-box .position-item-box .right-info .distance[data-v-14c5e1c6] {
          display: flex;
          justify-content: flex-end;
          color: #667085;
          font-size: 13px;
          gap: 5px;
}
.near-position-box .position-list-box .position-item-box .right-info .left-box[data-v-14c5e1c6] {
          padding: 4px 0;
          margin-right: 5px;
          max-width: 350px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: flex-end;
}
.near-position-box .position-list-box .position-item-box .right-info .left-box .name[data-v-14c5e1c6] {
            font-size: 17px;
            text-align: right;
}
.near-position-box .position-list-box .position-item-box .right-info .left-box .tag-box[data-v-14c5e1c6] {
            font-size: 12px;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            color: #667085;
}
.near-position-box .position-list-box .position-item-box .right-info .left-box .tag-box div[data-v-14c5e1c6] {
              height: 12px;
              line-height: 12px;
              padding-right: 8px;
              border-right: 1px solid #CACDD7;
}
.near-position-box .position-list-box .position-item-box .right-info .left-box .tag-box div[data-v-14c5e1c6]:last-child {
              border-right: 0;
}


/*# sourceMappingURL=32.1750401057232.css.map*/