
.main-area{width:100%;height:400px;position:relative;}
#map-wrapper,map_wrapper {
  border: solid 1px #ddd;
  margin-bottom: 10px;
  padding: 10px;
  
  
}
.map-goto {
  float: right;
  color: #000;
  background-color: #f4f4f4;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #08c;
  padding: 0 30px;
  cursor: pointer;
}
#map,
#map2 {
  width: 800x;
  height: 400px;
  overflow: hidden;
  position: relative;
}
#map .iviewer_rotate_left,
#map2 .iviewer_rotate_left {
  display: none;
}
#map .iviewer_rotate_right,
#map2 .iviewer_rotate_right {
  display: none;
}
#map-img {
  width: 670px;
  height: 780px;
  max-width: 2049px!important;
}
.viewer {
  -ms-touch-action: none;
}
.iviewer_common {
  position: absolute;
  bottom: 10px;
  border: 1px  solid #888;
  height: 28px;
  z-index: 5000;
}
.iviewer_common:hover {
  border-color: #000;
}
.iviewer_cursor {
  cursor: url(../images/hand.cur) 6 8, pointer;
}
.iviewer_drag_cursor {
  cursor: url(../images/grab.cur) 6 8, pointer;
}
.iviewer_button {
  width: 28px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
}
.iviewer_zoom_in {
  left: 20px;
  background: url(imagesiviewer.zoom_in.gif);
}
.iviewer_zoom_out {
  left: 55px;
  background: url(imagesiviewer.zoom_out.gif);
}
.iviewer_zoom_zero {
  left: 90px;
  background: url(imagesiviewer.zoom_zero.gif);
}
.iviewer_zoom_fit {
  left: 125px;
  background: url(imagesiviewer.zoom_fit.gif);
}
.iviewer_zoom_status {
  left: 160px;
  font: 1em/28px Sans;
  color: #000;
  background-color: #fff;
  text-align: center;
  width: 60px;
}
.iviewer_rotate_left {
  left: 227px;
  background: #ffffff url(../images/iviewer.rotate_left.png) center center no-repeat;
}
.iviewer_rotate_right {
  left: 262px;
  background: #ffffff url(../images/iviewer.rotate_right.png) center center no-repeat;
}
#main-tab {
  height: 40px;
  clear: both;
  margin-bottom: 20px;
}
#main-tab > ul {
  padding: 0;
  margin: 0;
}
#main-tab > ul > li {
  width: 340px;
  float: left;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  background: #eee;
  cursor: pointer;
}
#main-tab > ul > li.active {
  background: #5896D5;
  color: #fff;
}
