html,
body,
#container {
  height: 100%;
  width: 100%;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}

#modal {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 3.5rem;
    width: 100%;
    background-color: white;
    padding: 35px 30px 35px;
    z-index: 1000;
    border-radius: 10px 10px 0 0;
    display: none;
}
.amap-icon img{
    width: 53px;
    height: 59px;
}
.site-box{
    display: flex;
    align-items: center;
    /* margin-top: 10px; */
}
.default-icon{
    width: 90px;
    height: 90px;
}
.site-box div{
    margin-left: 15px;
}
.site-num{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
}
.site-address{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #999999;
    margin-top: 5px;
    word-break: break-all;
}
.site-btn{
    width: 4rem;
    height: .74rem;
    background: #E6352F;
    border-radius: .1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: .3rem;
    color: #FFFFFF;
    text-align: center;
    line-height: .74rem;
    margin: .2rem auto 0;
}
.amap-info-content{
    width: 520px;
}