.maps_soso {
    width: 70%;
    background: rgba(255,255,255,.8);
    padding: 38px 48px;
    z-index: 9;
    position: fixed;
    left: 50%;
    /*margin-left: -35%;*/
    top: 50%;
    margin-top: -100px;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    min-height: 220px;
}

.maps_soso .pic {
    margin-top: 0px;
}
.maps_soso .title {
    color: #396dff;
    font-size: 31px;
    text-align: center;
    line-height: 29px;
    padding: 5px 0;
}
.maps_soso .nr {
    height: 60px;
    border: 2px solid #396dff;
    border-radius: 5px;
    font-size: 20px;
}

.maps_soso .nr input {
    width: 85%;
    border: none;
    height: 56px;
    padding-left: 10px;
    float: left;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    outline:none;
}

.maps_soso .pic {
    margin-top: 0px;
}
.maps_soso .pic {
    position: absolute;
    left: 50%;
    margin-left: -105px;
    top: -62px;
}

.maps_soso button {
    width: 15%;
    color: #fff;
    border: none;
    text-align: center;
    background: url(/v2/image/search-ico.png) no-repeat center center;
    background-color: #396dff;
    cursor: pointer;
    display: inline-block;
    height: 56px;
    line-height: 56px;
}

.maps_soso_min {
    /*left: 0;*/
    margin: 0;
    /*top: 0;*/
    max-width: 400px;
    transform: none;
    z-index: 100000;

}
.maps_soso_min .pic {
    height: 50px;
    top: -4px;
    margin-left: -50px;
}

.maps_soso_min p {
    display: none;
}

#rotate-toast{
    text-align: center;
    position: absolute;
    top: 650px;
    z-index: 1000;
    background: #999999;
    color: #f1f1f1;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 15px;
    left: 50%;
    transform:translateX(-50%);
}


