body{
    margin: 0;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Microsoft YaHei";
    background-color: #f8f8f8;
    font-size: 16px;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: unset !important;
}

.crumbs{
    width: 1200px;
    margin:auto;
    margin-top: 20px;
    color: #444;
    cursor: pointer;
    font-size: 16px;
}
.crumbs a{
    color: #444;
} 
.crumbs a:hover{
    color: #FF6600;
} 



/* 滚动条 */
.my_scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
} 
.my_scroll::-webkit-scrollbar-track-piece {
     background-color: rgb(255, 255, 255);
    -webkit-border-radius: 6px;
}


.my_scroll::-webkit-scrollbar-thumb:vertical {
    height: 5px; 
    background-color: #d6d6d6;
    -webkit-border-radius: 6px;
}
.my_scroll{
    overflow-y: scroll;
}
/* 滚动条 */

 
/* 本地宝头部 */
.header .header-content{
    width: 1200px;
}
.header-content ul li::marker{
    content: "";
}
.header-content ul li a{
    font-size: 16px !important;
}
.header-content a{
    font-size: 16px !important;
}
 
.bot-about {
    margin: auto; 
    text-align: center;
    color: #999;
    margin-top: 20px;
    padding: 20px 50px;
    text-align: center;
    color: #666;
    font-size: 14px; 
    width: 1200px; 
}

.wenzi {
    padding: 12px 0px 12px 0px;
    text-align: center;
    border-top: 1px solid #000000;
    border-top: 0px !important;
    line-height: normal;
    font-size: 14px !important;
}

.footer .notice {
    text-align: center;
    display: block; 
    margin-top: 15px;
    font-size: 14px !important;
}

.footer {
    margin-top: 0px !important;
    width: 100%;
    background-color: #666666;
    color: #999; 
}

.footer a {
    color: #999; 
    text-decoration: none;
    font-size: 14px;
}

a{
    text-decoration: none;
}


a:hover{
    color: #f60 !important; 
}




/*  顶部 */ 
.top_back{ 
    /* margin: auto; */
    /* background-image: url(" https://imgbdb4.bendibao.com/xcxbdb/20244/12/2024412090056_42853.png"); */
    /* background-position: center; */
    /* background-size: 1920px auto;  */
    /* height: 253px; */
    /* background-repeat: no-repeat;   */
    width: 100%;
    /* background-color: pink; */
}
.top_menu{
    color: #333;
    width: 100%;
    margin: auto;
    height:54px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255);
}
.top_menu a{
    color: #333;
}

.top_menu .center{
    margin: auto;  
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_menu .center ul{
    display: flex;
}
.top_menu .center ul li{
    margin-right: 30px; 
    display: flex;
    align-items: center;
    cursor: default;
}

.top_menu .center ul li a{
    line-height: 54px !important;
    height: 54px;
    display: block;
}
.menu_list a{

}

.top_menu .center ul li.active a{
    font-weight: 600;
    color: #F60 ;
}
.top_menu .center ul li img{
    margin-left: 8px;
    width: 12px;height: 12px;
}
 
.top_menu .city_menu{
    position: relative;
    border-radius: 6px;
    border: 1px solid   #dfdfdf;
    padding: 4px 14px;
    display: flex;
    align-items: center;
    cursor: default;
}
.top_menu .city_menu img.city_arrow{
    width: 12px;
    height: 12px;
    margin-left: 8px;
    margin-bottom: -2px;
}





.second_class .menu_list a{
    color: #444;
}

.select_btn{
    position: relative; 
    display: flex;
    align-items: baseline;
}
.banshi_zhinan_select{
    position: absolute;
    width: 801px;
    height: 504px;
    background-color: #fff;
    border-radius: 10px;
    top: 50px;
    left: 0px;
    z-index: 1005;
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
    text-align: left; 
    color: #444;
    overflow: hidden;
    box-shadow: 0 0 25px 0 #00000024;
    
}
.banshi_zhinan_select .left_part{
    height: 504px;
    overflow-y: auto;
    background-color: #f8f8f8;
    /* background-color: purple; */
}
.banshi_zhinan_select .banshi{
    width: 126px; 
}
.banshi .left{
    font-size: 15px;
    padding: 16px ;
    padding-left: 20px;
}

.banshi .right{
    display: none;
    position: absolute;
    left: 126px;
    top: 0; 
    overflow-y: auto;
    padding: 16px;
}
.banshi.active .right{
    display: block;
    width: 672px;
    height: 504px;
    background-color: #fff;
}


.banshi.active .left{
    background-color: #fff;
    color: #f60;
    font-weight: 600;
    position: relative;
}
.banshi.active .left::after{
    content: "";
    display: block;
    width: 4px;
    height: 16px;
    border-radius: 15px;
    background-color: #FF7200;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.banshi .right .second_class{ 
    display: flex;
    margin-bottom: 12px;
}
.banshi .right .second_class .label{ 
    white-space: nowrap;
    margin-right: 29px;
    font-size: 15px;
    font-weight: 600;
}
.banshi .right .second_class .menu_list{
    display: flex;
    flex-wrap: wrap;
}

.banshi .right .second_class .menu_list a{
    margin-right: 26px;
    margin-bottom: 18px;
    line-height: unset !important;
    height: fit-content;
}

.banshi .right .second_class .menu_list a:hover{
    color: rgb(253, 110, 15);
}



.menu_list a{
    color: #444;
}


.banshi_zhinan_select.city_select{
    width: 282px;
    height: 401px;
    left: unset;
    top: 42px;
    right: 0;
}

.city_select .left_part{
    width: 105px;
}
.city_select .banshi{
    width: 105px;
}
.city_select .banshi .right{
    width: 176px;
    left: 105px;
    /* background-color: pink; */
}

.city_select .banshi.active .right{
    height: 401px;
}

.banshi_zhinan_select.city_select .left_part{
    height: 401px;
}
.city_select .right .second_class .menu_list a{
    margin-right: 16px;
}





.no_data_box{
    min-height: 216px;
}
.no_data{
    margin: auto; 
    font-size: 14px;
    color: #888;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.no_data img{
    width: 220px;
}


.second_class {
    font-size: 15px;
}




.other_city{ 
    width: 1200px;
    margin: auto; 
}
.other_city_inner{
    border-radius: 12px;
    padding: 24px; 
    width: 874px;  
    background-color: #fff;
}
.city_title{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 22px;
}
.city_list{
    display: flex;
    flex-wrap: wrap;

}
.city_list li{
    margin-right: 58px;
    margin-bottom: 16px;
}

.select_btn{
    /* background-color: pink; */
    height: 54px;
    display: flex;
    align-items: center;
}
.select_btn img.zhinan_arrow{
    /* line-height: 70px; */
    margin-bottom: -3px;
}
.header .header-right{
    display: none;
}





.main_right .zixun{ 
    width: 303px;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 16px;
}

.main_right .zixun .zixun_title{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}

.main_right .zixun .zixun_title span{
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_right .zixun .zixun_title .more{
  color: #999;
  font-size: 14px;
}

.fuwu_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.fuwu_list a{
    display: block;
    margin-right: 12px;
    margin-bottom: 16px;
    color: #666; 
    width: 120px; 
    font-size: 14px;
}
.fuwu_list a:not([class="zhinan"]):nth-child(2n){
    margin-right: 0;
}


.fuwu_list.banshi_zhinan .zhinan{
    display: flex;	
    flex-direction: column;
    align-items: center; 
    margin-bottom: 20px;
    /* background-color: pink; */
    width: 80px;
    margin-right: 8px;
}
.fuwu_list .zhinan img{
    width: 46px;
    height: 46px;
    margin-bottom: 8px; 
}
.fuwu_list .zhinan .name{
    text-align: center;
    line-height: 20px;
    word-break: break-all;
}
.fuwu_list.banshi_zhinan .zhinan:nth-child(3n){
    margin-right: 0; 
} 


.banli_sousuo{
    border-radius: 12px; 
    border: 12px;
    overflow: hidden; 
}
.banli_sousuo .top{
    position: relative;
    color: white;
    padding-top: 16px;
    padding-left: 20px; 
    height: 70px; 
    background: linear-gradient(116deg, #FF8B3E 24.28%, #FFDAB8 105.17%);
  
}

.banli_sousuo .top img{
    position: absolute;
    width: 130px;
    height: 70px;
    right: 0;
    top: 0;
}
.banli_sousuo .top .white_bar {
    position: absolute;
    height: 26px;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 50px;
    border-radius: 12px 12px 0 0;

}

.list_word_outer{ 
    position: relative;
    background-color: #ffffff;
    padding: 0;
    /* padding-top: 12px; */
    /* padding-bottom: 10px; */
    border-radius:   12px ;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    transform: translateY(-20px);
}
.list_word_outer a{
    width: 33%;
    border: 1px dashed rgb(224, 224, 224);
    border-top: none; 
    text-align: center;
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 4px;
    color: #666;
} 
.list_word_outer a:nth-child(3n){
    border-right: none;
    border-left: none;
}
.list_word_outer a:nth-child(3n+1){
    border-left: none; 
}
.list_word_outer a:nth-child(3n-1){
    border-left: 0;
}
.list_word_outer a:nth-child(1){
    border-top: none;
}
 
.list_word_outer a:nth-child(2){
    border-top: none;
}
 
.list_word_outer a:nth-child(3){
    border-top: none;
}
 
.list_word_outer .bar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
}



.r_fuwu .fuwu_list .dot_a{
    display: flex;

}
.r_fuwu .fuwu_list .dot_a::before{
    content: "•";
    display: block;
    margin-right: 5px;
    color: #f60; 
}


.wangdian_card{
    position: relative;
    padding: 24px 30px; 
    /* transition: all 0.2s linear; */
    border-radius: 12px;
    display: block;
    color: #333;
}
.wangdian_card::after{
    content: "";
    display: block;
    background-color: rgb(238, 238, 238);
    width: 93%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%)
}
.wangdian_card:hover{
    box-shadow: 0 0 16px 0 #0000001a;
    
}

.wangdian_card:hover .wangdian_name{
  color: #333;
}
 
.result_list .wangdian_card:last-child::after{
    content: ""; 
    display: none;
}

.wangdian_card .wangdian_name{
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    line-height: 30px !important;
}
.wangdian_card .wangdian_name img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.wangdian_card .info_line .label{
    white-space: nowrap;
}
.wangdian_card .info_line{
    margin-bottom: 15px;
    font-size: 15px;
    color: #666;
    display: flex; 
    max-width: 700px;
    line-height: 25px !important;
}


.wangdian_card .info_line .daohang{
    background-color: #fff2ea;
    color: #f60;
    border-radius: 4px;
    padding: 3px 10px;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}
.wangdian_card .info_line .daohang img{
    width: 12px;
    height: 12px;
    margin-bottom: -1px;
}

/* .wangdian_card .tags{
    display: flex;
    flex-wrap: wrap;
} */
.wangdian_card .tags .tag{
    display: inline-block;
    background-color: #f7f7f7;
    font-size: 13px;
    color: #999;
    padding: 3px 10px;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 6px;
}
 
.page{
    height: 96px;
    border-top: 1px solid rgb(236, 236, 236);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    margin: 0 30px;
}
.paginator{
    display: flex;
}
.paginator li::marker{
    display: none;
    content: "";
}
.paginator li span{
    min-width: 32px;
    padding: 0 5px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    margin: 0 5px;
    color: #999;
}
.paginator li a{
    min-width: 32px;
    padding: 0 5px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    margin: 0 5px;
    color: #666;
}
.paginator li.current{
    min-width: 32px;
    padding: 0 4px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px; 
    margin: 0 5px;
    color: #f60;
    border: 1px solid #f60;
}





