/*在线留言*/
.contact_message li .ibox {
  background-color: #f3f3f3;
  color: #929292;
}
.contact_message li .lable {
  width: 3.5rem;
  flex-shrink: 1;
}
.contact_message li .ibox input {
  background-color: transparent;
  width: 100%;
  font-size: 0.875rem;
}
.contact_message li .ibox textarea {
  background-color: transparent;
  width: 100%;
  font-size: 0.875rem;
}
/*在线留言*/
