.html-body-overflow {
	position: fixed !important;
	top: 0 !important;
	bottom:0 !important;
	z-index: 1 !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}

.chat-websocket {
	position: fixed;
	right: 2px;
	bottom: 20%;
	z-index: 1000;
	width: 44px;
	height: 44px;
	background-image: url(../images/contactCustomer.png);
	background-size: 100% 100%;
}

.chat-websocket .badge-view {
	position: relative;
	top: -25px;
	text-align: center;
}

.chat-websocket .badge {
	display: inline-block;
	padding: 0 6px;
	font-size: 12px;
	text-align: center;
	background-color: #FF5722;
	color: #fff;
	border-radius: 2px;
	visibility: hidden;
}

.chat-window {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1010;
	width: 100%;
	height: 100%;
	background: #666;
	box-sizing: border-box;
	display: none;
}

.chat-window .close-window {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 44px;
	background: #21292c;
	z-index: 10;
}

.chat-window .close-window .closebtn-chat {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	color: #fff;
	font-size: 14px;
	line-height: 44px;
	text-align: center;
}

.chat-window .close-window .kf-server {
	position: absolute;
	top: 0;
	left: 50px;
	right: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
}

.chat-window>.chat-record {
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
	bottom: 44px;
	z-index: 1;
	width: 100%;
	background: #ebebeb;
	box-sizing: border-box;
}

.chat-window>.chat-record .wrapper-cr-view {
	z-index: 1;
	width: 100%;
	min-height: 100%;
}

.chat-window>.chat-record .wrapper-cr-view .item-view {
	position: relative;
	bottom: 0;
	transition: bottom .3s;
}

.chat-window .footer-chat-clinent {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 44px;
	box-shadow: 0 0 2px 0 #aaa;
	background: #f4f4f6;
	z-index: 10;
	transition: height .3s;
}

.footer-chat-clinent>.chat-input-box {
	height: 44px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 4px 6px;
	box-sizing: border-box;
}

.chat-window .chat-input-box>.inputbox {
	border: 1px solid #ddd;
	padding: 9px 0 9px 8px;
	text-align: left;
	vertical-align: middle;
	color: #333;
	background: #fff;
	line-height: 1;
	font-size: 16px;
	border-radius: 4px;
	resize: none;
	-webkit-appearance: none;
	outline: none;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.chat-window .chat-input-box>.inputbox>img {
	position: relative;
	top: -3px;
	width: 24px;
	height: 24px;
	margin: 0 2px;
	vertical-align: middle;
}

.chat-window .chat-input-box>.inputbox {
	overflow: -moz-scrollbars-none;
}

.chat-window .chat-input-box>.inputbox::-webkit-scrollbar {
	height: 0;
}

.chat-input-box .chat-component-bool {
	width: 36px;
	height: 36px;
	margin-right: 6px;
	background-image: url(../images/add.png);
	background-size: 100% 100%;
}

.footer-chat-clinent .chat-component-list {
	display: none;
	height: 176px;
	box-sizing: border-box;
	padding: 12px;
	zoom: 1;
}

.footer-chat-clinent .chat-emoji {
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	height: 176px;
	display: none;
	background: #f4f4f6;
	box-sizing: border-box;
	padding: 12px;
	zoom: 1;
}

.footer-chat-clinent .chat-emoji .item {
	float: left;
	width: 12.5%;
	padding: 0 0 12px;
	text-align: center;
}

.footer-chat-clinent .chat-emoji .item>img {
	width: 24px;
	height: 24px;
}

.footer-chat-clinent .chat-component-list::after,
.footer-chat-clinent .chat-emoji:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.footer-chat-clinent .chat-component-list .component-view {
	text-align: center;
	float: left;
	width: 25%;
	padding: 0 0 12px;
}

.footer-chat-clinent .chat-component-list .component-view .cbox {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	background-size: 60% 60%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

.webuploader-container {
	position: relative;
}

.webuploader-element-invisible {
	position: absolute !important;
	left: 0;
	width: 100%;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 60px;
	height: 60px;
}

.footer-chat-clinent .chat-component-list .component-view.pic .cbox {
	background-image: url(../images/tup.png);
}

.footer-chat-clinent .chat-component-list .component-view.biaoq .cbox {
	background-image: url(../images/biaoq.png);
}

.chat-window .chat-input-box>.send {
	margin-left: 6px;
	padding: 0 15px;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #67c23a !important;
	background-color: #67c23a;
	width: auto;
	height: auto;
	line-height: 1;
	background-image: none !important;
}

.wrapper-cr-view .lisnx {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 10px;
}

.wrapper-cr-view .lisnx .toux-pic {
	width: 42px;
	height: 42px;
}

.wrapper-cr-view .lisnx .toux-pic>img {
	width: 100%;
	height: 100%;
	background: #fff;
}

.wrapper-cr-view .lisnx .content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.wrapper-cr-view .lisnx .content>.datatime {
	font-size: 12px;
	color: #999;
}

.wrapper-cr-view .lisnx .content>.text {
	position: relative;
	display: inline-block;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	padding: 4px 10px;
	border-radius: 4px;
	text-align: left;
	word-break: break-all;
	vertical-align: middle;
}

.wrapper-cr-view .lisnx .content>.text img {
	width: 24px;
	height: 24px;
	margin: 0 2px;
	vertical-align: middle;
}

.wrapper-cr-view .lisnx .content>.images {
	position: relative;
	display: inline-block;
}

.wrapper-cr-view .lisnx .content>.images>span {
	display: inline-block;
}

.wrapper-cr-view .lisnx .content>.images img {
	width: 100px;
}

.wrapper-cr-view .lisnx .content>.images i.loading,
.wrapper-cr-view .lisnx .content>.text i.loading {
	position: absolute;
	display: inline-block;
	left: -25px;
	width: 20px;
	height: 20px;
	background-image: url(../images/loading.png);
	background-size: 100% 100%;
	animation: rotate 2s linear infinite;
	-webkit-animation: rotate 2s linear infinite;
}

.wrapper-cr-view .lisnx .content>.images i.serror,
.wrapper-cr-view .lisnx .content>.text i.serror {
	position: absolute;
	display: inline-block;
	left: -25px;
	width: 20px;
	height: 20px;
	background-image: url(../images/serror.png);
	background-size: 100% 100%;
}

.wrapper-cr-view .lisnx .content>.text:before {
	content: '';
	position: absolute;
	top: 8px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

.wrapper-cr-view .left .lisnx .content>.text {
	background: #fff;
}

.wrapper-cr-view .left .lisnx .content>.text:before {
	left: -5px;
	background: #fff;
}

.wrapper-cr-view .left .lisnx .content {
	text-align: left;
	padding: 0 54px 0 0;
}

.wrapper-cr-view .left .lisnx .toux-pic {
	margin-right: 12px;
}

.wrapper-cr-view .right .lisnx .toux-pic {
	margin-left: 12px;
}

.wrapper-cr-view .right .lisnx .content>.text {
	background: #b1e866;
}

.wrapper-cr-view .right .lisnx .content>.text:before {
	right: -5px;
	background: #b1e866;
}

.wrapper-cr-view .right .lisnx .content {
	text-align: right;
	padding: 0 0 0 54px;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	from {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg) translateZ(0);
	}
	to {
		-webkit-transform: rotate(360deg) translateZ(0);
	}
}

@-moz-keyframes loading {
	from {
		-moz-transform: rotate(0deg) translateZ(0);
	}
	to {
		-moz-transform: rotate(360deg) translateZ(0);
	}
}

.pullDown {
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #999;
}

.pullDown .pullDownIcon {
	background: url("../images/arrow.png") no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	margin-top: 8px;
	margin-bottom: 8px;
	background-position: center;
	margin-left: 25%;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 250ms;
	-moz-background-size: auto 100%;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 250ms;
}

.pullDown .pullDownIcon {
	display: none;
	-webkit-transform: rotate(0deg) translateZ(0);
	-moz-transform: rotate(0deg) translateZ(0);
}

.pullDown.flip .pullDownIcon {
	-webkit-transform: rotate(-180deg) translateZ(0);
	-moz-transform: rotate(-180deg) translateZ(0);
}

.pullDownLabel img {
	width: 13px;
	height: 13px;
	margin-top: -1px;
	vertical-align: -2px;
	margin-right: 5px;
}

.pullDown.loading .pullDownIcon {
	background-image: url(../images/loading.png);
	background-size: 100% auto;
	background-position: 0 100%;
	-webkit-transform: rotate(0deg) translateZ(0);
	-webkit-transition-duration: 0ms;
	-webkit-animation-name: loading;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-transform: rotate(0deg) translateZ(0);
	-moz-transition-duration: 0ms;
	-moz-animation-name: loading;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
}