crm.css
22.1 KB
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
/*common css*/
*{font-family:Arial;color:#333;-webkit-appearance:none;}
body{margin:0;padding:0;background-color: #fff;}
.b{font-weight: bold;}
a{ text-decoration: none;}
.header, .footer, .content { position: absolute; left: 0; right: 0; }
.header { height: 45px; top: 0; background-color:#0161c9;color:#fff; z-index: 1; }
.header .left{font-size:15px;font-weight:normal;margin-left: 15px;color: #fff;height: 45px;line-height: 45px;margin-right: 35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.header .right{float:right;height:45px;line-height: 45px;color: #fff;font-size:15px;position: absolute;right: 5px;top:0px;}
.header .rightLike{float:right;height:45px;line-height: 45px;color: #fff;font-size:15px;position: absolute;right: 40px;top:0px;}
.header .addBtn{background:url("/mobile/plugin/crm_new/images/add_white.gif") no-repeat;background-size:13px 13px;background-position: center center;width:24px;}
.header .rightLike{float:right;height:45px;line-height: 45px;color: #fff;font-size:15px;position: absolute;right: 40px;top:0px;}
.header .rightLike{float:right;height:45px;line-height: 45px;color: #fff;font-size:15px;position: absolute;right: 40px;top:0px;}
.header .okBtn{background:url("/mobile/plugin/crm_new/images/check_white.gif") no-repeat;background-size:13px 13px;background-position: center center;width:24px;}
.content { padding: 0px; position: absolute; top: 45px; bottom: 0px; overflow: auto; -webkit-overflow-scrolling: touch; }
.footer { bottom: 0; background-color: #f6f6f6; z-index: 3; }
.panel.out { display: none; }
/*tab*/
div.tab{text-align:center;background-color:#0161c9;padding:11px 0 12px 0;}
div.tab ul{list-style:none;margin:0;padding:0;}
div.tab ul li{display:inline;padding:4px 15px;margin:0 -5px 0 0;font-size:12px;color:#fff;border:1px solid #017afd;border-right: 0;}
div.tab ul li:first-child{border-radius:3px 0 0 3px;}
div.tab ul li:last-child{border-radius:0 3px 3px 0;border:1px solid #017afd;}
div.tab ul li.selected{color:#fff;background-color:#017afd;}
div.tab ul li.more{position:relative;padding:4px 25px 4px 15px;}
div.tab ul li.more:after {content:"";width:15px;height:100%;position:absolute;right:10px;top:0px;background:url("/mobile/plugin/crm_new/images/arrow_down.png") no-repeat center center;background-size:8px 5px;}
/*list*/
div.listSearch{background-color:#f0f0f0;padding:6px 15px;position: relative;height: 40px;box-sizing: border-box;}
div.listSearch input{border:1px solid #e5e5e5;border-radius:50px;background-color:#fff;padding:0px 10px 0px 30px;width:100%;height:28px;box-sizing: border-box;}
div.listSearch .btn{position:absolute;top:13px;left:25px;width:14px;}
div.listContent{position: absolute;top: 40px;bottom: 0px;left: 0px;width: 100%;overflow: hidden;transition:top 0.3s;-webkit-transition: top 0.3s;background-color:#fff;z-index:2;}
ul.list{list-style:none;margin:0;padding:0 15px;overflow: hidden;}
ul.list li{border-bottom:1px solid #f4f4f4;padding:8px 0;position: relative;}
ul.list li > a{display: block;-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;}
ul.list li img.cimg{width:40px;height:40px;border-radius: 40px;float: left;margin:1px 0 0 0;}
ul.list li img.min{width:40px;height:40px;float: left;margin:1px 0 0 0;}
ul.list li div{color:#999;font-size:12px;}
ul.list li div.title{color:#333;font-size:14px !important;padding:1px 0 2px 0;word-break:break-all;}
ul.list li div.flag{font-size:10px;font-weight:normal;color:#fff;background-color:#eb6100;border-radius:10px;padding:2px 8px;margin:2px 0 0 10px;float:right;}
.flag2{background-color: #333 !important;}
.flag3{background-color: #0161c9 !important;}
.flag4{background-color: green !important;}
.flag5{background-color: #4572a7 !important;}
.flag6{background-color: #aa4643 !important;}
.flag7{background-color: #89a54e !important;}
.flag8{background-color: #80699b !important;}
.flag9{background-color: #92a8cd !important;}
.flag10{background-color: #db843d !important;}
ul.list li div .contactinfo{color: #999;}
ul.list li div.distance{background-color: none;position: absolute;right: 3px;bottom: 8px;color:#0161c9;}
.no_data{color:#ccc;font-size: 14px;text-align: center;padding:10px 0px;display: none;}
.load_more{color: #017afd;font-size: 14px;cursor: pointer;text-align: center;padding: .7em 1em;display: none;}
/*loading*/
.crm_loading{display: none;}
.spinner {margin: 10px auto 10px;text-align: center;}
.spinner > div {width: 10px;height: 10px;background-color: #0161c9;border-radius: 100%;display: inline-block;-webkit-animation: bouncedelay 1.4s infinite ease-in-out;animation: bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.spinner .bounce1 {-webkit-animation-delay: -0.32s;animation-delay: -0.32s;}
.spinner .bounce2 {-webkit-animation-delay: -0.16s;animation-delay: -0.16s;}
@-webkit-keyframes bouncedelay {0.1%, 80%, 100% { -webkit-transform: scale(0.0) }40% { -webkit-transform: scale(1.0) }}
@keyframes bouncedelay {0.1%, 80%, 100% {transform: scale(0.0);-webkit-transform: scale(0.0);} 40% {transform: scale(1.0);-webkit-transform: scale(1.0);}}
/*tab bar*/
.tabBar {-webkit-font-smoothing: antialiased;display: table;width: 100%;height: 40px;padding: 0;table-layout: fixed;border-top: 1px solid #ddd;border-bottom: 0;background-color: #fff;-webkit-backface-visibility: hidden;backface-visibility: hidden;box-sizing: border-box;}
.tabBar .tab-item{display: table-cell;width: 1%;height: 40px;color: #999;text-align: center;vertical-align: middle;text-decoration: none;-webkit-tap-highlight-color: transparent;box-sizing: border-box;}
.tabBar .tab-item.active, .tabBar .tab-item:active {color: #017afd;}
.tabBar .tab-item .icon {position: relative;top: 3px;display: inline-block;width: 18px;height: 18px;padding-top: 0;padding-bottom: 0;box-sizing: border-box;z-index: 20;background-repeat: no-repeat;background-size: 18px 18px; }
.tabBar .tab-item .icon ~ .tab-label {display: block;font-size: 10px;box-sizing: border-box;color: #999;}
.tabBar .tab-item.active .icon ~ .tab-label {color:#017afd}
.icon-crm{background-image: url("/mobile/plugin/crm_new/images/bar/1.gif");}
.active .icon-crm{background-image: url("/mobile/plugin/crm_new/images/bar/1b.gif");}
.icon-business{background-image: url("/mobile/plugin/crm_new/images/bar/2.gif");}
.active .icon-business{background-image: url("/mobile/plugin/crm_new/images/bar/2b.gif");}
.icon-partner{background-image: url("/mobile/plugin/crm_new/images/bar/3.gif");}
.active .icon-partner{background-image: url("/mobile/plugin/crm_new/images/bar/3b.gif");}
.icon-people{background-image: url("/mobile/plugin/crm_new/images/bar/4.gif");}
.active .icon-people{background-image: url("/mobile/plugin/crm_new/images/bar/4b.gif");}
.icon-contacter{background-image: url("/mobile/plugin/crm_new/images/bar/5.png");}
.active .icon-contacter{background-image: url("/mobile/plugin/crm_new/images/bar/5b.png");}
/*form*/
form{margin: 0px;padding: 0px;}
form .field{border-bottom: 1px solid #f5f5f5;height: 40px;padding-left: 85px;position: relative;}
form .field > div:nth-child(1){color: #666;font-size: 14px;height: 100%;left: 0;line-height: 40px;overflow: hidden;padding-left: 15px;position: absolute;text-overflow: ellipsis;top: 0;white-space: nowrap;}
form .field > div:nth-child(2){padding-right: 15px;height:100%}
form .field.vertical{padding-left:0px !important;height:auto;}
form .field.vertical > div:nth-child(1){height: 28px;position: static;width: auto;}
form .field.vertical > div:nth-child(2){padding: 5px 15px;}
form.biger .field{padding-left: 90px;}
form.biger .field > div:nth-child(1){width: 80px;}
form .field input[type="text"],form .field input[type="search"],form .field input[type="number"],form .field input[type="email"],form .field input[type="tel"]{border: 0 none;font-size: 14px;height: 40px;line-height: 20px;padding: 0;width: 100%;}
form .field a.more{display: block;background:url(/mobile/plugin/crm_new/images/rArrow999.gif) no-repeat;background-size:6px 10px;background-position: center right;height: 100%;position: relative;}
form .field a.more div{height: 100%;line-height: 40px;font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
form .field .tip{position: absolute;top: 0px;left: 0px;color: #aaa;}
form .field.hasValue .tip{display: none;}
form .field .clear-btn{position: absolute;right: 22px;top: 0;width: 30px;height: 40px;background: url("/mobile/plugin/crm_new/images/lego_icon_del.png") no-repeat;background-position: 5px center;background-size: 13px 12px;cursor: pointer;display: none;}
form .field.hasValue .clear-btn{display: block;}
.form_msg{position: absolute;margin-top: 20%;left: 15%;right: 15%;text-align: center;background-color: rgba(0,0,0,0.8);color: #fff;font-size: 14px;padding: 10px 0px;border-radius: 3px;z-index:1;display: none;}
.common_msg{position: absolute;top: 40%;left: 15%;right: 15%;z-index:10;text-align: center;background-color: rgba(0,0,0,0.8);color: #fff;font-size: 14px;padding: 10px 0px;border-radius: 3px;display: none;-webkit-animation-duration: 200ms;animation-duration: 200ms;-webkit-animation-fill-mode: both; animation-fill-mode: both;}
.common_msg.show{-webkit-animation-name: fin;animation-name: fin;}
@-webkit-keyframes fin{ 0%{ opacity: 0.5; -webkit-transform: scale(0.8,0.8);} 100%{ opacity: 1; -webkit-transform: scale(1,1);} }
@keyframes fin{ 0%{ opacity: 0.5; transform: scale(0.8,0.8);} 100%{ opacity: 1; transform:scale(1,1);} }
/*????check*/
ul.hori_check{list-style: none;margin: 0px;padding: 0px;}
ul.hori_check li{background-color:#fff;border: 1px solid #0161c9;border-radius:30px;color:#0161c9;display: inline-block;margin: 2px 5px 3px 0px;padding:2px 10px;font-size: 12px;cursor: pointer;}
ul.hori_check li.checked{background: #0161c9;border: 1px solid #0161c9;color: #fff;}
/*????check??????????????????form????*/
ul.btnSelect{margin:10px 0;padding:0;list-style: none;}
ul.btnSelect li{display: inline-block;padding:3px 8px;margin:5px 5px 0 0;border:1px solid #0161c9;border-radius: 30px;color:#0161c9;font-size:12px;}
ul.btnSelect li.checked{background-color:#0161c9;color:#fff;}
/*??????????*/
.as_btn{height: 100%;width: 60px;position: absolute;top: 0px;right: 15px;z-index: 90;padding-top: 15px;padding-right: 6px;padding-left: 32px;box-sizing: border-box;cursor: pointer;}
.as_btn div{background: #aaa;}
.as_btn .line{height: 1px;width: 11px;margin-left: 2px;margin-bottom: 3px;}
.as_btn .line.one{width: 14px;}
.as_btn .line.three{width: 8px;}
/*????*/
div.controlTitle{background-color:#f0f0f0;color:#999;font-size:10px;line-height:22px;padding:0 15px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
div.controlTitleNull{background-color:#f0f0f0;border-bottom:1px solid #e5e5e5;height:10px;}
/*???????*/
.pop_menu{position: absolute;top: 35px;right: 0px;z-index: 91;padding-top: 5px;display: none;}
.pop_menu .arrow{position: absolute;top: 0px;right: 17px;width:0; height:0; border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #494949;}
.pop_menu ul{margin: 0px;padding: 0px;list-style: none;background-color: #494949;padding-left: 5px;border-radius: 3px;}
.pop_menu ul li{border-bottom: 1px solid #5c5961;color: #fff;background-repeat: no-repeat;background-position: 5px center;background-size: 20px 20px; }
.pop_menu ul li:last-child{border-bottom: none;}
.pop_menu ul li a{display: block;color: #fff;padding: 12px 20px 12px 30px;font-size: 14px;}
.pop_menu ul li.pos_msg a{padding: 8px 20px 8px 20px;font-size: 12px;}
/*iscroll*/
.scroll_scroller {position:absolute; z-index:1;-webkit-tap-highlight-color: rgba(0,0,0,0);width:100%;padding:0;-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none;-o-text-size-adjust: none;text-size-adjust: none;}
.pullDown {background:#fff;height:40px;line-height:40px;padding:5px 0;border-bottom:1px solid #f0f0f0;font-size:12px;color:#999;text-align: center;display: none;}
.pullDown .pullDownIcon ,.listRefresh .pullDownIcon{position: relative;display: inline-block;width: 30px;height: 30px;background: url("/mobile/plugin/crm_new/images/pull-icon@2x_wev8.png") 0 0 no-repeat;background-size: 30px 60px;-webkit-transition-property: -webkit-transform;-webkit-transition-duration: 250ms;margin-bottom: -11px;margin-right: 5px;}
.pullDown .pullDownIcon ,.listRefresh .pullDownIcon{-webkit-transform:rotate(0deg) translateZ(0);}
.pullDown.flip .pullDownIcon {-webkit-transform:rotate(-180deg) translateZ(0);margin-bottom: -9px;}
.pullDown.scroll_loading .pullDownIcon ,.listRefresh.scroll_loading .pullDownIcon{background-color: transparent;width: 13px;height: 13px;border-radius: 100%;margin: 0px 10px 0px 0px;-webkit-animation-fill-mode: both;animation-fill-mode: both;border: 2px solid #c5c5c5;border-bottom-color: transparent;background: transparent !important;display: inline-block;-webkit-animation: rotate 0.75s 0s linear infinite;animation: rotate 0.75s 0s linear infinite;top: 3px; }
.pullDown .pullDownLabel, .listRefresh .pullDownLabel{color:#999;font-size: 14px;}
@-webkit-keyframes rotate {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg); }50% {-webkit-transform: rotate(180deg);transform: rotate(180deg); }100% {-webkit-transform: rotate(360deg);transform: rotate(360deg); } }
@keyframes rotate {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg); }50% {-webkit-transform: rotate(180deg);transform: rotate(180deg); }100% {-webkit-transform: rotate(360deg);transform: rotate(360deg); } }
.iScrollVerticalScrollbar {position: absolute;z-index: 9999;width: 3px;bottom: 2px;top: -15px;right: 3px;overflow: hidden;}
.iScrollVerticalScrollbar.iScrollBothScrollbars {bottom: 18px;}
.iScrollIndicator {width: 100%;position: absolute;background: rgba(0,0,0,0.35);border-radius: 3px;}
/*?��????loading*/
.content.list_refreshing div.listContent{top : 90px;}
.content.list_refreshing .pullDown{visibility: hidden;}
div.listRefresh{position: absolute;top:40px;left:0px;width: 100%;height:50px;overflow: hidden;text-align: center;line-height: 50px;z-index:1;-webkit-animation-duration: 300ms;animation-duration: 300ms;-webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: ffout;animation-name: ffout;}
.content.list_refreshing div.listRefresh{-webkit-animation-name: ffin;animation-name: ffin;}
@-webkit-keyframes ffin{ 0%{ opacity: 0.3; -webkit-transform: scale(0.3,0.3);} 100%{ opacity: 1; -webkit-transform: scale(1,1);} }
@keyframes ffin{ 0%{ opacity: 0.3; transform: scale(0.3,0.3);} 100%{ opacity: 1; transform:scale(1,1);} }
@-webkit-keyframes ffout{ 0%{ opacity: 1; -webkit-transform: scale(1,1);} 100%{ opacity: 0.3; -webkit-transform: scale(0.3,0.3);}}
@keyframes ffout{ 0%{opacity: 1; transform:scale(1,1);}100%{opacity: 0.3; transform: scale(0.3,0.3);}}
.slideBtnContainer{-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;position: absolute;top:0px;right:-15px;height:100%;overflow:hidden;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
.slideBtnContainer.show{-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slideBtnContainer .btnContainer {display: table;border-collapse: collapse;height: 100%;}
.slideBtnContainer .btnBox {text-align: center;display: table-cell;vertical-align: middle;font-size: 14px;color: #fff;text-decoration:none;padding: 0px 15px;}
.status_0 .box_1{display:none;}
.status_1 .box_0{display:none;}
#crm_container{top:0px;bottom: 40px}
#crm_container .panel{position: absolute;top:0px; left: 0;right: 0;bottom: 0px;}
#crm_business ul.list canvas{float:left;margin:2px 0 0 0;width:40px;}
#crm_business ul.list div.title{margin:0 0 0 55px;}
#crm_business ul.list div.desc{margin:0 0 0 55px;}
#crm_business ul.list canvas{float:left;margin:2px 0 0 0;width:40px;}
/*???????*/
#crm_cust label{display:block;margin:0 15px;padding:5px 0;border-bottom:1px solid #f4f4f4;color:#333;font-size: 14px;overflow: hidden;}
#crm_cust label:nth-child(6){border-bottom:0;padding-bottom:10px;}
#crm_cust label div:nth-child(1){float:left;width:80px;color:#999;}
#crm_cust label div:nth-child(2){margin-left:80px;}
#crm_cust label div:nth-child(2) > a{display:block;}
#crm_cust label div.more{}
#crm_cust label div.more > a{position: relative;padding-right: 30px; background:url(/mobile/plugin/crm_new/images/rArrow999.gif) no-repeat;background-size:6px 10px;background-position: center right;}
#crm_cust label div.moreNumber{background-color:#0161c9;font-size:10px;color:#fff;border-radius:16px;width:16px;height:16px;text-align:center;line-height:16px;position: absolute;top: 0px;right: 12px;}
#crm_cust label div.more .jobTitle{font-size: 11px;color: #666;}
#crm_cust .content{padding:5px 0;}
#crm_cust div.title{background-color:#f0f0f0;color:#999;font-size:10px;line-height:22px;padding:0 15px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
#crm_cust ul.list li div{color:#999;font-size: 10px;margin:0 0 0 55px;}
#crm_cust ul.list li div:nth-child(2){color:#0161c9;font-size:12px;margin:0 0 0 55px;}
#crm_cust ul.list li div:nth-child(3){color:#999;margin:0 0 0 55px;}
#crm_cust ul.list li div:nth-child(4){font-size: 14px !important;color:#333;padding:4px 0;}
#crm_cust ul.list li div:nth-child(5){color:#999;margin:0 0 0 55px;}
#crm_cust .pop_menu ul li.m1{background-image: url("/mobile/plugin/crm_new/images/menu/1.png");}
#crm_cust .pop_menu ul li.m2{background-image: url("/mobile/plugin/crm_new/images/menu/account_change.png");}
#crm_cust .pop_menu ul li.m3{background-image: url("/mobile/plugin/crm_new/images/menu/newContacter.png");}
#crm_cust .pop_menu ul li.m4{background-image: url("/mobile/plugin/crm_new/images/menu/sign_dt.png");}
#crm_contacter_detail label{display:block;margin:0 15px;padding:5px 0;border-bottom:1px solid #f4f4f4;color:#333;font-size: 14px;overflow: hidden;}
#crm_contacter_detail label div:nth-child(1){float:left;color:#999;}
#crm_contacter_detail label div:nth-child(2){margin-left:80px;}
#crm_contacter_detail label div:nth-child(2) > a{display:block;}
#crm_contacter_detail label div.more{}
#crm_contacter_detail label div.more > a{position: relative;padding-right: 30px; background:url(/mobile/plugin/crm_new/images/rArrow999.gif) no-repeat;background-size:6px 10px;background-position: center right;}
#crm_contacter_detail label div.moreNumber{background-color:#0161c9;font-size:10px;color:#fff;border-radius:16px;width:16px;height:16px;text-align:center;line-height:16px;position: absolute;top: 0px;right: 12px;}
#crm_contacter_detail label div.more .jobTitle{font-size: 11px;color: #666;}
#crm_contacter_detail div.title{background-color:#f0f0f0;color:#999;font-size:10px;line-height:22px;padding:0 15px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
#crm_contacter_detail ul.list li div{color:#999;font-size: 10px;margin:0 0 0 55px;}
#crm_contacter_detail ul.list li div:nth-child(2){color:#0161c9;font-size:12px;margin:0 0 0 55px;}
#crm_contacter_detail ul.list li div:nth-child(3){color:#999;margin:0 0 0 55px;}
#crm_contacter_detail ul.list li div:nth-child(4){font-size: 14px !important;color:#333;padding:4px 0;}
#crm_contacter_detail ul.list li div:nth-child(5){color:#999;margin:0 0 0 55px;}
#crm_contacter_detail .pop_menu ul li.m1{background-image: url("/mobile/plugin/crm_new/images/menu/edit.png");background-size:18px 18px;}
#crm_contacter_detail .pop_menu ul li.m2{background-image: url("/mobile/plugin/crm_new/images/menu/del.png");background-size:18px 18px;}
#crm_contacter_detail_edit label{display:block;margin:0 15px;padding:5px 0;border-bottom:1px solid #f4f4f4;color:#333;font-size: 14px;overflow: hidden;}
#crm_contacter_detail_edit label div:nth-child(1){float:left;width:80px;color:#999;}
#crm_contacter_detail_edit label div:nth-child(2){margin-left:80px;}
#crm_contacter_detail_edit label div:nth-child(2) > a{display:block;}
#crm_contacter_detail_edit label div.more{}
#crm_contacter_detail_edit label div.more > a{position: relative;padding-right: 30px; background:url(/mobile/plugin/crm_new/images/rArrow999.gif) no-repeat;background-size:6px 10px;background-position: center right;}
#crm_contacter_detail_edit label div.moreNumber{background-color:#0161c9;font-size:10px;color:#fff;border-radius:16px;width:16px;height:16px;text-align:center;line-height:16px;position: absolute;top: 0px;right: 12px;}
#crm_contacter_detail_edit label div.more .jobTitle{font-size: 11px;color: #666;}
#crm_contacter_detail_edit .content{padding:5px 0;}
#crm_contacter_detail_edit div.title{background-color:#f0f0f0;color:#999;font-size:10px;line-height:22px;padding:0 15px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
#crm_contacter_detail_edit ul.list li div{color:#999;font-size: 10px;margin:0 0 0 55px;}
#crm_contacter_detail_edit ul.list li div:nth-child(2){color:#0161c9;font-size:12px;margin:0 0 0 55px;}
#crm_contacter_detail_edit ul.list li div:nth-child(3){color:#999;margin:0 0 0 55px;}
#crm_contacter_detail_edit ul.list li div:nth-child(4){font-size: 14px !important;color:#333;padding:4px 0;}
#crm_contacter_detail_edit ul.list li div:nth-child(5){color:#999;margin:0 0 0 55px;}
#crm_contacter_detail_edit .pop_menu ul li.m1{background-image: url("/mobile/plugin/crm_new/images/menu/1.png");}
#crm_contacter_detail_edit .pop_menu ul li.m2{background-image: url("/mobile/plugin/crm_new/images/menu/account_change.png");}
#crm_contacter_detail_edit .pop_menu ul li.m3{background-image: url("/mobile/plugin/crm_new/images/menu/newContacter.png");}
#crm_contacter_detail_edit .pop_menu ul li.m4{background-image: url("/mobile/plugin/crm_new/images/menu/newContacter.png");}
.crm_contacter_li_left {float: left;width: 50px;height: 50px;background-color: rgb(0, 162, 255);border-radius: 25px;height: 50px;line-height: 50px;display: block;text-align: center;font-weight: bold;position:absolute;left:0;}
.crm_contacter_li_right {float: left;height: 50px;margin-left:55px;overflow: hidden;}
.crm_contacter_li_right_up {clear: both;height: 20px;overflow: hidden;margin-top:8px;}
.crm_contacter_li_right_down {font-size: 14px;height: 14px;overflow: hidden;color: gray;margin-top:2px;}
.crm_contacter_detail_lastname {width: 50px;height: 50px;background-color: rgb(0, 162, 255);border-radius: 25px;margin:0 auto;}
.crm_contacter_detail_lastname_font {height: 50px;line-height: 50px;font-size:18px;display: block;color: #FFF;text-align: center;font-weight: bold;}