.my-map {
  margin: 0 auto;
  width: 100%;
  height: 400px;
  border: #CCC solid 1px;
}

.my-map .icon {
  background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.my-map .icon-cir-red {
  background-position: -11px -5px;
}

.amap-container {
  height: 100%;
}

.myinfowindow h5 {
  color: #C8000A;
  font-size: 16px;
  padding-bottom: 10px;
}