antd-management-fast-component 2.6.26 → 2.6.31

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-component",
3
- "version": "2.6.26",
3
+ "version": "2.6.31",
4
4
  "description": "antd-management-fast-component",
5
5
  "keywords": [
6
6
  "antd-management-fast-component"
@@ -22,6 +22,43 @@
22
22
  "files": [
23
23
  "es"
24
24
  ],
25
+ "scripts": {
26
+ "build:rollup": "rimraf ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
27
+ "postbuild:rollup": "npm run z:tsc:build",
28
+ "build:rollup:skipCompression": "rimraf ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
29
+ "postbuild:rollup:skipCompression": "npm run z:tsc:build",
30
+ "dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
31
+ "postinstall": "max setup",
32
+ "precommit": "npm run z:lint:staged:quiet",
33
+ "setup": "max setup",
34
+ "z:auto:adjust:file": "echo can exec some file adjust command with here",
35
+ "prez:documentation:generate": "npx rimraf ./docs && npm run z:documentation:lint",
36
+ "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
37
+ "z:documentation:lint": "npx documentation lint src/**",
38
+ "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
39
+ "z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
40
+ "z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
41
+ "z:lint:file:change:fix": "npm run z:lint:script:change:fix && npm run z:lint:style:all:fix",
42
+ "z:lint:script:all": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
43
+ "z:lint:script:all:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
44
+ "postz:lint:script:all:fix": "npm run z:prettier:format:all",
45
+ "z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
46
+ "z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
47
+ "postz:lint:script:change:fix": "npm run z:prettier:format:change",
48
+ "z:lint:staged": "npx lint-staged",
49
+ "z:lint:staged:quiet": "npx lint-staged --quiet",
50
+ "z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
51
+ "z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
52
+ "postz:lint:style:all:fix": "npm run z:prettier:format:all",
53
+ "z:lint:style:change": "npx stylelint --allow-empty-input --cache \"./src/**/*.{css,scss,less}\"",
54
+ "z:lint:style:change:fix": "npx stylelint --allow-empty-input --cache --fix \"./src/**/*.{css,scss,less}\"",
55
+ "postz:lint:style:change:fix": "npm run z:prettier:format:change",
56
+ "z:prettier:format:all": "npx prettier --write .",
57
+ "z:prettier:format:change": "npx prettier --cache --write .",
58
+ "z:prettier:package.json": "npx prettier --write ./package.json",
59
+ "z:test": "cross-env NODE_ENV=test jest",
60
+ "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
61
+ },
25
62
  "dependencies": {
26
63
  "@ant-design/icons": "^5.2.6",
27
64
  "@ant-design/pro-layout": "^7.16.11",
@@ -29,6 +66,7 @@
29
66
  "@tinymce/tinymce-react": "^4.3.0",
30
67
  "@umijs/max": "^4.0.79",
31
68
  "antd": "^5.8.6",
69
+ "antd-management-fast-common": "^2.6.21",
32
70
  "array-move": "^4.0.0",
33
71
  "axios": "^1.5.0",
34
72
  "bizcharts": "^4.1.22",
@@ -53,12 +91,11 @@
53
91
  "react-json-view": "^1.21.3",
54
92
  "react-player": "^2.12.0",
55
93
  "react-syntax-highlighter": "^15.5.0",
56
- "umi": "^4.0.79",
57
- "antd-management-fast-common": "^2.6.16"
94
+ "umi": "^4.0.79"
58
95
  },
59
96
  "devDependencies": {
60
97
  "@babel/core": "^7.22.11",
61
- "@babel/eslint-parser": "^7.22.11",
98
+ "@babel/eslint-parser": "^7.22.15",
62
99
  "@babel/plugin-external-helpers": "^7.22.5",
63
100
  "@babel/plugin-proposal-decorators": "^7.22.10",
64
101
  "@babel/plugin-syntax-jsx": "^7.22.5",
@@ -68,7 +105,7 @@
68
105
  "@babel/plugin-transform-runtime": "^7.22.10",
69
106
  "@babel/preset-env": "^7.22.14",
70
107
  "@babel/preset-react": "^7.22.5",
71
- "@babel/runtime": "^7.22.11",
108
+ "@babel/runtime": "^7.22.15",
72
109
  "@commitlint/cli": "^17.7.1",
73
110
  "@commitlint/config-conventional": "^17.7.0",
74
111
  "@commitlint/config-lerna-scopes": "^17.7.0",
@@ -100,7 +137,7 @@
100
137
  "cross-env": "^7.0.3",
101
138
  "cssnano": "^6.0.1",
102
139
  "documentation": "^14.0.2",
103
- "easy-soft-develop": "^2.1.35",
140
+ "easy-soft-develop": "^2.1.38",
104
141
  "eslint": "^8.48.0",
105
142
  "eslint-config-airbnb": "^19.0.4",
106
143
  "eslint-config-airbnb-typescript": "^17.1.0",
@@ -141,43 +178,5 @@
141
178
  "stylelint-config-standard": "^34.0.0",
142
179
  "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
143
180
  "typescript": "^5.2.2"
144
- },
145
- "gitHead": "8f5f3fe1105991d759c5e13cd5ae898385c17c9a",
146
- "scripts": {
147
- "build:rollup": "rimraf ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
148
- "postbuild:rollup": "npm run z:tsc:build",
149
- "build:rollup:skipCompression": "rimraf ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
150
- "postbuild:rollup:skipCompression": "npm run z:tsc:build",
151
- "dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
152
- "postinstall": "max setup",
153
- "precommit": "npm run z:lint:staged:quiet",
154
- "setup": "max setup",
155
- "z:auto:adjust:file": "echo can exec some file adjust command with here",
156
- "prez:documentation:generate": "npx rimraf ./docs && npm run z:documentation:lint",
157
- "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
158
- "z:documentation:lint": "npx documentation lint src/**",
159
- "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
160
- "z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
161
- "z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
162
- "z:lint:file:change:fix": "npm run z:lint:script:change:fix && npm run z:lint:style:all:fix",
163
- "z:lint:script:all": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
164
- "z:lint:script:all:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
165
- "postz:lint:script:all:fix": "npm run z:prettier:format:all",
166
- "z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
167
- "z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
168
- "postz:lint:script:change:fix": "npm run z:prettier:format:change",
169
- "z:lint:staged": "npx lint-staged",
170
- "z:lint:staged:quiet": "npx lint-staged --quiet",
171
- "z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
172
- "z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
173
- "postz:lint:style:all:fix": "npm run z:prettier:format:all",
174
- "z:lint:style:change": "npx stylelint --allow-empty-input --cache \"./src/**/*.{css,scss,less}\"",
175
- "z:lint:style:change:fix": "npx stylelint --allow-empty-input --cache --fix \"./src/**/*.{css,scss,less}\"",
176
- "postz:lint:style:change:fix": "npm run z:prettier:format:change",
177
- "z:prettier:format:all": "npx prettier --write .",
178
- "z:prettier:format:change": "npx prettier --cache --write .",
179
- "z:prettier:package.json": "npx prettier --write ./package.json",
180
- "z:test": "cross-env NODE_ENV=test jest",
181
- "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
182
181
  }
183
- }
182
+ }
package/es/index.css DELETED
@@ -1,34 +0,0 @@
1
- html{--amf-screen-xs:480px;--amf-screen-xs-min:var(var(--amf-screen-xs));--amf-screen-sm:576px;--amf-screen-sm-min:var(--amf-screen-sm);--amf-screen-md:768px;--amf-screen-md-min:var(--amf-screen-md);--amf-screen-lg-min:992px;--amf-screen-xl:1200px;--amf-screen-xl-min:var(--amf-screen-xl);--amf-screen-xxl:1600px;--amf-screen-xxl-min:var(--amf-screen-xxl);--amf-screen-xs-max:calc(var(--amf-screen-sm-min) - 1px);--amf-screen-sm-max:calc(var(--amf-screen-md-min) - 1px);--amf-screen-md-max:calc(var(--amf-screen-lg-min) - 1px);--amf-screen-lg-max:calc(var(--amf-screen-xl-min) - 1px);--amf-screen-xl-max:calc(var(--amf-screen-xxl-min) - 1px);--amf-border-width-base:1px;--amf-layout-header-height:64px;--amf-font-size-base:14px;--amf-font-size-lg:calc(var(--amf-font-size-base) + 2px);--amf-height-base:32px;--amf-avatar-size-base:28px;--amf-avatar-size-lg:32px;--amf-avatar-size-sm:22px;--amf-avatar-font-size-base:16px;--amf-avatar-font-size-lg:20px;--amf-avatar-font-size-sm:12px;--amf-line-height-base:1.5715;--amf-shadow-1-up:0 -6px 16px -8px rgba(0,0,0,.08),0 -9px 28px 0 rgb(0 0 0/5%),0 -12px 48px 16px rgb(0 0 0/3%);--amf-shadow-1-down:0 6px 16px -8px rgba(0,0,0,.08),0 9px 28px 0 rgb(0 0 0/5%),0 12px 48px 16px rgb(0 0 0/3%);--amf-shadow-1-left:-6px 0 16px -8px rgba(0,0,0,.08),-9px 0 28px 0 rgb(0 0 0/5%),-12px 0 48px 16px rgb(0 0 0/3%);--amf-shadow-1-right:6px 0 16px -8px rgba(0,0,0,.08),9px 0 28px 0 rgb(0 0 0/5%),12px 0 48px 16px rgb(0 0 0/3%);--amf-body-background:#fff;--amf-layout-body-background:#f0f2f5;--amf-normal-color:#d9d9d9;--amf-white:#fff;--amf-black:#000;--amf-component-background:#fff;--amf-border-color-base:#ccc;--amf-border-style-base:solid;--amf-border-color-split:rgba(0,0,0,.06);--amf-border-radius-base:4px;--amf-border-radius-sm:2px;--amf-background-color-base:#ccc;--amf-red-base:#f5222d;--amf-red-6:var(--amf-red-base);--amf-green-base:#52c41a;--amf-green-6:var(--amf-green-base);--amf-blue-base:#1890ff;--amf-blue-6:var(--amf-blue-base);--amf-gold-base:#faad14;--amf-gold-6:var(--amf-gold-base);--amf-primary-1:var(--amf-component-background);--amf-primary-6:var(--amf-primary-color);--amf-error-color:var(--amf-red-5);--amf-success-color:var(--amf-green-6);--amf-warning-color:var(--amf-gold-6);--amf-primary-color:var(--amf-blue-6);--amf-heading-color:var(--amf-black);--amf-text-color:var(--amf-black);--amf-text-color-secondary:var(--amf-black);--amf-disabled-color:var(#000);--amf-popover-bg:var(--amf-component-background);--amf-input-height-base:var(--amf-height-base)}.index_textOverflowMulti__uvivP{line-height:1.5em;margin-right:-1em;max-height:calc(var(--amf-line)*1.5em);overflow:hidden;padding-right:1em;position:relative;text-align:justify}.index_textOverflowMulti__uvivP:before{background:#fff;bottom:0;content:"...";padding:0 1px;position:absolute;right:14px}.index_textOverflowMulti__uvivP:after{background:#fff;content:"";height:1em;margin-top:.2em;position:absolute;right:14px;width:1em}.index_hidden__iT-Gu{display:none}.index_help__HYLfF{color:#985e5e;font-size:12px}
2
- .index_queueBox__GowZS ul{display:block;list-style:none;margin:0;overflow:hidden;padding:0}.index_queueBox__GowZS li{margin:0;padding:0}
3
- .index_listContent__z2Xqm .index_description__4W1PN{line-height:22px;max-width:720px}.index_listContent__z2Xqm .index_extra__Fe4xX{color:var(--amf-text-color-secondary);line-height:22px;margin-top:16px}.index_listContent__z2Xqm .index_extra__Fe4xX>.ant-avatar{height:20px;margin-right:8px;position:relative;top:1px;vertical-align:top;width:20px}.index_listContent__z2Xqm .index_extra__Fe4xX>em{color:var(--amf-disabled-color);font-style:normal;margin-left:16px}@media screen and (max-width:var(var(--amf-screen-xs ))){.index_listContent__z2Xqm .index_extra__Fe4xX>em{display:block;margin-left:0;margin-top:8px}}
4
- body{margin:0}.index_amf-hidden__AvCf4{display:none}.index_antd-management-fast-common-test__IYEDk{color:#fff}
5
- .index_amf-dropdownExpandItemCustom__aIGxr{background-color:#fff}.index_amf-dropdownExpandItemCustom__aIGxr:hover{background-color:#f5f5f5}.index_amf-dropdownExpandItemCustom__aIGxr:hover_button{background-color:#f5f5f5}.index_amf-dropdownExpandItemCustom_button__iEZf2{background-color:#fff}.index_amf-dropdownExpandItemCustom_button__iEZf2:hover{background-color:#f5f5f5}
6
- .index_amf-dropdownExpandOverlayBottom__6yO9W{padding:0}.index_amf-dropdownExpandOverlayBottom__6yO9W .ant-popover-inner-content{background-color:#fff;border-radius:4px;margin-top:10px;padding:0}.index_amf-dropdownExpandOverlayTop__Dga8u{padding:0}.index_amf-dropdownExpandOverlayTop__Dga8u .ant-popover-inner-content{background-color:#fff;border-radius:4px;margin-bottom:10px;padding:0}
7
- .index_ellipsis__D7xwo{display:inline-block;overflow:hidden;width:100%;word-break:break-all}.index_lines__6vMjP{position:relative}.index_lines__6vMjP .index_shadow__Hu-ma{color:transparent;display:block;opacity:0;position:absolute;z-index:-999}.index_lineClamp__v7-hC{display:flex;overflow:hidden;position:relative;text-overflow:ellipsis}
8
- .index_subText__9GUFU{font-size:14px}
9
- .index_formItemInnerComponent__p8bnc .ant-form-item-label label:before{color:#ff4d4f;content:"*";display:inline-block;font-family:SimSun,sans-serif;font-size:14px;line-height:1;margin-right:4px}
10
- .index_fieldBox__0YrST{margin:10px 0}
11
- .index_avatarList__ysDIG{display:inline-block}.index_avatarList__ysDIG ul{display:inline-block;font-size:0;margin-left:8px}.index_avatarItem__k2uRf{display:inline-block;font-size:var(--amf-font-size-base);height:var(--amf-avatar-size-base);margin-left:-8px;width:var(--amf-avatar-size-base)}.index_avatarItem__k2uRf .ant-avatar{border:1px solid #fff}.index_avatarItemLarge__5eobm{height:var(--amf-avatar-size-lg);width:var(--amf-avatar-size-lg)}.index_avatarItemSmall__xOREf{height:var(--amf-avatar-size-sm);width:var(--amf-avatar-size-sm)}.index_avatarItemMini__RfAkP{height:20px;width:20px}.index_avatarItemMini__RfAkP .ant-avatar{height:20px;line-height:20px;width:20px}.index_avatarItemMini__RfAkP .ant-avatar .ant-avatar-string{font-size:12px;line-height:18px}
12
- .index_editableItem__T-DvP{display:table;line-height:var(--amf-input-height-base);margin-top:calc((var(--amf-font-size-base)*var(--amf-line-height-base) - var(--amf-input-height-base))/2);width:100%}.index_editableItem__T-DvP .index_wrapper__iSfWL{display:table-row}.index_editableItem__T-DvP .index_wrapper__iSfWL>*{display:table-cell}.index_editableItem__T-DvP .index_wrapper__iSfWL>:first-child{width:85%}.index_editableItem__T-DvP .index_wrapper__iSfWL .index_icon__GtBA8{cursor:pointer;text-align:right}
13
- .index_linkGroup__diKbl{font-size:0;padding:20px 0 8px 24px}.index_linkGroup__diKbl>a{color:var(--amf-text-color);display:inline-block;font-size:var(--amf-font-size-base);margin-bottom:13px;width:25%}.index_linkGroup__diKbl>a:hover{color:var(--amf-primary-color)}
14
- .index_figureRange__uSkT-{width:100%}.index_figureRange__uSkT- .index_select__CaB5l .ant-select-selector{border-bottom-right-radius:0;border-top-right-radius:0}.index_figureRange__uSkT- .ant-input.index_valueInput__HvPU-{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.index_figureRange__uSkT- .ant-input.index_valueInput__HvPU-:focus,.index_figureRange__uSkT- .ant-input.index_valueInput__HvPU-:hover{border-bottom-left-radius:0;border-top-left-radius:0}.index_figureRange__uSkT- .ant-input.index_minInput__SCgSA{border-left:0;border-radius:0;border-right:0;width:100%}.index_figureRange__uSkT- .ant-input.index_minInput__SCgSA:focus,.index_figureRange__uSkT- .ant-input.index_minInput__SCgSA:hover{border-radius:0}.index_figureRange__uSkT- .ant-input.index_inputSplit__8-vEK{background-color:#fff;border-left:0;border-radius:0;border-right:0;width:100%}.index_figureRange__uSkT- .ant-input.index_maxInput__nUT8j{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0;width:100%}.index_figureRange__uSkT- .index_inputRight__HGjIR{border-left-width:0}.index_figureRange__uSkT- .index_inputRight__HGjIR:focus,.index_figureRange__uSkT- .index_inputRight__HGjIR:hover{border-left-width:1px}.index_figureRange__uSkT- .ant-input-rtl .inputRight{border-right-width:0}.index_figureRange__uSkT- .ant-input-rtl .inputRight:focus,.index_figureRange__uSkT- .ant-input-rtl .inputRight:hover{border-right-width:1px}
15
- .index_toolbar__Lv2C-{background:#fff;border-top:1px solid var(--amf-border-color-split);bottom:0;box-shadow:0 -1px 2px rgba(0,0,0,.03);height:56px;line-height:56px;padding:0 24px;position:fixed;right:0;width:100%;z-index:9}.index_toolbar__Lv2C-:after{clear:both;content:"";display:block}.index_toolbar__Lv2C- .index_left__xsHpF{float:left}.index_toolbar__Lv2C- .index_right__xs5Mf{float:right}.index_toolbar__Lv2C- button+button{margin-left:8px}
16
- .index_globalFooter__Als7O{margin:48px 0 24px;padding:0 16px;text-align:center}.index_globalFooter__Als7O .index_links__xxMJr{margin-bottom:8px}.index_globalFooter__Als7O .index_links__xxMJr a{color:var(--amf-text-color-secondary);transition:all .3s}.index_globalFooter__Als7O .index_links__xxMJr a:not(:last-child){margin-right:40px}.index_globalFooter__Als7O .index_links__xxMJr a:hover{color:var(--amf-text-color)}.index_globalFooter__Als7O .index_copyright__0ACcX{color:var(--amf-text-color-secondary);font-size:var(--amf-font-size-base)}
17
- .index_helpBox__h-qwJ .index_helpItem__iuZ2U{margin:4px 0}.index_helpBoxNoBackground__vDRGR{padding:8px 0}.index_helpBoxBackground__nkDFV{background:#e1e1e1;border-radius:6px;margin-bottom:10px;padding:8px}
18
- .index_richTextBox__jUYt8 img{max-width:100%}
19
- .index_previewContainor__YmONX,.index_previewContainor__YmONX img{width:100%}
20
- .index_containor__ndtfh .index_imageBox__FAEpg{min-width:120px;position:relative}.index_containor__ndtfh .index_imageBox__FAEpg .index_image__2Pr6v{width:100%}.index_containor__ndtfh .index_imageBox__FAEpg .index_imageAction__bS6ks{background-color:#000;border-radius:4px;color:#fff;height:54px;left:50%;margin-left:-27px;margin-top:-27px;opacity:.4;position:absolute;top:50%;width:54px;z-index:100}.index_containor__ndtfh .index_imageBox__FAEpg .index_imageAction__bS6ks .index_icon__-mvsy{height:24px;width:100%}.index_containor__ndtfh .index_imageBox__FAEpg .index_imageAction__bS6ks .index_text__YiUxy{margin-bottom:4px;margin-top:4px}.index_containor__ndtfh .index_imageBox__FAEpg .ant-upload.ant-upload-select{border-bottom:0;height:auto;margin-bottom:0;margin-right:0;width:100%}.index_containor__ndtfh .index_imageBox__FAEpg .ant-upload-select i{color:#999;font-size:32px}.index_containor__ndtfh .index_imageBox__FAEpg .ant-upload-select .ant-upload-text{color:#666;margin-top:8px}.index_containor__ndtfh .index_toolBar__Ytq35{background-color:#000;border-radius:0 0 4px 4px;bottom:0;color:#fff;height:22px;left:0;opacity:.4;padding:0 4px;position:absolute;width:100%;z-index:10}.index_helper__zWkJp{clear:both;color:#00000073;font-size:14px;line-height:1.5715;min-height:24px;overflow-x:hidden;padding-top:0;transition:color .3s cubic-bezier(.215,.61,.355,1)}
21
- .index_deviceInner__B21iz{background-color:#fff;height:100%;padding:2px;position:relative}.index_deviceInner__B21iz .index_deviceContent__C6J82{background-color:#fff;height:100%;overflow:auto}.index_deviceInner__B21iz .index_deviceContent__C6J82::-webkit-scrollbar{width:0}.index_deviceInner__B21iz .index_deviceContent__C6J82::-webkit-scrollbar-track{border-radius:5px;box-shadow:inset 0 0 3px rgba(0,0,0,.3)}.index_deviceInner__B21iz .index_deviceContent__C6J82::-webkit-scrollbar-thumb{background:rgba(0,0,0,.8);border-radius:5px;box-shadow:inset 0 0 3px #f3f3f4}
22
- .devices_devices__PoWJC .devices_marvel-device__8Pnpx{box-sizing:content-box!important;display:inline-block;position:relative}.devices_devices__PoWJC .devices_marvel-device__8Pnpx .devices_screen__LZWhg{background:#fff;border-radius:1px;box-shadow:0 0 0 3px #111;display:block;height:100%;overflow:hidden;position:relative;width:100%;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx .devices_bottom-bar__fxjk1,.devices_devices__PoWJC .devices_marvel-device__8Pnpx .devices_top-bar__L2M7z{background:#000;display:block;height:3px;width:100%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx .devices_middle-bar__Yj1AE{background:#000;height:4px;left:90px;position:absolute;top:0;width:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX{background:#d9dbdc;border-radius:56px;box-shadow:inset 0 0 3px 0 rgba(0,0,0,.2);height:667px;padding:105px 24px;width:375px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX:before{background:#f8f8f8;border-radius:50px;content:"";height:calc(100% - 12px);left:6px;position:absolute;top:6px;width:calc(100% - 12px);z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX:after{border-radius:48px;box-shadow:inset 0 0 3px 0 rgba(0,0,0,.1),inset 0 0 6px 3px #fff;content:"";height:calc(100% - 16px);left:8px;position:absolute;top:8px;width:calc(100% - 16px);z-index:2}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX .devices_home__YOF3t{background:#303233;background:linear-gradient(135deg,#303233,#b5b7b9 50%,#f0f2f2 69%,#303233);border-radius:100%;bottom:22px;height:68px;left:50%;margin-left:-34px;position:absolute;width:68px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX .devices_home__YOF3t:before{background:#f8f8f8;border-radius:100%;content:"";height:calc(100% - 8px);left:4px;position:absolute;top:4px;width:calc(100% - 8px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX .devices_top-bar__L2M7z{background:#bfbfc0;height:14px;left:0;position:absolute;top:68px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX .devices_bottom-bar__fxjk1{background:#bfbfc0;bottom:68px;height:14px;left:0;position:absolute}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX .devices_sleep__GnvgE{background:#d9dbdc;border-radius:0 2px 2px 0;height:66px;position:absolute;right:-4px;top:190px;width:4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX .devices_volume__cC0tU{background:#d9dbdc;border-radius:2px 0 0 2px;height:66px;left:-4px;position:absolute;top:188px;width:4px;z-index:0}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX .devices_volume__cC0tU:before{background:inherit;border-radius:2px 0 0 2px;content:"";display:block;height:40px;left:2px;position:absolute;top:-78px;width:2px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX .devices_volume__cC0tU:after{background:inherit;border-radius:2px 0 0 2px;content:"";display:block;height:66px;left:0;position:absolute;top:82px;width:4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX .devices_camera__kx7tw{background:#3c3d3d;border-radius:100%;height:12px;left:50%;margin-left:-6px;position:absolute;top:24px;width:12px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX .devices_sensor__NeQiR{background:#3c3d3d;border-radius:100%;height:16px;left:134px;position:absolute;top:49px;width:16px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX .devices_speaker__20ayb{background:#292728;border-radius:6px;height:6px;left:50%;margin-left:-35px;position:absolute;top:54px;width:70px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_gold__ciRH5{background:#f9e7d3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_gold__ciRH5 .devices_bottom-bar__fxjk1,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_gold__ciRH5 .devices_top-bar__L2M7z{background:#fff}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_gold__ciRH5 .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_gold__ciRH5 .devices_volume__cC0tU{background:#f9e7d3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_gold__ciRH5 .devices_home__YOF3t{background:#cebba9;background:linear-gradient(135deg,#cebba9,#f9e7d3 50%,#cebba9)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_black__xLdTd{background:#464646;box-shadow:inset 0 0 3px 0 rgba(0,0,0,.7)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_black__xLdTd:before{background:#080808}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_black__xLdTd:after{box-shadow:inset 0 0 3px 0 rgba(0,0,0,.1),inset 0 0 6px 3px #212121}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_black__xLdTd .devices_bottom-bar__fxjk1,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_black__xLdTd .devices_top-bar__L2M7z{background:#212121}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_black__xLdTd .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_black__xLdTd .devices_volume__cC0tU{background:#464646}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_black__xLdTd .devices_camera__kx7tw{background:#080808}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_black__xLdTd .devices_home__YOF3t{background:#080808;background:linear-gradient(135deg,#080808,#464646 50%,#080808)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_black__xLdTd .devices_home__YOF3t:before{background:#080808}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_landscape__dT0vu{height:375px;padding:24px 105px;width:667px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_landscape__dT0vu .devices_sleep__GnvgE{border-radius:0 0 2px 2px;height:4px;right:190px;top:100%;width:66px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_landscape__dT0vu .devices_volume__cC0tU{border-radius:2px 2px 0 0;height:4px;left:calc(100% - 254px);top:-4px;width:66px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_landscape__dT0vu .devices_volume__cC0tU:before{border-radius:2px 2px 0 0;height:2px;left:auto;right:-78px;top:2px;width:40px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_landscape__dT0vu .devices_volume__cC0tU:after{border-radius:2px 2px 0 0;height:4px;left:-82px;top:0;width:66px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_landscape__dT0vu .devices_top-bar__L2M7z{height:100%;left:calc(100% - 82px);top:0;width:14px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_landscape__dT0vu .devices_bottom-bar__fxjk1{height:100%;left:68px;top:0;width:14px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_landscape__dT0vu .devices_home__YOF3t{left:22px;margin-left:0;margin-top:-34px;top:50%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_landscape__dT0vu .devices_sensor__NeQiR{left:calc(100% - 65px);top:134px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_landscape__dT0vu .devices_speaker__20ayb{height:70px;left:calc(100% - 60px);margin-left:0;margin-top:-35px;top:50%;width:6px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8__mQ7cX.devices_landscape__dT0vu .devices_camera__kx7tw{left:calc(100% - 32px);margin-left:0;margin-top:-5px;top:50%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu{background:#d9dbdc;border-radius:56px;box-shadow:inset 0 0 3px 0 rgba(0,0,0,.2);height:736px;padding:112px 26px;width:414px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu:before{background:#f8f8f8;border-radius:50px;content:"";height:calc(100% - 12px);left:6px;position:absolute;top:6px;width:calc(100% - 12px);z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu:after{border-radius:48px;box-shadow:inset 0 0 3px 0 rgba(0,0,0,.1),inset 0 0 6px 3px #fff;content:"";height:calc(100% - 16px);left:8px;position:absolute;top:8px;width:calc(100% - 16px);z-index:2}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu .devices_home__YOF3t{background:#303233;background:linear-gradient(135deg,#303233,#b5b7b9 50%,#f0f2f2 69%,#303233);border-radius:100%;bottom:24px;height:68px;left:50%;margin-left:-34px;position:absolute;width:68px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu .devices_home__YOF3t:before{background:#f8f8f8;border-radius:100%;content:"";height:calc(100% - 8px);left:4px;position:absolute;top:4px;width:calc(100% - 8px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu .devices_top-bar__L2M7z{background:#bfbfc0;height:14px;left:0;position:absolute;top:68px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu .devices_bottom-bar__fxjk1{background:#bfbfc0;bottom:68px;height:14px;left:0;position:absolute}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu .devices_sleep__GnvgE{background:#d9dbdc;border-radius:0 2px 2px 0;height:66px;position:absolute;right:-4px;top:190px;width:4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu .devices_volume__cC0tU{background:#d9dbdc;border-radius:2px 0 0 2px;height:66px;left:-4px;position:absolute;top:188px;width:4px;z-index:0}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu .devices_volume__cC0tU:before{background:inherit;border-radius:2px 0 0 2px;content:"";display:block;height:40px;left:2px;position:absolute;top:-78px;width:2px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu .devices_volume__cC0tU:after{background:inherit;border-radius:2px 0 0 2px;content:"";display:block;height:66px;left:0;position:absolute;top:82px;width:4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu .devices_camera__kx7tw{background:#3c3d3d;border-radius:100%;height:12px;left:50%;margin-left:-6px;position:absolute;top:29px;width:12px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu .devices_sensor__NeQiR{background:#3c3d3d;border-radius:100%;height:16px;left:154px;position:absolute;top:54px;width:16px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu .devices_speaker__20ayb{background:#292728;border-radius:6px;height:6px;left:50%;margin-left:-35px;position:absolute;top:59px;width:70px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_gold__ciRH5{background:#f9e7d3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_gold__ciRH5 .devices_bottom-bar__fxjk1,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_gold__ciRH5 .devices_top-bar__L2M7z{background:#fff}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_gold__ciRH5 .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_gold__ciRH5 .devices_volume__cC0tU{background:#f9e7d3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_gold__ciRH5 .devices_home__YOF3t{background:#cebba9;background:linear-gradient(135deg,#cebba9,#f9e7d3 50%,#cebba9)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_black__xLdTd{background:#464646;box-shadow:inset 0 0 3px 0 rgba(0,0,0,.7)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_black__xLdTd:before{background:#080808}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_black__xLdTd:after{box-shadow:inset 0 0 3px 0 rgba(0,0,0,.1),inset 0 0 6px 3px #212121}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_black__xLdTd .devices_bottom-bar__fxjk1,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_black__xLdTd .devices_top-bar__L2M7z{background:#212121}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_black__xLdTd .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_black__xLdTd .devices_volume__cC0tU{background:#464646}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_black__xLdTd .devices_camera__kx7tw{background:#080808}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_black__xLdTd .devices_home__YOF3t{background:#080808;background:linear-gradient(135deg,#080808,#464646 50%,#080808)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_black__xLdTd .devices_home__YOF3t:before{background:#080808}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_landscape__dT0vu{height:414px;padding:26px 112px;width:736px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_landscape__dT0vu .devices_sleep__GnvgE{border-radius:0 0 2px 2px;height:4px;right:190px;top:100%;width:66px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_landscape__dT0vu .devices_volume__cC0tU{border-radius:2px 2px 0 0;height:4px;left:calc(100% - 254px);top:-4px;width:66px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_landscape__dT0vu .devices_volume__cC0tU:before{border-radius:2px 2px 0 0;height:2px;left:auto;right:-78px;top:2px;width:40px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_landscape__dT0vu .devices_volume__cC0tU:after{border-radius:2px 2px 0 0;height:4px;left:-82px;top:0;width:66px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_landscape__dT0vu .devices_top-bar__L2M7z{height:100%;left:calc(100% - 82px);top:0;width:14px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_landscape__dT0vu .devices_bottom-bar__fxjk1{height:100%;left:68px;top:0;width:14px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_landscape__dT0vu .devices_home__YOF3t{left:24px;margin-left:0;margin-top:-34px;top:50%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_landscape__dT0vu .devices_sensor__NeQiR{left:calc(100% - 70px);top:154px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_landscape__dT0vu .devices_speaker__20ayb{height:70px;left:calc(100% - 65px);margin-left:0;margin-top:-35px;top:50%;width:6px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone8plus__5skqu.devices_landscape__dT0vu .devices_camera__kx7tw{left:calc(100% - 29px);margin-left:0;margin-top:-5px;top:50%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0{background:#2c2b2c;border-radius:50px;height:568px;padding:105px 22px;width:320px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4:before,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0:before{background:#1e1e1e;border-radius:46px;content:"";height:calc(100% - 8px);left:4px;position:absolute;top:4px;width:calc(100% - 8px);z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0 .devices_sleep__GnvgE{background:#282727;border-radius:2px 2px 0 0;height:4px;position:absolute;right:60px;top:-4px;width:60px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_volume__cC0tU,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0 .devices_volume__cC0tU{background:#282727;border-radius:2px 0 0 2px;height:27px;left:-4px;position:absolute;top:180px;width:4px;z-index:0}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_volume__cC0tU:before,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0 .devices_volume__cC0tU:before{background:inherit;border-radius:2px 0 0 2px;content:"";display:block;height:35px;left:0;position:absolute;top:-75px;width:4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_volume__cC0tU:after,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0 .devices_volume__cC0tU:after{background:inherit;border-radius:2px 0 0 2px;bottom:-64px;content:"";display:block;height:27px;left:0;position:absolute;width:4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_camera__kx7tw,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0 .devices_camera__kx7tw{background:#3c3d3d;border-radius:5px;height:10px;left:50%;margin-left:-5px;position:absolute;top:32px;width:10px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_sensor__NeQiR,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0 .devices_sensor__NeQiR{background:#3c3d3d;border-radius:5px;height:10px;left:160px;margin-left:-32px;position:absolute;top:60px;width:10px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_speaker__20ayb,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0 .devices_speaker__20ayb{background:#292728;border-radius:5px;height:10px;left:50%;margin-left:-32px;position:absolute;top:60px;width:64px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_landscape__dT0vu,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_landscape__dT0vu{height:320px;padding:22px 105px;width:568px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_landscape__dT0vu .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_landscape__dT0vu .devices_sleep__GnvgE{border-radius:0 2px 2px 0;height:60px;right:-4px;top:calc(100% - 120px);width:4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_landscape__dT0vu .devices_volume__cC0tU,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_landscape__dT0vu .devices_volume__cC0tU{border-radius:2px 2px 0 0;height:4px;left:calc(100% - 180px);top:-4px;width:27px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_landscape__dT0vu .devices_volume__cC0tU:before,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_landscape__dT0vu .devices_volume__cC0tU:before{border-radius:2px 2px 0 0;height:4px;left:auto;right:-75px;top:0;width:35px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_landscape__dT0vu .devices_volume__cC0tU:after,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_landscape__dT0vu .devices_volume__cC0tU:after{border-radius:2px 2px 0 0;bottom:0;height:4px;left:-64px;width:27px;z-index:999}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_landscape__dT0vu .devices_sensor__NeQiR,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_landscape__dT0vu .devices_sensor__NeQiR{left:calc(100% - 60px);margin-left:0;margin-top:-32px;top:160px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_landscape__dT0vu .devices_speaker__20ayb,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_landscape__dT0vu .devices_speaker__20ayb{height:64px;left:calc(100% - 60px);margin-left:0;margin-top:-32px;top:50%;width:10px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_landscape__dT0vu .devices_camera__kx7tw,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_landscape__dT0vu .devices_camera__kx7tw{left:calc(100% - 32px);margin-left:0;margin-top:-5px;top:50%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0 .devices_home__YOF3t{border-radius:36px;bottom:19px;box-shadow:inset 0 0 0 4px #2c2b2c;height:68px;left:50%;margin-left:-34px;position:absolute;width:68px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0 .devices_top-bar__L2M7z{left:0;position:absolute;top:70px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0 .devices_bottom-bar__fxjk1{bottom:70px;left:0;position:absolute}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_landscape__dT0vu .devices_home__YOF3t{bottom:50%;left:19px;margin-bottom:-34px;margin-left:0}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_landscape__dT0vu .devices_top-bar__L2M7z{height:100%;left:70px;top:0;width:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_landscape__dT0vu .devices_bottom-bar__fxjk1{bottom:0;height:100%;left:auto;right:70px;width:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_silver__YXYpI{background:#bcbcbc}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_silver__YXYpI:before{background:#fcfcfc}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_silver__YXYpI .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_silver__YXYpI .devices_volume__cC0tU{background:#d6d6d6}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_silver__YXYpI .devices_bottom-bar__fxjk1,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_silver__YXYpI .devices_top-bar__L2M7z{background:#eaebec}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_silver__YXYpI .devices_home__YOF3t{box-shadow:inset 0 0 0 4px #bcbcbc}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_gold__ciRH5{background:#f9e7d3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_gold__ciRH5:before{background:#fcfcfc}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_gold__ciRH5 .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_gold__ciRH5 .devices_volume__cC0tU{background:#f9e7d3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_gold__ciRH5 .devices_bottom-bar__fxjk1,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_gold__ciRH5 .devices_top-bar__L2M7z{background:#fff}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5s__K9gZ0.devices_gold__ciRH5 .devices_home__YOF3t{box-shadow:inset 0 0 0 4px #f9e7d3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4{background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.2)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_bottom-bar__fxjk1,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_top-bar__L2M7z{display:none}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_home__YOF3t{background:#242324;border-radius:36px;bottom:19px;height:68px;left:50%;margin-left:-34px;position:absolute;width:68px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_home__YOF3t:after{border:1px solid hsla(0,0%,100%,.1);border-radius:4px;content:"";display:block;height:20px;left:50%;margin-left:-11px;margin-top:-11px;position:absolute;top:50%;width:20px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_landscape__dT0vu .devices_home__YOF3t{bottom:50%;left:19px;margin-bottom:-34px;margin-left:0}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4 .devices_volume__cC0tU{background:#ddd}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_red__PZPg3{background:#f96b6c}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_red__PZPg3 .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_red__PZPg3 .devices_volume__cC0tU{background:#ed5758}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_yellow__J4TuQ{background:#f2dc60}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_yellow__J4TuQ .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_yellow__J4TuQ .devices_volume__cC0tU{background:#e5ce4c}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_green__6ugiz{background:#97e563}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_green__6ugiz .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_green__6ugiz .devices_volume__cC0tU{background:#85d94d}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_blue__UNR8N{background:#33a2db}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_blue__UNR8N .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone5c__9iOf4.devices_blue__UNR8N .devices_volume__cC0tU{background:#2694cd}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc{background:#686868;border-radius:54px;height:480px;padding:129px 27px;width:320px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc:before{background:#1e1e1e;border-radius:50px;content:"";height:calc(100% - 8px);left:4px;position:absolute;top:4px;width:calc(100% - 8px);z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc .devices_top-bar__L2M7z{left:0;position:absolute;top:60px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc .devices_bottom-bar__fxjk1{bottom:90px;left:0;position:absolute}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc .devices_camera__kx7tw{background:#3c3d3d;border-radius:100%;height:10px;left:134px;margin-left:-5px;position:absolute;top:72px;width:10px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc .devices_speaker__20ayb{background:#292728;border-radius:5px;height:10px;left:50%;margin-left:-32px;position:absolute;top:72px;width:64px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc .devices_sensor__NeQiR{background:#292728;border-radius:5px;height:10px;left:50%;margin-left:-20px;position:absolute;top:36px;width:40px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc .devices_home__YOF3t{background:#242324;border-radius:100%;bottom:30px;height:72px;left:50%;margin-left:-36px;position:absolute;width:72px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc .devices_home__YOF3t:after{border:1px solid hsla(0,0%,100%,.1);border-radius:4px;content:"";display:block;height:20px;left:50%;margin-left:-11px;margin-top:-11px;position:absolute;top:50%;width:20px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc .devices_sleep__GnvgE{background:#4d4d4d;border-radius:2px 2px 0 0;height:4px;position:absolute;right:60px;top:-4px;width:60px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc .devices_volume__cC0tU{background:#4d4d4d;border-radius:2px 0 0 2px;height:27px;left:-4px;position:absolute;top:160px;width:4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc .devices_volume__cC0tU:before{background:inherit;border-radius:2px 0 0 2px;content:"";display:block;height:35px;left:0;position:absolute;top:-70px;width:4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc .devices_volume__cC0tU:after{background:inherit;border-radius:2px 0 0 2px;bottom:-64px;content:"";display:block;height:27px;left:0;position:absolute;width:4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_landscape__dT0vu{height:320px;padding:27px 129px;width:480px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_landscape__dT0vu .devices_bottom-bar__fxjk1{bottom:0;height:100%;left:90px;width:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_landscape__dT0vu .devices_top-bar__L2M7z{height:100%;left:calc(100% - 60px);top:0;width:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_landscape__dT0vu .devices_camera__kx7tw{left:calc(100% - 72px);margin-left:0;top:134px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_landscape__dT0vu .devices_speaker__20ayb{height:64px;left:calc(100% - 72px);margin-left:0;margin-top:-32px;top:50%;width:10px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_landscape__dT0vu .devices_sensor__NeQiR{height:40px;left:calc(100% - 36px);margin-left:0;margin-top:-20px;top:50%;width:10px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_landscape__dT0vu .devices_home__YOF3t{bottom:50%;left:30px;margin-bottom:-36px;margin-left:0}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_landscape__dT0vu .devices_sleep__GnvgE{border-radius:0 2px 2px 0;height:60px;right:-4px;top:calc(100% - 120px);width:4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_landscape__dT0vu .devices_volume__cC0tU{border-radius:2px 2px 0 0;height:4px;left:calc(100% - 187px);top:-4px;width:27px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_landscape__dT0vu .devices_volume__cC0tU:before{border-radius:2px 2px 0 0;height:4px;left:auto;right:-70px;top:0;width:35px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_landscape__dT0vu .devices_volume__cC0tU:after{border-radius:2px 2px 0 0;bottom:0;height:4px;left:-64px;width:27px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_silver__YXYpI{background:#bcbcbc}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_silver__YXYpI:before{background:#fcfcfc}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_silver__YXYpI .devices_home__YOF3t{background:#fcfcfc;box-shadow:inset 0 0 0 1px #bcbcbc}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_silver__YXYpI .devices_home__YOF3t:after{border:1px solid rgba(0,0,0,.2)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_silver__YXYpI .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone4s__cwBRc.devices_silver__YXYpI .devices_volume__cC0tU{background:#d6d6d6}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9{background:#1e1e1e;border-radius:20px;height:568px;padding:50px 15px;width:320px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9:before{background:inherit;border-radius:600px/50px;content:"";height:103.1%;left:50%;position:absolute;top:0;top:50%;transform:translateX(-50%) translateY(-50%);width:calc(100% - 26px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9 .devices_top-bar__L2M7z{background:#181818;border-radius:20px;height:calc(100% - 6px);left:4px;position:absolute;top:3px;width:calc(100% - 8px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9 .devices_top-bar__L2M7z:before{background:inherit;border-radius:600px/50px;content:"";height:103%;left:50%;position:absolute;top:0;top:50%;transform:translateX(-50%) translateY(-50%);width:calc(100% - 26px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9 .devices_bottom-bar__fxjk1{display:none}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9 .devices_sleep__GnvgE{background:inherit;border-radius:2px 0 0 2px;height:100px;left:-3px;position:absolute;top:110px;width:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9 .devices_volume__cC0tU{background:inherit;border-radius:0 2px 2px 0;height:45px;position:absolute;right:-3px;top:70px;width:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9 .devices_camera__kx7tw{background:#3c3d3d;border-radius:100%;height:10px;left:50%;margin-left:-5px;position:absolute;top:18px;width:10px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9 .devices_camera__kx7tw:before{background:#3c3d3d;border-radius:100%;content:"";display:block;height:6px;left:-100px;position:absolute;top:2px;width:6px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9.devices_landscape__dT0vu{height:320px;padding:15px 50px;width:568px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9.devices_landscape__dT0vu:before{border-radius:50px/600px;height:calc(100% - 26px);width:103.1%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9.devices_landscape__dT0vu .devices_top-bar__L2M7z{height:calc(100% - 8px);left:3px;top:4px;width:calc(100% - 6px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9.devices_landscape__dT0vu .devices_top-bar__L2M7z:before{border-radius:50px/600px;height:calc(100% - 26px);width:103%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9.devices_landscape__dT0vu .devices_sleep__GnvgE{border-radius:2px 2px 0 0;height:3px;left:calc(100% - 210px);top:-3px;width:100px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9.devices_landscape__dT0vu .devices_volume__cC0tU{border-radius:0 0 2px 2px;height:3px;right:70px;top:100%;width:45px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9.devices_landscape__dT0vu .devices_camera__kx7tw{left:calc(100% - 18px);margin-left:0;margin-top:-5px;top:50%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_nexus5__NbVA9.devices_landscape__dT0vu .devices_camera__kx7tw:before{left:2px;top:-100px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6{background:#bcbcbc;border-radius:42px;height:568px;padding:60px 18px;width:320px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6:after,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6:before{background:inherit;border-radius:500px/40px;content:"";display:block;height:26px;left:50%;position:absolute;transform:translateX(-50%);width:calc(100% - 52px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6:before{top:-7px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6:after{bottom:-7px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_bottom-bar__fxjk1{display:none}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_top-bar__L2M7z{background:radial-gradient(rgba(0,0,0,.02) 20%,transparent 60%) 0 0,radial-gradient(rgba(0,0,0,.02) 20%,transparent 60%) 3px 3px;background-color:#fff;background-position:50%;background-size:4px 4px;border-radius:37px;height:calc(100% - 10px);left:5px;position:absolute;top:5px;width:calc(100% - 10px);z-index:2}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_top-bar__L2M7z:after,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_top-bar__L2M7z:before{background:inherit;border-radius:500px/40px;content:"";display:block;height:26px;left:50%;position:absolute;transform:translateX(-50%);width:calc(100% - 48px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_top-bar__L2M7z:before{top:-7px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_top-bar__L2M7z:after{bottom:-7px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_sleep__GnvgE{background:#cecece;border-radius:2px 0 0 2px;height:100px;left:-3px;position:absolute;top:100px;width:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_speaker__20ayb{background-color:#bcbcbc;background-position:0 0;border-radius:4px;display:block;height:8px;left:50%;margin-left:-34px;position:absolute;top:20px;width:68px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_sensor__NeQiR{background:#3c3d3d;border-radius:100%;display:block;height:8px;position:absolute;right:110px;top:20px;width:8px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_sensor__NeQiR:after{background:#3c3d3d;border-radius:100%;content:"";display:block;height:8px;position:absolute;right:12px;top:0;width:8px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_camera__kx7tw{background:#000;border-radius:100%;display:block;height:10px;position:absolute;right:42px;top:24px;width:10px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_camera__kx7tw:before{background:#3c3d3d;border-radius:100%;content:"";height:4px;left:50%;margin-left:-2px;margin-top:-2px;position:absolute;top:50%;width:4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6 .devices_home__YOF3t{background:#fff;border:2px solid #000;border-radius:18px;bottom:17px;display:block;height:20px;left:50%;margin-left:-35px;position:absolute;width:70px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu{height:320px;padding:18px 60px;width:568px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu:after,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu:before{border-radius:40px/500px;height:calc(100% - 52px);transform:translateY(-50%);width:26px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu:before{left:-7px;top:50%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu:after{left:auto;right:-7px;top:50%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu .devices_top-bar__L2M7z:after,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu .devices_top-bar__L2M7z:before{border-radius:40px/500px;height:calc(100% - 48px);transform:translateY(-50%);width:26px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu .devices_top-bar__L2M7z:before{left:auto;right:-7px;top:50%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu .devices_top-bar__L2M7z:after{left:-7px;right:auto;top:50%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu .devices_sleep__GnvgE{border-radius:2px 2px 0 0;height:3px;left:calc(100% - 200px);top:-3px;width:100px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu .devices_speaker__20ayb{height:68px;left:calc(100% - 20px);margin-left:0;margin-top:-34px;top:50%;width:8px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu .devices_sensor__NeQiR{right:20px;top:calc(100% - 110px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu .devices_sensor__NeQiR:after{left:-12px;right:0}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu .devices_camera__kx7tw{right:24px;top:calc(100% - 42px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_landscape__dT0vu .devices_home__YOF3t{bottom:50%;height:70px;left:17px;margin-bottom:-35px;margin-left:0;width:20px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_black__xLdTd{background:#1e1e1e}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_black__xLdTd .devices_speaker__20ayb{background:#000}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_black__xLdTd .devices_sleep__GnvgE{background:#1e1e1e}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_black__xLdTd .devices_top-bar__L2M7z{background:radial-gradient(rgba(0,0,0,.05) 20%,transparent 60%) 0 0,radial-gradient(rgba(0,0,0,.05) 20%,transparent 60%) 3px 3px;background-color:#2c2b2c;background-size:4px 4px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_s5__qQhk6.devices_black__xLdTd .devices_home__YOF3t{background:#2c2b2c}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM{background:#fd0;border-radius:40px/3px;height:533px;padding:80px 35px 125px;width:320px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM .devices_bottom-bar__fxjk1{display:none}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM .devices_top-bar__L2M7z{background:#000;border-radius:24px;height:calc(100% - 32px);left:12px;position:absolute;top:16px;width:calc(100% - 24px);z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM .devices_top-bar__L2M7z:before{background:#1e1e1e;border-radius:22px;content:"";display:block;height:calc(100% - 4px);left:2px;position:absolute;top:2px;width:calc(100% - 4px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM .devices_volume__cC0tU{background:#1e1e1e;border-radius:0 2px 2px 0;height:100px;position:absolute;right:-3px;top:130px;width:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM .devices_volume__cC0tU:before{background:inherit;border-radius:0 2px 2px 0;content:"";display:block;height:50px;position:absolute;right:0;top:190px;width:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM .devices_volume__cC0tU:after{background:inherit;border-radius:0 2px 2px 0;content:"";display:block;height:50px;position:absolute;right:0;top:460px;width:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM .devices_camera__kx7tw{background:#3c3d3d;border-radius:5px;height:10px;position:absolute;right:130px;top:34px;width:10px;z-index:5}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM .devices_speaker__20ayb{background:#292728;border-radius:5px;height:10px;left:50%;margin-left:-32px;position:absolute;top:38px;width:64px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM.devices_landscape__dT0vu{border-radius:2px/100px;height:320px;padding:35px 80px 35px 125px;width:568px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM.devices_landscape__dT0vu .devices_top-bar__L2M7z{height:calc(100% - 24px);left:16px;top:12px;width:calc(100% - 32px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM.devices_landscape__dT0vu .devices_volume__cC0tU{border-radius:0 0 2px 2px;height:3px;right:130px;top:100%;width:100px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM.devices_landscape__dT0vu .devices_volume__cC0tU:before{border-radius:0 0 2px 2px;height:3px;right:190px;top:0;width:50px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM.devices_landscape__dT0vu .devices_volume__cC0tU:after{border-radius:0 0 2px 2px;height:3px;right:430px;top:0;width:50px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM.devices_landscape__dT0vu .devices_camera__kx7tw{right:30px;top:calc(100% - 140px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM.devices_landscape__dT0vu .devices_speaker__20ayb{height:64px;left:calc(100% - 48px);margin-left:0;margin-top:-32px;top:50%;width:10px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM.devices_black__xLdTd{background:#000}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM.devices_white__xpRn1{background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.2)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM.devices_blue__UNR8N{background:#00acdd}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_lumia920__oKmkM.devices_red__PZPg3{background:#cc3e32}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR{background:#bebebe;border-radius:34px;height:568px;padding:72px 25px 100px;width:320px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR:before{background:#adadad;border-radius:32px;content:"";display:block;height:calc(100% - 4px);left:2px;position:absolute;top:2px;width:calc(100% - 4px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR:after{background:#eee;border-radius:30px;content:"";display:block;height:calc(100% - 8px);left:4px;position:absolute;top:4px;width:calc(100% - 8px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR .devices_top-bar__L2M7z{background:#424242;height:635px;left:2px;position:absolute;top:50px;width:calc(100% - 4px);z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR .devices_top-bar__L2M7z:before{background:#000;content:"";height:100%;left:2px;position:absolute;top:0;width:calc(100% - 4px);z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR .devices_bottom-bar__fxjk1{display:none}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR .devices_speaker__20ayb{background:radial-gradient(#343434 25%,transparent 50%) 0 0,radial-gradient(#343434 25%,transparent 50%) 4px 4px;background-position:0 0;background-size:4px 4px;display:block;height:16px;left:50%;margin-left:-108px;position:absolute;top:22px;width:216px;z-index:2}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR .devices_speaker__20ayb:after{background:inherit;content:"";display:block;height:16px;left:50%;margin-left:-108px;position:absolute;top:676px;width:216px;z-index:2}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR .devices_camera__kx7tw{background:#3c3d3d;border-radius:100%;display:block;height:24px;position:absolute;right:38px;top:18px;width:24px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR .devices_camera__kx7tw:before{background:#000;border-radius:100%;content:"";height:8px;left:50%;margin-left:-4px;margin-top:-4px;position:absolute;top:50%;width:8px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR .devices_sensor__NeQiR{background:#3c3d3d;border-radius:100%;display:block;height:8px;left:60px;position:absolute;top:29px;width:8px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR .devices_sensor__NeQiR:after{background:#3c3d3d;border-radius:100%;content:"";display:block;height:8px;position:absolute;right:12px;top:0;width:8px;z-index:3}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR.devices_landscape__dT0vu{height:320px;padding:25px 72px 25px 100px;width:568px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR.devices_landscape__dT0vu .devices_top-bar__L2M7z{height:calc(100% - 4px);left:calc(100% - 685px);top:2px;width:635px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR.devices_landscape__dT0vu .devices_speaker__20ayb{height:216px;left:calc(100% - 38px);margin-left:0;margin-top:-108px;top:50%;width:16px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR.devices_landscape__dT0vu .devices_speaker__20ayb:after{height:216px;left:calc(100% - 692px);margin-left:0;margin-top:-108px;top:50%;width:16px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR.devices_landscape__dT0vu .devices_camera__kx7tw{right:18px;top:calc(100% - 38px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR.devices_landscape__dT0vu .devices_sensor__NeQiR{left:calc(100% - 29px);top:60px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_htc-one__7rnWR.devices_landscape__dT0vu .devices_sensor__NeQiR :after{right:0;top:-12px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu{background:#242324;border-radius:44px;height:768px;padding:90px 25px;width:576px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu:before{background:#1e1e1e;border-radius:40px;content:"";display:block;height:calc(100% - 8px);left:4px;position:absolute;top:4px;width:calc(100% - 8px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu .devices_camera__kx7tw{background:#3c3d3d;border-radius:100%;height:10px;left:50%;margin-left:-5px;position:absolute;top:44px;width:10px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu .devices_bottom-bar__fxjk1,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu .devices_top-bar__L2M7z{display:none}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu .devices_home__YOF3t{background:#242324;border-radius:36px;bottom:22px;height:50px;left:50%;margin-left:-25px;position:absolute;width:50px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu .devices_home__YOF3t:after{border:1px solid hsla(0,0%,100%,.1);border-radius:4px;content:"";display:block;height:15px;left:50%;margin-left:-8px;margin-top:-8px;position:absolute;top:50%;width:15px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu.devices_landscape__dT0vu{height:576px;padding:25px 90px;width:768px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu.devices_landscape__dT0vu .devices_camera__kx7tw{left:calc(100% - 44px);margin-left:0;margin-top:-5px;top:50%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu.devices_landscape__dT0vu .devices_home__YOF3t{left:22px;margin-left:0;margin-top:-25px;top:50%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu.devices_silver__YXYpI{background:#bcbcbc}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu.devices_silver__YXYpI:before{background:#fcfcfc}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu.devices_silver__YXYpI .devices_home__YOF3t{background:#fcfcfc;box-shadow:inset 0 0 0 1px #bcbcbc}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_ipad__vbuiu.devices_silver__YXYpI .devices_home__YOF3t:after{border:1px solid rgba(0,0,0,.2)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_macbook__gaV-C{background:#bebebe;border-radius:34px;height:600px;margin:0 auto;padding:44px 44px 76px;width:960px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_macbook__gaV-C:before{background:#1e1e1e;border-radius:30px;content:"";display:block;height:calc(100% - 8px);left:4px;position:absolute;top:4px;width:calc(100% - 8px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_macbook__gaV-C .devices_top-bar__L2M7z{background:#bebebe;border-bottom-left-radius:90px 18px;border-bottom-right-radius:90px 18px;box-shadow:inset 0 -4px 13px 3px rgba(34,34,34,.6);content:"";display:block;height:40px;left:-70px;position:absolute;top:680px;width:calc(100% + 140px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_macbook__gaV-C .devices_top-bar__L2M7z:before{background:#f0f0f0;border-bottom:2px solid #aaa;border-radius:5px;content:"";display:block;height:24px;left:0;position:relative;top:0;width:100%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_macbook__gaV-C .devices_top-bar__L2M7z:after{background:#ddd;border-radius:0 0 20px 20px;box-shadow:inset 0 -3px 10px #999;content:"";display:block;height:14px;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;top:0;width:16%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_macbook__gaV-C .devices_bottom-bar__fxjk1{background:transparent;content:"";display:block;height:26px;left:-70px;position:absolute;top:680px;width:calc(100% + 140px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_macbook__gaV-C .devices_bottom-bar__fxjk1:after,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_macbook__gaV-C .devices_bottom-bar__fxjk1:before{content:"";display:block;height:calc(100% - 2px);position:absolute;top:0;width:80px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_macbook__gaV-C .devices_bottom-bar__fxjk1:before{background:#f0f0f0;background:linear-gradient(90deg,#747474 0,#c3c3c3 5%,#ebebeb 14%,#979797 41%,#f0f0f0 80%,#f0f0f0 100%,#f0f0f0 0);left:0}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_macbook__gaV-C .devices_bottom-bar__fxjk1:after{background:#f0f0f0;background:linear-gradient(90deg,#f0f0f0 0,#f0f0f0 0,#f0f0f0 20%,#979797 59%,#ebebeb 86%,#c3c3c3 95%,#747474);right:0}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_macbook__gaV-C .devices_camera__kx7tw{background:#3c3d3d;border-radius:100%;height:10px;left:50%;margin-left:-5px;position:absolute;top:20px;width:10px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_macbook__gaV-C .devices_home__YOF3t{display:none}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA{background:#fdfdfd;border-radius:66px;box-shadow:inset 0 0 11px 0 #000;height:812px;padding:26px;width:375px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_overflow__5zWFI{border-radius:66px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_shadow__IcQPK{background:radial-gradient(ellipse at center,rgba(0,0,0,.6) 0,hsla(0,0%,100%,0) 60%);border-radius:100%;height:90px;position:absolute;width:90px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_shadow--tl__iFWLn{left:-20px;top:-20px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_shadow--tr__3LhWk{right:-20px;top:-20px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_shadow--bl__HGLtJ{bottom:-20px;left:-20px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_shadow--br__yKPFI{bottom:-20px;right:-20px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA:before{background:#000;border-radius:61px;content:"";height:calc(100% - 10px);left:5px;position:absolute;top:5px;width:calc(100% - 10px);z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_inner-shadow__K7jUi{border-radius:56px;box-shadow:inset 0 0 15px 0 hsla(0,0%,100%,.66);height:calc(100% - 20px);left:10px;overflow:hidden;position:absolute;top:10px;width:calc(100% - 20px);z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_inner-shadow__K7jUi:before{border-radius:200px/112px;box-shadow:inset 0 0 20px 0 #fff;content:"";height:116%;left:0;position:absolute;top:-8%;width:100%;z-index:2}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_screen__LZWhg{border-radius:40px;box-shadow:none}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_bottom-bar__fxjk1,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_top-bar__L2M7z{background:rgba(0,0,0,.1);height:8px;left:0;position:absolute;width:100%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_top-bar__L2M7z{top:80px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_bottom-bar__fxjk1{bottom:80px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_volume__cC0tU,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_volume__cC0tU:after,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_volume__cC0tU:before{background:#b5b5b5;position:absolute;width:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_volume__cC0tU{height:32px;left:-3px;top:116px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_volume__cC0tU:before{content:"";height:62px;left:0;top:62px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_volume__cC0tU:after{content:"";height:62px;left:0;top:140px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_sleep__GnvgE{height:96px;right:-3px;top:200px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_camera__kx7tw{background:#0d4d71;border-radius:100%;height:6px;left:154px;position:absolute;top:9px;width:6px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_speaker__20ayb{background:#171818;border-radius:6px;height:6px;left:50%;margin-left:-30px;position:absolute;top:9px;width:60px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_notch__tOSCG{background:#000;border-bottom-left-radius:24px;border-bottom-right-radius:24px;height:30px;left:108px;position:absolute;top:26px;width:210px;z-index:4}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_notch__tOSCG:after,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_notch__tOSCG:before{content:"";height:8px;position:absolute;top:0;width:8px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_notch__tOSCG:after{background:radial-gradient(circle at bottom left,transparent 0,transparent 70%,#000 0,#000 100%);left:-8px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA .devices_notch__tOSCG:before{background:radial-gradient(circle at bottom right,transparent 0,transparent 70%,#000 0,#000 100%);right:-8px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu{height:375px;width:812px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_bottom-bar__fxjk1,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_top-bar__L2M7z{height:100%;top:0;width:8px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_top-bar__L2M7z{left:80px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_bottom-bar__fxjk1{bottom:auto;left:auto;right:80px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_sleep__GnvgE,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_volume__cC0tU,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_volume__cC0tU:after,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_volume__cC0tU:before{height:3px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_inner-shadow__K7jUi:before{border-radius:112px/200px;height:100%;left:-8%;top:0;width:116%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_volume__cC0tU{bottom:-3px;left:116px;top:auto;width:32px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_volume__cC0tU:before{left:62px;top:0;width:62px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_volume__cC0tU:after{left:140px;top:0;width:62px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_sleep__GnvgE{left:200px;right:auto;top:-3px;width:96px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_camera__kx7tw{bottom:154px;left:9px;top:auto}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_speaker__20ayb{height:60px;left:9px;margin-left:0;margin-top:-30px;top:50%;width:6px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_notch__tOSCG{border-bottom-left-radius:0;border-bottom-right-radius:24px;border-top-right-radius:24px;bottom:108px;height:210px;left:26px;top:auto;width:30px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_notch__tOSCG:after,.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_notch__tOSCG:before{left:0}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_notch__tOSCG:after{background:radial-gradient(circle at bottom right,transparent 0,transparent 70%,#000 0,#000 100%);bottom:-8px;top:auto}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_iphone-x__G9CXA.devices_landscape__dT0vu .devices_notch__tOSCG:before{background:radial-gradient(circle at top right,transparent 0,transparent 70%,#000 0,#000 100%);top:-8px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH{background:#000;border-radius:34px;height:822px;padding:45px 10px;width:400px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_overflow__5zWFI{border-radius:34px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_speaker__20ayb{background:#171818;border-radius:8px;height:8px;left:50%;margin-left:-28px;position:absolute;top:25px;width:56px;z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_camera__kx7tw{background:#212b36;border-radius:100%;height:18px;left:86px;position:absolute;top:18px;width:18px;z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_camera__kx7tw:before{background:#212b36;border-radius:100%;content:"";height:8px;left:-22px;position:absolute;top:5px;width:8px;z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_sensors__YD8wl{background:#1d233b;border-radius:100%;height:10px;left:120px;position:absolute;top:22px;width:10px;z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_sensors__YD8wl:before{background:#1d233b;border-radius:100%;content:"";height:10px;left:18px;position:absolute;top:0;width:10px;z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_more-sensors__DyhWK{background:#33244a;border-radius:100%;box-shadow:0 0 0 2px hsla(0,0%,100%,.1);height:16px;left:285px;position:absolute;top:18px;width:16px;z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_more-sensors__DyhWK:before{background:#214a61;border-radius:100%;content:"";height:11px;left:40px;position:absolute;top:4px;width:11px;z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_sleep__GnvgE{background:#000;height:56px;position:absolute;right:-2px;top:288px;width:2px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_volume__cC0tU{background:#000;height:120px;left:-2px;position:absolute;top:168px;width:2px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_volume__cC0tU:before{background:#000;content:"";height:56px;left:0;position:absolute;top:168px;width:2px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_inner__gO73h{background:#000;border-bottom:2px solid #9fa0a2;border-radius:34px;border-top:2px solid #9fa0a2;box-shadow:inset 0 0 6px 0 hsla(0,0%,100%,.5);content:"";height:calc(100% - 8px);left:0;position:absolute;top:2px;width:100%;z-index:1}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_shadow__IcQPK{border-radius:38px;box-shadow:inset 0 0 60px 0 #fff,inset 0 0 30px 0 hsla(0,0%,100%,.5),0 0 20px 0 #fff,0 0 20px 0 hsla(0,0%,100%,.5);content:"";height:101%;left:10px;pointer-events:none;position:absolute;top:-.5%;width:calc(100% - 20px);z-index:5}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH .devices_screen__LZWhg{border-radius:14px;box-shadow:none}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu{height:400px;padding:10px 45px;width:822px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu .devices_speaker__20ayb{height:56px;left:auto;margin-left:0;margin-top:-28px;right:25px;top:50%;width:8px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu .devices_camera__kx7tw{left:auto;right:18px;top:86px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu .devices_camera__kx7tw:before{left:5px;top:-22px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu .devices_sensors__YD8wl{left:auto;right:22px;top:120px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu .devices_sensors__YD8wl:before{left:0;top:18px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu .devices_more-sensors__DyhWK{left:auto;right:18px;top:285px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu .devices_more-sensors__DyhWK:before{left:4px;top:40px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu .devices_sleep__GnvgE{bottom:-2px;height:2px;right:288px;top:auto;width:56px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu .devices_volume__cC0tU{height:2px;left:auto;right:168px;top:-2px;width:120px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu .devices_volume__cC0tU:before{height:2px;left:auto;right:168px;top:0;width:56px}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu .devices_inner__gO73h{border-bottom:0;border-left:2px solid #9fa0a2;border-right:2px solid #9fa0a2;border-top:0;height:100%;left:2px;top:0;width:calc(100% - 8px)}.devices_devices__PoWJC .devices_marvel-device__8Pnpx.devices_note8__y9uVH.devices_landscape__dT0vu .devices_shadow__IcQPK{height:calc(100% - 20px);left:-.5%;top:10px;width:101%}
23
- .index_device__I67Ka{background:#111;border-radius:55px;box-shadow:0 0 0 2px #aaa;height:700px;padding:105px 20px;position:relative;width:320px}.index_device__I67Ka:before{background:#333;border-radius:10px;height:10px;top:50px}.index_device__I67Ka:after,.index_device__I67Ka:before{content:"";left:50%;margin-left:-30px;position:absolute;width:60px}.index_device__I67Ka:after{border:5px solid #333;border-radius:100%;bottom:20px;box-sizing:border-box;height:60px}
24
- .NoticeList_list__gDEzu{max-height:400px;overflow:auto}.NoticeList_list__gDEzu .NoticeList_item__-kndh{cursor:pointer;overflow:hidden;padding-left:24px;padding-right:24px;transition:all .3s}.NoticeList_list__gDEzu .NoticeList_item__-kndh .NoticeList_meta__QAIYf{width:100%}.NoticeList_list__gDEzu .NoticeList_item__-kndh .NoticeList_avatar__gVKt8{background:#fff;margin-top:4px}.NoticeList_list__gDEzu .NoticeList_item__-kndh .NoticeList_iconElement__4uP4g{font-size:32px}.NoticeList_list__gDEzu .NoticeList_item__-kndh.NoticeList_read__rAJsU{opacity:.4}.NoticeList_list__gDEzu .NoticeList_item__-kndh:last-child{border-bottom:0}.NoticeList_list__gDEzu .NoticeList_item__-kndh:hover{background:var(--amf-primary-1)}.NoticeList_list__gDEzu .NoticeList_item__-kndh .NoticeList_title__0rLgD{font-weight:400;margin-bottom:8px}.NoticeList_list__gDEzu .NoticeList_item__-kndh .NoticeList_description__wNQZX{font-size:12px;line-height:var(--amf-line-height-base)}.NoticeList_list__gDEzu .NoticeList_item__-kndh .NoticeList_datetime__y43JK{font-size:12px;line-height:var(--amf-line-height-base);margin-top:4px}.NoticeList_list__gDEzu .NoticeList_item__-kndh .NoticeList_extra__FFmSI{color:var(--amf-text-color-secondary);float:right;font-weight:400;margin-right:0;margin-top:-1.5px}.NoticeList_notFound__zouv7{color:var(--amf-text-color-secondary);padding:73px 0 88px;text-align:center}.NoticeList_notFound__zouv7 img{display:inline-block;height:76px;margin-bottom:16px}.NoticeList_clear__-QgPA{border-radius:0 0 var(--amf-border-radius-base) var(--amf-border-radius-base);border-top:1px solid var(--amf-border-color-split);color:var(--amf-text-color);cursor:pointer;height:46px;line-height:46px;text-align:center;transition:all .3s}.NoticeList_clear__-QgPA:hover{color:var(--amf-heading-color)}
25
- .index_popover__MPX-Z{width:336px}.index_popover__MPX-Z .ant-popover-inner-content{padding:0}.index_noticeButton__2rh6V{cursor:pointer;display:inline-block;transition:all .3s}.index_icon__91J71{padding:4px}.index_tabs__sm0xZ .ant-tabs-nav-scroll{text-align:center}.index_tabs__sm0xZ .ant-tabs-bar{margin-bottom:4px}
26
- .index_numberInfo__CP4-s .index_suffix__5rAQf{color:var(--amf-text-color);font-size:16px;font-style:normal;margin-left:4px}.index_numberInfo__CP4-s .index_numberInfoTitle__sQXmi{color:var(--amf-text-color);font-size:var(--amf-font-size-lg);margin-bottom:16px;transition:all .3s}.index_numberInfo__CP4-s .index_numberInfoSubTitle__WFcaT{color:var(--amf-text-color-secondary);font-size:var(--amf-font-size-base);height:22px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.index_numberInfo__CP4-s .index_numberInfoValue__MbAMM{font-size:0;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.index_numberInfo__CP4-s .index_numberInfoValue__MbAMM>span{color:var(--amf-heading-color);display:inline-block;font-size:24px;height:32px;line-height:32px;margin-right:32px}.index_numberInfo__CP4-s .index_numberInfoValue__MbAMM .index_subTotal__UTwNw{color:var(--amf-text-color-secondary);font-size:var(--amf-font-size-lg);margin-right:0;vertical-align:top}.index_numberInfo__CP4-s .index_numberInfoValue__MbAMM .index_subTotal__UTwNw i{font-size:12px;margin-left:4px;transform:scale(.82)}.index_numberInfo__CP4-s .index_numberInfoValue__MbAMM .index_subTotal__UTwNw .anticon-caret-up{color:var(--amf-red-6)}.index_numberInfo__CP4-s .index_numberInfoValue__MbAMM .index_subTotal__UTwNw .anticon-caret-down{color:var(--amf-green-6)}.index_numberInfolight__9sAKh .index_numberInfoValue__MbAMM>span{color:var(--amf-text-color)}
27
- .index_contentTabBox__r22r2 .index_ant-tabs-tab-active__nYKze{background-color:#f0f2f5;border-bottom-color:#f0f2f5}.index_contentTabBox__r22r2 .ant-page-header.has-footer{padding-bottom:0}.index_contentTabBox__r22r2 .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab{font-size:14px}.index_contentTabBox__r22r2 .ant-tabs-small>.ant-tabs-nav .ant-tabs-tab{border-bottom:0}.index_contentTabBox__r22r2 .ant-tabs-nav-list>.ant-tabs-tab.ant-tabs-tab-active{background-color:#f0f2f5;border-bottom-color:#f0f2f5}
28
- .index_amf-layout-sider-box__L2dDl .ant-card{border-radius:0;box-shadow:none}
29
- .index_amfProgressSpinner__e6p33{display:block;position:fixed;right:15px;top:15px;z-index:1031}.index_amfProgressSpinner__e6p33 .index_amfProgressSpinnerInner__fDKns{animation:index_amf-keyframes-progress-spinner__s8ajw .4s linear infinite;border-color:#29d transparent transparent #29d;border-radius:50%;border-style:solid;border-width:2px;box-sizing:border-box;height:18px;width:18px}@keyframes index_amf-keyframes-progress-spinner__s8ajw{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
30
- .index_rowExpandTable__XAAb5 .ant-card .ant-card-body .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table{margin-inline:0}
31
- .index_standardFormRow__DfQar{border-bottom:1px dashed var(--amf-border-color-split);display:flex;margin-bottom:16px;padding-bottom:16px}.index_standardFormRow__DfQar .ant-form-item{margin-right:24px}.index_standardFormRow__DfQar .ant-form-item-label label{color:var(--amf-text-color);margin-right:0}.index_standardFormRow__DfQar .ant-form-item-control,.index_standardFormRow__DfQar .ant-form-item-label{line-height:32px;padding:0}.index_standardFormRow__DfQar .index_label__rTo6w{color:var(--amf-heading-color);flex:0 0 auto;font-size:var(--amf-font-size-base);margin-right:24px;text-align:right}.index_standardFormRow__DfQar .index_label__rTo6w>span{display:inline-block;height:32px;line-height:32px}.index_standardFormRow__DfQar .index_label__rTo6w>span:after{content:":"}.index_standardFormRow__DfQar .index_content__-5wzS{flex:1 1 0}.index_standardFormRow__DfQar .index_content__-5wzS .ant-form-item:last-child{margin-right:0}.index_standardFormRowLast__IPynN{border:none;margin-bottom:0;padding-bottom:0}.index_standardFormRowBlock__VTJan .ant-form-item,.index_standardFormRowBlock__VTJan div.ant-form-item-control-wrapper,.index_standardFormRowGrid__V4YYX .ant-form-item,.index_standardFormRowGrid__V4YYX div.ant-form-item-control-wrapper{display:block}.index_standardFormRowGrid__V4YYX .ant-form-item-label{float:left}
32
- .index_tagSelect__3b3-Q{line-height:32px;margin-left:-8px;max-height:32px;overflow:hidden;position:relative;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.index_tagSelect__3b3-Q .ant-tag{font-size:var(--amf-font-size-base);margin-right:24px;padding:0 8px}.index_tagSelect__3b3-Q.index_expanded__TS7b2{max-height:200px;transition:all .3s}.index_tagSelect__3b3-Q .index_trigger__d9Tc1{position:absolute;right:0;top:0}.index_tagSelect__3b3-Q .index_trigger__d9Tc1 i{font-size:12px}.index_tagSelect__3b3-Q.index_hasExpandTag__hZyAb{padding-right:50px}
33
- .index_timeLineExBox__fNBGU{padding:0}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2{list-style:none;margin:0;padding:0;position:relative}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2:before{background:#ddd;border-radius:2px;bottom:0;content:"";left:40px;margin:0;position:absolute;top:0;width:4px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk{margin-bottom:15px;margin-right:10px;position:relative}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk:before{content:" ";display:table}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk:after{clear:both;content:" ";display:table}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_timeLineExItem__m7V-q{background:#fff;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,.1);color:#444;margin-left:68px;margin-right:15px;margin-top:0;padding:0;position:relative}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_timeLineExItem__m7V-q .index_time__AZDno{color:#999;float:right;font-size:12px;padding:10px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_timeLineExItem__m7V-q .index_timeLineExHeader__MZEQx{border-bottom:1px solid #f4f4f4;color:#555;font-size:16px;line-height:1.1;margin:0;padding:10px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_timeLineExItem__m7V-q .index_timeLineExBody__hOHI2,.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_timeLineExItem__m7V-q .index_timeLineExFooter__qos-S{padding:10px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_fa__jNhgO{background:#fff;font-size:30px;left:27px;line-height:30px;padding:1px 0 3px;position:absolute;text-align:center;top:0}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_fa__jNhgO .index_faInner__UKeeB{height:30px;position:relative;width:30px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_fa__jNhgO .index_faInner__UKeeB .index_faInnerBg__AEwZH{border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_fa__jNhgO .index_faInner__UKeeB .index_faInnerBody__vY0Hp{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_glyphIcon__h0djY,.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_ion__CGC-i{background:#d2d6de;border-radius:50%;color:#fff;font-size:30px;height:30px;left:18px;line-height:30px;position:absolute;text-align:center;top:0;width:30px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_timeLabel__d0e4d span{background-color:#fff;border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:5px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_backgroundRed__BQ0iU{background-color:#dd4b39!important}.index_timeLineExBox__fNBGU .index_timeLineExInverse__7eGPZ .index_listItem__vSIgk .index_timeLineExItem__m7V-q{background:#f0f0f0;border:1px solid #ddd;box-shadow:none}.index_timeLineExBox__fNBGU .index_timeLineExInverse__7eGPZ .index_listItem__vSIgk .index_timeLineExItem__m7V-q .index_timeLineExHeader__MZEQx{border-bottom-color:#ddd}.index_timeLineExBox__fNBGU .index_timeLineExInverse__7eGPZ .index_listItem__vSIgk .index_timeLineExItem__m7V-q .index_timeLineExHeader__MZEQx a{color:#3c8dbc;font-weight:600;text-decoration:none}
34
- .index_trendItem__T87oP{display:inline-block;font-size:var(--amf-font-size-base);line-height:22px}.index_trendItem__T87oP .index_down__ynaEo,.index_trendItem__T87oP .index_up__bcjl-{margin-left:4px;position:relative;top:1px}.index_trendItem__T87oP .index_down__ynaEo i,.index_trendItem__T87oP .index_up__bcjl- i{font-size:12px;transform:scale(.83)}.index_trendItem__T87oP .index_up__bcjl-{color:var(--amf-red-6)}.index_trendItem__T87oP .index_down__ynaEo{color:var(--amf-green-6);top:-1px}.index_trendItem__T87oP.index_trendItemGrey__nycuI .index_down__ynaEo,.index_trendItem__T87oP.index_trendItemGrey__nycuI .index_up__bcjl-{color:var(--amf-text-color)}.index_trendItem__T87oP.index_reverseColor__mN1eJ .index_up__bcjl-{color:var(--amf-green-6)}.index_trendItem__T87oP.index_reverseColor__mN1eJ .index_down__ynaEo{color:var(--amf-red-6)}