
.city-picker-dropdown {
  position: absolute;
  width: 316px;
  border: 1px solid #ddd;
  left: 50%;
  top: 30px;
  margin-left: -158px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 999;
  display: none;
  min-width: 330px;
  margin-bottom: 20px;
}
.city-select-wrap {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.city-select-tab {
  background: #be4c4d;
  font-size: 13px;
}
.city-select-tab > button {
  background-color: #be4c4d;
  /* Green */
  border: none;
  color: white;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-right: 2px solid  #be4c4d;
}
.city-select-tab > button.active {
  background: #fff;
  color: #222;
  border: none;
}
.city-select-content {
  width: 100%;
  min-height: 10px;
  background-color: #fff;
  /*padding: 10px 15px;*/
}
.city-select dl,
.city-select-last dl {
  line-height: 2;
  clear: both;
  padding: 3px 0;
  margin: 0;
}
.city-select dt,
.city-select-last dt {
  position: absolute;
  width: 2.5em;
  font-weight: 500;
  text-align: right;
  line-height: 2;
}
.city-select a.active {
  background-color: #be4c4d;
  color: #fff;
  border-radius: 2px;
}
#districts,
.city_city_name,
.district_block {
  padding: 10px 0;
}
.city-select a,
.sub_box_dl dd a {
  display: inline-block;
  padding: 0 10px;
  outline: 0;
  white-space: nowrap;
  margin-right: 2px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.city-select-last {
  border-top: 1px solid #ddd;
}
.city-select-last dd {
  float: left;
}
.sub_tab_com {
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ddd;
  cursor: pointer;
}
.sub_tab_com.active {
  background: #be4c4d;
  color: #dddd;
}
.sub_box_dl {
  background: #fff;
  min-height: 40px;
  border: 1px solid #DDDDDD;
}
.sub_box_dl dl {
  display: none;
  height: 100%;
}
.sub_box_dl dl.active {
  display: block;
}
/*底部*/
.footer_com {
  position: fixed;
  bottom: 0;
  width: 100%;
}
