body {
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    letter-spacing: .3px;
    direction: ltr;
    font-variant-numeric: lining-nums;
    -ms-font-feature-settings: "lnum"1;
    -o-font-feature-settings: "lnum"1;
    -webkit-font-feature-settings: "lnum"1;
    font-feature-settings: "lnum"1;
    background: #ffffff;
    color: #333333;
    font-family: Arial,rawline,Open Sans,sans-serif !important;
}
html,body{
    min-height: 100%;
}

input:-webkit-autofill,
 textarea:-webkit-autofill,
 select:-webkit-autofill {
     background-color: transparent!important;
     background-image: none !important;
     -webkit-box-shadow: 0 0 0 1000px white inset !important;
 }

.form-control:focus {
    border-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Firefox中有required属性的input会有默认的红色边框 */
input:required {
    box-shadow: none;
}

/* init css */

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
*,::after,::before{
    box-sizing: border-box;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a:hover{
    text-decoration: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
main{
    min-height: 100vh;
}
.dflex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#map{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.mapboxgl-ctrl-geocoder--suggestion-title{
    font-weight: 700;  
}
.mapboxgl-ctrl-geocoder--suggestion-address{
    font-size: 13px;
}
#getNominatim {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
.suggestions,.suggestions_local {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: calc(100% + 6px);
    max-height: 350px;
    overflow: auto;
    margin: 0;
    padding: 0;
    z-index: 99999;
    max-width: 100%;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
    font-size: 15px;
    border-radius: 3px;
}
.suggestions li,.suggestions_local li{
    padding: 5px 10px;
    cursor: pointer;
}
.suggestions li:hover,.suggestions_local li:hover{
    background-color: #EEEEEE;
}

.footer_box{
    display: flex;
    max-width: 1100px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0;
}
footer{
    background-color: transparent !important;
    border-top: 1px solid #E2E2E2;
}
footer ul{
    padding: 10px 20px;
    width: 100%;
    display: inline !important;
}
footer ul li{
    margin: 10px 15px !important;
}
footer ul li a{
    color: #333333 !important;
    font-size: 15px;
}
.footer_title{
    color: #333;
    text-align: left;
    font-size: 15px;
    margin-bottom: 12px !important;
    font-weight: 700;
}
.footer_logo{
    display: flex !important;
    justify-content: start;
    align-items: center;
    padding-right: 30px;
    border-right: 1px solid #E2E2E2;
}
.mapfoot {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: rgba(0,0,0,.3) !important;
    border-top: none;
}
.mapfoot ul{
    display: flex !important;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mapfoot ul li {
    font-size: 12px;
    margin: 0 10px !important;
}
.mapfoot ul li a {
    color: #ffffff !important;
    padding: 0 !important;
    display: block;
    font-size: 12px;
}
#loading_a {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}
.loading_content {
    max-width: 500px;
    height: auto;
    padding: 20px;
    background: rgba(0,0,0,.3);
    text-align: center;
    border-radius: 5px;
}
img {
    vertical-align: middle;
    border-style: none;
}

.mapboxgl-popup-content {
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
}
.hotel_box {
    display: flex;
}
.search_pos_item {
    margin: 10px 0;
    position: relative;
}
.search_pos_item:nth-child(1) {
    transform: translate(0px, 22px);
}
.search_pos_item a:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 15px;
    border: 2px solid #7DC3F7;
    text-transform: uppercase;
    font-size: 13px;
    color: #8400EE;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 8px;
}
a:focus-visible {
    outline: none;
}
.search_pos_item:last-child {
    transform: translate(0px, 22px);
}
.search_pos_item a span {
    display: none;
    color: #333 !important;
}
.search_pos_item a:nth-child(1):hover {
    width: fit-content;
    border-radius: 18px;
}
.search_pos_item a:nth-child(1):hover>span {
    display: block;
}
.mapboxgl-popup-close-button {
    display: none;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{
    opacity: 0;
}

header{
    display: flex;
    align-items: center;
}
#hplace{
    background-color: #403B5D;
    border: none;
    outline: none;
    color: #ffffff;
    cursor: pointer;
}
.place_ipt{
    background-color: #403B5D;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px 0 20px;
    cursor: pointer;
}

.popup_box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.popup_content {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.settLocal_pop .popup_mian {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    border-radius: 13px;
    background-color: #ffffff;
    position: relative;
}
.sett_local_text {
    font-size: 25px;
    font-weight: 700;
    padding: 6px;
}
.set_local_search {
    margin: 15px 0;
    position: relative;
}
#edit_local {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 24px;
    height: auto;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    padding-left: 24px;
    cursor: text;
    display: block;
    border: none;
    border-radius: 40px;
    padding-right: 55px;
    text-indent: 30px;
    background-color: #FAFAFC;
    box-shadow: 0px 1px 3px 0px rgba(60,64,67,.30), 0px 4px 8px 3px rgba(60,64,67,.15);
    font-size: 16px;
}
.local_done button {
    width: 100%;
    border-width: 0;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: inherit;
    padding: 12px 0;
    font-size: 19px;
    border-radius: 8px;
}
.settLocal_pop .close_popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
/* ::-webkit-scrollbar {
    height: 7px;
    width: 7px;
    background: #dcafaf;
}

::-webkit-scrollbar:active {
    background: #948c8c;
}

::-webkit-scrollbar-corner {
    background: #928b8b;
}
::-webkit-scrollbar-thumb {
    background: #6b3b3b;
}
::-webkit-scrollbar-thumb:hover {
    background: #787878;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:active {
    background: #8a8a8a;
} */
.mapbox-directions-instructions::-webkit-scrollbar,.result_box::-webkit-scrollbar{
    width: 2px;
    height: 2px;
}
.page_paging {
    margin-top: 20px;
    display: none;
    padding-bottom: 30px;
    width: 750px;
    background-color: #ffffff;
}
.pageing_content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.next_page, .prev_page {
    font-size: 14px;
    cursor: pointer;
    padding: 10px 0 !important;
}
.prev_page {
    display: none;
}
.pageing_content div {
    width: 14%;
    text-align: center;
    border: 1px solid #EBEBEB;
    padding: 10px 0;
}
.next_page svg, .prev_page svg {
    vertical-align: sub;
}
.page_item {
    cursor: pointer;
    border-radius: 5px;
}
.pageing_content div {
    width: 14%;
    text-align: center;
    border: 1px solid #EBEBEB;
    padding: 10px 0;
}
.list_l{
    position: absolute;
    left: 4px;
    top: 0;
    height: 48px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.go_back{
    position: absolute;
    right: 45px;
    top: 0;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}
.h_list {
    position: fixed;
    top: 0;
    left:0;
    width: 98%;
    max-width: 256px;
    background-color: #ffffff;
    min-height: 100vh;
    transition: all .3s ease-in-out;
    z-index: 99999999;
    padding-top: 10px;
    display: none;
}
.show_list{
    display: block;
}
.show_list::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 256px;
    top: 0;
    background-color: rgba(0,0,0,.2);
    transition: all .3s ease-in-out;
}
.h_list_item a {
    background-color: #fff;
    /* box-shadow: 0 1px 2px rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15); */
    border-radius: 3px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 0 10px;
    color: #0000FF;
}

.h_list .h_list_item a {
    padding: 10px 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    padding-left: 24px;
}

.show_list .h_list_item a:hover {
    background-color:#ededed ;
}
.dir_list{
    left: 0px;
    height: 28px;
}
.list_logo{
    padding: 25px;
}
.ads_divs{
    display: flex;
    justify-content: center;
    align-items: center;
}
#div-gpt-ad-1682229626447-0{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:750px) {
    footer ul li{
        margin: 0 !important;
    }
    .footer_box{
        flex-wrap: wrap;
    }
    footer ul{
        width: 50%;
    }
}
