#hlk_chat_panel a,
#hlk_chat_panel button,
#hlk_chat_panel p,
#hlk_chat_panel ul,
#hlk_chat_panel li {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    text-decoration: none
}

#hlk_chat_panel *::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

#hlk_chat_panel *::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    border-radius: 4px;
}

#hlk_chat_panel {
    /* width: 560px;
    margin: 20px auto; */
    color: #333;
    font-size: 14px;
}

@keyframes breath {
    from {
        opacity: 0.1;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0.1;
    }
}

@keyframes record-breath {
    from {
        color: #ed5f00;
    }

    50% {
        color: #fff;
    }

    to {
        color: #ed5f00;
    }
}

#hlk_chat_panel .chat-human {
    background-image: none !important;
}

#hlk_chat_panel .chat-human .cicon-chat::before {
    font-size: 4.80vw;
    color: #fff;
}

#hlk_chat_panel .mobile .chat-human .cicon-chat::before {
    font-size: 9.60vw;
    color: #fff;
}

#hlk_chat_panel .chat-robot-bubble {
    position: fixed;
    z-index: 9999;
    max-width: 260px;
}

#hlk_chat_panel .mobile .chat-robot-bubble {
    max-width: 66.67vw;
}

#hlk_chat_panel .chat-robot-bubble .talk-bubble {
    text-align: left;
}

#hlk_chat_panel .emoji-img {
    width: 20px;
    height: 20px;
}



@-webkit-keyframes robotWave {
    0% {
        box-shadow: 0 0 0 0px rgba(7, 114, 255, 0.3), 0 0 0 2px rgba(7, 114, 255, 0.1);
    }

    25% {
        box-shadow: 0 0 0 2px rgba(7, 114, 255, 0.3), 0 0 0 6px rgba(7, 114, 255, 0.1);
    }

    50% {
        box-shadow: 0 0 0 4px rgba(7, 114, 255, 0.3), 0 0 0 10px rgba(7, 114, 255, 0.1);
    }

    75% {
        box-shadow: 0 0 0 6px rgba(7, 114, 255, 0.3), 0 0 0 14px rgba(7, 114, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 8px rgba(7, 114, 255, 0.3), 0 0 0 16px rgba(7, 114, 255, 0.1);
    }
}

@keyframes robotWave {
    0% {
        box-shadow: 0 0 0 0px rgba(7, 114, 255, 0.3), 0 0 0 2px rgba(7, 114, 255, 0.1);
    }

    25% {
        box-shadow: 0 0 0 2px rgba(7, 114, 255, 0.3), 0 0 0 6px rgba(7, 114, 255, 0.1);
    }

    50% {
        box-shadow: 0 0 0 4px rgba(7, 114, 255, 0.3), 0 0 0 10px rgba(7, 114, 255, 0.1);
    }

    75% {
        box-shadow: 0 0 0 6px rgba(7, 114, 255, 0.3), 0 0 0 14px rgba(7, 114, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 8px rgba(7, 114, 255, 0.3), 0 0 0 16px rgba(7, 114, 255, 0.1);
    }
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}


#hlk_chat_panel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: unset;
	filter: none;
	transition: all 1s;
}

#hlk_chat_panel .ui-chat-common-btn {
    /* background: -webkit-linear-gradient(to bottom, #007cf8, #03b0e6);
    background: -moz-linear-gradient(to bottom, #007cf8, #03b0e6);
    background: -ms-linear-gradient(to bottom, #007cf8, #03b0e6);
    background: -o-linear-gradient(to bottom, #007cf8, #03b0e6);
    background: linear-gradient(to bottom, #007cf8, #03b0e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007cf8', endColorstr='#03b0e6'); */
	background: #3e84f1;
    padding: 6px 14px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
}

#hlk_chat_panel .scroll-smooth {
    scroll-behavior: smooth;
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
}

@-webkit-keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}

	0% {
		opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
        -webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
        -webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
  
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
  
	to {
		transform: translate3d(0, 0, 0);
	}
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

#hlk_chat_panel .chat-video-wrap {
	min-width: 220px;
	min-height: 400px;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	position: fixed;
	z-index: 9999999;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#hlk_chat_panel .chat-video-controls {
	width: 110px;
	height: 26px;
	margin: auto;
	border-radius: 3px;
	background: rgba(0, 0, 0, .5);
	left: 50%;
	top: 100%;
	transform: translate(-50%, -100%);
	z-index: 99;
	position: absolute;
	display: none;
}

#hlk_chat_panel .chat-video-wrap:hover .chat-video-controls {
	display: block;
}

#hlk_chat_panel .chat-video-control {
	width: 36px;
	height: 26px;
	float: left;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #f1f1f1;
}

#hlk_chat_panel .chat-video-control:hover {
	background: rgba(0, 0, 0, .6);
}

#hlk_chat_panel .chat-video-control:first-child {
	border-radius: 3px 0 0 3px;
}

#hlk_chat_panel .chat-video-control:last-child {
	border-radius: 0 3px 3px 0;
	border: none;
}

#hlk_chat_panel .chat-video-control [class^="cicon-"]:before {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.image-preview-wrap {
	background: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000
}

.image-preview-wrap._hide {
	display: none;
}

#hlk_chat_panel .slider-slide img{
	max-width: 500px;
}

#hlk_chat_panel .simple-slider .slider-slide {
	float: none;
}</style><style type="text/css">/* project id 2286903 */
@font-face {
	font-family: 'chatfont';
	/* project id 2286903 */
	src: url('//at.alicdn.com/t/font_2286903_iwm3kvjifxq.eot');
	src: url('//at.alicdn.com/t/font_2286903_iwm3kvjifxq.eot?#iefix') format('embedded-opentype'),
		url('//at.alicdn.com/t/font_2286903_iwm3kvjifxq.woff2') format('woff2'),
		url('//at.alicdn.com/t/font_2286903_iwm3kvjifxq.woff') format('woff'),
		url('//at.alicdn.com/t/font_2286903_iwm3kvjifxq.ttf') format('truetype'),
		url('//at.alicdn.com/t/font_2286903_iwm3kvjifxq.svg#chatfont') format('svg');
}

#hlk_chat_panel [class*=" cicon-"]:before,
#hlk_chat_panel [class^="cicon-"]:before {
	font-family: "chatfont" !important;
	color: #333333;
	font-size: 14px;
	font-style: normal;
}

.cicon-emoji:before {
    content: '\e810'
}

.cicon-thumb:before {
    content: '\e826'
}

.cicon-service:before {
    content: '\e61c'
}

.cicon-del:before {
    content: '\e628'
}

.cicon-sound:before {
    content: '\e7ec'
}

.cicon-voice:before {
	content: '\e94d';
}

.cicon-mute:before {
	content: '\e7ef';
}

.cicon-image:before {
	content: '\e63f';
}

.cicon-close:before {
	content: '\e603';
}

.cicon-qrcode:before {
	content: '\e668';
}

.cicon-service:before {
	content: '\e658';
}

.cicon-back:before {
	content: '\e7e0';
}

.cicon-more:before {
	content: '\e60d';
}

.cicon-quickly:before {
	content: '\e61a';
}

.cicon-pause:before {
	content: '\e60b';
}

.cicon-play:before {
	content: '\e7c3';
}

.cicon-video:before {
	content: '\e68b'
}

.cicon-prev:before {
	content: '\e65f';
}

.cicon-next:before {
	content: '\e615';
}

.cicon-close-circle:before {
	content: '\e632';
}

.cicon-home:before {
	content: '\e67a';
}

.cicon-telephone:before {
	content: '\e739';
}

.cicon-msg-fail:before {
	content: '\e745';
}


	.hide[sss3a261016] {
		display: none;
	}

	.fadeIn[sss3a261016] {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}

	.fadeOut[sss3a261016] {
		-webkit-animation-name: fadeOut;
		animation-name: fadeOut;
	}

	.ui-chat-panel[sss3a261016] {
		position: fixed;
		z-index: 9999;
		background: #fff;
		box-shadow: 2px 0 18px rgba(204, 204, 204, .44)
	}

	.ie-border[sss3a261016] {
		border: 1px solid #ccc;
	}

	._clear[sss3a261016]:after,
	._clear[sss3a261016]:before {
		content: '';
		display: block;
		visibility: hidden;
		clear: both;
	}

	.chat-panel-head[sss3a261016] {
		background: #0f92fd;
		padding: 11px 15px;
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
	}

	.chat-panel-head span[sss3a261016] {
		float: left;
		color: #fff;
	}

	.ui-chat-online-state[sss3a261016] {
		font-size: 12px;
		background: #42db2a;
		border-radius: 4px;
		line-height: 12px;
		font-weight: normal;
		padding: 3px;
		margin-left: 5px
	}

	.ui-panel-btns[sss3a261016] {
		position: absolute;
		right: 10px;
		top: 6px;
	}

	.chat-panel-close[sss3a261016] {
		display: inline-block;
	}

	.panel-voice[sss3a261016] {
		display: inline-block;
		margin-right: 5px
	}

	#hlk_chat_panel .ui-panel-btns button[sss3a261016] {
		border: none;
		background: none;
		cursor: pointer;
	}

	#hlk_chat_panel .ui-panel-btns i[sss3a261016]:before {
		color: #fff;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		font-weight: 600
	}

	.ui-chat-left[sss3a261016] {
		float: left;
		width: 350px;
		position: relative;
	}

	.chat-panel-toast[sss3a261016] {
		position: absolute;
		top: 0;
		left: 0;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		color: #fff;
		width: 100%;
		text-indent: 10px;
		z-index: 999;
	}

	.chat-panel-toast.text[sss3a261016] {
		background: #9ecaef;
	}

	.chat-panel-toast.success[sss3a261016] {
		background: #53d389;
	}

	.chat-panel-toast.warn[sss3a261016] {
		background: #f9c16e;
	}

	.chat-panel-toast.error[sss3a261016] {
		background: #fc431d;
	}

	.chat-panel-typing[sss3a261016] {
		position: absolute;
		padding: 5px 10px;
		background: rgba(0, 0, 0, .4);
		z-index: 999;
		top: 315px;
		left: 10px;
		color: #fff;
		border-radius: 5px;
		font-size: 12px;
		line-height: 12px
	}

	.ui-input-panel[sss3a261016] {
		border-right: 1px solid #f2f2f2;
	}

	.ui-chat-toolbar[sss3a261016] {
		border-top: 1px solid #f2f2f2;
		padding: 5px 10px 5px;
		position: relative;
	}

	#hlk_chat_panel .chat-tool-item[sss3a261016] {
		border: none;
		background: none;
		cursor: pointer;
		display: inline-block;
		margin-right: 5px;
		height: 22px;
		line-height: 22px;
		padding: 0;
	}

	#hlk_chat_panel .chat-tool-item[sss3a261016]:before {
		font-size: 22px;
		color: #999
	}

	.chat-robot-wrap[sss3a261016] {
		position: fixed;
		z-index: 9999;
		right: 40px;
		bottom: 100px;
		width: 66px;
		height: 66px
	}

	.chat-robot[sss3a261016] {
		width: 52px;
		height: 52px;
		border-radius: 50%;
		background: #0773ff;
		background-size: cover;
		background-repeat: no-repeat;
        box-shadow: 0 0 0 8px rgba(7, 114, 255, 0.3), 0 0 0 16px rgba(7, 114, 255, 0.1);
		transition: all 50ms step-end;
		line-height: 52px;
		cursor: pointer;
		position: relative;
	}

	.robot-wave[sss3a261016] {
		-webkit-animation-name: robotWave;
		animation-name: robotWave;
		animation-iteration-count: infinite
	}

	.mobile .chat-robot[sss3a261016] {
		width: 13.87vw;
		height: 13.87vw;
		box-shadow: 0 0 0 1.07vw rgba(7, 114, 255, 0.3), 0 0 0 2.13vw rgba(7, 114, 255, 0.1);
		line-height: 13.87vw;
	}

	.ui-chat-right[sss3a261016] {
		float: left;
		width: 210px;
	}

	.chat-robot-popup[sss3a261016] {
		background: -webkit-linear-gradient(to right, #07a5ff, #0054fe);
		background: -moz-linear-gradient(to right, #07a5ff, #0054fe);
		background: -ms-linear-gradient(to right, #07a5ff, #0054fe);
		background: -o-linear-gradient(to right, #07a5ff, #0054fe);
		background: linear-gradient(to right, #07a5ff, #0054fe);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07a5ff', endColorstr='#0054fe', GradientType=1);
		width: 276px;
		position: absolute;
		left: -240px;
		bottom: 100px;
		border-radius: 5px;
		padding-top: 15px
	}

	.chat-robot-popup[sss3a261016]:after {
		content: '';
		display: block;
		position: absolute;
		border: 14px solid transparent;
		border-right-color: #0054fe;
		bottom: -14px;
		right: 15px;
	}

	.chat-robot-popup-bg[sss3a261016] {
		position: absolute;
		width: 131.5px;
		height: 42px;
		background: url('//img-weimao.oss-cn-shanghai.aliyuncs.com/web/img/tip-bg.png');
		background-size: contain;
		top: -20px;
		left: 10px
	}

	.chat-robot-popup-mute[sss3a261016] {
		position: absolute;
		background: rgba(255, 255, 255, .4);
		width: 18px;
		height: 18px;
		line-height: 18px;
		text-align: center;
		top: 5px;
		right: 8px;
		border-radius: 50%;
	}

	.chat-robot-popup-mute button[sss3a261016] {
		border: none;
		background: none;
		cursor: pointer;
	}

	.chat-robot-popup-mute i[sss3a261016]:before {
		color: #fff;
		font-size: 14px;
	}

	.chat-robot-popup-text[sss3a261016] {
		color: #fff;
		line-height: 20px;
		font-size: 13px;
		padding: 14px;
	}

	#hlk_chat_panel .ui-chat-common-btn.chat-send-btn[sss3a261016] {
		position: absolute;
		bottom: 5px;
		right: 10px;
	}

	#hlk_chat_panel .ui-chat-common-btn.chat-send-btn.disable[sss3a261016] {
		background: #dadada;
		color: #fff;
	}

	.chat-quick-channel[sss3a261016] {
		left: 50%;
		top: 50%;
		margin: -158px 0 0 -175px;
		position: fixed;
		z-index: 9999999;
		background: #f4f5f6;
		width: 350px;
		height: 316px;
		box-shadow: 2px 0 18px #aaa;
	}

	.chat-quick-channel-header[sss3a261016] {
		padding: 0 15px;
		height: 46px;
		background: #0b92fd
	}

	#hlk_chat_panel .chat-quick-channel-close[sss3a261016] {
		border: none;
		background: none;
		cursor: pointer;
		float: left;
		width: 26px;
		height: 26px;
		margin-top: 9px
	}

	#hlk_chat_panel .chat-quick-channel-close .cicon-close-circle[sss3a261016]:before {
		font-size: 26px;
		color: #fff;
	}

	#hlk_chat_panel .chat-quick-channel-official[sss3a261016] {
		float: right;
		width: 90px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		background: #0f7ddb;
		border-radius: 8px;
		font-size: 12px;
		margin-top: 7px;
		cursor: pointer;
	}

	#hlk_chat_panel .chat-quick-channel-official .cicon-home[sss3a261016]:before {
		font-size: 14px;
		color: #fff
	}

	.chat-quick-channel-body[sss3a261016] {
		padding: 15px;
	}

	.chat-quick-channel-avatar[sss3a261016] {
		width: 68px;
		height: 68px;
		display: block;
		margin: auto;
		border: 2px solid #fff;
		border-radius: 8px
	}

	.chat-quick-channel-desc[sss3a261016] {
		font-size: 16px;
		font-weight: bold;
		height: 48px;
		line-height: 48px;
		text-align: center
	}

	.chat-quick-channel-input-wrap[sss3a261016] {
		height: 48px;
		line-height: 48px;
		border-radius: 8px;
		background: #fff;
		box-shadow: 2px 0 18px #eee;
	}

	.chat-quick-channel-input-icon[sss3a261016] {
		float: left;
		width: 42px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		margin-top: 9px;
		border-right: 1px solid #d4ebff;
	}

	#hlk_chat_panel .chat-quick-channel-input-icon .cicon-telephone[sss3a261016]:before {
		color: #94cbfc;
		font-size: 18px;
	}

	.chat-quick-channel-input-wrap input[sss3a261016] {
		width: 225px;
		height: 30px;
		font-size: 14px;
		margin: 0 15px;
		padding: 0;
		outline: none;
		border: none;
	}

	#hlk_chat_panel .chat-quick-channel-button[sss3a261016] {
		background: #0082f6;
		font-size: 14px;
		color: #fff;
		border: none;
		width: 100%;
		height: 48px;
		line-height: 48px;
		border-radius: 8px;
		cursor: pointer;
		margin-top: 20px
	}

	#hlk_chat_panel .chat-quick-channel-button[sss3a261016]:hover {
		background: #0773ff;
	}

	#hlk_chat_panel .chat-quick-channel-button.disabled[sss3a261016],
	#hlk_chat_panel .chat-quick-channel-button.disabled[sss3a261016]:hover {
		background: #c1c1c1;
	}

	#hlk_chat_panel .chat-message[sss3a261016] {
		position: fixed;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 99999999;
		color: #fff;
		border-width: 1px;
		border-style: solid;
		border-radius: 3px;
		padding: 5px 20px;
		line-height: 24px;
		font-size: 12px;
	}

	.chat-message.success[sss3a261016] {
		background: #53d389;
	}

	.chat-message.warn[sss3a261016] {
		background: #f9c16e;
	}

	.chat-message.error[sss3a261016] {
		background: #fc431d;
	}

	.no-support-wrap[sss3a261016] {
		position: relative;
		width: 0;
		height: 0;
		font-size: 0;
	}

	.no-support[sss3a261016] {
		background: rgba(0, 0, 0, .5);
		color: #fff;
		position: absolute;
		top: 40px;
		width: 350px;
		height: 470px;
		z-index: 99;
		font-size: 22px;
		text-align: center;
	}

	#hlk_chat_panel .no-support p[sss3a261016] {
		margin-top: 50%;
		-ms-transform: translateY(50%);
	}



.chat-suggest-list {
	position: absolute;
	left: 10px;
	bottom: 96px;
	max-height: 210px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	z-index: 9998;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 2px 0 18px rgba(204, 204, 204, .44)
}

#hlk_chat_panel .mobile .chat-suggest-list {
	max-height: 50vh;
	left: 2.67vw;
	bottom: 11.47vw;
	border-radius: 0.80vw;
	box-shadow: 0.27vw 0 2.40vw rgba(204, 204, 204, .44)
}

.chat-suggest-item {
	width: 300px;
	padding: 0 15px;
	height: 42px;
	border-bottom: 1px solid #eee
}

#hlk_chat_panel .mobile .chat-suggest-item {
	width: 94.67vw;
	padding: 0;
	height: 9.60vw;
}

.chat-suggest-item:last-child {
	border: none;
}

#hlk_chat_panel .chat-suggest-item a {
	display: block;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #333;
}

#hlk_chat_panel .mobile .chat-suggest-item a {
	padding: 0 4.00vw;
	height: 9.60vw;
	line-height: 9.60vw;
	font-size: 3.73vw;
}

.chat-suggest-item a em {
	color: #0067e9;
	font-style: normal
}

#hlk_chat_panel .chat-suggest-item a:hover {
	background: #e8f0fc;
}
</style><style type="text/css">#__previewImage-container {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-touch-action: none;
	line-height: 100vh;
	background-color: #000;
	width: 100vw;
	height: 100vh;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 2147483647;
	transition: transform .3s;
	-ms-transition: transform .3s;
	-moz-transition: transform .3s;
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0)
}

#__previewImage-container .previewImage-text {
	position: absolute;
	top: .6em;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	z-index: 10;
	padding: 0.2em 0.4em;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	letter-spacing: 0;
	right: .8em
}

#__previewImage-container .previewImage-text .previewImage-text-index {
	font-size: 24px;
}

#__previewImage-container .previewImage-box {
	width: 999999rem;
	height: 100vh
}

#__previewImage-container .previewImage-box .previewImage-item {
	width: 100vw;
	height: 100vh;
	margin-right: 15px;
	float: left;
	text-align: center;
}

#__previewImage-container .previewImage-box .previewImage-item.previewImage-nobackground {
	background: none
}

#__previewImage-container .previewImage-box .previewImage-item .previewImage-image {
	vertical-align: middle;
	max-width: 100%
}

#__previewImage-container .previewImage-prev,
#__previewImage-container .previewImage-next {
	position: fixed;
	left: 20px;
	top: 50%;
	font-family: "chatfont" !important;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	font-size: 38px;
	font-weight: bolder;
	text-align: center;
	cursor: pointer;
	z-index: inherit;
	border-radius: 5px
}
#__previewImage-container .previewImage-next {
	right: 20px;
	left: unset;
}
#__previewImage-container .previewImage-prev.disable,
#__previewImage-container .previewImage-next.disable {
	color: #333;
	cursor: default;
}


#hlk_chat_panel .ui-emoji-panel[sssc8cf98ec] {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 6px;
	user-select: none;
	position: absolute;
	bottom: 40px;
	left: 18px;
	height: 256px;
	overflow-y: auto
}

#hlk_chat_panel .emoji-list[sssc8cf98ec] {
	width: 320px;
	height: 320px;
	border-radius: 6px;
	/*overflow-y: auto*/
}

#hlk_chat_panel .emoji-item[sssc8cf98ec] {
	float: left;
	margin: 0;
	/*border: 1px solid #eee;
	border-width: 0 1px 1px 0;*/
	cursor: pointer;
	width: 32px;
	height: 32px;
	font-size: 12px
}

/*移动端*/

#hlk_chat_panel .mobile .ui-emoji-panel[sssc8cf98ec] {
	background: #f8f8f8;
	border: 0;
	border-radius: 0;
	user-select: none;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 53.33vw;
	overflow-y: scroll;
}

#hlk_chat_panel .mobile .emoji-list[sssc8cf98ec] {
	width: 100%;
	padding: 0 0 10vw;
	border-radius: 0;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	overflow-y: unset;
	/*height: auto;*/
	background-size: contain;
	background-repeat: no-repeat
}

#hlk_chat_panel .mobile .emoji-item[sssc8cf98ec] {
	float: none;
	margin: 0;
	/*background: #f8f8f8;*/
	border: 0;
	cursor: pointer;
	/*padding: 10rpx;*/
	font-size: 3.20vw;
	width: 10%;
	height: 0;
	padding-bottom: 10%;
}

/*#hlk_chat_panel .mobile .emoji-item img {
	width: 70rpx;
	height: 70rpx;
	display: block;
}*/

.emoji-tools[sssc8cf98ec] {
	position: fixed;
	bottom: 0;
	right: 0;
	/*background: #f8f8f8;*/
	padding: 0 1.07vw 1.33vw 1.33vw;
}

.emoji-tool-btn[sssc8cf98ec] {
	width: 10.67vw;
	height: 8.00vw;
	line-height: 8.00vw;
	font-weight: bold;
	border-radius: 1.33vw;
	text-align: center;
	color: #333;
	background: #fff;
	margin-right: 1.60vw!important;
	border: none;
	outline: none;
	float: left;
}

.emoji-tool-btn.tool-btn-del[sssc8cf98ec] {
	font-family: chatfont;
	font-style: normal;
	font-size: 6.40vw
}

.emoji-tool-btn.tool-btn-send[sssc8cf98ec] {
	color: #fff;
	background: #21ba45;
	font-size: 3.73vw
}

.ui-message-panel[sss6734436a] {
	height: 340px;
	background: #f4f6f9
}

#hlk_chat_panel .mobile .ui-message-panel[sss6734436a] {
	height: 48.00vw;
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: visible;
	background: #f5f7f8
}

#hlk_chat_panel .message-list[sss6734436a] {
	width: auto;
	height: 300px;
	padding: 10px 10px 30px;
	overflow-y: auto;
}

#hlk_chat_panel .message-list[sss6734436a]:after {
	content: '';
	clear: both;
	display: block
}

#hlk_chat_panel .mobile .message-list[sss6734436a] {
	height: auto;
	padding: 2.67vw;
}

.message-list li[sss6734436a] {
	clear: both;
}

.message-list li[sss6734436a]:before,
.message-list li[sss6734436a]:after {
	content: '';
	clear: both;
	visibility: hidden;
	width: 1px;
	height: 1px;
	line-height: 1px;
}

.mb15[sss6734436a] {
	margin-bottom: 15px
}

.message-item[sss6734436a] {
	max-width: 240px;
	border-radius: 6px;
	background: #fff;
	padding: 7px 10px;
	display: inline-block;
	position: relative;
	line-height: 24px;
	margin: 15px 0 0;
	box-shadow: 2px 0 8px rgba(204, 204, 204, .44);
}

#hlk_chat_panel .mobile .message-item[sss6734436a] {
	background: #3e84f1;
	color: #fff;
	max-width: 67.20vw;
	border-radius: 1.60vw;
	padding: 1.87vw 2.67vw;
	line-height: 6.40vw;
	margin: 4.00vw 0 0;
	box-shadow: 0.53vw 0 2.13vw rgba(62, 132, 241, .44);
}

#hlk_chat_panel .mobile .message-item.message-item-bgw[sss6734436a] {
	background: #fff;
	box-shadow: 0.53vw 0 2.13vw rgba(211, 211, 211, .44);
}

.message-item[sss6734436a]:before {
	content: '';
	display: block;
	position: absolute;
	border: 7px solid transparent;
	border-right-color: #fff;
	left: -14px;
	top: 10px;
}

#hlk_chat_panel .mobile .message-item[sss6734436a]:before {
	border: 1.87vw solid transparent;
	border-right-color: #3e84f1;
	left: -3.73vw;
	top: 2.67vw;
}

#hlk_chat_panel .mobile .message-item.message-item-bgw[sss6734436a]:before {
	border-right-color: #fff;
}

.message-item .emoji-img[sss6734436a] {
	height: 20px;
	width: 20px;
}

#hlk_chat_panel .mobile .message-item .emoji-img[sss6734436a] {
	height: 5.33vw;
	width: 5.33vw;
}

/*.chat-msg-noread {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	border-radius: 12px;
	background: red;
}*/


.chat-msg-box[sss6734436a] {
	text-align: left;
	font-size: 12px;
}

#hlk_chat_panel .mobile .chat-msg-box[sss6734436a] {
	font-size: 3.20vw
}

#hlk_chat_panel .mobile .chat-msg-box[sss6734436a]:last-child {
	margin-bottom: 2.00vw
}

.chat-msg-box .user-head[sss6734436a] {
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#hlk_chat_panel .mobile .user-head[sss6734436a] {
	margin: 0 2.67vw 0 0;
}

.chat-msg-box .user-head img[sss6734436a] {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	border: 2px solid rgba(255, 255, 255, 0.6);
}

#hlk_chat_panel .mobile .user-head img[sss6734436a] {
	width: 9.60vw;
	height: 9.60vw;
	border: 0.53vw solid rgba(255, 255, 255, 0.6);
}

.chat-msg-human .message-item[sss6734436a] {
	text-align: right;
	background: #53d389;
	color: #fff;
	box-shadow: 2px 0 8px rgba(83, 211, 137, .44);
	float: right
}

#hlk_chat_panel .mobile .chat-msg-human .message-item[sss6734436a] {
	background: #fff;
	color: #333;
	box-shadow: 0.53vw 0 2.13vw rgba(218, 218, 218, .44);
}

.chat-msg-human .message-item[sss6734436a]:before {
	border-right-color: transparent;
	border-left-color: #53d389;
	left: 100%;
}

#hlk_chat_panel .mobile .chat-msg-human .message-item[sss6734436a]:before {
	border-right-color: transparent;
	border-left-color: #fff;
	left: 100%
}

.chat-msg-human .chat-msg-box[sss6734436a] {
	text-align: right;
}

.chat-msg-human .user-head[sss6734436a] {
	margin: 10px 0 0 10px;
	float: right
}

.chat-msg-human .chat-msg-sending[sss6734436a],
.chat-msg-human .chat-msg-fail[sss6734436a] {
	position: absolute;
	left: -50px;
	bottom: 0;
	font-size: 12px;
	color: #999;
}

.chat-msg-human .chat-msg-fail[sss6734436a] {
	left: -25px;
	bottom: 2px;
}

#hlk_chat_panel .chat-msg-human .cicon-msg-fail[sss6734436a]:before {
	color: red;
	font-size: 18px;
}

#hlk_chat_panel .mobile .chat-msg-human .user-head[sss6734436a] {
	margin: 2.67vw 0 0 2.67vw;
}

.chat-msg-time-wrap[sss6734436a],
.chat-msg-error-wrap[sss6734436a] {
	text-align: center;
	clear: both;
}

.chat-msg-time[sss6734436a],
.chat-msg-error[sss6734436a] {
	display: inline-block;
	border-radius: 5px;
	background: #dadada;
	color: #fff;
	padding: 5px 8px;
	margin: 10px 0;
	font-size: 12px;
}

.chat-msg-error[sss6734436a] {
	background: transparent;
	color: #aaa;
}

#hlk_chat_panel .mobile .chat-msg-time[sss6734436a] {
	border-radius: 1.33vw;
	padding: 1.33vw 2.13vw;
	margin: 2.67vw 0;
	font-size: 3.20vw;
}

.chat-msg-time.more[sss6734436a] {
	background: #2f73ff;
	color: #fff;
}

.chat-msg-box .cicon-sound[sss6734436a]::before {
	font-size: 20px;
	color: #999;
}

#hlk_chat_panel .mobile .cicon-sound[sss6734436a]::before {
	font-size: 5.33vw;
}

.chat-msg-box .reverse.cicon-sound[sss6734436a] {
	transform: scale(-1, 1);
	margin-right: 10px;
}

#hlk_chat_panel .mobile .reverse.cicon-sound[sss6734436a] {
	margin-right: 2.67vw
}

.chat-msg-box .reverse.cicon-sound[sss6734436a]::before {
	color: #fff;
}

.chat-msg-text[sss6734436a] {
	color: #333;
	display: -webkit-flex;
	display: flex;
	line-height: 20px;
	text-align: left;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap
}

.chat-msg-human .chat-msg-text[sss6734436a] {
	color: #fff
}

#hlk_chat_panel .mobile .chat-msg-text[sss6734436a] {
	line-height: 5.33vw;
	background: #3e84f1;
	color: #fff
}

#hlk_chat_panel .mobile .chat-msg-human .chat-msg-text[sss6734436a] {
	background: #fff;
	color: #333
}

.chat-msg-robot[sss6734436a] {
	background: #fff;
	display: flex;
	flex-wrap: wrap
}

.chat-msg-robot-head[sss6734436a] {
	width: 100%;
	border-bottom: 1px solid #dedede;
	margin-bottom: 15px
}

#hlk_chat_panel .mobile .chat-msg-robot-head[sss6734436a] {
	margin-bottom: 4.00vw
}

.chat-msg-robot-title[sss6734436a] {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 32px;
}

#hlk_chat_panel .mobile .chat-msg-robot-title[sss6734436a] {
	font-size: 3.73vw;
	line-height: 8.53vw;
}

.chat-msg-robot-comment[sss6734436a] {
	font-size: 12px;
	color: #999;
	line-height: 28px;
}

#hlk_chat_panel .mobile .chat-msg-robot-comment[sss6734436a] {
	font-size: 3.20vw;
	line-height: 7.47vw;
}

#hlk_chat_panel .chat-msg-faq-list[sss6734436a] {
	width: 100%;
}

.chat-msg-faq-item[sss6734436a],
.chat-msg-faq-item a[sss6734436a] {
	width: 100%;
	line-height: 28px;
	display: block;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	color: #0582e9
}

#hlk_chat_panel .mobile .chat-msg-faq-item a[sss6734436a] {
	line-height: 7.47vw
}

#hlk_chat_panel li.chat-msg-faq-item[sss6734436a] {
	border-bottom: 1px dashed #dedede;
	list-style: decimal;
}

#hlk_chat_panel li.chat-msg-faq-item[sss6734436a]:last-child {
	border: none
}

.chat-msg-audio-duration[sss6734436a] {
	color: #999;
	font-size: 16px;
	padding: 0 10px;
	position: absolute;
	right: -40px;
	top: 10px;
}

#hlk_chat_panel .mobile .chat-msg-audio-duration[sss6734436a] {
	font-size: 4.27vw;
	padding: 0 2.67vw;
	right: -10.67vw;
	top: 2.67vw;
}

.chat-msg-audio-duration[sss6734436a]::after {
	content: "''";
}

.chat-msg-human .chat-msg-audio-duration[sss6734436a] {
	color: #0773ff;
}

.chat-msg-audio-asr[sss6734436a] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.chat-msg-audio-asr p[sss6734436a] {
	background: #eee;
	color: #999;
	font-size: 12px;
	min-width: 30px;
	max-width: calc(100% - 115px);
	word-break: break-all;
	word-wrap: break-word;
	min-height: 20px;
	border-radius: 2px;
	padding: 10px;
	text-align: left;
	display: inline-block;
	position: relative;
	left: 55px;
}

#hlk_chat_panel .mobile .chat-msg-audio-asr p[sss6734436a] {
	font-size: 3.20vw;
	min-width: 8.00vw;
	max-width: calc(100% - 30.67vw);
	min-height: 5.33vw;
	border-radius: 0.53vw;
	padding: 2.67vw;
	left: 14.67vw;
}

.human.chat-msg-audio-asr[sss6734436a] {
	text-align: left;
	justify-content: flex-end;
}

.human.chat-msg-audio-asr p[sss6734436a] {
	left: -55px;
}

#hlk_chat_panel .mobile .human.chat-msg-audio-asr p[sss6734436a] {
	left: -14.67vw;
}

.chat-img[sss6734436a] {
	max-width: 180px;
	margin: 3px 0 -4px
}

#hlk_chat_panel .mobile .chat-img[sss6734436a] {
	max-width: 48.00vw;
	margin: 0.80vw 0 -1.07vw
}

.chat-msg-human cicon-play[sss6734436a]::before {
	color: #fff;
}

.chat-msg-video .cicon-play[sss6734436a]::before {
	font-size: 60px;
	color: #333;
}

#hlk_chat_panel .mobile .chat-msg-video .cicon-play[sss6734436a]::before {
	font-size: 16.00vw;
}

.voice-playing[sss6734436a] {
	animation-name: breath;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.user-head[sss6734436a] {
	display: inline-block
}

.user-head img[sss6734436a] {
	width: 36px;
	height: 36px;
	display: block;
	border: 1px solid #dfdfdf;
	border-radius: 50%;
}

#hlk_chat_panel .mobile .user-head img[sss6734436a] {
	width: 9.60vw;
	height: 9.60vw;
	border: 0.27vw solid #dfdfdf;
}

.chat-msg-img[sss6734436a] {
	cursor: pointer;
}


#hlk_chat_panel .ui-chat-input[sssc65cade4] {
	/*height: 50px;*/
	outline: none;
	padding: 0 10px;
	overflow-y: auto
}
#hlk_chat_panel .ui-chat-input iframe[sssc65cade4] {
	width: 329px;
	height: 90px;
}


.flipInY[sss712bf720] {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

.flipOutY[sss712bf720] {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

.ui-chat-right-info[sss712bf720] {
	position: relative;
	height: 190px;
}

.ui-chat-icon-btn[sss712bf720] {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}

.ui-hide[sss712bf720] {
	display: none
}

.ui-chat-icon-btn .cicon-qrcode[sss712bf720]:before,
.ui-chat-icon-btn .cicon-service[sss712bf720]:before {
	color: #6a6a6a;
	font-size: 18px
}

.ui-chat-service-qrcode[sss712bf720],
.ui-chat-service-info[sss712bf720] {
	position: absolute;
	height: 175px;
	width: 200px
}

.ui-chat-service-qrcode[sss712bf720] {
	height: 190px;
	width: 170px;
	left: 10px;
	top: 0;
	padding: 0 10px
}

.ui-chat-service-qrcode p[sss712bf720] {
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: unset
}

.ui-chat-service-qrcode p.ui-tip-small[sss712bf720] {
	font-size: 12px;
	font-weight: bold
}

.ui-chat-qr-img[sss712bf720] {
	width: 116px;
	height: 116px;
	margin: 18px auto 12px;
	display: block
}

.ui-right-tab-header[sss712bf720] {
	margin: 15px 0 0 1px;
	border-left: 3px solid #007bf8;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #333;
	text-indent: 12px;
	font-weight: 600
}

.ui-service-wrap[sss712bf720] {
	padding: 10px;
}

.ui-service-field[sss712bf720] {
	overflow: hidden;
	height: 26px;
	line-height: 26px;
}

.ui-service-label[sss712bf720] {
	width: 32px;
	text-align: right;
}

.ui-service-label[sss712bf720],
.ui-service-text[sss712bf720] {
	float: left;
	font-size: 12px;
	color: #999;
}

.ui-service-text[sss712bf720] {
	color: #333;
	margin-left: 14px;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-chat-right-form[sss712bf720] {
	border-top: 1px dashed #f2f2f2
}

.ui-none-img[sss712bf720] {
	width: 164px;
	height: 220px;
	display: block;
	margin: 30px auto
}





.ui-chat-form-field[sss37b8c7b8] {
	padding: 6px 10px;
	position: relative;
}

.ui-chat-form-field[sss37b8c7b8]:after,
.ui-chat-form-field[sss37b8c7b8]:before {
	content: '';
	display: block;
	width: 1px;
	height: 1px;
	visibility: hidden;
	clear: both;
}


.ui-chat-form-label[sss37b8c7b8] {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	float: left;
	width: 32px;
	text-align: right
}

.ui-chat-form-input[sss37b8c7b8] {
	float: left;
}

.ui-chat-form-label.required[sss37b8c7b8]:before {
	color: red;
	content: '*'
}

.ui-chat-form-input input[sss37b8c7b8] {
	color: #000;
	border: 1px solid #dedede;
	border-radius: 2px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	width: 142px;
	margin-left: 10px;
	text-indent: 5px;
	outline: none
}

.ui-chat-form-input input[sss37b8c7b8]:focus {
	border-color: #007bf8
}

.ui-chat-common-btn.ui-form-submit[sss37b8c7b8] {
	margin: 10px auto !important;
	font-weight: bold
}

.ui-field-error-tip[sss37b8c7b8] {
	background: #fc431d;
	color: #fff;
	padding: 3px 6px;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	top: 32px;
	left: 55px;
	z-index: 9;
	border-radius: 3px
}

.ui-field-error-tip[sss37b8c7b8]:before {
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	border: 5px solid transparent;
	border-bottom-color: #fc431d;
	top: -10px;
	left: 10px
}


#hlk_chat_panel .mobile .ui-chat-form[sss37b8c7b8] {
	position: relative;
	padding-top: 6.67vw
}

.ui-chat-touch-area[sss37b8c7b8] {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 10.67vw;
	width: 18.67vw;
	height: calc(100vh - 10.67vw);
	background: transparent
}

#hlk_chat_panel .mobile .ui-chat-form-field[sss37b8c7b8] {
	padding: 2.67vw;
}

#hlk_chat_panel .mobile .ui-chat-form-label[sss37b8c7b8] {
	height: 6.40vw;
	line-height: 6.40vw;
	font-size: 3.20vw;
	color: #666;
	width: 16.00vw;
}

#hlk_chat_panel .mobile .ui-chat-form-input input[sss37b8c7b8] {
	border: 0.27vw solid #dedede;
	border-radius: 0.53vw;
	height: 5.87vw;
	line-height: 5.87vw;
	font-size: 3.20vw;
	width: 64.00vw;
	margin-left: 4.00vw;
	text-indent: 2.00vw;
	-webkit-appearance: none;
}

#hlk_chat_panel .mobile .ui-chat-common-btn.ui-form-submit[sss37b8c7b8] {
	margin: 4.00vw auto !important;
}

#hlk_chat_panel .mobile .ui-field-error-tip[sss37b8c7b8] {
	padding: 0.80vw 1.60vw;
	font-size: 3.20vw;
	line-height: 3.73vw;
	top: 10.13vw;
	left: 24.00vw;
	z-index: 9;
	border-radius: 0.80vw
}

#hlk_chat_panel .mobile .ui-field-error-tip[sss37b8c7b8]:before {
	top: -2.67vw;
	left: 2.67vw
}