/*
* @Author: bigQ
* @Date:   2018-07-27 10:52:28
* @Last Modified by:   bigQ
* @Last Modified time: 2018-07-27 12:03:17
*/
.i_footInput{font-size: 14px;color: #8a8a8a;}
.i_footInput input[type="text"],textarea.messageInfo{width: 100%;color: #fff; border:1px solid #8a8a8a;background-color: #222222; margin-bottom:12px;border-radius: 4px;padding:0 8px;}
.i_footInput input[type="text"]{height: 35px;line-height: 33px;}
textarea.messageInfo{height: 128px;line-height: 28px;overflow:auto;padding:8px 10px;resize:none;}
.i_btnSubmit{width: 100%; height: 35px;line-height: 35px;text-align: center;background-color:#323232;color: #8a8a8a;border:0;border-radius: 4px;}
.i_footMessageForm input:-moz-placeholder,   
.i_footMessageForm textarea:-moz-placeholder {   
    color: #8a8a8a;   
}   
  
.i_footMessageForm input:-ms-input-placeholder,   
.i_footMessageForm textarea:-ms-input-placeholder {   
    color: #8a8a8a;   
}   
  
.i_footMessageForm input::-webkit-input-placeholder,   
.i_footMessageForm textarea::-webkit-input-placeholder {   
    color: #8a8a8a;   
}  