@media (min-width: 768px) {
  .map-container{
    width: 1400px;
  }
  .header-title{
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #D5D5D5;
  }
  .title-text{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #2A2B2E;
  }
  .map-header{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .map-content{
    margin-top: 35px;
  }
  .map-content span{
    font-size: 16px;
    line-height: 21.12px;
    margin-right: 10px;
  }
  .el-select{
    margin-right: 25px;
  }
  .body-content{
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* 设置间隙 */
    margin: 0 -5px; /* 抵消最左边和最右边的间隙 */
  }
  .content-item{
    width: 335px;
    height: 160px;
    background: #FAFBFC;
    padding: 20px;
    margin: 0 5px; /* 左右各 5px 的间隙 */
    margin-bottom: 10px;
  }
  .content-item .city{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2A2B2E;
    margin-bottom: 15px;
  }
  .content-item .address, .content-item .phone{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #6A6B6D;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .map-container{
    margin: 53px 20px 0 20px;
  }
  .header-title{
    background: #F7F7F7;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 12px;
  }
  .title-text{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    line-height: 21.11px;
    color: #292929;
  }
  .map-header{
    display: flex;
    flex-direction: column;
  }
  .map-content{
    margin-top: 30px;
  }
  .map-content span{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .el-select{
    margin-bottom: 20px;
  }
  .el-input__inner{
    border-radius: 0 !important;
  }
  .el-range-editor.is-active, .el-range-editor.is-active:hover, .el-select .el-input.is-focus .el-input__inner{
    border-color: #C0C4CC !important;
  }
  .body-header{
    display: none !important;
  }
  .content-item{
    width: 100%;
    min-height: 93px;
    background: #FAFBFC;
    padding: 15px;
    margin-bottom: 15px;
  }
  .content-item .city{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #2A2B2E;
    margin-bottom: 10px;
  }
  .content-item .address, .content-item .phone{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #6A6B6D;
    margin-bottom: 5px;
  }
}
.map-content{
  display: flex;
  flex-direction: column;
}
.map-content span{
  font-family: Microsoft YaHei;
  font-weight: 400;
  letter-spacing: 0%;
  color: #2A2B2E;
}
.body-header{
  height: 37px;
  background: #FAFBFC;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  line-height: 21.12px;
  color: #2A2B2E;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 20px;
}
.body-content{
  display: flex;
  flex-wrap: wrap;
}