﻿/*下拉*/

.header .wrapper .fr {
    float: left;
}

.header .header-wrap .search-box-wrap .search-box-con .search .suggest-wrap {
    border-color: #00ab84;
}

#suggest-cont li {
    background: #fff;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    cursor: pointer;
}

#suggest-cont li:hover {
    background: #f5f5f6;
}

.search-box-con {
    opacity: 1 !important;
    background: rgba(158, 158, 158,0.7) !important;
}

.LouPanName {
    font-size: 14px;
    font-weight: bold;
}

.quName {
    margin-left: 10px;
    font-size: 13px;
    color: #aaa;
}

.shangquanName {
    margin-left: 10px;
    font-size: 13px;
    color: #aaa;
}

/*弹窗*/
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: pointer;
}

.search_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.search_body {
    width: 80%;
    height: 80%;
    background: #fff;
    border-radius: 5px;
}

.search_input_main {
    height: 70px;
    padding: 10px 20px;
    border: solid 1px #ccc
}

.search_ipt {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 16px;
}

.search_ipt_newhouse {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 16px;
}

.search_data_ul {
    overflow: auto;
    max-height: calc(100% - 70px);
}

.search_data_ul li {
    padding: 20px;
    border-bottom: solid 1px #f3f3f3;
    cursor: pointer;
    position: relative;

   
}

/*新房下拉*/


.NewHouseSelect {
    left: -2px;
    top: 35px;
    display: none;
    height: 260px;
    overflow: auto;
    padding-left: 0px;
    z-index: 2;
    position: absolute;
    border: 1px solid #ccc;
    width: 498px;
    background: #fff;
}

.NewHouseSelect li {
    padding: 0 0 0 20px;
    line-height: 35px;
    cursor: pointer;
}

.NewHouseSelect li:hover {
    background: #f8f8f8;
}

.NewHouseSelect .QuName, .NewHouseSelect .JunJiaYuan {
    color: #aaa
}

.NewHouseSelect .JunJia {
    margin-left: 20px;
}

.NewHouseSelect .Money {
    color: #ff6d6f;
    font-size: 15px;
}


.HouseSelect {
    left: -2px;
    top: 35px;
    display: none;
    height: 260px;
    overflow: auto;
    padding-left: 0px;
    z-index: 2;
    position: absolute;
    border: 1px solid #ccc;
    width: 498px;
    background: #fff;
}

.HouseSelect li {
    padding: 0 0 0 20px;
    line-height: 35px;
    cursor: pointer;
}

.HouseSelect li:hover {
    background: #f8f8f8;
}

.HouseSelect .QuName, .NewHouseSelect .JunJiaYuan {
    color: #aaa
}

.HouseSelect .Count {
    margin-left: 20px;
}

.HouseSelect .Count_item {
    color: #ff6d6f;
    font-size: 15px;
}

.LouName_ipt {
    cursor: pointer;
}

.search_bg .search_body .QuYu {
    color: #999;
    padding-left: 20px;
}

.search_bg .search_body .ShangQuan {
    color: #999;
    padding-left: 5px;
}

.search_data_ul li:hover {
    background: rgba(0,0,0,0.1);
}

.User_Tc .search_body {
    width: 40%;
    height: 40%;
}

.search_bg_customer .search_data_ul li {
    position: relative;
}

.search_bg_customer .AddDate {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #999;
}

.search_bg_customer .HouseState {
    color: #999;
}
.StoreName {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #999;
}

//新房
.search_bg_newhouseName {
    .State {
        position: absolute;
        top: 20px;
        right: 20px;
        background: #000;
        color: #fff;
        padding: 4px;
        border-radius: 4px;
    }

    .QuYuName {
        color: #999;
    }

    .ShangQuanName {
        color: #999;
    }

    .XinPanPrice {
        color: #f96868;
    }
}