#container {
  height: 100%
}

.search {
  width: calc(100% - 30px);
  background: #FFFFFF url(./images/search.png) no-repeat 10px center;
  background-size: 22px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding-left: 42px;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 99;
}

.search input {
  width: calc(100% - 42px);
  padding: 12px 0;
  line-height: 20px;
  font-size: 14px;
  color: #1A243E;
  border: 0;
}

.search.active .btn-clear {
  width: 44px;
  height: 44px;
  background: url(./images/clear.png) no-repeat center center;
  background-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
}

.pointAddressInfo {
  width: 100%;
  padding: 20px 15px 15px;
  background: #FFFFFF;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  bottom: 0;
  z-index: 99;
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  padding-bottom: calc(15px + constant(safe-area-inset-bottom));
  display: none;
}

.pointAddressInfo .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #1A243E;
}

.pointAddressInfo .address {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #1A243E;
}

.pointAddressInfo .point {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #76819D;
}

.pointAddressInfo .point span:nth-child(2) {
  margin-left: 20px;
}

.pointAddressInfo .point span i {
  font-style: normal;
}

.pointAddressInfo .btn-collect {
  display: block;
  margin-top: 25px;
  height: 50px;
  line-height: 50px;
  background: #2D73FF;
  border: 1px solid #2D73FF;
  box-shadow: 0px 3px 6px rgba(45, 115, 255, 0.16);
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.pointAddressInfo .btn-collect.active {
  background: #FFF;
  color: #2D73FF;
  border-color: #2D73FF;
}

.pointAddressInfo .btn-collect.loading span {
  position: relative;
}

.pointAddressInfo .btn-collect.loading span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(./images/loading-s.png) no-repeat center center;
  background-size: 100%;
  animation: rotate360 1s linear 0s infinite;
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -7px;
}

.tangram-suggestion-main {
  width: calc(100% - 30px) !important;
  left: 15px !important;
  z-index: 99;
}

.tangram-suggestion {
  top: 5px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  border: 0 !important;
}

.tangram-suggestion table tr td {
  height: 32px !important;
}
