﻿.amap-logo
{
    display: none !important;
}
.amap-copyright {
    opacity:0;
}
.amap-icon img
{
   width: 50px;
   height: 50px; 
}
.amap-geolocation-con
{
    z-index: 0 !important;
}
.g-flexview {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    verflow: hidden;
}
.mapbox {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    overflow: hidden;
}
.mapbox .mapdiv {
    width: 100%;
    height: 80%;
    position: relative;
}
.mapbox .address_info {
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.mapbox .input_box {
    background-color: #fff;
    width: 100%;
    height: 60%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mapbox .input_box .input_title {
    width: 100%;
    height: 43%;
    color: #665a57;
    text-align: center;
    font-size: 14px;
    font-weight:700;
    letter-spacing: 1px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mapbox .input_box .addinfo {
    height: 53%;
    width: 100%;
}
.mapbox .input_box .addinfo {
    border-top: 1px solid #f0f0f0;
}
.input_box .addinfo .position {
    float: left;
    width: 10%;
    height: 100%;
    padding-left: 5%;
    -webkit-background-size: 60%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/Images/mylocal.png);
}
.input_box .addinfo .position-car {
    -webkit-background-size: 55%;
    background-size: 55%;
    background-image: url(/Images/car.png);
}
.input_box .addinfo .position-settings {
    -webkit-background-size: 60%;
    background-size: 60%;
    background-image: url(/Images/settings.png);
}
.mapbox .sent_box {
    width: 100%;
    height: 40%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mapbox .sent_box .sent_order {
    border: 0;
    width: 90%;
    height: 66%;
    line-height: 65%;
    display: block;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #1296d9;
    margin: 2.5% auto;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) { 
.input_box .addinfo .position {
    float: left;
    width: 10%;
    height: 100%;
    padding-left: 5%;
    -webkit-background-size: 20%;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/Images/mylocal.png);
    }
    .input_box .addinfo .position-car {
    -webkit-background-size: 17%;
    background-size: 17%;
    background-image: url(/Images/car.png);
}
.mapbox .sent_box .sent_order {
    border: 0;
    width: 90%;
    height: 66%;
    line-height: 65%;
    display: block;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #1296d9;
    margin: 1% auto;
}
} 
.mapbox .input_box .addinfo input {
    float: left;
    width: 90%;
    height: 100%;
    border: 0;
    font-size: 16px;
    color: #464646;
    margin-bottom: 0;
}
.citybox {
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 1;
    position: relative;
    display: none;
    background: #FFF;
}
.citybox .divselect {
    width: 100%;
    margin: 0 auto;
}
.citybox .divselect>ul>li {
    margin-top: 0;
    margin-bottom: 15px;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    border: 1px solid #e6e6e6;
}
.citybox .city-select
{
    width: 28%;
    height: 50px;
    float: left;
    line-height: 50px;
    color: #3e3b3b;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.citybox .icons
{
    line-height: 50px;
    width: 7%;
    border-right: 1px solid #e6e6e6;
    float: left;
    height: 100%;
    display: block;
    background-image: url(/Images/arrow-down.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) { 
.citybox .icons {
    width: 3%;
}
} 
.citybox .upselect
{
    background-image: url(/Images/arrow-up.png);
}
.citybox .keyinput
{
    width: 65%;
    height: 48px;
    line-height: 48px;
    float: left;
    border: 0;
    text-indent: 5px;
    font-size: 14px;
    color: #888;
    margin-bottom: 0;   
}
.citybox .citylistdiv {
    width: 100%;
    position: relative;
    top: 45px;
    left: 0;
    background-color: #fff;
    z-index: 998;
    display: none;
}
.citylistdiv .city {
    width: 80%;
    overflow: hidden;
    padding: 0 20px;
    box-shadow: #e6e6e6 0 -1px 1px 0 inset;
    margin-top: 0;
    margin: 0 auto;
}
.city-list {
    width: 100%;
}
.city-list .city-letter {
    color: #6e6e6e;
    font-size: 16px;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8ecf1;
    width: 100%;
    font-weight: 700;
}
.city-list p {
    color: #434242;
    width: 95%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8ecf1;
    cursor: pointer;
}
.letter {
    width: 5%;
    overflow: hidden;
    line-height: 19px;
    font-size: 12px;
    position: fixed;
    top: 65px;
    right: 6px;
    text-align: center;
    z-index: 5;
}
.letter ul {
    list-style-type: none;
    overflow: scroll;
}
.letter ul li a {
    text-decoration: none;
    cursor: pointer;
    color: blue;
}
.selcet_box {
    width: 96%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 5;
    display: block;
    margin: 0 auto;
}
.boc {
    width: 100%;
    margin-top: 68px;
}
.selcet_box .boc li {
    width: 100%;
    height: 55px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #f4f4f4;
    color: #1b1b1b;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}
.add_bottom {
    box-shadow: #e6e6e6 0 0 1px 0 inset;
}
.selcet_box .boc li .loca_pic img {
    width: 23px;
    height: 24px;
    float: left;
    margin: auto 0;
}
.selcet_box .boc li div:nth-child(1) {
    width: 8%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.selcet_box .boc li div:nth-child(2) {
    width: 92%;
    height: 55px;
}
.short_adr {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.selcet_box .boc li .adr_list span {
    display: block;
    margin-left: 3px;
}
.sheng_shi {
    color: #817e7e;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.selcet_box .boc li .adr_list span {
    display: block;
    margin-left: 3px;
}
.peruser
{
    position: absolute;
    bottom: 32%;
    right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 23px;
    background-image: url(/Images/person_pic.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.perphone
{
    position: absolute;
    bottom: 42%;
    right: 8px;
    width: 35px;
    height: 35px;
    border-radius: 23px;
    background-image: url(/Images/telphone.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}