chengkun
2025-05-12 b6bc92ec11e1e280185ce7682d17589cb45c20f3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
    <title>{yun:}$title{/yun}</title>
    <meta name="keywords" content="{yun:}$keywords{/yun}"/>
    <meta name="description" content="{yun:}$description{/yun}"/>
    <link rel="stylesheet" href="{yun:}$style{/yun}/style/css.css?v={yun:}$config.cachecode{/yun}" type="text/css"/>
    <link rel="stylesheet" href="{yun:}$style{/yun}/style/login.css?v={yun:}$config.cachecode{/yun}" type="text/css"/>
    <script>
        var weburl = "{yun:}$config.sy_weburl{/yun}",
            integral_pricename = '{yun:}$config.integral_pricename{/yun}',
            pricename = '{yun:}$config.integral_pricename{/yun}',
            code_web = '{yun:}$config.code_web{/yun}',
 
            reg_namemaxlen = '{yun:}$config.sy_reg_namemaxlen{/yun}',//用户名长度最大值
            reg_nameminlen = '{yun:}$config.sy_reg_nameminlen{/yun}',//用户名长度最小值
            reg_name_sp = '{yun:}$config.reg_name_sp{/yun}',//是否必须包含其它字符@!#.$-_
            reg_name_zm = '{yun:}$config.reg_name_zm{/yun}',//是否必须包含字母
            reg_name_num = '{yun:}$config.reg_name_num{/yun}',//是否必须包含数字
            reg_name_han = '{yun:}$config.reg_name_han{/yun}',//是否必须包含汉字
 
            code_kind = '{yun:}$config.code_kind{/yun}',
            sy_resumename_num = '{yun:}$config.sy_resumename_num{/yun}';
    </script>
</head>
 
<body class="register_bg">
<div class="register_header">
    <div class="reg_w980">
        <div class="reg_logo">
            <a href="{yun:}$config.sy_weburl{/yun}"><img src="{yun:}$config.sy_ossurl{/yun}/{yun:}$config.sy_logo{/yun}" class="png"></a>
        </div>
        <div class="reg_msg">欢迎注册</div>
        <a href="{yun:}$config.sy_weburl{/yun}" class="reg_fh yun_text_color fr">返回首页</a>
    </div>
</div>
<div class="clear"></div>
<!--content  start-->
<div class="reg_content">
    <div class="reg_stepbox">
        <ul class="reg_stepbox_list">
            <li class="reg_stepcur"><span class="reg_stepbox_n">1</span><em class="reg_stepbox_name">选择注册身份</em></li>
            <li class="reg_stepcur"><span class="reg_stepbox_line"></span></li>
            <li class="reg_stepcur"><span class="reg_stepbox_n">2</span><em class="reg_stepbox_name">创建账户</em></li>
            <li class="reg_stepcur"><span class="reg_stepbox_line"></span></li>
            <li><span class="reg_stepbox_n"><i class="reg_stepbox_cgicon"></i></span><em class="reg_stepbox_name">注册成功</em></li>
        </ul>
    </div>
    <div class="logoin_cont fl">
        <div class="register_left">
            <div class="reg_newtit_box">
                <ul class="reg_newtit">
 
                    {yun:}if $config.reg_moblie=='1'{/yun}
                    <li class="{yun:}if $type==2{/yun}reg_newtit_cur{yun:}/if{/yun}">
                        <a class="reg_h1_icon" href="{yun:}if $bind{/yun}{yun:}url m=register usertype=$usertype step=2 bind=$bind type=2{/yun}{yun:}else{/yun}{yun:}url m=register usertype=$usertype step=2 type=2{/yun}{yun:}/if{/yun}"><i class="reg_newtit_icon"></i>手机注册</a>
                    </li>
                    {yun:}/if{/yun}
                    {yun:}if $config.reg_email=='1'{/yun}
                    <li class="{yun:}if $type==3{/yun}reg_newtit_cur{yun:}/if{/yun}">
                        <a class="reg_h1_icon" href="{yun:}if $bind{/yun}{yun:}url m=register usertype=$usertype step=2 bind=$bind type=3{/yun}{yun:}else{/yun}{yun:}url m=register usertype=$usertype step=2 type=3{/yun}{yun:}/if{/yun}"><i class="reg_newtit_icon"></i>邮箱注册</a>
                    </li>
                    {yun:}/if{/yun}
                    {yun:}if $config.reg_user=='1'{/yun}
                    <li class="{yun:}if $type==1{/yun}reg_newtit_cur{yun:}/if{/yun}">
                        <a class="reg_h1_icon" href="{yun:}if $bind{/yun}{yun:}url m=register usertype=$usertype step=2 bind=$bind type=1{/yun}{yun:}else{/yun}{yun:}url m=register usertype=$usertype step=2 type=1{/yun}{yun:}/if{/yun}"><i class="reg_newtit_icon"></i>用户名注册</a>
                    </li>
                    {yun:}/if{/yun}
                </ul>
            </div>
 
            {yun:}if ($type==2 || $type == '') && $config.reg_moblie{/yun}
            <div class="register_Switching_box" id="regtype2">
                <ul class="register_list">
 
                    {yun:}if $usertype == 1{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 您的姓名:</em>
                        <input type="text" class="logoin_text tips_class" id="u_name" onblur="reg_checkAjax('u_name');"   placeholder="请输入您的姓名"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_u_name"></span>
                    </li>
                    {yun:}else if $usertype == 2{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 企业名称:</em>
                        <input type="text" class="logoin_text tips_class" id="c_name" onblur="reg_checkAjax('c_name');"   placeholder="请输入企业名称"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_c_name"></span>
                    </li>
                    <li class="mt30"><em><font color="#FF0000">*</font> 企业联系人:</em>
                        <input type="text" class="logoin_text tips_class" id="c_link" onblur="reg_checkAjax('c_link');"   placeholder="请输入企业联系人"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_c_link"></span>
                    </li>
                    {yun:}else if $usertype == 3{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 您的姓名:</em>
                        <input type="text" class="logoin_text tips_class" id="l_name" onblur="reg_checkAjax('l_name');"   placeholder="请输入您的姓名"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_l_name"></span>
                    </li>
                    {yun:}else if $usertype == 4{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 机构全称:</em>
                        <input type="text" class="logoin_text tips_class" id="p_name" onblur="reg_checkAjax('p_name');"   placeholder="请输入机构全称"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_p_name"></span>
                    </li>
                    <li class="mt30"><em><font color="#FF0000">*</font> 机构联系人:</em>
                        <input type="text" class="logoin_text tips_class" id="p_link" onblur="reg_checkAjax('p_link');"   placeholder="请输入机构联系人"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_p_link"></span>
                    </li>
                    {yun:}/if{/yun}
 
                    <li class="mt30"><em><font color="#FF0000">*</font> 手机号码:</em>
                        <input type="text" class="logoin_text tips_class" id="moblie" onblur="reg_checkAjax('moblie');" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入您的手机号码"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_moblie"></span>
                    </li>
 
                    {yun:}if strpos($config.code_web,"注册会员")!==false{/yun}
 
                    {yun:}if $config.code_kind > 2{/yun}
                    <div class="gtdx-captcha">
                        <div id="bind-captcha" data-id='subreg' data-type='click'></div>
                        <input type='hidden' id="verify_token" name="verify_token" value="">
                        <input type='hidden' id="popup-submit">
                        <input type='hidden' id="bind-submit">
                    </div>
                    {yun:}else{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 验证码:</em>
                        <div class="reg_textbox">
                            <input id="CheckCode" type="text" class="logoin_textw150 tips_class" onblur="reg_checkAjax('CheckCode');" maxlength="6" placeholder="请输入图片验证码" autocomplete="off"/>
                            <a href="javascript:void(0);" onclick="checkCode('vcode_img');" class="registe_yzm"> <img id="vcode_img" class="authcode" src="{yun:}$config.sy_weburl{/yun}/app/include/authcode.inc.php"/></a>
                        </div>
                        <span class="reg_tips reg_tips_red none" id="ajax_CheckCode"></span> {yun:}/if{/yun}
                    </li>
                    {yun:}/if{/yun}
                    {yun:}if $config.sy_msg_regcode=="1" || $config.reg_real_name_check == "1"{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 短信验证:</em>
                        <div class="reg_textbox">
                            <input type="text" id="moblie_code" class="logoin_text tips_class" onblur="reg_checkAjax('moblie_code');" placeholder="请输入短信验证码"/>
                            <i class="reg_textbox_line"></i>
                            <a class="reg_dxyz" href="javascript:void(0);" id="subreg" onclick="sendmsg('vcode_img');"><span id="time">获取短信验证</span></a>
                        </div>
                        <span class="reg_tips reg_tips_red none" id="ajax_moblie_code"></span>
                    </li>
                    {yun:}/if{/yun}
 
                    <li class="mt30"><em><font color="#FF0000">*</font> 密&nbsp;&nbsp;码:</em>
                        <span id="pass2"><input type="password" onkeyup="uppassword(2)" id="password" onblur="reg_checkAjax('password');" class="logoin_text tips_class" value="" placeholder="请输入6-20位(字母、数字、符号)"/></span>
                        <span class="reg_tips reg_tips_red none" id="ajax_password"></span>
                    </li>
 
                    <li><em>&nbsp;</em>
                        <div class="kg_lgn_psw_strong">
                            <div class="kg_lgn_psw_txt">密码强度:</div>
                            <div class="kg_lgn_psw_strong_cnt">
                                <span id="pass1_2" class="psw_span">危险</span>
                                <span id="pass2_2" class="psw_span ">一般</span>
                                <span id="pass3_2" class="psw_span ">安全</span>
                            </div>
                            <div class="psw_xs" onmousemove="showtip(2)" onmouseout="hidetip(2)">
                                <a href="javascript:void(0);" onclick="showpw(2)" id="showpw2" class="psw_xs_a">显示密码</a>
                                <i class="psw_xs_icon"></i>
                                <div class="psw_xs_tips none" id="tip2">你可以点击这里检查已填写的密码</div>
                            </div>
                        </div>
                        {yun:}if $config.reg_pw_sp=='1' || $config.reg_pw_num=='1' || $config.reg_pw_zm=='1'{/yun}
 
                        <div class="mmset">
                            密码必须包含{yun:}if $config.reg_pw_num=='1'{/yun}数字 {yun:}/if{/yun}{yun:}if
                            $config.reg_pw_zm=='1'{/yun}字母 {yun:}/if{/yun}{yun:}if
                            $config.reg_pw_sp=='1'{/yun}其它字符@!#.$-_{yun:}/if{/yun}
                        </div>
 
                        {yun:}/if{/yun}
                    </li>
 
                    {yun:}if $config.reg_passconfirm=='1'{/yun}
                    <li class="mt20"><em><font color="#FF0000">*</font> 确认密码:</em>
                        <span id="pass1"><input type="password" id="passconfirm" onblur="reg_checkAjax('passconfirm');" class="logoin_text tips_class" value="" placeholder="请确认您输入的密码"/></span>
                        <span class="reg_tips reg_tips_red none" id="ajax_passconfirm"></span>
                    </li>
                    {yun:}/if{/yun}
 
                    <li class="mt20"><em>&nbsp;</em><input type="button" class="register_submit" value="立即注册" onclick="check_user(2,'vcode_img');"/></li>
                    <li class="m10">
                        <em>&nbsp;</em>
                        <div class="reg_xy">
                            <input type="checkbox" id="xieyi2" class="logoin_check" value="1" checked="checked"/>我已同意
                            <a href="{yun:}$config.sy_weburl{/yun}/about/service.html" target="_blank" class="reg_yhxy">《用户协议》</a>
                        </div>
                    </li>
                </ul>
            </div>
            {yun:}else if $type==3 && $config.reg_email == 1{/yun}
            <div class="register_Switching_box" id="regtype3">
                <ul class="register_list">
                    {yun:}if $usertype == 1{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 您的姓名:</em>
                        <input type="text" class="logoin_text tips_class" id="u_name" onblur="reg_checkAjax('u_name');"   placeholder="请输入您的姓名"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_u_name"></span>
                    </li>
                    {yun:}else if $usertype == 2{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 企业名称:</em>
                        <input type="text" class="logoin_text tips_class" id="c_name" onblur="reg_checkAjax('c_name');"   placeholder="请输入企业名称"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_c_name"></span>
                    </li>
                    <li class="mt30"><em><font color="#FF0000">*</font> 企业联系人:</em>
                        <input type="text" class="logoin_text tips_class" id="c_link" onblur="reg_checkAjax('c_link');"   placeholder="请输入企业联系人"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_c_link"></span>
                    </li>
                    {yun:}else if $usertype == 3{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 您的姓名:</em>
                        <input type="text" class="logoin_text tips_class" id="l_name" onblur="reg_checkAjax('l_name');"   placeholder="请输入您的姓名"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_l_name"></span>
                    </li>
                    {yun:}else if $usertype == 4{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 机构全称:</em>
                        <input type="text" class="logoin_text tips_class" id="p_name" onblur="reg_checkAjax('p_name');"   placeholder="请输入机构全称"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_p_name"></span>
                    </li>
                    <li class="mt30"><em><font color="#FF0000">*</font> 机构联系人:</em>
                        <input type="text" class="logoin_text tips_class" id="p_link" onblur="reg_checkAjax('p_link');"   placeholder="请输入机构联系人"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_p_link"></span>
                    </li>
                    {yun:}/if{/yun}
                    <li class="mt30 reg_re"><em><font color="#FF0000">*</font> 邮&nbsp;&nbsp;箱:</em>
                        <input type="text" class="logoin_text tips_class" id="email3" onkeyup="get_def_email(this.value,'3');" placeholder="请输入您的邮箱作为账号"/>
                        <div class="reg_email_box none" id="defemail3"></div>
                        <span class="reg_tips reg_tips_red none" id="ajax_email3"></span>
                    </li>
 
                    {yun:}if strpos($config.code_web,"注册会员")!==false{/yun}
 
                    {yun:}if $config.code_kind>2{/yun}
                    <div class="gtdx-captcha">
                        <div id="bind-captcha" data-id='subreg' data-type='click'></div>
                        <input type='hidden' id="verify_token" name="verify_token" value="">
                        <input type='hidden' id="popup-submit">
                        <input type='hidden' id="bind-submit">
                    </div>
                    {yun:}else{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 验证码:</em>
                        <div class="reg_textbox">
                            <input id="CheckCode" type="text" class="logoin_textw150 tips_class" onblur="reg_checkAjax('CheckCode');" maxlength="6" placeholder="请输入图片验证码" autocomplete="off"/>
                            <a href="javascript:void(0);" onclick="checkCode('vcodeimg');" class="registe_yzm"> <img id="vcodeimg" class="authcode" src="{yun:}$config.sy_weburl{/yun}/app/include/authcode.inc.php"/></a>
                        </div>
                        <span class="reg_tips reg_tips_red none" id="ajax_CheckCode"></span> {yun:}/if{/yun}
                    </li>
                    {yun:}/if{/yun} {yun:}if $config.reg_real_name_check=='1'{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 手&nbsp;&nbsp;机:</em>
                        <input type="text" class="logoin_text tips_class" id="moblie" onblur="reg_checkAjax('moblie');" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入您的手机号码"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_moblie"></span>
                    </li>
 
                    <li class="mt30"><em><font color="#FF0000">*</font> 短信验证:</em>
                        <div class="reg_textbox">
                            <input type="text" id="moblie_code" class="logoin_text tips_class" onblur="reg_checkAjax('moblie_code');" placeholder="请输入短信验证"/><i class="reg_textbox_line"></i>
                            <a class="reg_dxyz" href="javascript:void(0);" id="subreg" onclick="sendmsg('vcodeimg');"><span id="time">获取短信验证</span></a>
                        </div>
                        <span class="reg_tips reg_tips_red none" id="ajax_moblie_code"></span>
                    </li>
                    {yun:}/if{/yun}
 
                    <li class="mt30"><em><font color="#FF0000">*</font> 密&nbsp;&nbsp;码:</em>
                        <span id="pass3"><input type="password" onkeyup="uppassword(3)" id="password" onblur="reg_checkAjax('password');" class="logoin_text tips_class" value="" placeholder="请输入6-20位(字母、数字、符号)"/></span>
                        <span class="reg_tips reg_tips_red none" id="ajax_password"></span>
                    </li>
 
                    <li><em>&nbsp;</em>
                        <div class="kg_lgn_psw_strong">
                            <div class="kg_lgn_psw_txt">密码强度:</div>
                            <div class="kg_lgn_psw_strong_cnt">
                                <span id="pass1_3" class="psw_span">危险</span>
                                <span id="pass2_3" class="psw_span ">一般</span>
                                <span id="pass3_3" class="psw_span ">安全</span>
                            </div>
                            <div class="psw_xs" onmousemove="showtip(3)" onmouseout="hidetip(3)">
                                <a href="javascript:void(0);" onclick="showpw(3)" id="showpw3" class="psw_xs_a">显示密码</a>
                                <i class="psw_xs_icon"></i>
                                <div class="psw_xs_tips none" id="tip3">你可以点击这里检查已填写的密码</div>
                            </div>
                        </div>
                        {yun:}if $config.reg_pw_sp=='1' || $config.reg_pw_num=='1' || $config.reg_pw_zm=='1'{/yun}
 
                        <div class="mmset">
                            密码必须包含{yun:}if $config.reg_pw_num=='1'{/yun}数字 {yun:}/if{/yun}{yun:}if
                            $config.reg_pw_zm=='1'{/yun}字母 {yun:}/if{/yun}{yun:}if
                            $config.reg_pw_sp=='1'{/yun}其它字符@!#.$-_{yun:}/if{/yun}
                        </div>
                        {yun:}/if{/yun}
 
                    </li>
 
                    {yun:}if $config.reg_passconfirm=='1'{/yun}
                    <li class="mt20"><em><font color="#FF0000">*</font> 确认密码:</em>
                        <span id="pass1"><input type="password" id="passconfirm" onblur="reg_checkAjax('passconfirm');" class="logoin_text tips_class" value="" placeholder="请确认您输入的密码"></span>
                        <span class="reg_tips reg_tips_red none" id="ajax_passconfirm"></span>
                    </li>
                    {yun:}/if{/yun}
 
                    <li class="mt30"><em>&nbsp;</em>
                        <input type="button" class="register_submit" {yun:}if $config.reg_real_name_check=='0' {/yun} id='subreg' {yun:}/if{/yun} value="立即注册" onclick="check_user(3,'vcodeimg');" />
                    </li>
                    <li class="m10">
                        <em>&nbsp;</em>
                        <div class="reg_xy">
                            <input type="checkbox" id="xieyi3" class="logoin_check" value="1" checked="checked"/>我已同意
                            <a href="{yun:}$config.sy_weburl{/yun}/about/service.html" target="_blank" class="reg_yhxy">《用户协议》</a>
                        </div>
                    </li>
                </ul>
            </div>
 
            {yun:}else if $type==1 && $config.reg_user == 1{/yun}
            <div class="register_Switching_box" id="regtype1">
                <ul class="register_list">
                    {yun:}if $usertype == 1{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 您的姓名:</em>
                        <input type="text" class="logoin_text tips_class" id="u_name" onblur="reg_checkAjax('u_name');"   placeholder="请输入您的姓名"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_u_name"></span>
                    </li>
                    {yun:}else if $usertype == 2{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 企业名称:</em>
                        <input type="text" class="logoin_text tips_class" id="c_name" onblur="reg_checkAjax('c_name');"   placeholder="请输入企业名称"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_c_name"></span>
                    </li>
                    <li class="mt30"><em><font color="#FF0000">*</font> 企业联系人:</em>
                        <input type="text" class="logoin_text tips_class" id="c_link" onblur="reg_checkAjax('c_link');"   placeholder="请输入企业联系人"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_c_link"></span>
                    </li>
                    {yun:}else if $usertype == 3{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 您的姓名:</em>
                        <input type="text" class="logoin_text tips_class" id="l_name" onblur="reg_checkAjax('l_name');"   placeholder="请输入您的姓名"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_l_name"></span>
                    </li>
                    {yun:}else if $usertype == 4{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 机构全称:</em>
                        <input type="text" class="logoin_text tips_class" id="p_name" onblur="reg_checkAjax('p_name');"   placeholder="请输入机构全称"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_p_name"></span>
                    </li>
                    <li class="mt30"><em><font color="#FF0000">*</font> 机构联系人:</em>
                        <input type="text" class="logoin_text tips_class" id="p_link" onblur="reg_checkAjax('p_link');"   placeholder="请输入机构联系人"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_p_link"></span>
                    </li>
                    {yun:}/if{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 用户名:</em>
                        <input type="text" id="username1" class="logoin_text tips_class" onblur="reg_checkAjax('username1');" placeholder="请输入用户名作为账号"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_username1"></span>
                        <div class="mmset mmsetpd">
                            用户名要求长度{yun:}$config.sy_reg_nameminlen{/yun}-{yun:}$config.sy_reg_namemaxlen{/yun}位
                            {yun:}if $config.reg_name_han=='1' || $config.reg_name_sp=='1' || $config.reg_name_num=='1'
                            || $config.reg_name_zm=='1'{/yun}
                            ,必须包含
                            {yun:}if $config.reg_name_han=='1'{/yun}汉字 {yun:}/if{/yun}
                            {yun:}if $config.reg_name_num=='1'{/yun}数字 {yun:}/if{/yun}
                            {yun:}if $config.reg_name_zm=='1'{/yun}字母 {yun:}/if{/yun}
                            {yun:}if $config.reg_name_sp=='1'{/yun}其它字符@!#.$-_{yun:}/if{/yun}
                            {yun:}/if{/yun}
                        </div>
                    </li>
 
                    {yun:}if $config.reg_real_name_check=="1"{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 手&nbsp;&nbsp;机:</em>
                        <input type="text" class="logoin_text tips_class" id="moblie" onblur="reg_checkAjax('moblie');" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入您的手机号码"/>
                        <span class="reg_tips reg_tips_red none" id="ajax_moblie"></span>
                    </li>
                    {yun:}/if{/yun}
                    {yun:}if strpos($config.code_web,"注册会员")!==false{/yun}
 
                    {yun:}if $config.code_kind>2{/yun}
                    <div class="gtdx-captcha">
                        <div id="bind-captcha" data-id='subreg' data-type='click'></div>
                        <input type='hidden' id="verify_token" name="verify_token" value="">
                        <input type='hidden' id="popup-submit">
                        <input type='hidden' id="bind-submit">
                    </div>
                    {yun:}else{/yun}
                    <li class="mt30"><em><font color="#FF0000">*</font> 验证码:</em>
                        <div class="reg_textbox">
                            <input id="CheckCode" type="text" class="logoin_textw150 tips_class" onblur="reg_checkAjax('CheckCode');" maxlength="6" placeholder="请输入图片验证码" autocomplete="off"/>
                            <a href="javascript:void(0);" onclick="checkCode('vcode_imgs');" class="registe_yzm"><img id="vcode_imgs" class="authcode" src="{yun:}$config.sy_weburl{/yun}/app/include/authcode.inc.php"/></a>
                        </div>
                        <span class="reg_tips reg_tips_red none" id="ajax_CheckCode"></span> {yun:}/if{/yun}
                    </li>
                    {yun:}/if{/yun} {yun:}if $config.reg_real_name_check=='1'{/yun}
                    <li class="mt30">
                        <em><font color="#FF0000">*</font> 短信验证:</em>
                        <div class="reg_textbox">
                            <input type="text" id="moblie_code" class="logoin_text tips_class" onblur="reg_checkAjax('moblie_code');" placeholder="请输入短信验证码"/><i class="reg_textbox_line"></i>
                            <a class="reg_dxyz" href="javascript:void(0);" id="subreg" onclick="sendmsg('vcode_imgs');"><span id="time">获取短信验证</span></a>
                        </div>
                        <span class="reg_tips reg_tips_red none" id="ajax_moblie_code"></span>
                    </li>
                    {yun:}/if{/yun}
 
                    <li class="mt30"><em><font color="#FF0000">*</font> 密&nbsp;&nbsp;码:</em>
                        <span id="pass1"><input type="password" onkeyup="uppassword(1)" id="password" onblur="reg_checkAjax('password')" class="logoin_text tips_class" value="" placeholder="请输入6-20位(字母、数字、符号)"/></span>
                        <span class="reg_tips reg_tips_red none" id="ajax_password"></span>
                    </li>
 
                    <li class="reg_re"><em>&nbsp;</em>
                        <div class="kg_lgn_psw_strong">
                            <div class="kg_lgn_psw_txt">密码强度:</div>
                            <div class="kg_lgn_psw_strong_cnt">
                                <span id="pass1_1" class="psw_span">危险</span>
                                <span id="pass2_1" class="psw_span ">一般</span>
                                <span id="pass3_1" class="psw_span ">安全</span>
                            </div>
                            <div class="psw_xs" onmousemove="showtip(1)" onmouseout="hidetip(1)">
                                <a href="javascript:void(0);" onclick="showpw(1);" id="showpw1"
                                   class="psw_xs_a">显示密码</a>
                                <i class="psw_xs_icon"></i>
                                <div class="psw_xs_tips none" id="tip1">你可以点击这里检查已填写的密码</div>
                            </div>
                        </div>
                        {yun:}if $config.reg_pw_sp=='1' || $config.reg_pw_num=='1' || $config.reg_pw_zm=='1'{/yun}
 
                        <div class="mmset">
                            密码必须包含{yun:}if $config.reg_pw_num=='1'{/yun}数字 {yun:}/if{/yun}{yun:}if
                            $config.reg_pw_zm=='1'{/yun}字母 {yun:}/if{/yun}{yun:}if
                            $config.reg_pw_sp=='1'{/yun}其它字符@!#.$-_{yun:}/if{/yun}
                        </div>
 
                        {yun:}/if{/yun}
                    </li>
 
                    {yun:}if $config.reg_passconfirm=='1'{/yun}
                    <li class="mt20"><em><font color="#FF0000">*</font> 确认密码:</em>
                        <span id="pass1"><input type="password" id="passconfirm" onblur="reg_checkAjax('passconfirm');" class="logoin_text tips_class" value="" placeholder="请确认您输入的密码"//></span>
                        <span class="reg_tips reg_tips_red none" id="ajax_passconfirm"></span>
                    </li>
                    {yun:}/if{/yun}
 
                    <li class="mt30"><em>&nbsp;</em><input type="button" class="register_submit" {yun:}if $config.reg_real_name_check=='0' {/yun} id="subreg" {yun:}/if{/yun} value="立即注册" onclick="check_user('1','vcode_imgs');" /></li>
                    <li class="m10">
                        <em>&nbsp;</em>
                        <div class="reg_xy">
                            <input type="checkbox" id="xieyi1" class="logoin_check" value="1" checked="checked"/>我已同意
                            <a href="{yun:}$config.sy_weburl{/yun}/about/service.html" target="_blank" class="reg_yhxy">《用户协议》</a>
                        </div>
                    </li>
                </ul>
            </div>
            {yun:}/if{/yun}
 
            <input type="hidden" id="default" value="-1"/>
            <input type="hidden" id="def" value=""/>
            <input type="hidden" id="event" value=""/>
            <input type="hidden" id="allnum" value="0"/>
            <input type="hidden" id="send" value="0"/>
            <input type="hidden" id="usertype" value="{yun:}$usertype{/yun}"/>
            <input type="hidden" id="defEmail" value="{yun:}$config.sy_def_email{/yun}"/>
            <input type="hidden" id="sy_reg_type" value="{yun:}$config.sy_reg_type{/yun}"/>
            <input type="hidden" id="reg_bind" value="{yun:}$bind{/yun}"/>
        </div>
        <div class="register_right">
            <div class="register_right_icon"></div>
            <div class="register_right_c">
                已有账号? <a href="{yun:}url m=login{/yun}">直接登录></a>
            </div>
            {yun:}if $config.sy_qqlogin==1 || $config.sy_sinalogin==1 || $config.wx_author==1{/yun}
            <div class="register_right_c">其他方式登录</div>
            <div class="box_third">
                {yun:}if $config.wx_author==1{/yun}
                <a href="{yun:}url m=wxconnect{/yun}"><i class="l-icon weixin-icon"></i></a>
                {yun:}/if{/yun} {yun:}if $config.sy_qqlogin==1{/yun}
                <a href="{yun:}$config.sy_weburl{/yun}/qqlogin.php"><i class="l-icon qq-icon"></i></a> {yun:}/if{/yun}
                {yun:}if $config.sy_qqlogin==1&&$config.sy_sinalogin==1{/yun}{yun:}/if{/yun} {yun:}if
                $config.sy_sinalogin==1{/yun}
                <a href="{yun:}url m=sinaconnect{/yun}"><i class="l-icon sina-icon"></i></a> {yun:}/if{/yun}
            </div>
 
            {yun:}/if{/yun}
        </div>
    </div>
</div>
<div class="clear"></div>
 
<!--手机号被用弹出框-->
<div class="" style="width:550px; background:#fff; margin:20px auto; display: none;" id="written_off">
    <div class="reg_have_tip">
        <i class="reg_have_tip_icon"></i>
        <div class="reg_have_tip_tit"><span id="zy_type">该手机号已被注册</span></div>
        <div class="reg_have_tip_zc" id="zy_name"></div>
    </div>
 
    <div class="reg_have_tip_p_c">
        <div class="reg_have_tip_p">1. 如果是你本人,但不记得密码,您可以找回密码
            <a href="{yun:}url m=forgetpw{/yun}" class="reg_have_tip_bth">找回密码</a>
        </div>
        <div class="reg_have_tip_p">
            <span id="desc_toast">2. 解除手机号与该账号的绑定,解除绑定后,您无法继续用手机号登录该账号</span>
            <a href="javascript:void(0);" onclick="CheckPW()" class="reg_have_tip_bth">解除绑定</a>
        </div>
    </div>
    <div class="reg_have_tip_kf">如有疑问可拨打客服服务热线:<span class="reg_have_tip_kf_tel">{yun:}$config.sy_freewebtel{/yun}</span></div>
    <input type="hidden" id="zy_uid" value=""/>
    <input type="hidden" id="zy_mobile" value=""/>
    <input type="hidden" id="zy_email" value=""/>
</div>
<!--手机号被用弹出框 end-->
 
<!--验证密码弹出框-->
<div class="none" id="postpw">
    <ul class="reg_have_jc">
        <li>
            <span class="reg_have_jc_name"><font color="#FF3300">*</font> 登录密码:</span>
            <input id="pw" type='password' class="reg_have_jc_name_text" placeholder="请输入登录密码"/>
        </li>
 
        <li>
            <span class="reg_have_jc_name"><font color="#FF3300">*</font> 验&nbsp;证&nbsp;码:</span>
            <input type="text" id="code" class="reg_have_jc_name_textyz" maxlength="6" autocomplete="off"/>
            <a><img id="vcode_imgss" onclick="checkCode('vcode_imgss');" src=""/></a>
        </li>
 
        <li>
            <span class="reg_have_jc_name">&nbsp; </span>
            <input class="reg_have_jc_bth" type="button" value="确认解绑" onclick="post_pass('vcode_imgss');"/>
        </li>
 
 
    </ul>
</div>
<!--验证密码弹出框End-->
 
<style>
    .icon2 {
        background-image: none;
        background-repeat: no-repeat;
    }
</style>
 
<!--content  end-->
<div class="clear"></div>
<div class="reg_footer">如果您有任何疑问或在注册过程中遇到任何困难,您都可以通过以下方式与我们联系
    <div class="">电话: {yun:}$config.sy_freewebtel{/yun} <span class="reg_footer_yz">客服QQ:{yun:}$config.sy_qq{/yun}</span></div>
</div>
<script src="{yun:}$config.sy_weburl{/yun}/js/jquery-1.8.0.min.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
<link href="{yun:}$config.sy_weburl{/yun}/js/layui/css/layui.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css"/>
<script src="{yun:}$config.sy_weburl{/yun}/js/layui/layui.js?v={yun:}$config.cachecode{/yun}"></script>
<script src="{yun:}$config.sy_weburl{/yun}/js/layui/custom_layer.js?v={yun:}$config.cachecode{/yun}"></script>
<script src="{yun:}$config.sy_weburl{/yun}/js/public.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
<script src="{yun:}$style{/yun}/js/reg_ajax.js?v={yun:}$config.cachecode{/yun}" type="text/javascript"></script>
 
{yun:}include file="$tplstyle/verify/verify_js.htm"{/yun}
<!--[if IE 6]>
<script src="{yun:}$config.sy_weburl{/yun}/js/png.js?v={yun:}$config.cachecode{/yun}"></script>
<script>
    DD_belatedPNG.fix('.png,.#bg');
</script>
<![endif]-->
<script>
    {yun:}if $type == 1 {/yun}
        $(document).ready(function () {
            $(document).keydown(function (e) {
                var ev = document.all ? window.event : e;
                if (ev.keyCode == 13) {
                    check_user(1, 'vcode_imgs');
                }
            });
            $("#xieyi1").keyup(function (event) {
                var myEvent = event || window.event;
                if (myEvent.keyCode == 13) {
                    check_user(1, 'vcode_imgs');
                } else {
                    return;
                }
                ;
            });
        })
    {yun:}else if $type == 2 {/yun}
        $(document).ready(function () {
            $(document).keydown(function (e) {
                var ev = document.all ? window.event : e;
                if (ev.keyCode == 13) {
                    check_user(2, 'vcode_img');
                }
            });
            $("#xieyi2").keyup(function (event) {
                var myEvent = event || window.event;
                if (myEvent.keyCode == 13) {
                    check_user(2, 'vcode_img');
                } else {
                    return;
                }
                ;
            });
        })
    {yun:}else if $type == 3 {/yun}
        $(document).ready(function () {
            $(document).keydown(function (e) {
                var ev = document.all ? window.event : e;
                if (ev.keyCode == 13) {
                    check_user(3, 'vcodeimg');
                }
            });
            $("#xieyi3").keyup(function (event) {
                var myEvent = event || window.event;
                if (myEvent.keyCode == 13) {
                    check_user(3, 'vcodeimg');
                } else {
                    return;
                }
                ;
            });
        })
    {yun:}/if{/yun}
</script>
 
<div style="display:none">{yun:}include file="$tplstyle/footer.htm"{/yun}</div>