.warpper .personal {
    margin-top: 15px;
}

.warpper .clear {
    clear: both;
}

.warpper .personal .container {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}


/*头像*/

.personal a {
    color: #686868;
    font-size: 100%;
}

.warpper .pImage {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.warpper .pImage .bImage {
    vertical-align: top;
    display: inline-block;
   
}
.warpper .pImage .bImage img{
    width:160px;
    height:auto;
}
.warpper .pImage p {

    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #3C3C3C;
    margin-top: 23px;
}

.warpper .email {
    display: block;
    background: url(../images/icon-mail.png) no-repeat 0 10px;

    padding: 5px 0 5px 67px;
    line-height: 30px;
    font-size: 22px;
}
.views-submit-button{
	margin-top: -15px;
}
.warpper .crm-phone {
    display: block;
    background: url(../images/icon-phone.png) no-repeat 0 10px;
    padding: 10px 0 10px 67px;
    line-height: 30px;
    font-size: 20px;
    color:#686868;
}

.agent-right .des-block{
    margin-top: 20px;
    line-height: 25px;
    color: #686868;
}
.agent-right .term {
    color: #3474E6;
}
.agent-right label{
    font-weight: bold;
    color: #3b3b3b;
    margin-right: 5px;
}
/*房源头部*/

.warpper div.agent-block {
    position: relative;
    height: auto;
    margin-bottom: 10px;
}

.warpper .agent-block h1 {
    display: block;
    text-align: center;
    line-height: 0.5em;
    color: #222;
    font-size: 21px;
}


/*表格*/

#edit-type-wrapper,
#edit-area-wrapper {
    position: relative;
}

.warpper .views-exposed-widgets {
    width:100%;
    float: left;
    padding: .5em 1em 0 0;
    display: inline-block;
}
#edit-submit{
	display: block;
	margin:0 auto;
}
#edit-type-wrapper,
#edit-area-wrapper,
#edit-rental-wrapper {
    width: 49%;
}

.warpper .home-agent {
    color: #000;
}

.form-item select {
    font-weight: bold;
    color: #404040;
    border:1px solid #ccc;
}

label.rental-first {
    font-weight: bold;
    color: #404040;
}







/*价格范围*/

.house-field h5 {
    text-align: left;
}

.house-field .column-wrapper {
    overflow: visible;
}

.budget-range-bar-bg {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 3px;
    background-color: #fff;
}

.budget-range-bar {
    position: relative;
    top: -16px;
    width: 100%;
    height: 16px;
    border-radius: 3px;
    background-color: #ddd;
}

.budget-range-bar .min-point,
.budget-range-bar .max-point {
    position: absolute;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.budget-range-bar .min-point {
    left: 0;
}

.budget-range-bar .max-point {
    right: 0;
}

.budget-range-bar .min-point:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 4px;
    height: 2px;
    background-color: #c00;
}

.budget-range-bar .max-point:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 4px;
    height: 2px;
    background-color: #c00;
}

.range-track {
    margin-top: 12px;
    font-size: 14px;
}

.range-track .low {
    float: left;
}

.range-track .high {
    float: right;
}

.house-field.req-budget .form-item {
    float: left;
    width: 96px;
}

.house-field .mark-to {
    float: left;
    width: 0.5em;
    margin: 36px 15px 0;
    border-top: 1px solid #404040;
    text-align: center;
}

.maxmin-outer span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    margin-bottom: 10px;
    color: #f00;
}

.pType-wrapper {
    margin-bottom: 12px;
}

.pType-wrapper .pType {
    float: left;
    width: 22%;
    margin-right: 3%;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    background-color: #ededed;
    text-decoration: none;
}

.pType-wrapper .pType:hover,
.pType-wrapper .pType.active {
    color: #fff;
    background-color: #0078d7;
}

.clickable-num-wrapper .clickable-num {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    padding: 7px 15px;
    text-align: center;
    background-color: #ededed;
    margin-bottom: 7px;
    text-decoration: none;
}

.clickable-num-wrapper .clickable-num:hover,
.clickable-num-wrapper .clickable-num.active {
    color: #fff;
    background-color: #0078d7;
}

.clickable-num-wrapper .form-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 4em;
}

#edit-tental-wrapper .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    vertical-align: center;
    height: 90%;
    display: block;
    background-position: 0 0;
}

.ui-corner-all {
    border-radius: 4px;
    border: 1px solid #ddd;
}



.priceSliderSelf {
    padding-left: 20px;
}

.maxmin-outer {
    margin-top: -25px;

}
.rental-right .maxmin-outer {
     width:85%;
     padding:5px;
     margin-left: 10px;
}
.rental-first {
    display: inline-block;
}

.rental-right {
    display: inline-block;
    width: 85%;
}

#price-slider {
    display: inline-block;
    width: 100%;
}

.rental-right .half-column div.form-item {
    display: inline-block;
    width: 44%;
    padding: 0;
    margin-bottom:0px;
    margin-left: 5px;
}

.column-wrapper {
    margin-top: 0;
    width: 90%;
    text-align: center;
}

.column-wrapper .half-column {
    width: 100%;
}

.budget-range-bar-bg {
    width: 100%;
}

.show-select {
    display: none;
}


/*房源主体*/

.agent-pro-list {
    margin-top: 20px;
}

.property {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}


.property img {
    width: 100%;
}

.property-info {
    width: 100%;
}

.property-head {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
    // font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    font-size: 1em;
}



.warpper .property-price {
    float: left;
    line-height: 16px;
    padding: 8px 10px 4px;
    margin-top: 12px;
    background: #0F80D9;
    font-weight: 600;
}


a.wishlist {
    float: right;
}

.property-title {
    background: url(../images/black30.png);
    font-size: 0.8em;
    padding: 10px;
}

.property-title .property-name {
    float: left;
}

.property-title .property-area {
    float: right;
}

.property-spec {
    background: #efefef;
    position: absolute;
    left: 0;
    bottom: -37px;
    width: 100%;
    display: inline;
    text-align:center;
    font-size:14px;
    color:#646464;
}

.property-spec span {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #aaa;
}



/*分页*/
.tcdPageCode{
    width:100%;
}

.property>a{
	display: inline-block;
	width:100%;
}
a{
	cursor:pointer; 
	pointer-events:auto;
}
