.search_top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: start;
}
.search_top>div{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.search_top>div>a{
    width: 150px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 0;
    border: 0;
    margin-right: 10px;
    background-color: #D51938;
}
.search_title{
    font-size: 16px;
    color: #666;
    line-height: 37px;
    height: 37px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 150px;
    text-align: center;
    border-bottom: none;
}
.search_items{
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px;
}
.search_item2{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
}
.search_item2_part1{
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
.search_item2_part1>span{
    color: #666;
    font-size: 14px;
    width: 3%;
}
.search_item_list2{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background: #fffaf6;
    border: 1px solid #ff9d97;
    padding: 10px;
}
.search_item_list2>a{
    color: #333;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    margin-right: 14px;
}
.search_item_list2>a.on{
    color: #d51938 !important;
    font-weight: bolder;
}
.search_item{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
}
.search_item:not(:last-child){
    border-bottom: 1px dashed #ddd;
}
.search_item>span{
    color: #666;
    font-size: 14px;
    width: 3%;
}
.search_item_list{
    width: 97%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.search_item_list>a{
    color: #666;
    font-size: 14px;
    padding: 0 7px;
    margin-bottom: 7px;
}
.search_item_list>a.on{
    color: #d51938 !important;
    font-weight: bolder;
}
.search_item_list>a:first-child{
    color: #999;
}
.container{
    padding-bottom: 20px;
}
.esf_list{
    box-sizing: border-box;
    padding: 20px 0;
}
.esf_item{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}
.esf_item:not(:last-child){
    margin-bottom: 20px;
}
.esf_item_left{
    width: 20%;
    position: relative;
}
.esf_item_left>span{
    position:absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    background: linear-gradient(to right, #ef8732, #f56229);
    color: #ffffff;
    padding: 3px 5px;
}
.esf_item_left>img{
    width: 100%;
    object-fit: cover;
    height: 150px;
    border: 1px solid #DDD;
    box-sizing: border-box;
}
.esf_item_left>div{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 2px 5px;
}
.esf_item_left>div>img{
    width: 20px;
    margin-right: 2px;
}
.esf_item_right{
    width: 78%;
}
.esf_item_right>a:first-child{
    font-size: 20px;
    color: #333;
}
.esf_item_right_mid{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.esf_item_right_mid_left{
    width: 60%;
}
.esf_item_right_mid_left>p:nth-child(1){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.esf_item_right_mid_left>p:nth-child(1)>span:not(:last-child){
    border-right: 1px solid #333;
    padding-right: 10px;
    margin-right: 10px;
}
.esf_item_right_mid_left>p:nth-child(2){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.esf_item_right_mid_left>p:nth-child(2)>span:not(:last-child){
    border-right: 1px solid #333;
    padding-right: 10px;
    margin-right: 10px;
}
.esf_item_right_mid_left>p:nth-child(2)>span:last-child{
    position: relative;
    color: #999;
    padding-left: 15px;
}
.esf_item_right_mid_left>p:nth-child(2)>span:last-child::before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    height: 14px;
    width: 14px;
    background: url("../img/icon_addres.png") no-repeat center/100% 100%;
}
.esf_item_right_mid_left>p:nth-child(3){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.esf_item_right_mid_right{
    width: 15%;
}
.esf_item_right_mid_right>p:nth-child(1){
    color: #dd0f1f;
    font-size: 26px;

}
.esf_item_right_mid_right>p:nth-child(1)>span{
    color: #333 !important;
    font-size: 14px !important;
    padding-left: 5px
}
.esf_item_right_mid_right>p:nth-child(2){
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}
.esf_item_right_mid_mid{
    width: 15%;
}
.esf_item_right_mid_mid>p:nth-child(1){
    color: #333;
    font-size: 18px;

}
.esf_item_right_mid_mid>p:nth-child(2){
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}
.esf_item_needs{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.esf_item_needs>a{
    font-size: 12px;
    border: 1px solid #8db78d !important;
    color: #8db78d !important;
    padding: 0 5px;
    margin-right: 10px;
    background-color: #fff;
    height: 21px;
    line-height: 21px;
    margin-bottom: 5px;
}
.esf_item_needs>a:nth-child(2n+2){
    border: 1px solid #ff9d97 !important;
    color: #ff9d97 !important;
}
.esf_item_needs>a:nth-child(3n+3){
    border: 1px solid #7d9acc !important;
    color: #7d9acc !important;
}
.fang_info_title{
    font-size: 26px;
    line-height: 38px;
    color: #333;
    margin-bottom: 10px;
}
.fang_info_subtitle{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}
.fang_info_subtitle>span{
    margin-right: 14px;
}
.fang_info_top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.fang_info_top_left{
    width: 45%;
    margin: 0;
}
.fang_info_top_left .swiper-slide>img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.fang_info_top_right{
    width: 52%;
}
.fang_info_top_right_info1{
    padding-bottom: 10px ;
    border-bottom: 1px solid #f3f3f3;
}
.fang_info_top_right_info1>div:first-child{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.fang_info_top_right_info1>div:first-child>p{
    color: #666;
    font-size: 20px;
}
.fang_info_top_right_info1>div:first-child>p>span{
    font-size: 46px;
    color: #d51938;
    font-weight: bold;
}
.fang_info_top_right_info1>div:first-child>a{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
    color: #999;
}
.fang_info_top_right_info1>div:first-child>a>img{
    width: 20px;
}
.fang_info_top_right_info2{
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.fang_info_top_right_info2>div{
    width: 20%;
    margin-right: 3%;
}
.fang_info_top_right_info2>div>p:first-child{
    font-size: 18px;
    color: #000;
}
.fang_info_top_right_info2>div>p:nth-child(2){
    margin-top: 15px;
    font-size: 14px;
    color: #999;
}
.fang_info_top_right_info3{
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
}
.fang_info_top_right_info3>div{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.fang_info_top_right_info3>div>p{
    color: #666;
    font-size: 13px;
    line-height: 30px;
    margin-right: 14px;
}
.fang_info_top_right_info3>div>p>span{
    color: #333;
    font-size: 14px;
}
.fang_info_top_right_info4s{
    padding-top: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.fang_info_top_right_info4_right{
    display: flex;
    display: -webkit-flex;
    align-items: start;
}
.fang_info_top_right_info4_right>a{
    width: 60px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.fang_info_top_right_info4_right>a>img{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 5px;
}
.fang_info_top_right_info4_right>a>span {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 12px;
}
.fang_info_top_right_info4{
}
.fang_info_top_right_info4>p:first-child{
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}
.fang_info_top_right_info4_shop{
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
}
.fang_info_top_right_info4_shop>span{
    color: #333;
    font-size: 14px;
}
.fang_info_top_right_info4_phone{
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    color: #d51938;
    font-size: 24px;
}
.fang_info_top_right_info4_phone::before{
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 28px;
    height: 28px;
    background: url("../img/icon_phone.png") no-repeat center/100% 100%;
}
.fang_info_top_right_info4>p:last-child{
    color: #999;
    font-size: 14px;
}
.fang_info_mid{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 20px;
}
.fang_info_mid_left{
    width: 75%;
}
.fang_info_mid_right{
    width: 22%;
}
.fang_info_mid_tab{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    border-left: 1px solid #dfdfdf;
}
.fang_info_mid_tab>a{
    width: 25%;
    text-align: center;
    border-top: 1px solid #dfdfdf;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    color: #3b3a49;
    box-sizing: border-box;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.fang_info_mid_tab>a.on{
    border-top:2px solid #d51938;
    color: #d51938;
    font-weight: bold;
    border-bottom: none;
}
.fang_info_mid_tab_des>div{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 15px;
}
.fang_info_mid_tab_des>div>div:first-child{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 10%;
    box-sizing: border-box;
    padding-left:5px;
}
.fang_info_mid_tab_des>div>div:first-child>img{
    width: 16px;
}
.fang_info_mid_tab_des>div>div:first-child>p{
    font-size: 16px;
    color: #666;
    margin-left:5px;
}
.fang_info_mid_tab_des>div>div:last-child{
    width: 87%;
    line-height: 24px;
    font-size: 16px;
    color: #333;
}
.fang_info_mid_tab_pic{
    padding-top: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: start;
    flex-wrap: wrap;
}
.fang_info_mid_tab_pic>a{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
}
.fang_info_mid_tab_pic>a:nth-child(2n+2){
    margin-right: 0;
}
.fang_info_mid_tab_pic>a>img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.fang_info_mid_right>div:first-child{
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    color: #3b3a49;
    border-bottom: 1px solid #dfdfdf;
}
.fang_info_mid_right>div:nth-child(2)>a{
    display: block;
    margin-top: 15px;
}
.fang_info_mid_right>div:nth-child(2)>a>img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.fang_info_mid_right>div:nth-child(2)>a>div{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.fang_info_mid_right>div:nth-child(2)>a>div>p{
    font-size: 14px;
    color: #666;
    height: 38px;
    line-height: 38px;
}
.fang_info_mid_right>div:nth-child(2)>a>div>p:last-child>span{
    color: #d51938;
}
.search_top_part{
    background-color: #f9f9f9;
    width: 100%;
    padding: 15px 0;
}
.search_top_part_left{
    width: 1200px;
    margin: 0 auto;
}
.search_top_part_left_search{
    width: 400px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.search_top_part_left_search>input{
    width: 75%;
    border: none;
    padding-left: 16px;
    box-sizing: border-box;
    outline:none;
    font-size: 16px;
    height: 40px;
}
.search_top_part_left_search>a{
    width: 25%;
    line-height: 50px;
    background:#D51938;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    outline:none;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
}
.wlist_item{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 20px;
    border-bottom: 1px dotted #dfdfdf;
}
.wlist_item:not(:first-child){
    padding-top: 20px;
}
.wlist_item_left{
    width: 12%;
}
.wlist_item_left>img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.wlist_item_mid{
    width: 20%;
}
.wlist_item_mid>a:first-child{
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color:#333;
    display: block;
}
.wlist_item_mid>p{
    height: 28px;
    line-height:28px;
    color: #333;
    font-size: 14px;
}
.wlist_item_mid>p>span{
    color: #666;
}
.wlist_item_mid>p>b{
    color: #d51938;
}
.wlist_item_mid>a:last-child{
    color: #d51938;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
.wlist_item_right{
    width: 65%;
    display: flex;
    display: -webkit-flex;
    align-items: start;
}
.wlist_item_right>a{
    width: 150px;
    margin-right: 10px;
}
.wlist_item_right>a>img:first-child{
    display: block;
    width: 100%;
    height:110px;
    object-fit: cover;
    box-sizing: border-box;
    border: 1px solid  #dfdfdf;
}
.wlist_item_right>a>p:nth-child(2){
    height: 24px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
}
.wlist_item_right>a>div:nth-child(3){
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    height: 24px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
}
.wlist_item_right>a>p:nth-child(4){
    height: 24px;
    line-height: 24px;
    color: #d51938;
    font-size: 14px;
}
.winfo{
    display: flex;
    display: -webkit-flex;
    align-items: start;
    padding-bottom: 20px;
}
.winfo_left{
    width: 12%;
    margin-right: 15px;
}
.winfo_left>img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.winfo_mid>a:first-child{
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color:#333;
    display: block;
}
.winfo_mid>p{
    height: 28px;
    line-height:28px;
    color: #333;
    font-size: 14px;
}
.winfo_mid>p>span{
    color: #666;
}
.winfo_mid>p>b{
    color: #d51938;
}
.estate_list{
    padding-top: 20px;
}
.estate_item{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}
.estate_item:not(:last-child){
    margin-bottom: 20px;
}
.estate_item_left{
    width: 20%;
    position: relative;
}
.estate_item_left>img{
    width: 100%;
    object-fit: cover;
    height: 150px;
}
.estate_item_right{
    width: 78%;
}
.estate_item_right>a:first-child{
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color:#333;
    display: block;
}
.estate_item_right>p{
    height: 28px;
    line-height:28px;
    color: #333;
    font-size: 14px;
}
.estate_item_right>p>span{
    color: #666;
}
.estate_item_right>p>b{
    color: #d51938;
}