$(document).ready(function(){
	//loginframe
	club_getLoginFrame();
	Opacity($i("shadowdiv"),70);
	Opacity($i("adflash_cv"),0);
    $("#dialogdiv").draggable({handle:"#dialogtitle"});

	//side list
	club_getSideList(1);
	club_getSideList(2);

	//mian list
    club_getMainList1(1);
	club_getMainList2(1);
    
	//main 3 son
    club_getConTwo(1);
	club_getConTwo(2);
	club_getConTwo(3);

	init_window();
});
function init_window()
{
	var w = 0;
	window.setInterval(function(){
		w = (document.body.scrollWidth < 968) ? 968 :document.body.scrollWidth;
		$("#scrolltopdiv").width(w+"px");
	},500);
}
function showOpenFee()
{
	location = "#club_a_name_1";
	setTab('one',3,3);
	setTab('two',1,3);
}
function club_logout()
{
	$("#left_top_loginfr").html(loadstr);
     $.get("loginframe.jsp"+"?logout=1&r="+Math.random(),function(data){ 
		 club_hidefreelist();
		 loginflag = false;
		 $("#left_top_loginfr").html($.trim(data)); 
	});
}

function club_getLoginFrame()
{
	$("#left_top_loginfr").html(loadstr);
     $.get("loginframe.jsp"+"?r="+Math.random(),function(data){
		 $("#left_top_loginfr").html($.trim(data)); 
		 if(($i("hign_ff") && $("#hign_ff").attr("desc")=="2")||!loginflag){
             $("#one2").show();
			 isGJUser=true;
		 }else{
			 isGJUser=false;
		     //$("#one2").hide();
		 }
	});
}
//freelist
function club_hidefreelist(){
    $("#one2").show();
	$("#one1").click();
	$("#main_lsit_pg2").html("");
	club_getMainList1(1);
}
//freelist
function club_showfreelist(){
    $("#one2").show(); 
	club_getMainList2(1);
}
//side list 
function club_getSideList(id)
{
	$("#con_thr_"+id).html(loadstr);
	$.get("sidelist.jsp?mt="+id+"&r="+Math.random(),function(data){ $("#con_thr_"+id).html($.trim(data));});
}

//main 3 son
function club_getConTwo(id)
{
	$.get("con_two.jsp?mt="+id+"&r="+Math.random(),function(data){
		$("#con_two_"+id).html($.trim(data));
	});
}

//main
var mlist_pg1 = 1;
var mlist_pg2 = 1;
function club_getMainList1(pg)
{
	if(!(/^(\d){1,9}$/).test(pg))
	{
		alert("页码格式不正确");
		return;
	}
    $("#main_list1").html(loadstr);
	$("#main_lsit_pg1").html(loadstr);
	mlist_pg1 = parseInt(pg);
    $.get("mlist.jsp?mt=1&pg="+pg+"&r="+Math.random(),function(data){
		var xml = getXML($.trim(data));
		var toneinfo = getNodeValue(xml,"toneinfo");
		var pageinfo = getNodeValue(xml,"pageinfo");
		$("#main_list1").html(toneinfo); 
		$("#main_lsit_pg1").html(pageinfo);
	});
}
function club_getMainList2(pg)
{
	if(!(/^(\d){1,9}$/).test(pg))
	{
		alert("页码格式不正确");
		return;
	}
    $("#main_list2").html(loadstr);
	$("#main_lsit_pg2").html(loadstr);
	mlist_pg2 = parseInt(pg);
    $.get("freelist.jsp?pg="+pg+"&r="+Math.random(),function(data){
		var xml = getXML($.trim(data));
		var toneinfo = getNodeValue(xml,"toneinfo");
		var pageinfo = getNodeValue(xml,"pageinfo");
		$("#main_list2").html(toneinfo); 
		$("#main_lsit_pg2").html(pageinfo);
	});
}
function club_querybysinger(singer)
{
	super_query_singer(singer);
}

//**************

function club_xlg_select(id)
{
	//select
	if(id==1)
	{
		$("#clb_xlg_rdfrm").hide();
		$i('club_xlg_pw2').value='';
		$('#clb_xlg_pwfrm').show();
		$('#club_xlg_rdcbtnd').hide();
	}
	else
	{
		$("#clb_xlg_rdfrm").show();
		$("#clb_xlg_pwfrm").hide();
		$i('club_xlg_pw').value='';
		$('#club_xlg_rdcbtnd').show();
	}
	$("#club_xlg_type").attr({info:id});
}
function xlg_chImg()
{
	$i("xlg_rdimg").src="/user/xlogin_createimg.jsp?r="+Math.random();
}
function xlg_showImg()
{
	if($("#xlg_rdimg_x").css("display")=="none")
	{
		$("#xlg_rdimg_x").show();
		$i("xlg_rdimg").src="/user/xlogin_createimg.jsp?r="+Math.random();
	}
}
function xlg_chImg2()
{
	$i("xlg_rdimg2").src="/user/xlogin_createimg2.jsp?r="+Math.random();
}
//-----------------
// xlogin
//-------------------
function club_xchPH(ph)
{
	var reg = /^(13|15|18)[\d]{9}$/;
	return reg.test(ph);
}
//密码登陆，随机码登陆
var clublogin_onflag = false;
var club_lve = 0;
function show_cl_tone()
{
	var dis_pri = 1;
	switch(club_lve)
	{
		case 1:dis_pri=0.9;break;
		case 2:dis_pri=0.7;break;
		case 3:dis_pri=0.7;break;
		default:
			   dis_pri=1;
			break;
	}
	var obj = $("span[id='dis_pri']");
	var a = obj.length ;
	//$( $("span[id='dis_pri']")).text(1);
	var pv="";
	for(var i = 0; i < a;i++)
	{
		pv = $(obj[i]).attr('pri');
		$(obj[i]).text((parseFloat(pv)*dis_pri).toFixed(2));
	}
}
var pri_back;
function club_xcheckLogin(back)
{
	if(clublogin_onflag) return;
	var type = $("#club_xlg_type").attr("info");
	var ph = $i("club_xlg_ph").value.trim();
	var imgrand = $i("club_xlg_imgrd").value.trim();
	
    if(ph=="")
	{
		$i("club_xlg_reinfo").innerHTML = "请输入手机号码";
		$i("club_xlg_ph").select();
		return;
	}
    else if(!club_xchPH(ph))
	{
		$i("club_xlg_reinfo").innerHTML = "号码不合法，正确的号码是以13、15或18开头的11位号码。";
		$i("club_xlg_ph").select();
		return;
	}
	else if(imgrand=="")
	{
		$i("club_xlg_reinfo").innerHTML = "请输入验证码";
		$i("club_xlg_imgrd").select();
		return;
	}
	else if(!/^\w{4}$/.test(imgrand))
	{
		$i("club_xlg_reinfo").innerHTML = "验证码格式不正确";
		$i("club_xlg_imgrd").select();
		return;
	}
	else
	{
		if(type=="1")
		{
			var pw = $i("club_xlg_pw").value.trim();
            if(pw=="")
			{
				$i("club_xlg_reinfo").innerHTML = "密码不能为空";
				$i("club_xlg_pw").focus();
				return;
			}
			else if( /\W/g.test(pw))
			{
				$i("club_xlg_reinfo").innerHTML = "密码格式不正确";
				$i("club_xlg_pw").select();
				return;
			}
			else
			{
				clublogin_onflag = true;
				$i("club_xlg_reinfo").innerHTML = "<span style='color:blue'>正在登录...</span>";
				var path = "/user/xlogin_server.screen?mt=1&ph="+ph+"&rd="+imgrand+"&r="+new Date().getTime()+"&pw="+pw;
				xlg_iframeAct(path);
				pri_back = back;
			}
		}
		else
		{
			var pw  = $i("club_xlg_pw2").value.trim();
			if(pw=="")
			{
				$i("club_xlg_reinfo").innerHTML = "随机短信码不能为空";
				$i("club_xlg_pw2").focus();
				return;
			}
			else if(!/^\w{6}$/.test(pw))
			{
				$i("club_xlg_reinfo").innerHTML = "随机短信码格式不正确";
				$i("club_xlg_pw2").select();
				return;
			}
			else
			{
				clublogin_onflag = true;
				var path = "/user/xlogin_server.screen?mt=3&ph="+ph+"&pw="+pw+"&rd="+imgrand+"&r="+new Date().getTime();
				$.get(path,club_xback3);
			}
		}
	}
}
function xlg_iframeAct(url,id)
{
	 this.parseURL = function(url)
	{
		var obb = {};
        obb.action = url.substring(0,url.indexOf("?"));
		var pp = url.substring(url.indexOf("?")+1,url.length);
		var arr = pp.split("&");
		var tem = "";
		for(var i=0;i<arr.length;i++)
		{
			tem = arr[i].split("=");
			obb[tem[0]]=tem[1];
		}
		return obb;
	};
	this._init = function(url,id)
	{
		var obj = this.parseURL(url);
		$i("xlg_form1").action=obj.action;
		$i("xlg_form1").ph.value=obj.ph;
		$i("xlg_form1").pw.value=obj.pw;
		$i("xlg_form1").rd.value=obj.rd;
		$i("xlg_form1").r.value=Math.random();
		$i("xlg_form1").mt.value=obj.mt;
		$i("xlg_form1").target="xlg_iframe";
	    $i("xlg_form1").submit();
	};
	return this._init(url,id);
}
//获取随机码
function club_xgetRanCode()
{
	var ph = $i("club_xlg_ph").value.trim();
	var imgrand = $i("club_xlg_imgrd").value.trim();
	if(ph=="")
	{
		$i("club_xlg_reinfo").innerHTML ="请输入手机号码";
        $i("club_xlg_ph").select();
		return;
	}
	else if(!club_xchPH(ph))
	{
		$i("club_xlg_reinfo").innerHTML ="号码不合法，正确的号码是以13、15或18开头的11位号码。";
		$i("club_xlg_ph").select();
		return;
	}
	else 
	{
        xlogin_showRcodeFrm();
	}
}
//验证码 for  获取随机码
var xlogin_chRcodeFlag = false;
function xlogin_showRcodeFrm()
{
	xlogin_chRcodeFlag = false;
    //$("#login_shadow").css({"z-index":101}).show();
	$("#xlg_rc_frm").css({}).show();
	$("#xlg_rd_tishi2").html("");
	$("#xlg_imgrand2").val("");
	xlogin_chImg2();
}
function xlogin_hideRcodeFrm()
{
	//$("#login_shadow").css({"z-index":99}).show();
	$("#xlg_rc_frm").hide();
}
function xlogin_chkRcodeSend()
{
	if(xlogin_chRcodeFlag) return;

	var ph = $i("club_xlg_ph").value.trim();
	var imgrand = $i("xlg_imgrand2").value.trim();
    
	if(imgrand=="")
	{
		$i("xlg_rd_tishi2").innerHTML = "请输入验证码";
		$i("xlg_imgrand2").select();
		return;
	}
	else if(!/^\w{4}$/.test(imgrand))
	{
		$i("xlg_rd_tishi2").innerHTML = "验证码格式不正确";
		$i("xlg_imgrand2").select();
		return;
	}
	else
	{
		xlogin_chRcodeFlag = true;
		AJLOG.G_mod("21.1");
		$i("xlg_rd_tishi2").innerHTML = "<span style='color:blue'>正在获取...</span>";
		var path = "/user/xlogin_server.screen?mt=2&ph="+ph+"&rd="+imgrand+"&moduleid=30.7&r="+new Date().getTime();
		$.get(path,club_xback2);
	}

}
//*********
function back_xLogin(data)
{
    club_xback1(data);
}
//密码登陆返回
function club_xback1(data)
{
	$i("club_xlg_imgrd").value="";
	clublogin_onflag = false;
	try
	{
		xlg_chImg();
		eval("var obj = "+data.trim());
		var code = obj.code;
		var failRs = obj.msg;
		var randk = obj.key;
		var ph =  $i("club_xlg_ph").value.trim();

		if(code == "0")
		{
			 $i("club_xlg_reinfo").innerHTML = "<span style='color:green'>登录成功</span>";
			 club_xLoginsuccess();
			 AJLOG.G_login(ph,8,0,'');
		}
		else if(code=="1")
		{
			 $i("club_xlg_reinfo").innerHTML = "非常抱歉，您不是北京移动用户，无法为您提供彩铃服务";
			 AJLOG.G_login(ph,8,1,'非北京移动用户');
		}
		else if(code=="2")
		{
			 $i("club_xlg_reinfo").innerHTML = "抱歉，您不是彩铃用户，直接编辑短信内容“<b>KTCL</b>”，发送到<b>10086</b>,即可开通服务。";
			 AJLOG.G_login(ph,8,1,'您不是彩铃用户，编辑短信“KTCL”，发送到10086，即可开通彩铃(彩铃功能月租费5元/月)');
		}
		else
		{
			$i("club_xlg_reinfo").innerHTML = "<span style='font-size: 14px; color: #FF6633; font-weight:bold'>"+failRs+"</span>";
			AJLOG.G_login(ph,8,1,failRs);
		}
	}
	catch (e)
	{
		 alert(e.message);
	}
}
//获取随机码返回
function club_xback2(data)
{
	xlogin_chRcodeFlag = false;
	xlg_chImg2();
	eval("var obj = "+data.trim());
	var code = obj.code;
	var msg = obj.msg;
    
	try
	{
		if(code == "0")
		{
			$i("xlg_rd_tishi2").innerHTML = "<span style='color:green'>获取成功，验证码已经发送到您的手机</span>";
			window.setTimeout(xlogin_hideRcodeFrm,1000);
		}
		else if(code == "1")
		{
			$i("xlg_rd_tishi2").innerHTML = "非常抱歉，您在5分钟内最多可以获取3次随机短信密码，请您稍候再试";
		}
		else if(code == "2")
		{
			$i("xlg_rd_tishi2").innerHTML = "非常抱歉，您在一天内最多可以获取10次随机短信密码，请尝试注册后用注册密码登录";
		}
		else if(code == "3")
		{
			$i("xlg_rd_tishi2").innerHTML = "抱歉，您不是彩铃用户，直接编辑短信内容“<b>KTCL</b>”，发送到<b>10086</b>,即可开通服务。";
		}
		else if(code == "4")
		{
			$i("xlg_rd_tishi2").innerHTML = "非常抱歉，您不是北京移动用户，无法为您提供彩铃服务";
		}
		else if(code == "5")
		{
			$i("xlg_rd_tishi2").innerHTML = "用户号码不合法";
		}
		else if(code == "6")
		{
			$i("xlg_rd_tishi2").innerHTML = "验证码不正确";
		}
		else
		{
			$i("xlg_rd_tishi2").innerHTML = "非常抱歉，系统忙！";
		}
	}
	catch (e)
	{
		 alert("系统忙，请稍后重试");
	}
}
//随机码登陆返回
function club_xback3(data)
{
	$i("club_xlg_imgrd").value="";
	clublogin_onflag = false;
	xlg_chImg();
	try
	{
		eval("var obj = "+data.trim());
		var code = obj.code;
		var failRs = obj.msg;
		var randk = obj.key;
		var ph = $i("club_xlg_ph").value.trim();

		if(code == "0")
		{
			 $i("club_xlg_reinfo").innerHTML = "<span style='color:green'>登录成功</span>";
			 club_xLoginsuccess();
			 AJLOG.G_login(ph,9,0,'');
		}
		else if(code=="1")
		{
			 $i("club_xlg_reinfo").innerHTML = "您输入的临时密码不正确，请返回并重新输入。";
			 AJLOG.G_login(ph,9,1,'随机码不正确');
		}
		else if(code=="2")
		{
			 $i("club_xlg_reinfo").innerHTML = "随机验证码失效，请重新获取";
			 AJLOG.G_login(ph,9,1,'随机验证码失效');
		}
		else if(code=="3")
		{
			 $i("club_xlg_reinfo").innerHTML = "抱歉，您不是彩铃用户，直接编辑短信内容“<b>KTCL</b>”，发送到<b>10086</b>,即可开通服务。";
			 AJLOG.G_login(ph,9,1,'您不是彩铃用户，编辑短信“KTCL”，发送到10086，即可开通彩铃(彩铃功能月租费5元/月)');
		}
		else if(code=="4")
		{
			 $i("club_xlg_reinfo").innerHTML = "非常抱歉，您不是北京移动用户，无法为您提供彩铃服务";
			 AJLOG.G_login(ph,9,1,'非北京移动用户');
		}
		else if(code=="5")
		{
			$i("club_xlg_reinfo").innerHTML = "用户号码不合法";
			AJLOG.G_login(ph,9,1,'用户号码不合法');
		}
		else if(code=="6")
		{
			$i("club_xlg_reinfo").innerHTML = "验证码不正确";
			AJLOG.G_login(ph,9,1,'用户号码不合法');
		}
		else
		{
			$i("club_xlg_reinfo").innerHTML = "对不起，系统忙！";
			AJLOG.G_login(ph,9,1,'其他错误');
		}
	}
	catch (e)
	{
		alert(e.message);
	}
}
//cross-side script
var getscript_divid=new Date().getTime();
function getScript(url)
{
	if(!$i("_script_div_"+getscript_divid))
	{
		var div1 = document.createElement("div");
        div1.id = "_script_div_"+getscript_divid;
		div1.style.display="none";
		document.body.appendChild(div1);
	}
	$i("_script_div_"+getscript_divid).innerHTML = "";
 
	var sc1 = document.createElement("script");
	sc1.type="text/javascript";
	sc1.src = url;
	$i("_script_div_"+getscript_divid).appendChild(sc1);
}
//iframe 
function getIframe(url)
{
	if(!$i("_iframe_div_"+getscript_divid))
	{
		var div1 = document.createElement("div");
        div1.id = "_iframe_div_"+getscript_divid;
		div1.style.display="none";
		document.body.appendChild(div1);
	}
	$i("_iframe_div_"+getscript_divid).innerHTML = "";
 
	var sc1 = document.createElement("iframe");
	sc1.src = url;
	sc1.width=0;
	sc1.height=0;
	$i("_iframe_div_"+getscript_divid).appendChild(sc1);
}

function club_xgetOpenSm()
{
	    var ph = $i("club_xlg_ph").value.trim();
		if(ph=="")
		{
			$i("club_xlg_reinfo").innerHTML = "请输入手机号码";
            $i("club_xlg_ph").select();
			return;
		}
		else if(!this.ckPh(ph))
		{
			$i("club_xlg_reinfo").innerHTML = "号码不合法，正确的号码是以13、15或18开头的11位号码。";
			$i("club_xlg_ph").select();
			return;
		}
		else
		{
		    $i("club_xlg_reinfo").innerHTML = "<br><span style='font-size: 14px; color: #FF6633; font-weight:bold'>正在发送短信...</span>";
			$.get("/user/sendSm.jsp?phonenumber="+ph, function(data)
			{
				var ret = data.trim();
				if("000000"==ret){
					$i("club_xlg_reinfo").innerHTML  = "<br><span style='font-size: 12px;'>开户短信已成功发送到您的手机，回复短信内容“<span style='font-size: 12px; color: #FF6633; font-weight:bold'>KT</span>”，即可开通彩铃。</span>";
				}else{
					$i("club_xlg_reinfo").innerHTML  = "<br><span style='font-size: 12px; color: #FF6633; font-weight:bold'>短信发送失败!</span>";
				} 
			});
		}
}
function club_xptoNext()
{
	//获得更多帮助
	parent.window.open("/user/help_intro.screen?hmFlag=7&req_serviceintro=req_serviceintro");
}
//登陆成功
function club_xLoginsuccess()
{
	loginflag = true;
	club_getLoginFrame();
}


//-------------register------------
var showflag=1;
function showRegister(id)
{
	//1:普通 2：高级  3:普通--> 高级
	$("#shadowdiv").height($(document).height()).show();
	$(document).scrollTop(0);
	$("#dialogdiv").css({top:200}).show(300);
    
	if(id==1)
	{
		$("#dialogbody").html(loadstr);
         $.get("register_frame.jsp?mt=1&tp=0&r="+Math.random(),function(data){
		     $("#dialogbody").html($.trim(data));
		 });
	}
	else if(id==2)
	{
		$("#dialogbody").html(loadstr);
		$.get("register_frame.jsp?mt=1&tp=1&r="+Math.random(),function(data){
		     $("#dialogbody").html($.trim(data));
		 });
	}
	else if(id==3)
	{
		$("#dialogbody").html(loadstr);
		$.get("register_frame.jsp?mt=3&r="+Math.random(),function(data){
		     $("#dialogbody").html($.trim(data));
		 });
	}
	else if(id==4)
	{
		showflag=4;
		$("#dialogbody").html(loadstr);
		$.get("register_frame.jsp?mt=4&r="+Math.random(),function(data){
		     $("#dialogbody").html($.trim(data));
		 });
	}
	else if(id==5)
	{
		 
		showflag=5;
		$("#dialogbody").html(loadstr);
		$.get("register_frame.jsp?mt=5&r="+Math.random(),function(data){
			 $("#dialogbody").html($.trim(data));
		 });
	}
}
function hideRegister()
{
	$("#shadowdiv").hide();
	$("#dialogdiv").hide(300);

	if(showflag==4){
	    $i("club_xlg_ph").select();
	}
}
/// wei--------------------------------

function reg_getRandom()
{
    //获取注册随机码
    var ph = $i("reg_ph").value.trim();
	var rd = $i("reg_rand").value.trim();
   
    if(ph == "")
	{
		showInfos("请输入用户号码");
	}
	else if(!club_xchPH(ph))
	{
		showInfos("号码不合法，正确的号码是以13、15或18开头的11位号码。");
	}
	else
	{
	    showInfos("正在获取...","blue");
		$.get("reg_server.jsp?mt=1&ph="+ph+"&r="+Math.random(),function(data){
		    switch(data.trim())
			{
				case "0" : showInfos("获取成功，随机密码已经发送到您的手机，请查收","green");break;
			    case "1" : showInfos("非常抱歉，您获取验证码次数太频繁，十分钟后才能再次获取");break;
				case "2" : showInfos("非常抱歉，您获取验证码的次数已经超过10次，请明天重试！");break;
				case "3" : showInfos("非常抱歉，您不是北京移动用户，不能享受该服务！");break;
				case "4" : showInfos("您已经是俱乐部会员了，不用再开通，详情请拨打10086！","green");break;
				default : showInfos("非常抱歉，现在系统比较忙，请稍后重试！");break;
			}
		});
	}
}
function reg_action(tp, flag)
{
	//注册
    var ph = $i("reg_ph").value.trim();
	var rd = $i("reg_rand").value.trim();
	flag = flag ? flag : false;

    if(ph == "")
	{
		showInfos("请输入用户号码");
	}
	else if(!club_xchPH(ph))
	{
		showInfos("号码不合法，正确的号码是以13、15或18开头的11位号码。");
	}
	else if(!(/^\d{6}$/.test(rd)))
	{
		showInfos("验证码格式不正确。");
	}
	else
	{
		//0:开通普通   1：开通高级
		//开通高级需要二次确认
		if(confirm2flag=="1" && !flag && tp==1)
		{
			$("#confirm2user").html($("#reg_ph").val());
			$("#confirm2div").show();
			return;
		}
		$("#confirm2div").hide();
		showInfos("正在操作...","green");
        $.get("reg_server.jsp?mt=2&ph="+ph+"&rd="+rd+"&tp="+tp+"&r="+Math.random(),function(data){
		    if(data.trim()=="0")
			{
				$("#dialogbody").html("<table width='100%' height='300'><tr><td style='text-align:center;color:green;'>开通成功，正在加载...</td></tr></table>");
				$.get("register_frame.jsp?mt=2&tp="+tp+"&r="+Math.random(),function(data){
					  $("#dialogbody").html($.trim(data));
				});
			}
			else if(data.trim()=="1")
			{
				showInfos("验证码错误，请重新输入");
				$i("reg_rand").select();
			}
			else if(data.trim()=="2")
			{
				showInfos("随机验证码失效，请重新获取");
			}
			else if(data.trim()=="3")
			{
				showInfos("非常抱歉，您不是北京移动用户，不能享受该服务！");
			}
			else if(data.trim()=="9")
			{
				if(tp==1) showInfos("对不起，注册高级用户失败！");
				else showInfos("对不起，注册普通用户失败！");
			}
			else if(data.trim()=="10")
			{
				showInfos("您已经是音乐俱乐部"+((tp=="0")?"普通":"高级")+"会员，无需重复开通");
			}
			else
			{
				showInfos("系统忙，请稍后重试！");
			}
		});
	}
	
}
function showInfos(info,color)
{
	if(typeof(color)=="undefined") color = "red";
	$i("reg_infotd").innerHTML = "<span style='color:"+color+"'>"+info+"</span>";
}
function chInputShow()
{
	if($i("club_xlg_reinfo").innerHTML != "您尚未登录，请先登录")
	{
		$i("club_xlg_reinfo").innerHTML = "您尚未登录，请先登录";
	}
}
