.pageHeader {
    height: 1.12rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
}

.mainStyle{
    width: 100%;
    height: 22.93333vw;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: #fff;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
}


.main .msg {
    width: auto;
    height: auto;
    width: 100%;
    flex: 1;
    text-align: left;
}

.main .msg h3{
    font-size: .5rem;
    color: #1b1c33;
    font-weight: 400;
}

.main .msg .subtitle{
    font-size: .25rem;
    color: #8d8e99;
}

.mainStyle .icon {
    width: 12.8vw;
    height: 12.8vw;
    background: url(/static/m/img/map/amap_nav.png)  0 0/cover no-repeat;
} 

.amap-touch-toolbar .amap-zoomcontrol{
    position: absolute;
    top: -3.125rem;
    height: 2.5rem;
    background-color: rgba(255,255,255,0.9);
    border-radius: .1875rem;
    border:.0313rem .0313rem .625rem 0 #ccc;
}

.item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sortSelect {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
    padding: 0 0;
    background: #FFFFFF;
    box-sizing: border-box;
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    display: none;
}
.sortSelect .item {
    height: 1.375rem;
    border-bottom: .01rem solid #ebedf0;
    font-size: .37rem;
    color: #131212;
    display: flex;
    align-items: center;
    text-align: center;
}

.cancelStyle{
    border-top: .1875rem solid #ebedf0;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.amap-controls .amap-toolbar {
    position: absolute;
    width: 1.5625rem;
    overflow: visible;
    right: .625rem;
    top: 3.75rem;
}
