.hamp-js-measure {
  position: absolute;
  padding: 3px 5px;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  word-spacing: 3px;
  letter-spacing: 1px;
  font-family: arial,simsun;
  border: 1px solid rgb(255, 1, 3);
  color: rgb(51, 51, 51);
  background-color: rgb(255, 255, 255);
}

.hamp-js-measure-move {
  position: absolute;
  padding: 3px 5px;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
  word-spacing: 3px;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: arial,simsun;
  border: 1px solid rgb(255, 1, 3);
  color: rgb(51, 51, 51);
  background-color: rgb(255, 255, 255);
  span {
    .measure-result {
      color: #FF6319;
    }
  }
  .tool-tip {
    color: #7A7A7A;
  }
}
.hmap-measure-overlay-label {
  border: 1px solid #7A7A7A;
  border-radius: 4px;
  color: #7a7a7a;
  font-size: 12px;
  padding: 1px 4px;
  background-color: #ffffff;
}

.hmap-measure-area-overlay-label {
  font-size: 12px;
  padding: 3px 5px;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  word-spacing: 3px;
  letter-spacing: 1px;
  font-family: arial,simsun;
  background-color: #ffffff;
  border: 1px solid #ff0103;
  color: #333333;
}

.hmap-measure-end-overlay-label {
  padding: 3px 5px;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  word-spacing: 3px;
  letter-spacing: 1px;
  font-family: arial,simsun;
  border: 1px solid rgb(255, 1, 3);
  color: rgb(51, 51, 51);
  background-color: rgb(255, 255, 255);
  .measure-end-label {
    color: #FF6319;
  }
}
