.qq {
	display: block;
	width: 600px;
	/*宽*/
	/*高*/
	background: #fff;
	/*背景颜色*/
	
	border-radius: 5px;
	/*Html5 圆角*/
}

.qq p {
	font-size: 12px;
	color: #666;
	font-family: "微软雅黑";
	line-height: 45px;
	text-indent: 20px;
	
}

.qq .message {
	width: 560px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	outline: none;
	border: 1px solid #ddd;
	padding: 8px;
	box-sizing: border-box;
	font-size: 14px;
	-webkit-background-clip: text;
	background-image: linear-gradient(to right, #778899 0%, #333 100%);
	/*粗细 风格 颜色*/
}

.qq .But {
	width: 560px;
	
	margin: 15px auto 0px;
	position: relative;

	/*相对，参考对象*/
}

.qq .But img.bq {
	cursor: pointer;
	float: left;
	/*左浮动*/
}

.qq .But span.submit {
	width: 80px;
	height: 30px;
	background: rgba(30, 111, 228, 1);
	display: block;
	float: right;
	margin-bottom: 10px;
	/*右浮动*/
	line-height: 30px;
	border-radius: 5px;
	cursor: pointer;
	/*手指*/
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-family: "微软雅黑";
}

/*face begin*/
.qq .But .face {
	width: 440px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 12px #666;
	position: absolute;
	z-index: 100;
	/*绝对定位*/
	top: 21px;
	left: 15px;
	display: none;
	/*隐藏*/
}

.qq .But .face ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 8px;
	box-sizing: border-box;
}

.qq .But .face ul li {
	width: 30px;
	height: 30px;
	list-style-type: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*msgCon begin*/
.msgCon {
	width: 600px;
	margin: 0px auto;
	margin-bottom: 60px;
}

.msgCon .msgBox {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 16px;
	border-radius: 4px;
}

.msgCon .msgBox .headUrl {
	width: 100%;
	height: 60px;
	border-bottom: 1px dotted #ddd;
	display: flex;
	align-items: center;
}

.msgCon .msgBox .headUrl img {
	width: 46px;
	height: 46px;
	border-radius: 50%
}

.msgCon .msgBox .headUrl div {
	flex: 1;
	display: flex;
	flex-flow: column;
	font-size: 16px;
	margin-left: 16px;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(to top, #b224ef 0%, #7579ff 100%);
}

.msgCon .msgBox .headUrl div .time {
	font-size: 14px;
	margin-top: 6px;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%);
}

.msgCon .msgBox .headUrl a {
	font-size: 14px;
	padding: 10px;
	color: salmon;
	cursor: pointer;
}

.msgCon .msgBox .msgTxt {
	font-size: 14px;
	color: #666;
	min-height: 40px;
	line-height: 24px;
	padding: 10px;
	box-sizing: border-box;
	word-wrap: break-word;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(to right, #778899 0%, #333 100%);
}
