@charset "utf-8";
/* CSS Document */
body{margin: 0px;}
.side {
	position: fixed;
	width: 54px;
	height: 275px;
	right: 0;
	top: 214px;
	z-index: 10000;
}
ol, ul {
	list-style: none;
}
.side ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	border-bottom: 1px solid #444;
}
.side ul li img {
	float: left;
}
.side ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}
#yunque_btn-holder {
	position: fixed;
	z-index: 9999998;
	overflow: visible;
	font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
.yunque_chat-btn.yunque_round-btn {
	width: 60px;
	height: 60px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 31px;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
}
.yunque_chat-btn {
	cursor: pointer;
	color: white;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
}
#yunque_new-message-count {
	position: absolute;
	top: -13px;
	display: none;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	border-radius: 15px;
	background-color: #ff3b30;
}
.yunque_bubble.yunque_bubble-round {
	opacity: 0;
	display: none;
	position: fixed;
	margin: 0 5% 74px 5%;
	border: 1px solid #f7f7f7;
	color: #000;
	text-align: left;
	box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.16);
	line-height: 1.428571429;
	background-color: #fff;
}
.yunque_chat-btn.yunque_round-btn i.yunque-iconfont {
	margin: 17px;
	font-size: 25px;
	display: block;
}
/*

=========================留言框========================

*/

@font-face {
	font-family: iconfont;
	src: url(/fonts/iconfont.eot);
	src: url(/fonts/iconfont.eot?#iefix) format("embedded-opentype"), url(/fonts/iconfont.woff) format("woff"), url(/fonts/iconfont.ttf) format("truetype"), url(/fonts/iconfont.svg#iconfont) format("svg")
}
.iconfont {
	font-family: iconfont;
	font-size: 16px;
	font-style: normal;
	color: #f5f5f5;
	cursor: pointer
}
.iconfont:hover {
	color: #0e2352
}
.msg-wrapper.msg-client .iconfont, .msg-wrapper.msg-image .iconfont, .msg-wrapper.msg-info .iconfont {
	position: absolute;
	left: -20px;
	font-size: 20px;
	display: none
}
.msg-wrapper.msg-client .iconfont.error, .msg-wrapper.msg-image .iconfont.error, .msg-wrapper.msg-info .iconfont.error {
	color: #ef6660
}
.msg-wrapper.msg-client .iconfont.sending, .msg-wrapper.msg-image .iconfont.sending, .msg-wrapper.msg-info .iconfont.sending {
	color: #0e2352
}
.msg-wrapper.msg-client .iconfont {
	top: 10px
}
.msg-wrapper.msg-info .iconfont {
	top: -5px
}
.msg-wrapper.msg-client.sending .iconfont.sending, .msg-wrapper.msg-image.sending .iconfont.sending {
	display: inline-block;
	top: 6px;
	color: #0e2352;
	-webkit-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite
}
.msg-wrapper.msg-client.error .iconfont.error, .msg-wrapper.msg-image.error .iconfont.error, .msg-wrapper.msg-info.error .iconfont.error {
	display: inline-block;
	top: 6px;
	left: -25px;
	color: #ef6660
}
.msg-wrapper.msg-image.error i.iconfont.error, .msg-wrapper.msg-image.error i.iconfont.sending, .msg-wrapper.msg-image.sending i.iconfont.error, .msg-wrapper.msg-image.sending i.iconfont.sending {
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -8px
}
.msg-wrapper {
	display: block;
	position: relative;
	margin: 10px 0;
	z-index: 4
}
.msg-wrapper .bubble {
	max-width: 100%;
	position: relative;
	border-radius: 6px;
	padding: 10px;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal
}
.msg-wrapper .bubble div img {
	vertical-align: middle;
	max-width: 100%;
	height: auto
}
.msg-wrapper .bubble .emoji-control {
	margin: 0;
	display: inline-block;
	float: inherit
}
.msg-wrapper .name {
	font-size: 13px;
	padding: 3px 0;
	color: #4f5a62
}
.msg-wrapper p {
	margin-top: 0;
	margin-bottom: 0
}
.msg-wrapper .extra-info {
	margin: 3px 0;
	font-size: 12px
}
.msg-wrapper .extra-info:before {
	clear: both;
	content: ' ';
	display: block
}
.msg-wrapper .extra-info .info-tag {
	border-radius: 8px;
	display: inline-block;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	margin-right: 5px
}
.msg-wrapper:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}
.msg-image .image-bubble {
	float: right;
	max-width: 80%;
	position: relative
}
.msg-image .image-bubble img {
	max-width: 100%
}
.msg-client .bubble {
	float: right;
	background-color: #5579ed;
	color: #fff;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal;
	max-width: 80%
}
.msg-client .bubble .arrow {
	border-left: 6px solid #5579ed;
	position: absolute;
	top: 15px;
	right: -5px;
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}
.msg-agent .bubble {
	float: left;
	background-color: #ededed;
	color: #4f5a62;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal
}
.msg-agent .bubble a {
	color: #039be5
}
.msg-agent .bubble .arrow {
	border-right: 6px solid #ededed;
	position: absolute;
	top: 15px;
	left: -5px;
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}
.msg-info {
	text-align: center
}
.emoji-control {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin: 10px 0 0 10px;
	cursor: pointer;
	background-image: url(../images/emoji.png);
	background-size: 25px auto;
	background-repeat: no-repeat
}

@media only screen and (-o-min-device-pixel-ratio:2/1), only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2) {
.emoji-control {
	background-image: url(../images/emoji@2x.png)
}
}
#emojiHolder .emoji-smile {
	background-position: 0 0
}
#emojiHolder .emoji-laughing {
	background-position: 0 -25px
}
#emojiHolder .emoji-blush {
	background-position: 0 -50px
}
#emojiHolder .emoji-heart_eyes {
	background-position: 0 -75px
}
#emojiHolder .emoji-smirk {
	background-position: 0 -100px
}
#emojiHolder .emoji-flushed {
	background-position: 0 -125px
}
#emojiHolder .emoji-grin {
	background-position: 0 -150px
}
#emojiHolder .emoji-kissing_smiling_eyes {
	background-position: 0 -175px
}
#emojiHolder .emoji-wink {
	background-position: 0 -200px
}
#emojiHolder .emoji-kissing_closed_eyes {
	background-position: 0 -225px
}
#emojiHolder .emoji-stuck_out_tongue_winking_eye {
	background-position: 0 -250px
}
#emojiHolder .emoji-sleeping {
	background-position: 0 -275px
}
#emojiHolder .emoji-worried {
	background-position: 0 -300px
}
#emojiHolder .emoji-sweat_smile {
	background-position: 0 -325px
}
#emojiHolder .emoji-cold_sweat {
	background-position: 0 -350px
}
#emojiHolder .emoji-joy {
	background-position: 0 -375px
}
#emojiHolder .emoji-sob {
	background-position: 0 -400px
}
#emojiHolder .emoji-angry {
	background-position: 0 -425px
}
#emojiHolder .emoji-mask {
	background-position: 0 -450px
}
#emojiHolder .emoji-scream {
	background-position: 0 -475px
}
#emojiHolder .emoji-sunglasses {
	background-position: 0 -500px
}
#emojiHolder .emoji-thumbsup {
	background-position: 0 -525px
}
#emojiHolder .emoji-clap {
	background-position: 0 -550px
}
#emojiHolder .emoji-ok_hand {
	background-position: 0 -575px
}
#toast {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -75px;
	width: 150px;
	height: 40px;
	border-radius: 10px;
	background: #353535;
	text-align: center;
	font-size: 11px;
	line-height: 40px;
	color: #fff;
	z-index: 6
}

@media screen and (max-width:751px) and (min-width:640px) {
body.is-mobile {
	font-size: 26px!important
}
body.is-mobile .msg-wrapper .name {
	font-size: 26px
}
body.is-mobile .chat-box .box-body textarea#input-textarea {
	font-size: 32px!important;
	height: 140px;
	bottom: 80px;
	padding: 16px 20px
}
body.is-mobile .chat-box .center-bar {
	line-height: 80px;
	height: 80px;
	padding-left: 20px;
	padding-top: 4px;
	bottom: 230px
}
body.is-mobile .chat-box .center-bar .iconfont {
	font-size: 34px;
	line-height: 80px
}
body.is-mobile .chat-box .center-bar .pull-right {
	padding-right: 20px
}
body.is-mobile .chat-box .center-bar .pull-right a {
	height: 80px;
	line-height: 80px
}
body.is-mobile .chat-box .center-bar .pull-right a img {
	width: 34px;
	height: 34px;
	line-height: 40px;
	margin-bottom: 6px
}
body.is-mobile .chat-box .center-bar .icon-gray-bird {
	background-image: url(/images/greylittlebird.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	opacity: .6
}
body.is-mobile .chat-box div.box-header {
	height: 120px
}
body.is-mobile .chat-box div.box-header .top-actions {
	margin-top: 24px
}
body.is-mobile .chat-box div.box-header .top-actions i {
	font-size: 32px
}
body.is-mobile .chat-box div.box-header #minimize-btn {
	margin-left: 40px
}
body.is-mobile .chat-box div.box-header div.comment-info {
	margin-left: 10px!important
}
body.is-mobile .chat-box div.box-header .agent-info, body.is-mobile .chat-box div.box-header div.comment-info {
	line-height: 120px;
	font-size: 26px;
	height: 120px;
	margin-left: 110px
}
body.is-mobile .chat-box div.box-header .agent-info .agent-name, body.is-mobile .chat-box div.box-header div.comment-info .agent-name {
	position: absolute;
	font-size: 24px;
	line-height: 24px;
	bottom: 25px
}
body.is-mobile .chat-box div.box-header .agent-info .company-name, body.is-mobile .chat-box div.box-header div.comment-info .company-name {
	position: absolute;
	font-size: 28px;
	line-height: 28px;
	top: 25px
}
body.is-mobile .chat-box div.box-header .comment-info {
	line-height: 70px;
	font-size: 13px
}
body.is-mobile .chat-box div.box-header img {
	top: 25px;
	height: 70px;
	border-radius: 38px;
	width: 70px;
	left: 25px
}
body.is-mobile .chat-box div.box-body {
	top: 120px
}
body.is-mobile .chat-box div.box-body .actions {
	height: 80px
}
body.is-mobile .chat-box div.box-body .actions .pull-left {
	line-height: 80px
}
body.is-mobile .chat-box div.box-body .actions i.iconfont {
	font-size: 32px!important
}
body.is-mobile .chat-box div.box-body .actions #send-btn {
	width: 120px;
	height: 60px;
	font-size: 26px!important;
	margin-right: 20px
}
body.is-mobile .chat-box div.box-body div.chat-history-wrapper {
	bottom: 300px
}
body.is-mobile .chat-box div.box-body .emoji-img {
	width: 32px;
	height: 32px
}
body.is-mobile .chat-box div.box-comment {
	top: 120px;
	font-size: 26px;
	line-height: 40px
}
body.is-mobile .chat-box div.box-comment input, body.is-mobile .chat-box div.box-comment textarea, body.is-mobile .chat-box div.box-comment textarea:focus {
	font-size: 26px!important
}
body.is-mobile .chat-box div.box-comment #submit-comment-btn {
	font-size: 32px!important;
	line-height: 32px
}
body.is-mobile .emoji-control {
	-webkit-transform: scale(2);
	transform: scale(2);
	margin: 30px 0 0 30px
}
body.is-mobile .icon-gray-bird {
	background-image: url(/images/greylittlebird.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	opacity: .6
}
body.is-mobile ::-webkit-input-placeholder {
font-size:26px
}
body.is-mobile ::-moz-placeholder {
font-size:26px
}
body.is-mobile ::-ms-placeholder {
font-size:26px
}
body.is-mobile ::-webkit-input-placeholder {
font-size:26px!important
}
body.is-mobile ::-moz-placeholder {
font-size:26px!important
}
body.is-mobile :-ms-input-placeholder {
font-size:26px!important
}
body.is-mobile ::placeholder {
font-size:26px!important
}
body.is-mobile .bg-img {
	bottom: 300px
}
body.is-mobile .chat-box.single-bottom .bg-img {
	bottom: 160px
}
body.is-mobile .chat-box.single-center .bg-img, body.is-mobile .chat-box.single-center div.box-body .chat-history-wrapper {
	bottom: 180px
}
body.is-mobile .chat-box.single-center .box-body .center-bar {
	bottom: 100px
}
body.is-mobile .chat-box.single-center .box-body .center-bar .pull-right a {
	height: 80px;
	line-height: 80px
}
body.is-mobile .chat-box.single-center .box-body .actions {
	padding-right: 160px;
	position: absolute;
	height: 100px
}
body.is-mobile .chat-box.single-center .box-body .actions textarea {
	width: 100%;
	resize: none;
	height: 84px;
	line-height: 64px;
	overflow: hidden
}
body.is-mobile .chat-box.single-center .box-body .actions #send-btn {
	position: absolute;
	right: 0;
	top: 21px
}
body.is-mobile .chat-box.single-bottom div.box-body .chat-history-wrapper {
	bottom: 144px
}
body.is-mobile .chat-box.single-bottom .box-footer {
	height: 44px
}
body.is-mobile .chat-box.single-bottom .box-footer .contact-info {
	height: 44px;
	line-height: 44px;
	font-size: 24px
}
body.is-mobile .chat-box.single-bottom .box-footer .contact-info i.icon-graybird {
	display: none
}
body.is-mobile .chat-box.single-bottom a.yunque-link {
	height: 44px;
	line-height: 44px
}
body.is-mobile .chat-box.single-bottom .box-body .actions {
	position: absolute;
	bottom: 44px;
	height: 100px;
	padding: 8px 10px;
	padding-right: 0
}
body.is-mobile .chat-box.single-bottom .box-body .actions .btn-holders {
	float: left;
	line-height: 84px;
	height: 84px;
	width: 140px
}
body.is-mobile .chat-box.single-bottom .box-body .actions .btn-holders a:hover {
	text-decoration: none
}
body.is-mobile .chat-box.single-bottom .box-body .actions .btn-holders .iconfont {
	font-size: 44px!important;
	line-height: 84px;
	margin-right: 5px
}
body.is-mobile .chat-box.single-bottom .box-body .actions div.text-holder {
	padding-right: 140px;
	position: relative;
	float: right;
	height: 84px;
	margin-top: 6px;
	width: calc(100% - 140px)
}
body.is-mobile .chat-box.single-bottom .box-body .actions.focus div.text-holder {
	width: 100%
}
body.is-mobile .chat-box.single-bottom .box-body .actions textarea {
	width: 100%;
	resize: none;
	border: 1px solid #dfdfdf;
	padding-left: 20px;
	border-radius: 3px;
	height: 72px!important;
	padding-top: 0;
	overflow: hidden;
	line-height: 32px
}
body.is-mobile .chat-box.single-bottom .box-body .actions #send-btn {
	position: absolute;
	right: 0;
	top: 5px;
	height: 72px;
	width: 120px;
	margin-right: 10px
}
body.is-mobile .chat-box.single-bottom .box-body .actions .clear-both {
	clear: both
}
body.is-mobile div#bottom-yunque-logo a {
	line-height: 80px
}
body.is-mobile div#bottom-yunque-logo img.icon-graybird {
	width: 34px;
	height: 34px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px
}
}
.chat-box {
	visibility: hidden
}
.chat-box-en {
	display: none
}
i {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
input, textarea, textarea:focus {
	font-size: 16px!important
}
.chat-history {
	-webkit-overflow-scrolling: touch
}
}
.chat-box.offline .chat-history-wrapper {
	display: none
}
.chat-box .chat-history-wrapper.has-bg:before {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	opacity: .3
}
.chat-box .chat-history-wrapper.has-bg:before .chat-history {
background-color:transparent;
overflow-y:scroll;
position:relative;
z-index:1
}
.input-group {
	padding: 8px 0
}
.input-group #comment-input {
	display: block;
	height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	resize: none;
	outline: 0;
	word-break: break-word;
	white-space: normal;
	-webkit-appearance: none
}
.input-group input, .input-group textarea {
	width: 95%;
	height: auto;
	padding: 10px 2%;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	font-size: 14px
}
.input-group select {
	width: 30%;
	height: auto;
	padding: 10px 2%;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	font-size: 14px
}

.input-group input #submit-comment-btn {
	background-color: transparent;
	color: #fff
}


@media \0screen {
.chat-box {
	border: 1px solid #ddd
}
}
.chat-box {

	height: 100%;
	width: 100%;

	z-index: 3
}
.chat-box .box-header {
	background-color: transparent;
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.04), 0 -2px 0 0 rgba(0,0,0,.01);
	padding-left: 0;
	z-index: 4;
	width: 100%;
	height: 60px;
	color: #fff
}
.chat-box .box-header .connected {
	display: none
}
.chat-box .box-header .top-actions {
	margin-top: 12px
}
.chat-box .box-header #minimize-btn {
	margin-left: 20px
}
.chat-box .box-header .comment-info, .chat-box .box-header .connect-info {
	margin-left: 10px;
	line-height: 60px;
	font-size: 13px
}
.chat-box .box-header .connect-info {
	-webkit-animation: a 1s infinite ease-in-out;
	animation: a 1s infinite ease-in-out
}
.chat-box .box-header .comment-info {
	display: none
}
.chat-box .box-header img {
	position: absolute;
	top: 12.5px;
	left: 12.5px;
	width: 35px;
	height: 35px;
	border-radius: 17px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.1)
}
.chat-box .box-header .agent-info {
	margin-left: 60px;
	line-height: 60px;
	font-size: 13px;
	height: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	pointer-events: none;
	overflow: hidden
}
.chat-box .box-header .agent-info .agent-name {
	position: absolute;
	font-size: 12px;
	line-height: 12px;
	bottom: 12.5px;
	width: 80%;
	text-overflow: unset
}
.chat-box .box-header .agent-info .company-name {
	position: absolute;
	font-size: 13px;
	line-height: 14px;
	top: 12.5px;
	width: 60%;
	text-overflow: ellipsis
}
.chat-box .box-header .agent-info .agent-name, .chat-box .box-header .agent-info .company-name {
	overflow: hidden;
	white-space: nowrap
}
.chat-box .box-header .actions {
	margin-top: 10px
}
.chat-box .box-header .actions i {
	margin-left: 10px
}
.chat-box .box-body.standard {
	padding-right: 208px
}
.chat-box .box-body.standard #emojiHolder, .chat-box .box-body.standard #input-textarea, .chat-box .box-body.standard #input-textarea.normal, .chat-box .box-body.standard .actions, .chat-box .box-body.standard .chat-history-wrapper {
	width: 70%
}
.chat-box .box-body {
	background-color: #fff;

	width: 100%
}
.chat-box .box-body .chat-history-wrapper {
	position: absolute;
	top: 0;
	bottom: 150px;
	width: 100%
}
.chat-box .box-body .chat-history {
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #ededed
}
.chat-box .box-body .chat-history .msg-history {
	cursor: pointer
}
.chat-box .box-body .emoji-img {
	width: 20px;
	height: 20px
}
.chat-box .box-body #emojiHolder {
	position: absolute;
	display: none;
	z-index: 5;
	background-color: #fff;
	padding: 5px
}
.chat-box .box-body #input-textarea.normal {
	border: 0;
	resize: none;
	height: 70px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 8px 10px;
	display: block;
	word-break: break-word;
	white-space: normal;
	font-size: 13px;
	line-height: 17px;
	-webkit-appearance: none;
	position: absolute;
	bottom: 40px;
	width: 100%
}
.chat-box .box-body .actions {
	height: 40px;
	padding: 4px 10px;
	position: absolute;
	width: 100%;
	bottom: 0
}
.chat-box .box-body .actions .iconfont {
	font-size: 26px;
	color: #b2b2b2;
	margin-right: 5px
}
.chat-box .box-body .actions .iconfont:hover {
	color: #0e2352
}
.chat-box .box-body .actions #send-btn {
	display: block;
	padding: 0;
	margin-right: 10px;
	width: 60px;
	height: 30px;
	font-size: 13px!important;
	border: 0;
	outline: none;
	background-color: #f7f7f7;
	border-radius: 5px;
	color: #cfcfcf;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none
}
.chat-box .box-body .actions #send-btn.active {
	background-color: transparent;
	color: #fff
}
.chat-box .side-window {
	display: none;
	width: 208px;
	position: absolute;
	right: 0;
	top: 60px;
	bottom: 0;
	box-shadow: inset 1px 0 0 0 rgba(0,0,0,.0588235);
	border-left: 1px solid #e8e8e8
}
.chat-box .side-window .logo {
	width: 100%;
	margin: 0 auto
}
.chat-box .side-window .logo img {
	width: 100%;
	height: 100%
}
.chat-box .side-window .info {
	margin: 14px 13.5px 0
}
.chat-box .box-comment {
	width: 100%;
	font-size: 14px;
	line-height: 24px
}
.chat-box .box-comment .body {
	padding: 10px
}

.chat-box .box-comment .after-submit {
	text-align: center;
	padding-top: 10px;
	padding-left: 15%;
	padding-right: 15%;
	color: #D40407;
	font-size: 16px;
}
.chat-box .box-comment .after-submit #icon-comment-success {
	font-size: 70px;
	color: #000
}
.chat-box .box-comment .after-submit p {
	font-size: 14px;
	line-height: 24px
}
.chat-box .box-footer {
	background-color: #fff;
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.04), 0 -2px 0 0 rgba(0,0,0,.01);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px
}
.chat-box .box-footer .contact-info {
	height: 22px;
	font-size: 12px;
	color: #b7bac2;
	text-align: center;
	line-height: 22px;
	background-color: #f4f4f4;
	border-top: 1px solid #ededed
}
.chat-box .box-footer .contact-info a, .chat-box .box-footer .contact-info a:visited {
	color: #b7bac2
}
.chat-box .box-footer.offline {
	box-shadow: none
}
.chat-box .box-footer.offline .contact-info {
	background-color: #fff;
	border-top: 0;
	line-height: 30px
}
.chat-box .box-footer.offline a:visited {
	text-decoration: none;
	color: #b7bac2
}
.chat-box.standard .side-window {
	display: block
}
.shake {
	-webkit-animation: b .82s cubic-bezier(.36, .07, .19, .97) both;
	animation: b .82s cubic-bezier(.36, .07, .19, .97) both;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
img.icon-graybird {
	width: 17px;
	height: 17px;
	line-height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px
}
a.yunque-link {
	text-decoration: none;
	color: #b7bac2;
	display: block;
	height: 30px;
	line-height: 30px
}
.msg-ads img {
	width: 100%
}
#bottom-yunque-logo {
	top: 0;
	bottom: 0
}
#bottom-yunque-logo a, .center-bar {
	line-height: 40px
}
.center-bar {
	height: 40px;
	padding-left: 10px;
	width: 100%;
	border-bottom: 1px solid #ededed;
	position: absolute;
	bottom: 110px
}
.center-bar a, .center-bar a:hover, .center-bar a:visited {
	color: inherit;
	text-decoration: none
}
.center-bar i {
	margin-left: 5px
}
.center-bar .iconfont {
	color: #b2b2b2;
	font-size: 17px;
	line-height: 40px
}
.center-bar .pull-right {
	padding-right: 10px;
	color: #b7bac2;
	height: 40px;
	line-height: 40px
}
.center-bar .icon-gray-bird {
	background-image: url(/images/greylittlebird.png);
	background-size: 15px auto;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	opacity: .6
}
.center-bar.shadow {
	box-shadow: 0 -40px 100px 0 rgba(150,165,190,.24)
}
.yq-logo-center .box-body {
	bottom: 0
}
.yq-logo-bottom .yunque-center-logo, .yq-logo-center #bottom-yunque-logo, .yq-logo-center .box-footer {
	display: none
}
.icon-gray-bird {
	background-image: url(/images/greylittlebird.png);
	background-size: 15px auto;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	opacity: .6
}
.chat-box.standard .center-bar {
	width: 70%
}
::-webkit-input-placeholder {
color:#b7bac2;
font-size:13px
}
::-moz-placeholder {
color:#b7bac2;
font-size:13px
}
::-ms-placeholder {
color:#b7bac2;
font-size:13px
}
::-webkit-input-placeholder {
color:#b7bac2;
font-size:13px!important
}
::-moz-placeholder {
color:#b7bac2;
font-size:13px!important
}
:-ms-input-placeholder {
color:#b7bac2;
font-size:13px!important
}
::placeholder {
color:#b7bac2;
font-size:13px!important
}
.bg-img {
	position: fixed;
	bottom: 150px;
	z-index: 2;
	opacity: .3
}
.chat-box.single-bottom .bg-img {
	bottom: 80px
}
.chat-box.single-center .bg-img {
	bottom: 90px
}
.heart-bg {
	background-image: url(/images/heart_background.png);
	background-size: cover
}
.offline .bg-img {
	display: none
}
.chat-box.single-center textarea.disconnected {
	font-size: 13px!important
}
.chat-box.single-center .chat-history-wrapper {
	bottom: 90px
}
.chat-box.single-center .box-body .center-bar {
	bottom: 50px
}
.chat-box.single-center .actions {
	padding-right: 80px;
	position: absolute;
	height: 50px
}
.chat-box.single-center .actions textarea {
	width: 100%;
	resize: none;
	height: 42px;
	overflow: hidden;
	border: none;
	overflow: auto;
	outline: none;
	box-shadow: none;
	line-height: 32px;
	padding: 5px 0 4px 10px
}
.chat-box.single-center .actions #send-btn {
	position: absolute;
	right: 0;
	top: 11px
}
.chat-box.single-bottom textarea.disconnected {
	font-size: 13px!important
}
.chat-box.single-bottom .chat-history-wrapper {
	bottom: 72px
}
.chat-box.single-bottom a.yunque-link {
	height: 22px;
	line-height: 22px
}
.chat-box.single-bottom .box-footer {
	height: 22px
}
.chat-box.single-bottom .box-body .actions {
	position: absolute;
	bottom: 22px;
	height: 50px;
	padding-right: 0
}
.chat-box.single-bottom .box-body .actions .btn-holders {
	float: left;
	line-height: 42px;
	height: 42px;
	width: 70px
}
.chat-box.single-bottom .box-body .actions .btn-holders a:hover {
	text-decoration: none
}
.chat-box.single-bottom .box-body .actions .btn-holders .iconfont {
	font-size: 22px;
	line-height: 42px;
	margin-right: 0
}
.chat-box.single-bottom .box-body .actions div.text-holder {
	padding-right: 70px;
	position: relative;
	float: left;
	height: 42px;
	margin-top: 3px;
	width: calc(100% - 70px)
}
.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}
.chat-box.single-bottom .box-body .actions.focus div.text-holder {
	width: 100%
}
.chat-box.single-bottom .box-body .actions textarea {
	width: 100%;
	resize: none;
	border: 1px solid #dfdfdf;
	padding-left: 10px;
	border-radius: 3px;
	height: 36px;
	padding-top: 0;
	overflow: hidden;
	line-height: 16px;
	padding: 10px 0 10px 10px
}
.chat-box.single-bottom .box-body .actions #send-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	width: 60px;
	margin-right: 5px
}
.chat-box.single-bottom .box-body .actions.focus #send-btn {
	width: 16%;
	margin-right: 1%
}
.chat-box.single-bottom .box-body .actions .clear-both {
	clear: both
}
textarea:disabled {
	background-color: #fff
}
#back-btn {
	display: none
}
.is-mobile #back-btn, .is-mobile #minimize-btn {
	padding-right: 20px
}



