@charset "UTF-8";
.chats-fixed{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,.4);
	z-index: 999;
}
.chats{
	width: 570px;
	height: 540px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -285px;
	background: #FFFFFF;
}
.chats-title{
	background: #00A5AC;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.chats-title-img{
	width: 20px;
	height: 20px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.chats-title-m{
	line-height: 40px;
	margin-left: 5px;
	float: left;
}
.chats-title-rig{
	float: right;
	margin-right: 20px;
}
.chats-title-span01{
	margin-right: 10px;
}
.chats-title-span02{
	margin-left: 10px;
}
.chats-chat{
	padding: 10px 40px;
	height: 300px;
	/*border: 1px solid red;*/
	overflow:hidden;
	 overflow-y: auto;
}
.chats-chat-mar{
	margin: 15px 0px;
}
.chats-chat-img01{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	float: left;
}
.chats-chat-title01{
	float: left;
	margin-left: 10px;
	height: 40px;
	line-height: 40px;
}
.chats-chat-list{
	border-top: 10px solid ;
	border-image-source: url(../img/chat1.png);
	border-image-slice: 12 0 0 0 ;
	margin-top: 5px;
}
.chats-chat-lists{
	padding: 15px;
	background: #3dd2d8;
	color: #FFFFFF;
	border-radius: 20px;
	word-break: break-all; 
	word-wrap:break-word;	
}

/*xxxxxxxxxxxxxxxxxxxxxxx*/
.chats-chat-mar02{
	margin: 15px 0px;
}
.chats-chat-img02{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	float: right;
}
.chats-chat-title02{
	float: right;
	margin-right: 10px;
	height: 40px;
	line-height: 40px;
}
.chats-chat-list02{
	border-top: 10px solid ;
	border-image-source: url(../img/chat2.png);
	border-image-slice: 12 0 0 0 ;
	margin-top: 5px;
}
.chats-chat-lists02{
	padding: 15px;
	background: #a1a1a1;
	color: #FFFFFF;
	border-radius: 20px;
	word-break: break-all; 
	word-wrap:break-word;	
}
.chats-list-div{
	height: 38px;
	border-bottom: 1px solid #d1d1cf;
	border-top: 1px solid #d1d1cf;
	background: #fafbf6;
}
/*.chat-list-text-div{
	width: 520px;
	height: 70px;
	margin: 5px auto;
	border: 0px;
}*/
.chats-list-text{
	width: 520px;
	height: 70px;
	min-height: 70px;
	min-width: 520px;
	max-height: 70px;
	max-width: 520px;
	margin: 5px 20px;
	border: 0px;
	font-size: 16px;
	overflow:hidden;
	 resize:none;
}
.chats-butt-div{
	width: 230px;	
	position: relative;
	left: 340px;
}
.chats-butt-01{
	width: 100px;
	height: 40px;
	margin-right: 10px;
	color: #FFFFFF;
	background: #fe9844;
	line-height: 40px;
	text-align: center;
	border: 0px;
}
.chats-butt-02{
	width: 100px;
	height: 40px;
	border: 1px solid #d1d1d1;
	line-height: 40px;
	text-align: center;
	background: #FFFFFF;
	
}
.Main {
	width: 500px;
	height: 500px;
	margin: 0 auto;
	margin-top: 100px;
}
.Input_Box {
	width: 495px;
	height: 160px;
	border: 1px solid #ccc;
	transition: border linear .2s, box-shadow linear .5s;
	-moz-transition: border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
.Input_Box>textarea {
	width: 485px;
	height: 111px;
	padding: 5px;
	outline: none;
	border: 0px solid #fff;
	resize: none;
	font: 13px "微软雅黑", Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.Input_Foot {
	width: 100%;
	height: 35px;
	border-top: 1px solid #ccc;
	background-color: #fff;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	position: absolute;
}
.imgBtn {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	background-image: url(imgs.png);
	background-repeat: no-repeat;
	background-position: 0 -13px;
	height: 18px;
	width: 20px;
	cursor: pointer
}
.imgBtn:active {
	margin-top: 9px;
}
.imgBtn:hover {
	background-position: 0 -31px
}
.postBtn {
	float: right;
	font: 13px "微软雅黑", Arial, Helvetica, sans-serif;
	color: #808080;
	padding: 9px 20px 7px 20px;
	border-left: 1px solid #ccc;
	cursor: pointer;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.postBtn:hover {
	color: #333;
	background-color: #efefef;
}
.postBtn:active {
	padding: 10px 20px 6px 20px;
}
.faceDiv {
	width: 500px;
	height: 120px;
	border-top: 1px solid #ccc;
	position: absolute;
	background-color: #fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.faceDiv>img {
	border: 1px solid #ccc;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	position: relative;
	width: 24px;
	height: 24px;
	padding: 3px 3px 3px 3px;
	cursor: pointer;
}
.faceDiv>img:hover {
	background-color: #efefef;
}
.faceDiv>img:active {
	padding: 4px 3px 2px 3px;
}
/* * {margin: 0; padding: 0; border: none; font-size: 12px; text-align: left;}
ul { list-style: none; }
a { text-decoration: none; }
a:hover { text-decoration: underline; color:#f60; }

.content { height: auto; margin: 0 auto; text-align: center; }
.chatBox { width: 562px; border: 1px #666666 solid; height: auto; margin: 0 auto; margin-top: 150px; position: relative; }
.chatLeft { border-right: 1px #bebebe solid; width: 562px; height: auto; float:left;
    position: absolute;
    top: 20%;
    left:35%;
    background: #ffffff;
    z-index: 1;
}
.chatRight { width: 166px; height: auto; float:right; }
.chat01_title , .chat03_title { background: url('../img/chat/title_bg.jpg') repeat-x 0 0; height:30px; position: relative;}
.talkTo {  }
.talkTo li { background: url('../img/chat/title-bg.png') no-repeat 0px -1px; _background-position: 0 0; line-height: 17px; float: left; padding-left: 6px; margin: 5px 20px; _margin-left: 9px; }
.talkTo li a { background: url('../img/chat/title-bg.png') no-repeat bottom right; padding: 4px 11px 4px 7px; _padding-top: 0px; _padding-bottom: 0px; height: 19px; font-size: 12px; font-weight: bold; color: #333; text-decoration: none;}
.close_btn { background: url('../img/chat/icon.png') no-repeat 0 0; position: absolute; top: 10px; right: 8px; display: block; width: 15px; height: 15px; }
.chat02_title { background: url('../img/chat/chat_title_bg.jpg') repeat-x 0 0; height: 25px; position: relative; }
.chat02_bar { background: url('../img/chat/chat_bar_bg.jpg') repeat-x 0 0; height: 35px; position: relative; }
.chat02_bar ul {height: 100%; background: url('../img/chat/binliy_logo.png') no-repeat 10px 8px;}
.chat02_bar li { position: absolute; }
.chat03_title_t { background: url('../img/chat/icon.png') no-repeat 0px -370px; position: absolute; padding-left: 25px; top: 8px; left: 20px; display: block; width: auto; height: 15px; font-size:12px; font-weight:bold; }

.chat01_content { height: 220px; overflow-x: none; overflow-y: auto; resize:vertical; }
.chat02_content { height: auto; }
.chat03_content { text-align: left; font-size: 12px; color: #333; margin: 8px 0px; }
.chat02_content textarea { border: medium none; display: block; width:552px; height: 96px; overflow-y: auto; padding: 5px; resize: vertical; }
.chat03_name { color: #333; position: absolute; top: 9px; left: 40px; display: block; }
.chat03_content ul {  }
.chat03_content ul li { position: relative; padding: 3px 6px; height: 31px; _padding-bottom:0px; }
.chat03_content ul li.hover{ background: #ebeef3; } 
.chat03_content ul li.choosed{ background: #ebeef3; } 
.chat03_content ul li a {  }
.chat03_content ul img { width: 30px; height: 30px; }


.chat02_title_btn { background: url('../img/chat/icon.png') no-repeat 0 0; cursor: pointer; float: left; display: block; width: 15px; height: 15px; margin: 5px 6px; }
.ctb01{ background-position: 0 -90px; margin-left: 18px; _margin-left: 8px; }
.ctb02{ background-position: 0 -152px; }
.ctb03{ background-position: 0 -216px; }
.chat02_title_t { background: url('../img/chat/icon.png') no-repeat 0px -487px; position: absolute; padding-left: 25px; top: 8px; right: 20px; display: block; width: auto; height: 15px; }
.chat02_title_t a { color:#333; font-size:12px; text-decoration: none; }
.chat02_title_t a:hover { color:#f60; text-decoration: underline; }

input.f1 , input.f2 { display: none; }

.message_box { display: none; _width: 550px;}

.message {
	border-bottom: 1px solid #EEE;
	clear: both;
	padding: 10px 10px 10px 0;
	position: relative;
	margin: 0px 10px;
}

.message .user-logo {
	float: left;
	width: 50px;
	height: 50px;
	resize:none;
}

.message .wrap-text {
	float: left;
	margin-left: 10px;
	display: inline;
	width: 360px;
	overflow: hidden;
	resize:none;
}

.message h5 {
	color: #369;
	font-weight: bold;
}

.message .wrap-text div {
	margin: 5px 0;
	word-break: break-all;
	word-wrap: break-word;
	height: auto;
	overflow: hidden;
}

.message .wrap-ri {
	float: right;
	width: 110px;
	overflow: hidden;
	resize:none;
}

.message .wrap-ri div {
	text-align: right;
	color: #999;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	clear: both;
	position: absolute;
	bottom: 10px;
	right: 5px;
}

.message .wrap-ri div span {
	display: inline-block;
	line-height: 18px;
	vertical-align: bottom;
	zoom: 1;
}




.wl_faces_box { background: url('../img/chat/wlf_bg.png') repeat 0 0; position: absolute; width: 428px; height: 225px; bottom: 22px; left: -50px; display: none; }
.wl_faces_content { background: #fff; border: 1px #ccc solid; width: 417px; height: 216px; margin: 3px 4px; }
.wl_faces_content .title { background: url('../img/chat/wlf_title_bg.jpg') repeat-x 0 0; height: 40px; position: relative; }
.wl_faces_content .title ul {  }
.wl_faces_content .title ul li { position: absolute; display: block;}
.wl_faces_content .title ul li.title_name { background: url('../img/chat/wlf_title_btn.jpg') no-repeat 0 0; width: 82px; height: 30px; bottom: 0; _bottom:-2px; left: 15px; text-align: center; line-height: 32px; font-weight: bold; color: #333; }
.wl_faces_content .title ul li.wl_faces_close { right: 8px; top: 15px; }
.wl_faces_content .title ul li.wl_faces_close span { background: url('../img/chat/icon.png') repeat-x 0 0; cursor: pointer;display: block; width: 15px; height: 15px; }

.wl_faces_main {  }
.wl_faces_main ul { margin: 12px 28px; overflow: hidden; border-top: 1px #CCC solid; border-left: 1px #CCC solid; width:360px; }
.wl_faces_main ul li { float: left; border-right: 1px #CCC solid; border-bottom: 1px #CCC solid; height: 22px; width: 26px; margin: -1px 0 0 -1px; padding: 4px 2px; text-align: center; }
.wl_faces_main ul li img { width: 22px; height: 22px; }

.wlf_icon { background: url('../img/chat/layer_arrow.png') no-repeat 0 0; position: absolute; width: 22px; height: 9px; bottom: -4px; _bottom: -11px; left: 61px; }
.chat03_content li label { display: block; position: absolute; width: 9px; height: 9px; left: 27px; }
label.online { background: url('../img/chat/status.gif') no-repeat 0 0; _background: url('../img/chat/status.gif') no-repeat 0 5px; bottom: 4px; _bottom: 2px; }
label.offline { background: url('../img/chat/status.gif') no-repeat 0 -11px; bottom: 4px; _top: 25px;} */