body {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: #F5F7FA;
}


#bqb{
	width: 100%;
	display: none;
	position: fixed;
  	bottom: 0;
 	width: 100%;
  	z-index: 9;
  	background: #fff;
  	font-size: 1em;
}

#bqb .table {
	display: table;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#bqb .table .row {
	display: table-row;
	vertical-align: middle;
}

#bqb .table .row .bq {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#bqb .table .row .bq>img {
	display: inline-block;
	padding: 0.9em 0em;
	width: 2.5em;
	height: 2.5em;
}
.chat_face{
	background:#fff;
	width:100%;
	height:35px;
	position:relative;
	top:-5px;
}
.chat_face img{
	padding-right:10px;
	float:right;
	width:30px;
	height:30px;
}
#textarea{
	font-size:1.2em;
}
.clear{
	float:right;
	height:30px;}
	
.masssend {
	margin:0px auto;
	width: 95%;
	}

.sendmessage_back {
	float: left;
    height: 2em;
    width: 2em;
    background: url("../../image/back.png") left no-repeat;
    background-size: 1em 1.8em;
} 

.masssend input {
	
	width: 100%;
	/* background: #DD0000; */
	color: #FFF;
	height: 3.5em;
	font-size: 1.2em;
}