#chatLists .header {
	border-bottom: 1px solid #eee;
}
#chatLists .content {
	font-size: 0.4rem;
}
#chatLists .content ul .noChat {
	text-align: center;
	color: #999;
	font-size: 0.363636rem;
	line-height: 1.2rem;
}
#chatLists .content ul li {
	padding: 0.290909rem;
	padding-right: 0;
	display: flex;
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #efefef;
}
#chatLists .content ul li img {
	width: 1.090909rem; /* 120 */
	height: 1.090909rem;
	object-fit: cover;
	flex-shrink: 0;
}
#chatLists .content ul li .messageInfo {
	flex-grow: 1;
	margin-left: 0.236363rem;
	margin-right: 0.290909rem;
}
#chatLists .content ul li .message1 {
	/* margin-bottom: 0.18rem; */
}
#chatLists .content ul li .message1, #chatLists .content ul li .message2 {
	display: flex;
}
#chatLists .content ul li .message1 div, #chatLists .content ul li .message2 div {
	flex-grow: 1;
	margin-right: 0.290909rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#chatLists .content ul li span {
	font-size: 0.363636rem; /* 40 */
	color: #999;
}
#chatLists .content ul li .message2 {
	font-size: 0.363636rem; /* 40 */
	color: #999;
}
#chatLists .content ul li i {
	font-style: normal;
	background: #ee0a24;
	color: #fff;
	font-size: 0.345454rem;
	border-radius: 50%;
	min-width: 0.50909rem; /* 56 */
	text-align: center;
}






#licenseInfoDetail_box + div .layui-layer-content {
	background: #F1F1F1;
}
#chat_box {
	font-size: 0.4rem;
	background: #F1F1F1;
	display: none;
	letter-spacing: 0.036363rem; /* 4 */
	overflow-y: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 100;
}
#chat_box .chat_box_space {
	height: 2.2rem;
}
#chat_box .chat_box_space.space2 {
	height: 5.36242rem;
}
#chat_box .header {
	background: #F1F1F1;
	border-bottom: 0.00909rem #e6e6e6 solid;
}
#chat_box .storeName {
	/* text-align: left; */
}
#chat_box .chat_bottom {
	width: 100%;
	position: fixed;
	bottom: 0;
}
#chat_box .inputBox {
	width: 100%;
	border-top: 0.00909rem #e9e9e9 solid;
	background: #F6F6F6;
	padding: 0.345454rem; /* 38 */
	padding-right: 0;
	display: flex;
	/* align-items: flex-end; */
	box-sizing: border-box;
}
#chat_box textarea {
	font-size: 0.4rem;
	border: 0;
	flex-grow: 1;
	padding: 0.145454rem; /* 16 */
	line-height: 0.6rem;
	-webkit-user-select: auto; /*webkit浏览器*/  
	-khtml-user-select: auto; /*早期浏览器*/  
	-moz-user-select: auto;/*火狐*/  
	-ms-user-select: auto; /*IE10*/  
	-o-user-select: auto;
	user-select: auto;
}
#chat_box .inputBox .button {
	display: flex;
	align-items: flex-end;
}
#chat_box .inputBox button {
	margin-left: 0.290909rem; /* 32 */
	font-size: 0.41rem;
	border: 0;
	color: #fff;
	border-radius: 0.06rem;
	padding: 0.02rem 0.3rem; /* 22 33 */
	background-image: linear-gradient(to left, #e4393c, #ff6671);
	height: fit-content;
}
#chat_box .inputBox .tool {
	display: flex;
	align-items: flex-end;
}
#chat_box .inputBox i {
	font-size: 0.69rem;
	padding-left: 0.236363rem; /* 26 */
	padding-right: 0.345454rem; /* 38 */
	height: fit-content;
}

#chat_box .messageList {
	padding: 0 0.345454rem; /* 38 */
}
#chat_box .time {
	line-height: 1rem; /* 110 */
	margin-top: 0.290909rem;
	font-size: 0.363636rem; /* 40 */
	color: #999;
	text-align: center;
}
#chat_box .newTip {
	line-height: 1rem; /* 110 */
	margin-top: 0.290909rem;
	font-size: 0.345454rem; /* 38 */
	color: #bbb;
	text-align: center;
}
#chat_box .newTip::before, #chat_box .newTip::after {
	display: inline-block;
	content: '';
	width: 1rem;
	height: 0.02rem;
	background: #bbb;
	margin: 0 auto;
	position: relative;
	top: -0.08rem;
}
#chat_box .message {
	display: flex;
	align-items: flex-start;
	margin: 0.290909rem 0;
}
#chat_box .message pre {
	max-width: 70%;
	padding: 0.236363rem; /* 26 */
	border-radius: 0.072727rem; /* 8 */
	line-height: 0.6rem;
	font-family: '黑体';
	white-space: pre-wrap;
	word-break: break-all;
}
#chat_box .message img {
	width: 0.818181rem; /* 90 */
	height: 0.818181rem; /* 90 */
	object-fit: cover;
}
#chat_box .message.left pre {
	background: #fff;
	margin-left: 0.236363rem;
}
#chat_box .message.right {
	justify-content: flex-end;
}
#chat_box .message.right pre {
	background: #fff;
	margin-right: 0.236363rem;
}
#chat_box .message.right i, #chat_box .message.right .weui-primary-loading {
	margin: auto 0.236363rem; /* 26 */
	/* margin-right: 0.236363rem; */
}
#chat_box .message.right i.error {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	background: #e4393c;
	min-width: 0.5rem; /* 55 */
	text-align: center;
	border-radius: 50%;
	font-size: 0.34rem;
}
#chat_box .message pre.goods {
	width: 65%;
	display: flex;
	font-size: 0.363636rem; /* 40 */
}
#chat_box .message pre.goods img {
	/* width: 100%;
	height: auto; */
	width: 2rem;
	height: 2rem;
	object-fit: cover;
	margin-right: 0.145454rem; /* 16 */
	flex-shrink: 0;
}
#chat_box .message pre.goods .info {
	display: flex;
	flex-wrap: wrap;
}
#chat_box .message pre.goods .goodsName {
	width: 100%;
	
	height: 1.090909rem; /* 120 */
	text-align: justify;
	/* margin: 0.236363rem 0; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#chat_box .message pre.goods .price {
	color: #e4393c;
	font-weight: bold;
	align-self: flex-end;
}
#chat_box .message pre.goods .price::before {
	content: "¥";
}
#chat_box .message pre.img img {
	width: auto;
	max-width: 4.2rem;
	height: 3rem;
}


#chat_box #chat_tool_box {
	display: none;
}
#chat_box #chat_tool_box {
	background: #F6F6F6;
	padding: 0.3rem 2%;
}
#chat_box #chat_tool_box .item {
	display: inline-block;
	width: calc(80% / 4);
	padding: 0.10909rem 0;
	position: relative;
}
#chat_box #chat_tool_box .item {
	padding: 0 2%;
}
#chat_box #chat_tool_box .item div {
	text-align: center;
}
#chat_box #chat_tool_box .item i {
	font-size: 0.7rem;
	padding: 0.4rem;
	background: #fff;
	border-radius: 0.2rem;
}
#chat_box #chat_tool_box .item .title {
	font-size: 0.35rem;
	color: #999;
	margin-top: 0.236363rem;
	margin-bottom: 0.290909rem;
}
#chat_box #chat_tool_box .item input {
	position: absolute;
	width: 84%;
	height: 87%;
	opacity: 0;
	z-index: 1;
}




#chat_goods .title {
	color: #333;
	font-size: 0.4rem;
	margin-top: 0.1rem; /* 11 */
}
#chat_goods .title i {
	font-size: 0.42rem;
	float: right;
	font-style: normal;
	padding: 0.290909rem;
	padding-bottom: 0;
	position: relative;
	right: -0.290909rem;
	top: -0.290909rem;
}
#chat_goods img {
	width: 3rem;
	height: 3rem;
	object-fit: cover;
	margin-bottom: 0.236363rem; /* 26 */
}
#chat_goods .price {
	color: #e4393c;
	font-size: 0.38rem;
}


