.Chat {
	position: fixed;
	bottom: 50%;
	right: 50px;
	width: 35px;
	height: 35px;
	z-index: 13;
	cursor: pointer;
	background: url(../images/Message.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.Chat img {
	width: 100%;
	height: 100%;
}

.Chat-box {
	width: 550px;
	height: 537px;
	background: #ffffff;
	border: 1px solid #CACACB;
	box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
	position: fixed;
	bottom: 10px;
	right: 112px;
	/*top: 50%;
        left: 50%;*/
	/*margin-top: -275px;
        margin-left: -275px;*/
	z-index: 13;
	border-radius: 5px;
	display: none;
	overflow: hidden;
}

.Chat-top {
	width: 100%;
	height: 60px;
}

.Chat-top .tuozhuai-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 14;
	cursor: move;
	border-bottom: 1px solid #E0E0E0;
}

.Chat-top .touxiang {
	position: absolute;
	width: 35px;
	height: 35px;
	left: 18px;
	top: 11px;
}

.Chat-top .touxiang img {
	width: 100%;
	height: 100%;
}

.Chat-top .chat-name {
	width: 380px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 100%;
	position: absolute;
	left: 60px;
	top: 0;
	font-size: 20px;
	line-height: 60px;
}

.Chat-top .chat-x {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 16px;
	top: 21px;
	cursor: pointer;
	z-index: 15;
}

.Chat-top .chat-x img {
	width: 100%;
	height: 100%;
}

.Chat-content {
	width: 390px;
	height: 486px;
	background: #ffffff;
	float: left;
	overflow: hidden;
	border-right: 1px solid #E0E0E0;
}

.Chat-content .ChatDetail {
	width: 390px;
	height: 390px;
	background: #F8F8F8;
	border-bottom: 1px solid #E0E0E0;
	overflow: auto;
}

.Chat-content .ChatDetail .Chat-one {
	width: 100%;
	height: 340px;
}

.Chat-content .ChatDetail .Chat-top {
	width: 100%;
	height: auto;
}

.Chat-content .More-p {
	-moz-user-select: none; /*���*/
	-webkit-user-select: none; /*webkit�����*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*���������*/
	user-select: none;
}

.Chat-content .chat-time {
	width: 100%;
	height: 100%;
	line-height: 35px;
	font-size: 13px;
	text-align: center;
	-moz-user-select: none; /*���*/
	-webkit-user-select: none; /*webkit�����*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*���������*/
	user-select: none;
}

.Chat-content .opposite-chat-detail {
	height: auto;
	overflow: hidden;
}

.Chat-content  .opposite-chat-detail img {
	width: 35px;
	height: 35px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.Chat-content .opposite-chat-detail .chat-p {
	max-width: 252px;
	min-height: 28px;
	height: auto;
	float: left;
	background: #ffffff;
	border-radius: 5px;
	margin-left: 10px;
	margin-top: 12px;
	padding: 5px;
	box-sizing: border-box;
	word-break: normal;
}

.Chat-content .chat-detail {
	height: auto;
	min-height: 50px;
	overflow: hidden;
}

.Chat-content .chat-detail img {
	width: 35px;
	height: 35px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

.Chat-content .chat-detail .chat-p {
	max-width: 252px;
	min-height: 28px;
	height: auto;
	float: right;
	background: #ffffff;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: 12px;
	padding: 5px;
	box-sizing: border-box;
	word-break: normal;
}

.Chat-content .Chat-two {
	width: 390px;
	height: 30px;
	border-bottom: 1px solid #E0E0E0;
}

.Chat-content .Chat-three {
	width: 390px;
	height: 96px;
}

.Chat-content .Chat-three .chat-send {
	width: 60px;
	height: 86px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 86px;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	cursor: pointer;
	background: #3399FF;
	color: #ffffff;
}

.Chat-content .Chat-three .chat-neirong {
	resize: none;
	width: 322px;
	height: 66px;
	padding: 10px;
	padding-right: 15px;
	border: none;
	outline: none;
	float: left;
}

.Chat-last {
	width: 156px;
	height: 448px;
	background: #ffffff;
	float: left;
	overflow: hidden;
	overflow: auto;
}

.Chat-last li {
	height: 26px;
	font-size: 13px;
	line-height: 26px;
	padding-left: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-bottom: 1px solid #E1E1E1;
	-moz-user-select: none; /*���*/
	-webkit-user-select: none; /*webkit�����*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*���������*/
	user-select: none;
}

.Chat-last li:hover {
	color: #3399FF;
}