﻿div,span,a,ul,li{
    box-sizing:border-box;
    margin:0;
    padding:0;
}
a, a:focus, a:hover {
    text-decoration: none;
}
ul,li{
    list-style:none;
}
.showToast{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:99;
    display:flex;
    align-items:center;
    justify-content:center;
}
.showToast_title {
    background: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 5px;
    padding: 1rem;
    padding: 0.5rem 1.5rem;
    font-size: 1.4rem;
}
.bangWo_header {
    height: 5rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    z-index: 9;
    background: rgba(0,174,102,0);
}
.bangwo_header_return{
    color:#fff;
    font-size:3rem;
}
.bangwo_header_return:focus{
    color:#fff;
}
.header_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    opacity: 0;
}

.bangWo_step_main {
    height: 100vh;
    position: relative;
    overflow: auto;
    padding-bottom: 6rem;
    display: none;
}
.bangWo_main_top {
    position: relative;
}
.bangWo_main_top img {
    width: 100%;
}
.main_top_center{
    display:flex;
    flex-direction:column;
    position:absolute;
    left:2rem;
    top:50%;
    transform:translateY(-50%);
}
.main_top_center h2 {
    color:#fff;
    margin:0;
    font-size:1.8rem;
    font-weight:bold;
}
.main_top_center h3{
    color:#fff;
    font-size:1.3rem;
    margin:0;
}
.main_top_step{
    padding:1rem 2rem;
    display:flex;
    justify-content:space-between;
    position:absolute;
    left:0;
    width:100%;
    bottom:0;
}
.main_top_step span{
    color:#fff;
    font-size:1.2rem;
    font-weight:bold;
}
.bangWo_main_body{
    padding:2rem;
}
.bangWo_step_btn_main{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#fff;
    padding:1rem 2rem;
    z-index:999;
}
.bangWo_step_btn{
    background:#00ae66;
    color:#fff;
    font-size:1.5rem;
    font-weight:bold;
    border-radius:5px;
    text-align:center;
    padding:1rem 0;
}
.main_body_title{
    margin:0;
    font-size:1.8rem;
    font-weight:bold;
}
.select_house_type{
    display:flex;
    justify-content:space-between;
    margin:1.5rem 0;
}
.house_type_item {
    width: 48%;
    border-radius: 5px;
    border: solid 1px #e3e3e3;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:1rem;
}
.house_type_item.active{
    border-color:#000;
}
.house_type_info {
    display: flex;
    flex-direction: column;
}
.house_type_info h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.house_type_info span {
    font-size: 1.3rem;
}
.house_type_icon{

}
.buy_house_model, .zu_house_model {
    display: none;
}
.model_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.check_buy_house{
    display:flex;
}
.check_buy_item{
    font-size:1.2rem;
    color:#999;
    padding:0.2rem 0.5rem;
    border-radius:20px;
}
.check_buy_item.active{
    border:solid 0.5px #e3e3e3;
    color:#000;
}
.select_money_main{
    margin:2rem 0;
}
.select_house_number{
    display:flex;
    justify-content:space-between;
    margin-top:1.5rem;
}
.hosue_number_item {
    width: 48%;
    font-size: 1.3rem;
    padding: 1rem 0;
    text-align: center;
    border-radius: 5px;
    color: #000;
    border:solid 1px #fff;
}
.hosue_number_item.active{
    border:solid 1px #000;
}

.irs--flat .irs-bar, .irs--flat .irs-handle > i:first-child, .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #00ae66;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: #00ae66;
}
.irs--flat .irs-handle > i:first-child {
    width: 5px;
}

.other_need {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    border: solid 1px #e2e2e2;
    margin: 1rem 0;
    outline: none;
    padding: 0.5rem;
}
.need_keyword{
    display:flex;
    justify-content:space-between;
}

.select_item_list {
    display: flex;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}
.select_item{
    border:solid 2px #fff;
    border-radius:3px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1rem;
    width:5.5rem;
    height:3rem;
    margin-right:1rem;
    margin-bottom:1rem;
    background:#f8f8f9;
    border-radius:5px;
}
.select_item:nth-of-type(4n){
    margin-right:0;
}
.select_item.active {
    border: solid 2px #000;
}
.select_address_main, .select_address_main2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    border-radius: 5px;
    border: solid 1px #e3e3e3;
    margin-top: 1rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    color: #000;
    position: relative;
    margin-bottom:2rem;
}
.select_address_left{
    font-size:1.3rem;
}
.select_main {
    position: absolute;
    left: 0;
    top: calc(4rem - 1px);
    width: 100%;
    background: #fff;
    margin-bottom: 7rem;
    display:none;
    z-index:2;
}
.quyu_main {
    height: 18rem;
    border: solid 1px #e3e3e3;
    padding:1rem;
    border-bottom:none;
}
.select_main_footer {
    padding: 1rem;
    border-top:solid 1px;
    border: solid 1px #e3e3e3;
}
.select_main_footer_makes{
    display:flex;
    justify-content:space-between;
}
.select_makes_btn{
    width:48%;
    padding:0.8rem 0;
    border-radius:5px;
    background:red;
    text-align:center;
    font-size:1.4rem;
}
.clear_select_address{
    background:#f8f8f9;
    color:#999;
}
.confirm_select_address{
    color:#fff;
    background:#00ae66;
}
.selected_list{
    display:flex;
    padding-bottom:1rem;
}
.selected_title{
    font-size:1.3rem;
    font-weight:bold;
    margin-right:1rem;
    margin-top:0.6rem;
}
.selected_list_main{
    display:flex;
    flex-wrap:wrap;
    margin-right:-1rem;
    width:calc(100% - 4rem);
}
.selected_item{
    display:flex;
    align-items:center;
    border:solid 1px #e2e2e2;
    border-radius:20px;
    font-size:1.2rem;
    margin-right:1rem;
    font-weight:bold;
    padding:0.6rem 0.8rem;
    margin-bottom:1rem;
}
.delete_selected_item{

}
.buy_item,.zu_item{
    display:none;
}


.lists_area.active {
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: translate3d(0,0,0);
    opacity: 1;
    z-index: 2;
}
.area_list {
    height: 100%;
    display: flex;
    background: #fff;
    overflow: auto;
    width: 100%;
}
.filter_item .nav {
    overflow-y: auto;
    overflow-x: hidden;
    border-right: none !important;
    padding-left: 0 !important;
    flex: 1;
}
.filter_item li {
    line-height: 3.125rem;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.3rem;
}
.filter_item .li a {
    line-height: 2.5rem;
    text-align: center;
    display: block;
    color: #394043;
}
.filter_item li.active a {
    color: #00AE66;
}
.filter_item .guide, .filter_item .cont {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: none !important;
}

.contact_item{
    display:flex;
    align-items:center;
    width:100%;
    height:5rem;
    border-bottom:solid 1px #f8f8f8;
    position:relative;
}
.contact_item_input{
    width:100%;
    height:100%;
    border:none;
    outline:none;
    font-size:1.4rem;
}
.get_yzm{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    font-size:1.4rem;
    height:100%;
    display:flex;
    align-items:center;
}
.server_tip{
    font-size:1rem;
    color:#999;
    text-align:center;
    margin-bottom:1rem;
}