html,
body {
  height: 100%;
}

.bg {
  height: 100%;
}

.bg.hcenter{
  width:425px;
  margin:0 auto;
    border-left:1px solid #eee;
  border-right:1px solid #eee;
}

.common_topbar_bg {
  display: none;
}
.am-with-topbar-fixed-top {
  padding-top: 0;
}
.map_bg {
  /*min-width: 1024px;*/
  height: 100%;
  position: relative;
  padding-left: 420px;
  overflow: hidden;

}

.map_bg .map_leftNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 420px;
  padding: 0 10px;
  overflow-y: scroll;
}

.bg.hcenter .map_leftNav{
	padding: 0 10px 5rem 10px;
}

.map_bg .map_leftNav_city button,
.map_bg .map_leftNav_district button {
  padding: 6px;
  border-radius: 4px !important;
  width: 70px;
  margin-bottom: 4px;
  background-color: #EBF5FF !important;
  color: #3EA3FF !important;
  border-color: #EBF5FF !important;
}
.map_bg .map_leftNav_city button:hover,
.map_bg .map_leftNav_district button:hover {
  background-color: #168DF3 !important;
  color: #fff !important;
}
.map_bg .map_leftNav_city button.am-btn-primary,
.map_bg .map_leftNav_district button.am-btn-primary {
  background-color: #168DF3 !important;
  color: #fff !important;
  border-color: #168DF3;
}


.map_bg .map_leftNav .map_leftNav_city .map_leftNav_city_title {
  font-size: 14px;
  padding: 5px;
  color: #333;
  font-weight: 600;
}
.map_bg .map_leftNav .map_leftNav_district .map_leftNav_district_title {
  font-size: 14px;
  padding: 5px;
  color: #333;
  font-weight: 600;
}
.map_bg .map_leftNav .map_leftNav_district .map_leftNav_district_body button {
  width: auto;
}
.map_bg .map_leftNav .map_leftNav_clinics {
  padding: 0 0;
}
.map_bg .map_leftNav .map_leftNav_clinics button {
  text-align: left;
  padding: 10px 0 20px;
  padding-left: 40px;
  border-color: #fff;
  position: relative;
  outline: none;
}
.map_bg .map_leftNav .map_leftNav_clinics button:hover {
  background-color: transparent !important;
  border-top-color: #168DF3;
  border-bottom-color: #168DF3;
}
.map_bg .map_leftNav .map_leftNav_clinics button:focus {
  background-color: transparent !important;
  border-top-color: #168DF3;
  border-bottom-color: #168DF3;
}
.map_bg .map_leftNav .map_leftNav_clinics button.am-btn-primary {
  background-color: transparent !important;
  color: #168DF3 !important;
  border-top-color: #168DF3;
  border-bottom-color: #168DF3;
}
.map_bg .map_leftNav .map_leftNav_clinics button.am-btn-primary h5 {
  color: #168DF3;
}
.map_bg .map_leftNav .map_leftNav_clinics button.am-btn-primary p {
  color: #168DF3;
}
.map_bg .map_leftNav .map_leftNav_clinics button.am-btn-default {
  background-color: transparent !important;
}
.map_bg .map_leftNav .map_leftNav_clinics button img.mapLogoImg {
  margin-left: -12px;
  max-height: 50px;
}
.map_bg .map_leftNav .map_leftNav_clinics button h5 {
  color: #333;
  font-weight: 600;
  white-space: normal;
}
.map_bg .map_leftNav .map_leftNav_clinics button p {
  white-space: normal;
  color: #666;
}
.map_bg .map_leftNav .map_leftNav_clinics button .mapLogo_no_bg {
  position: absolute;
  top: 20px;
  left: 0;
  height: 30px;
  width: 30px;
}
.map_bg .map_leftNav .map_leftNav_clinics button .mapLogo_no_bg img {
  height: 100%;
  width: 100%;
}
.map_bg .map_leftNav .map_leftNav_clinics button .mapLogo_no_bg span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.map_bg .map_leftNav .map_leftNav_clinics button .treatmentListBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  padding: 6px;
  border-radius: 4px;
  background-color: #EBF5FF;
  color: #168DF3;
}
.map_bg .map_leftNav .map_leftNav_clinics button .treatmentListBtn:hover {
  background-color: #168DF3;
  color: #fff;
}
.map_bg .map_right {
  height: 100%;
  width: 100%;
}
.am-gotop {
  display: none;
}

/*** 查看地图按钮 ***/
.map_bg .map_open_btn {
  display:none;
}


.bg.hcenter .map_open_btn {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 5rem;
    left: 0;
    bottom: 0;
    background: #168DF3;
    border-width: 0;
    z-index: 1000;
	display:block;
}
