﻿#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: 300px;
  height: 350px;
  padding: 10px 0px;
  background: #fff;
  z-index: 9;
  box-shadow: 0px 0px 5px #ddd;
}
#baiduMap_wrap .mapContent li {
  display: inline-block;
  width: 32%;
  text-align: center;
  margin: 10px 0px;
}
#baiduMap_wrap .mapContent a {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 3px;
  background: #AEC9F3;
  line-height: 60px;
  text-decoration: none;
}
#baiduMap_wrap .mapContent a:hover {
  background: #03A9F4;
}
#baiduMap_wrap .mapContent i {
  color: #fff;
  font-size: 40px;
}
#baiduMap_wrap .mapContent p {
  color: #999;
  margin-top: 5px;
  margin-bottom: 0;
}
