/*
	DESTOON Copyright (C)2008-2099 www.destoon.com
	This is NOT a freeware,Use is subject to license.txt
*/
.chat {padding:10px 0;overflow:auto;background:#EFEFF4;}
.chat table {margin-top:16px;}
.chat img {max-width:98%;height:auto;}
.emoji {width:100%;position:fixed;z-index:10;left:0;top:48px;background:#FFFFFF;display:none;overflow:hidden;}
.emoji i {display:block;width:10%;height:36px;float:left;padding:6px 0;text-align:center;}
.emoji img {width:24px;height:24px;}
.emoji div {height:44px;line-height:44px;padding:0 16px;background:#F5F5F6;font-size:16px;clear:both;}
.emoji div span {float:right;}
.emoji table {width:100%;}
.emoji td {height:44px;text-align:center;}
.emoji td:hover {background:#F5F5F6;}
.chat-online-1 {color:#70D672;font-size:20px;}
.chat-online-0 {color:#CCCCCC;font-size:20px;}
.chat-more {text-align:center;padding:16px 0 0 0;font-size:12px;}
.chat-date {text-align:center;padding:16px 0 0 0;font-size:10px;color:#666666;}
.chat_nick0 {font-size:12px;color:#999999;padding:0 0 6px 0;}
.chat_nick1 {font-size:12px;color:#999999;padding:0 0 6px 0;text-align:right;}
.chat_msg0 {background:#FFFFFF;padding:10px;border-radius:4px;font-size:16px;display:inline-block;}
.chat_arr0 {width:8px;background:url('chat-arr0.png') no-repeat 0 16px;background-size:8px 8px;}
.chat_arr00 {width:8px;background:url('chat-arr0.png') no-repeat 0 32px;background-size:8px 8px;}
.chat_msg1 {background:#D8E8F9;padding:10px;border-radius:4px;font-size:16px;display:inline-block;float:right;}
.chat_arr1 {width:8px;background:url('chat-arr1.png') no-repeat 0 16px;background-size:8px 8px;}
.chat_arr11 {width:8px;background:url('chat-arr1.png') no-repeat 0 32px;background-size:8px 8px;}
.chat_head {width:40px;height:40px;border-radius:50%;}
.chat-spin {height:300px;background:#FFFFFF url('spinner.gif') no-repeat center center;background-size:16px 16px;}
.chat-word {height:28px;padding:2px 4px;background:#FFFFFF;border-radius:6px;}
.chat-word input {width:100%;height:28px;line-height:28px;padding:0;font-size:16px;border:none;outline:none;}
.chat-camera {width:48px;height:48px;background:url('chat-camera.png') no-repeat center center;background-size:24px 24px;overflow:hidden;}
.chat-emoji {width:48px;height:48px;background:url('chat-emoji.png') no-repeat center center;background-size:24px 24px;overflow:hidden;}
.chat-send {width:48px;height:32px;line-height:32px;margin-left:10px;background:#1AAD19;border-radius:6px;text-align:center;color:#FFFFFF;font-size:14px;}
.im-msg {padding:160px 48px;text-align:center;color:#999999;background:url('bg-im.png') no-repeat center 48px;background-size:64px 64px;}