.message_div1{
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.message_div2{
    width: calc(100% - 2px);
    border: 1px solid #3399FE;
}
.message_text{
    box-shadow: none;
    -webkit-appearance: none;
    overflow: auto;
    padding: 10px;
    height: 90px;
    margin: 0;
    resize: none;
    color: #999999;
    width: calc(100% - 20px);
    border: none;
    outline: none;
}
.message_other{
    width: calc(100% - 20px);
    border-top: 1px solid #EEEEEE;
    padding: 10px;
    display: table;
}
.message_other p,input{
    float: left;
    display: block;
    color: #666666;
}
.message_other p{
    line-height: 30px;
    font-size: 12px;
}
.message_other input{
    border: 1px solid #CCCCCC;
    width: 150px;
    height: 20px;
    line-height: 20px;
    padding: 4px;
    outline: none;
    margin-right: 20px;
    font-size: 12px;
}
.message_btn{
    height: 30px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #3399FE;
    background-color: #3399FE;
    float: right;
}

@media (max-width: 900px) {
    .footer_put{
        /*display: none!important;*/
    }
    .message_div1{
        width: calc(100% - 10px);
        margin: 10px auto;
    }
    .message_other div{
        width: 100%;
        display: table;
        margin-bottom: 10px;
    }
    .message_other input{
        width: calc(100% - 50px);
        margin-right: 0;
    }
    .message_btn{
        width: 35%;
    }
}