/* .tc_box{
    position: absolute;
    top: 10px;
    left: 10px;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    background-color: rgba(255, 255, 255, .8);
    z-index: 99;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
} */
.result_btns{
    display: flex;
 }
 
#search_box,#search_boxT,#search_box_t{
    display: none;
}
.qk_ipt{
    position: absolute;
    right: 58px;
    top: 19px;
    cursor: pointer;
    display: none;
}
.addreduce{
    right: 20px;
    bottom: 100px;
}
.addreduce ul {
    background-color: #fff;
}
.addreduce ul li span svg path{
    fill: #999999;
}
.map-weather li{
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
}
.map-weather li:hover {
    background-color: #cfede9;
}
#satellite a{
    border: 1px solid #ffff;
    border-radius: 8px;
}
.result_item{
    position: absolute;
    z-index: 9;
    width: max-content;
    border-top: 0;
    top: 0;
    left: 0;
}
.result_b_i{
    background: rgba(255, 255, 255, .5);
    width: max-content;
    margin: 0 5px;
    padding: 6px;
    color: #fff;
    font-size: 12px;
}
.hide_left .result_item{
    left: 555px;
    top: 10px;
}
.hide_left .direction_box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 520px;
    background: #fff;
}
.hide_left .result_maps{
    width: 100% !important;
    margin-left: 0 !important;
}
.result_b_i img, .result_b_i svg{
    width: 32px;
    height: 32px;
}
#satellite a.active::after {
    content: '✔'; 
    color: green; 
    font-size: 18px; 
    position: absolute;
    top: 2px;
    right: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
}
#ads_divs{
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 99;
}
#ads_divs_left{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    left: 0;
    width: 565px;
    text-align: center;
}
/* .result_box{
    height: calc(100% - 290px);
} */







#map {
    flex-grow: 1;
    position: relative;
    width: 100%;
    left: 0;
}
.ads_left_s {
    /* margin-bottom: 10px; */
    text-align: center;
    /* border-bottom: 1px solid #d2d2d2; */
    padding-top: 10px;
}
.maps-btns {
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 83px;
    top: initial;
}
.addreduce {
    position: unset;
}
.hotel_box{
    display: none !important;
}
.mapboxgl-popup-content{
    background-color: #fff !important;
}
.near_box{
    flex-direction: column;
}
.ads_bottom_b{
    position: fixed;
    z-index: 999999;
    bottom: 20px;
    left: 0;
}
.search_box{
    padding-top: 0;
}
.go_back{
    top: 1px;
}
@media (max-width:1550px) {
    .hide_left .result_item{
        left: 430px;
    }
    .result_box,.search_box{
        width: 430px;
    }
    .result_box{
        padding-left: 2px;
    }
    .result_maps{
        width: calc(100% - 430px) !important;
        margin-left: 430px !important;
    }
    .hide_left .direction_box{
        max-width: 430px;
    }
    #search_ipt, #search_ipt_sug{
        width: 420px;
    }
}
@media (max-width: 768px) {
    .near_box{
       display: flex;
       justify-content: start;
       position: absolute;
       flex-direction: row;
       bottom: 10px;
       left: 0;
       background-color: #fff;
       overflow-x: auto;
       overflow-y: hidden;
       height: 120px;
       z-index: 999;
       align-items: center;
       width: 100%;
       -webkit-overflow-scrolling: touch;
       scrollbar-width: none;
       -ms-overflow-style: none;
       display: none;
    }
    .item_title{
        font-size: 15px;
    }
    .search_des .as_des:nth-child(3),.search_des .as_des:nth-child(1){
        display: none;
    }
    .loading_near{
        background: rgba(0, 0, 0, .3);
        z-index: 999999;
    }
    .pagination_box{
        display: none !important;
    }
    .near_box::-webkit-scrollbar {
        display: none;
    }
    .search_item{
        width: 260px;
        margin-right: 10px;
        flex-shrink: 0;
        margin-bottom: 0 !important;
        margin-top: 5px;
        height: 110px;
    }
    .mapfoot{
        z-index: 999999;
    }
  
    .result_box,.search_box,#search_ipt, #search_ipt_sug,.search_content{
        width: 100%;
    }
    .left_hide{
        display: none !important;
    }
    #map{
        position: relative !important;
        width: 100%;
        height: 120px;
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }
    #map::after{
        background-color: transparent;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9999;
    }
    .result_box{
        padding: 0;
    }

    .fd_maps{
        display: none;
    }
    .search_box{
        padding: 12px 0;
    }
    #fa_btnm{
        z-index: 99999;
        position: absolute;
        right: 0;
        top:0;
        display: none;
        background-color: rgba(255,255,255,.8);
    }
    .into_mps{
        height: 100vh !important;
        position: fixed !important;
        z-index: 999;
        top: 0px !important;
    }
    .into_mps::after{
        content: "";
        display: none;
    }
    .into_ads{
        position: fixed;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .ads_divs_m{
        text-align: center;
    }
    .mb_map_os{
        display: none;
        padding: 0 15px 15px 15px;
        margin-top: 10px;
        border-top: 1px solid #d2d2d2;
        padding-top: 10px;
    }
}

/* 分类按钮条样式 */
.earth-category-bar {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.95);
  border-radius: 32px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin: 16px auto;
  width: fit-content;
  max-width: 98vw;
  overflow-x: auto;
  z-index: 10;
}
.earth-category-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  padding: 0px 6px 0px 6px;
  font-size: 15px;
  color: #222;
  white-space: nowrap;
  cursor: pointer;
  transition: box-shadow 0.2s, background 0.2s;
  border: 1px solid #f0f0f0;
  margin-left: 5px;
}
.earth-category-item svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  background: #f7f7f7;
  object-fit: cover;
}
.earth-category-item span {
  font-weight: 500;
  font-size: 12px;
}
.earth-category-item:hover, .earth-category-item.active {
  background: #e6f0ff;
  box-shadow: 0 2px 8px rgba(66,133,244,0.10);
  color: #186fed;
}
.moblie_result_btn{
    position: relative;
    overflow-y: auto;
    justify-content: start;
    margin-top: 10px;
    z-index: 9999 !important;
}
.search_item {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
}
.item_content {
    display: flex;
    justify-content: space-between;
}
.item_c_text {
    width: 100%;
}
.item_title {
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    color: #180ea4;
    margin-bottom: 3px;
    word-break: break-word;
    margin-bottom: 5px;
    display: inline-block;
}
.search_des {
    color: #474747;
    font-size: 13px;
    line-height: 18px;
}
.search_des span {
    margin: 4px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
.next_page,.prev_page{
    display: block !important;
    padding: 10px !important;
}
.pagination_box {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    display: none;
}

.page_btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page_btns button {
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.2s;
}

.page_btns button:hover:not([disabled]) {
    background: #f5f5f5;
    border-color: #ccc;
}

.page_btns button[disabled] {
    background: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

.page_num {
    font-size: 14px;
    color: #666;
}
.item_content {
    display: flex
;
    justify-content: space-between;
}
.item_c_text {
    width: 100%;
}
.item_title {
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    color: #180ea4;
    margin-bottom: 3px;
    word-break: break-word;
    margin-bottom: 5px;
    display: inline-block;
    color: #333;
    font-size: 23px;
}
.search_des {
    color: #474747;
    font-size: 13px;
    line-height: 18px;
}
#as_des {
    border-bottom: 1px solid #dadce0;
    padding-bottom: 15px;
}
.search_des span {
    margin: 4px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
.btn_search {
    display: flex
;
    justify-content: space-between;
    width: 100%;
    margin: 15px auto 0;
    max-width: 400px;
}
.btn_search_item {
    display: flex
;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.btn_search_item a {
    border: 1px solid #1b6ef3;
    width: 36px;
    height: 35px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.btn_search_item span {
    font-size: 12px;
    color: #1a73e8;
    display: block;
    padding: 5px 0;
}
.view_p_title {
    color: #202124;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    line-height: 1.5em;
    padding-bottom: 20px;
    display: none;
    padding-top: 10px;
    border-top: 1px solid #dadce0;
}
.dl_c {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
}
.first_item {
    background-color: #1b6ef3;
}
.item_box1{
    padding: 10px;
    display: none;
}
.details_d {
    display: none;
}
.details_locaton, .details_op, .details_call, .details_code {
    margin-left: 20px;
    font-size: 14px;
    max-width: calc(100% - 44px);
}
.share_popup, .view_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
}
.share_popup_content, .view_popup_content {
    width: 100%;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.share-buttons {
    max-width: 500px;
    width: 98%;
    padding: 40px 10px;
    background-color: #fff;
    border-radius: 5px;
    display: flex
;
    margin: 0 auto;
    position: relative;
    justify-content: center;
}
.close_share_btn, .close_view_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.share-buttons a {
    margin-right: 10px;
    text-decoration: none;
    padding: 10px;
    color: white;
    border-radius: 5px;
}
.facebook { 
    background-color: #3b5998; 
}
.twitter { 
    background-color: #1da1f2; 
}
.google { 
    background-color: #db4437; 
}
.linkedin {
    background-color: #0077b5; 
}

.search_i {
    position: relative;
    display: flex;
    align-items: center;
    /* margin: 0 35px; */
    margin-bottom: 5px;
    /* background-color: #fff; */
    border-radius: 5px;
    padding: 0px 8px;
}
.dw_btn {
    /* position: absolute; */
    top: 8px;
    left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 25px;
    height: 25px;
}
#search_location {
    border: none;
    height: 35px;
    width: 100%;
    font-size: 12px;
    outline: none;
    color: #68980B;
    min-width: 330px;
    background-color: transparent;
}


.dw_btn svg path {
    fill: #68980B;
}
#search_location::placeholder{
    color: #68980B;
}
.search_i.active{
    background-color: #68980B;
}
.search_i.active #search_location{
    color: #68980B;
}
.search_i.active #search_location::placeholder{
    color: red;
}
.search_i.active .dw_btn svg path{
    fill: red;
}
.dw_btn:hover{
    cursor: pointer;
}
@media (max-width: 900px) {
  .earth-category-bar {
    gap: 10px;
    padding: 8px 4px;
    margin: 8px auto;
    border-radius: 20px;
  }
  .earth-category-item {
    padding: 4px 10px 4px 6px;
    font-size: 13px;
    border-radius: 16px;
  }
  .earth-category-item img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
}
@media (max-width:500px) {
    
    .dw_btn svg,.dw_btn{
        width: 17px;
        height: 17px;
    }
    #search_location{
        height: 20px;
        font-size: 11px;
    }
    .search_i{
        z-index: 999999;
        background: #fff;
        margin-top: 5px;
        width: 98%;
        margin-left: 1%;
        position: relative;
        z-index: 99999999;
    }
    .place_search{
        padding: 0;
        position: relative;
        width: 98%;
        margin: 5px auto;
        z-index: 9999999;
    }
    .search_content{
        padding: 0;
    }
    #search_b, #search_b_sub,.list_l{
        top: 0 !important;
        background-color: #fff;
    }
    #search_b svg path{
        fill: #000;
    }
    .qk_ipt{
        top: 14px;
    }
}