.addressMap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 300vw;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0,0, 0.5);
    overflow-y: auto;
    overflow-x: hidden;
}
.searchAddrBox {
    height: 1rem;
    padding: 0 .2rem 0 0;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}
.searchAddrBox .cityChose {
    max-width: 1.7rem;
    color: #171921;
    font-size: .3rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    float: left;
    align-items: center;
    justify-content: center;
    height: .72rem;
    margin-left: .2rem;
}
.searchAddrBox .cityChose span {
    display: block;
    max-width: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.searchAddrBox .cityChose::after {
    content: '';
    display: block;
    width: .3rem;
    height: .3rem;
    background: url(/static/modular/zhibo/images/down_arr.png) no-repeat center/cover;
    flex-shrink: 0;
}
.searchInp {
    margin-left: .2rem;
    height: .72rem;
    border-radius: .36rem;
    background: #F7F8FA;
    display: flex;
    align-items: center;
    padding: 0 .2rem;
    width: 63%;
    position: relative;
}
.searchInp::before {
    content: '';
    display: block;
    width: .4rem;
    height: .4rem;
    background: url(/static/modular/zhibo/images/search_icon.png) no-repeat center/cover;
    flex-shrink: 0;
}
.addrInp {
    width: 100%;
    height: 100%;
    border-radius: none;
    background: none;
    font-size: .28rem;
    padding-left: .08rem;
    border: none;
    outline: none;
}
.searchInp s {
    display: block;
    width: .4rem;
    height: .4rem;
    background: url(/static/modular/zhibo/images/clear_inp.png) no-repeat center/cover;
    position: absolute;
    right: .18rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hideClear.searchInp s {
    display: none;
}
.topMap {
    height: 9rem;
    background: #f5f5f5;
    width: 100%;
    position: relative;
    transform: translateY(-1.7rem);
}
#mapdiv {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.addrListBox {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: .5rem .5rem 0 0;
    background: #fff;
    height: 40%;
    box-shadow: 0 -0.08rem 0.3rem 0 rgba(0, 8, 51, 0.03);
    transition: height .3s;
    padding-bottom: .2rem;
    display: none;
}
.addrListBox.moreHeight{height: 100%; box-shadow: none; border-radius: 0}

.addrList {
    height:100%;
    overflow: auto;
}
.addrList li a {
    margin: 0 .3rem;
    height: 1.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: .16rem 0 .2rem;
    box-sizing: border-box;
    border-bottom: solid 1px #f5f5f7;
}
.addrList li h3 {
    font-size: .3rem;
    color: #171921;
    font-weight: bold;
    margin-bottom: .06rem;
    white-space: nowrap;
    max-width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.addrList li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 6rem;
}
.addrList li p, .addrList li .addrDistance {
    color: #A6A7AB;
    font-size: .22rem;
}
.addrList li.chosed a::after {
    content: '';
    display: block;
    width: .48rem;
    height: .48rem;
    background: url(/static/modular/zhibo/images/gou.png) no-repeat center/cover;
    align-self: center;
}
.searchAddrBox .close_btn{
    display: block;
    width: .4rem;
    height: .4rem;
    background-image: url(/static/modular/zhibo/images/close_2.png);
    position: absolute;
    right: 1vw;
    background-size: .4rem auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: .16rem;
}
.amap-copyright {

    display: none !important;
}
.amap-icon img{
    width: .8rem;
    height: .8rem;
    background: url(/static/modular/zhibo/images/posi_icon.png) no-repeat center/cover;
}
.amap-icon img::after {
    content: '';
    display: block;
    width: .42rem;
    height: .2rem;
    background: url(/static/modular/zhibo/images/posi_shadow.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.1rem;
    margin: auto;
}
.tmap-zoom-control{
    font-size: 3vw;
    top: 1.6rem;
    right: -0.4rem;
}
.rotate-circle{
    display: none !important;
}
.tmap-scale-control{
    display: none !important;
}
.logo-text{
    display: none !important;
}