* {
  margin: 0;
  padding: 0;
}

html,
body,
#container {
  width: 100%;
  height: 100%;
  font-family: 'Microsoft soft';
}

.control {
  position: absolute;
  right: 40px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
}

.control img {
  display: block;
  width: 49px;
  height: 52px;
}

.control > div {
  position: relative;
  margin: 0 10px 10px 10px;
  border: 1px solid white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.control .text {
  position: absolute;
  top: 2px;
  left: 2px;
  font-weight: bold;
  cursor: pointer;
}

#tipinput {
  outline-style: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 13px 14px;
  width: 300px;
  font-size: 14px;
  font-weight: 200;
  position: absolute;
  top: 20px;
  left: 20px;
}

#tipinput:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.amap-logo,
.amap-copyright {
  display: none !important;
}
