  .contain {
	width: 800px;
	height: 500px;
	border: 1px solid #EEEEEE;
	position: absolute;
	top: 12%;
	left: 25%;
	overflow: hidden;
    display:none;
    z-index:9999;
   background:#fff;
}
.block{display:block !important;}
.chat_top {
	height: 70%;
	display: flex;
	flex-direction: column;
	background: #fafafa;
}

.top-box {
	display: flex;
	flex-wrap: wrap;
	overflow-y: scroll;
}
.send button{width:60px}
.chat-lst-1 {
	min-width: 400px;
	display: flex;
	padding: 20px;
}

.chat-lst-1 img {
	width: 40px;
	border-radius: 50%;
}

.chat-content-1 {
	max-width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	padding: 10px 20px;
	background-color: #EEEEEE;
	border-radius: 4px;
}

.chat-lst-2 {
	min-width: 400px;
	display: flex;
	justify-content: flex-end;
	padding: 20px;
	margin-left: auto;
}

.chat-lst-2 img {
	width: 40px;
	border-radius: 50%;
}

.chat-content-2 {
	max-width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	padding: 10px 20px;
	background-color: #32CD32;
	border-radius: 4px;
	word-break: break-word;
}

.chat_bottom {
	height: 30%;
	border-top: 1px solid #EEEEEE;
	padding: 10px;
}

.input textarea {
	width: 99%;
	margin: auto;
	resize: none;
	border: 0;
	font-size: 16px;
}

.input textarea:focus {
	outline: none;
}

.send {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.close_con {
	width: 100%;
	background: #64A3F3;
	color: #fff;
	display: flex;
	height: 60px;
	line-height: 60px;
}

.clo_title {
	width: 740px;
	padding-left: 20px;
	text-align: center;
	/*float: left;*/
}

.closebtn {
	/*float: right;*/
	width: 30px;
}

.closebtn img {
	width: 28px;
	margin-top: 14px;
	cursor: pointer;
}