.smControlScaleLine {
  bottom: 35px !important;
}

.mCSB_dragger_bar {
  background-color: #0182cb !important;
}

.mCSB_inside>.mCSB_container {
  margin-right: 20px;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#pano {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  border: none;
  display: none;
}

.panoReturn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100001;
  background-color: #fff;
  border-radius: 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 40px;
  display: none;
}

#map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: none;
}
#timeImgMap{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border: none;
  display: none;

}

#map #handle {
  position: absolute;
  height: 100%;
  width: 6px;
  left: 50%;
  background: #cdcdcd;
  border: 1px solid #706b6b;
  z-index: 2000;
  cursor: col-resize;
}

#map #handle #handleCenter {
  position: absolute;
  height: 32px;
  width: 24px;
  top: 46%;
  /* top: 50%; */
  left: -10px;
  background: #cdcdcd;
  border: 1px solid #706b6b;
  z-index: 2000;
  background-image: url(.../images/drag.png);
  background-position: center;
  background-repeat: no-repeat;
}

#map #dragButton {
  position: absolute;
  width: 70px;
  height: 18px;
  z-index: 2000;
  background-position: center;
  cursor: col-resize;
}

#map #dragButton #TDimg {
  width: 25px;
  height: 16px;
  border-radius: 5px;
  outline: none;
}

#map #dragButton #distance {
  position: absolute;
  width: 45px;
  height: 18px;
  line-height: 20px;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  outline: none;
}
.elementWrapA {
  width: 80px;
  position: absolute;
  left: 15px;
  top: 300px;
  opacity: 0.8;
  z-index: 2000;
display:none ;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.elementWrapB{
  display:none ;
  width: 80px;
  position: absolute;
  right: 15px;
  top: 300px;
  opacity: 0.8;

  z-index: 2000;

  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.elementWrapA .elementClose {
  color: #666666;
  position: absolute;
  top: 2px;
  right: 6px;
  z-index: 2000;
  font-size: 15px;
}
.elementWrapB .elementClose {
  color: #666666;
  position: absolute;
  top: 2px;
  right: 6px;
  z-index: 2000;
  font-size: 15px;
}
.elementWrap {
  width: 346px;
  position: absolute;
  right: 15px;
  top: 60px;
  z-index: 2000;
  display: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.elementWrap .elementClose {
  color: #666666;
  position: absolute;
  top: 2px;
  right: 6px;
  z-index: 2000;
  font-size: 15px;
}

.elementWrap #js-example-change-attributes {
  margin: 20px 0 0px 0px;
  box-sizing: border-box;
  padding: 0 30px;
}

.elementWrap #js-example-change-attributes .rangeslider {
  float: left;
}

.elementWrap #js-example-change-attributes output {
  width: 20%;
  float: left;
  text-align: center;
  user-select: none;
}

.elementWrap p {
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 12px;
}

.elementWrap p span {
  font-size: 13px;
  color: #ef8200;
}

.bottomNum {
  position: absolute;
  width: 100%;
  line-height: 30px;
  bottom: 0;
  left: 0;
  z-index: 1500;
  font-size: 13px;
}

.bottomNum img {
  vertical-align: middle;
  height: 35px;
  margin-left: 5px;
}

.searchPane {
  width: 375px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 4;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 5px;
}

.searchPane .searchLeft, .searchPane .searchRight {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #666;
  float: left;
  cursor: pointer;
  overflow: hidden;
}

.searchPane .searchLeft:hover .tip, .searchPane .searchRight:hover .tip {
  display: block;
}

.searchPane .searchLeft .tip, .searchPane .searchRight .tip {
  background-color: #ef8200;
  color: #fff;
  font-size: 12px;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  position: absolute;
  top: 55px;
  z-index: 5;
  display: none;
}

.searchPane .searchLeft .tip:after, .searchPane .searchRight .tip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0px;
  left: 50%;
  top: 0;
  border-width: 0 6px 8px 6px;
  margin-left: -6px;
  margin-top: -8px;
  border-color: transparent transparent #ef8200 transparent;
  z-index: 4;
}

.searchPane .searchLeft .tip {
  left: 0;
}

.searchPane .searchMain {
  width: 274px;
  height: 30px;
  margin: 10px 0;
  float: left;
  border-right: 1px solid #ccc;
  overflow: hidden;
}

.searchPane .searchMain .poiSearch {
  display: block;
  width: 230px;
  height: 30px;
  float: left;
  border: none;
  outline: none;
  background: #fff;
  font-size: 15px;
  color: #666666;
  overflow: hidden;
}

.searchPane .searchMain #s-poi {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  border: none;
  margin: 2px 0 0 3px;
  overflow: hidden;
  cursor: pointer;
  color: #666666;
  background: none;
  outline: none;
}

.searchPane .searchRight {
  color: #0182cb;
}

.searchPane .searchRight .tip {
  right: 0;
}

.searchRoadPane {
  display: none;
  width: 490px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 4;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 5px;
}

.searchRoadPane .return {
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #0182cb;
  float: left;
  cursor: pointer;
}

.searchRoadPane .return:hover .tip {
  display: block;
}

.searchRoadPane .return .tip {
  background-color: #ef8200;
  color: #fff;
  font-size: 12px;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  position: absolute;
  top: 55px;
  z-index: 5;
  display: none;
}

.searchRoadPane .return .tip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0px;
  left: 50%;
  top: 0;
  border-width: 0 6px 8px 6px;
  margin-left: -6px;
  margin-top: -8px;
  border-color: transparent transparent #ef8200 transparent;
  z-index: 4;
}

.searchRoadPane input {
  display: block;
  margin-top: 7px;
  width: 180px;
  height: 36px;
  float: left;
  border: none;
  outline: none;
  background: #EBEEF5;
  font-size: 14px;
  color: #424242;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 5px;
  border-radius: 5px;
}

.searchRoadPane .middle {
  width: 40px;
  height: 50px;
  float: left;
  line-height: 50px;
  text-align: center;
  color: #0182cb;
}

.searchRoadPane #s-road {
  width: 50px;
  height: 40px;
  border: none;
  background: none;
  float: left;
  margin-top: 5px;
  color: #0182cb;
  outline: none;
}

.searchRoadPane .autocompleter {
  width: 300px;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 100;
}

.searchRoadPane .autocompleter .autocompleter-list {
  position: absolute;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.searchRoadPane .autocompleter .autocompleter-list .autocompleter-item {
  width: 300px;
  padding: 6px 12px;
  color: #444444;
  font-size: 14px;
  cursor: pointer;
}

.searchRoadPane .autocompleter .autocompleter-list .autocompleter-item strong {
  background: #f9de8f;
  text-shadow: 0 1px 0 #ffffff;
}

.searchRoadPane .autocompleter .autocompleter-list .autocompleter-item span {
  color: #bbbbbb;
  margin-left: 8px;
}

.searchRoadPane .autocompleter .autocompleter-hint {
  color: #ccc;
  text-align: left;
  top: -56px;
  font-weight: 400;
  left: 0;
  width: 100%;
  padding: 12px 12px 12px 13px;
  font-size: 24px;
  display: none;
}

.searchRoadPane .autocompleter .autocompleter-hint span {
  color: transparent;
}

.searchRoadPane .autocompleter .autocompleter-hint .autocompleter-hint-show {
  display: block;
}

.menuPane {
  display: none;
  width: 375px;
  height: 210px;
  padding: 5px 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 70px;
  left: 15px;
  z-index: 3;
}

.menuPane ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.menuPane ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 75px;
  height: 70px;
  float: left;
  cursor: pointer;
}

.menuPane ul li:hover span img {
  animation: xscale .4s infinite alternate;
  -webkit-animation: xscale .4s infinite alternate;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}

.menuPane ul li span {
  display: block;
  width: 100%;
  height: 50px;
}

.menuPane ul li span img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.menuPane ul li span i {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.menuPane ul li p {
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.poiMsg {
  display: none;
  width: 296px;
  box-sizing: border-box;
  position: absolute;
  top: 75px;
  left: 15px;
  z-index: 3;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 5px;
}

.poiMsg .topTitle {
  line-height: 45px;
  text-align: center;
  color: #666666;
  position: relative;
}

.poiMsg .topTitle:after {
  content: '';
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff, #ccc, #ccc, #ccc, #ccc, #ccc, #fff);
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 3;
}

.poiMsg .topTitle i {
  cursor: pointer;
  font-size: 18px;
  float: left;
  height: 18px;
  margin-left: 10px;
}

.poiMsg .msgCont {
  padding: 10px;
}

.poiMsg .msgCont p {
  padding: 0;
  margin: 0;
  line-height: 30px;
  font-size: 14px;
}

.poiMsg .msgCont p i {
  color: #ef8200;
  display: inline-block;
  width: 12px;
  vertical-align: middle;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.poiMsg .routeCont {
  padding: 10px;
  border-top: 1px solid #ef8200;
  border-bottom: 1px solid #ef8200;
  overflow: hidden;
}

.poiMsg .routeCont a {
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #ef8200;
  color: #ef8200;
  display: block;
  float: left;
  line-height: 25px;
  width: 110px;
  text-align: center;
  border-radius: 30px;
  margin-right: 10px;
  box-sizing: border-box;
}

.poiMsg .routeCont a i {
  margin-right: 3px;
}

.poiMsg .areaCont {
  padding: 10px;
}

.poiMsg .areaCont h5 {
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.poiMsg .areaCont p {
  line-height: 30px;
  padding: 0;
  margin: 10px 0 0 0;
  overflow: hidden;
}

.poiMsg .areaCont p a {
  text-decoration: none;
  font-size: 14px;
  color: #333333;
  width: 85px;
  text-align: center;
  line-height: 25px;
  display: block;
  float: left;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  margin-right: 12px;
}

.poiMsg .areaCont .areaSeearch {
  height: 30px;
  overflow: hidden;
  margin-top: 10px;
}

.poiMsg .areaCont .areaSeearch input {
  width: 82%;
  height: 30px;
  float: left;
  padding: 0 5px;
  margin: 0;
  box-sizing: border-box;
  border: none;
  font-size: 12px;
  background-color: #DCDFE6;
  border-radius: 5px 0 0 5px;
  outline: none;
}

.poiMsg .areaCont .areaSeearch button {
  width: 18%;
  height: 30px;
  float: left;
  border: none;
  background: none;
  background-color: #ef8200;
  border-radius: 0 5px 5px 0;
  display: block;
  cursor: pointer;
  font-size: 12px;
  color: #ffffff;
}

.resultPane {
  display: none;
  width: 325px;
  box-sizing: border-box;
  position: absolute;
  top: 75px;
  left: 15px;
  z-index: 3;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 5px;
  bottom: 80px;
}

.resultPane .topTitle {
  line-height: 45px;
  text-align: center;
  color: #666666;
  position: relative;
}

.resultPane .topTitle:after {
  content: '';
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff, #ccc, #ccc, #ccc, #ccc, #ccc, #fff);
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 3;
}

.resultPane .topTitle i {
  cursor: pointer;
  font-size: 18px;
  float: right;
  height: 18px;
  margin-right: 10px;
}

.resultPane .resultCont {
  width: 100%;
  position: absolute;
  top: 47px;
  bottom: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 2px 10px 10px 10px;
  overflow: auto;
}

.resultPane .resultCont .path_km {
  background-color: #e4f4fe;
  color: #0099CC;
  padding: 10px;
  margin-bottom: 15px;
}

.resultPane .resultCont .path_km span b {
  color: #ff6138;
  font-size: 16px;
}

.resultPane .resultCont dl {
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px #ececec solid;
}

.resultPane .resultCont dl dt {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.resultPane .resultCont dl dt i {
  background-color: #5fb1e5;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 17px;
  height: 17px;
  line-height: 19px;
  font-size: 12px;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 3px;
  margin-right: 3px;
  font-style: normal;
}

.resultPane .resultCont dl dt .btn-orange {
  background-color: #ff6138;
}

.resultPane .resultCont dl dd {
  color: #666;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 20px;
}

.resultPane .resultCont dl dd s {
  color: #0099CC;
  text-decoration: none;
  font-weight: bold;
}

.resultPane #Pagination {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 20;
  height: 28px;
}

.resultPane #Pagination a, .resultPane #Pagination span {
  text-decoration: none;
  display: inline-block;
  min-width: 18px;
  padding: 0 2px;
  margin: 0 2px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #a2a9b6;
  font-size: 14px;
  user-select: none;
  color: #424242;
}

.resultPane #Pagination .current {
  color: #fff;
  background-color: #00a5e0;
  border-radius: 5px;
}

.resultPane p {
  padding: 0;
  margin: 0;
  line-height: 35px;
  font-size: 14px;
  padding-left: 5px;
}

.resultPane p i {
  font-style: normal;
  margin: 0 5px;
  color: #f39700;
}

.resultPane .poiList {
  padding: 0;
  margin: 0;
}

.resultPane .poiList li {
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  list-style: none;
}

.resultPane .poiList li .Pname a {
  color: #3385ff;
  font-size: 16px;
  text-decoration: none;
  line-height: 25px;
}

.resultPane .poiList li .Paddr, .resultPane .poiList li .Ptel {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}

.resultPane .poiList li:first-child {
  background: url("../images/mark/points/pointone_1.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:first-child:hover {
  background: #f1f1f1 url("../images/mark/points/pointtwo_1.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(2) {
  background: url("../images/mark/points/pointone_2.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(2):hover {
  background: #f1f1f1 url("../images/mark/points/pointtwo_2.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(3) {
  background: url("../images/mark/points/pointone_3.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(3):hover {
  background: #f1f1f1 url("../images/mark/points/pointtwo_3.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(4) {
  background: url("../images/mark/points/pointone_4.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(4):hover {
  background: #f1f1f1 url("../images/mark/points/pointtwo_4.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(5) {
  background: url("../images/mark/points/pointone_5.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(5):hover {
  background: #f1f1f1 url("../images/mark/points/pointtwo_5.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(6) {
  background: url("../images/mark/points/pointone_6.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(6):hover {
  background: #f1f1f1 url("../images/mark/points/pointtwo_6.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(7) {
  background: url("../images/mark/points/pointone_7.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(7):hover {
  background: #f1f1f1 url("../images/mark/points/pointtwo_7.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(8) {
  background: url("../images/mark/points/pointone_8.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(8):hover {
  background: #f1f1f1 url("../images/mark/points/pointtwo_8.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(9) {
  background: url("../images/mark/points/pointone_9.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(9):hover {
  background: #f1f1f1 url("../images/mark/points/pointtwo_9.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(10) {
  background: url("../images/mark/points/pointone_10.png") no-repeat 5px 5px/16px 25px;
}

.resultPane .poiList li:nth-child(10):hover {
  background: #f1f1f1 url("../images/mark/points/pointtwo_10.png") no-repeat 5px 5px/16px 25px;
}

.mapBtn {
  position: absolute;
  bottom: 125px;
  right: 30px;
  z-index: 2;
}

.mapBtn .mapIcon {
  width: 26px;
  line-height: 26px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  font-size: 14px;
  color: #4c4c4c;
  text-align: center;
  margin-top: 5px;
}

.mapBtn .mapIcon:hover .tip {
  display: block;
}

.mapBtn .mapIcon .tip {
  background-color: #ef8200;
  color: #fff;
  font-size: 12px;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  position: absolute;
  top: 55px;
  z-index: 5;
  display: none;
  right: 40px;
  top: 5px;
  padding: 0 5px;
}

.mapBtn .mapIcon .tip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0px;
  left: 50%;
  top: 0;
  border-width: 0 6px 8px 6px;
  margin-left: -6px;
  margin-top: -8px;
  border-color: transparent transparent #ef8200 transparent;
  z-index: 4;
}

.mapBtn .mapIcon .tip:after {
  top: 50%;
  left: 100%;
  border-width: 6px 0 6px 8px;
  margin-left: 0;
  border-color: transparent transparent transparent #ef8200;
  z-index: 4;
}

.mapBtn #mapPos {
  font-size: 14px;
}

.mapStyle {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1999;
  width: 120px;
  height: 110px;
}

.mapStyle:hover {
  width: 340px;
  height: 120px;
}

.mapStyle:hover .imgMap {
  right: 230px;
}

.mapStyle:hover .steetMap {
  right: 130px;
}

.mapStyle .mapItem {
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: 2000;
  width: 86px;
  height: 60px;
  background: url(../images/mapType.png) no-repeat 0 0;
  background-size: 86px 240px;
  border-radius: 3px;
  transition: all 0.5s ease;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

.mapStyle .mapItem:hover span {
  background-color: #20a0ff;
}

.mapStyle .mapItem span {
  font-size: 12px;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
}

.mapStyle .imgMap {
  background-position: 0 -120px;
  z-index: 3;
}

.mapStyle .vecMap {
  background-position: 0 0;
  z-index: 5;
}

.mapStyle .vecMap span {
  color: #424242;
}

.mapStyle .steetMap {
  background-position: 0 -180px;
  z-index: 4;
}

.mapPot {
  line-height: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 10px;
  right: 380px;
  z-index: 3;
  font-size: 12px;
  padding: 0 8px;
  cursor: pointer;
}

.mapPot i {
  margin-left: 5px;
}

.mapPot .tip {
  background-color: #ef8200;
  color: #fff;
  font-size: 12px;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  position: absolute;
  top: 55px;
  z-index: 5;
  display: none;
  top: 40px;
  right: 0;
  width: 80px;
  text-align: center;
}

.mapPot .tip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0px;
  left: 50%;
  top: 0;
  border-width: 0 6px 8px 6px;
  margin-left: -6px;
  margin-top: -8px;
  border-color: transparent transparent #ef8200 transparent;
  z-index: 4;
}

.mapPot:hover .tip {
  display: block;
}

.citySel {
  position: absolute;
  display: none;
  top: 50px;
  right: 380px;
  z-index: 2;
}

.citySel .close {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 16px;
  top: -5px;
  right: -5px;
  z-index: 30;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  font-size: 12px;
  color: #424242;
  box-sizing: border-box;
  border: 1px solid #424242;
}

.citySel .downtown, .citySel .county {
  background-color: #5c9dff;
  padding: 10px;
  margin: 0;
  width: 350px;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  border-radius: 5px;
}

.citySel .downtown li, .citySel .county li {
  color: #fff;
  padding: 0;
  margin: 0 5px;
  list-style: none;
  float: left;
  font-size: 12px;
  line-height: 24px;
}

.citySel .county {
  background-color: #618ac8;
  border-radius: 0 0 5px 5px;
  margin-top: -3px;
  display: none;
}

.toolsBar {
  width: auto;
  height: 26px;
  padding: 2px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 3;
}

.toolsBar .tools {
  width: 26px;
  line-height: 26px;
  float: left;
  margin-right: 3px;
  text-align: center;
  position: relative;
  color: #666666;
  cursor: pointer;
  border-radius: 5px;
}

.toolsBar .tools:hover {
  background-color: #0182cb;
  color: #fff;
}

.toolsBar .tools:hover .tip {
  display: block;
}

.toolsBar .tools .tip {
  background-color: #ef8200;
  color: #fff;
  font-size: 12px;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  position: absolute;
  top: 55px;
  z-index: 5;
  display: none;
  top: 40px;
  right: 0;
  width: 80px;
}

.toolsBar .tools .tip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0px;
  left: 50%;
  top: 0;
  border-width: 0 6px 8px 6px;
  margin-left: -6px;
  margin-top: -8px;
  border-color: transparent transparent #ef8200 transparent;
  z-index: 4;
}

.toolsBar .tools .tip:after {
  left: 85%;
}

.toolsBar .user:hover .personMsg {
  display: block;
}

.toolsBar .user .personMsg {
  display: none;
  position: absolute;
  right: -6px;
  top: 25px;
  z-index: 2;
  padding: 10px 0;
}

.toolsBar .user .personMsg ul {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  width: 80px;
  padding: 0;
  margin: 0;
}

.toolsBar .user .personMsg ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.toolsBar .user .personMsg ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #666666;
}

.toolsBar .user .personMsg ul li a:hover {
  color: #0182cb;
}

/* .toolsBar .juanlianed {
  background-color: #0182cb
  color: #ffffff;
} */

.tool_measure {
  display: none;
  position: absolute;
  top: 60px;
  right: 15px;
  z-index: 2;
  width: 200px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-sizing: border-box;
}

#rKey {
  position: absolute;
  top: 400px;
  left: 400px;
  z-index: 9999;
  visibility: hidden;
  user-select: none;
}

#rKey ul {
  padding: 5px 0 5px 5px;
  margin: 0;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  width: 120px;
}

#rKey ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#rKey ul li img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

#rKey ul li span {
  line-height: 20px;
  font-size: 12px;
}

.errorPane {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.errorPane .errorCont {
  width: 300px;
  background-color: #fff;
  padding: 0 20px 20px 20px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.errorPane .errorCont .top {
  line-height: 45px;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.errorPane .errorCont .top i {
  float: right;
  margin-top: 15px;
}

.errorPane .errorCont .bottom {
  padding: 20px 0;
}

.seeSearch {
  display: none;
  position: absolute;
  top: 60px;
  right: 15px;
  z-index: 2;
  width: 296px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
}

.seeSearch h6 {
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-weight: normal;
  font-size: 14px;
}

.seeSearch h6 i {
  float: right;
  width: 12px;
  height: 12px;
}

.seeSearch p {
  padding: 0;
  margin: 0;
  line-height: 30px;
  color: #45a9d8;
}

.seeSearch p i {
  color: #ef8200;
}

.seeSearch p a {
  font-size: 12px;
  text-decoration: none;
  background-color: #45a9d8;
  color: #ffffff;
  border-radius: 5px;
  margin-left: 5px;
  display: inline-block;
  line-height: 20px;
  padding: 0 6px;
}

.seeSearch .search {
  margin-top: 5px;
  overflow: hidden;
}

.seeSearch .search input {
  width: 82%;
  height: 30px;
  float: left;
  padding: 0 5px;
  margin: 0;
  box-sizing: border-box;
  border: none;
  font-size: 12px;
  background-color: #DCDFE6;
  border-radius: 5px 0 0 5px;
  outline: none;
}

.seeSearch .search button {
  width: 18%;
  height: 30px;
  float: left;
  border: none;
  background: none;
  background-color: #ef8200;
  border-radius: 0 5px 5px 0;
  display: block;
  cursor: pointer;
  font-size: 12px;
  color: #ffffff;
}

.bookmarkPane {
  display: none;
  position: absolute;
  top: 60px;
  right: 90px;
  z-index: 2;
  width: 296px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
}

.bookmarkPane h6 {
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-weight: normal;
  font-size: 14px;
}

.bookmarkPane h6 i {
  float: right;
  width: 12px;
  height: 12px;
}

.bookmarkPane .adds {
  overflow: hidden;
}

.bookmarkPane .adds input {
  width: 82%;
  height: 30px;
  float: left;
  padding: 0 5px;
  margin: 0;
  box-sizing: border-box;
  border: none;
  font-size: 12px;
  background-color: #DCDFE6;
  border-radius: 5px 0 0 5px;
  outline: none;
}

.bookmarkPane .adds button {
  width: 18%;
  height: 30px;
  float: left;
  border: none;
  background: none;
  background-color: #ef8200;
  border-radius: 0 5px 5px 0;
  display: block;
  cursor: pointer;
  font-size: 12px;
  color: #ffffff;
  outline: none;
}

.bookmarkPane .BookMarks a {
  font-size: 12px;
  background-color: #ef8200;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}

.bookmarkPane .BookMarks a i {
  margin-left: 5px;
}

.poiName {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 40px;
  height: 30px;
  font-weight: normal;
  white-space: nowrap;
}

#poiSelected_contentDiv {
  padding: 0 10px 0 15px;
  margin: 0;
  right: 0;
}

#setSign {
  display: none;
  width: 300px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 10;
}

#setSign label {
  display: block;
  margin-bottom: 5px;
}

#setSign input {
  height: 38px;
  line-height: 38px;
  padding: 0 8px;
  border: 1px solid #d0d0d5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  outline: 0;
  color: #4c5161;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
}

#setSign textarea {
  border: 1px solid #d0d0d5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  outline: 0;
  color: #4c5161;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
}

#setSign .btnGroup {
  margin-top: 5px;
  overflow: hidden;
}

#setSign .btnGroup .btn {
  float: right;
  margin-left: 10px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #4c5161;
  border: 1px solid #d0d0d5;
  border-radius: 4px;
  padding: 9px 15px;
  min-width: 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  -webkit-transition: border-color .15s, background-color .15s, opacity .15s;
  transition: border-color .15s, background-color .15s, opacity .15s;
  cursor: pointer;
  overflow: visible;
}

#setSign .btnGroup #sccussSign {
  border: 1px solid #0182cb;
  background-color: #0182cb;
  color: #fff;
}

.smControlMousePosition {
  right: 30px !important;
  bottom: 10px !important;
}

#changeMsg {
  line-height: 35px;
  padding: 0 10px;
  position: absolute;
  right: 70px;
  bottom: 215px;
  z-index: 4;
  background-color: #ef8200;
  color: #FFF;
  font-size: 12px;
  border-radius: 5px;
}

#changeMsg:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0px;
  z-index: 4;
  top: 50%;
  left: 100%;
  border-width: 6px 0 6px 8px;
  margin-top: -8px;
  margin-left: 0;
  border-color: transparent transparent transparent #ef8200;
}

.boxpanel {
  display: none;
  position: absolute;
  top: 60px;
  right: 20px;
  width: 180px;
  background: #FFF;
  border-radius: 3px;
  padding: 5px 20px;
  z-index: 3;
  border-radius: 10px;
}

.boxpanel .panel_header {
  height: 30px;
}

.boxpanel .panel_header .panel_tab {
  float: left;
  height: 28px;
  line-height: 28px;
  border: 1px solid #0f89f5;
  border-radius: 2px;
}

.boxpanel .panel_header .panel_tab li {
  float: left;
  padding: 0 10px;
  color: #0f89f5;
  font-size: 14px;
  cursor: pointer;
}

.boxpanel .panel_header .panel_tab traffic_current:hover {
  background-color: #0099CC;
}

.boxpanel .panel_header .traffic_tag {
  float: right;
  line-height: 30px;
}

.traffic_level {
  float: left;
  margin: 11px 6px 0;
}

.traffic_level li.level_1 {
  background: #34b000;
}

.traffic_level li.level_2 {
  background: #fecb00;
}

.traffic_level li.level_3 {
  background: #df0100;
}

.traffic_level li.level_4 {
  background: #8e0e0b;
}

.traffic_level li {
  float: left;
  width: 25px;
  margin: 0 1px;
  height: 6px;
}

.boxpanel .panel_header .traffic_tag span {
  float: left;
  font-size: 14px;
}

.boxpanel .panel_body {
  margin-top: 10px;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=map.css.map */