.customer_footer {
	position: fixed;
	right: 0;
	width: 300px;
	bottom: 0;
	box-sizing: border-box;
	font-size: 15px;
	background: #377eff;
	color: #FFFFFF;
	z-index: 99999;
}

.customer_footer span {
	margin-left: 10px;
}

.customer_footer .icon-pinglun1 {
	font-size: 30px;
	left: 40px;
	top: 13px;
	position: absolute;
}

.customer_news {
	width: 30px;
	height: 30px;
	left: -15px;
	top: -15px;
	text-align: center;
	line-height: 30px;
	background: #ff0000;
	color: #FFFFFF;
	border-radius: 50%;
	position: absolute;
}

.customer_news_bg {
	width: 280px;
	position: absolute;
	bottom: 80px;
	z-index: 90;
	display: none;
	right: 10px;
	height: 140px;
	cursor: pointer;
	padding: 10px;
	color: #333333;
	font-size: 12px;
	box-sizing: border-box;
	background: url(../images/info-bg.png);
	background-size: 100% 100%;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .11);
}

.customer_news_bg p img {
	width: 40px;
	height: 40px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.customer_news_bg p {
	width: 100%;
	display: inline-block;
	line-height: 18px;
}

.customer_news_bg p:nth-child(1) {
	line-height: 40px;
}

.customer_list {
	position: fixed;
	right: 0;
	display: none;
	z-index: 9999;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 300px;
	font-size: 13px;
	box-sizing: border-box;
	height: 300px;
	color: #333333;
	bottom: 80px;
	background: #FFFFFF;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .11);
}

.customer_list h2 {
	background: #007AFF;
	color: #FFFFFF;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
}

.customer_list h2 i {
	margin-right: 5px;
	font-size: 20px;
	float: left;
}
.customer_list h2 i.right{
	float:right;
	transform: rotate(180deg);
}
.customer_list .customer_list_h div {
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #F2F2F2;
	width: 100%;
	position: relative;
	font-size: 12px;
	display: inline-block;
}

.customer_list .customer_list_h div:nth-last-child(1) {
	border-bottom: none;
}

.customer_list .customer_list_h div img {
	width: 45px;
	border-radius: 50%;
	height: 45px;
	margin-right: 10px;
	float: left;
}

.customer_list .customer_list_h div p {
	width: 100%;
	margin-top: 5px;
	color: #ff3f13;
	margin-bottom: 10px;
}

.customer_list .customer_list_h div a {
	border: 1px solid #007AFF;
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	padding: 5px 8px;
	color: #007AFF;
}

.customer_list_h {
	max-height: 260px;
	overflow: hidden;
	overflow-y: auto;
}
.customer_list_h .no-conversation{
	text-align:center;
}
.customer_btn {
	cursor: pointer;
	padding: 20px 30px 20px 100px;
	width: 100%;
	display: inline-block;
	text-align: left;
}

.customer_list_h::-webkit-scrollbar,
.chat_list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #cecece;
}

.chat {
	display: none;
}

.customer_list_h .num {
	width: 16px !important;
	height: 16px;
	background: #ff0000;
	color: #FFFFFF;
	text-align: center;
	padding: 0 !important;
	left: 124px;
	top: 14px;
	line-height: 16px;
	position: absolute !important;
	border-radius: 50%;
	font-size: 9px !important;
}

/*定义滚动条轨道 内阴影+圆角*/
.customer_list_h::-webkit-scrollbar-track,
.chat_list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #FFFFFF;
	border-radius: 10px;
	background-color: #cecece;
}

/*定义滑块 内阴影+圆角*/
.customer_list_h::-webkit-scrollbar-thumb,
.chat_list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #cecece;
}

.customer_footer .chat {
	width: 300px;
	position: fixed;
	bottom: 80px;
	right: 0;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 500px;
	box-sizing: border-box;
	background: #fcfcfc;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .11);
}

.chat .tit {
	background: #007AFF;
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
}

.chat .tit img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	float: left;
}

.chat .tit h2 {
	font-size: 13px;
	margin-bottom: 10px;
}

.chat .tit p {
	font-size: 12px;
	float:left;
	font-style: normal;
	width:210px;
}
.chat .tit p em{
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:180px;
	font-style: normal;
}
.chat .tit i {
	cursor: pointer;
	float: right;
	transform: rotate(180deg);
}

.chat_list {
	color: #333333;
	font-size: 12px;
	overflow-y: auto;
	height: 300px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.onload {
	text-align: center;
	color: #999999;
	line-height: 50px;
	cursor: pointer;
}

.chat_li {
	padding: 0 15px;
	width: 100%;
	color: #666666;
	box-sizing: border-box;
}

.chat_li .info {
	padding: 5px 10px;
	margin-top: 10px;
	display: inline-block;
	line-height: 20px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	border-radius:5px;
}

.chat_li_l {
	width: 100%;
	margin-top: 10px;
}

.chat_li_r {
	margin-top: 15px;
}

.chat_li_r .name {
	text-align: right;
}

.chat_li_r .info {
	background: #007AFF;
	color: #FFFFFF;
	float:right;
}

.chat_input {
	height: 140px;
}

.chat_input textarea {
	width: 100%;
	height: 90px;
	position: relative;
	box-sizing: border-box;
	border: none;
	border-top: 1px solid #F2F2F2;
	padding: 10px;
}

.chat_input .bottom {
	color: #333333;
	padding: 0 20px;
	line-height: 50px;
	box-sizing: border-box;
}

.chat_input .bottom i {
	font-size: 20px;
	margin-right: 10px;
	cursor: pointer;
	color: #dcdcdc;
}

.chat_input .bottom div {
	padding: 0 8px;
	background: #007AFF;
	color: #FFFFFF;
	font-size: 13px;
	cursor: pointer;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	float: right;
	border-radius:3px;
}
.c_sale {
	background: #FFFFFF;
}

.c_sale-title {
	border-bottom: 1px solid #f2f2f2;
	line-height: 30px;
	padding:0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#333;
}

.c_sale-top {
	margin-top: 10px;
	width: 100%;
	display: flex;
	padding:0 5px 5px;
}
.c_sale-top img{
	width:100px;
}
.c_sale-text {
	color: #999999;
	padding-left: 5px;
	line-height: 17.5px;
	font-size: 12px;
	width: calc(100% - 62px);
}

.c_sale-text img {
	width: 62px;
	float: left;
	height: 42px;
}