juice-email-cli 2.1.15 → 2.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1966 +1,2098 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta http-equiv="x-ua-compatible" content="IE=Edge,chrome=1" />
6
- <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,viewport-fit=cover" />
7
- <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
8
- <meta name="render" content="webkit|ie-comp|ie-stand" />
9
-
10
- <!-- 禁止页面缓存 -->
11
- <meta http-equiv="Pragma" content="no-cache" />
12
- <meta http-equiv="Cache-Control" content="no-cache" />
13
- <meta http-equiv="Expires" content="0" />
14
-
15
- <!-- IE10 and IE11 on Windows Phone have a small tap highlight when you tap an element. Adding this meta tag removes this. -->
16
- <meta name="msapplication-tap-highlight" content="no" />
17
-
18
- <title></title>
19
- <meta name="keywords" content="" />
20
- <meta name="description" content="" />
21
-
22
- <link rel="shortcut icon" href="favicon.ico" />
23
-
24
- <style>
25
- /* 默认样式重置区,确保所有浏览器默认样式统一,没事别乱动 start */
26
- html, body {
27
- width: 100%;
28
- height: 100%;
29
- line-height: 1.5;
30
- color: #000;
31
- font-size: 16px;
32
- }
33
-
34
- *, *::before, *::after {
35
- margin: 0;
36
- padding: 0;
37
- line-height: 1.5;
38
- word-break: break-word;
39
- box-sizing: border-box;
40
- }
41
-
42
- table {
43
- width: 100%;
44
- table-layout: fixed;
45
- border-collapse: collapse;
46
- }
47
-
48
- span {
49
- display: inline-block;
50
- }
51
-
52
- img {
53
- display: inline-block;
54
- max-width: 100%;
55
- max-height: 100%;
56
- }
57
-
58
- a {
59
- display: inline-block;
60
- color: #000;
61
- cursor: pointer;
62
- }
63
-
64
- a:hover {
65
- text-decoration: underline !important;
66
- }
67
- /* 默认样式重置区,确保所有浏览器默认样式统一,没事别乱动 end */
68
-
69
- /* 公用样式区,模板样式,适合所有需求,三思而后行 start */
70
- .app {
71
- max-width: 750px;
72
- min-width: 320px;
73
- /*min-height: 100%;*/
74
- margin: 0 auto;
75
- box-shadow: 0.5px 0.666px 14.1px 0.9px rgba(13, 2, 3, 0.1);
76
- }
77
-
78
- .header {}
79
-
80
- .header .banner {}
81
-
82
- .header .banner img {
83
- width: 100%;
84
- }
85
-
86
- .header .navigation {}
87
-
88
- .header .navigation a {
89
- color: #006DB8;
90
- }
91
-
92
- .header .navigation a:hover {}
93
-
94
- .main {}
95
-
96
- .footer {}
97
-
98
- .footer .connect-us {}
99
-
100
- .footer .connect-us-title {
101
- padding-bottom: 5px;
102
- }
103
-
104
- .footer .connect-us-separator {
105
- padding-top: 8px;
106
- border-bottom: 1px dashed #828282;
107
- }
108
-
109
- .footer .contact-us {}
110
-
111
- .footer .contact-us-qrcode {}
112
-
113
- .footer .contact-us-qrcode img {
114
- width: 60px;
115
- }
116
-
117
- .footer .contact-us-whatsApp {
118
- padding: 5px 0;
119
- margin-top: 6px;
120
- color: #fff;
121
- font-size: 12px;
122
- border-radius: 12px;
123
- background-color: rgb(43, 176, 181);
124
- }
125
-
126
- .table-bordered {
127
- border: 1px solid #DCEFF3;
128
- }
129
-
130
- .table-bordered thead {
131
- color: #fff;
132
- font-weight: bold;
133
- background-color: #4389DE;
134
- }
135
-
136
- .table-bordered th, .table-bordered td {
137
- padding: 10px;
138
- border: 1px solid #DCEFF3;
139
- }
140
-
141
- .table-stripe {
142
- border: 1px solid #6ca2e4;
143
- }
144
-
145
- .table-stripe thead {}
146
-
147
- .table-stripe tbody tr:nth-child(2n) {
148
- background-color: #ebf2fb;
149
- }
150
-
151
- .table-stripe th, .table-stripe td {
152
- padding: 5px 8px;
153
- border: 1px solid #6ca2e4;
154
- }
155
-
156
- .table-dashed {
157
- border: 1px dashed #6ca2e4;
158
- border-radius: 20px;
159
- }
160
-
161
- .title {
162
- color: #2c2c2c;
163
- font-size: 22px;
164
- font-weight: bold;
165
- }
166
-
167
- .square-title {
168
- font-size: 18px;
169
- font-weight: bold;
170
- }
171
-
172
- .square-title::before {
173
- content: '';
174
- display: inline-block;
175
- width: 16px;
176
- height: 16px;
177
- margin-right: 6px;
178
- margin-bottom: -1px;
179
- background-color: #3a82db;
180
- }
181
-
182
- .wifi-title {
183
- padding-left: 32px;
184
- color: #2c2c2c;
185
- font-size: 22px;
186
- font-weight: bold;
187
- background: url(https://file.elabscience.com/edm/202603251412/title-icon.png) 0 6px / 21px 24px no-repeat scroll;
188
- }
189
-
190
- .gold-title {
191
- padding-left: 75px;
192
- color: #a26316;
193
- font-size: 22px;
194
- font-weight: bold;
195
- background: url(https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202604071051/title-icon.png) 0 6px / 68px 24px no-repeat scroll;
196
- }
197
-
198
- .circle-title {
199
- font-size: 22px;
200
- font-weight: bolder;
201
- }
202
-
203
- .circle-title::before, .circle-title::after {
204
- content: '';
205
- display: inline-block;
206
- width: 16px;
207
- height: 16px;
208
- margin-top: -2px;
209
- vertical-align: middle;
210
- border-radius: 50%;
211
- border: 1px solid #1873C2;
212
- }
213
-
214
- .circle-title::before {
215
- margin-top: -3px;
216
- margin-right: 6px;
217
- }
218
-
219
- .circle-title::after {
220
- margin-left: 6px;
221
- }
222
-
223
- .dot {
224
- margin-top: -2px;
225
- font-size: 12px;
226
- vertical-align: middle;
227
- }
228
-
229
- .lamp {
230
- padding-left: 28px;
231
- background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202603251412/lamp.png) 0 4px / 18px 18px no-repeat scroll;
232
- }
233
-
234
- .truth {
235
- padding-left: 28px;
236
- background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202603251412/true.png) 0 5px / 20px 16px no-repeat scroll;
237
- }
238
-
239
- .circle {
240
- padding-left: 28px;
241
- background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604231652/circle.webp) 0 4px / 18px 18px no-repeat scroll;
242
- }
243
-
244
- .gold-star {
245
- padding-left: 30px;
246
- background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605201608/gold-star.webp) 0 3px / 20px 20px no-repeat scroll;
247
- }
248
-
249
- .star {
250
- padding-left: 28px;
251
- background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604231652/star.webp) 0 0 / 20px 20px no-repeat scroll;
252
- }
253
-
254
- .image-box {
255
- line-height: 0;
256
- font-size: 0;
257
- user-select: none;
258
- }
259
-
260
- .button {
261
- padding: 6px 16px;
262
- color: #fff;
263
- font-size: 14px;
264
- border-radius: 6px;
265
- background-color: #006db8;
266
- }
267
-
268
- .button-orange {
269
- padding: 8px 16px;
270
- color: #fff;
271
- font-size: 16px;
272
- border-radius: 6px;
273
- background-color: #f7750b;
274
- }
275
-
276
- .text-link {
277
- color: #0365B0;
278
- }
279
-
280
- .text-link:hover, .text-link-hover:hover {
281
- color: #0365B0 !important;
282
- }
283
-
284
- .bg-primary {
285
- background-color: #3a82db;
286
- }
287
-
288
- .bg-light-primary {
289
- background-color: #f0f6ff;
290
- }
291
-
292
- .bg-white {
293
- background-color: #fff;
294
- }
295
-
296
- .bg-gray {
297
- background-color: #f6f6f6;
298
- }
299
-
300
- .border {
301
- border: 1px solid #DCEFF3;
302
- }
303
-
304
- .border-dashed {
305
- border: 1px dashed #3a82db;
306
- }
307
-
308
- .border-gray {
309
- border-color: #e0e0e0;
310
- }
311
-
312
- .relative {
313
- position: relative;
314
- }
315
-
316
- .absolute {
317
- position: absolute;
318
- }
319
-
320
- .table-auto {
321
- table-layout: auto;
322
- }
323
-
324
- .border-separate {
325
- border-collapse: separate;
326
- }
327
-
328
- .h-a {
329
- height: auto;
330
- }
331
-
332
- .h-0 {
333
- height: 0;
334
- }
335
-
336
- .h-12 {
337
- height: 12px;
338
- }
339
-
340
- .h-16 {
341
- height: 16px;
342
- }
343
-
344
- .h-18 {
345
- height: 18px;
346
- }
347
-
348
- .h-24 {
349
- height: 24px;
350
- }
351
-
352
- .h-32 {
353
- height: 32px;
354
- }
355
-
356
- .h-36 {
357
- height: 36px;
358
- }
359
-
360
- .h-48 {
361
- height: 48px;
362
- }
363
-
364
- .px-5 {
365
- padding-inline: 5px !important;
366
- }
367
3
 
368
- .py-8 {
369
- padding-block: 8px !important;
370
- }
4
+ <head>
5
+ <meta charset="utf-8" />
6
+ <meta http-equiv="x-ua-compatible" content="IE=Edge,chrome=1" />
7
+ <meta name="viewport"
8
+ content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,viewport-fit=cover" />
9
+ <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
10
+ <meta name="render" content="webkit|ie-comp|ie-stand" />
11
+
12
+ <!-- 禁止页面缓存 -->
13
+ <meta http-equiv="Pragma" content="no-cache" />
14
+ <meta http-equiv="Cache-Control" content="no-cache" />
15
+ <meta http-equiv="Expires" content="0" />
16
+
17
+ <!-- IE10 and IE11 on Windows Phone have a small tap highlight when you tap an element. Adding this meta tag removes this. -->
18
+ <meta name="msapplication-tap-highlight" content="no" />
19
+
20
+ <title></title>
21
+ <meta name="keywords" content="" />
22
+ <meta name="description" content="" />
23
+
24
+ <link rel="shortcut icon" href="favicon.ico" />
25
+
26
+ <style>
27
+ /* 默认样式重置区,确保所有浏览器默认样式统一,没事别乱动 start */
28
+ html,
29
+ body {
30
+ width: 100%;
31
+ height: 100%;
32
+ line-height: 1.5;
33
+ color: #000;
34
+ font-size: 16px;
35
+ }
36
+
37
+ *,
38
+ *::before,
39
+ *::after {
40
+ margin: 0;
41
+ padding: 0;
42
+ line-height: 1.5;
43
+ word-break: break-word;
44
+ box-sizing: border-box;
45
+ }
46
+
47
+ table {
48
+ width: 100%;
49
+ table-layout: fixed;
50
+ border-collapse: collapse;
51
+ }
52
+
53
+ span {
54
+ display: inline-block;
55
+ }
56
+
57
+ img {
58
+ display: inline-block;
59
+ max-width: 100%;
60
+ max-height: 100%;
61
+ }
62
+
63
+ a {
64
+ display: inline-block;
65
+ color: #000;
66
+ cursor: pointer;
67
+ }
68
+
69
+ a:hover {
70
+ text-decoration: underline !important;
71
+ }
72
+
73
+ /* 默认样式重置区,确保所有浏览器默认样式统一,没事别乱动 end */
74
+
75
+ /* 公用样式区,模板样式,适合所有需求,三思而后行 start */
76
+ .app {
77
+ max-width: 750px;
78
+ min-width: 320px;
79
+ /*min-height: 100%;*/
80
+ margin: 0 auto;
81
+ box-shadow: 0.5px 0.666px 14.1px 0.9px rgba(13, 2, 3, 0.1);
82
+ }
83
+
84
+ .header {}
85
+
86
+ .header .banner {}
87
+
88
+ .header .banner img {
89
+ width: 100%;
90
+ }
91
+
92
+ .header .navigation {}
93
+
94
+ .header .navigation a {
95
+ color: #006DB8;
96
+ }
97
+
98
+ .header .navigation a:hover {}
99
+
100
+ .main {}
101
+
102
+ .footer {}
103
+
104
+ .footer .connect-us {}
105
+
106
+ .footer .connect-us-title {
107
+ padding-bottom: 5px;
108
+ }
109
+
110
+ .footer .connect-us-separator {
111
+ padding-top: 8px;
112
+ border-bottom: 1px dashed #828282;
113
+ }
114
+
115
+ .footer .contact-us {}
116
+
117
+ .footer .contact-us-qrcode {}
118
+
119
+ .footer .contact-us-qrcode img {
120
+ width: 60px;
121
+ }
122
+
123
+ .footer .contact-us-whatsApp {
124
+ padding: 5px 0;
125
+ margin-top: 6px;
126
+ color: #fff;
127
+ font-size: 12px;
128
+ border-radius: 12px;
129
+ background-color: rgb(43, 176, 181);
130
+ }
131
+
132
+ .table-bordered {
133
+ border: 1px solid #DCEFF3;
134
+ }
135
+
136
+ .table-bordered thead {
137
+ color: #fff;
138
+ font-weight: bold;
139
+ background-color: #4389DE;
140
+ }
141
+
142
+ .table-bordered th,
143
+ .table-bordered td {
144
+ padding: 10px;
145
+ border: 1px solid #DCEFF3;
146
+ }
147
+
148
+ .table-stripe {
149
+ border: 1px solid #6ca2e4;
150
+ }
151
+
152
+ .table-stripe thead {}
153
+
154
+ .table-stripe tbody tr:nth-child(2n) {
155
+ background-color: #ebf2fb;
156
+ }
157
+
158
+ .table-stripe th,
159
+ .table-stripe td {
160
+ padding: 5px 8px;
161
+ border: 1px solid #6ca2e4;
162
+ }
163
+
164
+ .table-dashed {
165
+ border: 1px dashed #6ca2e4;
166
+ border-radius: 20px;
167
+ }
168
+
169
+ .title {
170
+ color: #2c2c2c;
171
+ font-size: 22px;
172
+ font-weight: bold;
173
+ }
174
+
175
+ .square-title {
176
+ font-size: 18px;
177
+ font-weight: bold;
178
+ }
179
+
180
+ .square-title::before {
181
+ content: '';
182
+ display: inline-block;
183
+ width: 16px;
184
+ height: 16px;
185
+ margin-right: 6px;
186
+ margin-bottom: -1px;
187
+ background-color: #3a82db;
188
+ }
189
+
190
+ .wifi-title {
191
+ padding-left: 32px;
192
+ color: #2c2c2c;
193
+ font-size: 22px;
194
+ font-weight: bold;
195
+ background: url(https://file.elabscience.com/edm/202603251412/title-icon.png) 0 6px / 21px 24px no-repeat scroll;
196
+ }
197
+
198
+ .gold-title {
199
+ padding-left: 75px;
200
+ color: #a26316;
201
+ font-size: 22px;
202
+ font-weight: bold;
203
+ background: url(https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202604071051/title-icon.png) 0 6px / 68px 24px no-repeat scroll;
204
+ }
205
+
206
+ .circle-title {
207
+ font-size: 22px;
208
+ font-weight: bolder;
209
+ }
210
+
211
+ .circle-title::before,
212
+ .circle-title::after {
213
+ content: '';
214
+ display: inline-block;
215
+ width: 16px;
216
+ height: 16px;
217
+ margin-top: -2px;
218
+ vertical-align: middle;
219
+ border-radius: 50%;
220
+ border: 1px solid #1873C2;
221
+ }
222
+
223
+ .circle-title::before {
224
+ margin-top: -3px;
225
+ margin-right: 6px;
226
+ }
227
+
228
+ .circle-title::after {
229
+ margin-left: 6px;
230
+ }
231
+
232
+ .dot {
233
+ margin-top: -2px;
234
+ font-size: 12px;
235
+ vertical-align: middle;
236
+ }
237
+
238
+ .lamp {
239
+ padding-left: 28px;
240
+ background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202603251412/lamp.png) 0 4px / 18px 18px no-repeat scroll;
241
+ }
242
+
243
+ .truth {
244
+ padding-left: 28px;
245
+ background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202603251412/true.png) 0 5px / 20px 16px no-repeat scroll;
246
+ }
247
+
248
+ .circle {
249
+ padding-left: 28px;
250
+ background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604231652/circle.webp) 0 4px / 18px 18px no-repeat scroll;
251
+ }
252
+
253
+ .gold-star {
254
+ padding-left: 30px;
255
+ background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605201608/gold-star.webp) 0 3px / 20px 20px no-repeat scroll;
256
+ }
257
+
258
+ .star {
259
+ padding-left: 28px;
260
+ background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604231652/star.webp) 0 0 / 20px 20px no-repeat scroll;
261
+ }
262
+
263
+ .image-box {
264
+ line-height: 0;
265
+ font-size: 0;
266
+ user-select: none;
267
+ }
268
+
269
+ .button {
270
+ padding: 6px 16px;
271
+ color: #fff;
272
+ font-size: 14px;
273
+ border-radius: 6px;
274
+ background-color: #006db8;
275
+ }
276
+
277
+ .button-orange {
278
+ padding: 8px 16px;
279
+ color: #fff;
280
+ font-size: 16px;
281
+ border-radius: 6px;
282
+ background-color: #f7750b;
283
+ }
284
+
285
+ .text-link {
286
+ color: #0365B0;
287
+ }
288
+
289
+ .text-link:hover,
290
+ .text-link-hover:hover {
291
+ color: #0365B0 !important;
292
+ }
293
+
294
+ .bg-primary {
295
+ background-color: #3a82db;
296
+ }
297
+
298
+ .bg-light-primary {
299
+ background-color: #f0f6ff;
300
+ }
301
+
302
+ .bg-white {
303
+ background-color: #fff;
304
+ }
305
+
306
+ .bg-gray {
307
+ background-color: #f6f6f6;
308
+ }
309
+
310
+ .border {
311
+ border: 1px solid #DCEFF3;
312
+ }
313
+
314
+ .border-dashed {
315
+ border: 1px dashed #3a82db;
316
+ }
317
+
318
+ .border-gray {
319
+ border-color: #e0e0e0;
320
+ }
321
+
322
+ .relative {
323
+ position: relative;
324
+ }
325
+
326
+ .absolute {
327
+ position: absolute;
328
+ }
329
+
330
+ .table-auto {
331
+ table-layout: auto;
332
+ }
333
+
334
+ .border-separate {
335
+ border-collapse: separate;
336
+ }
337
+
338
+ .h-a {
339
+ height: auto;
340
+ }
341
+
342
+ .h-0 {
343
+ height: 0;
344
+ }
345
+
346
+ .h-12 {
347
+ height: 12px;
348
+ }
349
+
350
+ .h-16 {
351
+ height: 16px;
352
+ }
353
+
354
+ .h-18 {
355
+ height: 18px;
356
+ }
357
+
358
+ .h-24 {
359
+ height: 24px;
360
+ }
361
+
362
+ .h-32 {
363
+ height: 32px;
364
+ }
365
+
366
+ .h-36 {
367
+ height: 36px;
368
+ }
369
+
370
+ .h-48 {
371
+ height: 48px;
372
+ }
373
+
374
+ .px-5 {
375
+ padding-inline: 5px !important;
376
+ }
377
+
378
+ .py-8 {
379
+ padding-block: 8px !important;
380
+ }
381
+
382
+ .pt-3 {
383
+ padding-top: 3px !important;
384
+ }
385
+
386
+ .pb-3 {
387
+ padding-bottom: 3px !important;
388
+ }
389
+
390
+ .pt-5 {
391
+ padding-top: 5px !important;
392
+ }
371
393
 
372
- .pt-3 {
373
- padding-top: 3px !important;
374
- }
394
+ .pb-5 {
395
+ padding-bottom: 5px !important;
396
+ }
375
397
 
376
- .pb-3 {
377
- padding-bottom: 3px !important;
378
- }
398
+ .pt-6 {
399
+ padding-top: 6px !important;
400
+ }
379
401
 
380
- .pt-5 {
381
- padding-top: 5px !important;
382
- }
402
+ .pb-6 {
403
+ padding-bottom: 6px !important;
404
+ }
383
405
 
384
- .pb-5 {
385
- padding-bottom: 5px !important;
386
- }
406
+ .pt-8 {
407
+ padding-top: 8px !important;
408
+ }
387
409
 
388
- .pt-6 {
389
- padding-top: 6px !important;
390
- }
410
+ .pb-8 {
411
+ padding-bottom: 8px !important;
412
+ }
391
413
 
392
- .pb-6 {
393
- padding-bottom: 6px !important;
394
- }
414
+ .pt-10 {
415
+ padding-top: 10px !important;
416
+ }
395
417
 
396
- .pt-8 {
397
- padding-top: 8px !important;
398
- }
418
+ .pb-10 {
419
+ padding-bottom: 10px !important;
420
+ }
399
421
 
400
- .pb-8 {
401
- padding-bottom: 8px !important;
402
- }
422
+ .pt-12 {
423
+ padding-top: 12px !important;
424
+ }
403
425
 
404
- .pt-10 {
405
- padding-top: 10px !important;
406
- }
426
+ .pb-12 {
427
+ padding-bottom: 12px !important;
428
+ }
407
429
 
408
- .pb-10 {
409
- padding-bottom: 10px !important;
410
- }
430
+ .pt-16 {
431
+ padding-top: 16px !important;
432
+ }
411
433
 
412
- .pt-12 {
413
- padding-top: 12px !important;
414
- }
434
+ .pb-16 {
435
+ padding-bottom: 16px !important;
436
+ }
415
437
 
416
- .pb-12 {
417
- padding-bottom: 12px !important;
418
- }
438
+ .pt-18 {
439
+ padding-top: 18px !important;
440
+ }
419
441
 
420
- .pt-16 {
421
- padding-top: 16px !important;
422
- }
442
+ .pb-18 {
443
+ padding-bottom: 18px !important;
444
+ }
423
445
 
424
- .pb-16 {
425
- padding-bottom: 16px !important;
426
- }
446
+ .pt-20 {
447
+ padding-top: 20px !important;
448
+ }
427
449
 
428
- .pt-18 {
429
- padding-top: 18px !important;
430
- }
450
+ .pb-20 {
451
+ padding-bottom: 20px !important;
452
+ }
431
453
 
432
- .pb-18 {
433
- padding-bottom: 18px !important;
434
- }
454
+ .pt-24 {
455
+ padding-top: 24px !important;
456
+ }
435
457
 
436
- .pt-20 {
437
- padding-top: 20px !important;
438
- }
458
+ .pb-24 {
459
+ padding-bottom: 24px !important;
460
+ }
439
461
 
440
- .pb-20 {
441
- padding-bottom: 20px !important;
442
- }
462
+ .line-height-0 {
463
+ line-height: 0;
464
+ }
443
465
 
444
- .pt-24 {
445
- padding-top: 24px !important;
446
- }
466
+ .align-top {
467
+ vertical-align: top;
468
+ }
447
469
 
448
- .pb-24 {
449
- padding-bottom: 24px !important;
450
- }
470
+ .align-text-top {
471
+ vertical-align: text-top;
472
+ }
451
473
 
452
- .line-height-0 {
453
- line-height: 0;
454
- }
474
+ .align-mid,
475
+ .align-middle {
476
+ vertical-align: middle;
477
+ }
455
478
 
456
- .align-top {
457
- vertical-align: top;
458
- }
479
+ .align-bottom {
480
+ vertical-align: bottom;
481
+ }
459
482
 
460
- .align-text-top {
461
- vertical-align: text-top;
462
- }
483
+ .align-text-bottom {
484
+ vertical-align: text-bottom;
485
+ }
463
486
 
464
- .align-mid, .align-middle {
465
- vertical-align: middle;
466
- }
487
+ .text-left {
488
+ text-align: left;
489
+ }
467
490
 
468
- .align-bottom {
469
- vertical-align: bottom;
470
- }
491
+ .text-center {
492
+ text-align: center;
493
+ }
471
494
 
472
- .align-text-bottom {
473
- vertical-align: text-bottom;
474
- }
495
+ .text-right {
496
+ text-align: right;
497
+ }
475
498
 
476
- .text-left {
477
- text-align: left;
478
- }
499
+ .color-primary {
500
+ color: #2c2c2c;
501
+ }
479
502
 
480
- .text-center {
481
- text-align: center;
482
- }
483
-
484
- .text-right {
485
- text-align: right;
486
- }
487
-
488
- .color-primary {
489
- color: #2c2c2c;
490
- }
491
-
492
- .color-333 {
493
- color: #333;
494
- }
495
-
496
- .color-white {
497
- color: #fff;
498
- }
499
-
500
- .color-blue {
501
- color: #006db8;
502
- }
503
-
504
- .color-orange {
505
- color: #f7750b;
506
- }
507
-
508
- .color-light-orange {
509
- color: #f88634;
510
- }
511
-
512
- .color-red {
513
- color: #ff0207;
514
- }
515
-
516
- .cursor-auto {
517
- cursor: auto;
518
- }
519
-
520
- .cursor-default {
521
- cursor: default;
522
- }
523
-
524
- .cursor-pointer {
525
- cursor: pointer;
526
- }
527
-
528
- .cursor-not-allowed {
529
- cursor: not-allowed;
530
- }
531
-
532
- .decoration-none {
533
- text-decoration: none;
534
- }
535
-
536
- .decoration-underline {
537
- text-decoration-line: underline;
538
- }
539
-
540
- .font-bold {
541
- font-weight: bold;
542
- }
543
-
544
- .text-size-0 {
545
- font-size: 0;
546
- }
547
-
548
- .text-size-\[10px\] {
549
- font-size: 10px;
550
- }
551
-
552
- .text-size-\[12px\] {
553
- font-size: 12px;
554
- }
555
-
556
- .text-size-\[14px\] {
557
- font-size: 14px;
558
- }
559
-
560
- .text-size-base {
561
- font-size: 16px;
562
- }
563
-
564
- .text-size-\[16px\] {
565
- font-size: 16px;
566
- }
567
-
568
- .text-size-\[18px\] {
569
- font-size: 18px;
570
- }
571
-
572
- .text-size-\[20px\] {
573
- font-size: 20px;
574
- }
575
-
576
- .text-size-\[22px\] {
577
- font-size: 22px;
578
- }
579
-
580
- .text-size-\[24px\] {
581
- font-size: 24px;
582
- }
583
-
584
- .text-size-\[26px\] {
585
- font-size: 26px;
586
- }
587
- /* 公用样式区,模板样式,适合所有需求,三思而后行 end */
588
-
589
- /* 页面特定样式区,特定需求页面的定制样式,随便霍霍,满足需求即可 start */
590
- .card {
591
- height: 96px;
592
- padding: 12px 16px;
593
- border: 1px solid #fff;
594
- border-radius: 10px;
595
- box-shadow: 0 0 6px 3px #ebf3fe;
596
- background-image: linear-gradient(180deg, #e7f1ff 0%, #ffffff 100%);
597
- }
598
-
599
- .word-cloud-item {
600
- margin: 0 6px;
601
- line-height: 36px;
602
- font-size: 20px;
603
- /*font-weight: 500;*/
604
- letter-spacing: 0;
605
- }
606
-
607
- .word-cloud-item a[href] {
608
- text-decoration: underline;
609
- cursor: pointer;
610
- }
611
-
612
- .word-cloud-item a:hover:not([href]) {
613
- text-decoration: none !important;
614
- }
615
- /* 页面特定样式区,特定需求页面的定制样式,随便霍霍,满足需求即可 end */
616
- </style>
617
- </head>
618
-
619
- <body>
620
- <table cellspacing="0" cellpadding="0" border="0" id="app" class="app">
621
- <tbody>
622
- <tr>
623
- <td>
624
- <!-- 页头 start -->
625
- <table cellspacing="0" cellpadding="0" border="0" class="header">
626
- <colgroup>
627
- <col width="10px" />
628
- <col />
629
- <col />
630
- <col width="10px" />
631
- </colgroup>
632
-
633
- <tbody>
634
- <tr>
635
- <td colspan="4">
636
- <a href="https://www.elabscience.com/" class="banner image-box">
637
- <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/header.webp" alt="Elabscience" />
638
- </a>
639
- </td>
640
- </tr>
641
-
642
- <tr>
643
- <td colspan="4" class="h-16"></td>
644
- </tr>
645
-
646
- <tr>
647
- <td></td>
648
- <td colspan="2">
649
- <table cellspacing="0" cellpadding="0" border="0" class="navigation text-center table-auto">
650
- <tbody>
651
- <tr>
652
- <td>
653
- <a href="https://www.elabscience.com/products/flow-cytometry-antibodies" class="decoration-none">Flow Cytometry Antibodies</a>
654
- </td>
655
- <td>
656
- <a href="https://www.elabscience.com/products/cell-function-assays" class="decoration-none">Apoptosis and Cell Health Detection</a>
657
- </td>
658
- <td>
659
- <a href="https://www.elabscience.com/products/immunoassay-kits-and-reagents" class="decoration-none">Immunoassay Kits</a>
660
- </td>
661
- </tr>
662
- </tbody>
663
- </table>
664
- </td>
665
- <td></td>
666
- </tr>
667
-
668
- <tr>
669
- <td colspan="4" class="h-16"></td>
670
- </tr>
671
- </tbody>
672
- </table>
673
- <!-- 页头 end -->
674
-
675
- <!-- 主体 start -->
676
- <table cellspacing="0" cellpadding="0" border="0" class="main">
677
- <colgroup>
678
- <col width="10px" />
679
- <col />
680
- <col />
681
- <col width="10px" />
682
- </colgroup>
683
-
684
- <tbody id="content">
685
- <tr>
686
- <td colspan="4" class="image-box">
687
- <a href="https://www.elabscience.com/about/promotions/39">
688
- <img src="https://file.elabscience.com/edm/202605061010/banner.webp" />
689
- </a>
690
- </td>
691
- </tr>
692
-
693
- <tr>
694
- <td colspan="4" class="h-16"></td>
695
- </tr>
696
-
697
- <tr>
698
- <td></td>
699
- <td colspan="2">Achieving high-purity neuronal cultures with long-term viability remains one of the most significant challenges in neuroscience. To support your research precision, we have refined our Neurobasal media series to cater to specific developmental stages of the central nervous system (CNS).</td>
700
- <td></td>
701
- </tr>
702
-
703
- <tr>
704
- <td colspan="4" class="h-16"></td>
705
- </tr>
706
-
707
- <tr>
708
- <td></td>
709
- <td colspan="2" class="text-center">
710
- <a href="https://www.procellsystem.com/service/research" class="button-orange decoration-none text-center" style="min-width: 240px;">View Service Details</a>
711
- </td>
712
- <td></td>
713
- </tr>
714
-
715
- <tr>
716
- <td colspan="4" class="h-16"></td>
717
- </tr>
718
-
719
- <tr>
720
- <td></td>
721
- <td colspan="2" class="pb-6">
722
- <strong>Empower Your Research with Elabscience<sup>&reg;</sup></strong>
723
- </td>
724
- <td></td>
725
- </tr>
726
-
727
- <tr>
728
- <td></td>
729
- <td colspan="2">From cell isolation and antibody solutions to functional assays, we provide tools that support every step of your cancer research workflow. We look forward to meeting you in person at AACR and discuss how we can support your research.</td>
730
- <td></td>
731
- </tr>
732
-
733
- <tr>
734
- <td colspan="4" class="h-24"></td>
735
- </tr>
736
-
737
- <tr>
738
- <td colspan="4">
739
- <table cellspacing="0" cellpadding="0" border="0" class="bg-light-primary">
740
- <colgroup>
741
- <col width="10px" />
742
- <col />
743
- <col width="10px" />
744
- </colgroup>
745
-
746
- <tbody>
747
- <tr>
748
- <td colspan="3" class="h-16"></td>
749
- </tr>
750
-
751
- <tr>
752
- <td></td>
753
- <td>Unreliable ELISA results? You're not alone. Small errors in pipetting, washing, or timing can ruin your entire assay. Watch step-by-step ELISA videos to improve accuracy and reproducibility.</td>
754
- <td></td>
755
- </tr>
756
-
757
- <tr>
758
- <td colspan="3" class="h-16"></td>
759
- </tr>
760
-
761
- <tr>
762
- <td></td>
763
- <td class="text-center">
764
- <a href="https://www.elabscience.com/resources/elisa-research-videos" class="button-orange decoration-none text-center text-size-[14px] font-bold" style="min-width: 240px;">Watch & Fix My ELISA Workflow</a>
765
- </td>
766
- <td></td>
767
- </tr>
768
-
769
- <tr>
770
- <td colspan="3" class="h-16"></td>
771
- </tr>
772
- </tbody>
773
- </table>
774
- </td>
775
- </tr>
776
-
777
- <tr>
778
- <td colspan="4" class="h-16"></td>
779
- </tr>
780
-
781
- <tr>
782
- <td></td>
783
- <td colspan="2">
784
- <table cellspacing="0" cellpadding="0" border="0">
785
- <colgroup>
786
- <col />
787
- <col width="32px" />
788
- <col />
789
- </colgroup>
790
-
791
- <tbody>
792
- <tr>
793
- <td colspan="3">
794
- <p class="text-size-[22px]"><strong>Find Your ELISA Solution Faster</strong></p>
795
- <p class="color-333">Used by thousands of researchers to improve ELISA consistency.</p>
796
- </td>
797
- </tr>
798
-
799
- <tr>
800
- <td colspan="3" class="h-16"></td>
801
- </tr>
802
-
803
- <tr>
804
- <td class="card">
805
- <p class="color-333 text-size-[20px]"><strong>Need faster results?</strong></p>
806
- <p><a href="https://www.elabscience.com/search?category=quickey-pro-elisa-kits" class="text-link">Quickey Pro<sup>&trade;</sup> ELISA (90 min assay)</a></p>
807
- </td>
808
- <td></td>
809
- <td class="card">
810
- <p class="color-333 text-size-[20px]"><strong>Limited sample volume?</strong></p>
811
- <p><a href="https://www.elabscience.com/search?category=mini-sample-elisa-kits" class="text-link">Mini Sample Kits (25 μL)</a></p>
812
- </td>
813
- </tr>
814
-
815
- <tr>
816
- <td colspan="3" class="h-24"></td>
817
- </tr>
818
-
819
- <tr>
820
- <td class="card">
821
- <p class="color-333 text-size-[20px]"><strong>Detect ultra-low targets?</strong></p>
822
- <p><a href="https://www.elabscience.com/search?category=high-sensitivity-elisa-kits" class="text-link">High Sensitivity Kits (fg level)</a></p>
823
- </td>
824
- <td></td>
825
- <td class="card">
826
- <p class="color-333 text-size-[20px]"><strong>Working with cell supernatants?</strong></p>
827
- <p><a href="https://www.elabscience.com/products/cella-quant-elisa-kits" class="text-link">CellaQuant<sup>&trade;</sup> ELISA</a></p>
828
- </td>
829
- </tr>
830
-
831
- <tr>
832
- <td colspan="3" class="h-24"></td>
833
- </tr>
834
-
835
- <tr>
836
- <td class="card">
837
- <p class="color-333 text-size-[20px]"><strong>Building your own assay?</strong></p>
838
- <p><a href="https://www.elabscience.com/products/uncoated-elisa-kits" class="text-link">Uncoated Kits</a></p>
839
- </td>
840
- <td></td>
841
- <td class="card">
842
- <p class="color-333 text-size-[20px]"><strong>Routine protein detection?</strong></p>
843
- <p><a href="https://www.elabscience.com/search?category=traditional-elisa-kits" class="text-link">Traditional ELISA</a></p>
844
- </td>
845
- </tr>
846
-
847
- <tr>
848
- <td colspan="3" class="h-24"></td>
849
- </tr>
850
-
851
- <tr>
852
- <td class="card">
853
- <p class="color-333 text-size-[20px]"><strong>Single-cell cytokine analysis?</strong></p>
854
- <p><a href="https://www.elabscience.com/products/elispot-kits" class="text-link">ELISPOT Kits</a></p>
855
- </td>
856
- <td></td>
857
- <td></td>
858
- </tr>
859
- </tbody>
860
- </table>
861
- </td>
862
- <td></td>
863
- </tr>
864
-
865
- <tr>
866
- <td colspan="4" class="h-36"></td>
867
- </tr>
868
-
869
- <tr>
870
- <td></td>
871
- <td colspan="2">
872
- <span class="title color-blue">New Product Highlights</span>
873
- </td>
874
- <td></td>
875
- </tr>
876
-
877
- <tr>
878
- <td colspan="4" class="h-16"></td>
879
- </tr>
880
-
881
- <tr>
882
- <td></td>
883
- <td colspan="2" class="bg-gray">
884
- <table cellspacing="0" cellpadding="0" border="0">
885
- <colgroup>
886
- <col width="35%" />
887
- <col />
888
- </colgroup>
889
-
890
- <tbody class="align-middle">
891
- <tr>
892
- <td colspan="2" style="padding: 3px 5px 8px;">
893
- <p class="title color-light-orange"><strong style="display: inline-block; margin-top: -6px; margin-left: -12px; font-size: 36px; line-height: 0; vertical-align: middle; ">•</strong>Streamlined & High-Throughput</p>
894
- <p class="title">Nitric Oxide (NO) Colorimetric Assay Kit (E-BC-K817-M)</p>
895
- </td>
896
- </tr>
897
-
898
- <tr>
899
- <td rowspan="2" style="padding-right: 12px;" class="image-box">
900
- <a href="https://www.elabscience.com/p/nitric-oxide-no-colorimetric-assay-kit--e-bc-k817-m">
901
- <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605061010/Streamlined & High-Throughput.webp" />
902
- </a>
903
- </td>
904
- <td>
905
- Uses an innovative chemical reduction method enabling direct microplate reading, no transfer, no centrifugation. Ideal for high-throughput NO quantification in diverse samples.
906
- </td>
907
- </tr>
908
-
909
- <tr>
910
- <td class="text-right pt-18" style="padding: 12px 24px 12px 0;">
911
- <a href="https://www.elabscience.com/p/nitric-oxide-no-colorimetric-assay-kit--e-bc-k817-m" class="button font-bold decoration-none py-8">Get More Details</a>
912
- </td>
913
- </tr>
914
- </tbody>
915
- </table>
916
- </td>
917
- <td></td>
918
- </tr>
919
-
920
- <tr>
921
- <td colspan="4" class="h-24"></td>
922
- </tr>
923
-
924
- <tr>
925
- <td></td>
926
- <td colspan="2" class="bg-gray">
927
- <table cellspacing="0" cellpadding="0" border="0">
928
- <colgroup>
929
- <col width="35%" />
930
- <col />
931
- </colgroup>
932
-
933
- <tbody class="align-middle">
934
- <tr>
935
- <td colspan="2" style="padding: 3px 5px 8px;">
936
- <p class="title color-light-orange"><strong style="display: inline-block; margin-top: -6px; margin-left: -12px; font-size: 36px; line-height: 0; vertical-align: middle; ">•</strong>Live-Cell Real-Time Monitoring</p>
937
- <p class="title">Nitric Oxide (NO) Fluorometric Assay Kit (E-BC-F021)</p>
938
- </td>
939
- </tr>
940
-
941
- <tr>
942
- <td rowspan="2" style="padding-right: 12px;" class="image-box">
943
- <a href="https://www.elabscience.com/p/nitric-oxide-no-fluorometric-assay-kit--e-bc-f021">
944
- <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605061010/Live-Cell Real-Time Monitoring.webp" />
945
- </a>
946
- </td>
947
- <td>
948
- Features DAF-FM DA fluorescent probe to directly detect intracellular NO in living cells, perfect for dynamic cell biology studies.
949
- </td>
950
- </tr>
951
-
952
- <tr>
953
- <td class="text-right pt-18" style="padding: 12px 24px 12px 0;">
954
- <a href="https://www.elabscience.com/p/nitric-oxide-no-fluorometric-assay-kit--e-bc-f021" class="button font-bold decoration-none py-8">Get More Details</a>
955
- </td>
956
- </tr>
957
- </tbody>
958
- </table>
959
- </td>
960
- <td></td>
961
- </tr>
962
-
963
- <tr>
964
- <td colspan="4" class="h-32"></td>
965
- </tr>
966
-
967
- <tr>
968
- <td></td>
969
- <td colspan="2">
970
- <table cellspacing="0" cellpadding="0" border="0">
971
- <colgroup>
972
- <col />
973
- </colgroup>
974
-
975
- <tbody class="align-middle">
976
- <tr>
977
- <td><span class="title">Product Features</span></td>
978
- </tr>
979
-
980
- <tr>
981
- <td class="h-16"></td>
982
- </tr>
983
-
984
- <tr>
985
- <td>
986
- <p class="pb-5"><strong>• Simple & Efficient:</strong> One-step microplate assay</p>
987
- <p class="pb-5"><strong>• High Sensitivity & Wide Linear Range:</strong> 0.46–100 μmol/L</p>
988
- <p class="pb-5"><strong>• Broad Sample Compatibility:</strong> Serum, plasma, urine, tissue, cells</p>
989
- <p><strong>• Total NO Measurement:</strong> Quantifies NO<sub>3</sub><sup>-</sup>+NO<sub>2</sub><sup>-</sup> for complete metabolic insight</p>
990
- </td>
991
- </tr>
992
- </tbody>
993
- </table>
994
- </td>
995
- <td></td>
996
- </tr>
997
-
998
- <tr>
999
- <td colspan="4" class="h-32"></td>
1000
- </tr>
1001
-
1002
- <tr>
1003
- <td></td>
1004
- <td colspan="2">
1005
- <table cellspacing="0" cellpadding="0" border="0">
1006
- <colgroup>
1007
- <col />
1008
- <col width="8px" />
1009
- <col />
1010
- <col width="8px" />
1011
- <col />
1012
- </colgroup>
1013
-
1014
- <tbody class="align-top">
1015
- <tr>
1016
- <td colspan="5"><span class="title">Data Demonstration</span></td>
1017
- </tr>
1018
-
1019
- <tr>
1020
- <td colspan="5" class="h-16"></td>
1021
- </tr>
1022
-
1023
- <tr>
1024
- <td>
1025
- <div class="border border-gray">
1026
- <div class="image-box">
1027
- <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605061010/Data Demonstration-01.webp" alt="" />
1028
- </div>
1029
-
1030
- <p class="bg-light-primary" style="min-height: 54px; padding: 3px 8px;">Excellent Standard Curve</p>
503
+ .color-333 {
504
+ color: #333;
505
+ }
506
+
507
+ .color-white {
508
+ color: #fff;
509
+ }
510
+
511
+ .color-blue {
512
+ color: #006db8;
513
+ }
514
+
515
+ .color-orange {
516
+ color: #f7750b;
517
+ }
518
+
519
+ .color-light-orange {
520
+ color: #f88634;
521
+ }
522
+
523
+ .color-red {
524
+ color: #ff0207;
525
+ }
526
+
527
+ .cursor-auto {
528
+ cursor: auto;
529
+ }
530
+
531
+ .cursor-default {
532
+ cursor: default;
533
+ }
534
+
535
+ .cursor-pointer {
536
+ cursor: pointer;
537
+ }
538
+
539
+ .cursor-not-allowed {
540
+ cursor: not-allowed;
541
+ }
542
+
543
+ .decoration-none {
544
+ text-decoration: none;
545
+ }
546
+
547
+ .decoration-underline {
548
+ text-decoration-line: underline;
549
+ }
550
+
551
+ .font-bold {
552
+ font-weight: bold;
553
+ }
554
+
555
+ .text-size-0 {
556
+ font-size: 0;
557
+ }
558
+
559
+ .text-size-\[10px\] {
560
+ font-size: 10px;
561
+ }
562
+
563
+ .text-size-\[12px\] {
564
+ font-size: 12px;
565
+ }
566
+
567
+ .text-size-\[14px\] {
568
+ font-size: 14px;
569
+ }
570
+
571
+ .text-size-base {
572
+ font-size: 16px;
573
+ }
574
+
575
+ .text-size-\[16px\] {
576
+ font-size: 16px;
577
+ }
578
+
579
+ .text-size-\[18px\] {
580
+ font-size: 18px;
581
+ }
582
+
583
+ .text-size-\[20px\] {
584
+ font-size: 20px;
585
+ }
586
+
587
+ .text-size-\[22px\] {
588
+ font-size: 22px;
589
+ }
590
+
591
+ .text-size-\[24px\] {
592
+ font-size: 24px;
593
+ }
594
+
595
+ .text-size-\[26px\] {
596
+ font-size: 26px;
597
+ }
598
+
599
+ /* 公用样式区,模板样式,适合所有需求,三思而后行 end */
600
+
601
+ /* 页面特定样式区,特定需求页面的定制样式,随便霍霍,满足需求即可 start */
602
+ .card {
603
+ height: 96px;
604
+ padding: 12px 16px;
605
+ border: 1px solid #fff;
606
+ border-radius: 10px;
607
+ box-shadow: 0 0 6px 3px #ebf3fe;
608
+ background-image: linear-gradient(180deg, #e7f1ff 0%, #ffffff 100%);
609
+ }
610
+
611
+ .word-cloud-item {
612
+ margin: 0 6px;
613
+ line-height: 36px;
614
+ font-size: 20px;
615
+ /*font-weight: 500;*/
616
+ letter-spacing: 0;
617
+ }
618
+
619
+ .word-cloud-item a[href] {
620
+ text-decoration: underline;
621
+ cursor: pointer;
622
+ }
623
+
624
+ .word-cloud-item a:hover:not([href]) {
625
+ text-decoration: none !important;
626
+ }
627
+
628
+ /* 页面特定样式区,特定需求页面的定制样式,随便霍霍,满足需求即可 end */
629
+ </style>
630
+ </head>
631
+
632
+ <body>
633
+ <table cellspacing="0" cellpadding="0" border="0" id="app" class="app">
634
+ <tbody>
635
+ <tr>
636
+ <td>
637
+ <!-- 页头 start -->
638
+ <table cellspacing="0" cellpadding="0" border="0" class="header">
639
+ <colgroup>
640
+ <col width="10px" />
641
+ <col />
642
+ <col />
643
+ <col width="10px" />
644
+ </colgroup>
645
+
646
+ <tbody>
647
+ <tr>
648
+ <td colspan="4">
649
+ <a href="https://www.elabscience.com/" class="banner image-box">
650
+ <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/header.webp" alt="Elabscience" />
651
+ </a>
652
+ </td>
653
+ </tr>
654
+
655
+ <tr>
656
+ <td colspan="4" class="h-16"></td>
657
+ </tr>
658
+
659
+ <tr>
660
+ <td></td>
661
+ <td colspan="2">
662
+ <table cellspacing="0" cellpadding="0" border="0" class="navigation text-center table-auto">
663
+ <tbody>
664
+ <tr>
665
+ <td>
666
+ <a href="https://www.elabscience.com/products/flow-cytometry-antibodies"
667
+ class="decoration-none">Flow Cytometry Antibodies</a>
668
+ </td>
669
+ <td>
670
+ <a href="https://www.elabscience.com/products/cell-function-assays"
671
+ class="decoration-none">Apoptosis and Cell Health Detection</a>
672
+ </td>
673
+ <td>
674
+ <a href="https://www.elabscience.com/products/immunoassay-kits-and-reagents"
675
+ class="decoration-none">Immunoassay Kits</a>
676
+ </td>
677
+ </tr>
678
+ </tbody>
679
+ </table>
680
+ </td>
681
+ <td></td>
682
+ </tr>
683
+
684
+ <tr>
685
+ <td colspan="4" class="h-16"></td>
686
+ </tr>
687
+ </tbody>
688
+ </table>
689
+ <!-- 页头 end -->
690
+
691
+ <!-- 主体 start -->
692
+ <table cellspacing="0" cellpadding="0" border="0" class="main">
693
+ <colgroup>
694
+ <col width="10px" />
695
+ <col />
696
+ <col />
697
+ <col width="10px" />
698
+ </colgroup>
699
+
700
+ <tbody id="content">
701
+ <tr>
702
+ <td colspan="4" class="image-box">
703
+ <a href="https://www.elabscience.com/about/promotions/39">
704
+ <img src="https://file.elabscience.com/edm/202605061010/banner.webp" />
705
+ </a>
706
+ </td>
707
+ </tr>
708
+
709
+ <tr>
710
+ <td colspan="4" class="h-16"></td>
711
+ </tr>
712
+
713
+ <tr>
714
+ <td></td>
715
+ <td colspan="2">Achieving high-purity neuronal cultures with long-term viability remains one of the most
716
+ significant challenges in neuroscience. To support your research precision, we have refined our
717
+ Neurobasal media series to cater to specific developmental stages of the central nervous system (CNS).
718
+ </td>
719
+ <td></td>
720
+ </tr>
721
+
722
+ <tr>
723
+ <td colspan="4" class="h-16"></td>
724
+ </tr>
725
+
726
+ <tr>
727
+ <td></td>
728
+ <td colspan="2" class="text-center">
729
+ <a href="https://www.procellsystem.com/service/research"
730
+ class="button-orange decoration-none text-center" style="min-width: 240px;">View Service Details</a>
731
+ </td>
732
+ <td></td>
733
+ </tr>
734
+
735
+ <tr>
736
+ <td colspan="4" class="h-16"></td>
737
+ </tr>
738
+
739
+ <tr>
740
+ <td></td>
741
+ <td colspan="2" class="pb-6">
742
+ <strong>Empower Your Research with Elabscience<sup>&reg;</sup></strong>
743
+ </td>
744
+ <td></td>
745
+ </tr>
746
+
747
+ <tr>
748
+ <td></td>
749
+ <td colspan="2">From cell isolation and antibody solutions to functional assays, we provide tools that
750
+ support every step of your cancer research workflow. We look forward to meeting you in person at AACR
751
+ and discuss how we can support your research.</td>
752
+ <td></td>
753
+ </tr>
754
+
755
+ <tr>
756
+ <td colspan="4" class="h-24"></td>
757
+ </tr>
758
+
759
+ <tr>
760
+ <td colspan="4">
761
+ <table cellspacing="0" cellpadding="0" border="0" class="bg-light-primary">
762
+ <colgroup>
763
+ <col width="10px" />
764
+ <col />
765
+ <col width="10px" />
766
+ </colgroup>
767
+
768
+ <tbody>
769
+ <tr>
770
+ <td colspan="3" class="h-16"></td>
771
+ </tr>
772
+
773
+ <tr>
774
+ <td></td>
775
+ <td>Unreliable ELISA results? You're not alone. Small errors in pipetting, washing, or timing
776
+ can ruin your entire assay. Watch step-by-step ELISA videos to improve accuracy and
777
+ reproducibility.</td>
778
+ <td></td>
779
+ </tr>
780
+
781
+ <tr>
782
+ <td colspan="3" class="h-16"></td>
783
+ </tr>
784
+
785
+ <tr>
786
+ <td></td>
787
+ <td class="text-center">
788
+ <a href="https://www.elabscience.com/resources/elisa-research-videos"
789
+ class="button-orange decoration-none text-center text-size-[14px] font-bold"
790
+ style="min-width: 240px;">Watch & Fix My ELISA Workflow</a>
791
+ </td>
792
+ <td></td>
793
+ </tr>
794
+
795
+ <tr>
796
+ <td colspan="3" class="h-16"></td>
797
+ </tr>
798
+ </tbody>
799
+ </table>
800
+ </td>
801
+ </tr>
802
+
803
+ <tr>
804
+ <td colspan="4" class="h-16"></td>
805
+ </tr>
806
+
807
+ <tr>
808
+ <td></td>
809
+ <td colspan="2">
810
+ <table cellspacing="0" cellpadding="0" border="0">
811
+ <colgroup>
812
+ <col />
813
+ <col width="32px" />
814
+ <col />
815
+ </colgroup>
816
+
817
+ <tbody>
818
+ <tr>
819
+ <td colspan="3">
820
+ <p class="text-size-[22px]"><strong>Find Your ELISA Solution Faster</strong></p>
821
+ <p class="color-333">Used by thousands of researchers to improve ELISA consistency.</p>
822
+ </td>
823
+ </tr>
824
+
825
+ <tr>
826
+ <td colspan="3" class="h-16"></td>
827
+ </tr>
828
+
829
+ <tr>
830
+ <td class="card">
831
+ <p class="color-333 text-size-[20px]"><strong>Need faster results?</strong></p>
832
+ <p><a href="https://www.elabscience.com/search?category=quickey-pro-elisa-kits"
833
+ class="text-link">Quickey Pro<sup>&trade;</sup> ELISA (90 min assay)</a></p>
834
+ </td>
835
+ <td></td>
836
+ <td class="card">
837
+ <p class="color-333 text-size-[20px]"><strong>Limited sample volume?</strong></p>
838
+ <p><a href="https://www.elabscience.com/search?category=mini-sample-elisa-kits"
839
+ class="text-link">Mini Sample Kits (25 μL)</a></p>
840
+ </td>
841
+ </tr>
842
+
843
+ <tr>
844
+ <td colspan="3" class="h-24"></td>
845
+ </tr>
846
+
847
+ <tr>
848
+ <td class="card">
849
+ <p class="color-333 text-size-[20px]"><strong>Detect ultra-low targets?</strong></p>
850
+ <p><a href="https://www.elabscience.com/search?category=high-sensitivity-elisa-kits"
851
+ class="text-link">High Sensitivity Kits (fg level)</a></p>
852
+ </td>
853
+ <td></td>
854
+ <td class="card">
855
+ <p class="color-333 text-size-[20px]"><strong>Working with cell supernatants?</strong></p>
856
+ <p><a href="https://www.elabscience.com/products/cella-quant-elisa-kits"
857
+ class="text-link">CellaQuant<sup>&trade;</sup> ELISA</a></p>
858
+ </td>
859
+ </tr>
860
+
861
+ <tr>
862
+ <td colspan="3" class="h-24"></td>
863
+ </tr>
864
+
865
+ <tr>
866
+ <td class="card">
867
+ <p class="color-333 text-size-[20px]"><strong>Building your own assay?</strong></p>
868
+ <p><a href="https://www.elabscience.com/products/uncoated-elisa-kits"
869
+ class="text-link">Uncoated Kits</a></p>
870
+ </td>
871
+ <td></td>
872
+ <td class="card">
873
+ <p class="color-333 text-size-[20px]"><strong>Routine protein detection?</strong></p>
874
+ <p><a href="https://www.elabscience.com/search?category=traditional-elisa-kits"
875
+ class="text-link">Traditional ELISA</a></p>
876
+ </td>
877
+ </tr>
878
+
879
+ <tr>
880
+ <td colspan="3" class="h-24"></td>
881
+ </tr>
882
+
883
+ <tr>
884
+ <td class="card">
885
+ <p class="color-333 text-size-[20px]"><strong>Single-cell cytokine analysis?</strong></p>
886
+ <p><a href="https://www.elabscience.com/products/elispot-kits" class="text-link">ELISPOT
887
+ Kits</a></p>
888
+ </td>
889
+ <td></td>
890
+ <td></td>
891
+ </tr>
892
+ </tbody>
893
+ </table>
894
+ </td>
895
+ <td></td>
896
+ </tr>
897
+
898
+ <tr>
899
+ <td colspan="4" class="h-36"></td>
900
+ </tr>
901
+
902
+ <tr>
903
+ <td></td>
904
+ <td colspan="2">
905
+ <span class="title color-blue">New Product Highlights</span>
906
+ </td>
907
+ <td></td>
908
+ </tr>
909
+
910
+ <tr>
911
+ <td colspan="4" class="h-16"></td>
912
+ </tr>
913
+
914
+ <tr>
915
+ <td></td>
916
+ <td colspan="2" class="bg-gray">
917
+ <table cellspacing="0" cellpadding="0" border="0">
918
+ <colgroup>
919
+ <col width="35%" />
920
+ <col />
921
+ </colgroup>
922
+
923
+ <tbody class="align-middle">
924
+ <tr>
925
+ <td colspan="2" style="padding: 3px 5px 8px;">
926
+ <p class="title color-light-orange"><strong
927
+ style="display: inline-block; margin-top: -6px; margin-left: -12px; font-size: 36px; line-height: 0; vertical-align: middle; ">•</strong>Streamlined
928
+ & High-Throughput</p>
929
+ <p class="title">Nitric Oxide (NO) Colorimetric Assay Kit (E-BC-K817-M)</p>
930
+ </td>
931
+ </tr>
932
+
933
+ <tr>
934
+ <td rowspan="2" style="padding-right: 12px;" class="image-box">
935
+ <a href="https://www.elabscience.com/p/nitric-oxide-no-colorimetric-assay-kit--e-bc-k817-m">
936
+ <img
937
+ src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605061010/Streamlined & High-Throughput.webp" />
938
+ </a>
939
+ </td>
940
+ <td>
941
+ Uses an innovative chemical reduction method enabling direct microplate reading, no transfer,
942
+ no centrifugation. Ideal for high-throughput NO quantification in diverse samples.
943
+ </td>
944
+ </tr>
945
+
946
+ <tr>
947
+ <td class="text-right pt-18" style="padding: 12px 24px 12px 0;">
948
+ <a href="https://www.elabscience.com/p/nitric-oxide-no-colorimetric-assay-kit--e-bc-k817-m"
949
+ class="button font-bold decoration-none py-8">Get More Details</a>
950
+ </td>
951
+ </tr>
952
+ </tbody>
953
+ </table>
954
+ </td>
955
+ <td></td>
956
+ </tr>
957
+
958
+ <tr>
959
+ <td colspan="4" class="h-24"></td>
960
+ </tr>
961
+
962
+ <tr>
963
+ <td></td>
964
+ <td colspan="2" class="bg-gray">
965
+ <table cellspacing="0" cellpadding="0" border="0">
966
+ <colgroup>
967
+ <col width="35%" />
968
+ <col />
969
+ </colgroup>
970
+
971
+ <tbody class="align-middle">
972
+ <tr>
973
+ <td colspan="2" style="padding: 3px 5px 8px;">
974
+ <p class="title color-light-orange"><strong
975
+ style="display: inline-block; margin-top: -6px; margin-left: -12px; font-size: 36px; line-height: 0; vertical-align: middle; ">•</strong>Live-Cell
976
+ Real-Time Monitoring</p>
977
+ <p class="title">Nitric Oxide (NO) Fluorometric Assay Kit (E-BC-F021)</p>
978
+ </td>
979
+ </tr>
980
+
981
+ <tr>
982
+ <td rowspan="2" style="padding-right: 12px;" class="image-box">
983
+ <a href="https://www.elabscience.com/p/nitric-oxide-no-fluorometric-assay-kit--e-bc-f021">
984
+ <img
985
+ src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605061010/Live-Cell Real-Time Monitoring.webp" />
986
+ </a>
987
+ </td>
988
+ <td>
989
+ Features DAF-FM DA fluorescent probe to directly detect intracellular NO in living cells,
990
+ perfect for dynamic cell biology studies.
991
+ </td>
992
+ </tr>
993
+
994
+ <tr>
995
+ <td class="text-right pt-18" style="padding: 12px 24px 12px 0;">
996
+ <a href="https://www.elabscience.com/p/nitric-oxide-no-fluorometric-assay-kit--e-bc-f021"
997
+ class="button font-bold decoration-none py-8">Get More Details</a>
998
+ </td>
999
+ </tr>
1000
+ </tbody>
1001
+ </table>
1002
+ </td>
1003
+ <td></td>
1004
+ </tr>
1005
+
1006
+ <tr>
1007
+ <td colspan="4" class="h-32"></td>
1008
+ </tr>
1009
+
1010
+ <tr>
1011
+ <td></td>
1012
+ <td colspan="2">
1013
+ <table cellspacing="0" cellpadding="0" border="0">
1014
+ <colgroup>
1015
+ <col />
1016
+ </colgroup>
1017
+
1018
+ <tbody class="align-middle">
1019
+ <tr>
1020
+ <td><span class="title">Product Features</span></td>
1021
+ </tr>
1022
+
1023
+ <tr>
1024
+ <td class="h-16"></td>
1025
+ </tr>
1026
+
1027
+ <tr>
1028
+ <td>
1029
+ <p class="pb-5"><strong>• Simple & Efficient:</strong> One-step microplate assay</p>
1030
+ <p class="pb-5"><strong>• High Sensitivity & Wide Linear Range:</strong> 0.46–100 μmol/L</p>
1031
+ <p class="pb-5"><strong>• Broad Sample Compatibility:</strong> Serum, plasma, urine, tissue,
1032
+ cells</p>
1033
+ <p><strong>• Total NO Measurement:</strong> Quantifies
1034
+ NO<sub>3</sub><sup>-</sup>+NO<sub>2</sub><sup>-</sup> for complete metabolic insight</p>
1035
+ </td>
1036
+ </tr>
1037
+ </tbody>
1038
+ </table>
1039
+ </td>
1040
+ <td></td>
1041
+ </tr>
1042
+
1043
+ <tr>
1044
+ <td colspan="4" class="h-32"></td>
1045
+ </tr>
1046
+
1047
+ <tr>
1048
+ <td></td>
1049
+ <td colspan="2">
1050
+ <table cellspacing="0" cellpadding="0" border="0">
1051
+ <colgroup>
1052
+ <col />
1053
+ <col width="8px" />
1054
+ <col />
1055
+ <col width="8px" />
1056
+ <col />
1057
+ </colgroup>
1058
+
1059
+ <tbody class="align-top">
1060
+ <tr>
1061
+ <td colspan="5"><span class="title">Data Demonstration</span></td>
1062
+ </tr>
1063
+
1064
+ <tr>
1065
+ <td colspan="5" class="h-16"></td>
1066
+ </tr>
1067
+
1068
+ <tr>
1069
+ <td>
1070
+ <div class="border border-gray">
1071
+ <div class="image-box">
1072
+ <img
1073
+ src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605061010/Data Demonstration-01.webp"
1074
+ alt="" />
1031
1075
  </div>
1032
- </td>
1033
1076
 
1034
- <td></td>
1077
+ <p class="bg-light-primary" style="min-height: 54px; padding: 3px 8px;">Excellent Standard
1078
+ Curve</p>
1079
+ </div>
1080
+ </td>
1035
1081
 
1036
- <td>
1037
- <div class="border border-gray">
1038
- <div class="image-box">
1039
- <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605061010/Data Demonstration-02.webp" alt="" />
1040
- </div>
1082
+ <td></td>
1041
1083
 
1042
- <p class="bg-light-primary" style="min-height: 54px; padding: 3px 8px;">Accurate Recovery of Nitrate & Nitrite Standards</p>
1084
+ <td>
1085
+ <div class="border border-gray">
1086
+ <div class="image-box">
1087
+ <img
1088
+ src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605061010/Data Demonstration-02.webp"
1089
+ alt="" />
1043
1090
  </div>
1044
- </td>
1045
1091
 
1046
- <td></td>
1092
+ <p class="bg-light-primary" style="min-height: 54px; padding: 3px 8px;">Accurate Recovery of
1093
+ Nitrate & Nitrite Standards</p>
1094
+ </div>
1095
+ </td>
1047
1096
 
1048
- <td>
1049
- <div class="border border-gray">
1050
- <div class="image-box">
1051
- <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605061010/Data Demonstration-03.webp" alt="" />
1052
- </div>
1097
+ <td></td>
1053
1098
 
1054
- <p class="bg-light-primary" style="min-height: 54px; padding: 3px 8px;">Reliable Detection in <br />Raw 264.7 Cells (M1 vs M0)</p>
1099
+ <td>
1100
+ <div class="border border-gray">
1101
+ <div class="image-box">
1102
+ <img
1103
+ src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605061010/Data Demonstration-03.webp"
1104
+ alt="" />
1055
1105
  </div>
1056
- </td>
1057
- </tr>
1058
-
1059
- <tr>
1060
- <td colspan="5" class="h-16"></td>
1061
- </tr>
1062
-
1063
- <tr>
1064
- <td colspan="5">We offer more NO detection products with high sensitivity and specificity, covering various sample types and platforms.</td>
1065
- </tr>
1066
-
1067
- <tr>
1068
- <td colspan="5" class="text-center pt-18">
1069
- <a href="https://www.elabscience.com/search?category=metabolism-assays&keywords=NO" class="button font-bold decoration-none py-8">Discover More NO Detection Products</a>
1070
- </td>
1071
- </tr>
1072
- </tbody>
1073
- </table>
1074
- </td>
1075
- <td></td>
1076
- </tr>
1077
-
1078
- <tr>
1079
- <td colspan="4" class="h-24"></td>
1080
- </tr>
1081
-
1082
- <tr>
1083
- <td></td>
1084
- <td colspan="2">
1085
- <table cellspacing="0" cellpadding="0" border="0">
1086
- <colgroup>
1087
- <col width="40%" />
1088
- <col />
1089
- </colgroup>
1090
-
1091
- <tbody class="align-middle">
1092
- <tr>
1093
- <td colspan="2" class="pb-16">
1094
- <span class="title">Recombinant Proteins for Functional Research</span>
1095
- </td>
1096
- </tr>
1097
-
1098
- <tr>
1099
- <td style="padding-right: 12px;" class="image-box">
1100
- <a href="https://www.elabscience.com/products/recombinant-proteins">
1101
- <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604231652/Recombinant Proteins for Functional Research.webp" />
1102
- </a>
1103
- </td>
1104
- <td>
1105
- <p class="circle pb-6">4,000+ high-quality proteins across key research areas</p>
1106
- <p class="circle pb-6">Includes cytokines, growth factors, immune checkpoints, CD antigens & more</p>
1107
- <p class="circle pb-6">High bioactivity for cell culture, signaling, and assay development</p>
1108
- <p class="circle">Reliable supply for screening, validation, and translational research</p>
1109
- </td>
1110
- </tr>
1111
-
1112
- <tr>
1113
- <td colspan="2" class="pt-16">
1114
- <span class="star color-orange text-size-[14px]">Designed for immunology, oncology, stem cell, and drug discovery studies.</span>
1115
- </td>
1116
- </tr>
1117
-
1118
- <tr>
1119
- <td colspan="2" class="text-right pt-18">
1120
- <a href="https://www.elabscience.com/products/recombinant-proteins" class="button font-bold decoration-none py-8">Explore 4,000+ Recombinant Proteins Now</a>
1121
- </td>
1122
- </tr>
1123
- </tbody>
1124
- </table>
1125
- </td>
1126
- <td></td>
1127
- </tr>
1128
-
1129
- <tr>
1130
- <td colspan="4" class="h-36"></td>
1131
- </tr>
1132
-
1133
- <tr>
1134
- <td></td>
1135
- <td colspan="2">
1136
- <table cellspacing="0" cellpadding="0" border="0">
1137
- <colgroup>
1138
- <col width="40%" />
1139
- <col />
1140
- </colgroup>
1141
-
1142
- <tbody class="align-middle">
1143
- <tr>
1144
- <td colspan="2" class="pb-16">
1145
- <span class="title">Purified Antibodies for Flow Cytometry</span>
1146
- </td>
1147
- </tr>
1148
-
1149
- <tr>
1150
- <td style="padding-right: 12px;" class="image-box">
1151
- <a href="https://www.elabscience.com/search?keywords=purified">
1152
- <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604231652/Purified Antibodies for Flow Cytometry.webp" />
1153
- </a>
1154
- </td>
1155
- <td>
1156
- <p class="circle pb-6">Amplify weak signals via indirect staining for low-abundance targets & rare cells</p>
1157
- <p class="circle pb-6">Enables user-defined fluorophore conjugation for flexible multicolor panel design</p>
1158
- <p class="circle pb-6">Preserve cell health in live cell sorting & functional assays</p>
1159
- <p class="circle">Delivers high specificity, high sensitivity, and excellent lot-to-lot consistency</p>
1160
- </td>
1161
- </tr>
1162
-
1163
- <tr>
1164
- <td colspan="2" class="pt-16">
1165
- <p class="text-size-[18px] font-bold">Backed by Elabscience quality:</p>
1166
- <p class="color-primary">>98% purity | High specificity | Exceptional consistency & stability</p>
1167
- </td>
1168
- </tr>
1169
-
1170
- <tr>
1171
- <td colspan="2" class="pt-12">
1172
- <span class="star color-orange text-size-[14px]">Built for complex panels, novel targets, and high-throughput workflows.</span>
1173
- </td>
1174
- </tr>
1175
-
1176
- <tr>
1177
- <td colspan="2" class="text-right pt-18">
1178
- <a href="https://www.elabscience.com/search?keywords=purified" class="button font-bold decoration-none py-8">Upgrade Your Flow Cytometry Performance</a>
1179
- </td>
1180
- </tr>
1181
- </tbody>
1182
- </table>
1183
- </td>
1184
- <td></td>
1185
- </tr>
1186
-
1187
- <tr>
1188
- <td colspan="4" class="h-36"></td>
1189
- </tr>
1190
-
1191
- <tr>
1192
- <td></td>
1193
- <td colspan="2">
1194
- <table cellspacing="0" cellpadding="0" border="0">
1195
- <colgroup>
1196
- <col width="40%" />
1197
- <col />
1198
- </colgroup>
1199
-
1200
- <tbody class="align-middle">
1201
- <tr>
1202
- <td colspan="2" class="pb-16">
1203
- <span class="title">Rabbit Monoclonal Antibodies</span>
1204
- </td>
1205
- </tr>
1206
-
1207
- <tr>
1208
- <td style="padding-right: 12px;" class="image-box">
1209
- <a href="https://www.elabscience.com/products/rabbit-monoclonal-antibodies">
1210
- <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604231652/Rabbit Monoclonal Antibodies.webp" />
1211
- </a>
1212
- </td>
1213
- <td>
1214
- <p class="circle pb-6">Detect challenging & low-abundance targets with high-affinity binding</p>
1215
- <p class="circle pb-6">Recognize unique epitopes often missed by mouse mAbs</p>
1216
- <p class="circle pb-6">Achieve ultra-low cross-reactivity in complex samples</p>
1217
- <p class="circle">Sequence-verified antibodies ensure lot-to-lot consistency and reproducibility</p>
1218
- </td>
1219
- </tr>
1220
-
1221
- <tr>
1222
- <td colspan="2" class="pt-16">
1223
- <p class="text-size-[18px] font-bold">Backed by advanced rabbit monoclonal technology:</p>
1224
- <p class="color-primary">High specificity | Superior signal-to-noise | 100% lot consistency | Ethical in vitro production</p>
1225
- </td>
1226
- </tr>
1227
-
1228
- <tr>
1229
- <td colspan="2" class="pt-12">
1230
- <span class="star color-orange text-size-[14px]">Ideal for IHC, IF, IP, FCM and research requiring high sensitivity & precision.</span>
1231
- </td>
1232
- </tr>
1233
-
1234
- <tr>
1235
- <td colspan="2" class="text-right pt-18">
1236
- <a href="https://www.elabscience.com/products/rabbit-monoclonal-antibodies" class="button-orange font-bold decoration-none text-size-[14px]">Explore Rabbit Monoclonal Antibodies Now</a>
1237
- </td>
1238
- </tr>
1239
- </tbody>
1240
- </table>
1241
- </td>
1242
- <td></td>
1243
- </tr>
1244
-
1245
- <tr>
1246
- <td colspan="4" class="h-24"></td>
1247
- </tr>
1248
-
1249
- <tr>
1250
- <td></td>
1251
- <td colspan="2">
1252
- <table cellspacing="0" cellpadding="0" border="0">
1253
- <colgroup>
1254
- <col width="25%" />
1255
- <col />
1256
- </colgroup>
1257
-
1258
- <tbody class="align-top">
1259
- <tr>
1260
- <td rowspan="2" style="padding-right: 12px;" class="image-box">
1261
- <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604211539/Cyclic guanosine.webp" />
1262
- </td>
1263
- <td style="padding-bottom: 24px;" class="h-0">
1264
- <a href="https://www.nature.com/articles/s41392-026-02624-5" class="decoration-none">
1265
- <strong>Cyclic guanosine monophosphate-protein kinase G signaling attenuates aortic valve calcification through ULK1-mediated autophagy</strong>
1266
- </a>
1267
- </td>
1268
- </tr>
1269
-
1270
- <tr>
1271
- <td>
1272
- <p style="margin-bottom: 12px;"><strong>Publication Date:</strong> March 12 2026</p>
1273
- <p style="margin-bottom: 12px;"><strong>Journal:</strong> <i>Signal Transduction and Targeted Therapy</i></p>
1274
- <p style="margin-bottom: 12px;"><strong>Impact Factor:</strong> 52.7</p>
1275
- <p><strong>DOI:</strong> 10.1038/s41392-026-02624-5</p>
1276
- </td>
1277
- </tr>
1278
- </tbody>
1279
- </table>
1280
- </td>
1281
- <td></td>
1282
- </tr>
1283
-
1284
- <tr>
1285
- <td colspan="4" class="h-24"></td>
1286
- </tr>
1287
-
1288
- <tr>
1289
- <td></td>
1290
- <td colspan="2"><strong>Keywords:</strong> Calcific Aortic Valve Disease(CAVD), cGMP-PKG Signaling, ULK1-mediated Autophagy</td>
1291
- <td></td>
1292
- </tr>
1293
-
1294
- <tr>
1295
- <td colspan="4" class="h-24"></td>
1296
- </tr>
1297
-
1298
- <tr>
1299
- <td></td>
1300
- <td colspan="2">
1301
- <table cellspacing="0" cellpadding="0" border="0" class="table-dashed border-separate" style="padding: 16px;">
1302
- <colgroup>
1303
- <col width="40%" />
1304
- <col />
1305
- </colgroup>
1306
-
1307
- <tbody class="align-top">
1308
- <tr>
1309
- <td colspan="2"></td>
1310
- </tr>
1311
-
1312
- <tr>
1313
- <td rowspan="2" style="padding-right: 12px;" class="image-box align-middle">
1314
- <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604211539/Serum cGMP.webp" />
1315
- </td>
1316
- <td style="padding-bottoms: 24px;" class="h-0">
1317
- <p>
1318
- This study first demonstrates the protective role of the cGMP-PKG pathway in calcific aortic valve disease (CAVD). CAVD patients show reduced serum cGMP and suppressed PKG signaling. Activating cGMP-PKG, especially with vericiguat, alleviates valve calcification, while PKGI loss aggravates it. Mechanistically, PKGI directly phosphorylates ULK1 at Ser556 to activate autophagy, improving mitochondrial function and inhibiting osteogenic differentiation. These findings suggest that vericiguat, an oral drug already used for heart failure, could be repurposed for CAVD treatment.
1319
- </p>
1320
- </td>
1321
- </tr>
1322
-
1323
- <tr>
1324
- <td>
1325
- <!-- <a href="https://www.procellsystem.com/resources/publications" class="button decoration-none">View More Publications</a> -->
1326
- </td>
1327
- </tr>
1328
-
1329
- <tr>
1330
- <td colspan="2"></td>
1331
- </tr>
1332
- </tbody>
1333
- </table>
1334
- </td>
1335
- <td></td>
1336
- </tr>
1337
-
1338
- <tr>
1339
- <td colspan="4" class="h-24"></td>
1340
- </tr>
1341
-
1342
- <tr>
1343
- <td></td>
1344
- <td colspan="2">Serum cGMP, VIC mitochondrial membrane potential (JC-1), and ATP content were measured using Elabscience<sup>&reg;</sup> cGMP(Cyclic GMP) ELISA Kit, Mitochondrial Membrane Potential Assay Kit (with JC-1), and ATP Colorimetric Assay Kit (Enzyme Method), respectively.</td>
1345
- <td></td>
1346
- </tr>
1347
-
1348
- <tr>
1349
- <td colspan="4" class="h-24"></td>
1350
- </tr>
1351
-
1352
- <tr>
1353
- <td></td>
1354
- <td colspan="2">
1355
- <span class="gold-title">Must-Read Cancer Research Insights for AACR 2026</span>
1356
- </td>
1357
- <td></td>
1358
- </tr>
1359
-
1360
- <tr>
1361
- <td colspan="4" class="h-24"></td>
1362
- </tr>
1363
-
1364
- <tr>
1365
- <td></td>
1366
- <td colspan="2">
1367
- <table cellspacing="0" cellpadding="0" border="0">
1368
- <colgroup>
1369
- <col width="35%" />
1370
- <col />
1371
- </colgroup>
1372
-
1373
- <tbody class="align-top">
1374
- <tr>
1375
- <td rowspan="2" style="padding-right: 12px;" class="image-box">
1376
- <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/edm202604011140/one.jpg" />
1377
- </td>
1378
- <td style="padding-bottom: 24px;" class="h-0"><strong>Why Subset Precision Matters?</strong></td>
1379
- </tr>
1380
-
1381
- <tr>
1382
- <td>
1383
- <p>Precision where it counts. Whether you are studying functional differentiation, cell exhaustion, or memory persistence, the purity of your starting population dictates the integrity of your results. EasySort™ cell isolation kits ensures your downstream data reflects true cellular biology.</p>
1384
- </td>
1385
- </tr>
1386
- </tbody>
1387
- </table>
1388
- </td>
1389
- <td></td>
1390
- </tr>
1391
-
1392
- <tr>
1393
- <td colspan="4" class="h-48"></td>
1394
- </tr>
1395
-
1396
- <tr>
1397
- <td></td>
1398
- <td colspan="2">
1399
- <table cellspacing="0" cellpadding="0" border="0">
1400
- <colgroup>
1401
- <col width="35%" />
1402
- <col />
1403
- </colgroup>
1404
-
1405
- <tbody class="align-top">
1406
- <tr>
1407
- <td rowspan="3" style="padding-right: 12px;" class="image-box">
1408
- <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/edm202604011140/two.jpg" />
1409
- </td>
1410
- <td style="padding-bottom: 24px;" class="h-0"><strong>Advantages of EasySort™ Cell Isolation Kits</strong></td>
1411
- </tr>
1412
-
1413
- <tr>
1414
- <td>
1415
- <p>Engineered for speed and cell viability, EasySort™ cell isolation kits provide:</p>
1416
- <p><strong><span class="color-orange">●</span> Superior Purity & Recovery:</strong> Optimized for consistent, high-yield results across diverse subsets.</p>
1417
- <p><strong><span class="color-orange">●</span> Rapid Workflow:</strong> Go from sample to isolated cells in just 14–18 minutes.</p>
1418
- <p><strong><span class="color-orange">●</span> Physiological Integrity:</strong> Gentle, nagative</p>
1419
- <p>isolation-based processing keeps cells "experment-ready" for sensitive functional assays and flow cytometry.</p>
1420
- </td>
1421
- </tr>
1422
-
1423
- <tr>
1424
- <td style="padding-top: 24px;" class="text-right">
1425
- <a href="https://www.elabscience.com/products/cell-isolation-products" class="button font-bold decoration-none">Learn More</a>
1426
- </td>
1427
- </tr>
1428
- </tbody>
1429
- </table>
1430
- </td>
1431
- <td></td>
1432
- </tr>
1433
-
1434
- <tr>
1435
- <td colspan="4" class="h-48"></td>
1436
- </tr>
1437
-
1438
- <tr>
1439
- <td></td>
1440
- <td colspan="2">
1441
- <table cellspacing="0" cellpadding="0" border="0">
1442
- <colgroup>
1443
- <col width="35%" />
1444
- <col />
1445
- </colgroup>
1446
-
1447
- <tbody class="align-top">
1448
- <tr>
1449
- <td rowspan="3" style="padding-right: 12px;" class="image-box">
1450
- <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/edm202604011140/three.jpg" />
1451
- </td>
1452
- <td style="padding-bottom: 24px;" class="h-0"><strong>Claim Your Free EasySort™ Evaluation Kit</strong></td>
1453
- </tr>
1454
-
1455
- <tr>
1456
- <td>
1457
- <p>We are so confident in our performance that we're offering a complete trial package to help you upgrade your workflow:</p>
1458
- <p><strong>1. Request Your Free Trial:</strong> Receive a 10-assay kit plus an EasySort™ -5 Magnet (EC001), an <span class="color-orange">$852 total value</span>.</p>
1459
- <p><strong>2. Share Your Insights:</strong> Submit a brief feedback report and receive a <span class="color-orange">$50 voucher</span> for your next order.</p>
1460
- <p><strong>3. Keep the Gear:</strong> Purchase 500+ assays and the <span class="color-orange">EasySort™ -5 Magnet is yours to keep</span>.</p>
1461
- </td>
1462
- </tr>
1463
-
1464
- <tr>
1465
- <td style="padding-top: 24px;" class="text-right">
1466
- <a href="https://www.elabscience.com/about/promotions/39" class="button font-bold decoration-none">Start My Free Trial</a>
1467
- </td>
1468
- </tr>
1469
- </tbody>
1470
- </table>
1471
- </td>
1472
- <td></td>
1473
- </tr>
1474
-
1475
- <tr>
1476
- <td colspan="4" class="h-24"></td>
1477
- </tr>
1478
-
1479
- <tr>
1480
- <td></td>
1481
- <td colspan="2" class="text-center">
1482
- <span class="circle-title">Citations of Elabscience Products</span>
1483
- </td>
1484
- <td></td>
1485
- </tr>
1486
-
1487
- <tr>
1488
- <td colspan="4" class="h-18"></td>
1489
- </tr>
1490
-
1491
- <tr>
1492
- <td></td>
1493
- <td colspan="2">
1494
- <table cellspacing="0" cellpadding="0" border="0" class="table-bordered">
1495
- <colgroup>
1496
- <col />
1497
- <col />
1498
- <col />
1499
- </colgroup>
1500
-
1501
- <thead>
1502
- <tr>
1503
- <th>Product Name</th>
1504
- <th>
1505
- <a href="https://www.procellsystem.com/p/neurobasal-medium-pm151223-69253" class="decoration-none text-link-hover color-white">Neurobasal Medium</a>
1506
- </th>
1507
- <th>
1508
- <a href="https://www.procellsystem.com/p/neurobasal-a-medium-pm151236-96788" class="decoration-none color-white">Neurobasal-A Medium</a>
1509
- </th>
1510
- </tr>
1511
- </thead>
1512
-
1513
- <tbody>
1514
- <tr>
1515
- <td>Primary Application</td>
1516
- <td>Short-term or long-term maintenance and cultivation of neuronal cells in <strong>pre-production and embryonic.</strong></td>
1517
- <td>Short-term or long-term maintenance and culture of both <strong>newly generated and mature neuronal cells.</strong></td>
1518
- </tr>
1519
-
1520
- <tr>
1521
- <td>Supplements</td>
1522
- <td colspan="2">Does not contain L-glutamine and requires the addition of <a href="https://www.procellsystem.com/p/b-27-neuron-supplement-with-vitamin-a-50-pb180637-69953" class="decoration-none font-bold text-link">B-27 neuron Supplement with vitamin A, 50×</a></td>
1523
- </tr>
1524
-
1525
- <tr>
1526
- <td>Quality Control</td>
1527
- <td colspan="2">Sterilized by 0.1 μm filtration, Endotoxin Content &lt; 3 EU/mL.</td>
1528
- </tr>
1529
- </tbody>
1530
- </table>
1531
- </td>
1532
- <td></td>
1533
- </tr>
1534
-
1535
- <tr>
1536
- <td colspan="4" class="h-16"></td>
1537
- </tr>
1538
-
1539
- <tr>
1540
- <td></td>
1541
- <td colspan="2">
1542
- <span class="wifi-title">Cited Product</span>
1543
- </td>
1544
- <td></td>
1545
- </tr>
1546
-
1547
- <tr>
1548
- <td colspan="4" class="h-12"></td>
1549
- </tr>
1550
-
1551
- <tr>
1552
- <td></td>
1553
- <td colspan="2">
1554
- <table cellspacing="0" cellpadding="0" border="0" class="table-stripe text-center">
1555
- <colgroup>
1556
- <col />
1557
- <col />
1558
- <col />
1559
- </colgroup>
1560
-
1561
- <thead>
1562
- <tr>
1563
- <th>Product Name</th>
1564
- <th>Cat. No.</th>
1565
- <th>Product Type</th>
1566
- </tr>
1567
- </thead>
1568
-
1569
- <tbody>
1570
- <tr>
1571
- <td>
1572
- <a href="" class="text-link">MEM (with NEAA)</a>
1573
- </td>
1574
- <td>
1575
- <a href="" class="text-link">PM150410</a>
1576
- </td>
1577
- <td rowspan="3">
1578
- <a href="" class="text-link">Liquid Basal Medium</a>
1579
- </td>
1580
- </tr>
1581
-
1582
- <tr>
1583
- <td>
1584
- <a href="" class="text-link">MEM (with NEAA)</a>
1585
- </td>
1586
- <td>
1587
- <a href="" class="text-link">PM150410</a>
1588
- </td>
1589
- </tr>
1590
-
1591
- <tr>
1592
- <td>
1593
- <a href="" class="text-link">MEM (with NEAA)</a>
1594
- </td>
1595
- <td>
1596
- <a href="" class="text-link">PM150410</a>
1597
- </td>
1598
- </tr>
1599
-
1600
- <tr>
1601
- <td>
1602
- <a href="" class="text-link">MEM (with NEAA)</a>
1603
- </td>
1604
- <td>
1605
- <a href="" class="text-link">PM150410</a>
1606
- </td>
1607
- <td>
1608
- <a href="" class="text-link">Liquid Basal Medium</a>
1609
- </td>
1610
- </tr>
1611
- </tbody>
1612
- </table>
1613
- </td>
1614
- <td></td>
1615
- </tr>
1616
-
1617
- <tr>
1618
- <td colspan="4" class="h-16"></td>
1619
- </tr>
1620
-
1621
- <tr>
1622
- <td></td>
1623
- <td colspan="2">
1624
- <span class="square-title">Recommended for you</span>
1625
- </td>
1626
- <td></td>
1627
- </tr>
1628
-
1629
- <tr>
1630
- <td colspan="4" class="h-16"></td>
1631
- </tr>
1632
-
1633
- <tr>
1634
- <td></td>
1635
- <td colspan="2">
1636
- <table cellspacing="0" cellpadding="0" border="0" class="table-stripe text-center">
1637
- <colgroup>
1638
- <col />
1639
- <col />
1640
- <col />
1641
- </colgroup>
1642
-
1643
- <tbody>
1644
- <tr>
1645
- <td><strong>Product Name</strong></td>
1646
- <td><strong>Cat. No.</strong></td>
1647
- <td><strong>Product Type</strong></td>
1648
- </tr>
1649
-
1650
- <tr>
1651
- <td>
1652
- <a href="" class="text-link">MEM (with NEAA)</a>
1653
- </td>
1654
- <td>
1655
- <a href="" class="text-link">PM150410</a>
1656
- </td>
1657
- <td rowspan="3">
1658
- <a href="" class="text-link">Liquid Basal Medium</a>
1659
- </td>
1660
- </tr>
1661
-
1662
- <tr>
1663
- <td>
1664
- <a href="" class="text-link">MEM (with NEAA)</a>
1665
- </td>
1666
- <td>
1667
- <a href="" class="text-link">PM150410</a>
1668
- </td>
1669
- </tr>
1670
-
1671
- <tr>
1672
- <td>
1673
- <a href="" class="text-link">MEM (with NEAA)</a>
1674
- </td>
1675
- <td>
1676
- <a href="" class="text-link">PM150410</a>
1677
- </td>
1678
- </tr>
1679
-
1680
- <tr>
1681
- <td>
1682
- <a href="" class="text-link">MEM (with NEAA)</a>
1683
- </td>
1684
- <td>
1685
- <a href="" class="text-link">PM150410</a>
1686
- </td>
1687
- <td>
1688
- <a href="" class="text-link">Liquid Basal Medium</a>
1689
- </td>
1690
- </tr>
1691
- </tbody>
1692
- </table>
1693
- </td>
1694
- <td></td>
1695
- </tr>
1696
-
1697
- <tr>
1698
- <td colspan="4" class="h-24"></td>
1699
- </tr>
1700
-
1701
- <tr>
1702
- <td></td>
1703
- <td colspan="2">
1704
- <span class="square-title">Elabscience<sup>&reg;</sup> Product Cited in This Literature</span>
1705
- </td>
1706
- <td></td>
1707
- </tr>
1708
-
1709
- <tr>
1710
- <td colspan="4" class="h-12"></td>
1711
- </tr>
1712
-
1713
- <tr>
1714
- <td></td>
1715
- <td colspan="2">
1716
- <table cellspacing="0" cellpadding="0" border="0" class="table-stripe text-center">
1717
- <colgroup>
1718
- <col />
1719
- <col width="30%" />
1720
- </colgroup>
1721
-
1722
- <tbody>
1723
- <tr>
1724
- <td>Product</td>
1725
- <td>Cat. No.</td>
1726
- </tr>
1727
-
1728
- <tr>
1729
- <td>
1730
- <a href="https://www.elabscience.com/p/atp-colorimetric-assay-kit-enzyme-method--e-bc-k774-m" class="text-link">ATP Colorimetric Assay Kit (Enzyme Method)</a>
1731
- </td>
1732
- <td>
1733
- <a href="https://www.elabscience.com/p/atp-colorimetric-assay-kit-enzyme-method--e-bc-k774-m" class="text-link">E-BC-K774-M</a>
1734
- </td>
1735
- </tr>
1736
-
1737
- <tr>
1738
- <td>
1739
- <a href="https://www.elabscience.com/p/cgmp-cyclic-gmp-elisa-kit--e-el-0083" class="text-link">cGMP(Cyclic GMP) ELISA Kit</a>
1740
- </td>
1741
- <td>
1742
- <a href="https://www.elabscience.com/p/cgmp-cyclic-gmp-elisa-kit--e-el-0083" class="text-link">E-EL-0083</a>
1743
- </td>
1744
- </tr>
1745
-
1746
- <tr>
1747
- <td>
1748
- <a href="https://www.elabscience.com/p/mitochondrial-membrane-potential-assay-kit-with-jc-1--e-ck-a301" class="text-link">Mitochondrial Membrane Potential Assay Kit (with JC-1)</a>
1749
- </td>
1750
- <td>
1751
- <a href="https://www.elabscience.com/p/mitochondrial-membrane-potential-assay-kit-with-jc-1--e-ck-a301" class="text-link">E-CK-A301</a>
1752
- </td>
1753
- </tr>
1754
- </tbody>
1755
- </table>
1756
- </td>
1757
- <td></td>
1758
- </tr>
1759
-
1760
- <tr>
1761
- <td colspan="4" class="h-24"></td>
1762
- </tr>
1763
-
1764
- <tr>
1765
- <td></td>
1766
- <td colspan="2">
1767
- <span class="square-title">Recommended for you</span>
1768
- </td>
1769
- <td></td>
1770
- </tr>
1771
-
1772
- <tr>
1773
- <td colspan="4" class="h-12"></td>
1774
- </tr>
1775
-
1776
- <tr>
1777
- <td></td>
1778
- <td colspan="2">
1779
- <table cellspacing="0" cellpadding="0" border="0" class="table-stripe text-center">
1780
- <colgroup>
1781
- <col />
1782
- <col />
1783
- <col />
1784
- </colgroup>
1785
-
1786
- <tbody>
1787
- <tr>
1788
- <td>
1789
- <a href="https://www.procellsystem.com/p/dmem-f12-pm150312-68139" class="decoration-none text-link-hover">
1790
- <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202604211419/PM150312-500mL-cropped.webp" style="height: 108px;" />
1791
- <p>DMEM/F12</p>
1792
- <p>Cat. No.: PM150312</p>
1793
- </a>
1794
- </td>
1795
1106
 
1796
- <td>
1797
- <a href="https://www.procellsystem.com/p/dmem-low-glucose-pm150220-70471" class="decoration-none text-link-hover">
1798
- <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202604211419/PM150220-500mL-cropped.webp" style="height: 108px;" />
1799
- <p>DMEM (Low glucose)</p>
1800
- <p>Cat. No.: PM150220</p>
1801
- </a>
1802
- </td>
1803
-
1804
- <td>
1805
- <a href="https://www.procellsystem.com/p/mem-with-neaa-pm150410-71162" class="decoration-none text-link-hover">
1806
- <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202604211419/PM150410-500mL-cropped.webp" style="height: 108px;" />
1807
- <p>MEM, with NEAA</p>
1808
- <p>Cat. No.: PM150410</p>
1809
- </a>
1810
- </td>
1811
- </tr>
1812
- </tbody>
1813
- </table>
1814
- </td>
1815
- <td></td>
1816
- </tr>
1817
- </tbody>
1818
- </table>
1819
- <!-- 主体 end -->
1820
-
1821
- <!-- 页尾 start -->
1822
- <table cellspacing="0" cellpadding="0" border="0" class="footer">
1823
- <colgroup>
1824
- <col width="10px" />
1825
- <col />
1826
- <col />
1827
- <col width="10px" />
1828
- </colgroup>
1829
-
1830
- <tbody>
1831
- <tr>
1832
- <td colspan="4" class="h-24"></td>
1833
- </tr>
1834
-
1835
- <tr>
1836
- <td></td>
1837
- <td colspan="2">
1838
- <table cellspacing="0" cellpadding="0" border="0" class="connect-us text-center">
1839
- <colgroup>
1840
- <col width="20%" />
1841
- <col />
1842
- <col />
1843
- <col />
1844
- <col />
1845
- <!-- <col /> -->
1846
- <col />
1847
- <col />
1848
- <col width="20%" />
1849
- </colgroup>
1850
-
1851
- <tbody>
1852
- <tr>
1853
- <td></td>
1854
- <td colspan="6" class="connect-us-title font-bold text-size-[14px]">Connect with us</td>
1855
- <td></td>
1856
- </tr>
1857
-
1858
- <tr>
1859
- <td></td>
1860
- <td class="line-height-0 font-size-0">
1861
- <a href="https://www.youtube.com/c/Elabscience_Bio" class="image-box">
1862
- <img src="https://oss.pri-cella.com/edm/edmfooter/1.png" alt="" />
1863
- </a>
1864
- </td>
1865
- <td class="line-height-0 font-size-0">
1866
- <a href="https://www.linkedin.com/company/elabscience" class="image-box">
1867
- <img src="https://oss.pri-cella.com/edm/edmfooter/2.png" alt="" />
1868
- </a>
1869
- </td>
1870
- <td class="line-height-0 font-size-0">
1871
- <a href="https://www.facebook.com/elabscience.bionovation" class="image-box">
1872
- <img src="https://oss.pri-cella.com/edm/edmfooter/3.png" alt="" />
1873
- </a>
1874
- </td>
1875
- <td class="line-height-0 font-size-0">
1876
- <a href="https://www.instagram.com/elabscience_bionovation/" class="image-box">
1877
- <img src="https://oss.pri-cella.com/edm/edmfooter/5.png" alt="" />
1878
- </a>
1879
- </td>
1880
- <!-- <td class="line-height-0 font-size-0">
1107
+ <p class="bg-light-primary" style="min-height: 54px; padding: 3px 8px;">Reliable Detection
1108
+ in <br />Raw 264.7 Cells (M1 vs M0)</p>
1109
+ </div>
1110
+ </td>
1111
+ </tr>
1112
+
1113
+ <tr>
1114
+ <td colspan="5" class="h-16"></td>
1115
+ </tr>
1116
+
1117
+ <tr>
1118
+ <td colspan="5">We offer more NO detection products with high sensitivity and specificity,
1119
+ covering various sample types and platforms.</td>
1120
+ </tr>
1121
+
1122
+ <tr>
1123
+ <td colspan="5" class="text-center pt-18">
1124
+ <a href="https://www.elabscience.com/search?category=metabolism-assays&keywords=NO"
1125
+ class="button font-bold decoration-none py-8">Discover More NO Detection Products</a>
1126
+ </td>
1127
+ </tr>
1128
+ </tbody>
1129
+ </table>
1130
+ </td>
1131
+ <td></td>
1132
+ </tr>
1133
+
1134
+ <tr>
1135
+ <td colspan="4" class="h-24"></td>
1136
+ </tr>
1137
+
1138
+ <tr>
1139
+ <td></td>
1140
+ <td colspan="2">
1141
+ <table cellspacing="0" cellpadding="0" border="0">
1142
+ <colgroup>
1143
+ <col width="40%" />
1144
+ <col />
1145
+ </colgroup>
1146
+
1147
+ <tbody class="align-middle">
1148
+ <tr>
1149
+ <td colspan="2" class="pb-16">
1150
+ <span class="title">Recombinant Proteins for Functional Research</span>
1151
+ </td>
1152
+ </tr>
1153
+
1154
+ <tr>
1155
+ <td style="padding-right: 12px;" class="image-box">
1156
+ <a href="https://www.elabscience.com/products/recombinant-proteins">
1157
+ <img
1158
+ src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604231652/Recombinant Proteins for Functional Research.webp" />
1159
+ </a>
1160
+ </td>
1161
+ <td>
1162
+ <p class="circle pb-6">4,000+ high-quality proteins across key research areas</p>
1163
+ <p class="circle pb-6">Includes cytokines, growth factors, immune checkpoints, CD antigens &
1164
+ more</p>
1165
+ <p class="circle pb-6">High bioactivity for cell culture, signaling, and assay development</p>
1166
+ <p class="circle">Reliable supply for screening, validation, and translational research</p>
1167
+ </td>
1168
+ </tr>
1169
+
1170
+ <tr>
1171
+ <td colspan="2" class="pt-16">
1172
+ <span class="star color-orange text-size-[14px]">Designed for immunology, oncology, stem cell,
1173
+ and drug discovery studies.</span>
1174
+ </td>
1175
+ </tr>
1176
+
1177
+ <tr>
1178
+ <td colspan="2" class="text-right pt-18">
1179
+ <a href="https://www.elabscience.com/products/recombinant-proteins"
1180
+ class="button font-bold decoration-none py-8">Explore 4,000+ Recombinant Proteins Now</a>
1181
+ </td>
1182
+ </tr>
1183
+ </tbody>
1184
+ </table>
1185
+ </td>
1186
+ <td></td>
1187
+ </tr>
1188
+
1189
+ <tr>
1190
+ <td colspan="4" class="h-36"></td>
1191
+ </tr>
1192
+
1193
+ <tr>
1194
+ <td></td>
1195
+ <td colspan="2">
1196
+ <table cellspacing="0" cellpadding="0" border="0">
1197
+ <colgroup>
1198
+ <col width="40%" />
1199
+ <col />
1200
+ </colgroup>
1201
+
1202
+ <tbody class="align-middle">
1203
+ <tr>
1204
+ <td colspan="2" class="pb-16">
1205
+ <span class="title">Purified Antibodies for Flow Cytometry</span>
1206
+ </td>
1207
+ </tr>
1208
+
1209
+ <tr>
1210
+ <td style="padding-right: 12px;" class="image-box">
1211
+ <a href="https://www.elabscience.com/search?keywords=purified">
1212
+ <img
1213
+ src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604231652/Purified Antibodies for Flow Cytometry.webp" />
1214
+ </a>
1215
+ </td>
1216
+ <td>
1217
+ <p class="circle pb-6">Amplify weak signals via indirect staining for low-abundance targets &
1218
+ rare cells</p>
1219
+ <p class="circle pb-6">Enables user-defined fluorophore conjugation for flexible multicolor
1220
+ panel design</p>
1221
+ <p class="circle pb-6">Preserve cell health in live cell sorting & functional assays</p>
1222
+ <p class="circle">Delivers high specificity, high sensitivity, and excellent lot-to-lot
1223
+ consistency</p>
1224
+ </td>
1225
+ </tr>
1226
+
1227
+ <tr>
1228
+ <td colspan="2" class="pt-16">
1229
+ <p class="text-size-[18px] font-bold">Backed by Elabscience quality:</p>
1230
+ <p class="color-primary">>98% purity | High specificity | Exceptional consistency & stability
1231
+ </p>
1232
+ </td>
1233
+ </tr>
1234
+
1235
+ <tr>
1236
+ <td colspan="2" class="pt-12">
1237
+ <span class="star color-orange text-size-[14px]">Built for complex panels, novel targets, and
1238
+ high-throughput workflows.</span>
1239
+ </td>
1240
+ </tr>
1241
+
1242
+ <tr>
1243
+ <td colspan="2" class="text-right pt-18">
1244
+ <a href="https://www.elabscience.com/search?keywords=purified"
1245
+ class="button font-bold decoration-none py-8">Upgrade Your Flow Cytometry Performance</a>
1246
+ </td>
1247
+ </tr>
1248
+ </tbody>
1249
+ </table>
1250
+ </td>
1251
+ <td></td>
1252
+ </tr>
1253
+
1254
+ <tr>
1255
+ <td colspan="4" class="h-36"></td>
1256
+ </tr>
1257
+
1258
+ <tr>
1259
+ <td></td>
1260
+ <td colspan="2">
1261
+ <table cellspacing="0" cellpadding="0" border="0">
1262
+ <colgroup>
1263
+ <col width="40%" />
1264
+ <col />
1265
+ </colgroup>
1266
+
1267
+ <tbody class="align-middle">
1268
+ <tr>
1269
+ <td colspan="2" class="pb-16">
1270
+ <span class="title">Rabbit Monoclonal Antibodies</span>
1271
+ </td>
1272
+ </tr>
1273
+
1274
+ <tr>
1275
+ <td style="padding-right: 12px;" class="image-box">
1276
+ <a href="https://www.elabscience.com/products/rabbit-monoclonal-antibodies">
1277
+ <img
1278
+ src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604231652/Rabbit Monoclonal Antibodies.webp" />
1279
+ </a>
1280
+ </td>
1281
+ <td>
1282
+ <p class="circle pb-6">Detect challenging & low-abundance targets with high-affinity binding
1283
+ </p>
1284
+ <p class="circle pb-6">Recognize unique epitopes often missed by mouse mAbs</p>
1285
+ <p class="circle pb-6">Achieve ultra-low cross-reactivity in complex samples</p>
1286
+ <p class="circle">Sequence-verified antibodies ensure lot-to-lot consistency and
1287
+ reproducibility</p>
1288
+ </td>
1289
+ </tr>
1290
+
1291
+ <tr>
1292
+ <td colspan="2" class="pt-16">
1293
+ <p class="text-size-[18px] font-bold">Backed by advanced rabbit monoclonal technology:</p>
1294
+ <p class="color-primary">High specificity | Superior signal-to-noise | 100% lot consistency |
1295
+ Ethical in vitro production</p>
1296
+ </td>
1297
+ </tr>
1298
+
1299
+ <tr>
1300
+ <td colspan="2" class="pt-12">
1301
+ <span class="star color-orange text-size-[14px]">Ideal for IHC, IF, IP, FCM and research
1302
+ requiring high sensitivity & precision.</span>
1303
+ </td>
1304
+ </tr>
1305
+
1306
+ <tr>
1307
+ <td colspan="2" class="text-right pt-18">
1308
+ <a href="https://www.elabscience.com/products/rabbit-monoclonal-antibodies"
1309
+ class="button-orange font-bold decoration-none text-size-[14px]">Explore Rabbit Monoclonal
1310
+ Antibodies Now</a>
1311
+ </td>
1312
+ </tr>
1313
+ </tbody>
1314
+ </table>
1315
+ </td>
1316
+ <td></td>
1317
+ </tr>
1318
+
1319
+ <tr>
1320
+ <td colspan="4" class="h-24"></td>
1321
+ </tr>
1322
+
1323
+ <tr>
1324
+ <td></td>
1325
+ <td colspan="2">
1326
+ <table cellspacing="0" cellpadding="0" border="0">
1327
+ <colgroup>
1328
+ <col width="25%" />
1329
+ <col />
1330
+ </colgroup>
1331
+
1332
+ <tbody class="align-top">
1333
+ <tr>
1334
+ <td rowspan="2" style="padding-right: 12px;" class="image-box">
1335
+ <img
1336
+ src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604211539/Cyclic guanosine.webp" />
1337
+ </td>
1338
+ <td class="h-0 pb-24">
1339
+ <a href="https://www.nature.com/articles/s41392-026-02624-5" class="decoration-none">
1340
+ <strong>Cyclic guanosine monophosphate-protein kinase G signaling attenuates aortic valve
1341
+ calcification through ULK1-mediated autophagy</strong>
1342
+ </a>
1343
+ </td>
1344
+ </tr>
1345
+
1346
+ <tr>
1347
+ <td>
1348
+ <p style="margin-bottom: 12px;"><strong>Publication Date:</strong> March 12 2026</p>
1349
+ <p style="margin-bottom: 12px;"><strong>Journal:</strong> <i>Signal Transduction and Targeted
1350
+ Therapy</i></p>
1351
+ <p style="margin-bottom: 12px;"><strong>Impact Factor:</strong> 52.7</p>
1352
+ <p><strong>DOI:</strong> 10.1038/s41392-026-02624-5</p>
1353
+ </td>
1354
+ </tr>
1355
+ </tbody>
1356
+ </table>
1357
+ </td>
1358
+ <td></td>
1359
+ </tr>
1360
+
1361
+ <tr>
1362
+ <td colspan="4" class="h-24"></td>
1363
+ </tr>
1364
+
1365
+ <tr>
1366
+ <td></td>
1367
+ <td colspan="2"><strong>Keywords:</strong> Calcific Aortic Valve Disease(CAVD), cGMP-PKG Signaling,
1368
+ ULK1-mediated Autophagy</td>
1369
+ <td></td>
1370
+ </tr>
1371
+
1372
+ <tr>
1373
+ <td colspan="4" class="h-24"></td>
1374
+ </tr>
1375
+
1376
+ <tr>
1377
+ <td></td>
1378
+ <td colspan="2">
1379
+ <table cellspacing="0" cellpadding="0" border="0" class="table-dashed border-separate"
1380
+ style="padding: 16px;">
1381
+ <colgroup>
1382
+ <col width="40%" />
1383
+ <col />
1384
+ </colgroup>
1385
+
1386
+ <tbody class="align-top">
1387
+ <tr>
1388
+ <td colspan="2"></td>
1389
+ </tr>
1390
+
1391
+ <tr>
1392
+ <td rowspan="2" style="padding-right: 12px;" class="image-box align-middle">
1393
+ <img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604211539/Serum cGMP.webp" />
1394
+ </td>
1395
+ <td class="h-0 pbs-24">
1396
+ <p>
1397
+ This study first demonstrates the protective role of the cGMP-PKG pathway in calcific aortic
1398
+ valve disease (CAVD). CAVD patients show reduced serum cGMP and suppressed PKG signaling.
1399
+ Activating cGMP-PKG, especially with vericiguat, alleviates valve calcification, while PKGI
1400
+ loss aggravates it. Mechanistically, PKGI directly phosphorylates ULK1 at Ser556 to activate
1401
+ autophagy, improving mitochondrial function and inhibiting osteogenic differentiation. These
1402
+ findings suggest that vericiguat, an oral drug already used for heart failure, could be
1403
+ repurposed for CAVD treatment.
1404
+ </p>
1405
+ </td>
1406
+ </tr>
1407
+
1408
+ <tr>
1409
+ <td>
1410
+ <!-- <a href="https://www.procellsystem.com/resources/publications" class="button decoration-none">View More Publications</a> -->
1411
+ </td>
1412
+ </tr>
1413
+
1414
+ <tr>
1415
+ <td colspan="2"></td>
1416
+ </tr>
1417
+ </tbody>
1418
+ </table>
1419
+ </td>
1420
+ <td></td>
1421
+ </tr>
1422
+
1423
+ <tr>
1424
+ <td colspan="4" class="h-24"></td>
1425
+ </tr>
1426
+
1427
+ <tr>
1428
+ <td></td>
1429
+ <td colspan="2">Serum cGMP, VIC mitochondrial membrane potential (JC-1), and ATP content were measured
1430
+ using Elabscience<sup>&reg;</sup> cGMP(Cyclic GMP) ELISA Kit, Mitochondrial Membrane Potential Assay
1431
+ Kit (with JC-1), and ATP Colorimetric Assay Kit (Enzyme Method), respectively.</td>
1432
+ <td></td>
1433
+ </tr>
1434
+
1435
+ <tr>
1436
+ <td colspan="4" class="h-24"></td>
1437
+ </tr>
1438
+
1439
+ <tr>
1440
+ <td></td>
1441
+ <td colspan="2">
1442
+ <span class="gold-title">Must-Read Cancer Research Insights for AACR 2026</span>
1443
+ </td>
1444
+ <td></td>
1445
+ </tr>
1446
+
1447
+ <tr>
1448
+ <td colspan="4" class="h-24"></td>
1449
+ </tr>
1450
+
1451
+ <tr>
1452
+ <td></td>
1453
+ <td colspan="2">
1454
+ <table cellspacing="0" cellpadding="0" border="0">
1455
+ <colgroup>
1456
+ <col width="35%" />
1457
+ <col />
1458
+ </colgroup>
1459
+
1460
+ <tbody class="align-top">
1461
+ <tr>
1462
+ <td rowspan="2" style="padding-right: 12px;" class="image-box">
1463
+ <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/edm202604011140/one.jpg" />
1464
+ </td>
1465
+ <td class="h-0 pb-24"><strong>Why Subset Precision Matters?</strong></td>
1466
+ </tr>
1467
+
1468
+ <tr>
1469
+ <td>
1470
+ <p>Precision where it counts. Whether you are studying functional differentiation, cell
1471
+ exhaustion, or memory persistence, the purity of your starting population dictates the
1472
+ integrity of your results. EasySort™ cell isolation kits ensures your downstream data
1473
+ reflects true cellular biology.</p>
1474
+ </td>
1475
+ </tr>
1476
+ </tbody>
1477
+ </table>
1478
+ </td>
1479
+ <td></td>
1480
+ </tr>
1481
+
1482
+ <tr>
1483
+ <td colspan="4" class="h-48"></td>
1484
+ </tr>
1485
+
1486
+ <tr>
1487
+ <td></td>
1488
+ <td colspan="2">
1489
+ <table cellspacing="0" cellpadding="0" border="0">
1490
+ <colgroup>
1491
+ <col width="35%" />
1492
+ <col />
1493
+ </colgroup>
1494
+
1495
+ <tbody class="align-top">
1496
+ <tr>
1497
+ <td rowspan="3" style="padding-right: 12px;" class="image-box">
1498
+ <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/edm202604011140/two.jpg" />
1499
+ </td>
1500
+ <td class="h-0 pb-24"><strong>Advantages of EasySort™ Cell Isolation Kits</strong></td>
1501
+ </tr>
1502
+
1503
+ <tr>
1504
+ <td>
1505
+ <p>Engineered for speed and cell viability, EasySort™ cell isolation kits provide:</p>
1506
+ <p><strong><span class="color-orange">●</span> Superior Purity & Recovery:</strong> Optimized
1507
+ for consistent, high-yield results across diverse subsets.</p>
1508
+ <p><strong><span class="color-orange">●</span> Rapid Workflow:</strong> Go from sample to
1509
+ isolated cells in just 14–18 minutes.</p>
1510
+ <p><strong><span class="color-orange">●</span> Physiological Integrity:</strong> Gentle,
1511
+ nagative</p>
1512
+ <p>isolation-based processing keeps cells "experment-ready" for sensitive functional assays
1513
+ and flow cytometry.</p>
1514
+ </td>
1515
+ </tr>
1516
+
1517
+ <tr>
1518
+ <td class="text-right pt-24">
1519
+ <a href="https://www.elabscience.com/products/cell-isolation-products"
1520
+ class="button font-bold decoration-none">Learn More</a>
1521
+ </td>
1522
+ </tr>
1523
+ </tbody>
1524
+ </table>
1525
+ </td>
1526
+ <td></td>
1527
+ </tr>
1528
+
1529
+ <tr>
1530
+ <td colspan="4" class="h-48"></td>
1531
+ </tr>
1532
+
1533
+ <tr>
1534
+ <td></td>
1535
+ <td colspan="2">
1536
+ <table cellspacing="0" cellpadding="0" border="0">
1537
+ <colgroup>
1538
+ <col width="35%" />
1539
+ <col />
1540
+ </colgroup>
1541
+
1542
+ <tbody class="align-top">
1543
+ <tr>
1544
+ <td rowspan="3" style="padding-right: 12px;" class="image-box">
1545
+ <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/edm202604011140/three.jpg" />
1546
+ </td>
1547
+ <td class="h-0 pb-24"><strong>Claim Your Free EasySort™ Evaluation Kit</strong></td>
1548
+ </tr>
1549
+
1550
+ <tr>
1551
+ <td>
1552
+ <p>We are so confident in our performance that we're offering a complete trial package to help
1553
+ you upgrade your workflow:</p>
1554
+ <p><strong>1. Request Your Free Trial:</strong> Receive a 10-assay kit plus an EasySort™ -5
1555
+ Magnet (EC001), an <span class="color-orange">$852 total value</span>.</p>
1556
+ <p><strong>2. Share Your Insights:</strong> Submit a brief feedback report and receive a <span
1557
+ class="color-orange">$50 voucher</span> for your next order.</p>
1558
+ <p><strong>3. Keep the Gear:</strong> Purchase 500+ assays and the <span
1559
+ class="color-orange">EasySort™ -5 Magnet is yours to keep</span>.</p>
1560
+ </td>
1561
+ </tr>
1562
+
1563
+ <tr>
1564
+ <td class="text-right pt-24">
1565
+ <a href="https://www.elabscience.com/about/promotions/39"
1566
+ class="button font-bold decoration-none">Start My Free Trial</a>
1567
+ </td>
1568
+ </tr>
1569
+ </tbody>
1570
+ </table>
1571
+ </td>
1572
+ <td></td>
1573
+ </tr>
1574
+
1575
+ <tr>
1576
+ <td colspan="4" class="h-24"></td>
1577
+ </tr>
1578
+
1579
+ <tr>
1580
+ <td></td>
1581
+ <td colspan="2" class="text-center">
1582
+ <span class="circle-title">Citations of Elabscience Products</span>
1583
+ </td>
1584
+ <td></td>
1585
+ </tr>
1586
+
1587
+ <tr>
1588
+ <td colspan="4" class="h-18"></td>
1589
+ </tr>
1590
+
1591
+ <tr>
1592
+ <td></td>
1593
+ <td colspan="2">
1594
+ <table cellspacing="0" cellpadding="0" border="0" class="table-bordered">
1595
+ <colgroup>
1596
+ <col />
1597
+ <col />
1598
+ <col />
1599
+ </colgroup>
1600
+
1601
+ <thead>
1602
+ <tr>
1603
+ <th>Product Name</th>
1604
+ <th>
1605
+ <a href="https://www.procellsystem.com/p/neurobasal-medium-pm151223-69253"
1606
+ class="decoration-none text-link-hover color-white">Neurobasal Medium</a>
1607
+ </th>
1608
+ <th>
1609
+ <a href="https://www.procellsystem.com/p/neurobasal-a-medium-pm151236-96788"
1610
+ class="decoration-none color-white">Neurobasal-A Medium</a>
1611
+ </th>
1612
+ </tr>
1613
+ </thead>
1614
+
1615
+ <tbody>
1616
+ <tr>
1617
+ <td>Primary Application</td>
1618
+ <td>Short-term or long-term maintenance and cultivation of neuronal cells in
1619
+ <strong>pre-production and embryonic.</strong></td>
1620
+ <td>Short-term or long-term maintenance and culture of both <strong>newly generated and mature
1621
+ neuronal cells.</strong></td>
1622
+ </tr>
1623
+
1624
+ <tr>
1625
+ <td>Supplements</td>
1626
+ <td colspan="2">Does not contain L-glutamine and requires the addition of <a
1627
+ href="https://www.procellsystem.com/p/b-27-neuron-supplement-with-vitamin-a-50-pb180637-69953"
1628
+ class="decoration-none font-bold text-link">B-27 neuron Supplement with vitamin A, 50×</a>
1629
+ </td>
1630
+ </tr>
1631
+
1632
+ <tr>
1633
+ <td>Quality Control</td>
1634
+ <td colspan="2">Sterilized by 0.1 μm filtration, Endotoxin Content &lt; 3 EU/mL.</td>
1635
+ </tr>
1636
+ </tbody>
1637
+ </table>
1638
+ </td>
1639
+ <td></td>
1640
+ </tr>
1641
+
1642
+ <tr>
1643
+ <td colspan="4" class="h-16"></td>
1644
+ </tr>
1645
+
1646
+ <tr>
1647
+ <td></td>
1648
+ <td colspan="2">
1649
+ <span class="wifi-title">Cited Product</span>
1650
+ </td>
1651
+ <td></td>
1652
+ </tr>
1653
+
1654
+ <tr>
1655
+ <td colspan="4" class="h-12"></td>
1656
+ </tr>
1657
+
1658
+ <tr>
1659
+ <td></td>
1660
+ <td colspan="2">
1661
+ <table cellspacing="0" cellpadding="0" border="0" class="table-stripe text-center">
1662
+ <colgroup>
1663
+ <col />
1664
+ <col />
1665
+ <col />
1666
+ </colgroup>
1667
+
1668
+ <thead>
1669
+ <tr>
1670
+ <th>Product Name</th>
1671
+ <th>Cat. No.</th>
1672
+ <th>Product Type</th>
1673
+ </tr>
1674
+ </thead>
1675
+
1676
+ <tbody>
1677
+ <tr>
1678
+ <td>
1679
+ <a href="" class="text-link">MEM (with NEAA)</a>
1680
+ </td>
1681
+ <td>
1682
+ <a href="" class="text-link">PM150410</a>
1683
+ </td>
1684
+ <td rowspan="3">
1685
+ <a href="" class="text-link">Liquid Basal Medium</a>
1686
+ </td>
1687
+ </tr>
1688
+
1689
+ <tr>
1690
+ <td>
1691
+ <a href="" class="text-link">MEM (with NEAA)</a>
1692
+ </td>
1693
+ <td>
1694
+ <a href="" class="text-link">PM150410</a>
1695
+ </td>
1696
+ </tr>
1697
+
1698
+ <tr>
1699
+ <td>
1700
+ <a href="" class="text-link">MEM (with NEAA)</a>
1701
+ </td>
1702
+ <td>
1703
+ <a href="" class="text-link">PM150410</a>
1704
+ </td>
1705
+ </tr>
1706
+
1707
+ <tr>
1708
+ <td>
1709
+ <a href="" class="text-link">MEM (with NEAA)</a>
1710
+ </td>
1711
+ <td>
1712
+ <a href="" class="text-link">PM150410</a>
1713
+ </td>
1714
+ <td>
1715
+ <a href="" class="text-link">Liquid Basal Medium</a>
1716
+ </td>
1717
+ </tr>
1718
+ </tbody>
1719
+ </table>
1720
+ </td>
1721
+ <td></td>
1722
+ </tr>
1723
+
1724
+ <tr>
1725
+ <td colspan="4" class="h-16"></td>
1726
+ </tr>
1727
+
1728
+ <tr>
1729
+ <td></td>
1730
+ <td colspan="2">
1731
+ <span class="square-title">Recommended for you</span>
1732
+ </td>
1733
+ <td></td>
1734
+ </tr>
1735
+
1736
+ <tr>
1737
+ <td colspan="4" class="h-16"></td>
1738
+ </tr>
1739
+
1740
+ <tr>
1741
+ <td></td>
1742
+ <td colspan="2">
1743
+ <table cellspacing="0" cellpadding="0" border="0" class="table-stripe text-center">
1744
+ <colgroup>
1745
+ <col />
1746
+ <col />
1747
+ <col />
1748
+ </colgroup>
1749
+
1750
+ <tbody>
1751
+ <tr>
1752
+ <td><strong>Product Name</strong></td>
1753
+ <td><strong>Cat. No.</strong></td>
1754
+ <td><strong>Product Type</strong></td>
1755
+ </tr>
1756
+
1757
+ <tr>
1758
+ <td>
1759
+ <a href="" class="text-link">MEM (with NEAA)</a>
1760
+ </td>
1761
+ <td>
1762
+ <a href="" class="text-link">PM150410</a>
1763
+ </td>
1764
+ <td rowspan="3">
1765
+ <a href="" class="text-link">Liquid Basal Medium</a>
1766
+ </td>
1767
+ </tr>
1768
+
1769
+ <tr>
1770
+ <td>
1771
+ <a href="" class="text-link">MEM (with NEAA)</a>
1772
+ </td>
1773
+ <td>
1774
+ <a href="" class="text-link">PM150410</a>
1775
+ </td>
1776
+ </tr>
1777
+
1778
+ <tr>
1779
+ <td>
1780
+ <a href="" class="text-link">MEM (with NEAA)</a>
1781
+ </td>
1782
+ <td>
1783
+ <a href="" class="text-link">PM150410</a>
1784
+ </td>
1785
+ </tr>
1786
+
1787
+ <tr>
1788
+ <td>
1789
+ <a href="" class="text-link">MEM (with NEAA)</a>
1790
+ </td>
1791
+ <td>
1792
+ <a href="" class="text-link">PM150410</a>
1793
+ </td>
1794
+ <td>
1795
+ <a href="" class="text-link">Liquid Basal Medium</a>
1796
+ </td>
1797
+ </tr>
1798
+ </tbody>
1799
+ </table>
1800
+ </td>
1801
+ <td></td>
1802
+ </tr>
1803
+
1804
+ <tr>
1805
+ <td colspan="4" class="h-24"></td>
1806
+ </tr>
1807
+
1808
+ <tr>
1809
+ <td></td>
1810
+ <td colspan="2">
1811
+ <span class="square-title">Elabscience<sup>&reg;</sup> Product Cited in This Literature</span>
1812
+ </td>
1813
+ <td></td>
1814
+ </tr>
1815
+
1816
+ <tr>
1817
+ <td colspan="4" class="h-12"></td>
1818
+ </tr>
1819
+
1820
+ <tr>
1821
+ <td></td>
1822
+ <td colspan="2">
1823
+ <table cellspacing="0" cellpadding="0" border="0" class="table-stripe text-center">
1824
+ <colgroup>
1825
+ <col />
1826
+ <col width="30%" />
1827
+ </colgroup>
1828
+
1829
+ <tbody>
1830
+ <tr>
1831
+ <td>Product</td>
1832
+ <td>Cat. No.</td>
1833
+ </tr>
1834
+
1835
+ <tr>
1836
+ <td>
1837
+ <a href="https://www.elabscience.com/p/atp-colorimetric-assay-kit-enzyme-method--e-bc-k774-m"
1838
+ class="text-link">ATP Colorimetric Assay Kit (Enzyme Method)</a>
1839
+ </td>
1840
+ <td>
1841
+ <a href="https://www.elabscience.com/p/atp-colorimetric-assay-kit-enzyme-method--e-bc-k774-m"
1842
+ class="text-link">E-BC-K774-M</a>
1843
+ </td>
1844
+ </tr>
1845
+
1846
+ <tr>
1847
+ <td>
1848
+ <a href="https://www.elabscience.com/p/cgmp-cyclic-gmp-elisa-kit--e-el-0083"
1849
+ class="text-link">cGMP(Cyclic GMP) ELISA Kit</a>
1850
+ </td>
1851
+ <td>
1852
+ <a href="https://www.elabscience.com/p/cgmp-cyclic-gmp-elisa-kit--e-el-0083"
1853
+ class="text-link">E-EL-0083</a>
1854
+ </td>
1855
+ </tr>
1856
+
1857
+ <tr>
1858
+ <td>
1859
+ <a href="https://www.elabscience.com/p/mitochondrial-membrane-potential-assay-kit-with-jc-1--e-ck-a301"
1860
+ class="text-link">Mitochondrial Membrane Potential Assay Kit (with JC-1)</a>
1861
+ </td>
1862
+ <td>
1863
+ <a href="https://www.elabscience.com/p/mitochondrial-membrane-potential-assay-kit-with-jc-1--e-ck-a301"
1864
+ class="text-link">E-CK-A301</a>
1865
+ </td>
1866
+ </tr>
1867
+ </tbody>
1868
+ </table>
1869
+ </td>
1870
+ <td></td>
1871
+ </tr>
1872
+
1873
+ <tr>
1874
+ <td colspan="4" class="h-24"></td>
1875
+ </tr>
1876
+
1877
+ <tr>
1878
+ <td></td>
1879
+ <td colspan="2">
1880
+ <span class="square-title">Recommended for you</span>
1881
+ </td>
1882
+ <td></td>
1883
+ </tr>
1884
+
1885
+ <tr>
1886
+ <td colspan="4" class="h-12"></td>
1887
+ </tr>
1888
+
1889
+ <tr>
1890
+ <td></td>
1891
+ <td colspan="2">
1892
+ <table cellspacing="0" cellpadding="0" border="0" class="table-stripe text-center">
1893
+ <colgroup>
1894
+ <col />
1895
+ <col />
1896
+ <col />
1897
+ </colgroup>
1898
+
1899
+ <tbody>
1900
+ <tr>
1901
+ <td>
1902
+ <a href="https://www.procellsystem.com/p/dmem-f12-pm150312-68139"
1903
+ class="decoration-none text-link-hover">
1904
+ <img
1905
+ src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202604211419/PM150312-500mL-cropped.webp"
1906
+ style="height: 108px;" />
1907
+ <p>DMEM/F12</p>
1908
+ <p>Cat. No.: PM150312</p>
1909
+ </a>
1910
+ </td>
1911
+
1912
+ <td>
1913
+ <a href="https://www.procellsystem.com/p/dmem-low-glucose-pm150220-70471"
1914
+ class="decoration-none text-link-hover">
1915
+ <img
1916
+ src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202604211419/PM150220-500mL-cropped.webp"
1917
+ style="height: 108px;" />
1918
+ <p>DMEM (Low glucose)</p>
1919
+ <p>Cat. No.: PM150220</p>
1920
+ </a>
1921
+ </td>
1922
+
1923
+ <td>
1924
+ <a href="https://www.procellsystem.com/p/mem-with-neaa-pm150410-71162"
1925
+ class="decoration-none text-link-hover">
1926
+ <img
1927
+ src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202604211419/PM150410-500mL-cropped.webp"
1928
+ style="height: 108px;" />
1929
+ <p>MEM, with NEAA</p>
1930
+ <p>Cat. No.: PM150410</p>
1931
+ </a>
1932
+ </td>
1933
+ </tr>
1934
+ </tbody>
1935
+ </table>
1936
+ </td>
1937
+ <td></td>
1938
+ </tr>
1939
+ </tbody>
1940
+ </table>
1941
+ <!-- 主体 end -->
1942
+
1943
+ <!-- 页尾 start -->
1944
+ <table cellspacing="0" cellpadding="0" border="0" class="footer">
1945
+ <colgroup>
1946
+ <col width="10px" />
1947
+ <col />
1948
+ <col />
1949
+ <col width="10px" />
1950
+ </colgroup>
1951
+
1952
+ <tbody>
1953
+ <tr>
1954
+ <td colspan="4" class="h-24"></td>
1955
+ </tr>
1956
+
1957
+ <tr>
1958
+ <td></td>
1959
+ <td colspan="2">
1960
+ <table cellspacing="0" cellpadding="0" border="0" class="connect-us text-center">
1961
+ <colgroup>
1962
+ <col width="20%" />
1963
+ <col />
1964
+ <col />
1965
+ <col />
1966
+ <col />
1967
+ <!-- <col /> -->
1968
+ <col />
1969
+ <col />
1970
+ <col width="20%" />
1971
+ </colgroup>
1972
+
1973
+ <tbody>
1974
+ <tr>
1975
+ <td></td>
1976
+ <td colspan="6" class="connect-us-title font-bold text-size-[14px]">Connect with us</td>
1977
+ <td></td>
1978
+ </tr>
1979
+
1980
+ <tr>
1981
+ <td></td>
1982
+ <td class="line-height-0 font-size-0">
1983
+ <a href="https://www.youtube.com/c/Elabscience_Bio" class="image-box">
1984
+ <img src="https://oss.pri-cella.com/edm/edmfooter/1.png" alt="" />
1985
+ </a>
1986
+ </td>
1987
+ <td class="line-height-0 font-size-0">
1988
+ <a href="https://www.linkedin.com/company/elabscience" class="image-box">
1989
+ <img src="https://oss.pri-cella.com/edm/edmfooter/2.png" alt="" />
1990
+ </a>
1991
+ </td>
1992
+ <td class="line-height-0 font-size-0">
1993
+ <a href="https://www.facebook.com/elabscience.bionovation" class="image-box">
1994
+ <img src="https://oss.pri-cella.com/edm/edmfooter/3.png" alt="" />
1995
+ </a>
1996
+ </td>
1997
+ <td class="line-height-0 font-size-0">
1998
+ <a href="https://www.instagram.com/elabscience_bionovation/" class="image-box">
1999
+ <img src="https://oss.pri-cella.com/edm/edmfooter/5.png" alt="" />
2000
+ </a>
2001
+ </td>
2002
+ <!-- <td class="line-height-0 font-size-0">
1881
2003
  <a href="https://www.pinterest.com/elabscience/" class="image-box">
1882
2004
  <img src="https://oss.pri-cella.com/edm/edmfooter/6.png" alt="" />
1883
2005
  </a>
1884
2006
  </td> -->
1885
- <td class="line-height-0 font-size-0">
1886
- <a href="https://www.tiktok.com/@elabscience" class="image-box">
1887
- <img src="https://oss.pri-cella.com/edm/edmfooter/7.png" alt="" />
1888
- </a>
1889
- </td>
1890
- <td class="line-height-0 font-size-0">
1891
- <a href="https://wa.me/13468889004" class="image-box">
1892
- <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/edmfooter/what'sup.webp" alt="" />
1893
- </a>
1894
- </td>
1895
- <td></td>
1896
- </tr>
1897
-
1898
- <tr>
1899
- <td></td>
1900
- <td colspan="6" class="connect-us-separator"></td>
1901
- <td></td>
1902
- </tr>
1903
- </tbody>
1904
- </table>
1905
- </td>
1906
- <td></td>
1907
- </tr>
1908
-
1909
- <tr>
1910
- <td colspan="4" class="h-24"></td>
1911
- </tr>
1912
-
1913
- <tr>
1914
- <td></td>
1915
- <td colspan="2">
1916
- <table cellspacing="0" cellpadding="0" border="0" class="contact-us text-center align-middle">
1917
- <colgroup>
1918
- <col />
1919
- </colgroup>
1920
-
1921
- <tbody>
1922
- <tr>
1923
- <td>
1924
- <strong>Elabscience Bionovation Inc.</strong>
1925
- </td>
1926
- </tr>
1927
-
1928
- <tr>
1929
- <td>
1930
- <img src="https://file.elabscience.com/edm/demimg2024428/电话.png" alt="" class="align-middle" />
1931
- <span class="align-middle">Toll-free: <a href="tel:1-888-852-8623" class="decoration-none">1-888-852-8623</a></span>
1932
- </td>
1933
- </tr>
1934
- <tr>
1935
- <td>
1936
- <img src="https://file.elabscience.com/edm/demimg2024428/地球.png" alt="" class="align-middle" />
1937
- <span class="align-middle">Web: <a href=" https://www.elabscience.com" class="decoration-none">www.elabscience.com</a></span>
1938
- </td>
1939
- </tr>
1940
- <tr>
1941
- <td>
1942
- <img src="https://file.elabscience.com/edm/demimg2024428/邮件.png" alt="" class="align-middle" />
1943
- <span class="align-middle">Email: <a href="mailto:orders@elabscience.com" class="decoration-none">orders@elabscience.com</a>;<a href="mailto:techsupport@elabscience.com" class="decoration-none" style="padding-left: 10px;">techsupport@elabscience.com</a></span>
1944
- </td>
1945
- </tr>
1946
- <tr>
1947
- <td>14780 Memorial Drive, Suite 105, Houston, Texas, 77079, USA</td>
1948
- </tr>
1949
- </tbody>
1950
- </table>
1951
- </td>
1952
- <td></td>
1953
- </tr>
1954
-
1955
- <tr>
1956
- <td colspan="4" class="h-32"></td>
1957
- </tr>
1958
- </tbody>
1959
- </table>
1960
- <!-- 页尾 end -->
1961
- </td>
1962
- </tr>
1963
- </tbody>
1964
- </table>
1965
- </body>
2007
+ <td class="line-height-0 font-size-0">
2008
+ <a href="https://www.tiktok.com/@elabscience" class="image-box">
2009
+ <img src="https://oss.pri-cella.com/edm/edmfooter/7.png" alt="" />
2010
+ </a>
2011
+ </td>
2012
+ <td class="line-height-0 font-size-0">
2013
+ <a href="https://wa.me/13468889004" class="image-box">
2014
+ <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/edmfooter/what'sup.webp"
2015
+ alt="" />
2016
+ </a>
2017
+ </td>
2018
+ <td></td>
2019
+ </tr>
2020
+
2021
+ <tr>
2022
+ <td></td>
2023
+ <td colspan="6" class="connect-us-separator"></td>
2024
+ <td></td>
2025
+ </tr>
2026
+ </tbody>
2027
+ </table>
2028
+ </td>
2029
+ <td></td>
2030
+ </tr>
2031
+
2032
+ <tr>
2033
+ <td colspan="4" class="h-24"></td>
2034
+ </tr>
2035
+
2036
+ <tr>
2037
+ <td></td>
2038
+ <td colspan="2">
2039
+ <table cellspacing="0" cellpadding="0" border="0" class="contact-us text-center align-middle">
2040
+ <colgroup>
2041
+ <col />
2042
+ </colgroup>
2043
+
2044
+ <tbody>
2045
+ <tr>
2046
+ <td>
2047
+ <strong>Elabscience Bionovation Inc.</strong>
2048
+ </td>
2049
+ </tr>
2050
+
2051
+ <tr>
2052
+ <td>
2053
+ <img src="https://file.elabscience.com/edm/demimg2024428/电话.png" alt=""
2054
+ class="align-middle" />
2055
+ <span class="align-middle">Toll-free: <a href="tel:1-888-852-8623"
2056
+ class="decoration-none">1-888-852-8623</a></span>
2057
+ </td>
2058
+ </tr>
2059
+ <tr>
2060
+ <td>
2061
+ <img src="https://file.elabscience.com/edm/demimg2024428/地球.png" alt=""
2062
+ class="align-middle" />
2063
+ <span class="align-middle">Web: <a href=" https://www.elabscience.com"
2064
+ class="decoration-none">www.elabscience.com</a></span>
2065
+ </td>
2066
+ </tr>
2067
+ <tr>
2068
+ <td>
2069
+ <img src="https://file.elabscience.com/edm/demimg2024428/邮件.png" alt=""
2070
+ class="align-middle" />
2071
+ <span class="align-middle">Email: <a href="mailto:orders@elabscience.com"
2072
+ class="decoration-none">orders@elabscience.com</a>;<a
2073
+ href="mailto:techsupport@elabscience.com" class="decoration-none"
2074
+ style="padding-left: 10px;">techsupport@elabscience.com</a></span>
2075
+ </td>
2076
+ </tr>
2077
+ <tr>
2078
+ <td>14780 Memorial Drive, Suite 105, Houston, Texas, 77079, USA</td>
2079
+ </tr>
2080
+ </tbody>
2081
+ </table>
2082
+ </td>
2083
+ <td></td>
2084
+ </tr>
2085
+
2086
+ <tr>
2087
+ <td colspan="4" class="h-32"></td>
2088
+ </tr>
2089
+ </tbody>
2090
+ </table>
2091
+ <!-- 页尾 end -->
2092
+ </td>
2093
+ </tr>
2094
+ </tbody>
2095
+ </table>
2096
+ </body>
2097
+
1966
2098
  </html>