/* .map-btn-img {
  position: fixed;
  right: 8%;
  top: 400px;
  width: 58px;
  height: 58px;
  z-index: 1002;
  cursor: pointer;
} */
/* .door-btn-img{
  background: url('/images/map/door.png') no-repeat center/cover;;
}
.door-btn-img:hover{
  background: url('/images/map/doorhover.png') no-repeat center/cover;;
}

.showbg-bg-img{
  top: 480px;
  background: url('/images/map/showbg.png') no-repeat center/cover;;
}
.showbg-bg-img:hover{
  background: url('/images/map/showbghover.png') no-repeat center/cover;;
}
.map-bg-img{
  background: url('/images/map/map.png') no-repeat center/cover;;
}
.map-bg-img:hover{
  background: url('/images/map/maphover.png') no-repeat center/cover;;
} */
.door-btn{
  bottom: 285px!important;
}
.showbg-bg{
  bottom: 205px!important;
}
.customer-service{
  bottom: 110px!important;
}
/* 分所列表公共样式 */
.list {
  padding-top: 6px;
}
.list .con {
  display: flex;
  flex-wrap: wrap;
  min-height: 420px;
}

/* 单个分所项 */
.list .con .item {
  width: 284px;
  height: 400px;
  margin: 0 8px 20px 8px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #d8d8d8;
  transition: 0.6s;
  display: flex;
  flex-direction: column;
}

/* 图片容器 */
.img-bg {
  width: 100%;
  height: 290px;
  background: #686f74;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.img-jbt {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}

.gsname {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: SourceHanSansSC-Heavy;
  font-size: 18px;
  letter-spacing: 0px;
  color: #fffafa;
  padding-left: 20px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}
.gsname span{
  font-size: 14px;
}

.list .con .img {
  width: 100%;
  height: 190px;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
  background-size: cover;
  background-position: center;
}

/* 添加鼠标悬停效果 */
.list .con .img:hover {
  transform: scale(1.25);
}

/* 信息容器 */
.list .con .info {
  width: 100%;
  height: 100%;
}

.address {
  margin: 20px 0 !important;
  padding-left: 20px;
  width: 258px;
  height: 40px;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666 !important;
}

.info-box {
  margin: 20px 0;
  width: 100%;
  height: 100px;
}
.info-box div {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.info-box img {
  width: 26px;
  height: 26px;
  margin: 0 14px 0 20px;
}
.info-box p {
  border-left: 1px solid #d8d8d8;
  font-family: SourceHanSansSC-Heavy;
  font-size: 12px;
  color: #666666;
  padding-left: 10px;
  font-weight: 700;
}

/* Hover 效果 */
@media (any-hover: hover) {
  .list .con .item:hover {
    box-shadow: 0 0 10px #8d8c8c;
  }
  .list .con .item:hover .name {
    color: #004098;
  }
}

.filter-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.filter-section div {
  margin: 0 10px;
}

.search-box {
  display: flex;
}

.search-box input {
  width: 222px;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  padding: 8px 15px;
  border-radius: 4px 0 0 4px;
  border-right: none;
  color: #999999;
}

.search-button {
  text-align: center;
  width: 60px;
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  border-radius: 0 4px 4px 0;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-button img {
  width: 20px;
  height: 20px;
}

.search-button:hover {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
}

.area-filter-box {
  position: relative;
}

.area-filter-box select {
  width: 284px;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
  color: #999999;
  padding-left: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.area-filter-box div {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: #d2ae5a;
  border-radius: 50%;
}

.item h3 {
  margin: 0 0 10px 0;
  color: #333;
}

.item p {
  margin: 5px 0;
  color: #666;
}

.bra-banner {
  width: 100%;
  height: 220px;
  background-color: #010101;
  /* opacity: 0.9; */
  transition: transform 0.8s ease;
}

.bra-banner:hover {
  transform: scale(1.1); /* 鼠标悬停时放大 */
}

.bra-banner-box {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.bra-banner-box .branch{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 421px;
}

.bra-banner-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}
/* 地图容器样式 */
#map-container {
  width: 100%;
  height: 100%;
  background-color: #2A2A32;
  background-image: url('../images/map/mapbg.jpg');
  /* 设置背景图片 */
  background-size: 100% 100%;
  /* 确保背景图片完全覆盖容器 */
  background-position: center;
  /* 居中显示 */
  background-repeat: no-repeat;
  /* 不重复 */
}

/* 城市弹窗样式 */
.city-popup {
  background-color: rgba(0, 20, 40, 0.85);
  border: none;
  border-radius: 4px;
  color: white;
  font-family: "Microsoft YaHei", sans-serif;
  box-shadow: 0 0 15px rgba(28, 204, 255, 0.3);
  width: 320px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 0;
  overflow: hidden;
}

.city-popup h3 {
  width: 320px;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  color: #F2C766;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid rgba(52, 148, 244, 0.45);
}

.city-popup p span img {
    width: 16px;
}
.hide-door-btn{
  bottom: 205px!important;
}
/* 添加移动端适配样式 */
@media screen and (max-width: 768px) {
  .door-btn{
    bottom: 100px!important;
    right: 20px!important;
  }
  .showbg-bg{
    bottom: 20px!important;
    right: 20px!important;
  }
  .hide-door-btn{
    bottom: 20px!important;
    right: 20px!important;
  }
  .bra-banner-box .branch{
   max-width: 90%;
  }
  /* 修改搜索区域的基础样式 */
  .filter-section {
    position: relative !important;
    margin: 15px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    background-color: #fff !important;
  }

  /* 搜索区域折叠状态 */
  .filter-section.collapsed {
    max-height: 50px !important; /* 与招聘页面保持一致的收起高度 */
    padding: 0 !important;
  }

  /* 搜索区域展开状态 */
  .filter-section.expanded {
    max-height: 240px !important; /* 与招聘页面保持一致的展开高度 */
  }

  /* 搜索区域内容容器 */
  .filter-content {
    padding: 15px !important;
    overflow: hidden !important;
    transition: opacity 0.3s !important;
  }

  /* 折叠状态下隐藏内容 */
  .filter-section.collapsed .filter-content {
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 15px !important;
  }

  /* 展开状态显示内容 */
  .filter-section.expanded .filter-content {
    opacity: 1 !important;
    height: auto !important;
  }

  /* 调整列表容器样式 */
  .list .con {
    justify-content: center;
    padding: 0 10px;
  }

  /* 调整单个分所项样式 */
  .list .con .item {
    width: 100%;
    max-width: 340px;
    margin: 0 0 20px 0;
  }

  /* 确保图片容器适应新宽度 */
  .img-bg {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }

  /* 调整信息容器样式 */
  .address {
    width: auto;
    padding: 0 20px;
  }

  /* 修改搜索区域标题栏样式 */
  .filter-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 15px !important;
    background-color: #f9f9f9 !important;
    cursor: pointer !important;
    border-bottom: 1px solid #eee !important;
    width: 100% !important; /* 确保宽度占满 */
  }

  /* 搜索区域标题文本 */
  .filter-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #333 !important;
    flex: 1 !important; /* 让文本占据剩余空间 */
  }

  /* 搜索区域展开/收起图标 */
  .filter-toggle {
    width: 20px !important;
    height: 20px !important;
    background-image: url('../images/xia.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transition: transform 0.3s !important;
  }

  /* 展开状态的图标旋转 */
  .filter-section.expanded .filter-toggle {
    transform: rotate(180deg) !important;
  }

  /* 搜索框和下拉框样式调整 */
  .search-box,
  .area-filter-box {
    width: 100%;
    margin-bottom: 15px;
  }

  .area-filter-box:last-child {
    margin-bottom: 0;
  }

  .search-box input,
  .area-filter-box select {
    width: 100%;
    height: 40px;
  }

  .gsname {
    font-size: 16px;
  }

  .container {
    overflow: hidden;
  }
}

/* 保持PC端样式不变 */
@media screen and (min-width: 769px) {
  .filter-header {
    display: none;
  }

  .filter-content {
    display: flex !important;
  }
}
