style.css
28.4 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
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
@charset "utf-8";
/* 通用样式 */
body { background: #F0F0F0;}
* { margin: 0px; padding: 0px; font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", "\9ED1\4F53", "Lucida Grande", "Verdana", "Tahoma", "Lucida", "Arial", "Helvetica", "sans-serif"; }
p { text-indent: 0; text-align: justify; text-justify: inter-ideograph; line-height: 24px; }
a { text-decoration: none; }
ul li { float: left; list-style: none; }
/* == 圆角 == */
.radius { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px }
.radius100 { -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px }
/* == 字体颜色 == */
.darkBlue{color:#0046aa;}
/*整体样式*/
.head { background: #fff; width: 100%; border-top:2px solid #0049AA; border-bottom:1px solid #D2D2D2; height:44px; line-height:44px; overflow:hidden; }
.logo { float: left; }
.logo img { height:44px;}
.head_right { float:right;}
.head_right img { height:44px;}
/*index*/
.reg { width:100%; margin:5px auto; overflow:hidden; height:auto;}
.reg h4 {line-height:35px;color: #666;font-size: 14px;padding-left: 3%;}
.reg h4 input { margin-right:5px; position:relative; top:2px;}
.reg .reg_tk { width:90%; border:1px solid #d2d2d2; margin:0px auto 5px; line-height:25px; height:350px; overflow:auto; padding:0 2%; background:#fff;}
.reg .reg_tk p { padding-bottom:10px; font-size:14px;}
.reg .reg_ty { margin-left:3%; font-size:14px; color:#666}
.reg .reg_ty input { margin-right:5px; position:relative; top:2px;}
.reg_btn { width:80%; margin:10px auto; overflow:hidden; background:#0049AA; text-align:center; line-height:35px;}
.reg_btn a { color:#fff; font-size:14px;}
/*欧普汇用户协议*/
.agreement{ width:96%; margin:0 auto;}
.agreement p.agreementTitle{ color:#0046aa; text-align:center;line-height:36px;}
.agreement p{ width:100%; font-size:14px; line-height:26px;}
/*注册-02*/
ul.reg_02 { width:90%; margin:10px auto; height:auto; overflow:hidden;}
ul.reg_02 li { line-height:30px; padding:5px 0; width:100%; position:relative;}
ul.reg_02 li span { display:block; width:30%; float:left; font-size:14px; color:#666;}
ul.reg_02 li input.input_01 { float:left; width:68%; float:left; height:30px; border:1px solid #d2d2d2; font-size:14px; color:#333; text-indent:0.5em;}
ul.reg_02 li select { float:left; width:68%; float:left; height:30px; border:1px solid #d2d2d2; font-size:14px; color:#333;text-indent:0.5em;}
ul.reg_02 li textarea { float:left; width:68%; float:left; height:80px; line-height:25px; border:1px solid #d2d2d2; font-size:14px; color:#333;text-indent:0.5em;}
ul.reg_02 li img.reg_date { position:absolute; right:4%; top:5px;}
ul.reg_02 li .reg_tx { height:40px; width:40px; border:2px solid #d2d2d2; float:left;}
ul.reg_02 li a label { font-size:14px; color:#0049AA; line-height:44px; margin-left:5px;}
ul.reg_02 li .reg_al { height:40px; width:40px;float:left; margin-right:5px;}
/*注册-03*/
.reg h2 { font-size:24px; text-align:center; line-height:100px; color:#0049AA;}
.reg_03 { width:80%; margin:0 auto 30px;}
.reg_03 p { font-size:14px; line-height:30px; color:#333;}
.reg_03 p.red { color:#C00;}
/*登录-04*/
.loginText1{ width:90%; height:40px; line-height:40px; font-size:16px; display:block; margin:10px auto; border-radius:4px; border:1px solid #CCC;
color:#999; padding-left:5px;}
.loginBox{width:90%; height:40px; line-height:40px; margin:0 auto;}
.loginText2{ float:left; height:40px; line-height:40px; width:55%; border-radius:4px; border:1px solid #CCC; color:#999; font-size:16px; padding-left:5px;}
.loginAuthImage{ width:36%; float:right; display:block; height:40px; border:1px solid #CCC;}
.loginBtn{ width:90%; height:40px; line-height:40px; font-size:16px; display:block; margin:20px auto; border-radius:4px; border:1px solid #2bbcef;
color:#fff; padding-left:5px; background:#2bbcef; text-align:center;}
/*需求列表-04*/
.list { width:100%; margin:0px auto; overflow:hidden; height:auto;}
/*广告样式*/
.banner { position:relative; overflow:hidden; width:100%; /* 设置焦点图最大高度 */ }
.banner .bd { position: relative; z-index:0; }
.banner .bannerPic{ background:#fff;}
.banner .bannerPic li { position:relative; text-align:center; }
.banner .bannerPic li img { width:100%; display:block;/* 图片宽度100%,达到自适应效果 */ }
.banner .btns li { cursor:pointer;}
.banner .btns { position: absolute; left:46%; bottom:0; margin-bottom:8px; z-index:1; }
.banner .btns li { display:inline-block; width:6px; height:6px; background:#ccc; color:rgba(255,0,0,0); text-indent:-1px; margin-right:4px;
overflow:hidden; border-radius:20px;}
.banner .btns li.on { background:#0046aa; color:#c0a355; }
.listMenuBox{ height:45px; width:100%; background:#fff; border-bottom:1px solid #ebebeb; position:relative;}
.listMenu{ float:left; width:24.5%; overflow:hidden; padding:13px 0; font-size:14px;
background:url(../images/top_arrows1.png) no-repeat right center;}
.listMenu2{ float:left; width:24.5%; overflow:hidden; padding:13px 0; cursor:pointer; font-size:14px; border-left:1px solid #ccc;
background:url(../images/bottom_arrows3.png) no-repeat right center;}
.style{ position:absolute; top:47px; background:rgba(255,255,255,0.92); width:100%; padding:10px 0 0; z-index:2;}
.style a{ margin-left:3%; padding:0 2%; display:block; border:2px solid #999; color:#333; text-align:center; line-height:30px; height:30px; float:left;
font-size:14px; border-radius:4px; margin-bottom:10px;}
.style a:hover{ background:#29bcef; color:#fff; border-color:#29bcef;}
.style a.styleHover{ background:#29bcef; color:#fff; border-color:#29bcef;}
.cerrar{ border-bottom:2px solid #0046aa!important; color:#0046aa!important; background:url(../images/bottom_arrows3_on.png) no-repeat right center!important;}
.listContentBox{width:100%;}
.listContentTitle{ width:90%; padding-top:20px; padding-bottom:10px; margin:0 auto;}
.listContentTitle img{ width:100%; display:block;}
.listContent01{ width:90%; background:#fff; border:1px solid #d2d2d2; margin:0 auto; border-radius:4px; padding:10px 2%; overflow:hidden; margin-bottom:8px;}
.listContentPic{ width:100%; position:relative;}
.listContentPic img{ width:100%; display:block;}
.operationMenu{ position:absolute; bottom:0; background:rgba(0,0,0,0.6); height:40px; width:86%; padding:0 7%;}
.operationMenu div{ float:left; width:50%;}
.operationMenu div img{ display:block; float:left; width:18px; height:18px; margin-top:11px; margin-left:24%;}
.operationMenu div span{ display:block; float:left; height:40px; line-height:40px; color:#fff; margin-left:6%; font-size:14px;}
.likes{position:absolute; top:10px; right:10px; width:12%; height:12%;}
.likes img{ width:100%; display:block;}
.costBox{}
.costLeft{ padding:12px 0 10px 0; width:100%; font-size:18px; display:block; color:#333;}
.tags{width:100%; font-size:14px; color:#29bcef;}
.number{ color:#999999; padding-left:10px;}
/*-需求详情页面样式-*/
.detailsContentBox{ width:96%; padding:10px 2%; background:#fff; margin-bottom:10px;}
.detailsContentBox h1{ width:100%; padding-bottom:8px; font-size:20px; color:#333;}
.detailsContentBox p{ width:100%; font-size:14px; color:#999;}
.detailsContentBox p.detailsText1{ font-size:14px; color:#333; width:100%;}
.detailsText2{ font-size:14px; color:#999;}
.detailsText3{ font-size:18px; font-weight:bold; color:#0046aa; text-align:center; width:100%;}
.detailsText4{ font-size:16px; font-weight:bold; color:#0046aa; text-align:center; width:100%;}
.detailsBtnBox{width:96%; padding:10px 2%; margin-bottom:10px;}
.joinBtn{ background:#0046aa; color:#fff; width:60%; margin:0 auto; text-align:center; padding:8px 0; display:block; border-radius:4px;}
.collectBtn{ border:2px solid #0046aa; color:#0046aa; width:60%; margin:0 auto; text-align:center; padding:8px 0; display:block; border-radius:4px;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; margin-top:10px;}
.clear{ clear:both;}
.blueBg{}
.onlineTest{}
.onlineTest_Nav{ background:#fff; overflow:hidden;}
.onlineTest_Nav .A1,.onlineTest_Nav .A2,.onlineTest_Nav .A3{float:left; font-size:16px; text-align:center; width:33%;
height:44px; line-height:44px; color:#333;cursor:pointer;}
.onlineTest_Nav.A1{ }
.onlineTest_Nav.A2{ }
.onlineTest_Nav.A3{ }
.A_on{color:#0046aa; border-bottom:2px solid #0046aa; float:left; font-size:16px; text-align:center; width:33%; height:44px; line-height:44px; cursor:pointer;}
.onlineTest_List{ padding:10px 0 20px;}
/*-个人中心样式-*/
.blueBg2{}
.onlineTest2{}
.onlineTest_Nav2{ background:#fff; overflow:hidden;}
.onlineTest_Nav2 .A1{background:url(../images/personIcon01.png) no-repeat center 10px/24px 24px;}
.onlineTest_Nav2 .A2{background:url(../images/personIcon02.png) no-repeat center 10px/24px 24px;}
.onlineTest_Nav2 .A3{background:url(../images/personIcon03.png) no-repeat center 10px/24px 24px;}
.onlineTest_Nav2 .A1,.onlineTest_Nav2 .A2,.onlineTest_Nav2 .A3
{ float:left; width:33%; font-size:16px; text-align:center; padding:40px 0 10px;color:#333;cursor:pointer; }
.A_on2{ float:left; width:33%; font-size:16px; text-align:center;padding:40px 0 10px;color:#0046aa;
border-bottom:2px solid #0046aa; cursor:pointer; background:url(../images/personIcon01_on.png) no-repeat center 10px/24px 24px;}
.onlineTest_List2{ padding:10px 10px 20px;}
/*个人中心*/
.total{ width:100%; background:#fff; margin-bottom:10px; padding:10px 0; overflow:hidden;}
.total .totalNumber{ width:48%; padding-left:22%; float:left; background:url(../images/personIcon04.png) no-repeat 8px center/50px 50px;}
.total .totalNumber span{ font-size:14px; color:#5a5a5a; padding-left:4px;}
.total .totalNumber p{ color:#0046aa; font-size:24px; font-weight:bold; padding-top:10px;}
.total .cashBox{ float:left; width:30%; vertical-align:middle;}
.total .cashBox .cashBtn{ float:left; width:90%; background:#29bcef; color:#fff; margin:0 auto; text-align:center; padding:6px 0; border-radius:2px;
display:block; margin-top:10px}
.totalDetails{ overflow:hidden; background:#fff; padding:10px 3%; width:94%; border-bottom:1px solid #ebebeb;}
.totalTitle{ font-size:24px; font-weight:bold; float:left; width:60%;}
.totalTag{ background:#0046aa; color:#fff; float:right; padding:2px 10px; border-radius:2px;}
.totalTime{ width:100%; float:left; display:inline-block; color:#999;}
.totalDetail{ width:100%; float:left; display:inline-block; color:#666;}
/*标书列表*/
.tenderStateBox{width:96%; background:#fff; border-bottom:1px solid #ebebeb; overflow:hidden; padding:10px 2%; margin-bottom:10px;}
.tenderState{ float:left; width:31%; margin-right:2%; margin-bottom:5px; text-align:center; line-height:30px; color:#333; cursor:pointer; border-radius:2px;}
.tenderState:hover{background:#0046aa; color:#fff;}
.tenderStateHover{float:left; width:31%; margin-right:2%; margin-bottom:5px; text-align:center; line-height:30px; background:#0046aa; color:#fff;
border-radius:2px;}
.costBox p{ color:#666; width:50%; font-size:14px; float:left;}
.tags1{ background:#29bcef; color:#fff; font-size:14px; padding:4px 10px; display:block; width:20%; border-radius:2px; float:right; display:block; text-align:center;}
.tags2{background:#666; color:#fff; font-size:14px; padding:4px 10px; display:block; width:20%; border-radius:2px; float:right; display:block; text-align:center;}
/*标书详情*/
.detailsTitle{ margin-bottom:6px; font-size:14px; color:#333; width:98%; padding-left:2%; font-weight:normal; color:#0046aa;}
.SKUchoose{ width:100%; background:#fff; margin-bottom:10px;}
.SKUchoose select{ width:96%; height:44px; line-height:44px; margin:0 auto; border:none; color:#666; text-align:center;}
/*样品列表*/
.costLeft2{ padding:12px 0 10px 0; width:100%; font-size:18px; display:block; color:#333;}
/*竞标详情*/
.appearIcon{ position:absolute; width:66px; height:66px; top:0; right:0;}
.appearIcon img{ width:100%; display:block;}
/*设计师主页*/
.headerBox{ width:100%; position:relative; margin-bottom:20px;}
.headerBox img{ width:100%; z-index:-1; display:block;}
.header{ position:absolute; width:88px; height:88px; right:20px; bottom:-16px; border-radius:90px; overflow:hidden; border:2px solid #FFF; z-index:2;}
.header img{ width:100%;}
.name{ position:absolute; bottom:0; left:0; width:96%; padding: 5px 2%; background:rgba(0,0,0,0.2); z-index:1;}
.name p{ color:#fff; font-size:14px; line-height:20px;}
.detailsContentBox img{ width:40%;}
/*我要提现页面*/
.cashPageBox{ width:100%;}
.cash1{ width:94%; background:#fff; padding:10px 3%; margin-top:10px;}
.cash1 p{ line-height:30px;}
.cash1 span{ font-weight:bold; font-size:24px; color:#0046aa; margin-right:5px;}
.cashNumber{ width:97%; background:#fff; padding-left:3%; margin-top:10px;}
.cashNumber p{ font-size:14px; color:#333; line-height:44px; height:44px; border-bottom:1px solid #f0f0f0;}
.cashNumber span{ color:red;}
.cashNumber input[type="radio"]{}
.cashNumber span.radios{ color:#333; margin-left:4px; margin-right:10px;}
.cashNumberText1{ width:100%; border:0; line-height:44px; height:44px; border-bottom:1px solid #f0f0f0; font-size:14px;}
.cashNumberText2{ width:100%; border:0; line-height:44px; height:88px; border-bottom:1px solid #f0f0f0; font-size:14px;}
/*菜单样式*/
.emptyBox{ width:100%; height:52px;}
.menu1Box{ width:100%; background:#fff; border-top:1px solid #d0d0d0; overflow:hidden; position:fixed; bottom:0px; z-index:99;}
.menu1Box a{ width:33%; float:left; display:block; height:66px; line-height:98px; text-align:center; font-size:12px; color:#0046aa;}
.menu1Box a.menu1{ background:url(../images/menuIcon02.png) no-repeat center 10px/26px 26px;}
.menu1Box a.menu2{ background:url(../images/menuIcon06.png) no-repeat center 10px/26px 26px;}
.menu1Box a.menu3{ background:url(../images/menuIcon07.png) no-repeat center 10px/26px 26px;}
.menu1Box a.menu4{ background:url(../images/menuIcon01.png) no-repeat center 10px/26px 26px;}
.menu1Box a.menu5{ background:url(../images/menuIcon10.png) no-repeat center 10px/26px 26px;}
.menu1Box a.menu6{ background:url(../images/menuIcon08.png) no-repeat center 10px/26px 26px;}
.menu1Box a.menu1Hover{ background:#29bcef url(../images/menuIcon02_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1Box a.menu2Hover{ background:#29bcef url(../images/menuIcon06_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1Box a.menu3Hover{ background:#29bcef url(../images/menuIcon07_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1Box a.menu4Hover{ background:#29bcef url(../images/menuIcon01_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1Box a.menu5Hover{ background:#29bcef url(../images/menuIcon10_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1Box a.menu6Hover{ background:#29bcef url(../images/menuIcon08_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1Box a.menu1:hover{ background:#29bcef url(../images/menuIcon02_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1Box a.menu2:hover{ background:#29bcef url(../images/menuIcon06_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1Box a.menu3:hover{ background:#29bcef url(../images/menuIcon07_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1Box a.menu4:hover{ background:#29bcef url(../images/menuIcon01_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1Box a.menu5:hover{ background:#29bcef url(../images/menuIcon10_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1Box a.menu6:hover{ background:#29bcef url(../images/menuIcon08_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1Box a.menuHover{ background:#29bcef ; color:#fff;}
/*菜单样式-5个菜单-临时修改为4个*/
.emptyBox{ width:100%; height:66px;}
.menu1BoxFive{ width:100%; background:#fff; border-top:1px solid #d0d0d0; overflow:hidden; position:fixed; bottom:0px; z-index:99;}
.menu1BoxFive a{ width:25%; float:left; display:block; height:66px; line-height:98px; text-align:center; font-size:12px; color:#0046aa;}
.menu1BoxFive a.menu01{ background:url(../images/menuIcon02.png) no-repeat center 10px/26px 26px;}
.menu1BoxFive a.menu03{ background:url(../images/menuIcon05.png) no-repeat center 10px/26px 26px;}
.menu1BoxFive a.menu04{ background:url(../images/menuIcon04.png) no-repeat center 10px/26px 26px;}
.menu1BoxFive a.menu05{ background:url(../images/menuIcon01.png) no-repeat center 10px/26px 26px;}
.menu1BoxFive a.menu01Hover{ background:#29bcef url(../images/menuIcon02_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu03Hover{ background:#29bcef url(../images/menuIcon05_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu04Hover{ background:#29bcef url(../images/menuIcon04_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu05Hover{ background:#29bcef url(../images/menuIcon01_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu01:hover{ background:#29bcef url(../images/menuIcon02_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu03:hover{ background:#29bcef url(../images/menuIcon05_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu04:hover{ background:#29bcef url(../images/menuIcon04_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu05:hover{ background:#29bcef url(../images/menuIcon01_on.png) no-repeat center 10px/26px 26px; color:#fff;}
/*菜单样式-5个菜单
.emptyBox{ width:100%; height:66px;}
.menu1BoxFive{ width:100%; background:#fff; border-top:1px solid #d0d0d0; overflow:hidden; position:fixed; bottom:0px; z-index:99;}
.menu1BoxFive a{ width:20%; float:left; display:block; height:66px; line-height:98px; text-align:center; font-size:12px; color:#0046aa;}
.menu1BoxFive a.menu01{ background:url(../images/menuIcon02.png) no-repeat center 10px/26px 26px;}
.menu1BoxFive a.menu02{ background:url(../images/menuIcon03.png) no-repeat center 10px/26px 26px;}
.menu1BoxFive a.menu03{ background:url(../images/menuIcon05.png) no-repeat center 10px/26px 26px;}
.menu1BoxFive a.menu04{ background:url(../images/menuIcon04.png) no-repeat center 10px/26px 26px;}
.menu1BoxFive a.menu05{ background:url(../images/menuIcon01.png) no-repeat center 10px/26px 26px;}
.menu1BoxFive a.menu01Hover{ background:#29bcef url(../images/menuIcon02_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu02Hover{ background:#29bcef url(../images/menuIcon03_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu03Hover{ background:#29bcef url(../images/menuIcon05_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu04Hover{ background:#29bcef url(../images/menuIcon04_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu05Hover{ background:#29bcef url(../images/menuIcon01_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu01:hover{ background:#29bcef url(../images/menuIcon02_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu02:hover{ background:#29bcef url(../images/menuIcon03_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu03:hover{ background:#29bcef url(../images/menuIcon05_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu04:hover{ background:#29bcef url(../images/menuIcon04_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menu05:hover{ background:#29bcef url(../images/menuIcon01_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxFive a.menuHover{ background:#29bcef ; color:#fff;}*/
/*菜单样式-1个菜单*/
.menu1BoxOne{ width:100%; background:#fff; border-top:1px solid #d0d0d0; overflow:hidden; position:fixed; bottom:0px; z-index:99;}
.menu1BoxOne a{ width:100%; display:block; height:66px; line-height:98px; text-align:center; font-size:12px; color:#0046aa;}
.menu1BoxOne a.menu0{ background:url(../images/menuIcon01.png) no-repeat center 10px/26px 26px;}
.menu1BoxOne a.menu0Hover{ background:#29bcef url(../images/menuIcon01_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxOne a.menu0:hover{ background:#29bcef url(../images/menuIcon01_on.png) no-repeat center 10px/26px 26px; color:#fff;}
.menu1BoxOne a.menuHover{ background:#29bcef ; color:#fff;}
/*7.1项目需求审核列表*/
.searchBox{ width:100%; background:#fff;padding:0 0 10px; margin-bottom:10px;}
/*.searchBox input[type="text"]{ width:96%; padding-left:4%; border:0; border-bottom:1px solid #f0f0f0; height:44px; line-height:44px;}*/
.searchBox select{ width:60%; padding-left:3%; border:0; color:#666;}
.searchBox p{ padding:10px 2%; font-size:14px; border-bottom:1px solid #f0f0f0; color:#666;}
.searchBox p input[type="text"]{ padding-left:4%; border:0; width:60%;}
.searchBox p input[type="date"]{ padding-left:4%; border:0; width:60%;}
.searchBox p input[type="checkbox"]{ margin-right:4px; margin-left:6px;}
.searchBtn{ width:60%; height:44px; line-height:44px; text-align:center; background:#0046aa; color:#fff; display:block; border-radius:4px;
margin:10px auto 0;}
.costBox p.date01{ width:78%;}
.tags4{width:100%; font-size:14px; color:#29bcef;}
.tags5{width:100%; font-size:14px; color:#F00;}
.operationBtnBox{width:96%; padding:10px 2%; margin-bottom:10px;}
.checkBtn_ok{ width:80%; background:#0046aa; color:#fff; height:44px; line-height:44px; text-align:center; border-radius:4px; display:block; margin:0 auto;}
.checkBtn{ width:80%; background:#CCC; color:#fff; height:44px; line-height:44px; text-align:center; border-radius:4px; display:block; margin:0 auto;}
/*7.3 需求审核提交*/
.auditBox{ width:100%; background:#fff; margin-top:10px;}
.audit1{ padding:10px 2%; color:#333; border-bottom:1px solid #ddd; font-size:14px;}
.audit1 input{ margin-left:6px;}
.audit1 input{ margin-right:3px;}
.auditT{ width:96%; padding:10px 2%; font-size:14px; color:#333; border:0; border-bottom:1px solid #ddd;}
/*7.4 实时监控*/
.monitoringTitle{ font-size:16px; color:#0046aa; padding:10px 2% 10px; width:96%; font-weight:normal;}
.monitoringBox{ width:100%;}
.monitoringBox table{ width:100%;}
.monitoringBox table th{ font-weight:normal; background:#0046aa; color:#fff; font-size:14px; border-bottom:1px solid #ddd; line-height:44px;}
.monitoringBox table td{ background:#fff; color:#666; font-size:14px; border-bottom:1px solid #ddd; line-height:44px; text-align:center;}
.monitoringBox2{ width:100%;}
.monitoringBox2 table{ width:100%;}
.monitoringBox2 table th{ font-weight:normal; background:#0046aa; color:#fff; font-size:14px; border-bottom:1px solid #ddd; line-height:44px;}
.monitoringBox2 table td{ background:#fff; color:#666; font-size:12px; border-bottom:1px solid #ddd; line-height:24px; text-align:center;}
/*7.4 竞投结果查询*/
/*8.1在线选型列表*/
.costBox span{ width:76%; font-size:14px; float:left; color:#666; line-height:28px;}
.tags3{ background:#29bcef; color:#fff; font-size:14px; padding:4px 0; width:22%; display:block; float:right; border-radius:2px; display:block; text-align:center;}
.tags4{background:#666; color:#fff; font-size:14px; padding:4px 0; width:22%; display:block; float:right; border-radius:2px; display:block; text-align:center;}
.tags5{background:#bbb; color:#fff; font-size:14px; padding:4px 0; width:22%; display:block; float:right; border-radius:2px; display:block; text-align:center;}
.tags6{background:#f25d68; color:#fff; font-size:14px; padding:4px 0; width:22%; display:block; float:right; border-radius:2px; display:block; text-align:center;}
.tenderStateBox2{width:96%; background:#fff; border-bottom:1px solid #ebebeb; overflow:hidden; padding:10px 2%; margin-bottom:10px;}
.tenderState2{ float:left; width:20.2%; margin-right:2%; margin-bottom:5px; text-align:center; line-height:30px; color:#333; cursor:pointer; border-radius:2px;}
.tenderState2:hover{background:#0046aa; color:#fff;}
.tenderState2Hover{float:left; width:31%; margin-right:2%; margin-bottom:5px; text-align:center; line-height:30px; background:#0046aa; color:#fff;
border-radius:2px;}
/*打分页面*/
.detailsContentBox2{ width:96%; padding:10px 2%; background:#fff; margin-bottom:10px;}
.detailsContentBox2 h1{ width:100%; padding-bottom:8px; font-size:20px; color:#333;}
.detailsContentBox2 p{ width:100%; font-size:14px; color:#999;}
.detailsContentBox2 p.detailsText2{ font-size:14px; color:#333; width:100%;}
.detailsContentBox2 p.detailsText2 img{ width:18px; height:18px; display:inline-block; margin-right:4px;}
.searchBox p input[type="radio"]{ margin-right:4px; margin-left:6px;}
.searchBox textarea{ margin-right:4px; margin-left:6px; border:0; border-bottom:1px solid #f0f0f0; width:98%; padding:10px 1%; font-size:14px; color:#666;}
/*样品对比*/
.specimenComparisonBox{ width:100%;}
.specimenComparisonBox table{ width:100%; border-top:2px solid #0046aa; border-top:2px solid #0046aa; margin-bottom:10px; background:#fff;}
.specimenComparisonBox th{ font-weight:normal; font-size:14px; text-align:left; color:#fff; height:34px; border-bottom:1px solid #ddd; background:#0046aa;
padding:4px 0 4px 5px;}
.specimenComparisonBox td{ font-size:14px; text-align:left; color:#666; height:34px; border-bottom:1px solid #ddd; padding:4px 0 4px 5px;}
.specimenComparisonBox td span{ display:block; width:100%;}
.specimenComparisonBox img{ width:auto; height:40px; float:left;}
/*供应商竞投1*/
.competitiveContentBox{ width:96%; padding:10px 2%; background:#fff; margin-bottom:10px;overflow:hidden;}
.competitiveCoding{ border-bottom:1px solid #f3f3f3; padding-bottom:10px; font-size:14px; color:#5a5a5a; font-weight:normal;float:left; width:100%;}
.competitiveTitle{ font-size:19px; color:#222; width:100%; text-align:center; line-height:64px; font-weight:normal;float:left;}
.competitiveTime{ width:49%; float:left; }
.competitiveTime p{ width:70%; float:left; display:block; line-height:30px; background:#f0f0f0; color:#222; text-align:center; font-size:14px;}
.competitiveTime input{ width:28%; float:left; border:0; background:#29bcef; color:#fff; line-height:30px; text-align:center;}
.competitiveTime input.timeS{background:#0046aa;}
.annotation{ width:100%; color:#999; font-size:12px; text-align:left; margin:18px 0 6px; float:left; line-height:16px;}
.competitiveContentBox2{ width:96%; padding:10px 2%; background:#fff; margin-bottom:10px;overflow:hidden;}
.competitiveContentBox2 h2{ font-size:18px; font-weight:normal; color:#222; line-height:44px; text-align:center; width:90%; margin:0 auto;
background:url(../images/line01.png) no-repeat left center,url(../images/line01.png) no-repeat right center;}
.competitiveContentBox2 .timeNumber{ width:100%; text-align:center; margin-top:10px; color:#666;}
.competitiveContentBox2 .timeNumber span{ background:#0046aa; color:#fff; margin:0 4px; border-radius:2px; padding:4px 4px;}
.competitiveContentBox2 .rankingBtn{ width:70%; margin:0 auto; line-height:44px; color:#fff; font-size:14px; text-align:center; display:block;
background:#29bcef; margin-top:20px; border-radius:4px;}
.competitiveContentBox3{width:100%; background:#fff; margin-bottom:10px;overflow:hidden;}
.competitiveContentBox3 h3{ font-weight:normal; color:#222; text-align:center; width:100%; line-height:44px; background:#d2d2d2;}
.competitiveContentBox3 table{ border-collapse:collapse;}
.competitiveContentBox3 th{ line-height:34px; font-weight:normal; color:#333; border:1px solid #CCC; font-size:14px;}
.competitiveContentBox3 td{ line-height:34px; color:#333; border:1px solid #CCC; text-align:center; font-size:14px;}
.competitiveContentBox3 td input{ width:100%; background:#f0f0f0; border:0; line-height:34px; text-align:center; font-size:14px;}
.annotation2{ width:100%; display:block; color:#ff942c; font-size:14px; text-align:center; line-height:16px; margin-bottom:10px;}
.sumbitBtn{ width:70%; height:44px; line-height:44px; color:#fff; font-size:14px; text-align:center; display:block;
background:#0046aa; border-radius:4px; margin:0 auto; margin-bottom:10px;}
.competitiveContentBox4{width:96%; padding:0 2%; background:#fff; margin-bottom:10px;overflow:hidden;}
.ranking{ width:100%; text-align:center; color:#222; font-size:16px; line-height:44px; display:block;}
.question{ line-height:44px; padding-left:14%; width:86%; border-bottom:1px solid #f0f0f0;
background:url(../images/question.png) no-repeat left center/ 30px 30px;}
.answer{ line-height:44px; padding-left:14%; width:86%; border-bottom:1px solid #f0f0f0;
background:url(../images/answer.png) no-repeat left center/ 30px 30px;}
.importBox{ width:100%; background:#fff; border-top:1px solid #f0f0f0;}
.importBox textarea{ border:0; width:66%; line-height:34px; height:68px; float:left; padding:0 2%;}
.importBox .sumbitBtn2{ width:30%; color:#fff; height:68px; line-height:72px; display:block; float:left; background:#29bcef; text-align:center;
font-size:16px;}