﻿#map { height:100%; width:100%; }
#baiduMap_wrap img { max-width:none; }
#baiduMap_wrap { position:absolute; top:0; left:0; width:100%; height:100%; }
#baiduMap_wrap .mapContent {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  padding: 5px 0px;
  background: #fff;
  z-index: 9;
   text-align: center;
  box-shadow: 0px 0px 5px #ddd;
}
#baiduMap_wrap .mapContent li {
  display: inline-block;
 
  text-align: center;
  margin: 5px 5px;
}
#baiduMap_wrap .mapContent a {
  display: inline-block;
 text-align:center;



  line-height: 20px;
  text-decoration: none;
}
#baiduMap_wrap .mapContent a:hover {
  
}
#baiduMap_wrap .mapContent i {
  color: #fff;
  font-size: 40px;
}
#baiduMap_wrap .mapContent p {
  color: #999;
  margin-top: 5px;
  margin-bottom: 0;
}
