body{
    background-color: #ffffff;
}
header{
    background-color: #1D1B33;
    padding: 5px 30px;
    height: 50px;
}

.h_list_item a{
    background-color: #403B5D;
    color: #ffffff;
}
.h_list_item{
    margin-bottom: 0;
    margin:0 7px;
    height: 75%;
}
.setting_local{
    color: #ffffff;
}
.set_local_box{
    background-color: transparent;
}
.h_list_item a:hover {
    background-color: #443c72;
}
#map{
    left: 570px;
    width: calc(100% - 570px);
}
.search_box{
    position: fixed;
    width: 565px;
    height: 72px;
    left: 0;
    top: 0;
    padding: 12px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    padding-left: 0;
}
.search_box{
    padding-top: 12px !important;
}
.search_content{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    padding: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    width: 97%;
}
#search_ipt,#search_ipt_sug{
    width: 545px;
    height: 33px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    padding-left: 24px;
    outline: none;
    font-size: 13px;
    padding-right: 50px;
    text-indent: 15px;
}
#search_ipt::placeholder,#search_ipt_sug::placeholder{
    font-size: 13px;
    color: #bbb9b9;
    font-weight: 400;
}
#search_b,#search_b_sub{
    position: absolute;
    height: 36px;
    width: 48px;
    top: 6px;
    right: 5px;
    border:none;
    cursor: pointer;
    outline: none;
    background-color: #3EAAFD;
    border-radius: 5px;
}
#search_b svg path,#search_b_sub svg path{
    fill: #fff;
}
.result_box{
    width: 565px;
    height: calc(100% - 18px);
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 10px;
}
.getNominatim{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
.result_item{
    padding: 10px 5px;
    border-top: 1px solid #DADCE0;
}
.location_item{
    border: none;
    padding: 10px 5px 17px 5px;
    color: #202124;
    font-weight: 700;
    font-size: 15px;
}
.location_i{
    border: 1px solid #3282EA;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location_i .me_index_item_r{
    position: absolute;
    top: 100%;
}
.location_i img{
    width: 15px;
    height: 15px;
}
.location_i h3{
    margin-top: 4px;
}
.top_list{
    left: 575px;
    width: calc(100% - 575px);
}
.h_list_item{
    margin: 0;
}
.top_list .h_list_item a{
    border-radius: 10px;
    color: #333333;
    font-weight: 700;
    background-color: #ffffff;
    border: 0;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
    padding: 6px 10px;
    margin-right: 8px;
}
.h_list_item a img{
    margin-right: 5px;
    width: 14px;
    background: #fff;
    border-radius: 50%;
    height: 14px;
}
.mapstyle-checkout {
    z-index: 9999;
    position: absolute;
    bottom: 23px;
    left: 0px;
    /* background-color: rgba(0,0,0,.6); */
    border-radius: 7px;
}
.mapstyle-checkout ul {
    /* display: flex; */
    padding: 5px;
    margin: 0;
}
.mapstyle-checkout ul li {
    padding: 5px;
    list-style: none;
    cursor: pointer;
    background-color: rgba(0,0,0,.6);
    border-radius: 7px;
    margin: 5px 0;
}
.mapstyle-checkout ul li a {
    position: relative;
    display: block;
    height: 90%;
    text-align: center;
}
.mapstyle-checkout ul li img {
    width: 45px;
    height: 45px;
    margin: 0 auto;
}
.mapstyle-checkout ul li a span {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.mapstyle-checkout ul li .more_nav {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: none;
}
.map_type {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 20px 0 20px;
    display: none;
}
.mapstyle-checkout .more_page {
    display: none;
}
.hide_item {
    display: none;
}
.mapstyle-checkout:hover .hide_item{
    display: block;
}
.mapstyle-checkout:hover .more_nav{
    display: none !important;
}
.mapstyle-checkout ul #more_tc a img {
    width: 35px;
    margin-top: -9px;
}
.show_more_page .more_page{
    display: flex;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 0 10px;
    box-shadow: 0 0 4px 1px rgba(0,0,0,.3);
}
.more_page li {
    width: 33% !important;
}
.more_page li a img {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
}
.more_page li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    padding: 13px 0;
    color: #20a8d8;
}
.top_list {
    position: fixed;
    z-index: 99;
    top: 8px;
    left: 575px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.h_list_item {
    height: 75%;
    margin: 0;
}
.h_list_item a {
    border-radius: 10px;
    color: #333333;
    font-weight: 700;
    background-color: #ffffff;
    border: 0;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
    padding: 6px 10px;
    margin-right: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.h_list_item a img {
    margin-right: 5px;
    width: 14px;
}
.hide{
    display: none !important;
}
.result_btns{
    display: flex;
    justify-content: center;
    display: none;
}
.result_b_i{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-weight: 500;
    box-shadow: none;
    font-size: 16px;
    color: #333;
    background: #fff;
    flex-direction: column;
}
.result_b_i img,.result_b_i svg{
    margin-right: 5px;
    width: 46px;
    height: 46px;
    background: #2e64cb;
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 3px;
    
}
.satellite_b_i svg{
    background-color: #1e8725;
}
.route_i svg{
    background-color: #ba9a18;
}
.map_i svg{
    background-color: #2e64cb;
}
.maps-btns {
    z-index: 1;
    position: absolute;
    right: 7px;
    top: 65px;
}
.addreduce {
    position: fixed;
    right: 8px;
    bottom: 200px;
}
.addreduce .map-weather {
    width: 29px;
}
.map-weather li {
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    padding: 5px;
}
.map-weather li span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-btn-liul ul {
    background-color: rgba(47,53,58,0.8);
    line-height: 20px;
    margin: 14px 0;
    text-align: center;
    width: 30px;
    border-radius: 2px;
    cursor: pointer;
}
.map-weather li:hover{
    background-color: #ccd4d3;
}
.tools_list{
    background: #fff;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: calc(100% - 580px);
    border-radius: 5px;
    padding: 8px;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
}
.prefix_category {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.cat_item {
    width: 33.3%;
    border-right: 1px solid #d8d8d8;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
}
.cat_item.active::before {
    content: "";
    position: absolute;
    top: 85%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #d7bcbc transparent;
}
.cat_item svg {
    margin-right: 10px;
}
.cat_item svg path, .cat_item:hover svg path {
    fill: #4e9ddd;
}
.cat_item.active::after, .cat_item:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 3px;
    transform: translate(calc(-50% + 10px),15px);
    background-color: #0273d1;
}

.prefix_contain {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.category_details {
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1); */
    /* padding: 15px; */
    margin-top: 20px;
    /* max-height: 200px; */
    overflow: hidden;
}
.details_item {
    display: none;
    flex-wrap: wrap;
    position: relative;
}
.details_item .tb_i {
    width: 20%;
}   
.details_item .tb_i a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    text-decoration: underline;
    color: #333;
    font-size: 15px;
    border-radius: 5px;
    transition: all .2s ease-out;
}
.details_item .tb_i a:hover{
    color: #4584EF;
    background-color: #efebeb;
}
.brands_list {
    width: 100%;
    overflow: auto;
}
.brands_content {
    display: flex;
    width: max-content;
    padding-bottom: 10px;
}
.brands_item {
    display: flex;
    margin: 2px 5px;
    border-bottom: 1px solid #333;
    cursor: pointer;
}
.brands_item.active {
    border-bottom: 3px solid rgb(62, 108, 234);
}
.brands_childer {
    width: 100%;
    padding-top: 8px;
    display: none;
}
.brands_childer.active {
    display: flex;
    flex-wrap: wrap;
}
.brands_c_i {
    color: #333;
    text-decoration: underline;
    padding: 3px 5px;
    font-size: 14px;
    margin: 2px 5px;
    width: 24%;
}
.brands_c_i a {
    color: #333;
}
.hotel_amenities{
    display: flex;
}
.tools_list{
    display: none;
}
.place_search{
    position: initial;
}
.search_nearme{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 12px;
    display: none;
}
.search_i{
    position: relative;
}
.showSearch .search_nearme{
    display: flex;
}
.__search_sug_box {
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: 99999;
    color: #333333;
    left: 0;
    top: calc(100% + 3px);
    border-radius: 7px;
    display: none;
    width: 100%;
    margin-left: 0;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
    font-size: 15px;
}
.__search_sug_item {
    font-size: 13px;
    padding: 8px 14px;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}
.go_back{
    top: 7px;
}
.search_s_e{
    display: none;
}
.showSearch .search_s_e{
    display: block;
}
.showSearch .search_s_b{
    display: none;
}
.search-end{
    width: 100%;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.16);
    margin: 4px 0;
}
.search-end a {
    width: 100%;
    display: flex;
    background: #fff;
    border-radius: 3px;
    flex-direction: initial;
    justify-content: space-between;
    align-items: start;
    padding: 10px;
    border-bottom: none;
}
.search-end a ul{
    display: block;
    width: 100%;
}
.search-end a ul li:nth-child(2) img{
    height: 15px;
    width: auto;
}
.view_detalis{
    display: flex;
    justify-content: end;
}
.page_paging{
    width: 100%;
}
.next_page{
    font-size: 12px;
}
.list_btn.active{
    background-color: #4584EF !important;
    color: #fff !important;
}
.more_btn{
    position: absolute;
    bottom: 3px;
    right: 10px;
    background-color: #fff;
    padding: 5px 15px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999;
}
.haotu .category_details{
    height: auto;
    max-height: initial;
}
.haotu .more_btn{
    display: none;
}
.loading_near{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 99;
}

.left_hide{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -23px;
    height: 46px;
    width: 23px;
    border-radius: 0 20px 20px 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.left_hide svg{
    margin-left: -5px;
    width: 16px;
    height: 16px;
}

.hide_left .result_box{
   left: -100%;
}
.hide_left .search_box{
    position: fixed;
}
.hide_left #map{
    left: 0;
    width: 100%;
}
.hide_left .left_hide svg{
    transform: rotate(-180deg);
}
.chckout_box{
    position: absolute;
    bottom: 25px;
    right: 5px;
    z-index: 99;
    display: flex;
}
.chckout_box ul{
    display: flex;
    position: relative;
}
.chckout_box ul li{
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}
.chckout_box ul li a{
    width: 86px;
    height: 60px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
.chckout_box ul li a img{
    width: 98%;
    height: 99%;
    display: block;
    margin: 0 auto;
}
.chckout_box ul li a span{
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 9px;
}
.chckout_box #roadmap{
    position: absolute;
    right: 9px;
    top: 0;
}
.chckout_box #outdoors{
    position: absolute;
    right: 5px;
    top: 0;
}
.chckout_box ul:hover #roadmap{
    right: 182px;
}
.chckout_box ul:hover #outdoors{
    right: 91px;
}