.house-page h1 {
    color: #666;
    font-size: 30px;
    font-weight: 400
}

.house-page .tip {
    margin: 30px 0;
    color: #ff6400
}

.house-page .main-box .property {
    width: 400px
}

.house-page .main-box .property .from-item {
    position: relative;
    margin-bottom: 20px
}

.house-page .main-box .property .from-item .el-select {
    width: 250px;
    height: 40px
}

.house-page .main-box .property .from-item .el-select .el-input {
    height: 100%
}

.house-page .main-box .property .from-item .el-select .el-input input {
    height: 100%;
    color: #3b4144;
    font-size: 14px;
    border-color: #e5e5e5;
    border-radius: 0
}

.house-page .main-box .property .from-item p {
    float: left;
    width: 140px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    text-align: right
}

.house-page .main-box .property .from-item .property-type {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    text-align: center;
    color: #4c4948;
    background-image: url(../images/icon.906c65a.png);
    background-repeat: no-repeat;
    background-position: -1px -2503px
}

.house-page .main-box .property .from-item .active {
    background-position: -1px -2455px
}

.house-page .main-box .property .from-item>.el-input {
    width: 250px;
    height: 40px
}

.house-page .main-box .property .from-item>.el-input input {
    border: 1px solid #ddd;
    border-radius: 0
}

.house-page .main-box .property .from-item .is-error input {
    border-color: #ff6400;
    background-color: #fef5f3
}

.house-page .main-box .property .from-item>span {
    position: absolute;
    right: 28px;
    top: 0;
    line-height: 40px
}

.house-page .main-box .property .from-item:after {
    display: block;
    content: "";
    clear: both
}

.house-page .main-box .property .from-item-btn {
    padding-left: 140px
}

.house-page .main-box .property .from-item-btn button {
    width: 100px;
    height: 40px;
    outline: none;
    border: none;
    background-color: #5ab331;
    color: #fff;
    cursor: pointer
}

.house-page .main-box .property .from-item-btn button:nth-child(2) {
    background-color: #def0d6;
    color: #666;
    margin-left: 10px
}

.house-page .main-box .result {
    margin-top: 30px;
    border-top: 1px dashed #ddd
}

.house-page .main-box .result h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 40px
}

.house-page .main-box .result .result-type {
    margin-top: 10px;
    height: 34px;
    line-height: 34px
}

.house-page .main-box .result .result-type p {
    font-weight: 700;
    width: 50%;
    float: left
}

.house-page .main-box .result .result-type p i {
    color: #ccc
}

.house-page .main-box .result .result-type:after {
    display: block;
    content: "";
    clear: both
}

.house-page .main-box .result .result-content {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 20px
}

.house-page .main-box .result .result-content tr {
    height: 40px;
    line-height: 40px
}

.house-page .main-box .result .result-content tr:nth-child(3) {
    height: 66px;
    line-height: 20px
}

.house-page .main-box .result .result-content td {
    position: relative;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.house-page .main-box .result .result-content td:first-child {
    padding: 0 20px;
    color: #26292b;
    text-align: center;
    font-size: 14px;
}

.house-page .main-box .result .result-content td:nth-child(2) {
    width: 150px;
    text-align: right;
    padding-right: 10px
}