﻿
/*帮你找房search see页面背景*/
.help-top-bg{
    margin-top: .6rem;
    width: 100%;
    height: 14rem;
    background: url(../images/zhao2sfang-helpsee.png) no-repeat;
    background-size: 100% auto;
}
/*帮你找房search*/
.help-box{
    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: 1rem;
    font-weight: 700;
    color: #00c0eb;
}
.help-wrap .help-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: .7rem;
    margin-bottom: .74rem;
    /*border-bottom: .01rem solid #ecf0f4;*/
    cursor: pointer;
}
.help-wrap .help-item .help-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.help-wrap .help-item .help-item-wrap .help-item-label {
    margin-right: .21rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: .94rem;
    font-weight: 700;
    color: #555;
}
.help-item-label-textarea{
    height:7rem;
    line-height: 3rem;
}

.help-item-wrap textarea {
    resize: none;
    width: 75%;
    height: 7rem;
    padding: 0.6rem;
    margin-top: 0.3rem;
    margin-left: 0.8rem;
    border: 1px solid #2196f3;
    border-radius: 0.3rem;
    font-size: .9rem;
    color: #333;
}
.help-wrap .help-item .help-item-wrap .help-input-area {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    border-bottom: 0.01rem solid #2196f3;
    font-size: .9rem;
    padding-left: 0.4rem;
    margin-left: 0.5rem;
    max-width: 15rem;
    height: 2rem;
    line-height: 2rem;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333;
}
.help-wrap .help-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 2.34rem;
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: 700;
    -webkit-border-radius: .11rem;
    -moz-border-radius: .11rem;
    border-radius: .4rem;
    border: none;
    background: #00c0eb;
    color: #fff;
}
.help-wrap .help-btn:focus{
    outline:none;
}