@charset "utf-8";
/* header */
.map .header {
  background-color: #3b2d31;
  overflow: hidden;
  padding: 13px 0;
  min-width: 1050px;
  position: inherit;
}
.logo {
  float: left;
  padding: 2px 0 1px 25px;
}
.searchbar {
  float: left;
  padding: 0 0 0 40px;
}
.searchbar select,
.searchbar input,
.searchbar button,
.searchbar a {
  float: left;
  border: 0;
  font-size: 14px;
}
.searchbar select {
  height: 34px;
  width: 80px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.searchbar input {
  padding: 7px 10px;
  width: 300px;
  margin: 0 10px 0 0;
}
.searchbar button {
  height: 34px;
  width: 90px;
  background: url(../img/bg-button.png) repeat-x;
  cursor: pointer;
  margin: 0 10px 0 0;
}
.searchbar a {
  color: #fff;
  line-height: 34px;
}
.userinfo {
  float: right;
  padding: 0 15px 0 0;
}
.userinfo a,
.header .userinfo em {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  transition: all 0.2s ease;
}
.userinfo em {
  padding: 0 5px;
}
.userinfo a.userslidedown {
  height: 24px;
  display: none;
  position: relative;
  width: 24px;
  top: 4px;
}
.userinfo .lineshow {
  display: none;
}
#usergroups {
  height: auto;
  display: none;
  background-color: #3b2d31;
  padding: 6px 24px 8px 10px;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 59px;
  border-top: 1px solid transparent;
  border-color: #101010;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#usergroups a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}
#usergroups a:hover {
  color: #ed802f;
  text-decoration: none;
}
.nav {
  float: right;
}
.nav a {
  float: left;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  margin: 0 30px 0 0;
}
.map .header .nav a:hover,
.map .header .userinfo a:hover,
.searchbar a:hover {
  color: #ed802f;
  text-decoration: none;
}
.nav-toggle {
  display: none;
  cursor: pointer;
  position: relative;
  width: 22px;
  top: 2px;
  float: left;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  margin: 0 30px 0 0;
  transition: all 0.2s ease;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
}
.nav-toggle span:first-child {
  margin-top: 5px;
}
.nav-toggle span:first-child + span,
.nav-toggle span:first-child + span + span {
  margin-top: 5px;
}
.nav-toggle:hover span {
  background: #ed802f;
}
.header .nav-collapse {
  width: 130px;
  height: auto;
  display: none;
  background-color: #3b2d31;
  padding: 6px 0 8px 10px;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 59px;
  border-top: 1px solid transparent;
  border-color: #101010;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.header .nav-collapse a {
  float: none;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
}
.header .nav-collapse a:hover {
  color: #ed802f;
  text-decoration: none;
}
@media screen and (max-width: 1350px) {
  .nav-toggle {
    display: block;
  }
  .map .header .nav a {
    display: none;
  }
}
@media screen and (min-width: 1350px) {
  .header .nav-collapse {
    display: none;
  }
}
/* footer */
.map .footer {
  background-color: #4e4245;
  padding: 10px 0;
}
.map .sidebar .hd {
  padding: 11px 15px 10px 27px;
}
.map .item .cover {
  position: relative;
  float: left;
}
.map .item .cover .tag-new,
.map .item .cover .tag-old {
  position: absolute;
  right: -2px;
  color: #fff;
  top: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 17px;
  text-indent: 10px;
  display: block;
  background: url("../img/icon-zs.png") no-repeat 0 0;
}
.map .item .cover .tag-old {
  background: url("../img/icon-zs.png") no-repeat -32px 0;
}
#loading {
  position: absolute;
  left: 180px;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -62px;
  z-index: 9999;
}
#loadedData {
  position: absolute;
  left: 130px;
  width: 120px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  bottom: 15px;
  color: #fff;
  margin-top: -62px;
  z-index: 9999;
  display: none;
}
.initMapData,
.initMapPoint {
  display: none;
}
.itemMapCity {
  border-radius: 50px;
  text-align: center;
  filter: alpha(opacity=85);
}
.itemMapCity p {
  width: 100%;
  height: 100%;
}
.itemMapCity p span {
  display: block;
  font-size: 12px;
  line-height: 22px;
}
.itemMapCity p .itemMapCity-title {
  font-size: 14px;
  margin-top: 10px;
}
.itemMapCity:hover {
  cursor: pointer;
}
.itemMapSelected {
  background: #2d78bd !important;
  z-index: 0 !important;
}
.cityListControl i {
  display: none\9 !important ;
}
.cityListControl {
  color: #000;
}
.cityListControl #curCityName {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: 1px solid #c4c7cc;
  background-color: #fff;
  padding: 0 18px 0 10px;
  cursor: pointer;
}
.cityListControl i {
  width: 8px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 5px;
  -webkit-transition: all ease .1s;
  transition: all ease .1s;
  cursor: pointer;
}
.cityListControl i em {
  width: 0;
  height: 0;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #D0D4DA;
  border-style: solid;
  border-width: 4px;
}
.cityListControl .i_transform {
  top: 7px;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
}
#cityListWrap {
  position: absolute;
  left: 0;
  top: 25px;
  width: 400px;
  height: 390px;
  border: 1px solid #cdcdcd;
  z-index: 2;
  background: #fafafa;
  overflow: hidden;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cityListWrap .citylist_ctr_title {
  background: #f9f9f9;
  border-bottom: 1px solid #dadada;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #4c4c4c;
  padding-left: 7px;
  text-align: left;
}
#cityListWrap #popup_close {
  outline: none;
  position: absolute;
  z-index: 50;
  top: 7px;
  right: 6px;
  width: 12px;
  height: 12px;
  background: url(http://webmap0.map.bdimg.com/wolfman/static/common/images/popup_close_15d2283.gif) no-repeat;
  border: 0;
  cursor: pointer;
}
#cityListWrap .citylist_ctr_content .city_content_top {
  position: relative;
  height: 30px;
  padding: 15px 10px 0px 10px;
  border-bottom: 1px solid #CCC;
  margin: 0px 10px;
}
#cityListWrap .citylist_ctr_content .city_content_top .cur_city_info {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#cityListWrap .citylist_ctr_content .city_content_medium {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #CCC;
  margin: 0px 10px;
}
#cityListWrap .citylist_ctr_content .city_content_medium .sel_city_hotcity a {
  color: #3d6dcc;
}
#cityListWrap .citylist_ctr_content .city_content_medium #sel_city_letter_list a {
  white-space: nowrap;
  margin-right: 11px;
  line-height: 18px;
  font-size: 13px;
  color: #333;
}
#cityListWrap .citylist_ctr_content .city_content_medium .sel_city_hotcity a:hover,
#cityListWrap .citylist_ctr_content .city_content_medium #sel_city_letter_list a:hover {
  text-decoration: underline;
}
#cityListWrap .citylist_ctr_content .city_content_bottom {
  padding: 10px 10px 10px 8px;
  margin: 9px 5px 5px 5px;
  height: 218px;
  overflow-y: auto;
}
#cityListWrap .citylist_ctr_content .city_content_bottom #city_detail_table a {
  color: #3d6dcc;
  white-space: nowrap;
  margin-right: 9px;
  line-height: 18px;
  float: left;
}
#cityListWrap .citylist_ctr_content .city_content_bottom #city_detail_table a:hover {
  text-decoration: underline;
}
#city_ctrl_form {
  position: absolute;
  right: 12px;
  top: 10px;
}
#selCityWd {
  border: 1px solid #ccc;
  height: 20px;
  width: 121px;
  line-height: 20px;
  text-indent: 4px;
  outline: none;
}
#selCitySubmit {
  float: right;
  background: url(http://webmap0.map.bdimg.com/wolfman/static/common/images/index_a2f1ac4.png) no-repeat scroll -302px -98px;
  height: 24px;
  line-height: 24px;
  width: 48px;
  cursor: pointer;
  margin-left: 5px;
  text-align: center;
}
#selCityTip {
  display: none;
  height: 20px;
  line-height: 20px;
  color: #AE6842;
  border: 1px solid #E8AA6C;
  background: #FEFAF1;
  width: 121px;
  text-align: center;
}
.ac_results ul {
  max-height: 220px !important;
  overflow: inherit !important;
  overflow-y: scroll;
}
.ac_results ul li {
  padding: 4px 8px;
}
