.map {
    position: relative;
}

.form{
    margin-top: 25px;
    height: 133px;
}
#send_message {
    position: absolute;
    top:0;
    left:0;
    background:rgba(245, 245, 245, 0.92);
    width: 100%;
    height: 140px;
    line-height: 140px;
    text-align: center;
    color:#f2914a;
    text-decoration: underline;
    font-size:22px;
    cursor: pointer;
    z-index:999;
    display: none;
}
.form-left{
    position: relative;
    height: 100%;
    width: 30%;
    float: left;
    margin-right: 3%;
}
.form-right{
    float: right;
}
/*.form-left select{
    -webkit-appearance:none; !* remove the strong OSX influence from Webkit *!
}*/
.form-left select,.form-left input{
    float: left;
    height: 39px;
    width: calc(90% - 2px);
    border:1px solid #f7b652;
    outline: none;
    padding-left: 10%;
    font-size:18px;
    background: #f6f0e0;
    letter-spacing: 4px;
    color:#7d7d7d;

}
.form-left select{
    width: calc(101% - 2px);
    /*color:#7d7d7d;*/
}
.form-left input{
    margin-top: 6px;
}
.form-content,.form-left select,.form-left input,.form-right,.problem-search,.question-content{
    -webkit-border-radius:2px ;
    -moz-border-radius:2px ;
    border-radius: 2px;
}
input,textarea,select,button{
    border:none;
    outline: none;
}
.form-content {
    float: left;
    width: 52%;
    height: 133px;
    font-size:16px;
    color:#7d7d7d;
    border: 1px solid #f7b652;
    background: #f6f0e0;
}
.form-right{
    background: #f2914a;
    width: 12%;
    height: 135px;
    padding: 12px 22px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    box-sizing: border-box;
    line-height: 28px;
    display: table;
}

.problem-search{
    width: 100%;
    height: 58px;
    margin-top: 26px ;
    background: #a25f2b;
    position: relative;

}
.problem-search input{
    padding-left: 14px;
    margin: 12px;
    width: 35%;
    height: 34px;
    background: #faece1;
    font-size: 18px;
}
.search {
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 7px;
    left: 32%;
}
.search img{
    width: 75%;
    height: 75%;
}
.problem-search span{
    line-height: 58px;
    color:#fff;
    font-size:18px;
    margin: 0 9px;
    cursor: pointer;
}
.conversation .question, .answer{
    width: 100%;
    margin-top: 30px;


}
.conversation .question {
    min-height: 100px;
}
.conversation .answer{
    min-height: 100px;
}
.photo{
    float: left;
    width: 10%;
    height: 100px;
}
.question-content{
    float: left;
    width: 84%;
    font-size:16px;
    padding: 12px 20px;
    box-sizing: border-box;
}
.question .question-content{
    margin: 10px 0 0 5%;
    border:1px solid #bfbfbf;
    height: 88px;
}
.answer .question-content{
    height: 100%;
    margin-right: 5%;
    background: #faece1;
}
.photo a{
    display: block;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.photo span{
    display: block;
    width: 100%;
    margin-top: 5px;
    line-height: 25px;
    text-align: center;
    font-size:14px;
    color:#bababa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.question-content p{
    color:#675c5c;
    font-size:16px;
    line-height: 24px;

}
.question-content span{
    color:#afafaf;
}
.conversation>p{
    text-align: center;
    font-size:18px;
    height: 500px;
    line-height: 100px;
}
.message_board{
    color:#636162;
    margin: 50px 0;
    text-align: center;
    font-size:20px;
}
.message_board span{
    display: inline-block;
    margin-left: 15px;
    padding: 0 30px;
    color:#fff;
    line-height: 60px;
    background: #7fb5fd;
    border-radius: 10px;
}
.message_board ul li{
    margin: 0 10px;
    display: inline-block;
}
.message_board ul li a{
    color:#696969;
}
/*.send_code{
    position: absolute;
    bottom: 1px;
    right: 1px;
    display: block;
    width: 38%;
    height: 39px;
    line-height: 39px;
    font-size:14px;
    text-align: center;
    background: #f2914a;
    color:#fff;
    cursor: pointer;
}*/

/*.map {
    position: relative;
}
.map */
