@charset "utf-8";
/**
 * @Author By:LYD
 * @Create Date:2012-4-18
**/
* {
	margin:0;
	padding:0
}
ul li {
	list-style:none;
}
img {
	border:none;
}
em {
	font-style:normal
}
body {
	font-size:12px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.container {
	width:867px;
	height:542px;
	margin:0px auto;
	padding-left:1px;
	*padding-left:0px;
	padding-top:0px;
	background:url(../images/dialog_bg.jpg) no-repeat 0 0;	
}
.container td {
	vertical-align:top;
	margin:0px;
}
.top {
	padding:2px 0 0 32px;
	height:31px;
	font:bold 12px/29px "Verdana, Geneva, Arial";
	color:#fff
}
/* 对话框右上角关闭图标 
margin:2px 10px;
	height:22px;
	width:22px;
	display:block;
	float:right;
	*position:relative;
	*top:-29px;
*/
.top a {
	margin:2px 10px;
	height:12px;
	width:12px;
	display:block;
	float:right;
	*position:relative !important;
	*top:-29px !important;
	_position:absolute;
	_margin-left:500px;
	_top:5px;
}

.main {
	height:506px;
	width:861px;	
}
.tabNav {
	height:30px;
}
.tabNav ul {
	padding-left:1px

}
.tabNav ul li {
	float:left;
	width:98px;
	height:30px;
	text-align:center;
	background:url(../images/navbar_bg.gif) no-repeat 0 bottom;
	cursor:pointer;
	line-height:30px;
	color:#758790
}
.tabNav ul li.curr {
	background:url(../images/navbar_bg.gif) no-repeat 0 top;
}
.chatTips {
	height:27px;
	background:url(../images/chatTips_bg.jpg) 0 top;
}
.chatTips p {
	color:#666;
	padding:6px 0 0 8px;
}
.contentBody {
	height:217px;
}
.contentBody .contentBox {
	height:290px;
	padding:3px 4px;
	position:relative
}
.tipshow {/*background-color:#E7E7E7; */
	padding-left:6px;
	height:18px;
	width:487px;
	color:#FF0000;
	margin:0 2px;
	line-height:150%;
	position:absolute;
	/*top:340px;*/
	left:0;
	z-index:999;
}
.contentBody .content, .smscontent {
	height:215px;
	width:627px;
	word-wrap:break-word;
	line-height:120%;

}
.toolBar {
	height:28px;
	padding:0 1px
}
.toolBar .toolBarbox {
	background:#f4f4f4;
	height:25px;
	padding:3px 0 0 8px;
	position:relative;
}
.toolBarbox .facebox {
	z-index:9999;
	position:absolute;
	top:30px;
	left:80px;
	width:152px;
	height:85px;
	border:1px solid #ccc;
}
.toolBarbox .facebox img {
	cursor:pointer
}
.toolBar img {
	vertical-align:middle;
	margin-right:3px
}
.toolBar a {
	display:block;
	height:16px;
	float:left;
	margin-right:10px;
}
.toolBar a:link, .toolBar a:visited {
	text-decoration:none;
	color:#333;
	padding:3px 4px;
}
.toolBar a:hover, .toolBar a:active {
	text-decoration:none;
	color:#000;
	padding:2px 3px;
	border:1px solid #ccc;
	background-color:#E3F4FF;
}
#setfont {
	position:absolute;
	width:485px;
	z-index:100;
	top:-1px;
	left:1px;
	_left:-4px;
	padding:3px 0 0 10px;
	border-top:1px #9EC2EB solid;
	background-color:#E3F4FF;
	height:26px;
	float:left;
}
#setfont .s {
	float:left;
}
#setfont .b {
	float:left;
	margin:2px 0 0 10px;
	width:20px;
	height:20px;
	background:transparent url(../images/dialog_toolbar_font.png) left top;
}
#setfont .bover {
	float:left;
	margin:2px 0 0 10px;
	width:20px;
	height:20px;
	background:transparent url(../images/dialog_toolbar_font.png) left bottom;
}
#setfont .i {
	float:left;
	margin:2px 0 0 10px;
	width:20px;
	height:20px;
	background:transparent url(../images/dialog_toolbar_font.png) center top;
}
#setfont .iover {
	float:left;
	margin:2px 0 0 10px;
	width:20px;
	height:20px;
	background:transparent url(../images/dialog_toolbar_font.png) center bottom;
}
#setfont .u {
	float:left;
	margin:2px 0 0 10px;
	width:20px;
	height:20px;
	background:transparent url(../images/dialog_toolbar_font.png) right top;
}
#setfont .uover {
	float:left;
	margin:2px 0 0 10px;
	width:20px;
	height:20px;
	background:transparent url(../images/dialog_toolbar_font.png) right bottom;
}
.chatInput {
	height:81px;
}
.chatInput .inputbox {
	cursor:text;
	height:70px;
	width:640px;
	overflow-x:hidden;
	overflow-y:auto;
	word-wrap :break-word;
}
.chatSent {
	height:33px;
	padding-right:10px;
}
.chatSent a.sendbtn {
	float:right;
	display:block;
	width:94px;
	height:20px;
	padding-top:5px;
	text-align:center;
	color:#88898a;
	margin:5px 0 0 5px;
}
.chatSent a.sendbtn:link, .chatSent a.sendbtn:visited {
	background:url(../images/sendbtn.gif) no-repeat 0 top;
	text-decoration:none;
}
.chatSent a.sendbtn:hover, .chatSent a.sendbtn:active {
	background:url(../images/sendbtn.gif) no-repeat 0 bottom;
	text-decoration:none
}
.chatSent a.switchbtn {
	float:right;
	display:block;
	width:19px;
	height:25px;
	margin-top:5px;
	margin-left:3px;
}
.chatSent a.switchbtn:link, .chatSent a.switchbtn:visited {
	background:url(../images/send_switch.gif) no-repeat 0 0;
	text-decoration:none;
}
.chatSent a.switchbtn:hover, .chatSent a.switchbtn:active {
	background:url(../images/send_switch.gif) no-repeat right 0;
	text-decoration:none
}
#switch {
	position:absolute;
	border:1px #9EC2EB solid;
	background-color:#fff;
	padding:5px;
	z-index:9999;
	top:-49px;
	right:0px;
	width:94px;
}
#switch li {
	height:20px;
	line-height:20px;
	cursor:pointer;
}
#switch li.over {
	background-color:#E3F4FF;
}
.chatSent a.EClink {
	margin-top:12px;
	float:left
}
.chatSent a.EClink:link, .chatSent a.EClink:visited {
	color:#003399;
}
.lbody {
	width:667px;
	background:url(../images/dialog_bg_nei.jpg) no-repeat 1px 0px;
}
.rbody {
	width:182px;
	*width:190px;
	padding:0 9px 0 5px;
	background:url(../images/dialog_bg_right.jpg) no-repeat 0px 0px;
}
.rbody #facebox {
	margin:20px auto 10px;
	width:125px;
	height:125px;
	padding:2px;
	border:1px #B4C3D2 solid;
	font-size:0;
}
.rbody #usrinfo {
	margin:0 auto;
	width:160px
}
#usrinfo li {
	height:18px;
	width:150px;
	color:#05477C;
	background-color:#f8f8f8;
	margin-bottom:5px;
	padding:5px 5px 0;
	white-space:nowrap;
	overflow:hidden;
/*	text-overflow:ellipsis; */
}
#usrinfo li .email {
    display: block;
    float: left;
    height: 40px;
}
#usrinfo li #cs_email {
	display:inline-block; 
	width:110px;
    position: relative;
    white-space: normal!important; 
    word-wrap: break-word;
}
/*=================================*/

.phoneinfo {
	padding:5px 0 0 30px;
}
.phoneinfo h2 {
	font-size: 12px;
	color: #000000;
}
.mdt20 {
	margin-top:10px;
}
.phone {
	background:#fafafa none repeat scroll 0 0;
	border:1px solid #e2ebef;
	width:320px;
	padding:8px 20px 20px;
	margin:10px 0 0 35px;
}
.phone .number {
	height:18px;
	width:130px;
	vertical-align:middle;
	border:solid 1px #A8CFEB;
	padding-top:2px;
}
.phone .txtC {
	text-align:center;
}
#callto {
	border:1px solid #000;
	vertical-align:middle;
	height:20px;
	width:130px;
	vertical-align:middle;
}
.phone .btn {
	width:60px;
	height:20px;
	_padding-top:2px;
	background:url(../images/callingBtn.gif) no-repeat 0px 0px;
	vertical-align:middle;
	color:#0235A0;
}
.phone .btn2 {
	padding:2px 24px;
	background:url(../images/cutBtn.gif) no-repeat 0px 0px;
	vertical-align:middle;
}
.phone h2 {
	padding:10px 0px;
	background-image: url(../images/dianhua.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	text-indent: 30px;
	color:#ABBDCE;
	font-weight: normal;
	font-size: 12px;
}
h2 {
	font-size: 12px;
}
.chzinfo {
	font:bold 12px/180% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin-top:10px;
	font-weight: normal;
}
.warning {
	color:#ABBDCE;
	width:450px;
	margin-top:10px;
	text-indent:24px;
}
.Description {
	width:450px
}
.callbtn, .hangbtn {
	vertical-align: -1px;
	width:60px;
	height:21px;
	border:0;
	cursor:pointer;
}
.callbtn_cn {
	background:url(../images/tonghua_cn.gif) no-repeat 0px 0px;
}
.callbtn_en {
	background:url(../images/tonghua_en.gif) no-repeat 0px 0px;
}
.callbtn_tw {
	background:url(../images/tonghua_tw.gif) no-repeat 0px 0px;
}
.hangbtn_cn {
	background:url(../images/tonghua_hang_cn.gif) no-repeat 0px 0px;
}
.hangbtn_en {
	background:url(../images/tonghua_hang_en.gif) no-repeat 0px 0px;
}
.hangbtn_tw {
	background:url(../images/tonghua_hang_tw.gif) no-repeat 0px 0px;
}
#facebox {
	text-align:center;
	padding:10px 0px;
}
#facebox img {
	border:1px solid #eee;
}
.phonerbody {
	padding:0px 3px;
	background:#fff;
}
#toptitle {
	color:#FFF;
}
/*-----------talkcontent-------*/
.talkcontent {
	height:100%;
}
.wordtip {
	height:20px;
	background-color:#eee;
	padding:5px 0 0 6px;
}
.brodLR {
	border:1px solid #5ED0F1;
	border-top:0;
}
.helpmsg {
	width:480px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
fieldset label {
	color:#8a8989
}
#msginfo {
	padding:30px 0 0 25px;
	line-height:150%;
	margin:0 auto;
	width:370px;
}
#msginfo fieldset {
	border:none;
	margin-bottom:15px;
}
#msginfo input {
	height:18px;
	width:250px;
}
#msginfo label {
	float:left;
	width:88px;
	text-align:right
}
#msginfo #content {
	width:250px;
	height:80px;
	word-break:break-all;
	overflow:auto;
}
.tips {
	padding-left:5px;
	color:#666666;
}
form {
	height:100%
}
.ec_message{ position:relative; padding-left:10px; height:30px; line-height:30px; background:#f4f4f4; width:640px; margin-top:2px; margin-left:4px; color:#758790}
/*-----------上传图片和传文件的框架定位-------*/
#ifrmUpFile, #ifrmUpImg, #frmUpFile, #frmUpImg {
	position:absolute;
	left:0px;
	/*top:225px;*/
} {
	position:absolute;
	left:0px;
	/*top:225px;*/
}
/*-----------切换客服-------*/
.switch_peo ul {over-flow:auto; zoom:1; float:left; width:565px;}
.switch_peo ul li{float:left; margin-left:10px; width:120px; height:20px; line-height:20px; overflow:hidden; white-space: nowrap;text-overflow:ellipsis; cursor: pointer; color:#2f8ebc;}
.switch_peo ul li img{ margin-right:4px}
.switch_tit{ font-weight:bold;color:#2f8ebc; float:left; width:65px; height:20px;line-height:20px; padding-left:5px;overflow:hidden; white-space: nowrap;text-overflow:ellipsis;}
