﻿.Form{
    padding-top:9rem;
}
.Form_Zu {
    padding-top: 6rem;
}
body,html{
    background-color:#f7f7f7;
}
.HouseDetails .lyear-layout-header {
    font-size: 2.2rem;
}
.form_action_btn {
    border-radius: 5px;
    width: 5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}
.form_cancel_btn {
    color: #fff;
    border: solid 1px #fff;
}
.form_submit_btn {
    color: #34495e !important;
    background: #fff;
}

.form_user_info{
    background:#fff;
    border-bottom:solid 1px #f2f2f2;
    padding:1rem 2rem 0rem;
    margin-bottom:0.5rem;
}
.form_info_main {
    background: #fff;
    border-bottom: solid 1px #f2f2f2;
    border-top: solid 1px #f2f2f2;
    padding: 0rem 2rem;
    margin: 1rem 0rem 1rem 0rem;
}
.form_info_main:last-child{
    margin-bottom:0;
}
.form_sex {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: gray;
}
.form_user_item {
    height: 5rem;
    border-top: solid 1px #f2f2f2;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.user_item_title {
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    width: 11rem;
    display: flex;
    line-height: 1.6rem;
}
.form_select_value {
    display: flex;
    line-height: 1.6rem;
}
.user_item_ipt {
    height: 100%;
    border: none;
    outline: none;
    width: calc(100% - 10rem);
    font-size: 1.8rem;
    background: #fff;
}
.form_item_select {
    display: flex;
    width: 8rem;
    margin-right: 2rem;
    justify-content:space-between;
    align-items:center;
}
.select_down_icon{
    width:10px;
    margin-right:1rem;
}
.add_form_item, .add_shangquan_item {
    justify-content: center;
    font-size: 1.8rem;
    color: #02b9ae;
}
.select_right_icon{
   width:1.3rem;
}
.form_select_item{
    display:flex;
    align-items:center;
    flex:1;
    justify-content:space-between;
    font-size:1.6rem;
    height:100%;
}
.select_two_main{
    display:flex;
    align-items:center;
    flex:1;
    height:100%;
    justify-content:space-between;
}
.select_two_item .select_down_icon {
    margin-left:1rem;
}
.select_two_item {
    display: flex;
    align-items: center;
    width: calc((100% - 3rem) / 2);
    justify-content:center;
    font-size:1.6rem;
    height:100%;
}
.select_tow_value{
    
}
.select_tow_hr {
    width: 1rem;
    height: 1px;
    background: #999;
    margin: 0 1rem;
}
.input_two_ipt{
    width:calc(100% - 3rem);
    border:none;
    outline:none;
    height:100%;
    font-size:1.6rem;
}
.ipt_unit{
    width:3rem;
    font-size:1.4rem;
}
.form_match_main{
    min-height:5rem;
    height:auto;
    align-items:flex-start;
    padding:1.2rem 0;
}
.form_match_list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.form_match_item{
    border-radius:5px;
    border:solid 1px #999;
    color:#999;
    padding:0.3rem 0.8rem;
    margin-right:1rem;
    font-size:1.4rem;
    margin-bottom:0.5rem;
}
 .form_match_item.active {
    background: #02b9ae;
    color: #fff;
    border-color: #02b9ae;
}
.delete_contact {
    width: 2.5rem;
}
.delete_shangquan {
    width: 2.5rem;
}
.form_item_select + .user_item_ipt {
    width: calc(100% - 12rem);
}
.next_page_btn, .up_page_btn, .addBuyNeed, .deleteBuyNeed {
    background: #1ABC9C;
    height: 5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-top: 2rem;
}
.addBuyNeed {
    background: #1ABC9C;
}
    .up_page_btn {
        background: #faa64b;
    }
.deleteBuyNeed {
    background: white;
    color: #f96868 !important;
    margin-top: 0;
}
.showToast_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}
.showToastContent{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    border-radius:5px;
    padding:10px;
    font-size:1.6rem;
    text-align:center;
}
.danger {
    color: #f96868;
    font-size: 2rem;
    line-height: 2rem;
}
.HouseDetails .lyear-layout-header {
    height: 5rem;
}

.header_appbar{
    height:4rem;
    position:fixed;
    top:5rem;
    left:0;
    width:100%;
    display:flex;
    background:#fff;
    border-bottom:solid 1px #c1c1c1;
}
.appbar_item{
    width:calc(100% / 3);
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    border-right:solid 1px #c1c1c1;
    font-size:1.5rem;
}
.appbar_item:last-child{
    border-right:none;
}
.appbar_item.active {
    color:#fff;
    background: #02b9ae;
}

.select_city_ipt{
    height:100%;
    border:none;
    font-size:1.5rem;
    outline:none;
    flex:1;
}
.input_unit{
    font-size:1.5rem;
    font-weight:bold;
    white-space:nowrap;
}
.form_textarea{
    min-height:5rem;
    height:auto;
}
.form_textarea_text{
    height:10rem;
    padding:10px;
}


.area-larger-mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 10px;
    background-color: rgba(0,0,0,.4);
    display: none;
    z-index: 9000
}

.area-larger-main {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

.area-control {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 4%
}

    .area-control > div {
        float: left;
        font-size: 16px
    }

.cancel-area-control {
    width: 20%
}

.confirm-area-control {
    width: 20%;
    color: #1e83d3;
    text-align: right
}

.title-area-control {
    width: 52%;
    text-align: center
}

.area-main {
    position: relative
}

.area-list-scroll {
    width: 100%;
    height: 200px;
    overflow: hidden
}

    .area-list-scroll:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 40px;
        top: 80px;
        left: 0;
        border-top: #dcdcdc solid 1px;
        border-bottom: #dcdcdc solid 1px
    }

.area-item {
    z-index: 9010;
    width: 33.33333%;
    height: auto;
    float: left;
    margin-top: 80px;
    transform: translate3d(0px,0px,0px);
    transition-duration: 200ms;
    position: relative
}

    .area-item > div {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

        .area-item > div > div {
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 15px
        }

.area-list-scroll:before {
    pointer-events: none;
    content: '';
    z-index: 9011;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top,rgba(255,255,255,.6),rgba(255,255,255,0),rgba(255,255,255,.6))
}
.SubmitForm {
    height: 5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #f96868 !important;
}
.modal.in .modal-dialog {
    width: 60%;
}

.radio-Popup span {
    font-size: 1.5rem;
    line-height: 1.5;
}

.layui-form-switch {
    margin-top: 0;
}

.setup_textarea {
    width: 100%;
    height: 100px;
    border: none;
    padding: 1rem 0;
    box-sizing: border-box;
}

a, a:hover {
    text-decoration: none;
}

.Setup .outLogin {
    position: fixed;
    bottom: 0;
    left: 0;
}

.Setup .index_main {
    padding-bottom: 6rem;
}

.house_form {
    padding-bottom: 1rem;
}

.item_value_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 2rem;
}

/** 搜索楼盘 **/
.Form #search_loupan_main, .Form #search_company_main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    left: 0;
    top: 0;
    display: none;
}
.Form #search_loupan_main header, .Form #search_company_main header {
    background: #02b9ae;
    font-size: 2.2rem;
    height: 5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.Form #close_search, .Form #close_search_company {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
}
.Form .search_ipt_main {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Form #search_input, .Form #search_company_input {
    border: solid 1px #ccc;
    border-radius: 25px;
    width: 90%;
    height: 5rem;
    text-align: center;
    font-size: 1.5rem;
    outline: none;
}
.Form .search_loupan_list, .Form .search_company_list {
    max-height: calc(100% - 11rem);
    overflow: auto;
    padding: 0 5%;
}
.Form .search_loupan_list li, .Form .search_company_list li {
    width: 100%;
    padding: 1rem 0;
    border-bottom: solid 1px #f2f2f2;
    padding: 1.5rem 0;
}
.Form .search_loupan_list li span, .Form .search_company_list li span {
    font-size: 1.5rem;
}
.Form .search_loupan_list li .quName, .Form .search_loupan_list li .shangquanName, .Form .search_company_list li .quName, .Form .search_company_list li .shangquanName {
    color: #999;
    margin-left: 1rem;
}
.Form .add_info_btn, .Form .delete_info_btn {
    color: #5bc77a;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 2rem;
}
.Form .delete_info_btn{
    color:red;
}
.ItemName {
    font-size: 1.6rem;
}