 

 
.search_form{
    width: 883px;
    height: 56px;
    box-shadow: 0 0 20px 0 #00000005;
    border-radius: 68px;
    padding-left: 26px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    margin: auto;
    margin-top: 31px;
    margin-bottom: 36px;
}

.search_form img{
    width: 20px;
    height: 20px;
    margin-right: 16px;
}
.search_form input{
    outline: none;
    border: none;
    flex: 1; 
    height: 50px;
    font-size: 16px;
    color: #333;
}
.search_form input::placeholder{
    color: #999;
}
.search_form .btn{
    border:none;
    color: white;
    width: 126px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 36px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 12px;
    background:  linear-gradient(139deg, #FF8A00 14.72%, #F60 76.61%);
}






/*  顶部 */ 
.top_back{  
    background-image: none; 
    height: fit-content; 
    width: 100%; 
    /* margin-bottom: 30px; */
}
.top_menu{
    color: #333;  
    background-color: #ffffff;
}
.top_menu a{
    color: #333;
}
 
.top_menu .center ul{
    display: flex;
}
 
.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(199, 199, 199, 0.7);
    padding: 4px 14px;
    display: flex;
    align-items: center;
    cursor: default;
    color: #585858;
}
.top_menu .city_menu img{
    width: 12px;
    height: 12px;
    margin-left: 8px;
}

  








.main_part{
    flex: 1; 
    /* background-color: rgb(228, 228, 228); */
    margin: auto;
    /* margin-top: 20px; */
    margin-bottom: 40px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}


/* 左边 */
.main_part .left_content{
    height: fit-content;
    width: 160px;
    border-radius: 12px;
    overflow: hidden;
    position: sticky !important;
    top: 0;
    background-color: rgb(255, 228, 232);
}


/* 、右边 */
.main_part .right_content{
    width: 1017px;
    background-color: rgb(255, 255, 255);
    padding-bottom: 500px;
    border-radius: 12px;
    padding: 0 32px;
    margin-bottom: 200px;
}

 
 
.top_tips{
    width: 160px;
    height: 60px;
    line-height: 60px !important;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    flex-shrink: 0;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(119deg, #FFC096 13.63%, #FF7A22 86.85%);
}
.first_menu_ul{
    background-color: #ffffff;
}

 
li[class^="classid_"]{
    position: relative;
    padding: 0 30px;
    padding-right: 0;
    white-space: nowrap;
    display: block;
    height: 50px; 
    line-height: 50px !important;
    font-size: 16px;
    color: #555;  
    
}

li[class^="classid_"].active{ 
    color: #f60; 
    background-color: #fff5ee;
}

li[class^="classid_"].active .active_bar{ 
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border-radius: 5px;
    width: 4px;
    height: 18px;
    background:  linear-gradient(139deg, #FAAA10 14.72%, #FF7200 76.61%);
}



.right_content .part_outer{
    /* min-height: 500px; */
}
.part_title{
    padding: 30px 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 28px;
}
 
.icon_group.fenlei {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.icon_group.fenlei .icon_item_a{
    /* background-color: pink; */
    font-size: 16px;
    margin-right: 9px;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 95px;
}
.icon_group.fenlei .icon_item_a:nth-child(9n){
    margin-right: 0;
}
.icon_group.fenlei .icon_item_a img{
    width: 54px;
    height: 54px;
    /* background-color: grey; */
    margin-bottom: 10px;

}