
.search_form{
    width: 833px;
    height: 56px;
    /* box-shadow: 0 0 20px 0 #00000005; */
    border: 1px solid #FF6600;
    border-radius: 68px;
    padding-left: 26px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    /* margin: auto; */
    margin-left: 60px;
    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_search{
    margin: auto;
    width: 1200px;
    height: 110px;
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(169deg, #fff0e8 20px, #fff 50%);
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
}

.search_near {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 600; 
    overflow: hidden;
    position: relative;
    padding-left: 121px;
}
.search_near img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px; 
}


.main_part{
    flex: 1; 
    /* background-color: rgb(255, 220, 220); */
    margin: auto; 
    margin-bottom: 40px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.main_left{
    width: 873px;
    /* background-color: rgb(215, 247, 194); */
}
.main_right{
    width: 303px;
    /* background-color: rgb(195, 226, 255);  */
}

.shaixuan{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.shaixuan .sx_select{
    height: 48px;
    min-width: 180px; 
    margin-right: 16px; 
    border-radius: 8px;
    color: #666; 
    position: relative;

}
.sx_select .action_btn{
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 4px 20px;
    height: 48px;
    display: flex;
    min-width: 180px;
    align-items: center;
    justify-content: space-between;

}
.shaixuan .sx_select .arrow{
    width: 12px;
    height: 12px;
    margin-left: 10px;
}


.area_select{
    position: absolute;
    width: 282px;
    height: 400px;
    left: unset;
    top: 48px;
    left: 0;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 #00000014;
    font-size: 15px;
    z-index: 1005;
}

.area_select .left_part{
    width: 105px;
    height:400px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f8f8f8;
}
.area_select .left_part .area_item{
  
}
.area_select .left_part .area_item .left{
     padding: 4px;
     padding-left: 24px;
     min-height: 44px; 
     width: 105px;
     display: flex;
     align-items: center;
     cursor: pointer;
}
.area_select .left_part .area_item.active .left{
   background-color: #fff;
   color: #f60;
   font-weight: 600;
   position: relative;
}
.area_select .left_part .area_item.active .left::before{
    content: "";
    width: 3px;
    height: 16px;
    position: absolute;
    left: 12px; 
    border-radius: 12px;
    background:var(--Linear, linear-gradient(139deg, #FAAA10 14.72%, #FF7200 76.61%));
 }
 .area_select .left_part .area_item.active .right{
    display: block;
 }
 
.area_select .left_part .area_item .right{
    position: absolute;
    left: 105px;
    top: 0;
    width: 177px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 20px;
    display: none;
}
 
.area_select .left_part .area_item .right .area_list a{
    display: block;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 4px 0;
    color: #444;
    font-size: 14px;
}


.leixing_select{
    position: absolute;
    width: 482px;
    /* min-height: 468px; */
    left: unset;
    top: 48px;
    left: 0;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 #00000014;
    font-size: 15px;
    display: flex; 
    flex-wrap: wrap;
    padding: 24px;
    z-index: 1005;
}
.leixing_select a{ 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 12px;
    width: 130px;
    min-height: 40px;
    padding: 4px 10px;
    margin-right: 16px;
    background-color: #f7f7f7;
    color: #444;
    border-radius: 8px;
    
}

.leixing_select a:hover{
    color: #f60 !important;
}
.leixing_select a:nth-child(3n){
    margin-right: 0;
}

.leixing_select a.active{
    background-color: #fff2ea;
    color: #f60;
}



/* 搜索列表 */
.result_list{
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
}
