chengkun
2025-04-18 1bb985f32f2efe0f9dd69f3cf29a1c809b1cf96d
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
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
 
@charset "utf-8";
/* CSS Document */
/*屏幕变换字体大小不跟这变*/
html {width: 100%;height: 100%;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none;-o-text-size-adjust: none;text-size-adjust: none;}
body {width: 100%;height: 100%;margin: 0;padding: 0; font-size:0.8em;font-family:微软雅黑;;
line-height: 1.5;background:#efefef}
dl,dd,dt,ul,li{ list-style:none;margin:0; padding:0}
h1,h2,h3{ margin:0; padding:0;}
input{font-family:微软雅黑;}
em,i{font-style:normal}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
/*定义任何元素*/
*, *:after, *:before {-webkit-box-sizing: before-box;-moz-box-sizing: before-box;-ms-box-sizing: before-box;-o-box-sizing: before-box;}
*:after {clear: both}
.clearfix {zoom: 1;}
.clear{clear: both}
.fl{float:left;}
.fr{float:right;}
a{ text-decoration:none;color:#333;}
#bg{ position:fixed; left:0;top:0;right:0;bottom:0; background:#000; opacity:0.5; z-index:-1}
.mt10{ margin-top:.266667rem;}
/*头部*/
.header_h{width:100%;height:1.333333rem; background:#fff}
.header{width:100%;height:1.333333rem; background:#fff}
.header_fixed{width:100%;height:1.333333rem; }
.header_bg{width:100%;height:1.333333rem;background:#1369c0; position:relative; z-index:10;}
.header_fx_search{width:70%; margin:0 auto}
.logo{display: inline-block;width:3.466667rem;position: absolute;top:.266667rem;left: .266667rem;}
.logo  img {height: auto;width: 5.333333rem;}
.regorlogin {width: 2.666667rem;display: inline-block;position: absolute;right: 0;top:.213333rem;font-size:.4rem;color: #fff;}
.regorlogin a{padding:.4rem .133333rem .266667rem;color:#fff;}
.header_top_l{width:1.066667rem;height:1.066667rem;color:#fff; position:absolute;left:.266667rem;top:50%; font-size:.533333rem; margin-top:-0.4rem; font-size:.64rem;}
.header_top_l:after{content: ' ';position: absolute;top: 50%;left: .266667rem;width: .346667rem;height: .346667rem;border: #fff solid;-webkit-transform: rotate(-135deg);border-width: .08rem .08rem 0 0;color: #fff; margin-top:-0.4rem;}
.header_h1{width:100%; text-align:center; font-size:.533333rem;color:#fff; padding:.186667rem 0}
.header_top_r{color:#fff; position:absolute;right:.266667rem;top:50%; font-size:.666667rem; margin-top:-0.346667rem;z-index:100;}
.header_l{ position:absolute;right:.266667rem;top:50%; margin-top:-0.266667rem;color:#fff;}
.header_l a{color:#fff; padding:0 .133333rem;}
.wap_title{width:100%; padding:.266667rem 0;position:relative}
.wap_title span{ display:inline-block; font-size:.426667rem; position:relative; padding-left:.346667rem; z-index:10; background:#fff; padding-right:.266667rem;color:#333}
.wap_title span:before{width:.16rem;height:.426667rem; background:#288ee0; position:absolute;left:0;top:.08rem;content:'';}
.wap_title:after{content:'';width:100%;border-bottom:.026667rem solid #e9e7e7; position:absolute;right:0;top:50%;}
.more{ position:absolute;right:0;top:.32rem;color:#39F; background:#fff; z-index:10; padding-left:.266667rem;}
.header_search{ position:absolute;right:.4rem;top:.213333rem; z-index:100000}
.header_search_fa{color:#fff; font-size:.64rem;}
.loginlock{width:100%;height:1.333333rem; line-height:1.333333rem; background:rgba(38,139,219,0.9); font-size:.533333rem; text-align:center;color:#fff}
.header_p_z{width:70%;height:.96rem; line-height:.96rem; overflow:hidden; margin:0 auto;text-overflow:ellipsis; white-space:nowrap; }
/*footer*/
.footer{width:100%;height:1.546667rem;  position:relative; z-index:100}
.footer_t{ padding:.266667rem; position:relative; background:#f5f5f5; z-index:20}
.footer_top{height:1.066667rem;width:1.066667rem; line-height:.8rem; font-size:1.066667rem;color:#fff; text-align:center; position:absolute; background:#288edf;right:0;top:0;}
.footer_bot{width:100%; padding:.533333rem 0; text-align:center; font-size:.373333rem; line-height:.8rem;}
/*用户中心*/
.main_member_body{width:100%;min-height:10.666667rem;}
.main_member_cot_box{}
.index_header{width:100%;background:#2a8f4d; position:relative;  z-index:100;}
.com_header_img{width:1.866667rem;height:1.866667rem;position:absolute;left:.266667rem;top:1.6rem; z-index:10000}
.com_header_img img{width:1.866667rem;height:1.866667rem; display:inline-block;border-radius:50%}
.member_header_info{ padding:.266667rem 0 0 2.666667rem;color:#fff; line-height:.666667rem;}
.m_user_name{ font-size:.373333rem;}
.m_user_re{ position:relative}
.member_header_info_line{ font-size:.32rem; padding:0 .4rem;}
.member_header_info_cz{ font-size:.32rem; padding-bottom:.133333rem;}
.member_header_info_cz a{color:#fff}
.member_header_hy a{color:#eaf20e; margin-left:.266667rem;}
.m_index_msg{background:#fff;position:relative; z-index:90; padding-left:2.133333rem;}
.m_index_msg_list{ padding:.133333rem 0;width:32%; display:inline-block; text-align:center; font-size:.32rem; position:relative }
.m_index_msg_list:last-child{border:none;}
.m_index_msg_list dt{color:#666; font-weight:bold; font-size:.426667rem;}
.index_section .wap_member{ margin-top:.266667rem;}
.wap_member_mrecord{  background:#fff;}
.wap_member_mrecord_list{border-bottom:.026667rem solid #e9e9e9;position:relative;display:block;padding: .266667rem 0 .266667rem 1.2rem; font-size:.426667rem;color:#333;}
.wap_member_mrecord_list:last-child{border:none;}
.wap_member_mrecord_mt5{ margin-top:.213333rem;}
.wap_member_mrecord_list:after {content: ' ';position: absolute;top: 50%;margin-top: -0.106667rem;right: .533333rem;width: .213333rem;height: .213333rem;border: #b2b2b2 solid;-webkit-transform: rotate(45deg);border-width: .053333rem .053333rem 0 0; }
.wap_member_mrecord_list_no{border:none;}
.wap_member_mrecord_list em{color:#fff; display:inline-block; background:#f0d36d;border-radius:.533333rem; padding:0 .266667rem; margin-left:.266667rem;}
.lt_index_icon{width:.48rem;height:.48rem; display:inline-block; position:absolute;left:.266667rem;top:.373333rem}
.lt_index_icon_kc{ background:url(../../images/px_kc.png) no-repeat; background-size:100%;}
.lt_index_icon_fbkc{ background:url(../../images/yun_wap_u_fb.png) no-repeat; background-size:100%;}
.lt_index_icomd{background:url(../../images/yun_wap_yue.png) no-repeat;background-size:100%; }
.lt_index_icon_zx{background:url(../../images/gt.png) no-repeat; background-size:100%;}
.lt_index_icon_js{background:url(../../images/yun_px_js.png) no-repeat; background-size:100%;top:.453333rem;}
.lt_index_icon_fbjs{background:url(../../images/yun_wap_u_bm.png) no-repeat; background-size:100%;}
.lt_index_icon_jg{background:url(../../images/yun_px_hj.png) no-repeat; background-size:100%;}
.lt_index_icontj{background:url(../../images/yun_wap_u_je.png) no-repeat; background-size:100%;}
.lt_index_icon_tj{background:url(../../images/yun_wap_u_jz.png) no-repeat; background-size:100%;}
.lt_index_icon_jf{background:url(../../images/yun_wap_u_dh.png) no-repeat; background-size:100%;}
.lt_index_icon_wd{background:url(../../images/yun_wap_u_ask.png) no-repeat; background-size:100%;}
.lt_index_icon_zh{background:url(../../images/rqt.png) no-repeat; background-size:100%;}
.lt_index_icon_rz{background:url(../../images/yun_wap_u_bd.png) no-repeat; background-size:100%;}
.lt_index_icon_xg{background:url(../../images/yun_wap_u_sz.png) no-repeat; background-size:100%;}
.lt_index_icon_tc{background:url(../../images/yun_wap_u_tc.png) no-repeat; background-size:100%;}
.lt_index_icon_yje{background:url(../../images/yun_m_rw.png) no-repeat; background-size:100%;}
.lt_index_icon_qh{background:url(../../images/com_rs.png) no-repeat; background-size:100%;}
.lt_index_icon_gq{background:url(../../images/ds.png) no-repeat; background-size:100%;}
/*职位管理*/
.wap_member_tit{width:100%; background:#fff;border-bottom:.026667rem solid #eee;}
.wap_member_tit ul li{ display:inline-table;width:24%; text-align:center;height:1.066667rem; line-height:1.066667rem;}
.wap_member_tit ul li a{ display:block;}
.wap_member_tit ul li:last-child a{border:none;}
.wap_member_tit ul .wap_member_tit_cur a{color:#f60; position:relative; display:block}
.wap_member_tit ul  .wap_member_tit_cur a:after{width:.8rem;height:.053333rem; background:#f60; display:inline-block; position:absolute;left:50%;bottom:0; margin-left:-0.4rem;content:''}
.wap_member_titw30 ul  li{ display:inline-table;width:32%; text-align:center; }
.wap_member_msg{border-bottom:.026667rem solid #eee;border-top:.026667rem solid #eee; padding:.213333rem 0; position:relative; margin-top:.266667rem; background:#fff}
.wap_member_in_msg { position:relative;background:#fff}
.wap_member_date{width:100%;border-bottom:.026667rem solid #f2f2f2; position:relative; padding-bottom:.266667rem;color:#b0abab}
.yun_m_job_date_n{padding-left:.133333rem;}
.wap_member_wtg{color:#F93}
.wap_member_ygq{color:#096}
.yun_m_job_list_zt{ padding:.133333rem .266667rem;color:#666}
.yun_m_job_list_px{ padding:.053333rem .266667rem;color:#666}
.yun_m_job_list_hf{ padding:.053333rem .266667rem;color:#666;    background: #FBFBE1;border: .026667rem solid #E7E77C;color: #894802; margin:0 .133333rem .133333rem .133333rem;}
.yun_member_bth{width:100%;border-top:.026667rem solid #f2f2f2; padding-top:.266667rem; text-align:right}
.yun_member_sub{display:inline-block; text-align:center;color:#666; position:relative;border:.026667rem solid #eee; padding:.026667rem .32rem;border-radius:.533333rem; margin-right:.266667rem;}
.yun_member_partsub{display:inline-block; text-align:center;color:#666; position:relative;border:.026667rem solid #eee; padding:.026667rem .32rem;border-radius:.533333rem; margin-right:.266667rem;}
.yun_member_yzt{ display:inline-block; background:#F30;color:#fff; padding:0 .133333rem; position:absolute;left:.533333rem;top:-0.773333rem; font-size:.32rem;}
.yun_member_yzt:after{width:.133333rem;height:.133333rem; background:#F30;content:""; position:absolute;bottom:-0.08rem;left:50%; margin-left:-0.08rem; -webkit-transform:rotate(45deg)}
.wap_member_date_r{ position:absolute;right:.266667rem;top:0;}
.yun_m_job_list_tg{ position:absolute;right:.266667rem;top:1.333333rem; font-size:.32rem;}
.yun_m_job_list_tg a{ display:inline-block;width:1.68rem; padding-right:.266667rem;height:.613333rem; line-height:.613333rem;color:#f60; text-align:center;border:.026667rem solid #ddd}
.yun_m_job_list_tg:after{content:' ';position:absolute;top:50%;margin-top:-0.16rem;right:.133333rem;width:.16rem;height:.16rem;border:#ddd solid;-webkit-transform: rotate(135deg);border-width: .053333rem .053333rem 0 0;color:#434343;}
.yun_member_yzt{ display:inline-block; background:#F30;color:#fff; padding:0 .133333rem; position:absolute;left:.533333rem;top:-0.773333rem; font-size:.32rem;}
.yun_member_yzt:after{width:.133333rem;height:.133333rem; background:#F30;content:""; position:absolute;bottom:-0.08rem;left:50%; margin-left:-0.08rem; -webkit-transform:rotate(45deg)}
.job_list_jobname{ font-weight:bold}
.com_member_hr_cblue{color:#333}
.wap_memberjob_fabu a{width:100%;height:1.146667rem; line-height:1.146667rem; font-size:.426667rem; margin-top:.266667rem; background:#F90;color:#fff; display:inline-block; text-align:center}
.yun_member_bth a{display:inline-block; text-align:center;color:#666; position:relative;border:.026667rem solid #eee; padding:.026667rem .32rem;border-radius:.533333rem; margin-right:.266667rem;}
/*发布新职位*/
.wap_member_comp_h1{width:100%; padding:.266667rem 0; background:#f8f8f8;border-bottom:.026667rem solid #dbd4d5; position:relative; display:none;}
.wap_member_comp_em{ position:absolute;right:.266667rem;top:0; padding:.266667rem 0;} 
.wap_member_comp_h1 span{border-left:.106667rem solid #288ee0; padding-left:.266667rem; font-size:.4rem;}
.yun_wap_addresume_box{position: relative;overflow: hidden;background-color: #fff;font-size: .373333rem;}
.yun_wap_addresume_box_group{position: relative;padding: .266667rem .4rem .266667rem .533333rem;border-bottom: .026667rem solid #e8e8e8;line-height: .8rem;}
.yun_wap_addresume_box_group .yun_wap_addresume_box_label {width: 1.866667rem; position:absolute;left:.266667rem;top:0;line-height: 1.253333rem;color: #999;}
.yun_wap_addresume_box_group .yun_wap_addresume_box_control {padding-left: 2.133333rem;line-height: .693333rem;}
.yun_wap_addresume_box_group .yun_wap_addresume_box_control .yun_wap_addresume_text {margin: 0;padding: 0;width: 100%;border: none;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));box-shadow: none;color: #333; font-size:.373333rem;}
.yun_wap_addresume_box_group .yun_wap_addresume_box_control .select {position: relative;width: 100%;line-height: .8rem;}
.yun_wap_addresume_box_group .yun_wap_addresume_box_control .select select {position: absolute;top: 0;right: 0;margin: 0;padding: 0;width: 100%;border: 0;background: transparent;color: #999;opacity: 0;-webkit-appearance: none;height: .8rem;line-height: .8rem;vertical-align: middle;display: inline-block;}
.yun_wap_addresume_box_group .yun_wap_addresume_box_control .unit {position: absolute;right: .32rem;top: 0;font-size: .32rem;line-height: .8rem;color: #999;}
.yun_wap_addresume_box_group .yun_wap_addresume_box_control .select:after {position: absolute;top: 50%;right: 0;margin-top: -0.133333rem;width: .266667rem;height: .266667rem;border: #ccc solid;border-width: .026667rem .026667rem 0 0;content: ' ';-webkit-transform: rotate(45deg);}
.reinputText2{ color: #fff;background-color: #f60;background-image: -moz-linear-gradient(top, #f60, #f60);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f60), to(#f60));background-image: -webkit-linear-gradient(top, #f60, #f60);background-image: -o-linear-gradient(top, #f60, #f60);background-image: linear-gradient(to bottom, #f60, #f60);    width: 100%;height: 1.066667rem;font-size: .48rem;border-radius: .053333rem;text-align: center;vertical-align: middle;font-family: inherit;    border: none; padding:0; margin:0;}
.yun_wap_addresume_box_control_after:after {position: absolute;top: 50%;right: .4rem;margin-top: -0.133333rem;width: .266667rem;height: .266667rem;border: #ccc solid;border-width: .026667rem .026667rem 0 0;content: ' ';-webkit-transform: rotate(45deg);}
.yun_wap_addresume_box_label_close{ position:absolute;left:2.666667rem;}
.yun_wap_addresume_box_text:after {position: absolute;top: 50%;right:.266667rem;margin-top: -0.133333rem;width: .133333rem;height:.133333rem;border: #ccc solid;border-width: .026667rem .026667rem 0 0;content: ' ';-webkit-transform: rotate(135deg);}
.yun_wap_addresume_box_text{width:31%;background:#f8f8f8; display:inline-table; position:relative}
.yun_wap_addresume_box_group .yun_wap_addresume_box_control  .yun_wap_addresume_box_but{background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f8f8f8));margin: 0;padding: 0;width: 100%;border: none;box-shadow: none;color: #333; }
.add_resume_cz{ padding:.266667rem;}
.add_resume_cz_a{border:.026667rem dashed #0099FF; text-align:center;}
.add_resume_cz_a_tj{ display:block; text-align:center;color:#06F; padding:.266667rem 0;}
.add_resume_cz_fh{ padding:.266667rem 0 0 0; text-align:center }
.add_resume_box{ padding:.266667rem;}
.add_resume_list {border:.026667rem solid #eee}
.add_resume_list li{border-bottom:.026667rem solid #eee; padding:.266667rem;}
.add_resume_list li:last-child{border:none}
.yun_wap_addresume_box_group .yun_wap_addresume_box_control .yun_wap_addtel_a{border:.026667rem solid #ddd;width:1.333333rem;height:.8rem;}
.yun_wap_addresume_box_group .yun_wap_addresume_box_control .yun_wap_addtel_b{border:026667rem solid #ddd;width:2.666667rem;height:.8rem;}
.yun_wap_addresume_box_group .yun_wap_addresume_box_control .yun_wap_addtel_c{border:026667rem solid #ddd;width:1.6rem;height:.8rem;}
.info-table-value {width:100%; text-align:center;border-bottom:.026667rem solid #ddd; background:#fff}
.form-show-btn {padding: .266667rem 0;display: inline-block; position:relative;color:#007ccf}
.form-show-btn:after {position: absolute;top: 50%;right: -0.533333rem;margin-top: -0.133333rem;width: .186667rem;height: .186667rem;border: #007ccf solid;border-width: .026667rem .026667rem 0 0;content: ' ';-webkit-transform: rotate(135deg);}
.form-show-btn:before{position: absolute;top: 50%;right: -0.533333rem;margin-top: -0.266667rem;width: .186667rem;height: .186667rem;border: #007ccf solid;border-width: .026667rem .026667rem 0 0;content: ' ';-webkit-transform: rotate(135deg);}
.form-show-btn—pd {padding: .266667rem 0;display: inline-block; position:relative;color:#007ccf}
.resume-cont_wate_bj{color:#f00}
.relative {position: relative;}
.selectOption{display:inline-block;height:.8rem;background:-webkit-gradient(linear,left top, left bottom, from(#f8f8f8),to(#f8f8f8));vertical-align:middle;position:relative;overflow:hidden;}
.selectOption:after{content:' ';position:absolute;top:50%;margin-top:-0.16rem;right:.266667rem;width:.16rem;height:.16rem;border:#AAAAAA solid;-webkit-transform: rotate(135deg);border-width: .026667rem .026667rem 0 0;color:#434343;}
.selectOption select{float:left;position:absolute;top:0;left:0;z-index:2;padding:0;border:0;-webkit-appearance:none;width:70%;background:transparent;height:.8rem;font-size:.346667rem;color:#666; font-family:"微软雅黑";}
.selectOption select option{font-size:.32rem;}
.yun_wap_textarea{width:99%;height:2.666667rem;border:.026667rem solid #eee; padding:0; margin:0;}
.jobadd_span{ width:43%;display:inline-block;border:.026667rem solid #eee; margin-top:.133333rem; padding:.08rem}
.jobadd_span input {width:.346667rem;height:.346667rem; overflow:hidden}
/*简历管理*/
.com_member_hr{width:100%; margin-top:.266667rem;border-top:.026667rem solid #ddd;border-bottom:.026667rem solid #ddd; background:#fff;}
.com_member_hr_name{width:100%; position:relative; padding-top:.266667rem; padding-bottom:.266667rem;border-bottom:.026667rem solid #f2f2f2}
.wap_member_com_lokr{width:1.6rem;height:.533333rem; line-height:.533333rem; background:#F90;color:#000; text-align:center; display:block; position:absolute;right:.266667rem;top:.293333rem;border-radius:.053333rem;}
.hr_rusume_new{ display:inline-block;width:.533333rem;height:.533333rem; font-size:.373333rem; font-weight:normal; text-align:center; background:#F30;color:#fff;border-radius:50%; margin-left:.133333rem;}
.com_member_user_box{  padding:.133333rem .266667rem;}
.com_member_hr_tj{  padding:.133333rem 0;border-bottom:.026667rem dashed #eee; margin-bottom:.133333rem;}
.wap_member_com_name{ font-size:.4rem; font-weight:bold; padding-left:.266667rem;}
.com_member_hr_p1{ line-height:.613333rem;}
.com_member_hr_cz{position:relative;border-top:.026667rem solid #f2f2f2; padding:.133333rem 0; margin-top:.133333rem;}
.yun_member_det{ display:inline-block;border-right:.026667rem solid #f2f2f2; padding:0 .533333rem;color:#288ee0; margin-right:.533333rem;}
.com_member_hr_cz_zt{ display:inline-block;}
.user_size{ margin-top:.133333rem; display:block}
.yun_member_hr_bth{width:48%; display:inline-block;border-right:.026667rem solid #f2f2f2;color:#288ee0; text-align:center; padding:.08rem 0;}
.yun_member_hr_bth:last-child{border:none;}
.yun_member_hr_bth_yq{color:#f60}
/*改密码*/
.user_password li{ margin-top:.266667rem; position:relative}
.wap_member_Receive{}
.input-common{width:100%;border:.026667rem solid #ddd;height:1.066667rem; line-height:.8rem;}
.wap_member_pss{width:1.866667rem; display:block; line-height:.8rem;}
.pay_choose_btn_01{width:100%;border-radius:0;height:1.066667rem; margin-top:.266667rem; padding:0; border:none;color:#fff; background:-webkit-gradient(linear,0 0,0 100%,from(#1f7dc8),to(#1f7dc8)); font-size:.373333rem; cursor:pointer;border-radius:0;}
/*认证*/
 
.alter_account{ padding:.266667rem 2.133333rem .266667rem 0; position:relative; border-top:.026667rem solid #e5e5e5; border-bottom:.026667rem dashed #e5e5e5;}
.alter_account span{ width:100%; display:block;}
.alter_account span b{ color:#cd3200;}
.alter_account a{ position:absolute; right:0; top:.266667rem; line-height:.933333rem; color:#0a70be;}
.prinless_mail{ position:relative; border-bottom:.026667rem solid #eee; background:#fff; margin-top:.266667rem; padding:.266667rem;}
.prinless_mail h4{ text-indent:.106667rem; font-size:.426667rem; line-height:.533333rem; margin:.266667rem 0;}
.prinless_mail a{ background:#ff6600; color:#fff; width:1.866667rem; text-align:center; height:.666667rem; line-height:.666667rem; display:block; position:absolute; right:.373333rem; top:.266667rem;}
.prinless_mail p{color:#666; display:block;}
.prinless_mail p b{ color:#dd3200;}
.prinless_mail .rz_ysh{ background:#CCC}
.prinless_mail a.prinless_s_qx{background:#ccc;color:#666;}
/*简历库*/
.searchOptions{width:100%; float:left;height:1.253333rem; background:#fff;border-bottom:.026667rem solid #dcdcdc; clear:both; position:relative; z-index:100}
.searchOptions .searchOptions_list li{ display:inline;width:24%;height:.56rem; float:left;border-right:.026667rem solid #dcdcdc; padding:.346667rem 0; text-align:center; font-size:.373333rem;}
.partwork_nav .searchOptions_list li{ width:33%;}
.searchOptions .searchOptions_list li:last-child{border-right:none;}
.searchOptions_list_a{width:100%;height:100%; display:block; position:relative; white-space:nowrap; overflow:hidden;}
.searchOptions_list_a .searchOptions_icon{ width:.266667rem;height:.266667rem;position:absolute;right:.266667rem;top:50%; margin:-0.133333rem 0 0 .533333rem;}
.searchOptions_list_a .searchOptions_icon:after{content: ' ';position: absolute;top:0;right: 0;width: .16rem;height: .16rem;border: #ddd solid;-webkit-transform: rotate(135deg);border-width: .053333rem .053333rem 0 0;color: #434343; }
.job_ov{width:80%;height:100%; display:block; overflow:hidden;text-overflow:ellipsis; white-space:nowrap; }
.partwork_nav .searchOptions_list_a .searchOptions_icon{ margin-left:1.066667rem;}
.searchOptions_list_a:hover{color:#F90}
.searchOptions .searchOptions_list_jz li{width:48%;}
.searchOptions .searchOptions_list_jz li .searchOptions_list_a .searchOptions_icon{ position:absolute;left:50%;top:50%; margin:-0.213333rem 0 0 1.066667rem;color:#b5b5b5}
.searchOptions .searchOptions_list_jz .searchOptions_list_jz_end{border-right:none;}
.warp_content{ padding:.266667rem .266667rem;min-height:9.333333rem;}
.search_cont{ width:70%; padding:.16rem .16rem; position:absolute;left:1.333333rem;top:.053333rem; z-index:100}
.formFiled{border:.026667rem solid #fff;height:.88rem; overflow:hidden; background:#fff;  position:relative;border-radius:.8rem; padding-left:.266667rem; }
.input_search{width:100%;height:.4rem; line-height:.4rem; padding:.293333rem 0 .266667rem 0;border:none;font-size:.373333rem ;color:#666}
.input_btn{ position:absolute;right:0;top:0;width:1.6rem;height:1.066667rem; padding:0; margin:0;border:none;color:#fff; background:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff)); z-index:2; opacity:0.1; font-size:.373333rem; cursor:pointer;border-radius:0;}
.input_btn_icon{ width:.666667rem;height:.666667rem; background:url(../../images/yun_wap_fotnav_user.png) no-repeat; background-size:100%;position:absolute; right:.266667rem;top:.08rem; font-size:.533333rem;color:#666; z-index:1}
.job_list_content{}
.job_list{display:block;}
.job_list_box{border:.026667rem solid #ddd; position:relative; margin-top:.266667rem; background:#fff; padding:.266667rem;}
.job_list_box:first-child{margin-top:0;}
.job_list_box:after{content: ' ';position: absolute;top: 50%;right: .533333rem;width: .266667rem;height: .266667rem;border: #AAAAAA solid;-webkit-transform: rotate(45deg);border-width: .053333rem .053333rem 0 0;color: #434343; margin-top:-0.16rem;}
.job_list_box h3{ font-size:.426667rem; font-weight:normal;color:#3d86f5; position:relative}
 
.job_t_date{ position:absolute;right:0;top:0; font-size:.32rem;color:#999; z-index:40}
.job_t_date_new{ position:absolute;right:.133333rem;bottom:.266667rem; font-size:.32rem;color:#999; z-index:40}
.resume_t_date{ position:absolute;right:.266667rem;top:.266667rem; font-size:.32rem;color:#999}
.job_date{color:#cccccc; margin-left:1.333333rem;}
.job_qy_name{width:90%; padding:.213333rem 0;color:#666; font-size:.373333rem;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.job_pay strong{color:#ff2222; font-size:.373333rem;}
.line{ font-size:.32rem; font-style:normal; color:#999;padding:0 .133333rem;}
.job_top{ background:#5e9c04;color:#fff; border-radius:.213333rem; font-size:.32rem; padding:.053333rem .213333rem; margin-left:.266667rem;}
.job_list_bottom{border:.026667rem solid #cdd7de; position:relative; margin-top:.266667rem; background:#fff; padding:.4rem; text-align:center; font-size:.426667rem;}
.job_more{ position:absolute;left:50%;top:50%; margin-left:1.6rem; margin-top:-0.266667rem; font-size:.666667rem;color:#666;}
.job_list_tj{width:.746667rem;height:.4rem; line-height:.4rem; text-align:center; display:inline-block;  font-size:.32rem;border:.026667rem solid #efc816;color:#efc816;border-radius:.08rem; font-weight:normal}
.job_list_box_jobname{max-width:75%;height:.613333rem; line-height:.613333rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;  display:inline-block; vertical-align:middle}
.job_list_box_jobtj{width:.8rem;height:.8rem; display:inline-block; position:absolute;right:0;top:0; background:url(../../images/yun_wap_jobtj.png) no-repeat; background-size:100%; z-index:10}
/*更多弹出框*/
.job_pop_more{width:100%;background:#fff; position:absolute;left:0;top:1.28rem; display:none;}
.com_search_box_cont{ padding:.133333rem;}
.com_search_box_list{border-bottom:.026667rem solid #cdd7de; padding:.133333rem 0; position:relative;}
.com_search_box_left{ position:absolute;left:.266667rem;top:.266667rem;}
.com_search_box_right{ }
.selectOption{display:inline-block;height:.88rem;background:-webkit-gradient(linear,left top, left bottom, from(#fff),to(#fff));vertical-align:middle;position:relative;border-radius:.053333rem;overflow:hidden;border:.026667rem solid #fff;box-shadow: .053333rem .053333rem .053333rem #fff inset;
}
.selectOption:before{content:' ';position:absolute;top:0;right:0;width:.64rem;height:.746667rem;background:-webkit-gradient(linear,left top, left bottom, from(#fff),to(#fff));border-top-right-radius:.053333rem;border-bottom-right-radius:.053333rem;border-left:.026667rem solid #fff;}
.selectOption:after{content: ' ';position: absolute;top: 50%;right: .266667rem;width: .213333rem;height:.213333rem;border: #AAAAAA solid;-webkit-transform: rotate(135deg);border-width: .053333rem .053333rem 0 0;color: #434343; margin-top:-0.16rem;}
.selectOption select{float:left;position:absolute;top:0;right:0;z-index:2;padding:0;border:0;-webkit-appearance:none;width:100%;background:transparent;height:.88rem;font-size:.373333rem;font-family:微软雅黑;}
.selectOption select option{font-size:.32rem;}
.seach_post_sub{overflow: hidden;height: 1.066667rem;line-height: 1.066667rem;width: 100%;background: -webkit-gradient(linear, left top, left bottom, from(#f60), to(#f60));color: #FFF;font-size: .373333rem;text-indent: 0;border: .026667rem solid #f60;font-family:微软雅黑;margin-top:.213333rem; font-size:.426667rem;}
.user_tj_box{ margin-top:.266667rem;}
.user_tj_box_list{border:.026667rem solid #cfd9e0; background:#fff; position:relative}
.user_tj_js{ background:#f0f2f1; padding:.266667rem .266667rem .266667rem 1.733333rem;border-top:.053333rem solid #cfd9e0;border-bottom:.026667rem solid #cfd9e0; font-size:.373333rem; position:relative }
.user_tj_photo{width:1.066667rem;height:1.333333rem;position:absolute;left:.266667rem;top:50%; margin-top:-0.666667rem;}
.user_tj_photo img {display:block;height:1.333333rem;width:1.066667rem;}
.user_tj_js h3{ font-size:.373333rem; font-weight:normal}
.user_line{color:#888; padding:0 .08rem;}
.user_list_p{ padding-top:.16rem; font-size:.346667rem;width:95%;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;color:#666}
.user_list_n{padding-left:.266667rem; display:inline-block}
.user_list_j{display:inline-block}
.c288{color:#288ee0}
 
.user_list{padding:.213333rem .133333rem .213333rem 1.866667rem; position:relative }
.user_list_b{ } 
.user_list h3{ font-size:.426667rem; font-weight:normal; color:#666;}
.user_list_cont{border:.026667rem solid #e4e3e2; position:relative; margin-top:.266667rem; background:#fff;}
.user_list_cont:after{content: ' ';position: absolute;top: 50%;right: .533333rem;width: .266667rem;height: .266667rem;border: #ddd solid;-webkit-transform: rotate(45deg);border-width: .053333rem .053333rem 0 0;color: #434343; margin-top:-0.16rem;}
.user_list_cont:first-child{ margin-top:0;}
.user_list_yxjob{ font-weight:bold;color:#C30}
.pages{width:100%; padding:.266667rem 0; text-align:center}
.pages a{ display:inline-block; padding:.133333rem .32rem;border:.026667rem solid #ccc; margin-right:.133333rem; background:#fff;}
.pages .selected{ background:#288ee0;color:#fff;border:.026667rem solid #288ee0;}
/*简历内容页*/
.user_contnet{ padding: 0 .266667rem .266667rem .266667rem;}
.user_contnet_box{ background:#fff; padding:0 .266667rem .266667rem .266667rem;color:#5d5c5b; line-height:.666667rem; position:relative}
.user_contnet_box_p {width:100%;    word-wrap: break-word;}
.user_contnet_ul{ padding:0;}
.user_contnet_ul li{ display:inline-block;width:100%; font-size:.346667rem;}
.user_contnet_info_n{color:#b3b3b3; float:left;}
.job_jl_list{ line-height:.693333rem; font-size:.373333rem; padding:.133333rem;}
.job_jl_list:nth-child(2n){ background:#f4f5f5;}
.user_jl_jy_list em{color:#bbb;}
#yun_cz{width:100%;background-color:#fff;position:fixed;bottom:1.466667rem;left:0; z-index:1000}
#yun_cz div{padding:1rem .5rem;color:#fff}
#yun_cz a{color:#fff;text-decoration:none}
#yun_cz .call{background-color:#4ca1e4}
#yun_cz .resume{background-color:#288edf}
#yun_cz .favBtn{background-color:#4ca1e4}
#yun_cz .deep{background-color:#288edf}
#yun_cz .light{background-color:#4ca1e4}
#yun_cz #favBtn{width:2rem}
#pageFunBarPlace{height:1.36rem}
.fn-dbox {display: flex;display: -ms-flexbox;display: -webkit-box;align-items: center;-webkit-box-align: center}
.fn-dbox .fn-dbox-flex {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block}
.fn-dbox .fn-dbox-flex-flex1 {flex: 1;-ms-boxflex: 1;-webkit-box-flex: 1}
.center{ text-align:center}
 
/*兑换记录*/
.reward_list{width:100%;background:#fff;border-top:.026667rem solid #ccc;border-bottom:.026667rem solid #ccc;margin-top:.266667rem;}
.reward_list_top{padding:0 .266667rem;height:1.066667rem;line-height:1.066667rem;background:#fff;border-bottom:.026667rem solid #ccc;position:relative;}
.reward_list_top_nm{font-size:.373333rem;}
.reward_list_top_sh{position:absolute;right:.266667rem;top:0;color:#F00;}
.reward_list_top_ok{position:absolute;right:.266667rem;top:0;color:#288ee0;}
.reward_list_top_no{position:absolute;right:.266667rem;top:0;color:#f60;}
.reward_list_ct{padding:.266667rem;}
.reward_list_ct_img{position:absolute;}
.reward_list_ct_img img{border:.026667rem solid #ccc;}
.reward_list_ct_rt{margin-left:2.4rem;overflow:hidden;position:relative;font-size:.373333rem;color:#666;}
.reward_list_ct_rt_z{float:right;width:1.866667rem;height:.666667rem;line-height:.666667rem;text-align:center;border:.026667rem solid #288ee0;}
.reward_list_ct_rt_z a{color:#288ee0;font-size:.32rem;}
.reward_list_ct_rt_z:hover{background:#288ee0;}
.reward_list_ct_rt_z a:hover{color:#fff;}
 
/*账户充值*/
.wap_member_pay{ padding:.266667rem 0; border-bottom:.026667rem solid #ddd; }
.wap_member_pay em{ font-size:.8rem;color:#f60;}
.wap_member_pay_c{ border-bottom:.026667rem solid #ddd; padding:.4rem 0}
.com_m_wap_pay{width:100%;border-radius:0;height:1.066667rem; line-height:1.066667rem; margin-top:.266667rem; padding:0; border:none;color:#fff; background:-webkit-gradient(linear,0 0,0 100%,from(#1f7dc8),to(#1f7dc8)); font-size:.373333rem; cursor:pointer;border-radius:0; display:block; text-align:center}
.pay_choose_list li{ position:relative;border:.026667rem solid #ddd; padding:.266667rem 0; margin-top:.266667rem;}
.pay_choose{ margin-top:.266667rem;}
.mobile .body_wap .pay_choose_list li label{ position:absolute;left:.8rem;top:0;color:#333;}
.com_wxt{ line-height:.666667rem;}
.wxts{color:#F00}
.pay_com_cont{width:100%;}
.pay_com_lsit_je{ font-size:.64rem;color:#f60}
.pay_com_list{ margin-top:.266667rem;}
.wap_m_com_text{width:100%;height:.8rem; line-height:.8rem;border: .026667rem solid #eee;}
.bank_textarea{width:100%;height:2.666667rem; line-height:.8rem;border: .026667rem solid #eee;}
.pay_com_lsit_right{ margin-top:.133333rem;}
.bank_msg{width:100%; padding:.133333rem 0; background:#f8d9e5; text-align:center}
.wap_member_msg_job_s{ margin-left:.8rem; display:inline-block}
 
.resume-cont_wate_xt{width:100%;height:.8rem; line-height:.8rem; margin-top:.266667rem;color:#F60; background:#f8f8f8; text-align:center;}
.resume-cont_wate_bj{color:#f00}
.photos {margin-bottom: .266667rem;background: #fff}
.photos::after, .photos::before, .ulwrap::before {display: block;height: .026667rem;content: '';-webkit-transform: scaleY(.5);transform: scaleY(.5);background: #dedfe0}
.upload_action {position: relative;width: 1.6rem;height: 1.6rem;margin:.213333rem  .213333rem .4rem 0;background: #eceaea}
.photos li {float: left}
.upload_action input {position: absolute;width: 1.6rem;height: 1.6rem;opacity: 0}
.upload_action i {position: absolute;top: .453333rem;left: .426667rem;display: inline-block;width: .8rem;height: .693333rem; font-size:.8rem;}
.photos::after {display: block;clear: both;content: ''}
.photos {zoom: 1}
.photos span {font-size: .426667rem;line-height: 1.6rem;position: absolute;left: 2.48rem;display: inline-block;height: 1.6rem;padding: .213333rem .213333rem .213333rem 0;color: #c3c3c3}
.index_header_tbox{ background:#fff; padding:.266667rem;border-bottom: .026667rem solid #e9e9e9;}
.listBox {background-color: #fff;overflow: hidden}
.listBox .listBox-title {border-top: .026667rem solid #e9e9e9;padding: 1rem;color: #333; position:relative}
.listBox .listBox-title.listBox-title:first-child {border-top: 0}
.listBox .listBox-title a {color: #333;text-decoration: none}
.listBox .listBox-title:hover{ background:#f8f8f8;}
.listBox .listBox-content {border-top: .026667rem solid #bdbdbd;padding: 1rem;color: #666}
.listBox .listBox-content a {color: #666;text-decoration: none}
.listBox-r_right{ display:inline-block; position:absolute;right:.133333rem;top:.4rem; padding-right:.666667rem;}
.listBox-r_right:after{content:' ';position:absolute;top:50%;margin-top:-0.106667rem;right:.266667rem;width:.213333rem;height:.213333rem;border:#AAAAAA solid;-webkit-transform: rotate(45deg);border-width: .053333rem .053333rem 0 0;color:#434343;}
.list_box_wz{ padding-bottom:.266667rem; padding-top:.266667rem; position:relative}
.user_resume_yl{ display:inline-block; padding:.053333rem .133333rem; position:absolute;right:0;top:.266667rem; background:#09F;color:#fff;border-radius:.08rem;}
.per{width:2.666667rem; height: .213333rem;position: relative;display: inline-block;background: none repeat scroll 0% 0% #CFCFCF; vertical-align: middle;}
.per .papic {height: .213333rem;position: relative;background:#FF5B0A; overflow: hidden;}
.corg {color: #FF7201}
.resume_top_name_left_a{ display:inline-block; background:#f8f8f8;border:.026667rem solid #ccc; padding:0 .133333rem;}
.resume-rename{ margin-top:.266667rem;}
.jobadd_span{ width:43%;display:inline-block;border:.026667rem solid #eee; margin-top:.133333rem; padding:.08rem}
.jobadd_span input {width:.346667rem;height:.346667rem; overflow:hidden}
.sw2 {width: 2.133333rem;}
.sel_txt {line-height: .586667rem;float: left;overflow: hidden;height: .64rem;margin-right: .213333rem;color: #494949;border: medium none;background-color: #F0F0F0;background-repeat: no-repeat;background-position: right .293333rem;background-size: auto .133333rem;background:-webkit-linear-gradient(top, #F0F0F0, #F0F0F0);border-radius:0;}
.c_i {color: #ADAEAE !important;}
.resume-cont_wate_e{ float:left; padding:0 .08rem;}
.resume-cont_wate_di{width:100%; float:left; padding:.133333rem 0}
.yun_m_job_list_tg{ position:absolute;right:.266667rem;top:1.333333rem; font-size:.32rem;}
.yun_m_job_list_tg a{ display:inline-block;width:1.68rem; padding-right:.266667rem;height:.613333rem; line-height:.613333rem;color:#f60; text-align:center;border:.026667rem solid #ddd}
.yun_m_job_list_tg:after{content:' ';position:absolute;top:50%;margin-top:-0.16rem;right:.133333rem;width:.16rem;height:.16rem;border:#ddd solid;-webkit-transform: rotate(135deg);border-width: .053333rem .053333rem 0 0;color:#434343;}
.job_extension_tck{ background:#fff;border-radius:.133333rem;}
.job_extension_tck_tit{border-bottom:.026667rem solid #eee; padding:.266667rem .533333rem ; font-size:.426667rem;}
.job_extension_tck li{border-bottom:.026667rem solid #eee;}
.job_extension_tck li a{ display:block; padding:.266667rem .266667rem .266667rem .533333rem; position:relative}
.job_extension_tck_icon{width:.533333rem;height:.533333rem; display:block; background:url(../../images/yun_wap_u_wxz.png) no-repeat; background-size:100%; position:absolute;right:.533333rem;top:.266667rem;}
.job_extension_tck  .job_extension_tck_yse .job_extension_tck_icon{ background:url(../../images/yun_wap_u_yxz.png) no-repeat;background-size:100%;}
.job_extension_tck_bth{ padding:.266667rem 0; text-align:center}
.job_extension_tck_sub{width:80%; background:#f60; display:inline-block; padding:.213333rem 0;color:#fff; font-size:.426667rem;}
.yun_wap_pay_text{width:100%;height:.746667rem; line-height:.746667rem;border:.026667rem solid #ddd;}
.com_textarea_pay{width:100%;border:none; padding:0; margin:0;height:1.6rem;}
.pay_f_list{width:100%;border-bottom:.026667rem solid #e8e8e8; padding:.266667rem 0; position:relative }
.pay_f_list_box{width:100%; position:relative}
.pay_f_list_box{ font-size:.373333rem;padding-left:1.333333rem;}
.pay_f_list_wx{width:.693333rem;height:.693333rem; display:inline-block; position:absolute;left:.266667rem;top:.213333rem; background:url(../../images/yun_wap_wxzf.png) no-repeat; background-size:100%;}
.pay_f_list_zfb{width:.693333rem;height:.693333rem; display:inline-block; position:absolute;left:.266667rem;top:.346667rem;  background:url(../../images/yun_wap_zfb.png) no-repeat; background-size:100%;}
.pay_f_list_radio{width:.533333rem;height:.533333rem;border:.026667rem solid #ddd; background:#fff; position:absolute;right:.533333rem;top:.266667rem;}
.pay_f_list label{width:100%; display:inline-block}
.yun_wap_pay_text{width:100%;height:.746667rem; line-height:.746667rem;border:.026667rem solid #ddd;}
.wap_member_no_submit{width:80%;height:.933333rem; display:inline-block; line-height:.933333rem; text-align:center;color:#fff; background:#f60;}
.yun_wap_addresume_box_control_box{border:.026667rem solid #ddd}
.bingding_yx_wr{float:left;height:1.333333rem;line-height:1.333333rem;padding-left:.533333rem;}
.bingding_yx{position:absolute;left:10;top:.666667rem;width:.693333rem;height:.693333rem;padding:.213333rem;border-radius:1.333333rem;float:left;display:block;background:#ccc;}
.binding_yx_icon{width:.693333rem;height:.693333rem;background:url(../../images/yx.png) no-repeat center center;display:inline-block;background-size:100%}
.binding_sj_icon{width:.693333rem;height:.693333rem;background:url(../../images/s.png) no-repeat center center;display:inline-block;background-size:100%}
.binding_qq_icon{width:.693333rem;height:.693333rem;background:url(../../images/qq.png) no-repeat center center;display:inline-block; background-size:100%}
.binding_xl_icon{width:.693333rem;height:.693333rem;background:url(../../images/xl.png) no-repeat center center;display:inline-block;background-size:100%}
.binding_wx_icon{width:.693333rem;height:.693333rem;background:url(../../images/xl.png) no-repeat center center;display:inline-block;background-size:100%}
.binding_sf_icon{width:.693333rem;height:.693333rem;background:url(../../images/sf.png) no-repeat center center;display:inline-block;background-size:100%}
.bingding_yx_g{background:#6ab83a;}
.prin_wr{padding-left:1.466667rem;}
.train_wap_hj_img_box{ padding-left:2.666667rem;min-height:2.4rem; position:relative; background:#fff; margin-top:.266667rem;}
.train_wap_hj_img{ position:absolute;left:.266667rem;top:.133333rem;}
.train_wap_hj_tit{ padding-top:.133333rem;}
.train_wap_hj_time{ padding:.133333rem 0;}
.train_wap_hj_bth a{color:#06F}
.train_cl{color:#fff;background:#f90;border-radius:.08rem;font-size:.32rem;padding:.053333rem .16rem;margin-left:.266667rem;}
.synews_box{ background:#fff;border-top:.026667rem solid #eee;border-bottom:.026667rem solid #eee; padding:.266667rem 1.333333rem .266667rem 1.866667rem; position:relative}
.synews_box_h1{ font-size:.426667rem; padding-bottom:.133333rem;}
.synews_box_p{width:100%;height:.533333rem; line-height:.533333rem;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;color:#999}
.synews_box_time{ position:absolute;right:.266667rem;top:.266667rem; font-size:.32rem;color:#999}
.synews_box_n{ background:#f00; padding:0 .186667rem;color:#fff; display:inline-block; position:absolute;right:.266667rem;bottom:.266667rem;border-radius:.533333rem;}
.synews_box_icon{width:1.066667rem;height:1.066667rem; display:inline-block; background:#fdc43c; position:absolute;left:.266667rem;top:.4rem;border-radius:50%;}
.synews_box_icon:after{width:.693333rem;height:.693333rem; background:url(../../images/yun_wap_iconzt.png) no-repeat; background-size:100%;content:''; display:inline-block; position:absolute;left:.213333rem;top:.213333rem}
.synews_box_icon_sx{ background:#5ecfdd}
.synews_box_icon_sx:after{width:.693333rem;height:.693333rem; background:url(../../images/diynews.png) no-repeat; background-size:100%;content:''; display:inline-block; position:absolute;left:.213333rem;top:.213333rem}
.synews_box_icon_pl{ background:#f0685f}
.synews_box_icon_pl:after{width:.64rem;height:.64rem; background:url(../../images/diyzw.png) no-repeat; background-size:100%;content:''; display:inline-block; position:absolute;left:.213333rem;top:.24rem}
.synews_box_icon_mf{ background:#229cf1}
.synews_box_icon_mf:after{width:.64rem;height:.64rem; background:url(../../images/pj.png) no-repeat; background-size:100%;content:''; display:inline-block; position:absolute;left:.213333rem;top:.24rem}
 
/*
new*/
 
.yun_m_tit{ background:#fff;border-bottom:.026667rem solid #eee}
.yun_m_tit li{ display:inline-block;width:49%; text-align:center}
.yun_m_tit li a{ display:block; padding:.32rem 0;}
.yun_m_tit_cur { position:relative;color:#f60;}
.yun_m_tit_cur  a{color:#f60;}
.yun_m_tit_cur:after{width:.8rem;height:.08rem; background:#f60;content:""; position:absolute;left:50%; bottom:0; display:inline-block; margin-left:-0.4rem;}
 
.yun_m_tit_three{ background:#fff;border-bottom:.026667rem solid #eee}
.yun_m_tit_three li{ display:inline-block;width:32%; text-align:center}
.yun_m_tit_three li a{ display:block; padding:.32rem 0;}
.yun_m_tit_cur { position:relative;color:#f60;}
.yun_m_tit_cur  a{color:#f60;}
.yun_m_tit_cur:after{width:.8rem;height:.08rem; background:#f60;content:""; position:absolute;left:50%; bottom:0; display:inline-block; margin-left:-0.4rem;}
.yun_m_tit_four{ background:#fff;border-bottom:.026667rem solid #ddd}
.yun_m_tit_four li{ display:inline-block;width:24%; text-align:center}
.yun_m_tit_four li a{ display:block; padding:.32rem 0;}
.yun_m_tit_five{ background:#fff;border-bottom:.026667rem solid #ddd}
.yun_m_tit_five li{ display:inline-block;width:19%; text-align:center}
.yun_m_tit_five li a{ display:block; padding:.32rem 0;}
.index_header_top{width:100%;height:.8rem; position:relative}
.yun_com_member_index_msg{ position:absolute;right:.533333rem;top:.4rem;}
.yun_com_membersysnews{width:.533333rem;height:.533333rem; background:url(../../images/msg.png) no-repeat; display:inline-block; background-size:100%; position:relative}
.yun_com_membersysnews_n{ background:#f00; padding:0 .133333rem;color:#fff; display:inline-block; position:absolute;left:.373333rem;top:-0.213333rem;border-radius:.533333rem; line-height:.48rem;}
.yun_user_membersysnews{width:.533333rem;height:.533333rem; background:url(../../images/msg.png) no-repeat; display:inline-block; background-size:100%; position:absolute;right:.533333rem;top:.4rem;}
.yun_com_member_index_set{ position:absolute;right:1.466667rem;top:.4rem;}
.yun_com_member_index_set_icon{width:.533333rem;height:.533333rem; background:url(../../images/set.png) no-repeat; display:inline-block; background-size:100%; position:relative}
 
.yunset_list{ margin-bottom:0;}
.yunset_list_tip{ position:absolute;right:.933333rem;top:.4rem;color:#cccaca; font-size:.32rem;}
.yunset_list_newmsg{ display:inline-block; font-size:12px; background:#f00; padding:0 .213333rem;border-radius:.533333rem; margin-left:.266667rem;color:#fff}
.yunset_list a{ display:block;color:rgba(0,0,0,.87)}
.yunset_bth_box{ padding:.4rem 0;}
.yunset_bth_box  input{ margin:0; padding:0;border:none;color:#fff;border-radius:0;}
.yunset_bth{width:100%;height:1.2rem;background: -webkit-linear-gradient(left, #4386f4 , #4386f4);border:none;color:#fff; font-size:.4rem;}
.yunset_bth_box button{width:100%;height:1.2rem;background: -webkit-linear-gradient(left, #2a8f4d , #2a8f4d);border:none;color:#fff; font-size:.4rem;margin:0; padding:0;border:none;color:#fff;border-radius:0;}
.yunset_list_max{height:1.6rem; line-height:1.066667rem;}
.yunset_list_maxheight{ display:inline-block; line-height:.8rem;}
.yunset_list_tx{width:1.066667rem;height:1.066667rem; position:absolute;right:.533333rem;top:.213333rem;}
.yunset_list_tx img{width:1.066667rem;height:1.066667rem;border-radius:50%;border:.026667rem solid #eee}
.yunset_logout{ padding:.266667rem 0; text-align:center; background:#fff;border-top:.026667rem solid #e6e6e6; margin-bottom:.533333rem;}
.yunset_box_photo { display:block; padding:.346667rem .266667rem .346667rem 1.866667rem;; background:#fff;border-top:.026667rem solid #e6e6e6; position:relative}
.yunset_box_photo img{width:1.066667rem;height:1.066667rem;border-radius:50%;border:.08rem solid #fff; position:absolute;left:.266667rem;top:.266667rem;}
.yunset_list_ewm { position:absolute;right:.853333rem;top:.213333rem;}
.yunset_list_ewm img{width:.8rem;height:.8rem;border-radius:50%;border:.08rem solid #fff; }
.yunset_box_info{color:#999}
.yunset_box_photo:after{content: ' ';position: absolute;top: 50%;margin-top: -0.106667rem;right: .533333rem;width: .213333rem;height: .213333rem;border: #b2b2b2 solid;-webkit-transform: rotate(45deg);border-width: .026667rem .026667rem 0 0; }
 
.yunset_box_cominfo{ display:block; padding:.346667rem .266667rem .346667rem 1.866667rem;; background:#fff;border-top:.026667rem solid #e6e6e6; position:relative}
.yunset_box_cominfo img{width:1.066667rem;height:1.066667rem;border:.026667rem solid #eee; position:absolute;left:.266667rem;top:.4rem;}
.yunset_box_cominfo:after{content: ' ';position: absolute;top: 50%;margin-top: -0.106667rem;right: .533333rem;width: .213333rem;height: .213333rem;border: #b2b2b2 solid;-webkit-transform: rotate(45deg);border-width: .026667rem .026667rem 0 0; }
 
 
 
.yunset_password li{ display:block; padding:.346667rem .346667rem .346667rem 2.666667rem;; background:#fff;border-top:.026667rem solid #e6e6e6; position:relative}
.yunset_password_mname{width:2.133333rem;height:.8rem; line-height:.8rem;; position:absolute;left:.533333rem;top:.213333rem;}
.yunset_text{width:100%;height:.533333rem; line-height:.533333rem; text-align:right;border:none;color:#999}
.yunset_password input{width:100%;height:.533333rem; line-height:.533333rem; text-align:left;border:none;color:#999; padding:0; margin:0; font-size:.373333rem;}
.yunset_password li .mui-input-row .mui-input-clear~.mui-icon-clear, .mui-input-row .mui-input-password~.mui-icon-eye, .mui-input-row .mui-input-speech~.mui-icon-speech{top:0;}
.yunset_identity_box{ padding:.533333rem;}
.yunset_identity{border:.053333rem dashed #dcdcdc;height:5.76rem; background:#fff; padding:.266667rem; text-align:center; position:relative}
.yunset_identity_tip{ padding-bottom:.266667rem;}
.yunset_identity_tip_c{color:#999; padding-bottom:.266667rem;}
.yunset_identity_pic{width:100%;height:3.2rem; position:relative}
.yunset_identity_pic_tj{width:2.133333rem;height:2.133333rem;position:absolute;left:50%; margin-left:-1.066667rem;top:.8rem; font-size:3.733333rem;color:#eee; z-index:8; background:url(../../images/yun_sf_icon.png) no-repeat; background-size:100%; display:inline-block}
.yunset_identity_pic_file{width:100%;height:5.333333rem; position:absolute;left:0;top:0; opacity:0; z-index:10}
.yunset_identity_pic_img{width:100%;height:5.333333rem;position:absolute;left:0;top:.266667rem;z-index:9; }
 
.yunset_identity_pic_img img{ max-width:8rem; max-height:3.2rem; min-height:2.4rem; min-width:2.133333rem;}
.yunset_identity_msg{ text-align:center;color:#999;}
.yunset_identity_msg_icon{width:.426667rem;height:.426667rem; background:url(../../images/msg_icon.png) no-repeat; background-size:100%; display:inline-block; vertical-align:middle; margin-right:.266667rem;}
.yunset_sj_box{ padding:0 2.133333rem 0 .8rem;}
.yunset_sjtext{width:100%;height:.533333rem; line-height:.533333rem; text-align:left;border:none;color:#999}
.yunset_sj_yzm{ position:absolute;right:.533333rem;top:.346667rem;color:#093}
.yunset_sj_boxyzm{ position:absolute;right:.533333rem;top:.186667rem;color:#093}
/*积分*/
.yun_m_reward_list{ padding:0 .266667rem}
.yun_m_reward_list li{border:.026667rem solid #eee; background:#fff; margin-top:.266667rem;}
.yun_m_reward_info{ padding:.266667rem .266667rem .266667rem 2.133333rem; position:relative; font-size:.346667rem;}
.yun_m_reward_photo{width:1.6rem;height:1.6rem; position:absolute;left:.266667rem;top:.4rem;}
.yun_m_reward_info_sp_n{ font-size:.426667rem;color:#f00}
.yun_m_reward_info_name{ font-size:.426667rem;}
.yun_m_reward_tel{border-top:.026667rem solid #eee; padding:.266667rem; line-height:.693333rem;color:#333}
.yun_m_reward_info_time{color:#999}
.yun_m_reward_cz{width:100%;height:1.066667rem; line-height:1.066667rem;  position:relative;border-top:.026667rem solid #eee;}
.yun_m_reward_cz_sh{ padding-left:.266667rem;color:#999}
.yun_m_reward_cz_qx{width:2.133333rem;height:.8rem; line-height:.8rem; position:absolute;right:.266667rem;top:.133333rem; background:#f60;color:#fff;border-radius:.08rem; display:inline-block; text-align:center}
.yun_m_reward_info_sp{ text-align:left; padding-top:.133333rem;}
.yun_com_msg{ background:#f4cd6e; padding:.133333rem .266667rem; font-size:.373333rem;}
.yun_usermember_qd{ position:absolute;right:2.133333rem;top:-1.386667rem; }
.yun_usermember_qdbth{ display:inline-block; background:#fbb80e;color:#fff; padding:.053333rem .16rem .053333rem .666667rem; position:relative; font-size:.32rem;border-radius:.053333rem; }
.yun_usermember_qdbth:after{width:.426667rem;height:.426667rem;background:url(../../images/yun_m_time.png) no-repeat;background-size:100%;content:""; display:inline-block; position:absolute;left:.133333rem;top:.053333rem; opacity:0.8}.yunset_identity_tip_a{width:3.466667rem;height:.853333rem; line-height:.853333rem; text-align:center; background:#139905;color:#fff; display:inline-block;border-radius:.533333rem; font-size:.32rem;}
.photo_cz_bth{width:100%;position: absolute;top:.533333rem;left:0; z-index: 1; text-align:center}
.photo_cz_bth button{width:2.133333rem;height:1.013333rem; padding:0; padding:0;border:none; margin-left:.266667rem; margin-right:.266667rem;}
.photo_cz_bth  .photo_cz_bth_qd{width:2.133333rem; display:inline-block}
.photo_cz_bth  .photo_cz_bth_qd button{ background:#f60;color:#fff}
.yun_usermember_integral_list li{ padding:10px 10px 10px 50px ; position:relative;border-bottom:1px solid #eee}
.yun_usermember_finance_tx a{width:100%;height:45px; line-height:45px; text-align:center; background:#dddddd;color:#333;border-radius:3px; display:block; font-size:16px;}
.yun_usermember_financebg{width:100%;height:110px; background: #3b7cff }
.yun_usermember_financecombg{width:100%;height:120px; background: linear-gradient(90deg, #3366cc, #3366cc); }
.yun_usermember_financepxbg{width:100%;height:120px; background: linear-gradient(90deg, #2a8f4d, #2a8f4d); }
.yun_usermember_financebox{ padding:0px 20px;}
.yun_usermember_financezm{width:100%;height:80px; position:relative}
.yun_usermember_financezm_box{width:100%; position:absolute;left:0px;top:-78px; background:#fff;border-radius:5px;}
.yun_usermember_financezm_mx{width:49%; display:inline-block}
.yun_usermember_financezm_box_c{ padding:10px ; position:relative}
.yun_usermember_financezm_n{ font-size:24px;color:#f60;}
.yun_usermember_financezm_lookmx{ font-size:12px;color:#999; margin-left:10px;}
.yun_usermember_financezm_mx_line{ position:relative}
.yun_usermember_financezm_mx_line:after{width:1px;height:30px; background:#ddd;  position:absolute;right:30px;top:10px;content:""; display:inline-block}
.yun_usermember_finance_cz{border-top:1px solid #eee; }
.yun_usermember_finance_cz li{ width:32%;display:inline-block; text-align:center}
.yun_usermember_finance_cz li a{ display:block; padding:40px 0 10px 0; position:relative}
.yun_usermember_financezm_photo{width:50px;height:50px; position:absolute;right:15px;top:-25px;}
.yun_usermember_financezm_photo img{width:50px;height:50px;border-radius:50%;border:2px solid #fff}
.yun_usermember_finance_cz_icon:after{width:26px;height:26px;content:""; position:absolute;left:50%; margin-left:-13px;top:10px; font-size:140px;color:#eee; z-index:9;display:inline-block}
.yun_usermember_finance_cz_rw:after{background:url(../../images/yun_m_rw.png) no-repeat; background-size:100%;}
.yun_usermember_finance_cz_jf:after{background:url(../../images/yun_m_jf.png) no-repeat; background-size:100%;}
.yun_usermember_finance_cz_jl:after{background:url(../../images/yun_m_jl.png) no-repeat; background-size:100%;}
.yun_usermember_finance_pay a{width:100%;height:45px; line-height:45px; text-align:center; background:#0195ff;color:#fff;border-radius:3px; display:block; font-size:16px;}
 
.yun_usermember_finance_reward{ background:#fff;border-radius:5px; margin-top:20px;}
.yun_usermember_finance_reward_h1{padding:10px;border-bottom:1px solid #eee; position:relative; font-size:16px;}
.yun_usermember_finance_reward_more{ position:absolute;right:10px;top:10px;color:#999; font-size:12px;}
.yun_usermember_finance_reward_list{width:49%; display:inline-block; text-align:center; position:relative}
.yun_usermember_finance_reward_list_p{ padding:10px 0 5px 0;color:#999}
.yun_usermember_finance_reward_list_n{ font-size:24px;color:#fb3d59; padding-bottom:20px;}
.yun_usermember_finance_reward_list_line:after{width:1px;height:40px; background:#ddd;  position:absolute;right:0px;top:25px;content:""; display:inline-block}
.yun_usermember_integral{width:100%; text-align:center; padding-top:10px;color:#fff; font-size:16px;}
.yun_usermember_integral_n{ font-size:24px;color:#e4fe09; display:inline-block; padding:0px 5px;}
.yun_usermember_integral_b{ position:relative;height:80px; background:#fff}
.yun_usermember_integral_line{width:100%;height:50px; position:absolute;left:0px;top:-50px; background:url(../../images/yun_m_line.png) no-repeat; background-size:100%;}
.yun_usermember_integral_nav li{width:24%; display:inline-block}
.yun_usermember_integral_nav li a{ display:block; text-align:center; padding-top:50px; position:relative}
.yun_usermember_integral_nav_icon{width:40px;height:40px;position:absolute;left:50%; margin-left:-20px;top:5px; font-size:140px;color:#eee; z-index:9;display:inline-block;}
.yun_usermember_integral_nav_icondh{background:url(../../images/yun_m_jf1.png) no-repeat; background-size:100%;}
.yun_usermember_integral_nav_iconmx{background:url(../../images/yun_m_jf2.png) no-repeat; background-size:100%;}
.yun_usermember_integral_nav_icongz{background:url(../../images/yun_m_jf3.png) no-repeat; background-size:100%;}
.yun_usermember_integral_nav_iconsc{background:url(../../images/yun_m_jf4.png) no-repeat; background-size:100%;}
.yun_usermember_integral_box{  background:#fff; margin-top:15px;}.yun_usermember_integral_list{ padding:0px 10px;}
.yun_integral_name{ font-size:16px; padding-bottom:5px;}
.yun_integral_n{color:#999}
.yun_integral_a{width:80px;height:30px; line-height:30px; text-align:center; display:inline-block; background:#2a8f4d; color:#fff;border-radius:20px;position:absolute;right:0px;top:10px;}
.yun_usermember_integral_box_h1{ font-size:16px; padding:10px;border-bottom:1px solid #eee}
.yun_integral_bth{width:80px;height:30px; line-height:30px; text-align:center; display:inline-block; background:#cdcdcd; color:#fff;border-radius:20px;position:absolute;right:0px;top:10px;}
.yun_integral_icon{width:30px;height:30px;position:absolute;left:5px;top:15px; font-size:140px;color:#eee; z-index:9;display:inline-block;}
.yun_integral_icon_qd{background:url(../../images/qd.png) no-repeat; background-size:100%;}
.yun_integral_icon_yq{background:url(../../images/jf_yq.png) no-repeat; background-size:100%;}
.yun_integral_icon_ws{background:url(../../images/rqt.png) no-repeat; background-size:100%;}
.yun_integral_icon_sc{background:url(../../images/jf_logo.png) no-repeat; background-size:100%;}
.yun_integral_icon_dl{background:url(../../images/rnr.png) no-repeat; background-size:100%;}
.yun_integral_icon_rzyx{background:url(../../images/jf_yxrz.png) no-repeat; background-size:100%;}
.yun_integral_icon_rzsj{background:url(../../images/jf_sjrz.png) no-repeat; background-size:100%;}
.yun_integral_icon_map{background:url(../../images/map_nav.png) no-repeat; background-size:100%;}
.yun_integral_icon_banner{background:url(../../images/banner.png) no-repeat; background-size:100%;}
.yun_integral_icon_rzz{background:url(../../images/jf_yz.png) no-repeat; background-size:100%;}
.yun_integral_icon_fbwt{background:url(../../images/yun_wap_u_ask.png) no-repeat; background-size:100%;}
.yun_integral_icon_hdwt{background:url(../../images/gt.png) no-repeat; background-size:100%;}
.yun_integral_icon_plwt{background:url(../../images/yun_wap_u_bm.png) no-repeat; background-size:100%;}
.yun_integral_icon_yz{background:url(../../images/jf_sf.png) no-repeat; background-size:100%;}
.yun_integral_icon_fbjl{background:url(../../images/yun_m_icon1.png) no-repeat; background-size:100%;}
.yun_integral_icon_sctx{background:url(../../images/rg.png) no-repeat; background-size:100%;}
.loglist_box{    background: #fff;padding: .266667rem;border-bottom: .026667rem solid #eee; position:relative}
.loglist_box_list{width:49%; display:inline-block;border-right:.026667rem solid #eee; text-align:center;color:#999}
.loglist_bth{ display:inline-block; width:100%;height:1.066667rem; line-height:1.066667rem; text-align:center; background:#f60;color:#fff;border-radius:.133333rem; position:relative}
.loglist_bth:after{width:.48rem;height:.48rem; background:url(../../images/yun_m_qb.png) no-repeat; background-size:100%;content:''; display:inline-block; position:absolute;left:50%; margin-left:-1.466667rem;top:.32rem;}
.loglist_zhbth{ display:inline-block; width:100%;height:1.066667rem; line-height:1.066667rem; text-align:center; background:#fff;color:#3366cc;border-radius:.133333rem; position:relative;border:.026667rem solid #ddd}
.loglist_zhbth:after{width:.48rem;height:.48rem; background:url(../../images/yun_m_sx.png) no-repeat; background-size:100%;content:''; display:inline-block; position:absolute;left:50%; margin-left:-2.266667rem;top:.32rem;}
.loglist_box_n{color:#f60; font-size:.533333rem}
.loglist_tips{ padding:.133333rem .266667rem; line-height:.613333rem; background:#fcf2f2;color:#ff6a6a}
.loglist_bth_box{ padding:.533333rem .533333rem .266667rem .533333rem;}
.user_member_box{ padding:.266667rem .266667rem; line-height:.746667rem;}
.pt_ly_bth{ padding:.266667rem;}
.pt_ly_bth input{width:100%;height:1.013333rem; line-height:1.013333rem; margin:0; padding:0}
 
.yunset li{ display:block; padding:13px 0px 13px 0px; font-size:16px; background:#fff;border-top:1px solid #e6e6e6; position:relative}
.yunset li:after{content: ' ';position: absolute;top: 50%;margin-top: -4px;right: 10px;width: 8px;height: 8px;border: #b2b2b2 solid;-webkit-transform: rotate(45deg);border-width: 1px 1px 0 0; }
.yunset li a{ display:block}
.yunset li:first-child{border:none;}
.yunset_tip{ position:absolute;right:22px;top:15px;color:#999;font-size:13px; text-align:right; display:inline-block}
.yunset_yx .yunset_tip{top:8px; font-size:12px;}
.yunset_yx_name{ font-size:13px; }
.yunset_list li{ display:block; padding:4px 20px 4px 100px;min-height: 40px; background:#fff;border-top:1px solid #e6e6e6;  position:relative;text-overflow: ellipsis;overflow: hidden;}
.yunset_list li:hover{ background:#f8f8f8}
.yunset_list  li:after{content: ' ';position: absolute;top: 50%;margin-top: -4px;right: 10px;width: 8px;height: 8px;border: #b2b2b2 solid;-webkit-transform: rotate(45deg);border-width: 1px 1px 0 0; }
.yunset_list_name{width:130px; position:absolute;left:15px;top:12px; display:inline-block; font-size:15px;color:#666}
.yunset_xttip{ font-size:12px;color:#b4b6c5; margin-left:5px; font-weight:normal}
.yunset_list  .yunset_list_text:after{ display:none;}
.yunset_list  .yunset_list_text input{border:none;padding:0px;}
.yunset_list_commentary{width:100%; display:block;color:#999;height:40px; line-height:40px; text-align:right}
.yunset_kg{width:50px; position:absolute;right:10px;top:5px;}
.yunset_kg_box{height:40px;}
.yunset_list select{ margin:0; padding:0;}
.yunset_list_commentary_two{ position:absolute;right:35px;top:8px;color:#999; font-size:12px; text-align:right}
.yunset_list_commentary_ewm{width:20px;height:20px; display:inline-block; position:absolute;right:33px;top:14px; background:url(../../images/yun_m_ewm.png) no-repeat; background-size:100%; }
.yunset_list button,.yunset_list input{width:100%;height:40px; line-height:40px; margin:0px; padding:0px;border:none; text-align:right; font-size:14px;color:#000; background:none;}
.yunset_list input::-webkit-input-placeholder{color:#999;}
.yunset_list_js{height:40px; line-height:40px;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.yunset_list_xzbox{ padding-right:50px; position:relative}
.yunset_list_xz{ position:absolute;right:0px;top:2px; line-height:40px;}
.yun_wap_info_brief{ padding:0px 0px 20px 0px; background:#fff}
.yun_wap_info_brief_c{ padding:10px}
.yun_wap_info_brief textarea{border:none;}
.yun_wap_info_brief_tit{ padding:10px 0;}
.yun_wap_info_brief_tit_bc{ display:block;height:45px; line-height:45px; text-align:center; background:#4386f4 ;color:#fff; font-size:15px;border-radius:5px; }
.yun_info_fl{ background:#fff; padding:20px 0; }
.yun_info_fl_c{padding:0px 0 0px 10px; }
 
.yun_info_fl_tit{ font-size:15px; padding-bottom:5px;}
.yun_info_fl_list{width:48%;border:1px solid #eee;margin-top:10px; display:inline-block; margin-right:3px; color:#666; position:relative; vertical-align:top}
 
.yun_info_fl_list_cur{ background:  #fff;  border: 1px solid #f60;color:#f60;}
.yun_info_fl_list .mui-checkbox, .mui-radio{ margin-top:5px; margin-bottom:3px;}
.yun_info_fl_zdy_tip{ padding-top:15px;color:#999}
.yun_info_fl_zdy{ padding:15px 120px 0px 0px; position:relative}
.yun_info_fl_zdy input{ padding:0; margin:0;height:34px;border:1px solid #eee; text-indent:10px; font-size:14px;}
.yun_info_fl_zdy_tj{width:100px; position:absolute;right:10px;top:15px;}
.yun_info_fl_zdy_tj button{ width:100%;padding:0; margin:0;height:34px; background:#f8f8f8;border:1px solid #eee;color:#333}
 
.yun_info_fl_zj{ padding:10px 60px 10px 110px; position:relative}
.yun_info_fl_zj_c{width:80px;height:38px; padding-left:10px; position:absolute;left:10px;top:10px;border:1px solid #eee;border-radius:3px; overflow:hidden}
.yun_info_fl_zj_c button{ margin:0;width:80px;height:38px; font-size:14px; padding:0; text-align:left;border:none;}
.yun_info_fl_zj_c:after{content: ' ';position: absolute;top: 50%;margin-top: -5px;right: 10px;width: 8px;height: 8px;border: #b2b2b2 solid;-webkit-transform: rotate(135deg);border-width: 1px 1px 0 0; }
.yun_info_fl_zj_dw{ position:absolute;right:10px;top:10px; display:inline-block; line-height:38px;}
.yun_info_fl_zj input{border:1px solid #eee; margin:0;height:38px;}
 
.yunset_list_jobadd_tip{ text-align:center; padding:10px 0; font-size:12px;color:#999}
.yunset_list_jobadd_tip_name{ font-size:15px;color:#555; padding-bottom:5px;}
.yunset_addresume_tit{ padding:10px; background:#fff}
.yunset_addresume_tit_p{ font-size:16px; padding-bottom:5px;}
.yunset_addresume_tittip{ font-size:13px;color:#999}
.yun_info_textarea{ padding-right:10px; padding-top:10px;}
.yun_info_textarea textarea{border:1px  solid #eee; padding:5px;}
.bingding_yx_wr{float:left;height:50px;line-height:50px;padding-left:20px;}
.bingding_yx{position:absolute;left:10px;top:19px;width:36px;height:36px;border-radius:50px;float:left;display:block;background:#ccc;}
.binding_yx_icon{width:26px;height:26px;background:url(../../images/yx.png) no-repeat center center;display:inline-block;}
.binding_sj_icon{width:26px;height:26px;background:url(../../images/s.png) no-repeat center center;display:inline-block;}
.binding_qq_icon{width:26px;height:26px;background:url(../../images/qq.png) no-repeat center center;display:inline-block;}
.binding_xl_icon{width:26px;height:26px;background:url(../../images/xl.png) no-repeat center center;display:inline-block;}
.binding_wx_icon{width:26px;height:26px;background:url(../../images/xl.png) no-repeat center center;display:inline-block;}
.binding_sf_icon{width:26px;height:26px;background:url(../../images/sf.png) no-repeat center center;display:inline-block;}
 
.bingding_box li{ background:#fff;border-top:1px solid #eee; padding:10px 110px 10px 70px; position:relative; margin-top:15px;}
.bingding_box_name{ font-weight:bold;}
.bingding_box_p{ padding-top:5px;color:#999}
.bingding_box_bth{ position:absolute;right:10px;top:50%; margin-top:-15px; border:1px solid #3366cc;border-radius:20px;padding:3px 12px;color:#3366cc; font-size:12px;}
.bingding_box_iconbg{width:38px;height:38px; background:#ccc; position:absolute;left:10px;top:50%; margin-top:-19px;border-radius:5px;}
.bingding_box_bth_jc{ position:absolute;right:10px;top:50%; margin-top:-15px; border:1px solid #FF9800;border-radius:20px;padding:3px 12px;color:#FF9800;font-size:12px;}
.bingding_box_iconqq{width:26px;height:26px; background:url(../../images/qq.png) no-repeat; background-size:100%; display:inline-block; margin-top:5px; margin-left:5px;}
.bingding_box_iconwx{width:26px;height:26px; background:url(../../images/w.png) no-repeat; background-size:100%; display:inline-block; margin-top:5px; margin-left:5px;}
.bingding_box_iconxl{width:26px;height:26px; background:url(../../images/xl.png) no-repeat; background-size:100%; display:inline-block; margin-top:5px; margin-left:5px;}
.bingding_box_iconsj{width:26px;height:26px; background:url(../../images/s.png) no-repeat; background-size:100%; display:inline-block; margin-top:5px; margin-left:5px;}
.bingding_box_iconyx{width:26px;height:26px; background:url(../../images/yx.png) no-repeat; background-size:100%; display:inline-block; margin-top:5px; margin-left:5px;}
.bingding_box_iconzz{width:26px;height:26px; background:url(../../images/sf.png) no-repeat; background-size:100%; display:inline-block; margin-top:5px; margin-left:5px;}
.bingding_box_iconmj{width:26px;height:26px; background:url(../../images/mj.png) no-repeat; background-size:100%; display:inline-block; margin-top:5px; margin-left:5px;}
.bingding_box_iconqfy{width:26px;height:26px; background:url(../../images/qfy.png) no-repeat; background-size:110%; display:inline-block; margin-top:9px; margin-left:7px;}
 
.bingding_yx_g{background:#6ab83a;}
.bingding_yx_qq{background:#418ff2;}
.bingding_yx_xl{background:#f0383d;}