.chat{
	width: 640px;
	position: fixed;
	bottom: 0;
	right: 0px;
	z-index: 99;
}
.chat-title{
	width: 640px;
	height: 60px;
	padding: 0 20px;
	background: #266DFB;
	border-radius: 8px 8px 0px 0px;
	display: flex;
}
.chat-box1{
	width: 80px;
}
.chat-box1 img{
	margin-top: 12px;
}
.chat-box2{
	width: 420px;
}
.chat-box2 span{
	display: block;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}
.chat-box2 span:first-child{
	margin-top: 10px;
}
.chat-box3{
	width: 100px;
	text-align: right;
}
.chat-box3 span{
	display: inline-block;
	width: 84px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	margin-top: 12px;
	cursor: pointer;
}

.chat-con{
	width: 100%;
	height: 500px;
	background: #FFFFFF;
}