:root {
  /* --mapUrl: 'https://172.18.0.176'; */
  /* --proUrl: 'https://10.220.128.63' */
  --imgUrl1: url(https://172.18.0.176/webmap0.bdimg.com/image/api/blank.gif);
  --imgUrl2: url(https://172.18.0.176/webmap0.bdimg.com/image/api/standard2.png);
  --imgUrl3: url(https://172.18.0.176/webmap0.bdimg.com/wolfman/static/common/images/api/mapZoom.png);
  --imgUrl4: url(https://172.18.0.176/webmap0.bdimg.com/wolfman/static/common/images/api/mapZoom2x.png);
  --imgUrl5: url(https://172.18.0.176/webmap2.map.bdstatic.com/wolfman/static/common/images/popup_close_15d2283.gif);
  --imgUrl6: url(https://172.18.0.176/webmap0.bdimg.com/image/api/dis_box_01.gif);
  --imgUrl7: url(https://172.18.0.176/api.map.baidu.com/images/addrPage.png?v=20121107);
  --imgUrl8: url(https://172.18.0.176/api.map.baidu.com/images/bgs.gif);
  --imgUrl9: url(https://172.18.0.176/api.map.baidu.com/images/sel_body_n_top.gif);
  --imgUrl10: url(https://172.18.0.176/webmap1.bdimg.com/wolfman/static/common/images/markers_new2x_2960fb4.png);
  --imgUrl11: url(https://172.18.0.176/map.baidu.com/wolfman/static/common/images/nav-icon_b5c3223.png);
  --imgUrl12: url(https://172.18.0.176/map.baidu.com/wolfman/static/common/images/nav-icon_ie6_134841b.png);
  --imgUrl13: url(https://172.18.0.176/map.baidu.com/wolfman/static/common/images/ui3/mo_banner_e1aa2e6.png);
  --imgUrl14: url(https://172.18.0.176/api.map.baidu.com/images/cross-trans-icon.png);
}
.bmap-container button {
  border-radius: 0;
}

.BMap_mask {
  background: transparent var(--imgUrl1);
}

.BMap_noscreen {
  display: none;
}

.BMap_button {
  cursor: pointer;
}

.BMap_stdMpCtrl div {
  position: absolute;
}

.BMap_stdMpZoom {
  top: 45px;
  overflow: hidden;
}

.BMap_stdMpZoom .BMap_button {
  width: 26px;
  height: 24px;
  left: 30px;
  overflow: hidden;
  background-image: var(--imgUrl2);
  background-repeat: no-repeat;
  z-index: 10;
}

.BMap_stdMpZoom .BMap_button_new {
  box-shadow: 1px 2px 1px rgba(0,0,0,0.15);
  cursor: pointer;
  width: 26px;
  height: 26px;
  left: 30px;
  overflow: hidden;
  background-color: #FFF;
  z-index: 10;
}

.BMap_stdMpZoom .BMap_button_new:first-child {
  border-bottom: 1px solid #ccc;
}

.BMap_stdMpZoom .BMap_button_new .in {
  width: 10px;
  height: 10px;
  top: 8px;
  left: 8px;
  background-image: var(--imgUrl3);
  background-position: 0 0;
}

.BMap_stdMpZoom .BMap_button_new:hover .in {
  background-position: -20px 0;
}

.BMap_stdMpZoom .BMap_button_new .out {
  width: 10px;
  height: 10px;
  top: 8px;
  left: 8px;
  background-image: var(--imgUrl3);
  background-position: -10px 0;
}

.BMap_stdMpZoom .BMap_button_new:hover .out {
  background-position: -30px 0;
}

@media only screen and(-webkit-min-device-pixel-ratio: 2),(min-resolution:2dppx),(min-resolution:192dpi) {
  .BMap_stdMpZoom .BMap_button_new .in {
      background-image:var(--imgUrl4);
      background-size: 40px 10px;
  }

  .BMap_stdMpZoom .BMap_button_new .out {
      background-image: var(--imgUrl4);
      background-size: 40px 10px;
  }
}

.BMap_stdMpZoomIn {
  background-position: 0 0;
}

.BMap_stdMpZoomOut {
  background-position: 0 -204px;
}

.BMap_stdMpType1 .BMap_stdMpSlider,.BMap_stdMpType2 .BMap_stdMpSlider,.BMap_stdMpType3 .BMap_stdMpSlider,.BMap_stdMpType2 .BMap_stdMpZoom,.BMap_stdMpType0 .BMap_stdMpPan,.BMap_stdMpType1 .BMap_stdMpPan,.BMap_stdMpType3 .BMap_stdMpPan,.BMap_stdMpType4 .BMap_stdMpPan {
  display: none;
}

.BMap_stdMpType0 .BMap_stdMpZoom,.BMap_stdMpType1 .BMap_stdMpZoom,.BMap_stdMpType4 .BMap_stdMpZoom,.BMap_stdMpType3 .BMap_stdMpZoom {
  top: 0;
}

.BMap_stdMpType4 .BMap_stdMpSlider {
  top: -156px;
}

.BMap_CityListCtrl {
  font-size: 12px;
}

.BMap_CityListCtrl a {
  text-decoration: none!important;
}

.BMap_CityListCtrl .citylist_popup_main {
  border-radius: 2px;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  box-shadow: 1px 2px 1px rgba(0,0,0,.15);
}

.ui_city_change_top .ui_city_change_inner,.ui_city_change_bottom .ui_city_change_inner {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 12px 0 10px;
  color: #666;
  box-shadow: 1px 2px 1px rgba(0,0,0,.15);
}

.ui_city_change_top .ui_city_change_inner i,.ui_city_change_bottom .ui_city_change_inner i {
  width: 8px;
  height: 6px;
  display: inline-block;
  position: relative;
  top: 12px;
  left: 5px;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  display: none\9;
}

.ui_city_change_click .ui_city_change_inner i,.ui_city_change_click_close .ui_city_change_inner i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui_city_change_top .ui_city_change_inner:hover em {
  border-top-color: #0C88E8;
}

.ui_city_change_top .ui_city_change_inner em {
  width: 0;
  height: 0;
  border-color: rgba(255,255,255,0);
  border-top-color: #D0D4DA;
  border-style: solid;
  border-width: 4px;
}

.ui_city_change_top .ui_city_change_inner:hover,.ui_city_change_bottom .ui_city_change_inner:hover {
  text-decoration: none!important;
  color: #3d6dcc;
}

.ui_city_change_bottom .ui_city_change_inner:hover em {
  border-bottom-color: #0C88E8;
}

.ui_city_change_bottom .ui_city_change_inner em {
  width: 0;
  height: 0;
  border-color: rgba(255,255,255,0);
  border-bottom-color: #D0D4DA;
  border-style: solid;
  border-width: 4px;
  position: relative;
  top: -18px;
}

.citylist_popup_main .citylist_ctr_title {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  color: #666;
  padding-left: 10px;
}

.citylist_popup_main .city_content_top {
  position: relative;
  height: 30px;
  padding: 15px 10px 0 10px;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 10px;
}

.citylist_popup_main .city_content_top .cur_city_info {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#city_ctrl_form {
  position: absolute;
  right: 12px;
  top: 10px;
}

#selCityWd {
  border: 1px solid #ccc;
  height: 22px;
  width: 110px;
  line-height: 22px;
  text-indent: 4px;
  outline: none;
  border-radius: 5px;
}

#selCitySubmit:hover {
  background-position: -355px -98px;
}

#selCitySubmit {
  float: right;
  background: #f2f2f2;
  border-radius: 5px;
  height: 26px;
  line-height: 26px;
  width: 48px;
  cursor: pointer;
  margin-left: 5px;
  text-align: center;
}

#selCitySubmit:hover {
  background: #eee;
}

#sel_city_letter_list {
  padding-top: 10px;
}

#sel_city_letter_list a {
  display: inline-block;
  background-color: #f5f5f5;
  text-align: center;
  padding: 0 4px;
  white-space: nowrap;
  margin-right: 6px;
  line-height: 18px;
  font-size: 13px;
  color: #666;
  font-family: Arial,Helvetica,SimSun,sans-serif;
}

.city_content_medium {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 10px;
}

.city_content_bottom {
  padding: 10px 10px 10px 8px;
  margin: 2px 5px 5px 5px;
  height: 218px;
  overflow-y: auto;
}

#city_detail_table tr td {
  vertical-align: top;
}

.litter-title {
  color: #666;
  padding: 0 0 6px;
}

.sel_city_hotcity a {
  color: #719bfa;
}

.sel_city_hotcity a:hover {
  color: #557acd;
}

.sel_city_letter {
  padding: 0 14px 0 3px;
}

.sel_city_letter div {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #ddddde;
  padding: 0;
  margin: 0;
  font-family: Arial,Helvetica,SimSun,sans-serif;
}

.sel_city_sf {
  padding-right: 8px;
  font-weight: 700;
}

.sel_city_sf a {
  white-space: nowrap;
  line-height: 18px;
  color: #666;
}

.sel_city_sf a:hover {
  color: #719bfa;
}

.city_names_wrap {
  margin-bottom: 9px;
}

.sel_city_name {
  color: #9c9d9d;
  white-space: nowrap;
  margin-right: 9px;
  line-height: 18px;
  float: left;
}

.sel_city_name:hover {
  color: #719bfa;
}

#popup_close {
  outline: none;
  position: absolute;
  z-index: 50;
  top: 10px;
  right: 6px;
  width: 12px;
  height: 12px;
  background: var(--imgUrl5) no-repeat;
  border: 0;
  cursor: pointer;
}

.BMap_cpyCtrl span {
  color: #000;
  background: none;
  line-height: 15px;
  font-size: 11px;
  font-family: Arial,Helvetica,"PingFang SC","Hiragino Sans GB",STHeiti,sans-serif;
}

.BMap_cpyCtrl a {
  font-size: 11px;
  color: #3385ff;
}

.BMap_cpyCtrl_w span,.BMap_cpyCtrl_w a {
  color: #fff;
}

.BMap_scaleCtrl {
  width: 70px;
  height: 20px;
  bottom: 10px;
  left: 10px;
  user-select: none;
  -moz-user-select: none;
}

.BMap_scaleCtrl div.BMap_scaleTxt {
  font-size: 11px;
  font-family: Arial,sans-serif;
}

.BMap_scaleCtrl div {
  position: absolute;
  overflow: hidden;
}

.BMap_scaleBar {
  background: #000;
}

.BMap_scaleBarBG {
  background: #fff;
}

.BMap_scaleHBar {
  width: 100%;
  height: 3px;
  font-size: 0;
  bottom: 0;
}

.BMap_scaleHBarBG {
  width: 100%;
  height: 5px;
  font-size: 0;
  bottom: -1px;
}

.BMap_scaleLBar,.BMap_scaleRBar {
  width: 1px;
  height: 6px;
  bottom: 0;
  font-size: 0;
}

.BMap_scaleLBarBG,.BMap_scaleRBarBG {
  width: 3px;
  height: 7px;
  bottom: 0;
  font-size: 0;
}

.BMap_scaleLBar {
  left: 0;
}

.BMap_scaleRBar {
  right: 0;
}

.BMap_scaleLBarBG {
  left: -1px;
}

.BMap_scaleRBarBG {
  right: -1px;
}

.BMap_scaleTxt {
  text-align: center;
  color: #000;
  width: 100%;
  cursor: default;
  line-height: 18px;
  text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
}

.BMap_scaleTxt.dark {
  color: #fff;
  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}

.BMap_scaleCtrl_sate .BMap_scaleHBar {
  height: 5px;
}

.BMap_scaleCtrl_sate .BMap_scaleHBar img {
  top: -437px;
}

.BMap_scaleCtrl_sate .BMap_scaleLBar,.BMap_scaleCtrl_sate .BMap_scaleRBar {
  width: 3px;
  height: 9px;
}

.BMap_scaleCtrl_sate .BMap_scaleLBar img {
  top: -427px;
}

.BMap_scaleCtrl_sate .BMap_scaleRBar img {
  top: -427px;
  left: -5px;
}

.BMap_zoomMask0,.BMap_zoomMask1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent var(--imgUrl1);
  z-index: 1000;
}

.BMap_contextMenu {
  position: absolute;
  border: 1px solid #bbb;
  padding: 0;
  margin: 0;
  width: auto;
  visibility: hidden;
  background: #fff;
  z-index: 10000000;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}

div.BMap_cmDivider {
  border-bottom: 1px solid #dadada;
  font-size: 0;
  padding: 1px;
  margin: 0 6px;
}

div.BMap_cmFstItem {
  margin-top: 2px;
}

div.BMap_cmLstItem {
  margin-bottom: 2px;
}

.shadow img {
  border: 0 none;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 370px;
  width: 1144px;
}

.BMap_IW_pop .BMap_IW_top {
  border-top: 1px solid #ababab;
  background-color: #fff;
}

.BMap_IW_pop .BMap_IW_center {
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
  background-color: #fff;
}

.BMap_IW_pop .BMap_IW_bottom {
  border-bottom: 1px solid #ababab;
  background-color: #fff;
}

.shadow,.shadow img,.shadow div {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.BMap_opMask {
  background: transparent var(--imgUrl1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.BMap_diso {
  height: 17px;
  width: 5px;
  position: absolute;
  background: var(--imgUrl6) no-repeat left top;
}

.BMap_disi {
  color: #7a7a7a;
  position: absolute;
  left: 5px;
  padding: 0 4px 1px 0;
  line-height: 17px;
  background: var(--imgUrl6) no-repeat right top;
}

.BMap_disLabel {
  line-height: 16px;
}

.BMap_disBoxDis {
  color: #ff6319;
  font-weight: bold;
}

.floor-select-container {
  position: absolute;
  z-index: 20;
  width: 26px;
  right: -30px;
  bottom: 291px;
  box-shadow: 1px 2px 1px rgba(0,0,0,.15);
  font-size: 0;
  transition: right 200ms ease-in-out;
}

.floor-select-container.mobile {
  width: 35px;
  left: 8px;
  right: auto;
  bottom: 100px;
  transition: none;
}

.floor-select-container button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
}

.floor-select-container button.disable {
  cursor: default;
}

.floor-select-container ol {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  transition: top 120ms ease-in-out;
}

.floor-select-container.mobile ol {
  transition: none;
}

.floors-container {
  overflow: hidden;
  background: #fff;
}

.mobile .floors-container {
  background: none;
}

.floor-switch-top,.floor-switch-bottom {
  width: 26px;
  height: 15px;
  background-color: #fff;
  position: relative;
}

.mobile .floor-switch-top,.mobile .floor-switch-bottom {
  width: 35px;
  height: 20px;
  background-color: rgba(255,255,255,0.8);
}

.floor-switch-top-icon,.floor-switch-bottom-icon {
  width: 10px;
  height: 6px;
  position: absolute;
  left: 8px;
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAwCAYAAAARtFotAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAl1JREFUeNqslb1rFEEYh/ddTCdY6KUTNTaiSRU/2gieQUtFQkQIGIK1diESsFBsYiuHf4FNkJA0nh9pE4kk6TWohRDSpErU4nwmvllmd+dmZ9YbeNi7+XhuZmdufpIElHa7fZfHEDxvNpu7vr4SIJvj8Ui/rsCoT5oGyv7AT7gCb6k/Fi1k0AuV/YZbKvsKl31S8cgequw2S1zU+pM8lmEAVuF6cfkSKrPavVKJkYVIJVZWJZU6soL0I5yFT9BMqZytIzOFvj94XIUvcAla5ticg1+xMod0+WDpzLAPjic9KoLMmI/CTX5tu44Eh1npY9g3H07AsHm5NPTXlL2CJzBtvtzQl3oePtChESETld3XTb2XWi/V/E8v6EwbNWRmU5dSa6dGLKl3ppZsUmV3Dk9I6tj+LRiE9y6pyloF2YLz+qLhu850S2/od7bUkk2pbMyW+a6vU/qXOgObcA124CU8sGRvgiNApeaMnoYNWIcJlY0jm4/OlII0qZJVZgoDv+lGfYa9KtnBDDudTtLLIiGdhp92slxem5H/y2VkpVz2SdNAWS6XqY/PZQZ5c7mbVDyyLBZY4qLWl4KpuHwJlVntXqnEyEKkEiurkkodWUGay2WhclbzIErWRfo6l8uxMlMYk89lfqEPepfLvb4cjlx8lmRBz/RrBT0rdAc9Df01Zd2Dng6NCFk56K1dyoI+ROqQmVPyL+hVmgt6n9SSZdl8eORSx3nKgt4lVVmrIHMHPQ2loLelliwLelvmuw+Dgh5ZeNCrtGvQI4sP+oI0qZJVhhQDS0Hvk5nyV4ABAMg8oRx47Zw8AAAAAElFTkSuQmCC);
  background-size: 10px 24px;
  background-repeat: no-repeat;
}

.mobile .floor-switch-top-icon,.mobile .floor-switch-bottom-icon {
  left: 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAwCAYAAAARtFotAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQ5JREFUeNrs1cELAUEUx/FhiqRIyWUPHOTgruTGzcVV+QOVg4P/wp8gKRclDopSFK3fq5natDvzZtrjvPpK0qfdtd4KwZs+mqCy7YuSgRE0RhFqox36+oKEDdT7O2raUMnE1miLejZUMrEDeqO9DZVMTI8VlQ4YC5WOmBWVHpgRJXCIRo5YFlov4qXliel5oCU6o6v+sCZyGjrlGZqiC7p5OnRAc1QhsIE6agH4oIQt1DV8EXhSWyTyQDVWV9dwo2+bowf6j63oV0/e2C5oKpb21+OgmVjWcjChRsy0vtLQjw2jKThs7CeqmjDOIyB5pCUb5jJd7lOvEMexyHOKIucJYAADGMAABjCA3vMTYABSqWXLXnHR6AAAAABJRU5ErkJggg==);
}

.disable .floor-switch-top-icon,.disable .floor-switch-bottom-icon {
  opacity: .35;
}

.floor-switch-top-icon {
  top: 4px;
  background-position: 0 0;
}

.mobile .floor-switch-top-icon {
  top: 7px;
}

.floor-switch-top.hover .floor-switch-top-icon {
  background-position: 0 -12px;
}

.floor-switch-bottom-icon {
  bottom: 4px;
  background-position: 0 -6px;
}

.mobile .floor-switch-bottom-icon {
  bottom: 7px;
}

.floor-switch-bottom.hover .floor-switch-bottom-icon {
  background-position: 0 -18px;
}

.btn-select-floor {
  width: 26px;
  height: 26px;
  color: #333;
  font-size: 12px;
  text-align: center;
  background: #fff;
}

.mobile .btn-select-floor {
  width: 35px;
  height: 35px;
  color: #686A5B;
  font-size: 14px;
  background: rgba(255,255,255,0.8);
  border-radius: 0;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.mobile .top-border-radius {
  border-radius: 3px 3px 0 0;
}

.mobile .bottom-border-radius {
  border-radius: 0 0 3px 3px;
}

.mobile .all-border-radius {
  border-radius: 3px;
}

.btn-select-floor.hover {
  color: #3385ff;
}

.btn-select-floor.selected {
  background: #3385ff;
  color: #fff;
}

.mobile .btn-select-floor.selected {
  color: #62BADF;
  background: rgba(255,255,255,0.8);
  font-weight: 700;
}

.floor-select-container .onmousedown {
  background: #eee;
}

pop .top img,.pop .center img,.pop .bottom img {
  display: none;
}

@media print {
  .BMap_noprint {
      display: none;
  }

  .BMap_noscreen {
      display: block;
  }

  .BMap_mask {
      background: none;
  }

  pop .top img,.pop .center img,.pop .bottom img {
      display: block;
  }
}

.BMap_simple_bubble_pop {
  box-sizing: border-box;
  box-shadow: 1px 2px 1px rgba(0,0,0,0.15);
}

.click-ripple-container {
  position: absolute;
  z-index: 8;
  cursor: pointer;
}

.click-ripple {
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: -24px;
  left: -24px;
  -webkit-transform: scale(0.125);
  transform: scale(0.125);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.click-ripple.ripple-playing {
  visibility: visible;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: visibility 320ms,opacity 240ms 80ms ease-out,-webkit-transform 320ms 0s ease-out;
  transition: visibility 320ms,opacity 240ms 80ms ease-out,transform 320ms 0s ease-out;
}

.RouteAddressOuterBkg {
  position: relative;
  padding: 32px 4px 4px 3px;
  background-color: #fd9;
}

.RouteAddressInnerBkg {
  padding: 3px 5px 8px 8px;
  background-color: #fff;
}

#RouteAddress_DIV1 {
  margin-top: 5px;
}

.RouteAddressTip {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #994c00;
}

.route_tip_con {
  position: absolute;
  top: 145px;
}

.route_tip_con .route_tip {
  position: absolute;
  width: 233px;
  height: 29px;
  color: #803300;
  text-align: center;
  line-height: 29px;
  border: #cc967a solid 1px;
  background: #fff2b2;
  z-index: 100000;
}

.route_tip_con .route_tip span {
  position: absolute;
  top: 0;
  right: 0;
  right: -1px;
  width: 14px;
  height: 13px;
  background: var(--imgUrl7) no-repeat 0 -121px;
  cursor: pointer;
}

.route_tip_con .route_tip_shadow {
  width: 233px;
  height: 29px;
  position: absolute;
  left: 1px;
  top: 1px;
  background: #505050;
  border: 1px solid #505050;
  opacity: .2;
  filter: alpha(opacity=20);
}

.sel_body_body_page {
  margin: 5px 0;
}

.sel_n {
  margin-top: 5px;
  overflow: hidden;
}

.sel_n .sel_top {
  background: var(--imgUrl8) no-repeat 0 -418px;
  height: 4px;
  font-size: 0;
}

.sel_n .sel_body_top {
  height: 32px;
  width: 100%;
  background: var(--imgUrl7) no-repeat 0 -41px;
}

.sel_n .sel_body_title {
  float: left;
  width: 100%;
  height: 31px;
}

.sel_n .sel_body_sign {
  margin-top: 1px;
  width: 30px;
  height: 31px;
  float: left;
  background: var(--imgUrl8) no-repeat -79px -387px;
}

.sel_n .sel_body_name {
  height: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 20px 0 30px;
  padding: 8px 7px 7px;
  font-size: 14px;
  color: #FA8722;
}

.sel_n .sel_body_button {
  float: left;
  width: 55px;
  margin-left: -55px;
  padding-top: 8px;
}

.sel_n .sel_bottom {
  background: var(--imgUrl8) no-repeat 0 -415px;
  height: 4px;
  font-size: 0;
}

.sel_n .sel_body_body {
  padding: 3px 0 0 0;
}

.sel_n1 {
  margin-top: 5px;
  width: 329px;
  overflow: hidden;
}

.sel_n1 .sel_top {
  background: var(--imgUrl8) no-repeat 0 -418px;
  height: 4px;
  font-size: 0;
}

.sel_n1 .sel_body_top {
  height: 31px;
  width: 100%;
  background: var(--imgUrl9) repeat-x;
}

.sel_n1 .sel_body_top {
  height: 32px;
  width: 100%;
  background: var(--imgUrl7) no-repeat 0 -41px;
}

.sel_n1 .sel_body_title {
  float: left;
  width: 100%;
  height: 31px;
  cursor: pointer;
}

.sel_n1 .sel_body_sign {
  margin-top: 1px;
  width: 30px;
  height: 31px;
  float: left;
  background: var(--imgUrl8) no-repeat -79px -387px;
}

.sel_n1 .sel_body_name {
  margin: 0 20px 0 30px;
  padding: 8px 7px 7px;
  font-size: 14px;
  color: #FA8722;
}

.sel_n1 .sel_body_button {
  float: left;
  width: 20px;
  height: 31px;
  margin-left: -23px;
  background: var(--imgUrl8) no-repeat -253px -382px;
  overflow: hidden;
  zoom:1;cursor: pointer;
}

.sel_n1 .sel_body_button a {
  display: none;
}

.sel_n1 .sel_body_body {
  display: none;
}

.sel_n1 .sel_bottom {
  background: var(--imgUrl8) no-repeat 0 -415px;
  height: 4px;
  font-size: 0;
}

.sel_y {
  margin-top: 5px;
  overflow: hidden;
}

.sel_y .sel_top {
  background: var(--imgUrl8) no-repeat 0 -439px;
  height: 4px;
  zoom:1;font-size: 0;
}

.sel_y .sel_body_top {
  height: 32px;
  width: 100%;
  background: var(--imgUrl7) no-repeat 0 0;
}

.sel_y .sel_body_title {
  float: left;
  width: 100%;
  height: 31px;
  cursor: pointer;
}

.sel_y .sel_body_sign {
  margin-top: 1px;
  width: 30px;
  height: 31px;
  float: left;
  background: var(--imgUrl8) no-repeat -167px -384px;
}

.sel_y .sel_body_name {
  margin: 0 20px 0 30px;
  padding: 8px 7px 7px;
  font-size: 14px;
  color: #5B7BCB;
}

.sel_y .sel_body_button {
  float: left;
  width: 20px;
  height: 31px;
  margin-left: -20px;
  background: var(--imgUrl8) no-repeat -269px -297px;
  cursor: pointer;
}

.sel_y .sel_body_button a {
  display: none;
}

.sel_y .sel_body_body {
  display: none;
  height: 0;
}

.sel_y .sel_bottom {
  background: var(--imgUrl8) no-repeat 0 -436px;
  height: 4px;
  font-size: 0;
}

.sel_y .sel_body_body_page {
  display: none;
  height: 0;
}

.sel_x {
  margin-top: 5px;
  width: 329px;
  overflow: hidden;
}

.sel_x .sel_top {
  background: var(--imgUrl8) no-repeat 0 -418px;
  height: 4px;
  font-size: 0;
}

.sel_x .sel_body_top {
  height: 32px;
  width: 100%;
  background: var(--imgUrl7) no-repeat 0 -41px;
}

.sel_x .sel_body_title {
  float: left;
  width: 100%;
  height: 31px;
}

.sel_x .sel_body_sign {
  margin-top: 1px;
  width: 30px;
  height: 31px;
  float: left;
  background: var(--imgUrl8) no-repeat -122px -384px;
}

.sel_x .sel_body_name {
  margin: 0 20px 0 30px;
  padding: 8px 7px 7px;
  font-size: 14px;
  color: #FA8722;
}

.sel_x .sel_body_button {
  float: left;
  width: 55px;
  margin-left: -55px;
  padding-top: 8px;
}

.sel_x .sel_body_body_div {
  padding: 5px 5px 0 5px;
}

.sel_x .sel_bottom {
  background: var(--imgUrl8) no-repeat 0 -415px;
  height: 4px;
  font-size: 0;
}

.sel_x1 {
  margin-top: 5px;
  width: 329px;
  overflow: hidden;
}

.sel_x1 .sel_top {
  background: var(--imgUrl8) no-repeat 0 -418px;
  height: 4px;
  font-size: 0;
}

.sel_x1 .sel_body_top {
  height: 32px;
  width: 100%;
  background: var(--imgUrl7) no-repeat 0 -41px;
}

.sel_x1 .sel_body_title {
  float: left;
  width: 100%;
  height: 31px;
  cursor: pointer;
}

.sel_x1 .sel_body_sign {
  margin-top: 1px;
  width: 30px;
  height: 31px;
  float: left;
  background: var(--imgUrl8) no-repeat -122px -384px;
}

.sel_x1 .sel_body_name {
  margin: 0 20px 0 30px;
  padding: 8px 7px 7px;
  font-size: 14px;
  color: #FA8722;
}

.sel_x1 .sel_body_button {
  float: left;
  width: 55px;
  height: 31px;
  margin-left: -55px;
}

.sel_x1 .sel_body_button a {
  display: none;
}

.sel_x1 .sel_body_body {
  display: none;
  height: 0;
}

.sel_x1 .sel_body_body_div {
  padding: 5px 5px 0 5px;
}

.sel_x1 .sel_bottom {
  background: var(--imgUrl8) no-repeat 0 -415px;
  height: 4px;
  font-size: 0;
}

.sel_body_citylist {
  height: 100px;
  padding: 0 0 0 5px;
}

.sel_body_resitem {
  table-layout: fixed;
  overflow-x: hidden;
  overflow-y: hidden;
}

.sel_body_resitem table {
  margin-right: 5px;
}

.sel_body_resitem tr {
  cursor: pointer;
}

.sel_body_resitem th {
  padding-top: 5px;
  padding-left: 5px;
  text-align: left;
  vertical-align: top;
  width: 22px;
}

.sel_body_resitem th div.iconbg {
  background: var(--imgUrl10) no-repeat scroll 0 0;
  background-size: 300px 300px;
  height: 27px;
  width: 18px;
}

.sel_body_resitem th div.icon {
  cursor: pointer;
}

.sel_body_resitem th div#no_0_1,.sel_body_resitem th div#no_1_1 {
  background-position: 0 -273px;
}

.sel_body_resitem th div#no_0_2,.sel_body_resitem th div#no_1_2 {
  background-position: -18px -273px;
}

.sel_body_resitem th div#no_0_3,.sel_body_resitem th div#no_1_3 {
  background-position: -36px -273px;
}

.sel_body_resitem th div#no_0_4,.sel_body_resitem th div#no_1_4 {
  background-position: -54px -273px;
}

.sel_body_resitem th div#no_0_5,.sel_body_resitem th div#no_1_5 {
  background-position: -72px -273px;
}

.sel_body_resitem th div#no_0_6,.sel_body_resitem th div#no_1_6 {
  background-position: -90px -273px;
}

.sel_body_resitem th div#no_0_7,.sel_body_resitem th div#no_1_7 {
  background-position: -108px -273px;
}

.sel_body_resitem th div#no_0_8,.sel_body_resitem th div#no_1_8 {
  background-position: -126px -273px;
}

.sel_body_resitem th div#no_0_9,.sel_body_resitem th div#no_1_9 {
  background-position: -144px -273px;
}

.sel_body_resitem th div#no_0_10,.sel_body_resitem th div#no_1_10 {
  background-position: -162px -273px;
}

.sel_body_resitem td {
  line-height: 160%;
  padding: 3px 0 3px 3px;
  vertical-align: top;
}

.sel_body_resitem div.ra_td_title {
  float: left;
  margin-right: 40px;
}

.sel_body_resitem div.ra_td_button {
  float: right;
  width: 40px;
}

.sel_body_resitem div.ra_td_button input {
  height: 18px;
  font-size: 12px;
  width: 40px;
}

.sel_body_resitem div.clear {
  clear: both;
  height: 0;
  width: 100%;
}

.sel_body_resitem td .selBtn {
  width: 70px;
  height: 29px;
  background: var(--imgUrl7) no-repeat -21px -81px;
  text-align: center;
  line-height: 29px;
  visibility: hidden;
  color: #b35900;
  display: inline-block;
  display: inline;
  zoom:1;}

.sel_body_resitem td .list_street_view_poi {
  display: inline-block;
  float: none;
  margin-right: 6px;
  position: static;
  vertical-align: -3px;
  vertical-align: -5px;
  display: inline;
  zoom:1;}

.selInfoWndBtn {
  width: 70px;
  height: 29px;
  background: var(--imgUrl7) no-repeat -21px -81px;
  text-align: center;
  line-height: 29px;
  margin: 0 auto;
  cursor: pointer;
  color: #b35900;
}

.sel_body_body td a {
  text-decoration: none;
  cursor: auto;
}

.sel_body_body td a:hover,.sel_body_body td a:focus {
  text-decoration: underline;
}

.navtrans-table tr {
  color: #666;
}

.navtrans-table tr:hover {
  color: #333;
}

.navtrans-navlist-icon {
  float: left;
  width: 18px;
  height: 16px;
  background: var(--imgUrl11) no-repeat 0 0;
  background: var(--imgUrl12) no-repeat 0 0;
  margin-top: 2px;
  margin-right: 5px;
}

.navtrans-navlist-icon.s-1 {
  background-position: 0 0;
}

.navtrans-navlist-icon.s-2 {
  background-position: -18px 0;
}

.navtrans-navlist-icon.s-3 {
  background-position: -36px 0;
}

.navtrans-navlist-icon.s-4 {
  background-position: -54px 0;
}

.navtrans-navlist-icon.s-5 {
  background-position: -72px 0;
}

.navtrans-navlist-icon.s-6 {
  background-position: -90px 0;
}

.navtrans-navlist-icon.s-7 {
  background-position: 0 -16px;
}

.navtrans-navlist-icon.s-8 {
  background-position: -18px -16px;
}

.navtrans-navlist-icon.s-9 {
  background-position: -36px -16px;
}

.navtrans-navlist-icon.s-10 {
  background-position: -54px -16px;
}

.navtrans-navlist-icon.s-11 {
  background-position: -72px -16px;
}

.navtrans-navlist-icon.s-12 {
  background-position: -90px -16px;
}

.navtrans-navlist-icon.s-13 {
  background-position: 0 -32px;
}

.navtrans-navlist-icon.s-14 {
  background-position: -18px -32px;
}

.navtrans-navlist-icon.s-18 {
  background-position: -36px -32px;
}

.navtrans-navlist-icon.s-19 {
  background-position: -54px -32px;
}

.navtrans-navlist-icon.s-20 {
  background-position: -72px -32px;
}

.navtrans-navlist-icon.s-21 {
  background-position: -90px -32px;
}

.navtrans-navlist-icon.nav-st,.navtrans-navlist-icon.nav-through {
  background-position: -16px -70px;
}

.navtrans-navlist-icon.nav-ed {
  background-position: 0 -70px;
}

.navtrans-view {
  border-top: 1px solid #e4e6e7;
  border-left: 1px solid #e4e6e7;
  border-right: 1px solid #e4e6e7;
}

.navtrans-view:hover {
  cursor: pointer;
}

.navtrans-view .navtrans-arrow {
  position: absolute;
  top: 8px;
  right: 5px;
  width: 7px;
  height: 4px;
  background-image: var(--imgUrl11);
  background-repeat: no-repeat;
  background-position: -40px -70px;
  margin-top: 3px;
  margin-right: 3px;
  _background-image: var(--imgUrl12);
}

.navtrans-view.expand:hover .navtrans-arrow {
  background-position: -61px -70px;
}

.navtrans-view.expand .navtrans-arrow {
  background-position: -54px -70px;
}

.navtrans-view:hover .navtrans-arrow {
  background-position: -47px -70px;
}

.navtrans-navlist-content {
  overflow: hidden;
}

.navtrans-res {
  border-bottom: 1px solid #E4E6E7;
  border-left: 1px solid #E4E6E7;
  border-right: 1px solid #E4E6E7;
}

.navtrans-bus-icon {
  /* display: inline-block; */
  float: left;
  background-image: var(--imgUrl13);
  background-repeat: no-repeat;
}

.navtrans-bus-icon.bus {
  width: 13px;
  height: 16px;
  background-position: -1px -192px;
  position: relative;
  top: 4px;
}

.navtrans-bus-icon.walk {
  width: 16px;
  height: 18px;
  background-position: -63px -189px;
  position: relative;
  top: 2px;
  left: -2px;
}

.navtrans-bus-desc {
  line-height: 24px;
  margin-left: 20px;
}

.navtrans-busstation {
  color: #36c;
  font-weight: 600;
}

.tranroute-plan-list.expand .trans-title {
  border-bottom: 1px solid #e4e6e7;
  background-color: #ebf1fb;
}

.trans-plan-content tr td:hover .bus {
  background-position: -15px -192px;
}

.trans-plan-content tr td:hover .walk {
  background-position: -82px -189px;
}

.suggest-plan {
  position: absolute;
  background-color: #0C88E8;
  padding: 0 15px;
  line-height: 20px;
  color: #fff;
  left: 0;
  top: 0;
}

.suggest-plan-des {
  text-align: left;
  padding: 29px 0 0 25px;
  font-size: 13px;
  color: #000;
}

.bmap-clearfix {
  height: 1%;
}

.bmap-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.navtrans-cross-city-icon {
  /* display: inline-block; */
  float: left;
  background-image: var(--imgUrl14);
  background-repeat: no-repeat;
}

.navtrans-cross-city-icon.train {
  width: 15px;
  height: 15px;
  background-position: -15px -15px;
  position: relative;
  top: 3px;
  right: 1px;
}

.trans-plan-content tr td:hover .train {
  background-position: 0 -15px;
}

.navtrans-cross-city-icon.airplane {
  width: 15px;
  height: 15px;
  background-position: -15px 0;
  position: relative;
  top: 4px;
  right: 1px;
}

.trans-plan-content tr td:hover .airplane {
  background-position: 0 0;
}

.navtrans-bus-icon.drive {
  width: 16px;
  height: 18px;
  background-position: -28px -189px;
  position: relative;
  top: 2px;
  left: -2px;
}

.trans-plan-content tr td:hover .drive {
  background-position: -44px -189px;
}
