﻿a {
    text-decoration: none !important;
}
.Tab_Title {
    font-weight: bold;
    border-left: 4px solid #08a0ff;
}
.dashed {
    border-bottom: 1px dashed #d7d7d7;
}
body {
    background: #f5f5f5 !important;
}
.lyear-layout-content{
    padding-top:4rem;
}
.house_detail_top {
    padding: 1rem;
    border-bottom:solid 1px #eee;
    background:#fff;
    margin-bottom:1rem;
}
.house_top_info{
    display:flex;
}
.house_top_info_img{
    width:8rem;
    height:8rem;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:1rem;
    position:relative;
}
.house_top_info_img span{
    position:absolute;
    color:#fff;
    font-size:1.5rem;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    text-align:center;
}
.house_top_info_img img {
    height: 100%;
}
.house_top_info_main {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #333;
    width:calc(100% - 9rem);
}
.top_info_name{
    font-size:1.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.top_info_title{
    font-size:1.2rem;
}
.top_info_money{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.info_money_main {
    color: #2c3e50;
    font-size: 1rem;
}
    .info_money_main .JunJia {
        color: #f64f4f;
        font-weight: bold;
        font-size: 1.5rem;
    }
.top_info_time {
    color: #888;
    padding: .33rem 0;
}
.house_type_list{
    display:flex;
    align-items:center;
    margin-top:1rem;
}
.house_type_item{
    padding:0.2rem 0.5rem;
    font-size:0.9rem;
    background:#ddffee;
    color:#68ca85;
    margin-right:0.5rem;
    border:none;
    border-radius:1rem;
}

.detail_info_list {
    padding: 0 1rem;
    background: #fff;
}
.detail_info_item {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: solid 1px #eee;
}
.detail_info_item_icon {
    display:flex;
    align-items:center;
}
.detail_info_item_icon i {
    color: #999;
}
.item_green {
    color: #68ca85;
}
.item_green i {
    color: #68ca85;
    margin-right:0.3rem;
}

.detail_info_item_content {
    flex: 1;
    color: #333;
    font-size: 1.2rem;
    margin: 0 1rem;
}
.detail_info_item_content.item_red {
    color: #dd6644;
}

.red_dot{
    width:0.5rem;
    height:0.5rem;
    background:#f00;
    border-radius:50%;
    margin-right:0.3rem;
}

.moder_info {
    padding: 0 1rem;
    background: #fff;
    margin-bottom: 1rem;
    border-bottom: solid 1px #eee;
    /*border-top: solid 1px #eee;*/
}
.more_info {
    color: #999;
    padding: 1rem;
    text-align: center;
    
    margin-bottom: 1rem;
    background:#fff;
}
.more_info_item{
    padding:1.3rem 0;
}
.more_info_title {
    flex: 1;
    color: #333;
    font-size: 1.3rem;
}
.more_info_title span{
    color:#999;
}

.more_info_content{
    font-size:1rem;
    color:#333;
}
.more_info_content_text {
    font-size: 0.9rem;
    color: #333;
}
.more_info_time{

}

.footer_btn{
    width:calc((100% - 14.5%) / 3);
}
.icon_btn{
    width:14.5%;
}
.swiper-container{
    margin-top:0!important;
    height:10rem;
}
.swiper-slide{
    width:85%;
    display:flex;
}

.house_type_info {
    width: calc(100% - 8rem);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.house_type_info .house_type_money {
    color: #dd6644;
    margin-right:1rem;
}
.house_type_info .top_info_money {
    justify-content: flex-start;
}
.house_type_img {
    width: 7rem;
    height: 10rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
}
.house_type_img img{
   height:100%;
}
.house_type_type {
    padding: 0.1rem 0.2rem;
    font-size: 0.9rem;
    color: #999;
    margin-right: 0.5rem;
    border: solid 1px #c3c3c3;
    border-radius: 0.5rem;
}

.page_footer{
    z-index:999;
}


.top_info_name .house-ZhuangTai {
    background: #0ad487;
    font-size: 12px;
    color: #fff;
    padding: 2px 2px 2px 5px;
    border-radius: 2px;
    margin-left: 15px;
}
.top_info_name .house-JiBie {
    background-image: linear-gradient(131deg,#5ecdfd 0,#33a2d3 100%);
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 2px 5px 2px 5px;
    border-radius: 2px;
    margin-left: 5px;
}
.info_money_main .house-ZheKou {
    background-image: linear-gradient(45deg, #f75b6e 0%, #fbbb71 100%);
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 2px 5px 2px 5px;
    border-radius: 2px;
    margin-left: 5px;
}
.more_info_item .top_info_time .item_title {
    color: #34495e;
}

/*跟进弹窗*/
.NewHouse {
    z-index: 1000;
}
    .NewHouse textarea.form-control {
        margin-top: .5rem;
        border: solid 1px #999;
        background: #f0f0f0;
    }
.GenJin {
    display: flex;
}
.genJinUser {
width:15%
}
.genJinUserName {
width:62%
}
.genJindate {
    width: 23%;
    text-align: right;
    font-size: 1.1rem;
}
.genJinUser img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
}
.genJinUserName .ZuBie {
    font-size:1.1rem
}

.genJinUserName .name {
}
.genJinUserName {
}
/*户型*/
.house_list {
}
.house_item {
    position: relative;
    padding: 1rem 0;
    background: #FFF;
    font-size: 0;
    border-bottom: 1px solid #E5E5E5;
}
.house_item:first-child {
    padding-top: 0px;
}
.house_item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.house_item_link {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    overflow: hidden;
}
.house_item_link:focus {
    text-decoration: none;
}
.house_item_link .house_item_img {
    -webkit-flex: 0 0 7.625rem;
    -ms-flex: 0 0 7.625rem;
    flex: 0 0 7.625rem;
    height: 6rem;
    text-align: center;
    vertical-align: middle;
}
.house_item_link .house_item_img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.house_item_link .house_item_img::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.house_item_link .house_item_info {
    float: left;
    padding-left: 1.125rem;
}
.item_info_apartment {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: .2875rem;
}
.item_info_apartment .apartment_title {
    float: left;
    font-size: 1.2rem;
    line-height: 1.375rem;
    color: #394043;
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: 0;
}
    .item_info_apartment .apartment_tag,
    .item_info_apartment .apartment_status {
        padding: 0 .3125rem;
        border-radius: .125rem;
        height: 1.2rem;
        margin-left: .25rem;
        margin-top: .2rem;
        border-radius: 2px;
}
.item_info_apartment .apartment_tag {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: .6875rem;
}
.item_info_apartment .apartment_tag.house {
    color: #269CFF !important;
    background: rgba(38,156,255,.15) !important;
}
.item_info_apartment .apartment_tag.office,
.item_info_apartment .apartment_tag.store,
.item_info_apartment .apartment_tag.villa {
    color: #6BBE1A !important;
    background: rgba(107,190,26,.15) !important
}
.item_info_apartment .apartment_status {
    font-size: .6875rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: middle;
    letter-spacing: 0;
}
.item_info_apartment .apartment_status.status_in_sale {
    background: rgba(0,174,102,.15);
    color: #00AE66;
}
.item_info_apartment .apartment_status.status_to_sale {
    background: rgba(255,115,38,.15);
    color: #FF7326
}

    .item_info_apartment .apartment_status.status_sold_out {
        background: #0ad487;
        color: #ffffff;
    }
.apartment_build_area {
    font-size: 1rem;
    color: #9C9FA1;
    letter-spacing: 0;
    margin-bottom: .375rem;
    line-height: 1rem;
}
.apartment_room_area {
    margin-left: .125rem;
}
.apartment_tag_wrapper {
    margin-bottom: .4rem;
}
    .apartment_tag_wrapper .apartment_tag {
        float: left;
        height: 1.7rem;
        margin-right: .25rem;
        padding: 0.2rem .5rem;
        border: 1px solid #E5E5E5;
        border-radius: .125rem;
        font-size: .9875rem;
        color: #9C9FA1;
        line-height: 1.175rem;
        letter-spacing: 0;
    }
.apartment_price {
    font-size: 1.3rem;
    color: #FA5741;
    letter-spacing: 0;
    line-height: 1.8rem;
    font-weight: 700;
}
.apartment_JunJia {
    font-size: 1rem;
    color: #FA5741;
    line-height: 1.8rem;
    font-weight: initial;
}

.HouseDetails .more_list {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem 0;
}
.more_item{
    width:25%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:10px 0;
}
.more_item:hover{
    color:#333;
    text-decoration:none;
}
.more_item i {
    font-size: 2rem;
}
/*客户*/

.Customer .main {
    border-radius: 6px;
    margin: 1rem 1rem 1rem 1rem;
    background: #fff
}

.Customer .main .Customer_name {
padding: 1rem 1rem 0rem 1rem;
display: flex;
}

.Customer .main .Customer_img {
width: 30%;
}

.Customer .main .Customer_names {
width: 25%;
font-weight: 500;
font-size: 2rem;
padding-top: 5rem;
}

.Customer .main .Customer_JieBie {
width: 45%;
text-align: right;
color: #777;
}

.Customer .main .Customer_img img {
width: 7rem;
height: 7.5rem;
border-radius: 6px;
}

.Customer .main .Customer_JieBie .xinxi {
line-height: 2.5rem;
}

.Customer .main .Customer_JieBie .xinxi img {
width: 1.6rem;
}

.Customer .main .Customer_JieBie .xinxi i {
color: #1abc9c;
}

.Customer .main .customerType {
padding: 1rem 1rem 1rem 1rem;
}

.Customer .main .customerType span {
text-align: center;
color: #fff;
font-size: 1rem;
border-radius: 30px;
background: #00d0b0;
padding: 0.4rem 0.8rem 0.4rem 0.8rem;
}
.Customer .basic {
    background: #fff;
    margin-bottom: 1rem;
}
.Customer .basic_item {
    padding: 1rem;
    display: flex;
}
.Customer .basic .basic_item .title {
    width: 25%;
    color: #777;
}
.Customer .basic .basic_item .item {
    width: 75%;
    text-align: right;
}
.Customer .xuqiu {
    display: flex;
}
.Customer .xuqiu img {
    width: 1.8rem;
}
.Customer .xuqiu_title {
    font-size: 1.5rem;
    margin-left:0.5rem;
}
.Customer textarea.form-control {
    background: #f0f0f0;
}
.Customer .right_btn {
    background-color: #08a0ff;
}
.Customer .cancle_btn {
    background-color: #f96868;
    display: inline-block;
    border-radius: .25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2rem;
    padding: .4rem .8rem;
    font-size: 1rem;
}
 .daikan_pop_main {
    display: flex;
}

 .daikan_type {
    width: 50%;
    height: 100px;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

     .daikan_type i {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
.lyear-layout-container .Customer .container-fluid {
    margin-top: 0rem;
}

.Customer .basic .basic_item_2 {
    display: flex;
    padding: 1rem 1rem 1rem 1rem;
}
.Customer .basic .basic_item_2 .left {
    width: 50%;
    float: left;
}
.Customer .basic .basic_item_2 .right {
    width: 50%;
    float: right;
}

    .Customer .basic .basic_item_2 .title {
        color: #777;
    }
    .Customer .basic .basic_item_2 .model {
        
    }

/*客户END*/
/*员工*/
.User .main {
    background: #fff;
    margin: 1rem 1rem 0rem 1rem;
    display: flex;
}
    .User .main .img {
        width: 30%;
        padding: 1rem;
    }
        .User .main .img img {
            border-radius: 4px;
            height: 7.5rem;
            width: 7rem;
        }
    .User .main .userName {
        padding: 1rem 1rem 1rem 0rem;
    }
        .User .main .userName p {
            line-height: 2.3rem;
        }
    .User .main .tel i {
        color: #03bd6c;
        font-size: 20px;
    }
.User .tag {
    background: #fff;
    margin: 0rem 1rem 1rem 1rem;
    padding: 0rem 0rem 1rem 1rem;
    display: flex;
}
    .User .tag span {
        background: #fff1e2;
        color: #faa64b;
        font-size: 15px;
        line-height: 30px;
        padding: 0 11px;
        margin-right: 10px;
    }
    .User .tag .Isdenglu {
        background: #d0faf6;
        color: #2dbc7e;
    }
    .User .tag .IsZhi {
        background: #fde2ec;
        color: #f96868;
    }
    .User .tag .IsZhiWei {
        background: #e0ebfb;
        color: #5193e6;
    }
.User .user_tab {
    margin: 0rem 1rem 1rem 1rem;
    background: #fff;
}
    .User .user_tab .userModel {
        padding: 1rem;
        display: flex;
    }
        .User .user_tab .userModel .title {
            width: 20%;
            color: #777;
        }
        .User .user_tab .userModel .item {
            width: 80%;
            text-align: right;
        }

  /*员工END*/

.NoticeContent {
    padding: 1rem;
    background: #fff;
    margin: 1rem;
}

.userModel .item .item_img {
    width: 160px;
    height: 140px;
    padding: 0.2rem;
}
    .userModel .item .item_img img {
        width: 100%;
        height: 100%;
    }

    /*业主信息*/
.House_YeZhu {

}
    .House_YeZhu .p1 {
        margin-top: 3rem;
        margin-left: 3rem;
        display: flex;
    }
        .House_YeZhu .p1 .ico i {
            font-size: 3rem;
            color: #08a0ff;
        }
        .House_YeZhu .p1 .YeZhuName {
            margin-left: 1rem;
            font-weight: 700;
        }
    .House_YeZhu .LianXi {
        margin: 1rem;
    }
        .House_YeZhu .LianXi .LianXi_item {
            display: flex;
            padding-bottom: 2rem;
        }
            .House_YeZhu .LianXi .LianXi_item .left {
                width:50%
            }
            .House_YeZhu .LianXi .LianXi_item .right {
                width: 50%;
                text-align: right;
            }
            .House_YeZhu .LianXi .LianXi_item a {
                color: #0097fe;
                margin-right: 1rem;
            }
            .House_YeZhu .LianXi .LianXi_item i {
                font-size: 3rem;
            }
            .House_YeZhu .LianXi .LianXi_item .left .tel {
                font-size: 1.5rem
            }
            .House_YeZhu .LianXi .LianXi_item .left .type {
                margin-top: .2rem;
                color: #777;
            }
.NewHouse .lyear-layout-content {
    padding-top: 0rem;
}
.NewHouse {
    padding-top: 4rem;
}