.message{
    background:white;
    height:602px;
}
.message>div:nth-child(1){
    box-sizing: border-box;
    height:552px;
    background:#F4F4F4;
    padding-top:65px;
}
.message>div:nth-child(1)>div:nth-child(1){
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width:1220px;
    height:339px;
    margin:0 auto;
}
.message>div:nth-child(1)>div:nth-child(1)>input{
    box-sizing: border-box;
    padding-left:28px;
    width:598px;
    height: 48px;
    border: 1px solid #bbb;
    outline: none;
}
.message>div:nth-child(1)>div:nth-child(1)>input:nth-child(3){
    margin-top: 42px;
}
.message>div:nth-child(1)>div:nth-child(1)>input:nth-child(4){
    margin-top: 42px;
}
.message>div:nth-child(1)>div:nth-child(1)>textarea{
    box-sizing: border-box;
    padding:16px 28px;
    width:100%;
    height:156px;
    border: 1px solid #bbb;
    margin-top: 42px;
    outline: none;
    resize:none;
}
.message>div:nth-child(1)>div:nth-child(2){
    position: relative;
    width:1220px;
    height:50px;
    display: flex;
    align-items: center;
    margin:0 auto;
    margin-top:36px;
}
.message>div:nth-child(1)>div:nth-child(2)>input{
    width: 300px;
    height:50px;
    outline: none;
    border: 1px solid #bbb;
    box-sizing: border-box;
    padding-left: 28px;
}
.message>div:nth-child(1)>div:nth-child(2)>img{
    display: block;
    margin-left:52px;
}
.message>div:nth-child(1)>div:nth-child(2)>div{
    position:absolute;
    right:322px;
    width: 166px;
    height: 50px;
    background: #078F45;
    text-align: center;
    line-height:50px;
    color:white;
}
.message>div:nth-child(1)>div:nth-child(2)>span{
    position:absolute;
    right:0;
    font-size:16px;
    color:#858585;
}
