html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

#mapContainer {
  position: relative;
  height: 100%;
  width: 100%;
}

.clusterBubble {
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  text-align: center;
  opacity: 0.88;
  background-image: linear-gradient(139deg, #4294FF 0%, #295BFF 100%);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20);
  position: absolute;
  top: 0px;
  left: 0px;
}
.search {
    position: fixed;
    top: 0.6rem;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.48rem;
    z-index: 2000;
  }
  .search-container {
    display: flex;
    align-items: center;
    box-shadow: 0 0 0.2rem #e8e8e8;
    border-radius: 0.08rem;
    width: 100%;
    background: #fff;
    box-sizing: border-box;border-radius: 5px;
  }
  .search-container input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding:0 0 0 10px;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;height: 40px;
  }
  .search-container button {
    padding: 10px 0px;width: 100px;
    color: #323233;
    font-size: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none; background: #fff;border: none;
    border-left: 1px solid #eee;border-radius: 4px;
  }
  .search-container button:hover,.search-container button:active {
    background: #f5f5f5; 
  }
  .rotate-circle{
    opacity: 0;display: none;
  }
  .card{
    box-shadow: 0 0 2px #e8e8e8;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
  }
 .address-list{
    margin-top:10px;
    max-height: 300px;
    overflow-y: auto;
  }
  .address-list .van-list {
    padding: 0 5px;
}
.address-list__item {
    padding:15px;
    border-bottom: 1px solid #eee;
}
.address-list__item--title {
    color: #1472ff;
    font-size: 14px;margin-bottom: 5px;
}
.address-list__item--desc{
    color: #999;
    font-size: 13px;
}
#app{
    height: 100%;
}

.address-info{
    padding: 10px;margin-top: 10px;
}
.address-info .van-cell__value .address-info__item--title {
    font-size: 16px; margin-bottom: 5px;
}
.address-info .van-cell__value .address-info__item--desc{
  color: #999;
  font-size: 13px;
  border-bottom: 1px solid #ededed;padding-bottom: 5px;margin-bottom: 5px;
}
.address-info .desc{
  color: #999;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.7;
}
.address-info .desc span{
  color: #333;
  font-weight: 600;
}
.address-info .desc .desc-number{color: #ffa114;}