@charset "UTF-8";
.content{
    padding:50px 0;
}
.msg{
    width: 415px;
}
.msg .hotline{
    color:#186fad;
    font-size: 24px;
    padding-bottom: 30px;
    border-bottom:1px solid #186fad;
}
.msg .hotline div:last-child{
    font-size:30px;
    margin-top: 5px;
}
.msg .addmsg{
    margin-top:30px;
    line-height: 30px;
}
.msg .map-div {
    margin-top:30px;
}
.msg .map-div iframe{
    width:100%;
    height:300px;
    border:0;
}
.frm-div{
    width: 600px;
}
.frm-div .title{
    font-size:24px;
    color:#ec6c45;
    margin-bottom:40px;
}
.frm-div .input-div{
    border: 1px solid #dcdcdc;
    padding:10px 15px;
    color:#999999;
    margin-bottom:15px;
    display: flex;
}
.frm-div .input-div input{
    width:480px;
    height: 26px;
    border:0;
    outline: none;
    font-size:16px;
    padding:0 15px;
}
.frm-div .input-div textarea{
    width: 480px;
    height: 80px;
    border: 0;
    outline: 0;
    resize: none;
    padding:0 15px;
}
.frm-div .input-div img{
    width:13px;
}
.frm-div .input-div .icon-div{
    align-items: center;
    display: flex;
}
.frm-div input[type="submit"]{
    width:100%;
    height:60px;
    line-height:60px;
    background: #ec6c45;
    color:#fff;
    border: 0;
    margin-top:20px;
    font-size: 16px;
}
