document.writeln("<div class=\"qqbox\" id=\"divQQbox\">");
document.writeln("  <div class=\"qqlv\" id=\"meumid\" onmouseover=\"show()\"><\/div>");
document.writeln("  ");
document.writeln("  <div class=\"qqkf\" style=\"display:none;\" id=\"contentid\" onmouseout=\"hideMsgBox(event)\">");
document.writeln("    <div class=\"qqkfbt\" onmouseout=\"showandhide(\'qq-\',\'qqkfbt\',\'qqkfbt\',\'K\',5,1);\" id=\"qq-1\" onfocus=\"this.blur();\">&nbsp;客 服 中 心<\/div>");
document.writeln("	<div id=\"K1\">");
document.writeln("        <div class=\"qqkfhm\">&nbsp;<img src=http://wpa.paipai.com/pa?p=1:712613378:17 border=0 align=middle>&nbsp;&nbsp;<a target=blank href='tencent://message/?uin=712613378'><font color=#000000>售前-王杨</font></a><\/div>");
document.writeln("    <div class=\"qqkfhm\">&nbsp;<img src=http://wpa.paipai.com/pa?p=1:712613379:17 border=0 align=middle>&nbsp;&nbsp;<a target=blank href='tencent://message/?uin=712613379'><font color=#000000>售前-小乐</font></a><\/div>");
document.writeln("    <div class=\"qqkfhm\">&nbsp;<img src=http://wpa.paipai.com/pa?p=1:712613380:17 border=0 align=middle>&nbsp;&nbsp;<a target=blank href='tencent://message/?uin=712613380'><font color=#000000>售前-菲菲</font></a><\/div>");
document.writeln("    <div class=\"qqkfhm\">&nbsp;<img src=http://wpa.paipai.com/pa?p=1:712613383:17 border=0 align=middle>&nbsp;&nbsp;<a target=blank href='tencent://message/?uin=712613383'><font color=#000000>售前-彤彤</font></a><\/div>");
document.writeln("    <div class=\"qqkfhm\">&nbsp;<img src=http://wpa.paipai.com/pa?p=1:712613384:17 border=0 align=middle>&nbsp;&nbsp;<a target=blank href='tencent://message/?uin=712613384'><font color=#000000>售前-小雪</font></a><\/div>");
document.writeln("    <div class=\"qqkfhm\">&nbsp;<img src=http://wpa.paipai.com/pa?p=1:712613382:17 border=0 align=middle>&nbsp;&nbsp;<a target=blank href='tencent://message/?uin=712613382'><font color=#000000>售后-阿帆</font></a><\/div>");
document.writeln("	<div class=\"qqkfhm\">&nbsp;<img src=http://wpa.paipai.com/pa?p=1:712613385:17 border=0 align=middle>&nbsp;&nbsp;<a target=blank href='tencent://message/?uin=712613385'><font color=#000000>售后-江平</font></a><\/div>");
document.writeln("	<div class=\"qqkfhm\">&nbsp;<img src=http://wpa.paipai.com/pa?p=1:712613386:17 border=0 align=middle>&nbsp;&nbsp;<a target=blank href='tencent://message/?uin=712613386'><font color=#000000>技术-林森</font></a><\/div>");
document.writeln("	<div class=\"qqkfhm\">&nbsp;<img src=http://wpa.paipai.com/pa?p=1:712613381:17 border=0 align=middle>&nbsp;&nbsp;<a target=blank href='tencent://message/?uin=712613381'><font color=#000000>值班-尹华</font></a><\/div>");
document.writeln("	<div class=\"qqkfhm\">&nbsp;<img src=http://wpa.paipai.com/pa?p=1:712613387:17 border=0 align=middle>&nbsp;&nbsp;<a target=blank href='tencent://message/?uin=712613387'><font color=#000000>值班-小航</font></a><\/div>");
document.writeln("	<div class=\"bgdh\">腾讯QQ临时会话经常无法正常接收或发送信息,请尽量将客服添加为您的QQ好友,谢谢!<\/div>");
document.writeln("	<\/div>");
document.writeln("	<\/div>");
document.writeln("	<\/div>");
document.writeln("  <\/div>");
document.writeln("  ");
document.writeln("<script>");
document.writeln("function showandhide(h_id,hon_class,hout_class,c_id,totalnumber,activeno) {");
document.writeln("    var h_id,hon_id,hout_id,c_id,totalnumber,activeno;");
document.writeln("    for (var i=1;i<=totalnumber;i++) {");
document.writeln("        document.getElementById(c_id+i).style.display=\'none\';");
document.writeln("        document.getElementById(h_id+i).className=hout_class;");
document.writeln("    }");
document.writeln("    document.getElementById(c_id+activeno).style.display=\'block\';");
document.writeln("    document.getElementById(h_id+activeno).className=hon_class;");
document.writeln("}");
document.writeln("");
document.writeln("var tips; ");
document.writeln("var theTop = 40;");
document.writeln("var old = theTop;");
document.writeln("function initFloatTips() ");
document.writeln("{ ");
document.writeln("	tips = document.getElementById(\'divQQbox\');");
document.writeln("	moveTips();");
document.writeln("}");
document.writeln("");
document.writeln("function moveTips()");
document.writeln("{");
document.writeln("	 	  var tt=50; ");
document.writeln("		  if (window.innerHeight) ");
document.writeln("		  {");
document.writeln("			  pos = window.pageYOffset  ");
document.writeln("		  }else if (document.documentElement && document.documentElement.scrollTop) {");
document.writeln("			 pos = document.documentElement.scrollTop  ");
document.writeln("		  }else if (document.body) {");
document.writeln("		    pos = document.body.scrollTop;  ");
document.writeln("		  }");
document.writeln("		  ");
document.writeln("		  pos=pos-tips.offsetTop+theTop; ");
document.writeln("		  pos=tips.offsetTop+pos\/10; ");
document.writeln("		  if (pos < theTop){");
document.writeln("			 pos = theTop;");
document.writeln("		  }");
document.writeln("		  if (pos != old) { ");
document.writeln("			 tips.style.top = pos+\"px\";");
document.writeln("			 tt=10;  \/\/alert(tips.style.top);  ");
document.writeln("		  }");
document.writeln("		  old = pos;");
document.writeln("		  setTimeout(moveTips,tt);");
document.writeln("}");
document.writeln("initFloatTips();");
document.writeln("");
document.writeln("	if(typeof(HTMLElement)!=\"undefined\")    \/\/给firefox定义contains()方法，ie下不起作用");
document.writeln("		{  ");
document.writeln("		  HTMLElement.prototype.contains=function (obj)  ");
document.writeln("		  {  ");
document.writeln("			  while(obj!=null&&typeof(obj.tagName)!=\"undefind\"){ \/\/通过循环对比来判断是不是obj的父元素");
document.writeln("	   　　 　if(obj==this) return true;  ");
document.writeln("	   　　　	　obj=obj.parentNode;");
document.writeln("	   　　	  }  ");
document.writeln("			  return false;  ");
document.writeln("		  }");
document.writeln("	}");
document.writeln("");
document.writeln("function show()");
document.writeln("{");
document.writeln("	document.getElementById(\"meumid\").style.display=\"none\"");
document.writeln("	document.getElementById(\"contentid\").style.display=\"block\"");
document.writeln("}");
document.writeln("	function hideMsgBox(theEvent){");
document.writeln("	  if (theEvent){");
document.writeln("		var browser=navigator.userAgent;");
document.writeln("		if (browser.indexOf(\"Firefox\")>0){  \/\/如果是Firefox");
document.writeln("		    if (document.getElementById(\"contentid\").contains(theEvent.relatedTarget)) {  \/\/如果是子元素");
document.writeln("				return");
document.writeln("			}");
document.writeln("		}");
document.writeln("		if (browser.indexOf(\"MSIE\")>0 || browser.indexOf(\"Presto\")>=0){  \/\/如果是IE");
document.writeln("	        if (document.getElementById(\'contentid\').contains(event.toElement)) {  \/\/如果是子元素");
document.writeln("			    return;  \/\/结束函式");
document.writeln("		    }");
document.writeln("		}");
document.writeln("	  }");
document.writeln("	  document.getElementById(\"meumid\").style.display = \"block\";");
document.writeln("	  document.getElementById(\"contentid\").style.display = \"none\";");
document.writeln(" 	}");
document.writeln("<\/script>")