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: #555;
    cursor: pointer;
    font-size: 16px;
}
.crumbs a{
    color: #555;
} 
.crumbs a:hover{
    color: #ff8e25;
} 



/* 滚动条 */
.my_scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
} 
.my_scroll::-webkit-scrollbar-track-piece {
    background-color: rgb(17, 16, 16);
    background-color: white;
    -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 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:hover{
    color: #ff8c20; 
}




/*  顶部 */ 
.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%;
}
.top_menu{
    color: #fff;
    width: 100%;
    margin: auto;
    height:54px;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.12);
}
.top_menu a{
    color: #fff;
}

.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.active{
    font-weight: 600;
    color: #FF8535;
}
.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 rgba(255,255,255,0.7);
    padding: 4px 14px;
    display: flex;
    align-items: center;
    cursor: default;
}
.top_menu .city_menu img{
    width: 12px;
    height: 12px;
    margin-left: 8px;
}





.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;
    background-color: #f8f8f8;
    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;
}

.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;
}
.header .header-right{
    display: none;
}
