﻿.zhao2sfang .zhao2sfang-banner {
    width: 100%;
    position: relative;
    height: 250px;
    background: url(../images/zhao2sfang-banner.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}

.zhao2sfang .kl-breadcrumb .breadcrumb{
    background-color:transparent;
}
.zhao2sfang .kl-breadcrumb .breadcrumb li a, .zhao2sfang .kl-breadcrumb .breadcrumb li.active{
    color:#fff;
}
.zhao2sfang .breadcrumb>li+li:before{
    color:#fff;
}

.zhao2sfang .ask-search {
    float:left;
    padding-top: 45px;
    width: 100%;
    height: 200px;
    text-align: center;
}
.ask-search .ask-search-cont {
    margin: 0 auto;
    width: 646px;
    overflow: hidden;
}
.zhao2sfang-banner .ask-search-cont h1 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 25px;
}

/*帮你找房search*/
.help-box{
    position: relative;
    z-index: 1;
    width:100%;
    padding:1rem 1rem .1rem 1rem;
    background-color:#f2f5f8;
}
.help-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top:-5.4rem;
    margin-bottom: .64rem;
    padding: .9rem .86rem .86rem;
    background-color:#fff;
    -webkit-box-shadow: 0 0 0.27rem 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 .27rem 0 rgba(0,0,0,.05);
    box-shadow: 0 0 0.27rem 0 rgba(0,0,0,.05);
    -webkit-border-radius: .21rem;
    -moz-border-radius: .21rem;
    border-radius: .21rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.help-wrap .help-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.18rem;
    font-size: .78rem;
    color: #00c0eb;
}
.help-wrap .help-title .help-num {
    margin: 0 .2rem;
    font-size: 18px;
    font-weight: 700;
    color: #00c0eb;
}
.help-wrap .help-item {
    width:100%;
    margin-bottom:20px;
}
.help-wrap .help-item .help-item-label {
    float: left;
    width: 320px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    color: #031a1f;
    text-align: right;
    margin-right: 8px;
}
.help-wrap .help-item .help-input-area {
    float:left;
    border: solid 1px #ccc;
    color: #666;
    display: inline-block;
    font-size: 13px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    outline:none;
}
.help-wrap .help-item .help-input-area:focus{
    border-color: #ff5b6a;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}
.help-wrap .help-item .help-input-area::-webkit-input-placeholder{
    font-size: 14px;
    border-color: #ff5b6a;
}
.help-wrap .help-item .help-input-need{
    width:600px;
    height: 150px;
    line-height: 24px;
    font-size: 14px;
    padding:8px;
}
.help-wrap .help-item .help-input-tel{
    width: 200px;
    height: 36px;
    line-height: 28px;
    font-size: 16px;
    padding: 8px;
}

.help-wrap .help-item .help-item-wrap .help-small-input {
    border: none;
    font-size: .7rem;
    padding-left: .4rem;
    width: 4.5rem;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #f00;
}
.help-wrap .help-btn-box{
    text-align:center;
}
.help-wrap .help-btn {
    
    width: 200px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: .11rem;
    border: none;
    background: #00c0eb;
    color: #fff;
}
.help-wrap .help-btn:focus{
    outline:none;
}
.help-wrap .help-item .help-item-label2 {
    float: left;
    width: 600px;
}
