.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.banner .banner_wrap {
  width: 100%;
  padding-bottom: 31.25%;
}
.banner .banner_wrap > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dealer .tit {
  font-size: 24px;
  font-weight: bold;
  padding: 67px 0 20px 0;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 20px;
}
.dealer .distpicker {
  float: left;
}
.dealer .distpicker .form-group {
  display: inline-block;
}
.dealer .distpicker .form-group:last-child {
  margin-left: 43px;
}
.dealer .distpicker .form-group > label {
  font-size: 16px;
  margin-right: 10px;
}
.dealer .distpicker .form-group > select {
  width: 180px;
  height: 40px;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.5);
  text-indent: 10px;
}
.dealer .level-group {
  float: left;
}
.dealer .level-group .form-group {
  display: inline-block;
}
.dealer .level-group .form-group:last-child {
  margin-left: 43px;
}
.dealer .level-group .form-group > label {
  font-size: 16px;
  margin-right: 10px;
}
.dealer .level-group .form-group > select {
  width: 180px;
  height: 40px;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.5);
  text-indent: 10px;
}
.dealer .right_search {
  float: right;
  position: relative;
}
.dealer .right_search > input {
  height: 40px;
  width: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 10px;
}
.dealer .right_search .search_btn {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("../img/search.png") no-repeat center;
  background-size: 100% 100%;
  right: 10px;
  top: 50%;
  margin-top: -9px;
}
.map_area {
  padding-top: 30px;
  padding-bottom: 200px;
}
.map_area .final_tit {
  font-size: 16px;
  font-weight: bold;
}
.map_area .left_map {
  width: 800px;
  height: 444px;
  float: left;
  position: relative;
}
.map_area .left_map .map_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.map_area .left_map .map_mask.show {
  display: block;
}
.map_area .left_map .map_mask p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50);
  font-weight: bold;
}
.map_area .right_list {
  width: 360px;
  height: 444px;
  float: right;
  overflow-y: scroll;
  position: relative;
}
.map_area .right_list .result_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
  top: 0;
  left: 0;
}
.map_area .right_list .result_mask.show {
  display: block;
}
.map_area .right_list .result_mask p {
  text-align: left;
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.map_area .right_list .list_item {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 300px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  cursor: pointer;
}
.map_area .right_list .store_img_wrap {
  margin-top: 10px;
}
.map_area .right_list .store_img {
  width: 100px;
  display: inline-block;
  margin-right: 10px;
}
.map_area .right_list .store_img img {
  width: 100%;
}
.map_area .right_list .item_tit {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
.map_area .right_list .item_tit .num {
  color: #eb8d10;
  margin-right: 5px;
}
.map_area .right_list .item_dec {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 1.7em;
}
@media only screen and (max-width: 1201px) {
  .map_area .left_map {
    width: 600px;
  }
}
@media only screen and (max-width: 900px) {
  .dealer .distpicker .form-group {
    display: block;
    margin-bottom: 20px;
  }
  .dealer .distpicker .form-group:last-child {
    margin-left: 0;
  }
  .dealer .right_search,
  .dealer .distpicker {
    float: none;
  }
  .dealer .level-group .form-group {
    display: block;
    margin-bottom: 20px;
  }
  .dealer .level-group .form-group:last-child {
    margin-left: 0;
  }
  .dealer .right_search,
  .dealer .level-group {
    float: none;
  }
  .dealer .right_search {
    display: block;
  }
  .dealer .right_search > input {
    width: 100%;
    margin: 0 auto;
  }
  .map_area .left_map,
  .map_area .right_list {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .map_area .left_map {
    margin-bottom: 40px;
  }
  .dealer .distpicker .form-group {
    box-sizing: border-box;
    padding: 0 5%;
  }
  .dealer .level-group .form-group {
    box-sizing: border-box;
    padding: 0 5%;
  }
  .dealer .right_search {
    width: 90%;
    margin: 0 auto;
  }
  .dealer .distpicker .form-group > label {
    display: inline-block;
    width: 20%;
    margin-right: 0;
    text-align: left;
  }
  .dealer .distpicker .form-group > select {
    width: 78%;
    display: inline-block;
    box-sizing: border-box;
  }
  .dealer .level-group .form-group > label {
    display: inline-block;
    width: 20%;
    margin-right: 0;
    text-align: left;
  }
  .dealer .level-group .form-group > select {
    width: 78%;
    display: inline-block;
    box-sizing: border-box;
  }
  .map_area .left_map #map {
    width: 100%;
    height: 300px;
  }
  .map_area .left_map {
    height: 300px;
  }
}
