@dckj-npm/dc-material 0.1.359 → 0.1.361
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/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/{umi.d22560a0.css → umi.a2a18b22.css} +1 -1
- package/build/docs/umi.e8fefa28.js +1 -0
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/lowcode/assets-daily.json +13 -13
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +13 -13
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.design.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +6 -6
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +5 -5
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +5 -5
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +2 -2
- package/dist/BizComps.js.map +1 -1
- package/es/components/custom-form/custom-form.d.ts +37 -0
- package/es/components/custom-form/custom-form.js +158 -0
- package/es/components/custom-form/index.d.ts +6 -0
- package/es/components/custom-form/index.js +6 -0
- package/es/components/custom-form/index.scss +25 -0
- package/es/components/teletext-list/schema.json +1278 -0
- package/es/components/teletext-list/teletext-list-item.js +13 -9
- package/es/components/teletext-list/teletext-list-item.scss +16 -0
- package/es/components/teletext-list/teletext-list.js +2 -1
- package/es/index.d.ts +2 -0
- package/es/index.js +4 -0
- package/es/style.js +8 -0
- package/es/utils/children-node-handle.js +5 -0
- package/lib/components/custom-form/custom-form.d.ts +37 -0
- package/lib/components/custom-form/custom-form.js +164 -0
- package/lib/components/custom-form/index.d.ts +6 -0
- package/lib/components/custom-form/index.js +6 -0
- package/lib/components/custom-form/index.scss +25 -0
- package/lib/components/teletext-list/schema.json +1278 -0
- package/lib/components/teletext-list/teletext-list-item.js +13 -9
- package/lib/components/teletext-list/teletext-list-item.scss +16 -0
- package/lib/components/teletext-list/teletext-list.js +2 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +6 -1
- package/lib/style.js +8 -0
- package/lib/utils/children-node-handle.js +5 -0
- package/lowcode/custom-form/meta.ts +307 -0
- package/lowcode_es/custom-form/meta.d.ts +22 -0
- package/lowcode_es/custom-form/meta.js +302 -0
- package/lowcode_es/meta.js +3 -2
- package/lowcode_lib/custom-form/meta.d.ts +22 -0
- package/lowcode_lib/custom-form/meta.js +307 -0
- package/lowcode_lib/meta.js +41 -40
- package/package.json +3 -3
- package/build/docs/umi.d7be81d3.js +0 -1
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
</style>
|
|
17
17
|
<link
|
|
18
18
|
rel="stylesheet"
|
|
19
|
-
href="/dc-material@0.1.
|
|
19
|
+
href="/dc-material@0.1.361/build/docs/umi.a2a18b22.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/dc-material@0.1.
|
|
22
|
+
window.routerBase = "/dc-material@0.1.361/build/docs/";
|
|
23
23
|
</script>
|
|
24
24
|
<script>
|
|
25
25
|
//! umi version: 3.5.43
|
|
@@ -43,6 +43,6 @@
|
|
|
43
43
|
<body>
|
|
44
44
|
<div id="root"></div>
|
|
45
45
|
|
|
46
|
-
<script src="/dc-material@0.1.
|
|
46
|
+
<script src="/dc-material@0.1.361/build/docs/umi.e8fefa28.js"></script>
|
|
47
47
|
</body>
|
|
48
48
|
</html>
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
</style>
|
|
17
17
|
<link
|
|
18
18
|
rel="stylesheet"
|
|
19
|
-
href="/dc-material@0.1.
|
|
19
|
+
href="/dc-material@0.1.361/build/docs/umi.a2a18b22.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/dc-material@0.1.
|
|
22
|
+
window.routerBase = "/dc-material@0.1.361/build/docs/";
|
|
23
23
|
</script>
|
|
24
24
|
<script>
|
|
25
25
|
//! umi version: 3.5.43
|
|
@@ -43,6 +43,6 @@
|
|
|
43
43
|
<body>
|
|
44
44
|
<div id="root"></div>
|
|
45
45
|
|
|
46
|
-
<script src="/dc-material@0.1.
|
|
46
|
+
<script src="/dc-material@0.1.361/build/docs/umi.e8fefa28.js"></script>
|
|
47
47
|
</body>
|
|
48
48
|
</html>
|
package/build/docs/index.html
CHANGED
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
</style>
|
|
17
17
|
<link
|
|
18
18
|
rel="stylesheet"
|
|
19
|
-
href="/dc-material@0.1.
|
|
19
|
+
href="/dc-material@0.1.361/build/docs/umi.a2a18b22.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/dc-material@0.1.
|
|
22
|
+
window.routerBase = "/dc-material@0.1.361/build/docs/";
|
|
23
23
|
</script>
|
|
24
24
|
<script>
|
|
25
25
|
//! umi version: 3.5.43
|
|
@@ -43,6 +43,6 @@
|
|
|
43
43
|
<body>
|
|
44
44
|
<div id="root"></div>
|
|
45
45
|
|
|
46
|
-
<script src="/dc-material@0.1.
|
|
46
|
+
<script src="/dc-material@0.1.361/build/docs/umi.e8fefa28.js"></script>
|
|
47
47
|
</body>
|
|
48
48
|
</html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@charset "UTF-8";.carousel{max-width:600px}.carousel__wrapper{display:flex;transition:transform ease-in-out}.carousel__slide{min-width:100%}.carousel__slide img{width:100%;height:auto}.slider-img{height:172px;object-fit:fill}.deep-table-detail-view-drawer .deep-table-detail-list,.deep-table-full-wrap .deep-table-detail-list{background-color:#fff;width:calc(100% - 18px)}.deep-table-detail-view-drawer .deep-table-detail-list .deep-table-detail-field-wrap,.deep-table-full-wrap .deep-table-detail-list .deep-table-detail-field-wrap{line-height:24px;font-size:14px;display:flex}.deep-table-detail-view-drawer .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-label,.deep-table-full-wrap .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-label{color:#666;white-space:nowrap}.deep-table-detail-view-drawer .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-value,.deep-table-full-wrap .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-value{color:#333}.deep-table-detail-view-drawer .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-value .next-btn,.deep-table-full-wrap .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-value .next-btn{font-size:14px}.deep-table-detail-view-drawer .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-value>span,.deep-table-full-wrap .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-value>span{word-break:break-word;font-size:14px}.deep-table-detail-view-drawer .deep-table-detail-list .deep-table-detail-field-highlight,.deep-table-full-wrap .deep-table-detail-list .deep-table-detail-field-highlight{font-size:16px;padding-left:0;font-weight:700;padding-bottom:8px}.deep-table-detail-view-drawer .next-table-sort,.deep-table-full-wrap .next-table-sort{outline:none;line-height:16px}.deep-table-detail-view-drawer .next-table-sort .next-icon.next-icon-ascending,.deep-table-detail-view-drawer .next-table-sort .next-icon.next-icon-descending,.deep-table-full-wrap .next-table-sort .next-icon.next-icon-ascending,.deep-table-full-wrap .next-table-sort .next-icon.next-icon-descending{left:0}.deep-table-detail-view-drawer .next-table-filter,.deep-table-full-wrap .next-table-filter{width:16px}.deep-table-detail-view-drawer .next-table th,.deep-table-full-wrap .next-table th{background-color:#f7f8fa}.deep-table-detail-view-drawer .next-table th .next-table-cell-wrapper ul.next-menu,.deep-table-full-wrap .next-table th .next-table-cell-wrapper ul.next-menu{text-align:left}.deep-table-detail-view-drawer .next-table-cell .next-btn-text.deep-table-link-button,.deep-table-full-wrap .next-table-cell .next-btn-text.deep-table-link-button{color:#5584ff}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge,.deep-table-full-wrap .next-table-cell .deep-table-badge{display:inline-block;padding:2px 5px;border-radius:2px}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-red,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-red{color:#fff;background-color:#fb575f}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-red,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-red{color:#fb575f}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-yellow,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-yellow{color:#fff;background-color:#f9bd0f}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-yellow,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-yellow{color:#f9bd0f}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-black,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-black{color:#fff;background-color:#2c2f33}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-black,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-black{color:#2c2f33}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-grey,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-grey{color:#fff;background-color:#c2c2c2}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-grey,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-grey{color:#c2c2c2}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-green,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-green{color:#fff;background-color:#82cb78}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-green,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-green{color:#82cb78}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-blue,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-blue{color:#fff;background-color:#33a4ff}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-blue,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-blue{color:#33a4ff}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-orange,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-orange{color:#fff;background-color:#ff8c33}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-orange,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-orange{color:#ff8c33}.deep-table-detail-view-drawer .next-table-cell.next-table-expanded .next-icon-add:before,.deep-table-detail-view-drawer .next-table-cell.next-table-expanded .next-icon-minus:before,.deep-table-full-wrap .next-table-cell.next-table-expanded .next-icon-add:before,.deep-table-full-wrap .next-table-cell.next-table-expanded .next-icon-minus:before{color:#a5afbc;font-size:16px;width:16px}.deep-table-detail-view-drawer .next-table-cell.next-table-expanded .next-icon-add:before,.deep-table-full-wrap .next-table-cell.next-table-expanded .next-icon-add:before{content:""}.deep-table-detail-view-drawer .next-table-cell.next-table-expanded .next-icon-minus:before,.deep-table-full-wrap .next-table-cell.next-table-expanded .next-icon-minus:before{content:""}.deep-table-detail-view-drawer .deep-table-input,.deep-table-full-wrap .deep-table-input{width:100%}.deep-table-detail-view-drawer .deep-table-field-msg,.deep-table-full-wrap .deep-table-field-msg{line-height:24px;text-align:left;color:#ff3000}.deep-table-detail-view-drawer .deep-table-employee,.deep-table-full-wrap .deep-table-employee{width:100%}.deep-table-detail-view-drawer .deep-table-employee .next-select-trigger,.deep-table-detail-view-drawer .deep-table-employee .next-select .next-select-inner,.deep-table-full-wrap .deep-table-employee .next-select-trigger,.deep-table-full-wrap .deep-table-employee .next-select .next-select-inner{min-width:50px}.deep-table-full-wrap .deep-table-web-toolbar{overflow:hidden;padding:16px 0}.deep-table-full-wrap .deep-table-web-toolbar.deep-table-no-padding{padding-top:0}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-left-wrap{float:left}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-right-wrap{float:right}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-button{margin-right:8px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-search{width:280px;margin-left:20px;vertical-align:top}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-search .next-search-icon{outline:none}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-custom-column,.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-a,.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-div{color:#5584ff;font-size:12px;cursor:pointer}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-custom-column i,.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-a i,.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-div i{color:#999;margin-right:3px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-custom-column .deep-table-text,.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-a .deep-table-text,.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-div .deep-table-text{padding-left:3px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-a{text-decoration:none}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-custom-column{margin-left:24px;line-height:32px;display:inline-block;vertical-align:top}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-wrap{margin-left:24px;display:inline-block;white-space:nowrap;line-height:32px;vertical-align:top}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-wrap .deep-table-link-item{float:right}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-wrap .deep-table-link-sp{width:1px;height:12px;margin:10px 12px;display:inline-block;vertical-align:top;background-color:#dcdee3}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order{display:inline-block;vertical-align:top;margin-left:24px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .deep-table-row-order-v{color:#5584ff}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .deep-table-row-order-v i{color:#999;margin-right:3px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .next-input-control{display:none}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .next-input.next-medium .next-input-text-field{padding-left:3px;padding-right:0;color:#5584ff}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .next-select-inner{min-width:50px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .next-select-trigger{min-width:50px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .next-input.next-medium .next-icon:before{width:16px;font-size:16px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-custom{display:inline-block;height:32px;line-height:32px;vertical-align:top;margin:0 5px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-custom-right{display:inline-block;height:32px;line-height:32px;vertical-align:top;margin:0 5px 0 10px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-pagination{display:inline-block;vertical-align:top;margin:2px 0 0 20px}.deep-table-full-wrap .deep-table-mobile-body .next-radio-group{width:100%}.deep-table-full-wrap .deep-table-mobile-toolbar{overflow:hidden;border-bottom:1px solid #dcdee3}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-right-wrap{line-height:44px;display:flex}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-right-wrap-selector{width:54px;text-align:center}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-right-wrap-content{width:100%;text-align:right}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search-wrap{padding:8px 0}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search-wrap .deep-table-search-inner{overflow:hidden;padding-left:16px}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search-wrap .deep-table-search-cancel-wrap{float:right;line-height:28px;padding:0 16px}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search-cancel{font-size:14px;color:#79889b}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-i-wrap,.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-row-order{margin-right:16px;display:inline-block;vertical-align:top;color:#5584ff;font-size:0;position:relative}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-i-wrap:active:after,.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-row-order:active:after{position:absolute;top:6px;left:-6px;display:inline-block;content:"";width:32px;height:32px;background:#f7f8fa;z-index:-1;border-radius:16px}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search{position:relative;overflow:hidden}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search .next-icon-search{vertical-align:top}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search .input{line-height:28px;width:100%;padding:0;border:none;font-size:12px;outline:none;background-color:transparent}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search .i-wrap{position:absolute;right:5px;top:4px;padding:0 10px;color:#a5afbc}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search .input-wrap{border-radius:20px;padding:0 0 0 18px;background:#f1f3f5}.deep-table-full-wrap .deep-table-mobile-table .next-table.next-table-small td .next-table-cell-wrapper{padding:8px}.deep-table-full-wrap .deep-table-mobile-table .next-table.next-table-small .next-table-prerow .next-table-cell-wrapper{padding-right:8px}.deep-table-full-wrap .deep-table-mobile-table .next-table.next-table-small td.first .next-table-cell-wrapper,.deep-table-full-wrap .deep-table-mobile-table .next-table.next-table-small th.next-table-selection .next-table-cell-wrapper{padding-left:16px}.deep-table-full-wrap .deep-table-mobile-table .next-table.next-table-small th.next-table-selection .next-table-cell-wrapper{padding-left:16px}.deep-table-full-wrap .deep-table-mobile-table .next-table-expanded-row{background-color:#f7f8fa}.deep-table-full-wrap .deep-table-mobile-table .next-table.next-table-small td.deep-table-column-action .next-table-cell-wrapper{padding:0}.deep-table-full-wrap .deep-table-mobile-table .deep-table-column-action-i{padding:8px;color:#a5afbc}.deep-table-full-wrap .deep-table-mobile-table .next-btn,.deep-table-full-wrap .deep-table-mobile-table .next-table-expanded-ctrl{cursor:default}.deep-table-full-wrap .deep-table-mobile-table .next-table-row.hovered{background-color:#fff}.deep-table-full-wrap .deep-table-mobile-table .deep-table-expand-wrap{padding-left:8px}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap{width:100%;padding:16px;border-bottom:1px solid #dcdee3;position:relative;font-size:14px;display:flex;align-items:center;justify-items:center}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap .deep-table-item-wrap-selector{margin-right:12px}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap .deep-table-item-wrap-content{width:100%;display:flex;justify-items:center;align-items:center}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap .deep-table-item-wrap-content.is-right{flex-direction:row-reverse}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap .deep-table-item-wrap-content .deep-table-item-wrap-content-column{width:100%}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap .deep-table-item-wrap-content .deep-table-row-operate{position:absolute;right:16px;top:10px;line-height:30px;color:#a5afbc}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap .deep-table-item-wrap-content .deep-table-row-button-wrap{margin-top:16px;text-align:right}.deep-table-full-wrap .deep-table-card-table .deep-table-expand-wrap{text-align:center;margin-top:16px}.deep-table-full-wrap .deep-table-card-table .deep-table-more-wrap{text-align:left}.deep-table-full-wrap .deep-table-card-table .deep-table-expand-wrap,.deep-table-full-wrap .deep-table-card-table .deep-table-more-wrap{line-height:22px;color:#a5afbc;font-size:14px}.deep-table-full-wrap .deep-table-card-table .deep-table-expand-wrap .deep-table-text,.deep-table-full-wrap .deep-table-card-table .deep-table-more-wrap .deep-table-text{padding-right:4px}.deep-table-full-wrap .deep-table-card-table .deep-table-expand-wrap .next-icon,.deep-table-full-wrap .deep-table-card-table .deep-table-more-wrap .next-icon{line-height:20px}.deep-table-full-wrap .deep-table-card-table .deep-table-expand-content-wrap{background-color:#f7f8fa;border-radius:4px;margin-top:16px}.deep-table-full-wrap .deep-table-card-table .next-btn{cursor:default}.deep-table-full-wrap .deep-table-date-picker.next-date-picker,.deep-table-full-wrap .deep-table-date-picker .next-month-picker,.deep-table-full-wrap .deep-table-date-picker .next-year-picker{width:100%}.deep-table-full-wrap .deep-table-web-pagination-wrap .deep-table-web-pagination-left{float:left}.deep-table-full-wrap .deep-table-web-pagination-wrap .deep-table-web-pagination-right{float:right}.deep-table-full-wrap .deep-table-web-pagination-wrap .deep-table-web-pagination-right .next-select{width:unset!important}.deep-table-full-wrap .deep-table-web-table .next-table-expanded-row{background-color:#f7f8fa}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link.next-btn-text,.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link.next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow{color:#5584ff}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-button{margin-right:8px}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-button:last-child{margin-right:0}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-button.deep-table-action-more .next-menu-btn-arrow{vertical-align:middle}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link{padding:0 12px;position:relative;vertical-align:baseline}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link:first-child{padding-left:0}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link:first-child:before{width:0}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link:last-child{padding-right:0}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link.deep-table-action-more:before{top:4px}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link:before{position:absolute;content:"";width:1px;height:10px;background:#a0a2ad;vertical-align:middle;top:5px;left:1px}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-more .next-menu-btn-arrow{vertical-align:top}.deep-table-full-wrap .deep-table-web-table .next-table-sort{cursor:pointer}.deep-table-full-wrap .deep-table-web-pagination-wrap{padding:16px 10px}.deep-table-full-wrap .deep-table-web-pagination-wrap.deep-table-no-padding{padding-bottom:0}.deep-table-mobile-drawer .next-drawer-body{padding:0}.deep-table-mobile-drawer.next-drawer{background-color:#f2f3f7}.deep-table-mobile-drawer.next-drawer-right{max-width:none;width:100%;height:100%}.deep-table-mobile-drawer .next-checkbox-wrapper input[type=checkbox],.deep-table-mobile-drawer .next-switch{cursor:default}.deep-table-detail-view-drawer .next-drawer-body{position:absolute;left:0;width:100%;top:0;height:100%}.deep-table-detail-view-drawer .deep-table-title{line-height:48px;text-align:center;background:#fff;font-size:16px;position:absolute;left:0;width:100%;top:0;border-bottom:1px solid #dcdee3;color:#333}.deep-table-detail-view-drawer .deep-table-title .deep-table-close{position:absolute;right:16px;top:12px;line-height:20px}.deep-table-detail-view-drawer .deep-table-detail-list-wrap{background-color:#fff;padding:16px}.deep-table-detail-view-drawer .deep-table-expand-content-wrap{margin-top:16px;background-color:#fff}.deep-table-detail-view-drawer .deep-table-center{position:absolute;left:0;width:100%;top:49px;bottom:0;overflow:auto}.deep-table-detail-view-drawer .deep-table-center-action{bottom:51px}.deep-table-detail-view-drawer .deep-table-bottom{position:absolute;bottom:0;left:0;width:100%;z-index:1002;background-color:#fff}.deep-table-detail-view-drawer .deep-table-bottom .deep-table-action-wrap{display:flex;flex-direction:row;border-top:1px solid #f2f3f7}.deep-table-detail-view-drawer .deep-table-bottom .deep-table-action-item{flex:1 1;padding:12px 0}.deep-table-detail-view-drawer .deep-table-bottom .deep-table-action-inner{line-height:24px;color:#79889b;border-left:1px solid #dcdee3;text-align:center;padding:0 5px;font-size:16px}.deep-table-detail-view-drawer .deep-table-bottom .deep-table-action-disable{color:#bbc3cc}.deep-table-detail-view-drawer .deep-table-bottom .deep-table-action-item.first .deep-table-action-inner{border-left:none}.deep-table-operation-drawer .deep-table-item{line-height:47px;font-size:17px;text-align:center;background-color:#fff;border-bottom:1px solid #dcdee3}.deep-table-operation-drawer .deep-table-item-disable{color:#bbc3cc}.deep-table-operation-drawer .deep-table-close{line-height:47px;font-size:17px;text-align:center;background-color:#fff;margin-top:10px}.deep-table-operation-drawer .deep-table-action-list{max-height:384px;overflow-x:hidden;overflow-y:auto}.deep-table-web-custom-column-drawer .next-drawer-body{position:absolute;left:0;width:100%;top:0;height:100%;padding:0}.deep-table-web-custom-column-drawer .deep-table-title{line-height:48px;text-align:left;background:#fff;font-size:16px;position:absolute;left:0;width:100%;top:0;color:#333;border-bottom:1px solid #dcdee3}.deep-table-web-custom-column-drawer .deep-table-title .deep-table-title-txt{padding:0 16px;font-weight:700}.deep-table-web-custom-column-drawer .deep-table-title .deep-table-close{line-height:20px;position:absolute;right:16px;top:12px;cursor:pointer}.deep-table-web-custom-column-drawer .deep-table-center{position:absolute;left:0;width:100%;top:49px;bottom:53px;overflow:auto}.deep-table-web-custom-column-drawer .deep-table-cell-wrap{line-height:32px}.deep-table-web-custom-column-drawer .deep-table-cell,.deep-table-web-custom-column-drawer .deep-table-select-all-content{font-size:12px;color:#333;vertical-align:top}.deep-table-web-custom-column-drawer .next-table td .next-table-cell-wrapper,.deep-table-web-custom-column-drawer .next-table th .next-table-cell-wrapper{padding-left:0;padding-right:0}.deep-table-web-custom-column-drawer .next-table td.next-table-selection .next-table-cell-wrapper,.deep-table-web-custom-column-drawer .next-table th.next-table-selection .next-table-cell-wrapper{padding:12px 16px}.deep-table-web-custom-column-drawer .deep-table-cell-checkbox,.deep-table-web-custom-column-drawer .deep-table-select-all-checkbox{vertical-align:top;position:relative;top:-2px}.deep-table-web-custom-column-drawer .deep-table-bottom{position:absolute;bottom:0;width:100%;border-top:1px solid #dcdee3;padding:10px 16px;text-align:right;left:0;background:#fff;border-radius:0 0 4px 4px}.deep-table-web-custom-column-drawer .deep-table-select-all{float:left;margin-left:20px}.deep-table-web-custom-column-drawer .deep-table-button{margin-right:6px}.deep-table-mobile-custom-column-drawer .next-drawer-body{position:absolute;left:0;width:100%;top:0;height:100%}.deep-table-mobile-custom-column-drawer .deep-table-title{line-height:48px;text-align:center;background:#fff;font-size:16px;position:absolute;left:0;width:100%;top:0;color:#333}.deep-table-mobile-custom-column-drawer .deep-table-title .deep-table-close{line-height:20px;position:absolute;right:16px;top:12px}.deep-table-mobile-custom-column-drawer .deep-table-cell-wrap{line-height:32px}.deep-table-mobile-custom-column-drawer .deep-table-cell,.deep-table-mobile-custom-column-drawer .deep-table-select-all-content{margin-left:12px;font-size:16px;color:#333;vertical-align:top}.deep-table-mobile-custom-column-drawer .deep-table-cell-checkbox,.deep-table-mobile-custom-column-drawer .deep-table-select-all-checkbox{vertical-align:top;position:relative;top:-2px}.deep-table-mobile-custom-column-drawer .deep-table-messge{line-height:30px}.deep-table-mobile-custom-column-drawer .deep-table-center{position:absolute;left:0;width:100%;top:49px;bottom:48px;overflow:auto}.deep-table-mobile-custom-column-drawer .deep-table-bottom{position:absolute;bottom:0;line-height:48px;background:#fff;left:0;width:100%}.deep-table-mobile-custom-column-drawer .deep-table-select-all{float:left;margin-left:20px}.deep-table-mobile-custom-column-drawer .deep-table-button{float:right;margin-right:16px}.deep-table-mobile-custom-column-drawer .next-checkbox-wrapper .next-checkbox-inner{border-radius:50%}.deep-table-full-wrap .next-table-header{overflow:hidden}.deep-table-full-wrap .next-table-header::-webkit-scrollbar{display:none}.deep-table-column-title .deep-table-column-tooltip{color:#4494f9;line-height:14px;margin-left:4px}.bottom-navigation{padding-bottom:env(safe-area-inset-bottom);position:fixed;left:0;bottom:0;width:100%;background-color:#fff;z-index:10}.navigation-panel{display:flex;justify-content:space-between;align-items:center;padding:9px 0 6px;width:100%;box-sizing:border-box}.navigation-panel-item{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;flex:1 1}.navigation-panel-item .navigation-item-image{margin-bottom:3px}.menu-list__panel{border-radius:10px;background-color:#fff}.menu-list__panel .menu-list__panel__item-list{display:flex;flex-direction:column;grid-gap:2px;gap:2px;padding:1px 22px}.menu-list__panel__item{display:flex;grid-gap:7px;gap:7px;justify-content:space-between;align-items:center;height:45px;border-bottom:1px solid rgba(0,0,0,.1)}.menu-list__panel__item:last-child{border-bottom:none}.menu-list__panel__item .menu-list__panel__item_icon{height:100%;display:flex;align-items:center}.menu-list__panel__item .menu-list__panel__item_icon>img{height:15px}.menu-list__panel__item .menu-list__panel__item_title{font-size:15px;color:#666;font-weight:500;margin-right:auto}.menu-list__panel__item .menu-list__panel__item_right{height:100%;display:flex;align-items:center}.menu-list__panel__item .menu-list__panel__item_right>svg{height:16px;font-size:12px;color:#666;font-weight:500}.teletext-list__panel__item{position:relative;display:flex;grid-gap:5px;gap:5px;justify-content:flex-start;background-color:#f8f9fb}.teletext-list__panel__item .teletext-list__panel__item_image{width:100px;height:100px;border-radius:5px;flex:0 0 auto;overflow:hidden;object-fit:cover}.teletext-list__panel__item .teletext-list__panel__item_image>img{width:100%;height:100%;object-fit:cover}.teletext-list__panel__item .teletext-list__panel__item__text{display:flex;flex-direction:column;grid-gap:3px;gap:3px}.teletext-list__panel__item .teletext-list__panel__item__text .teletext-list__panel__item__text__item{-webkit-line-clamp:1;overflow:hidden;color:#686868;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;text-overflow:ellipsis}.teletext-list__panel__item .teletext-list__panel__item__text .teletext-list__panel__item__text__title{font-size:14px;font-weight:600;color:#222;-webkit-line-clamp:1;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}.teletext-list__panel__item .teletext-list__panel__item__text .teletext-list__panel__item__text__description{-webkit-line-clamp:1;overflow:hidden;color:#777;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;text-overflow:ellipsis}.teletext-list__panel__item .teletext-list__panel__item__text .teletext-list__panel__item__text__tags{display:flex;grid-gap:6px;gap:6px}.teletext-list__panel__item .teletext-list__panel__item__switch{display:flex;align-items:center;justify-content:space-between;width:100%}.teletext-list__panel__item .teletext-list__panel__item__switch .teletext-list__panel__item__switch__title{font-size:14px;font-weight:600;color:#222;-webkit-line-clamp:1;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}.teletext-list__panel__item .teletext-list__panel__item__switch .teletext-list__panel__item__switch__switch{font-size:14px;font-weight:600;color:#222}.teletext-list__panel__item .shopping-cart-select{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.teletext-list__panel__item .shopping-cart-select .select-box{display:flex;align-items:center;grid-gap:10px;gap:10px}.teletext-list__panel__item .shopping-cart-select .shopping-cart-select__btn{display:flex;align-items:center;font-size:13px;line-height:1.3;color:#000;grid-gap:5px;gap:5px;padding-right:5px}.teletext-list__panel__item .shopping-cart-select .shopping-cart-select__btn .shopping-cart-select__btn__item{display:flex;align-items:center;border-right:1px solid #000;grid-gap:6px;gap:6px;font-size:13px;line-height:1.3;color:#000;padding-right:5px}.teletext-list__panel__item .shopping-cart-select .shopping-cart-select__btn .shopping-cart-select__btn__item .shopping-cart-select-img{width:15px;height:15px}.teletext-list__panel__item .shopping-cart-select .shopping-cart-select__btn .remove-box{display:flex;align-items:center;grid-gap:6px;gap:6px;font-size:13px;line-height:1.3;color:#000}.teletext-list__panel__item .shopping-cart-select .shopping-cart-select__btn .remove-box .shopping-cart-select-img{width:13px;height:13px}.teletext-list__panel__item .shopping-cart-select__btn{display:flex;align-items:center;font-size:13px;line-height:1.3;color:#000;grid-gap:5px;gap:5px;padding-right:5px}.teletext-list__panel__item .shopping-cart-select__btn .shopping-cart-select__btn__item{display:flex;align-items:center;border-right:1px solid #000;grid-gap:6px;gap:6px;font-size:13px;line-height:1.3;color:#000;padding-right:5px}.teletext-list__panel__item .shopping-cart-select__btn .shopping-cart-select__btn__item .shopping-cart-select-img{width:15px;height:15px}.teletext-list__panel__item .shopping-cart-select__btn .remove-box{display:flex;align-items:center;grid-gap:6px;gap:6px;font-size:13px;line-height:1.3;color:#000}.teletext-list__panel__item .shopping-cart-select__btn .remove-box .shopping-cart-select-img{width:13px;height:13px}.teletext-list__panel__item.image-left,.teletext-list__panel__item.image-right{flex-direction:row}.teletext-list__panel__item.image-bottom,.teletext-list__panel__item.image-top{flex-direction:column}.image-bottom,.image-top{flex-direction:column;align-items:start}.image-bottom .teletext-list__panel__item_image,.image-top .teletext-list__panel__item_image{width:100%;height:172px;border-radius:5px;flex:0 0 auto;overflow:hidden;object-fit:cover}.image-bottom .teletext-list__panel__item_image>img,.image-top .teletext-list__panel__item_image>img{width:100%;height:100%;object-fit:cover}.custom-title-1{font-size:17px;font-weight:500;color:#000;z-index:1}.custom-title-1>span{position:relative}.custom-title-1>span:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:5px;background:linear-gradient(0deg,#e96d40,#f9a068);border-radius:5px;opacity:.9;z-index:0}.custom-title-2>div{font-size:16px;font-weight:500;color:#144477;display:flex;grid-gap:3.5px;gap:3.5px;align-items:center}.custom-title-2>div>div.tips{content:"";display:inline-block;width:3.5px;height:14.5px;background-color:#388af7}.location{display:flex;cursor:pointer;color:#414141;font-size:13.5px}.location-address{margin-right:7px}.location-icon{display:flex;align-items:center}.location-city-box{font-size:13px;color:#000;font-weight:500;border-radius:4px;border:1px solid #ccc;width:80px;height:28px;display:flex;justify-content:center;align-items:center}.location-list{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;padding:10px 10px 0 13px;z-index:999;overflow-y:scroll}.location-list-head{padding:0 13px;display:flex;justify-content:flex-start;align-items:center;grid-gap:12px;gap:12px;margin-bottom:15px}.location-list-head-img{width:8px;height:14px}.location-list-location{margin-bottom:15px}.location-list-location-img{width:10px;height:13px;margin-right:2px}.location-list-location-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:4em}.location-list-hot{margin-bottom:21px}.location-list-hot-title{font-size:14px;color:#999;margin-bottom:15px}.location-list-hot-content{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:10px;grid-row-gap:15px}.location-list-hot-content-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:4em}.location-list-city-box-type{font-size:14px;color:#999;padding:0;line-height:10px;margin:5px 0 20px}.location-list-city-box-name{color:#000;font-size:13px;padding:0;line-height:12px;margin-bottom:20px;font-weight:500}.location-list-index-bar{background-color:#f7f7f7;position:fixed;right:12px;border-radius:5px;padding:5px 3px;top:280px;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.location-list-index-bar-name{font-weight:500;font-size:10px}.location-list-index{overflow-y:scroll}.tags__container{padding:2px 6px;border-radius:3px;color:#fff;font-size:11px}.orange{color:#f1770e;background:rgba(241,119,14,.1)}.blue{color:#2972dd;background-color:rgba(41,114,221,.1)}.green{color:#52ad7c;background:rgba(195,254,222,.4)}.green-n{color:#52ad7c;background:#fff;box-shadow:3.5px 5.5px 11px 0 hsla(0,0%,79.6%,.34)}.message-list__panel{display:flex;flex-direction:column;margin:0}.message-list__panel__tab{margin-bottom:20px}.message-list__panel__item-list{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.message-list__panel__item-list div:last-child{border-bottom:none}.message-list__panel__item{display:flex;grid-gap:5px;gap:5px;padding-bottom:15px;justify-content:flex-start;align-items:flex-start;border-bottom:1px solid #eee;position:relative}.message-list__panel__item_image{width:90px;height:71px;border-radius:5px;flex:0 0 auto;overflow:hidden;position:relative}.message-list__panel__item_image>img{width:100%;height:100%;object-fit:cover}.message-list__panel__item .badge{display:inline-block;width:7px;height:7px;border-radius:50%;background-color:#f44341;position:absolute;top:5px;left:38px}.message-list__panel__item__text{display:flex;flex-direction:column;justify-content:flex-start;grid-gap:3px;gap:3px}.message-list__panel__item__text__title{font-size:15px;font-weight:600;color:#000}.message-list__panel__item__text__description{-webkit-line-clamp:1;overflow:hidden;color:#686868;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;text-overflow:ellipsis}.tab-message{display:flex;justify-content:center;width:100%}.tabs__container{display:inline-block;padding:5px 17px;border-radius:19px;background-color:#fff;color:#666;font-size:15px;cursor:pointer;margin-right:6px;letter-spacing:2px;position:relative}.tabs__container--selected{background-color:#ed794a;color:#fff}.tabs__container--small{padding:5px 16px;border-radius:19px}.tabs__container--large{padding:14px 30px;border-radius:28px}.tabs__container .badge{display:flex;padding:2px 4px;border-radius:8px;background-color:#f44341;color:#fff;letter-spacing:0;justify-content:center;line-height:normal;font-size:10px;position:absolute;top:0;right:3px}.notice-bar__panel__item{width:calc(100vw - 110px);display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.notice-bar__panel__item .notice-bar__panel__item-left{display:flex;align-items:center}.notice-bar__panel__item .notice-bar__panel__item-left .notice-bar__panal__item__content{color:#676767;font-size:12px;width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:4px}.notice-bar__panel__item .notice-bar__panel__item-releaseTime{color:#676767;font-size:11px;opacity:.5}.fusion-ui-tab{display:block;background-color:#fff}.fusion-ui-tab.next-medium .next-tabs-content{padding:0}.fusion-ui-tab .next-tabs-bar{border-bottom:none;margin-bottom:15px}.fusion-ui-tab .next-tabs-bar .next-tabs-nav-container .next-tabs-nav .next-tabs-tab{font-size:16px;color:#666;margin-right:13px}.fusion-ui-tab .next-tabs-bar .next-tabs-nav-container .next-tabs-nav .next-tabs-tab.active{color:#333;font-size:17px}.fusion-ui-tab .next-tabs-bar .next-tabs-nav-container .next-tabs-nav .next-tabs-tab.active:before{bottom:2px;border-bottom:5px solid #e96d40;z-index:0;border-radius:2.5px}.fusion-ui-tab.next-small .next-tabs-content{padding:12px}.navigation{z-index:10;position:relative}:global(.fd-layout-p-margin){margin-top:0!important}.integral-task__container{padding:0 12px}.integral-task__container__item{display:flex;justify-content:space-between;align-items:center}.integral-task__container__item__left{display:flex;align-items:center}.integral-task__container__item__left__img{width:53px;height:53px;margin-right:9px}.integral-task__container__item__left__content__title{font-size:15px;color:#333}.integral-task__container__item__left__content__integral{display:flex;align-items:center}.integral-task__container__item__left__content__integral--icon{width:15px;height:15px}.integral-task__container__item__left__content__integral--number{font-size:12px;color:#ea6a3d}.button__container{padding:9px 15px;border-radius:15px;color:#fff;font-size:14px}.complete{color:#fff;background-color:#e96e41}.undone{color:#e96e41;background-color:#fff;border:1px solid #e96e41}.radio-group__panel{display:flex;grid-gap:12px;gap:12px;width:100%}.radio-group__panel .radio-group-item__button{flex:0 0 auto;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s;font-size:12px;padding:5px 11px;border-radius:25rem}.radio-group__panel .radio-group-item__text{flex:0 0 auto;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s;font-size:12px;padding:5px 0}.radio-group__panel .radio-group-item__text .radio-group-item__text__line{width:100%;height:1px;right:0;left:0;bottom:0;position:absolute}.carousel{position:relative;width:100%;height:100%;overflow:hidden}.carousel-track{display:flex;width:100%;height:100%}.carousel-image{width:100%;height:100%;object-fit:cover;object-position:center}.carousel-counter{position:absolute;bottom:2px;right:2px;color:#fff;background:rgba(0,0,0,.5);padding:2px 8px;border-radius:5px;font-size:12px;display:flex;grid-gap:2px;gap:2px}.card-list-goods__container{position:relative;width:100%}.card-list-goods__container>.card-list-goods__item{position:absolute;box-sizing:border-box;transition:top .35s ease,left .35s ease,width .35s ease;overflow:hidden;border-radius:8px;box-shadow:0 3px 9px 1px hsla(0,0%,80%,.35)}.card-list-goods__container>.card-list-goods__item>.card-list-goods__image{height:200px;width:100%;overflow:hidden;display:flex}.card-list-goods__container>.card-list-goods__item>.card-list-goods__image>img{height:100%;width:100%;object-fit:cover;object-position:center}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content{display:flex;flex-direction:column;justify-content:space-between;padding:.5rem}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;margin-top:.25rem;margin-bottom:.25rem;font-size:14px;font-weight:700}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-clamp:2;margin-top:.25rem;margin-bottom:.25rem;font-size:12px;color:#333}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom{margin-top:.25rem;margin-bottom:.25rem;display:flex;align-items:baseline;flex-wrap:wrap;grid-row-gap:.5rem;row-gap:.5rem}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom>div{display:flex}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__unit{font-size:12px;color:#f57d51;font-weight:700;line-height:1}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__unit__delete{margin-left:0;font-size:14px;color:#666;line-height:1;text-decoration:line-through}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__price{font-size:17px;color:#f57d51;font-weight:700;line-height:1}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__price__delete{margin-left:0;font-size:14px;color:#666;line-height:1;text-decoration:line-through}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__sales{margin-left:3px;font-size:12px;color:#666;line-height:1}.card-list-goods-common__container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:12px;row-gap:12px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;width:100%}.card-list-goods-common__container>.card-list-goods__item{box-sizing:border-box;transition:top .35s ease,left .35s ease,width .35s ease;overflow:hidden;border-radius:8px;box-shadow:0 3px 9px 1px hsla(0,0%,80%,.35)}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__image{height:200px;width:100%;overflow:hidden;display:flex}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__image>img{height:100%;width:100%;object-fit:cover;object-position:50% 50%}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content{display:flex;flex-direction:column;justify-content:space-between;padding:.5rem}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;margin-top:.25rem;margin-bottom:.25rem;font-size:14px;font-weight:700}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-clamp:2;margin-top:.25rem;margin-bottom:.25rem;font-size:12px;color:#333}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom{margin-top:.25rem;margin-bottom:.25rem;display:flex;align-items:baseline;flex-wrap:wrap;grid-row-gap:.5rem;row-gap:.5rem}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom>div{display:flex}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__unit{font-size:12px;color:#f57d51;font-weight:700;line-height:1}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__unit__delete{margin-left:0;font-size:14px;color:#666;line-height:1;text-decoration:line-through}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__price{font-size:17px;color:#f57d51;font-weight:700;line-height:1}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__price__delete{margin-left:0;font-size:14px;color:#666;line-height:1;text-decoration:line-through}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__sales{margin-left:3px;font-size:12px;color:#666;line-height:1}.rich-text{width:100%;display:flex;flex-direction:column;padding:0;margin:0;word-break:break-word;overflow-wrap:break-word;overflow:hidden}p{padding:0;margin:0 0 20px!important}img{max-width:100%;height:auto;object-fit:contain}.stream-list-container .refresh-indicator{display:flex;align-items:center;justify-content:center;height:40px;font-size:14px;color:#333;pointer-events:none}.stream-list-container .loading-text,.stream-list-container .spin{display:flex;align-items:center;justify-content:center;height:40px;font-size:14px;color:#666}.user-info{position:relative;width:100%;height:240px;padding-top:10%}.user-info-bg{width:100%;object-fit:cover;position:absolute;top:0;left:0;height:240px;max-height:240px}.user-info .content{position:relative;padding:20px;z-index:2;display:flex;justify-content:space-between;align-items:center}.user-info .content .arrow{width:8px;height:10px}.user-info .content .info-box{display:flex;justify-content:flex-start;align-items:center}.user-info .content .info-box .head-img{border-radius:50%;object-fit:cover;margin-right:10px;width:70px;height:70px}.user-info .content .info-box .info{font-weight:700;display:flex;justify-content:flex-start;flex-direction:column}.user-info .content .info-box .info .user-name{color:#333;font-size:21px}.user-info .content .info-box .info .level{margin-bottom:3.5px;max-width:65px;height:18px;object-fit:contain}.user-info .content .info-box .no-login{color:#333;font-size:21px}.member-card{width:100%;border-radius:15px;display:flex;justify-content:start;align-items:center;flex-direction:column;background:#fff;padding:13px 20px}.member-card .header{width:100%;padding-bottom:2px;display:flex;justify-content:space-between}.member-card .header .left{font-weight:700;font-size:15px;color:#333;display:flex;align-items:center}.member-card .header .left .grade{width:53px;height:13px;margin-left:5px}.member-card .header .btn-tag{height:30px;border-radius:15px;font-size:12px;font-weight:700;color:#63421a;display:flex;align-items:center;justify-content:center}.member-card .footer{width:100%;display:flex;justify-content:space-between;align-items:center}.member-card .footer .progress-bar-container{width:100%;margin:2px 0}.member-card .footer .progress-bar-container .progress-bar-background{width:100%;height:15px;background-color:#fef1e6;border-radius:10px;overflow:hidden}.member-card .footer .progress-bar-container .progress-bar-foreground{height:100%;background-color:#ff5e27;border-radius:10px;transition:width .3s ease-in-out}.member-card .footer .right{font-weight:500;font-size:12px;color:#999;display:flex;justify-content:center;align-items:center}.member-card .footer .right .img{width:6px;height:7px;margin-left:5px}.shopping-cart{width:100%;background:#fafafa;display:flex;flex-direction:column;height:100vh}.shopping-cart .checkbox2{width:19px;height:19px;background:#fff;border-radius:50%;border:1px solid #cbcbcb;margin-right:10px}.shopping-cart .checkbox-img{width:19px;height:19px;background:#fff;border-radius:50%;margin-right:10px}.shopping-cart .checkbox{border-radius:100%}.shopping-cart .checkbox .ant-checkbox-inner{border-radius:100%}.shopping-cart .checkbox .ant-checkbox-checked:after{border-radius:100%;border-color:#ec5c29}.shopping-cart .checkbox .ant-checkbox-input:focus+.ant-checkbox-inner,.shopping-cart .checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,.shopping-cart .checkbox .ant-checkbox:hover .ant-checkbox-inner{border-color:#ec5c29}.shopping-cart .checkbox .ant-checkbox-checked .ant-checkbox-inner{background:#ec5c29}.shopping-cart .checkbox .ant-checkbox-input:focus+.ant-checkbox-inner,.shopping-cart .checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,.shopping-cart .checkbox .ant-checkbox:hover .ant-checkbox-inner{border-color:#d9d9d9}.shopping-cart :deep(.ant-checkbox-inner){border-radius:100%!important}.shopping-cart :deep(.van-badge__wrapper){background:#fff;border-color:#cbcbcb}.shopping-cart .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.shopping-cart .footer{background-color:#fff;text-align:center;padding:0 12.5px;position:fixed;bottom:0;height:48px;width:100%}.shopping-cart .footer .box{height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.shopping-cart .footer .box .left{height:100%;display:flex;flex-direction:row;justify-content:start;align-items:center}.shopping-cart .footer .box .left .text{font-weight:500;font-size:14px;color:#999;margin-left:5px}.shopping-cart .footer .box .left :deep(.van-badge__wrapper){width:16px;height:16px;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:12px;margin-right:6px}.shopping-cart .footer .box .footer-info{display:flex;flex-direction:row;justify-content:start;align-items:center}.shopping-cart .footer .box .footer-info .text{font-weight:500;font-size:13px;color:#999}.shopping-cart .footer .box .footer-info .text span{color:#333}.shopping-cart .footer .box .footer-info .price{font-weight:700;font-size:17px;color:#ec5c29;margin-right:10px}.shopping-cart .footer .box .footer-info .btn{width:92px;height:30px;background:linear-gradient(90deg,#f19035,#ed602b);border-radius:15px;font-weight:700;font-size:16px;color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center}.shopping-cart .footer .box2 .footer-info .btn{background:#f44341;margin-left:10px}.view{width:100%;margin-top:15px;background:#fff;border-radius:16px;padding:15px 10px;display:flex;flex-direction:row;justify-content:start;align-items:center}.view .checkbox2{width:19px;height:19px;background:#fff;border-radius:50%;border:1px solid #cbcbcb;margin-right:10px}.view .checkbox-img{width:19px;height:19px;background:#fff;border-radius:50%;margin-right:10px}.view .checkbox{border-radius:100%}.view .checkbox .ant-checkbox-inner{border-radius:100%}.view .checkbox .ant-checkbox-checked:after{border-radius:100%;border-color:#ec5c29}.view .checkbox .ant-checkbox-checked .ant-checkbox-inner,.view .checkbox .ant-checkbox-input:focus+.ant-checkbox-inner,.view .checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,.view .checkbox .ant-checkbox:hover .ant-checkbox-inner{border-color:#ec5c29}.view .checkbox .ant-checkbox-checked .ant-checkbox-inner{background:#ec5c29}.view .checkbox .ant-checkbox-input:focus+.ant-checkbox-inner,.view .checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,.view .checkbox .ant-checkbox:hover .ant-checkbox-inner{border-color:#d9d9d9}.view .left{margin-right:11px;display:flex;flex-direction:row;justify-content:start;align-items:center}.view .left .cover-box{width:75px;height:75px;min-width:75px;overflow:hidden;border-radius:6px;position:relative}.view .left .cover-box .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.34);z-index:9;font-weight:500;font-size:12px;color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:end}.view .left .cover-box .overlay span{height:30px;width:100%;background:rgba(0,0,0,.73);display:flex;flex-direction:row;justify-content:center;align-items:center}.view .left .cover-box .cover{width:75px;height:75px;overflow:hidden}.view .info{width:100%}.view .info .title{font-weight:700;font-size:15px;color:#333;display:-webkit-box;word-break:break-all;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical}.view .info .good-item-footer{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:15px}.view .info .good-item-footer .price{font-weight:700;font-size:14px;color:#ec5c29}.view .info .good-item-footer .price span{font-size:18px}.view .info .good-item-footer .price .line-through{text-decoration:line-through;color:#999;font-size:13px;margin-left:5px}.view .info .good-item-footer .actions{display:flex;flex-direction:row;justify-content:start;align-items:center}.view .info .good-item-footer .actions .add,.view .info .good-item-footer .actions .subtract{width:22px;height:22px;background:#f7f7f7;border-radius:4px;display:flex;flex-direction:row;justify-content:center;align-items:center}.view .info .good-item-footer .actions .add .icon,.view .info .good-item-footer .actions .subtract .icon{width:12px;height:12px}.view .info .good-item-footer .actions .subtract .icon{width:12px;height:3px}.view .info .good-item-footer .actions .text{font-weight:700;font-size:16px;color:#000;margin:0 13px}.address-list{display:flex;flex-direction:column}.address-list-item{display:flex;align-items:flex-start;padding:15px;margin:10px 0;background-color:#fafbfc;border-radius:8px}.address-list-item-circle{width:16px;height:16px;border:1px solid #767676;border-radius:50%;margin-right:15px;cursor:pointer}.address-list-item.selected .address-list-item-circle{position:relative;background-color:#fff;border-color:#f44}.address-list-item.selected .address-list-item-circle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8.8px;height:8.8px;border-radius:50%;background-color:#f44}.address-list-item-content{flex:1 1;display:flex;flex-direction:column}.address-list-item-header{display:flex;justify-content:space-between;margin-bottom:8px}.address-list-item-name{font-size:14px;font-weight:700;color:#222}.address-list-item-tag{background-color:#ff4c3b;color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:2px;line-height:18px!important}.address-list-item-address{margin-bottom:8px;font-size:14px;color:#222}.address-list-item-phone{font-size:14px;line-height:1.3;margin:0;color:#222}.address-list-item-actions{display:flex;grid-gap:10px;gap:10px;margin-top:12px}.address-list-item-actions button{padding:4px 10px;background-color:rgba(237,239,244,.6);color:#777;font-size:14px;cursor:pointer;border:none!important}.custom-select{width:100%;color:#222}.custom-select .select-trigger{width:100%;display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:5px 10px;border-radius:5px;background:rgba(237,239,244,.45)}.custom-select .select-trigger .prefix{margin-right:8px;color:#222;font-size:14px}.select-options{width:100%;display:flex;align-items:center;flex-wrap:wrap;grid-gap:8px;gap:8px}.select-options .select-option{width:28px;height:28px;padding:4px;text-align:center;cursor:pointer;box-sizing:border-box;border-radius:3px;background-color:rgba(237,239,244,.45);display:flex;align-items:center;justify-content:center}.select-options .select-option:hover{background-color:#f5f5f5}.select-options .select-option.selected{background-color:#ff4c3b;color:#111}.select-options.color-options .color-option{width:28px;height:28px;border-radius:50%;border:2px solid transparent;padding:0;position:relative;overflow:hidden}.select-options.color-options .color-option .color-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 4px;text-shadow:0 0 2px rgba(0,0,0,.5)}.select-options.color-options .color-option.selected{border-color:#333}.select-options.color-options .color-option.selected:after{content:"✓";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:transparent;color:hsla(0,0%,100%,.95);font-size:16px;line-height:1;text-align:center;text-shadow:0 0 2px rgba(0,0,0,.35);pointer-events:none}.select-options.color-options .color-option:hover{opacity:.8}.next-drawer{position:fixed!important;bottom:0!important;left:0!important;right:0!important}.next-drawer.next-drawer-bottom{height:auto!important;max-height:30vh!important}.next-drawer .select-btn{width:100%;height:42px;background-color:#ff4c3b;color:#fff;font-weight:400;font-size:16px;padding:8px 18px;margin-top:5px;border-radius:4px}.select-normal{display:flex;align-items:center;grid-gap:8px;gap:8px}.select-normal .prefix{color:#666;font-size:14px}.select-normal .select-options{flex:1 1}.select-normal .next-number-picker{width:100%}.text-description-detail-list{width:100%;display:flex;flex-direction:column;grid-gap:16px;gap:16px}.text-description-detail-list .no-data{color:#999;text-align:center;padding:16px 0}.text-description-detail-list-item.position-left{display:flex;justify-content:space-between;align-items:center}.text-description-detail-list-item.position-left .item-label{color:#777;font-size:14px;margin-right:8px}.text-description-detail-list-item.position-left .item-value{color:#222;font-size:14px}.text-description-detail-list-item.position-top{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.text-description-detail-list-item.position-top .item-label{color:#222;font-size:14px;font-weight:700}.text-description-detail-list-item.position-top .item-value{font-size:14px;color:#777}.text-description-detail-list-item.position-none{display:flex}.text-description-detail-list-item.position-none .item-value{font-size:14px;color:#222}.drawer{width:100%;display:flex}.drawer-actions{width:100%;display:flex;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px;padding:16px}.drawer-actions .drawer-action{flex:1 1;text-align:center}.switch{width:100%;display:flex}.profile{width:100%;display:flex;align-items:center}.profile__image{width:82px;height:82px;border-radius:100%;object-fit:cover;margin-right:20px}.profile__info{display:flex;flex-direction:column;align-items:flex-start;grid-gap:8px;gap:8px}.profile__info__name{font-size:16px;font-weight:700;color:#222}.profile__info__phone{font-size:12px;color:#222}.profile__info__button{background-color:#ff4c3b;color:#fff;font-size:14px;font-weight:700;padding:2px 10px;border-radius:3px}.bread-crumb{display:flex;align-items:center}.collapse{width:100%;display:flex}.collapse-content-list{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.collapse-content-list .collapse-content-item{padding:8px 12px;background-color:#f5f5f5;border-radius:4px;color:#333;font-size:14px}.search-history-list{width:100%;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.search-history-list .search-history-item{display:flex;align-items:center;justify-content:space-between}.search-history-list .search-history-item .search-history-item-left{display:flex;align-items:center}.search-history-list .search-history-item .search-history-item-left .search-history-icon{width:14px;height:14px;margin-right:4px}.search-history-list .search-history-item .search-history-item-left .search-history-content{font-size:14px;font-weight:400;color:#777}.search-history-list .search-history-item .search-history-delete{width:14px;height:14px}.reviewList{display:flex;flex-direction:column}.reviewList .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.reviewList .header-title{font-size:14px;line-height:1.3;margin:0;color:#222;font-weight:700}.reviewList .header-right{font-size:14px;line-height:1.3;color:#ff4c3b;font-weight:400}.reviewList .list{display:flex;flex-direction:column}.reviewList .list .review-item{display:flex;flex-direction:column;align-items:flex-start;padding:10px 0;border-bottom:1px solid #f0f0f0}.reviewList .list .review-item .userInfo{display:flex;grid-gap:12px;gap:12px;margin-bottom:10px}.reviewList .list .review-item .userInfo .userDetail{display:flex;flex-direction:column}.reviewList .list .review-item .userInfo .userDetail .topLine{display:flex;grid-gap:10px;gap:10px;font-size:14px;line-height:1.3;margin:0;color:#222}.reviewList .list .review-item .userInfo .userDetail .topLine .userDetail-username{font-size:14px;line-height:1.3;margin:0;color:#222}.reviewList .list .review-item .content{margin:12px 0;color:#777;font-size:14px;line-height:1.3}.reviewList .list .review-item .actions{width:100%;display:flex;justify-content:flex-end;grid-gap:10px;gap:10px}.reviewList .list .review-item .actions .action{display:flex;align-items:center;grid-gap:5px;gap:5px;cursor:pointer}.reviewList .list .review-item .actions .action-img{width:18px;height:18px}.rating{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.accordion-selector{display:block;background-color:#fff}.collapse-selector{width:100%}.collapse-selector .collapse-selector-item{margin-bottom:8px;border-radius:4px;overflow:hidden;background-color:#f5f5f5;border:1px solid #e8e8e8;box-shadow:0 2px 6px rgba(0,0,0,.05)}.collapse-selector .collapse-selector-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;background-color:#f9f9f9;transition:background-color .3s}.collapse-selector .collapse-selector-header:hover{background-color:#f0f0f0}.collapse-selector .collapse-selector-title{display:flex;align-items:center}.collapse-selector .collapse-selector-title .collapse-selector-icon{margin-right:8px;font-size:18px;color:#1890ff}.collapse-selector .collapse-selector-title span{font-size:14px;font-weight:500;color:#333}.collapse-selector .collapse-selector-indicator{width:20px;height:20px;border-radius:50%;border:1px solid #ddd;position:relative;transition:all .3s}.collapse-selector .collapse-selector-indicator:after,.collapse-selector .collapse-selector-indicator:before{content:"";position:absolute;background-color:#999;transition:all .3s}.collapse-selector .collapse-selector-indicator:before{width:10px;height:2px;top:8px;left:4px}.collapse-selector .collapse-selector-indicator:after{width:2px;height:10px;top:4px;left:8px}.collapse-selector .collapse-selector-indicator.active{background-color:#1890ff;border-color:#1890ff}.collapse-selector .collapse-selector-indicator.active:after,.collapse-selector .collapse-selector-indicator.active:before{background-color:#fff}.collapse-selector .collapse-selector-indicator.active:after{height:0}.collapse-selector .collapse-selector-content{padding:0;overflow:hidden;background-color:#fff;border-top:1px solid #e8e8e8}.collapse-selector .collapse-selector-content-inner{padding:16px;min-height:80px}.__dumi-default-previewer{background-color:#fff;border:1px solid #ebedf1;border-radius:1px}[data-prefers-color=dark] .__dumi-default-previewer{background-color:#141414;border-color:#6b6c6d}.__dumi-default-previewer[data-debug]{margin-top:32px;border-color:#ffcb00}.__dumi-default-previewer[data-debug]:before{content:"DEV ONLY";float:left;margin-left:-1px;margin-top:-18px;padding:3px 6px;font-size:12px;line-height:1;background-color:#ffcb00;color:#735600;text-shadow:.5px .5px 0 hsla(0,0%,100%,.5);border-top-left-radius:1px;border-top-right-radius:1px}.__dumi-default-previewer[data-iframe] .__dumi-default-previewer-browser-nav{padding:2px 6px;background-color:#ebedf1}.__dumi-default-previewer[data-iframe] .__dumi-default-previewer-browser-nav:before{content:"";display:inline-block;width:12px;height:12px;border-radius:50%;background-color:#fd6458;box-shadow:20px 0 0 #ffbf2b,40px 0 0 #24cc3d}.__dumi-default-previewer[data-iframe] .__dumi-default-previewer-demo>iframe{border:0;width:100%;height:300px}.__dumi-default-previewer+.__dumi-default-previewer{margin-top:32px}.__dumi-default-previewer-demo{padding:40px 24px}.__dumi-default-previewer-target{border-color:rgba(69,105,212,.5);box-shadow:0 0 0 5px rgba(69,105,212,.05)}[data-prefers-color=dark] .__dumi-default-previewer-target{box-shadow:0 0 0 5px rgba(69,105,212,.3)}.__dumi-default-previewer-desc>div:last-child{padding:1.2em 1em 1em;color:#454d64;border-top:1px solid #ebedf1}[data-prefers-color=dark] .__dumi-default-previewer-desc>div:last-child{border-color:#6b6c6d}.__dumi-default-previewer-desc .markdown>p:first-child{margin-top:0}.__dumi-default-previewer-desc .markdown>p:last-child{margin-bottom:0}.__dumi-default-previewer-desc[data-title]{position:relative}.__dumi-default-previewer-desc[data-title]>a:first-child{position:absolute;top:0;left:1em;margin-left:-4px;padding:0 4px;color:#454d64;font-size:inherit;font-weight:500;background:linear-gradient(0deg,#fff,#fff 50%,hsla(0,0%,100%,0)) 100%;transform:translateY(-50%);pointer-events:auto;cursor:pointer}[data-prefers-color=dark] .__dumi-default-previewer-desc[data-title]>a:first-child{color:hsla(0,0%,100%,.85);background:linear-gradient(0deg,#141414,#141414 50%,hsla(0,0%,100%,0)) 100%}.__dumi-default-previewer-desc[data-title]:empty{padding-top:0}.__dumi-default-previewer-desc[data-title]:empty+.__dumi-default-previewer-actions{height:46px;border-top-style:solid}.__dumi-default-previewer-actions{display:flex;height:40px;padding:0 1em;align-items:center;border-top:1px dashed #ebedf1}[data-prefers-color=dark] .__dumi-default-previewer-actions{border-color:#6b6c6d}.__dumi-default-previewer-actions>a:not(:last-child),.__dumi-default-previewer-actions>button:not(:last-child){margin-right:8px}.__dumi-default-previewer-actions>a{display:flex}.__dumi-default-previewer-actions button{position:relative;display:inline-block;width:16px;height:16px;padding:0;border:0;box-sizing:border-box;cursor:pointer;opacity:.6;outline:none;transition:opacity .2s,background .2s}[data-prefers-color=dark] .__dumi-default-previewer-actions button{opacity:1}.__dumi-default-previewer-actions button:after{content:"";position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px}.__dumi-default-previewer-actions button:hover{opacity:.8}.__dumi-default-previewer-actions button:active{opacity:.9}.__dumi-default-previewer-actions button:disabled{opacity:.2;cursor:not-allowed}.__dumi-default-previewer-actions button[role=codesandbox]{background-position:-18px 0}.__dumi-default-previewer-actions button[role=codepen]{background-position:-36px 0}.__dumi-default-previewer-actions button[role=source]{background-position:-72px 0}.__dumi-default-previewer-actions button[role=change-jsx]{background-position:-90px 0}.__dumi-default-previewer-actions button[role=change-tsx]{background-position:-108px 0}.__dumi-default-previewer-actions button[role=open-demo]{background-position:-126px 0}.__dumi-default-previewer-actions button[role=motions]{background-position:-162px 0}.__dumi-default-previewer-actions button[role=sketch-component]{background-position:-182px 0}.__dumi-default-previewer-actions button[role=sketch-group]{background-position:-200px 0}.__dumi-default-previewer-actions button[role=copy][data-status=ready]{background-position:-54px 0}.__dumi-default-previewer-actions button[role=copy][data-status=copied]{pointer-events:none;background-position:-54px -16px}.__dumi-default-previewer-actions button[role=refresh]{background-position-x:-144px}.__dumi-default-previewer-actions>span{flex:1 1;display:inline-block}.__dumi-default-previewer-source{border-top:1px dashed #ebedf1}[data-prefers-color=dark] .__dumi-default-previewer-source{border-color:#6b6c6d}.__dumi-default-previewer-source-tab{border-top:1px dashed #ebedf1}[data-prefers-color=dark] .__dumi-default-previewer-source-tab{border-color:#6b6c6d}.__dumi-default-previewer-source-tab .__dumi-default-tabs-tab-btn{position:relative;padding-left:32px}.__dumi-default-previewer-source-tab .__dumi-default-tabs-tab-btn:after,.__dumi-default-previewer-source-tab .__dumi-default-tabs-tab-btn:before{content:"";position:absolute;margin-right:4px;display:inline-block;box-sizing:border-box}.__dumi-default-previewer-source-tab .__dumi-default-tabs-tab-btn:before{left:16px;top:50%;margin-top:-6px;width:10px;height:12px;border:1px solid #717484}.__dumi-default-previewer-source-tab .__dumi-default-tabs-tab-btn:after{top:50%;left:23px;margin-top:-7px;width:4px;height:4px;background:#fff;border-bottom:1px solid #717484;transform:rotate(45deg)}[data-prefers-color=dark] .__dumi-default-previewer-source-tab .__dumi-default-tabs-tab-btn:after{background:#141414}.__dumi-default-tabs{overflow:hidden}.__dumi-default-tabs.__dumi-default-tabs-top{flex-direction:column}.__dumi-default-tabs.__dumi-default-tabs-top .__dumi-default-tabs-ink-bar{bottom:0}.__dumi-default-tabs-nav{display:flex}.__dumi-default-tabs-nav-wrap{display:flex;white-space:nowrap;overflow:hidden}.__dumi-default-tabs-nav-wrap.__dumi-default-tabs-nav-wrap-ping-left{box-shadow:inset 5px 0 5px -5px rgba(0,0,0,.1)}.__dumi-default-tabs-nav-wrap.__dumi-default-tabs-nav-wrap-ping-right~*>.__dumi-default-tabs-nav-more{box-shadow:0 0 5px rgba(0,0,0,.1)}.__dumi-default-tabs-nav-list{position:relative;display:flex;transition:transform .2s}.__dumi-default-tabs-nav-more{height:100%;cursor:pointer;background:none;border:0;transition:box-shadow .2s}.__dumi-default-tabs-tab{display:flex}.__dumi-default-tabs-tab-btn{padding:0 16px;font-size:14px;line-height:36px;border:0;outline:none;background:transparent;box-sizing:border-box;cursor:pointer}.__dumi-default-tabs-tab-btn:hover{color:#4569d4}.__dumi-default-tabs-ink-bar{position:absolute;height:2px;background:#4569d4;transition:left .2s,width .2s;pointer-events:none}[data-prefers-color=dark] .__dumi-default-tabs-ink-bar{background:#7395f7}.__dumi-default-tabs-dropdown{position:absolute;background:#fff;border:1px solid #ebedf1;max-height:200px;overflow:auto}.__dumi-default-tabs-dropdown>ul{list-style:none;margin:0;padding:0}.__dumi-default-tabs-dropdown>ul>li{padding:4px 12px;font-size:14px;cursor:pointer}.__dumi-default-tabs-dropdown>ul>li:hover{color:#4569d4}.__dumi-default-tabs-dropdown>ul>li:not(:last-child){border-bottom:1px dashed #ebedf1}.__dumi-default-tabs-dropdown-hidden{display:none}.__dumi-default-alert{position:relative;margin:24px 0;padding:10px 20px;color:#454d64;font-size:14px;line-height:20px;border-left:0;background:#fff;box-shadow:0 6px 16px -2px rgba(0,0,0,.06);border-radius:1px}[data-prefers-color=dark] .__dumi-default-alert{color:hsla(0,0%,100%,.85);background:#141414;box-shadow:0 1px 2px -2px rgba(0,0,0,.64),0 3px 6px 0 rgba(0,0,0,.48),0 5px 12px 4px rgba(0,0,0,.36)}.__dumi-default-alert:after{content:"";position:absolute;display:inline-block;top:0;left:0;bottom:0;width:3px;border-radius:1px}.__dumi-default-alert:first-child{margin-top:0}.__dumi-default-alert:not([type]):after,.__dumi-default-alert[type=warning]:after{background:#ffc121}.__dumi-default-alert[type=info]:after{background:#69b9ff}.__dumi-default-alert[type=success]:after{background:#8cd225}.__dumi-default-alert[type=error]:after{background:#ff4646}code[class*=language-],pre[class*=language-]{color:#000;background:none;text-shadow:0 1px #fff;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-]::selection,code[class*=language-] ::selection,pre[class*=language-]::selection,pre[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.__dumi-default-code-block{position:relative;font-size:14px;background-color:#f9fafb}[data-prefers-color=dark] .__dumi-default-code-block{color:hsla(0,0%,100%,.85);background:#262626}.__dumi-default-code-block+.__dumi-default-code-block,.__dumi-default-code-block+table{margin-top:16px}.__dumi-default-code-block>pre[class*=language-]{margin:0;background:transparent}.__dumi-default-code-block>pre[class*=language-] .token-line:not(:last-child) .plain:empty{display:inline-block;min-height:1em}.__dumi-default-code-block-copy-btn{position:absolute;top:1.1em;right:1em;display:inline-block;width:16px;height:16px;padding:0;border:0;outline:none;cursor:pointer;opacity:.6;transition:opacity .2s,background .2s}.__dumi-default-code-block-copy-btn:hover{opacity:.8}.__dumi-default-code-block-copy-btn:active{opacity:.9}.__dumi-default-code-block-copy-btn[data-status=ready]{background-position:-54px 0}.__dumi-default-code-block-copy-btn[data-status=copied]{opacity:1;pointer-events:none;background-position:-54px -16px}.__dumi-default-code-block:not(:hover) .__dumi-default-code-block-copy-btn{visibility:hidden;opacity:0}code[class*=language-]::selection,code[class*=language-] ::selection,pre[class*=language-]::selection,pre[class*=language-] ::selection{color:inherit}[data-prefers-color=dark] code[class*=language-],[data-prefers-color=dark] pre[class*=language-]{color:hsla(0,0%,100%,.85);text-shadow:0 1px #000}[data-prefers-color=dark] code[class*=language-]::selection,[data-prefers-color=dark] code[class*=language-] ::selection,[data-prefers-color=dark] pre[class*=language-]::selection,[data-prefers-color=dark] pre[class*=language-] ::selection{background-color:#364a63}[data-prefers-color=dark] .language-css .token.string,[data-prefers-color=dark] .style .token.string,[data-prefers-color=dark] .token.entity,[data-prefers-color=dark] .token.operator,[data-prefers-color=dark] .token.url{background:transparent}[data-prefers-color=dark] .token.constant,[data-prefers-color=dark] .token.deleted,[data-prefers-color=dark] .token.property,[data-prefers-color=dark] .token.symbol,[data-prefers-color=dark] .token.tag{color:#f92672}[data-prefers-color=dark] .token.attr-name,[data-prefers-color=dark] .token.builtin,[data-prefers-color=dark] .token.char,[data-prefers-color=dark] .token.inserted,[data-prefers-color=dark] .token.selector,[data-prefers-color=dark] .token.string{color:#a6e22e}[data-prefers-color=dark] .token.atrule,[data-prefers-color=dark] .token.attr-value,[data-prefers-color=dark] .token.keyword{color:#e6db74}[data-prefers-color=dark] .token.punctuation{color:hsla(0,0%,100%,.85)}[data-prefers-color=dark] .token.keyword{color:#66d9ef}[data-prefers-color=dark] .token.boolean,[data-prefers-color=dark] .token.number{color:#ae81ff}.bizpack-colorful-button{border:2px dashed #00f}.teletext-list__panel{display:flex;flex-direction:column;grid-gap:10px;gap:10px;width:100%;margin:0}.teletext-list__panel .teletext-list__panel__item-list{display:grid;width:100%;grid-gap:10px;gap:10px}.teletext-list__panel-head{display:flex;justify-content:space-between;width:100%}.teletext-list__panel-head-more{flex-shrink:0;cursor:pointer}.teletext-list__panel-head-more-text{font-weight:500;font-size:14px;color:#666;margin-right:2px}.teletext-list__panel-head-more-img{width:5px;height:10px}.teletext-list__panel-head-user-menu{display:flex;align-items:center;grid-gap:10px;gap:10px}.teletext-list__panel-head-user-menu-img{width:45px;height:45px;border-radius:50%}.teletext-list__panel-head-user-menu-text{font-size:14px;color:#222}.dc-grid-nav{width:100%;display:grid;margin:0;grid-row-gap:14px}.dc-grid-nav-item-title{color:#222}.dc-grid-nav-item-right{position:absolute;top:-10px;right:2px;z-index:9}.dc-grid-nav-item-right-title{font-size:8px;color:#fff;position:absolute;left:8px;top:2px;z-index:10}.dc-grid-nav-item-right-img{width:32px;height:19.5px}.grid-item{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:#333;position:relative}.grid-item img{object-fit:cover;margin-bottom:3px}.grid-item:hover{color:#007bff}.search-bar-form{height:35px;flex:1 1;box-shadow:0 1px 6px 0 rgba(66,36,8,.08);border-radius:17px}.search-bar{display:flex;align-items:center;height:100%;padding-right:16px}.search-bar-input{outline:none;border:none;height:100%;flex:1 1}.search-bar-icon{margin-left:15px;margin-right:5px;display:flex;align-items:center}.search-bar-icon-img{width:15px;height:15px}.search-bar-delete-img{width:15px;height:15px}.search-bar-enter{font-size:14px;color:#f77c32;margin-left:6px}.search-bar .search-bar-right-icon{margin-left:8px;width:16px;height:16px}.notice-bar__panel{width:100%;display:flex;align-items:center;justify-content:space-between;height:70px;box-shadow:0 2px 6px 0 rgba(0,0,0,.07);margin:0;padding:10px;border-radius:12px;box-sizing:border-box}.notice-bar__panel .notice-bar__panel__item-img{width:46px;margin-right:7px}.notice-bar__panel .notice-bar__panel__item-more{width:60px;height:100%;cursor:pointer}.notice-bar__panel .notice-bar__panel__item-more-more{flex-shrink:0;cursor:pointer;display:flex;justify-content:end;align-items:center}.notice-bar__panel .notice-bar__panel__item-more-more-text{font-weight:500;font-size:11px;color:#666;margin-right:2px}.notice-bar__panel .notice-bar__panel__item-more-more-img{width:5px;height:10px}.notice-bar__panel .notice-bar__panel__item-list{width:calc(100% - 113px);display:flex;flex-direction:column;align-items:start;justify-content:start;border-left:1px solid #f1f1f1;padding-left:10px;position:relative;overflow:hidden}.notice-bar__panel .notice-bar__panel__item-list .notice-bar__panel__item-loop{width:100%;position:relative;overflow:hidden;height:20px}.notice-bar__panel .notice-bar__panel__item-list .notice-bar__panel__item-loop>div{position:absolute;width:100%;height:20px;animation:scrollUp 4s linear infinite}@keyframes scrollUp{0%{transform:translateY(100%)}to{transform:translateY(-200%)}}.anim{transition:all .5s;margin-top:-24px}
|
|
1
|
+
@charset "UTF-8";.carousel{max-width:600px}.carousel__wrapper{display:flex;transition:transform ease-in-out}.carousel__slide{min-width:100%}.carousel__slide img{width:100%;height:auto}.slider-img{height:172px;object-fit:fill}.deep-table-detail-view-drawer .deep-table-detail-list,.deep-table-full-wrap .deep-table-detail-list{background-color:#fff;width:calc(100% - 18px)}.deep-table-detail-view-drawer .deep-table-detail-list .deep-table-detail-field-wrap,.deep-table-full-wrap .deep-table-detail-list .deep-table-detail-field-wrap{line-height:24px;font-size:14px;display:flex}.deep-table-detail-view-drawer .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-label,.deep-table-full-wrap .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-label{color:#666;white-space:nowrap}.deep-table-detail-view-drawer .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-value,.deep-table-full-wrap .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-value{color:#333}.deep-table-detail-view-drawer .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-value .next-btn,.deep-table-full-wrap .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-value .next-btn{font-size:14px}.deep-table-detail-view-drawer .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-value>span,.deep-table-full-wrap .deep-table-detail-list .deep-table-detail-field-wrap .deep-table-detail-value>span{word-break:break-word;font-size:14px}.deep-table-detail-view-drawer .deep-table-detail-list .deep-table-detail-field-highlight,.deep-table-full-wrap .deep-table-detail-list .deep-table-detail-field-highlight{font-size:16px;padding-left:0;font-weight:700;padding-bottom:8px}.deep-table-detail-view-drawer .next-table-sort,.deep-table-full-wrap .next-table-sort{outline:none;line-height:16px}.deep-table-detail-view-drawer .next-table-sort .next-icon.next-icon-ascending,.deep-table-detail-view-drawer .next-table-sort .next-icon.next-icon-descending,.deep-table-full-wrap .next-table-sort .next-icon.next-icon-ascending,.deep-table-full-wrap .next-table-sort .next-icon.next-icon-descending{left:0}.deep-table-detail-view-drawer .next-table-filter,.deep-table-full-wrap .next-table-filter{width:16px}.deep-table-detail-view-drawer .next-table th,.deep-table-full-wrap .next-table th{background-color:#f7f8fa}.deep-table-detail-view-drawer .next-table th .next-table-cell-wrapper ul.next-menu,.deep-table-full-wrap .next-table th .next-table-cell-wrapper ul.next-menu{text-align:left}.deep-table-detail-view-drawer .next-table-cell .next-btn-text.deep-table-link-button,.deep-table-full-wrap .next-table-cell .next-btn-text.deep-table-link-button{color:#5584ff}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge,.deep-table-full-wrap .next-table-cell .deep-table-badge{display:inline-block;padding:2px 5px;border-radius:2px}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-red,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-red{color:#fff;background-color:#fb575f}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-red,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-red{color:#fb575f}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-yellow,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-yellow{color:#fff;background-color:#f9bd0f}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-yellow,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-yellow{color:#f9bd0f}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-black,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-black{color:#fff;background-color:#2c2f33}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-black,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-black{color:#2c2f33}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-grey,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-grey{color:#fff;background-color:#c2c2c2}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-grey,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-grey{color:#c2c2c2}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-green,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-green{color:#fff;background-color:#82cb78}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-green,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-green{color:#82cb78}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-blue,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-blue{color:#fff;background-color:#33a4ff}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-blue,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-blue{color:#33a4ff}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-background-orange,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-background-orange{color:#fff;background-color:#ff8c33}.deep-table-detail-view-drawer .next-table-cell .deep-table-badge.deep-table-badge-color-orange,.deep-table-full-wrap .next-table-cell .deep-table-badge.deep-table-badge-color-orange{color:#ff8c33}.deep-table-detail-view-drawer .next-table-cell.next-table-expanded .next-icon-add:before,.deep-table-detail-view-drawer .next-table-cell.next-table-expanded .next-icon-minus:before,.deep-table-full-wrap .next-table-cell.next-table-expanded .next-icon-add:before,.deep-table-full-wrap .next-table-cell.next-table-expanded .next-icon-minus:before{color:#a5afbc;font-size:16px;width:16px}.deep-table-detail-view-drawer .next-table-cell.next-table-expanded .next-icon-add:before,.deep-table-full-wrap .next-table-cell.next-table-expanded .next-icon-add:before{content:""}.deep-table-detail-view-drawer .next-table-cell.next-table-expanded .next-icon-minus:before,.deep-table-full-wrap .next-table-cell.next-table-expanded .next-icon-minus:before{content:""}.deep-table-detail-view-drawer .deep-table-input,.deep-table-full-wrap .deep-table-input{width:100%}.deep-table-detail-view-drawer .deep-table-field-msg,.deep-table-full-wrap .deep-table-field-msg{line-height:24px;text-align:left;color:#ff3000}.deep-table-detail-view-drawer .deep-table-employee,.deep-table-full-wrap .deep-table-employee{width:100%}.deep-table-detail-view-drawer .deep-table-employee .next-select-trigger,.deep-table-detail-view-drawer .deep-table-employee .next-select .next-select-inner,.deep-table-full-wrap .deep-table-employee .next-select-trigger,.deep-table-full-wrap .deep-table-employee .next-select .next-select-inner{min-width:50px}.deep-table-full-wrap .deep-table-web-toolbar{overflow:hidden;padding:16px 0}.deep-table-full-wrap .deep-table-web-toolbar.deep-table-no-padding{padding-top:0}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-left-wrap{float:left}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-right-wrap{float:right}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-button{margin-right:8px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-search{width:280px;margin-left:20px;vertical-align:top}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-search .next-search-icon{outline:none}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-custom-column,.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-a,.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-div{color:#5584ff;font-size:12px;cursor:pointer}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-custom-column i,.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-a i,.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-div i{color:#999;margin-right:3px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-custom-column .deep-table-text,.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-a .deep-table-text,.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-div .deep-table-text{padding-left:3px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-a{text-decoration:none}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-custom-column{margin-left:24px;line-height:32px;display:inline-block;vertical-align:top}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-wrap{margin-left:24px;display:inline-block;white-space:nowrap;line-height:32px;vertical-align:top}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-wrap .deep-table-link-item{float:right}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-link-wrap .deep-table-link-sp{width:1px;height:12px;margin:10px 12px;display:inline-block;vertical-align:top;background-color:#dcdee3}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order{display:inline-block;vertical-align:top;margin-left:24px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .deep-table-row-order-v{color:#5584ff}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .deep-table-row-order-v i{color:#999;margin-right:3px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .next-input-control{display:none}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .next-input.next-medium .next-input-text-field{padding-left:3px;padding-right:0;color:#5584ff}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .next-select-inner{min-width:50px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .next-select-trigger{min-width:50px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-row-order .next-input.next-medium .next-icon:before{width:16px;font-size:16px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-custom{display:inline-block;height:32px;line-height:32px;vertical-align:top;margin:0 5px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-custom-right{display:inline-block;height:32px;line-height:32px;vertical-align:top;margin:0 5px 0 10px}.deep-table-full-wrap .deep-table-web-toolbar .deep-table-pagination{display:inline-block;vertical-align:top;margin:2px 0 0 20px}.deep-table-full-wrap .deep-table-mobile-body .next-radio-group{width:100%}.deep-table-full-wrap .deep-table-mobile-toolbar{overflow:hidden;border-bottom:1px solid #dcdee3}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-right-wrap{line-height:44px;display:flex}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-right-wrap-selector{width:54px;text-align:center}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-right-wrap-content{width:100%;text-align:right}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search-wrap{padding:8px 0}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search-wrap .deep-table-search-inner{overflow:hidden;padding-left:16px}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search-wrap .deep-table-search-cancel-wrap{float:right;line-height:28px;padding:0 16px}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search-cancel{font-size:14px;color:#79889b}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-i-wrap,.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-row-order{margin-right:16px;display:inline-block;vertical-align:top;color:#5584ff;font-size:0;position:relative}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-i-wrap:active:after,.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-row-order:active:after{position:absolute;top:6px;left:-6px;display:inline-block;content:"";width:32px;height:32px;background:#f7f8fa;z-index:-1;border-radius:16px}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search{position:relative;overflow:hidden}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search .next-icon-search{vertical-align:top}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search .input{line-height:28px;width:100%;padding:0;border:none;font-size:12px;outline:none;background-color:transparent}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search .i-wrap{position:absolute;right:5px;top:4px;padding:0 10px;color:#a5afbc}.deep-table-full-wrap .deep-table-mobile-toolbar .deep-table-search .input-wrap{border-radius:20px;padding:0 0 0 18px;background:#f1f3f5}.deep-table-full-wrap .deep-table-mobile-table .next-table.next-table-small td .next-table-cell-wrapper{padding:8px}.deep-table-full-wrap .deep-table-mobile-table .next-table.next-table-small .next-table-prerow .next-table-cell-wrapper{padding-right:8px}.deep-table-full-wrap .deep-table-mobile-table .next-table.next-table-small td.first .next-table-cell-wrapper,.deep-table-full-wrap .deep-table-mobile-table .next-table.next-table-small th.next-table-selection .next-table-cell-wrapper{padding-left:16px}.deep-table-full-wrap .deep-table-mobile-table .next-table.next-table-small th.next-table-selection .next-table-cell-wrapper{padding-left:16px}.deep-table-full-wrap .deep-table-mobile-table .next-table-expanded-row{background-color:#f7f8fa}.deep-table-full-wrap .deep-table-mobile-table .next-table.next-table-small td.deep-table-column-action .next-table-cell-wrapper{padding:0}.deep-table-full-wrap .deep-table-mobile-table .deep-table-column-action-i{padding:8px;color:#a5afbc}.deep-table-full-wrap .deep-table-mobile-table .next-btn,.deep-table-full-wrap .deep-table-mobile-table .next-table-expanded-ctrl{cursor:default}.deep-table-full-wrap .deep-table-mobile-table .next-table-row.hovered{background-color:#fff}.deep-table-full-wrap .deep-table-mobile-table .deep-table-expand-wrap{padding-left:8px}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap{width:100%;padding:16px;border-bottom:1px solid #dcdee3;position:relative;font-size:14px;display:flex;align-items:center;justify-items:center}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap .deep-table-item-wrap-selector{margin-right:12px}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap .deep-table-item-wrap-content{width:100%;display:flex;justify-items:center;align-items:center}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap .deep-table-item-wrap-content.is-right{flex-direction:row-reverse}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap .deep-table-item-wrap-content .deep-table-item-wrap-content-column{width:100%}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap .deep-table-item-wrap-content .deep-table-row-operate{position:absolute;right:16px;top:10px;line-height:30px;color:#a5afbc}.deep-table-full-wrap .deep-table-card-table .deep-table-item-wrap .deep-table-item-wrap-content .deep-table-row-button-wrap{margin-top:16px;text-align:right}.deep-table-full-wrap .deep-table-card-table .deep-table-expand-wrap{text-align:center;margin-top:16px}.deep-table-full-wrap .deep-table-card-table .deep-table-more-wrap{text-align:left}.deep-table-full-wrap .deep-table-card-table .deep-table-expand-wrap,.deep-table-full-wrap .deep-table-card-table .deep-table-more-wrap{line-height:22px;color:#a5afbc;font-size:14px}.deep-table-full-wrap .deep-table-card-table .deep-table-expand-wrap .deep-table-text,.deep-table-full-wrap .deep-table-card-table .deep-table-more-wrap .deep-table-text{padding-right:4px}.deep-table-full-wrap .deep-table-card-table .deep-table-expand-wrap .next-icon,.deep-table-full-wrap .deep-table-card-table .deep-table-more-wrap .next-icon{line-height:20px}.deep-table-full-wrap .deep-table-card-table .deep-table-expand-content-wrap{background-color:#f7f8fa;border-radius:4px;margin-top:16px}.deep-table-full-wrap .deep-table-card-table .next-btn{cursor:default}.deep-table-full-wrap .deep-table-date-picker.next-date-picker,.deep-table-full-wrap .deep-table-date-picker .next-month-picker,.deep-table-full-wrap .deep-table-date-picker .next-year-picker{width:100%}.deep-table-full-wrap .deep-table-web-pagination-wrap .deep-table-web-pagination-left{float:left}.deep-table-full-wrap .deep-table-web-pagination-wrap .deep-table-web-pagination-right{float:right}.deep-table-full-wrap .deep-table-web-pagination-wrap .deep-table-web-pagination-right .next-select{width:unset!important}.deep-table-full-wrap .deep-table-web-table .next-table-expanded-row{background-color:#f7f8fa}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link.next-btn-text,.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link.next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow{color:#5584ff}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-button{margin-right:8px}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-button:last-child{margin-right:0}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-button.deep-table-action-more .next-menu-btn-arrow{vertical-align:middle}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link{padding:0 12px;position:relative;vertical-align:baseline}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link:first-child{padding-left:0}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link:first-child:before{width:0}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link:last-child{padding-right:0}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link.deep-table-action-more:before{top:4px}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-link:before{position:absolute;content:"";width:1px;height:10px;background:#a0a2ad;vertical-align:middle;top:5px;left:1px}.deep-table-full-wrap .deep-table-web-table .deep-table-action-cell .deep-table-action-more .next-menu-btn-arrow{vertical-align:top}.deep-table-full-wrap .deep-table-web-table .next-table-sort{cursor:pointer}.deep-table-full-wrap .deep-table-web-pagination-wrap{padding:16px 10px}.deep-table-full-wrap .deep-table-web-pagination-wrap.deep-table-no-padding{padding-bottom:0}.deep-table-mobile-drawer .next-drawer-body{padding:0}.deep-table-mobile-drawer.next-drawer{background-color:#f2f3f7}.deep-table-mobile-drawer.next-drawer-right{max-width:none;width:100%;height:100%}.deep-table-mobile-drawer .next-checkbox-wrapper input[type=checkbox],.deep-table-mobile-drawer .next-switch{cursor:default}.deep-table-detail-view-drawer .next-drawer-body{position:absolute;left:0;width:100%;top:0;height:100%}.deep-table-detail-view-drawer .deep-table-title{line-height:48px;text-align:center;background:#fff;font-size:16px;position:absolute;left:0;width:100%;top:0;border-bottom:1px solid #dcdee3;color:#333}.deep-table-detail-view-drawer .deep-table-title .deep-table-close{position:absolute;right:16px;top:12px;line-height:20px}.deep-table-detail-view-drawer .deep-table-detail-list-wrap{background-color:#fff;padding:16px}.deep-table-detail-view-drawer .deep-table-expand-content-wrap{margin-top:16px;background-color:#fff}.deep-table-detail-view-drawer .deep-table-center{position:absolute;left:0;width:100%;top:49px;bottom:0;overflow:auto}.deep-table-detail-view-drawer .deep-table-center-action{bottom:51px}.deep-table-detail-view-drawer .deep-table-bottom{position:absolute;bottom:0;left:0;width:100%;z-index:1002;background-color:#fff}.deep-table-detail-view-drawer .deep-table-bottom .deep-table-action-wrap{display:flex;flex-direction:row;border-top:1px solid #f2f3f7}.deep-table-detail-view-drawer .deep-table-bottom .deep-table-action-item{flex:1 1;padding:12px 0}.deep-table-detail-view-drawer .deep-table-bottom .deep-table-action-inner{line-height:24px;color:#79889b;border-left:1px solid #dcdee3;text-align:center;padding:0 5px;font-size:16px}.deep-table-detail-view-drawer .deep-table-bottom .deep-table-action-disable{color:#bbc3cc}.deep-table-detail-view-drawer .deep-table-bottom .deep-table-action-item.first .deep-table-action-inner{border-left:none}.deep-table-operation-drawer .deep-table-item{line-height:47px;font-size:17px;text-align:center;background-color:#fff;border-bottom:1px solid #dcdee3}.deep-table-operation-drawer .deep-table-item-disable{color:#bbc3cc}.deep-table-operation-drawer .deep-table-close{line-height:47px;font-size:17px;text-align:center;background-color:#fff;margin-top:10px}.deep-table-operation-drawer .deep-table-action-list{max-height:384px;overflow-x:hidden;overflow-y:auto}.deep-table-web-custom-column-drawer .next-drawer-body{position:absolute;left:0;width:100%;top:0;height:100%;padding:0}.deep-table-web-custom-column-drawer .deep-table-title{line-height:48px;text-align:left;background:#fff;font-size:16px;position:absolute;left:0;width:100%;top:0;color:#333;border-bottom:1px solid #dcdee3}.deep-table-web-custom-column-drawer .deep-table-title .deep-table-title-txt{padding:0 16px;font-weight:700}.deep-table-web-custom-column-drawer .deep-table-title .deep-table-close{line-height:20px;position:absolute;right:16px;top:12px;cursor:pointer}.deep-table-web-custom-column-drawer .deep-table-center{position:absolute;left:0;width:100%;top:49px;bottom:53px;overflow:auto}.deep-table-web-custom-column-drawer .deep-table-cell-wrap{line-height:32px}.deep-table-web-custom-column-drawer .deep-table-cell,.deep-table-web-custom-column-drawer .deep-table-select-all-content{font-size:12px;color:#333;vertical-align:top}.deep-table-web-custom-column-drawer .next-table td .next-table-cell-wrapper,.deep-table-web-custom-column-drawer .next-table th .next-table-cell-wrapper{padding-left:0;padding-right:0}.deep-table-web-custom-column-drawer .next-table td.next-table-selection .next-table-cell-wrapper,.deep-table-web-custom-column-drawer .next-table th.next-table-selection .next-table-cell-wrapper{padding:12px 16px}.deep-table-web-custom-column-drawer .deep-table-cell-checkbox,.deep-table-web-custom-column-drawer .deep-table-select-all-checkbox{vertical-align:top;position:relative;top:-2px}.deep-table-web-custom-column-drawer .deep-table-bottom{position:absolute;bottom:0;width:100%;border-top:1px solid #dcdee3;padding:10px 16px;text-align:right;left:0;background:#fff;border-radius:0 0 4px 4px}.deep-table-web-custom-column-drawer .deep-table-select-all{float:left;margin-left:20px}.deep-table-web-custom-column-drawer .deep-table-button{margin-right:6px}.deep-table-mobile-custom-column-drawer .next-drawer-body{position:absolute;left:0;width:100%;top:0;height:100%}.deep-table-mobile-custom-column-drawer .deep-table-title{line-height:48px;text-align:center;background:#fff;font-size:16px;position:absolute;left:0;width:100%;top:0;color:#333}.deep-table-mobile-custom-column-drawer .deep-table-title .deep-table-close{line-height:20px;position:absolute;right:16px;top:12px}.deep-table-mobile-custom-column-drawer .deep-table-cell-wrap{line-height:32px}.deep-table-mobile-custom-column-drawer .deep-table-cell,.deep-table-mobile-custom-column-drawer .deep-table-select-all-content{margin-left:12px;font-size:16px;color:#333;vertical-align:top}.deep-table-mobile-custom-column-drawer .deep-table-cell-checkbox,.deep-table-mobile-custom-column-drawer .deep-table-select-all-checkbox{vertical-align:top;position:relative;top:-2px}.deep-table-mobile-custom-column-drawer .deep-table-messge{line-height:30px}.deep-table-mobile-custom-column-drawer .deep-table-center{position:absolute;left:0;width:100%;top:49px;bottom:48px;overflow:auto}.deep-table-mobile-custom-column-drawer .deep-table-bottom{position:absolute;bottom:0;line-height:48px;background:#fff;left:0;width:100%}.deep-table-mobile-custom-column-drawer .deep-table-select-all{float:left;margin-left:20px}.deep-table-mobile-custom-column-drawer .deep-table-button{float:right;margin-right:16px}.deep-table-mobile-custom-column-drawer .next-checkbox-wrapper .next-checkbox-inner{border-radius:50%}.deep-table-full-wrap .next-table-header{overflow:hidden}.deep-table-full-wrap .next-table-header::-webkit-scrollbar{display:none}.deep-table-column-title .deep-table-column-tooltip{color:#4494f9;line-height:14px;margin-left:4px}.bottom-navigation{padding-bottom:env(safe-area-inset-bottom);position:fixed;left:0;bottom:0;width:100%;background-color:#fff;z-index:10}.navigation-panel{display:flex;justify-content:space-between;align-items:center;padding:9px 0 6px;width:100%;box-sizing:border-box}.navigation-panel-item{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;flex:1 1}.navigation-panel-item .navigation-item-image{margin-bottom:3px}.menu-list__panel{border-radius:10px;background-color:#fff}.menu-list__panel .menu-list__panel__item-list{display:flex;flex-direction:column;grid-gap:2px;gap:2px;padding:1px 22px}.menu-list__panel__item{display:flex;grid-gap:7px;gap:7px;justify-content:space-between;align-items:center;height:45px;border-bottom:1px solid rgba(0,0,0,.1)}.menu-list__panel__item:last-child{border-bottom:none}.menu-list__panel__item .menu-list__panel__item_icon{height:100%;display:flex;align-items:center}.menu-list__panel__item .menu-list__panel__item_icon>img{height:15px}.menu-list__panel__item .menu-list__panel__item_title{font-size:15px;color:#666;font-weight:500;margin-right:auto}.menu-list__panel__item .menu-list__panel__item_right{height:100%;display:flex;align-items:center}.menu-list__panel__item .menu-list__panel__item_right>svg{height:16px;font-size:12px;color:#666;font-weight:500}.teletext-list__panel__item{position:relative;display:flex;grid-gap:5px;gap:5px;justify-content:flex-start;align-items:flex-start;background-color:#f8f9fb}.teletext-list__panel__item.type-imgOnly .teletext-list__panel__item_image{width:100%;height:100%}.teletext-list__panel__item.type-textOnly .teletext-list__panel__item__text{width:100%;flex:1 1}.teletext-list__panel__item .teletext-list__panel__item_image{width:100px;height:100px;border-radius:5px;flex:0 0 auto;overflow:hidden;object-fit:cover}.teletext-list__panel__item .teletext-list__panel__item_image>img{width:100%;height:100%;object-fit:cover}.teletext-list__panel__item .teletext-list__panel__item__text{display:flex;flex-direction:column;flex:1 1;grid-gap:3px;gap:3px}.teletext-list__panel__item .teletext-list__panel__item__text .teletext-list__panel__item__text__item{-webkit-line-clamp:1;overflow:hidden;color:#686868;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;text-overflow:ellipsis}.teletext-list__panel__item .teletext-list__panel__item__text .teletext-list__panel__item__text__title{font-size:14px;font-weight:600;color:#222;-webkit-line-clamp:1;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}.teletext-list__panel__item .teletext-list__panel__item__text .teletext-list__panel__item__text__description{-webkit-line-clamp:1;overflow:hidden;color:#777;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;text-overflow:ellipsis}.teletext-list__panel__item .teletext-list__panel__item__text .teletext-list__panel__item__text__tags{display:flex;grid-gap:6px;gap:6px}.teletext-list__panel__item .teletext-list__panel__item__switch{display:flex;align-items:center;justify-content:space-between;width:100%}.teletext-list__panel__item .teletext-list__panel__item__switch .teletext-list__panel__item__switch__title{font-size:14px;font-weight:600;color:#222;-webkit-line-clamp:1;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}.teletext-list__panel__item .teletext-list__panel__item__switch .teletext-list__panel__item__switch__switch{font-size:14px;font-weight:600;color:#222}.teletext-list__panel__item .shopping-cart-select{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.teletext-list__panel__item .shopping-cart-select .select-box{display:flex;align-items:center;grid-gap:10px;gap:10px}.teletext-list__panel__item .shopping-cart-select .shopping-cart-select__btn{display:flex;align-items:center;font-size:13px;line-height:1.3;color:#000;grid-gap:5px;gap:5px;padding-right:5px}.teletext-list__panel__item .shopping-cart-select .shopping-cart-select__btn .shopping-cart-select__btn__item{display:flex;align-items:center;border-right:1px solid #000;grid-gap:6px;gap:6px;font-size:13px;line-height:1.3;color:#000;padding-right:5px}.teletext-list__panel__item .shopping-cart-select .shopping-cart-select__btn .shopping-cart-select__btn__item .shopping-cart-select-img{width:15px;height:15px}.teletext-list__panel__item .shopping-cart-select .shopping-cart-select__btn .remove-box{display:flex;align-items:center;grid-gap:6px;gap:6px;font-size:13px;line-height:1.3;color:#000}.teletext-list__panel__item .shopping-cart-select .shopping-cart-select__btn .remove-box .shopping-cart-select-img{width:13px;height:13px}.teletext-list__panel__item .shopping-cart-select__btn{display:flex;align-items:center;font-size:13px;line-height:1.3;color:#000;grid-gap:5px;gap:5px;padding-right:5px}.teletext-list__panel__item .shopping-cart-select__btn .shopping-cart-select__btn__item{display:flex;align-items:center;border-right:1px solid #000;grid-gap:6px;gap:6px;font-size:13px;line-height:1.3;color:#000;padding-right:5px}.teletext-list__panel__item .shopping-cart-select__btn .shopping-cart-select__btn__item .shopping-cart-select-img{width:15px;height:15px}.teletext-list__panel__item .shopping-cart-select__btn .remove-box{display:flex;align-items:center;grid-gap:6px;gap:6px;font-size:13px;line-height:1.3;color:#000}.teletext-list__panel__item .shopping-cart-select__btn .remove-box .shopping-cart-select-img{width:13px;height:13px}.teletext-list__panel__item.image-left,.teletext-list__panel__item.image-right{flex-direction:row}.teletext-list__panel__item.image-bottom,.teletext-list__panel__item.image-top{flex-direction:column}.image-bottom,.image-top{flex-direction:column;align-items:start}.image-bottom .teletext-list__panel__item_image,.image-top .teletext-list__panel__item_image{width:100%;height:172px;border-radius:5px;flex:0 0 auto;overflow:hidden;object-fit:cover}.image-bottom .teletext-list__panel__item_image>img,.image-top .teletext-list__panel__item_image>img{width:100%;height:100%;object-fit:cover}.custom-title-1{font-size:17px;font-weight:500;color:#000;z-index:1}.custom-title-1>span{position:relative}.custom-title-1>span:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:5px;background:linear-gradient(0deg,#e96d40,#f9a068);border-radius:5px;opacity:.9;z-index:0}.custom-title-2>div{font-size:16px;font-weight:500;color:#144477;display:flex;grid-gap:3.5px;gap:3.5px;align-items:center}.custom-title-2>div>div.tips{content:"";display:inline-block;width:3.5px;height:14.5px;background-color:#388af7}.location{display:flex;cursor:pointer;color:#414141;font-size:13.5px}.location-address{margin-right:7px}.location-icon{display:flex;align-items:center}.location-city-box{font-size:13px;color:#000;font-weight:500;border-radius:4px;border:1px solid #ccc;width:80px;height:28px;display:flex;justify-content:center;align-items:center}.location-list{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;padding:10px 10px 0 13px;z-index:999;overflow-y:scroll}.location-list-head{padding:0 13px;display:flex;justify-content:flex-start;align-items:center;grid-gap:12px;gap:12px;margin-bottom:15px}.location-list-head-img{width:8px;height:14px}.location-list-location{margin-bottom:15px}.location-list-location-img{width:10px;height:13px;margin-right:2px}.location-list-location-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:4em}.location-list-hot{margin-bottom:21px}.location-list-hot-title{font-size:14px;color:#999;margin-bottom:15px}.location-list-hot-content{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:10px;grid-row-gap:15px}.location-list-hot-content-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:4em}.location-list-city-box-type{font-size:14px;color:#999;padding:0;line-height:10px;margin:5px 0 20px}.location-list-city-box-name{color:#000;font-size:13px;padding:0;line-height:12px;margin-bottom:20px;font-weight:500}.location-list-index-bar{background-color:#f7f7f7;position:fixed;right:12px;border-radius:5px;padding:5px 3px;top:280px;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.location-list-index-bar-name{font-weight:500;font-size:10px}.location-list-index{overflow-y:scroll}.tags__container{padding:2px 6px;border-radius:3px;color:#fff;font-size:11px}.orange{color:#f1770e;background:rgba(241,119,14,.1)}.blue{color:#2972dd;background-color:rgba(41,114,221,.1)}.green{color:#52ad7c;background:rgba(195,254,222,.4)}.green-n{color:#52ad7c;background:#fff;box-shadow:3.5px 5.5px 11px 0 hsla(0,0%,79.6%,.34)}.message-list__panel{display:flex;flex-direction:column;margin:0}.message-list__panel__tab{margin-bottom:20px}.message-list__panel__item-list{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.message-list__panel__item-list div:last-child{border-bottom:none}.message-list__panel__item{display:flex;grid-gap:5px;gap:5px;padding-bottom:15px;justify-content:flex-start;align-items:flex-start;border-bottom:1px solid #eee;position:relative}.message-list__panel__item_image{width:90px;height:71px;border-radius:5px;flex:0 0 auto;overflow:hidden;position:relative}.message-list__panel__item_image>img{width:100%;height:100%;object-fit:cover}.message-list__panel__item .badge{display:inline-block;width:7px;height:7px;border-radius:50%;background-color:#f44341;position:absolute;top:5px;left:38px}.message-list__panel__item__text{display:flex;flex-direction:column;justify-content:flex-start;grid-gap:3px;gap:3px}.message-list__panel__item__text__title{font-size:15px;font-weight:600;color:#000}.message-list__panel__item__text__description{-webkit-line-clamp:1;overflow:hidden;color:#686868;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;text-overflow:ellipsis}.tab-message{display:flex;justify-content:center;width:100%}.tabs__container{display:inline-block;padding:5px 17px;border-radius:19px;background-color:#fff;color:#666;font-size:15px;cursor:pointer;margin-right:6px;letter-spacing:2px;position:relative}.tabs__container--selected{background-color:#ed794a;color:#fff}.tabs__container--small{padding:5px 16px;border-radius:19px}.tabs__container--large{padding:14px 30px;border-radius:28px}.tabs__container .badge{display:flex;padding:2px 4px;border-radius:8px;background-color:#f44341;color:#fff;letter-spacing:0;justify-content:center;line-height:normal;font-size:10px;position:absolute;top:0;right:3px}.notice-bar__panel__item{width:calc(100vw - 110px);display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.notice-bar__panel__item .notice-bar__panel__item-left{display:flex;align-items:center}.notice-bar__panel__item .notice-bar__panel__item-left .notice-bar__panal__item__content{color:#676767;font-size:12px;width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:4px}.notice-bar__panel__item .notice-bar__panel__item-releaseTime{color:#676767;font-size:11px;opacity:.5}.fusion-ui-tab{display:block;background-color:#fff}.fusion-ui-tab.next-medium .next-tabs-content{padding:0}.fusion-ui-tab .next-tabs-bar{border-bottom:none;margin-bottom:15px}.fusion-ui-tab .next-tabs-bar .next-tabs-nav-container .next-tabs-nav .next-tabs-tab{font-size:16px;color:#666;margin-right:13px}.fusion-ui-tab .next-tabs-bar .next-tabs-nav-container .next-tabs-nav .next-tabs-tab.active{color:#333;font-size:17px}.fusion-ui-tab .next-tabs-bar .next-tabs-nav-container .next-tabs-nav .next-tabs-tab.active:before{bottom:2px;border-bottom:5px solid #e96d40;z-index:0;border-radius:2.5px}.fusion-ui-tab.next-small .next-tabs-content{padding:12px}.navigation{z-index:10;position:relative}:global(.fd-layout-p-margin){margin-top:0!important}.integral-task__container{padding:0 12px}.integral-task__container__item{display:flex;justify-content:space-between;align-items:center}.integral-task__container__item__left{display:flex;align-items:center}.integral-task__container__item__left__img{width:53px;height:53px;margin-right:9px}.integral-task__container__item__left__content__title{font-size:15px;color:#333}.integral-task__container__item__left__content__integral{display:flex;align-items:center}.integral-task__container__item__left__content__integral--icon{width:15px;height:15px}.integral-task__container__item__left__content__integral--number{font-size:12px;color:#ea6a3d}.button__container{padding:9px 15px;border-radius:15px;color:#fff;font-size:14px}.complete{color:#fff;background-color:#e96e41}.undone{color:#e96e41;background-color:#fff;border:1px solid #e96e41}.radio-group__panel{display:flex;grid-gap:12px;gap:12px;width:100%}.radio-group__panel .radio-group-item__button{flex:0 0 auto;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s;font-size:12px;padding:5px 11px;border-radius:25rem}.radio-group__panel .radio-group-item__text{flex:0 0 auto;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s;font-size:12px;padding:5px 0}.radio-group__panel .radio-group-item__text .radio-group-item__text__line{width:100%;height:1px;right:0;left:0;bottom:0;position:absolute}.carousel{position:relative;width:100%;height:100%;overflow:hidden}.carousel-track{display:flex;width:100%;height:100%}.carousel-image{width:100%;height:100%;object-fit:cover;object-position:center}.carousel-counter{position:absolute;bottom:2px;right:2px;color:#fff;background:rgba(0,0,0,.5);padding:2px 8px;border-radius:5px;font-size:12px;display:flex;grid-gap:2px;gap:2px}.card-list-goods__container{position:relative;width:100%}.card-list-goods__container>.card-list-goods__item{position:absolute;box-sizing:border-box;transition:top .35s ease,left .35s ease,width .35s ease;overflow:hidden;border-radius:8px;box-shadow:0 3px 9px 1px hsla(0,0%,80%,.35)}.card-list-goods__container>.card-list-goods__item>.card-list-goods__image{height:200px;width:100%;overflow:hidden;display:flex}.card-list-goods__container>.card-list-goods__item>.card-list-goods__image>img{height:100%;width:100%;object-fit:cover;object-position:center}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content{display:flex;flex-direction:column;justify-content:space-between;padding:.5rem}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;margin-top:.25rem;margin-bottom:.25rem;font-size:14px;font-weight:700}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-clamp:2;margin-top:.25rem;margin-bottom:.25rem;font-size:12px;color:#333}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom{margin-top:.25rem;margin-bottom:.25rem;display:flex;align-items:baseline;flex-wrap:wrap;grid-row-gap:.5rem;row-gap:.5rem}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom>div{display:flex}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__unit{font-size:12px;color:#f57d51;font-weight:700;line-height:1}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__unit__delete{margin-left:0;font-size:14px;color:#666;line-height:1;text-decoration:line-through}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__price{font-size:17px;color:#f57d51;font-weight:700;line-height:1}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__price__delete{margin-left:0;font-size:14px;color:#666;line-height:1;text-decoration:line-through}.card-list-goods__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__sales{margin-left:3px;font-size:12px;color:#666;line-height:1}.card-list-goods-common__container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:12px;row-gap:12px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;width:100%}.card-list-goods-common__container>.card-list-goods__item{box-sizing:border-box;transition:top .35s ease,left .35s ease,width .35s ease;overflow:hidden;border-radius:8px;box-shadow:0 3px 9px 1px hsla(0,0%,80%,.35)}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__image{height:200px;width:100%;overflow:hidden;display:flex}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__image>img{height:100%;width:100%;object-fit:cover;object-position:50% 50%}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content{display:flex;flex-direction:column;justify-content:space-between;padding:.5rem}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;margin-top:.25rem;margin-bottom:.25rem;font-size:14px;font-weight:700}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-clamp:2;margin-top:.25rem;margin-bottom:.25rem;font-size:12px;color:#333}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom{margin-top:.25rem;margin-bottom:.25rem;display:flex;align-items:baseline;flex-wrap:wrap;grid-row-gap:.5rem;row-gap:.5rem}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom>div{display:flex}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__unit{font-size:12px;color:#f57d51;font-weight:700;line-height:1}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__unit__delete{margin-left:0;font-size:14px;color:#666;line-height:1;text-decoration:line-through}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__price{font-size:17px;color:#f57d51;font-weight:700;line-height:1}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__price__delete{margin-left:0;font-size:14px;color:#666;line-height:1;text-decoration:line-through}.card-list-goods-common__container>.card-list-goods__item>.card-list-goods__content .card-list-goods__bottom .card-list-goods__sales{margin-left:3px;font-size:12px;color:#666;line-height:1}.rich-text{width:100%;display:flex;flex-direction:column;padding:0;margin:0;word-break:break-word;overflow-wrap:break-word;overflow:hidden}p{padding:0;margin:0 0 20px!important}img{max-width:100%;height:auto;object-fit:contain}.stream-list-container .refresh-indicator{display:flex;align-items:center;justify-content:center;height:40px;font-size:14px;color:#333;pointer-events:none}.stream-list-container .loading-text,.stream-list-container .spin{display:flex;align-items:center;justify-content:center;height:40px;font-size:14px;color:#666}.user-info{position:relative;width:100%;height:240px;padding-top:10%}.user-info-bg{width:100%;object-fit:cover;position:absolute;top:0;left:0;height:240px;max-height:240px}.user-info .content{position:relative;padding:20px;z-index:2;display:flex;justify-content:space-between;align-items:center}.user-info .content .arrow{width:8px;height:10px}.user-info .content .info-box{display:flex;justify-content:flex-start;align-items:center}.user-info .content .info-box .head-img{border-radius:50%;object-fit:cover;margin-right:10px;width:70px;height:70px}.user-info .content .info-box .info{font-weight:700;display:flex;justify-content:flex-start;flex-direction:column}.user-info .content .info-box .info .user-name{color:#333;font-size:21px}.user-info .content .info-box .info .level{margin-bottom:3.5px;max-width:65px;height:18px;object-fit:contain}.user-info .content .info-box .no-login{color:#333;font-size:21px}.member-card{width:100%;border-radius:15px;display:flex;justify-content:start;align-items:center;flex-direction:column;background:#fff;padding:13px 20px}.member-card .header{width:100%;padding-bottom:2px;display:flex;justify-content:space-between}.member-card .header .left{font-weight:700;font-size:15px;color:#333;display:flex;align-items:center}.member-card .header .left .grade{width:53px;height:13px;margin-left:5px}.member-card .header .btn-tag{height:30px;border-radius:15px;font-size:12px;font-weight:700;color:#63421a;display:flex;align-items:center;justify-content:center}.member-card .footer{width:100%;display:flex;justify-content:space-between;align-items:center}.member-card .footer .progress-bar-container{width:100%;margin:2px 0}.member-card .footer .progress-bar-container .progress-bar-background{width:100%;height:15px;background-color:#fef1e6;border-radius:10px;overflow:hidden}.member-card .footer .progress-bar-container .progress-bar-foreground{height:100%;background-color:#ff5e27;border-radius:10px;transition:width .3s ease-in-out}.member-card .footer .right{font-weight:500;font-size:12px;color:#999;display:flex;justify-content:center;align-items:center}.member-card .footer .right .img{width:6px;height:7px;margin-left:5px}.shopping-cart{width:100%;background:#fafafa;display:flex;flex-direction:column;height:100vh}.shopping-cart .checkbox2{width:19px;height:19px;background:#fff;border-radius:50%;border:1px solid #cbcbcb;margin-right:10px}.shopping-cart .checkbox-img{width:19px;height:19px;background:#fff;border-radius:50%;margin-right:10px}.shopping-cart .checkbox{border-radius:100%}.shopping-cart .checkbox .ant-checkbox-inner{border-radius:100%}.shopping-cart .checkbox .ant-checkbox-checked:after{border-radius:100%;border-color:#ec5c29}.shopping-cart .checkbox .ant-checkbox-input:focus+.ant-checkbox-inner,.shopping-cart .checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,.shopping-cart .checkbox .ant-checkbox:hover .ant-checkbox-inner{border-color:#ec5c29}.shopping-cart .checkbox .ant-checkbox-checked .ant-checkbox-inner{background:#ec5c29}.shopping-cart .checkbox .ant-checkbox-input:focus+.ant-checkbox-inner,.shopping-cart .checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,.shopping-cart .checkbox .ant-checkbox:hover .ant-checkbox-inner{border-color:#d9d9d9}.shopping-cart :deep(.ant-checkbox-inner){border-radius:100%!important}.shopping-cart :deep(.van-badge__wrapper){background:#fff;border-color:#cbcbcb}.shopping-cart .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.shopping-cart .footer{background-color:#fff;text-align:center;padding:0 12.5px;position:fixed;bottom:0;height:48px;width:100%}.shopping-cart .footer .box{height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.shopping-cart .footer .box .left{height:100%;display:flex;flex-direction:row;justify-content:start;align-items:center}.shopping-cart .footer .box .left .text{font-weight:500;font-size:14px;color:#999;margin-left:5px}.shopping-cart .footer .box .left :deep(.van-badge__wrapper){width:16px;height:16px;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:12px;margin-right:6px}.shopping-cart .footer .box .footer-info{display:flex;flex-direction:row;justify-content:start;align-items:center}.shopping-cart .footer .box .footer-info .text{font-weight:500;font-size:13px;color:#999}.shopping-cart .footer .box .footer-info .text span{color:#333}.shopping-cart .footer .box .footer-info .price{font-weight:700;font-size:17px;color:#ec5c29;margin-right:10px}.shopping-cart .footer .box .footer-info .btn{width:92px;height:30px;background:linear-gradient(90deg,#f19035,#ed602b);border-radius:15px;font-weight:700;font-size:16px;color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center}.shopping-cart .footer .box2 .footer-info .btn{background:#f44341;margin-left:10px}.view{width:100%;margin-top:15px;background:#fff;border-radius:16px;padding:15px 10px;display:flex;flex-direction:row;justify-content:start;align-items:center}.view .checkbox2{width:19px;height:19px;background:#fff;border-radius:50%;border:1px solid #cbcbcb;margin-right:10px}.view .checkbox-img{width:19px;height:19px;background:#fff;border-radius:50%;margin-right:10px}.view .checkbox{border-radius:100%}.view .checkbox .ant-checkbox-inner{border-radius:100%}.view .checkbox .ant-checkbox-checked:after{border-radius:100%;border-color:#ec5c29}.view .checkbox .ant-checkbox-checked .ant-checkbox-inner,.view .checkbox .ant-checkbox-input:focus+.ant-checkbox-inner,.view .checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,.view .checkbox .ant-checkbox:hover .ant-checkbox-inner{border-color:#ec5c29}.view .checkbox .ant-checkbox-checked .ant-checkbox-inner{background:#ec5c29}.view .checkbox .ant-checkbox-input:focus+.ant-checkbox-inner,.view .checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,.view .checkbox .ant-checkbox:hover .ant-checkbox-inner{border-color:#d9d9d9}.view .left{margin-right:11px;display:flex;flex-direction:row;justify-content:start;align-items:center}.view .left .cover-box{width:75px;height:75px;min-width:75px;overflow:hidden;border-radius:6px;position:relative}.view .left .cover-box .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.34);z-index:9;font-weight:500;font-size:12px;color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:end}.view .left .cover-box .overlay span{height:30px;width:100%;background:rgba(0,0,0,.73);display:flex;flex-direction:row;justify-content:center;align-items:center}.view .left .cover-box .cover{width:75px;height:75px;overflow:hidden}.view .info{width:100%}.view .info .title{font-weight:700;font-size:15px;color:#333;display:-webkit-box;word-break:break-all;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical}.view .info .good-item-footer{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:15px}.view .info .good-item-footer .price{font-weight:700;font-size:14px;color:#ec5c29}.view .info .good-item-footer .price span{font-size:18px}.view .info .good-item-footer .price .line-through{text-decoration:line-through;color:#999;font-size:13px;margin-left:5px}.view .info .good-item-footer .actions{display:flex;flex-direction:row;justify-content:start;align-items:center}.view .info .good-item-footer .actions .add,.view .info .good-item-footer .actions .subtract{width:22px;height:22px;background:#f7f7f7;border-radius:4px;display:flex;flex-direction:row;justify-content:center;align-items:center}.view .info .good-item-footer .actions .add .icon,.view .info .good-item-footer .actions .subtract .icon{width:12px;height:12px}.view .info .good-item-footer .actions .subtract .icon{width:12px;height:3px}.view .info .good-item-footer .actions .text{font-weight:700;font-size:16px;color:#000;margin:0 13px}.address-list{display:flex;flex-direction:column}.address-list-item{display:flex;align-items:flex-start;padding:15px;margin:10px 0;background-color:#fafbfc;border-radius:8px}.address-list-item-circle{width:16px;height:16px;border:1px solid #767676;border-radius:50%;margin-right:15px;cursor:pointer}.address-list-item.selected .address-list-item-circle{position:relative;background-color:#fff;border-color:#f44}.address-list-item.selected .address-list-item-circle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8.8px;height:8.8px;border-radius:50%;background-color:#f44}.address-list-item-content{flex:1 1;display:flex;flex-direction:column}.address-list-item-header{display:flex;justify-content:space-between;margin-bottom:8px}.address-list-item-name{font-size:14px;font-weight:700;color:#222}.address-list-item-tag{background-color:#ff4c3b;color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:2px;line-height:18px!important}.address-list-item-address{margin-bottom:8px;font-size:14px;color:#222}.address-list-item-phone{font-size:14px;line-height:1.3;margin:0;color:#222}.address-list-item-actions{display:flex;grid-gap:10px;gap:10px;margin-top:12px}.address-list-item-actions button{padding:4px 10px;background-color:rgba(237,239,244,.6);color:#777;font-size:14px;cursor:pointer;border:none!important}.custom-select{width:100%;color:#222}.custom-select .select-trigger{width:100%;display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:5px 10px;border-radius:5px;background:rgba(237,239,244,.45)}.custom-select .select-trigger .prefix{margin-right:8px;color:#222;font-size:14px}.select-options{width:100%;display:flex;align-items:center;flex-wrap:wrap;grid-gap:8px;gap:8px}.select-options .select-option{width:28px;height:28px;padding:4px;text-align:center;cursor:pointer;box-sizing:border-box;border-radius:3px;background-color:rgba(237,239,244,.45);display:flex;align-items:center;justify-content:center}.select-options .select-option:hover{background-color:#f5f5f5}.select-options .select-option.selected{background-color:#ff4c3b;color:#111}.select-options.color-options .color-option{width:28px;height:28px;border-radius:50%;border:2px solid transparent;padding:0;position:relative;overflow:hidden}.select-options.color-options .color-option .color-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 4px;text-shadow:0 0 2px rgba(0,0,0,.5)}.select-options.color-options .color-option.selected{border-color:#333}.select-options.color-options .color-option.selected:after{content:"✓";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:transparent;color:hsla(0,0%,100%,.95);font-size:16px;line-height:1;text-align:center;text-shadow:0 0 2px rgba(0,0,0,.35);pointer-events:none}.select-options.color-options .color-option:hover{opacity:.8}.next-drawer{position:fixed!important;bottom:0!important;left:0!important;right:0!important}.next-drawer.next-drawer-bottom{height:auto!important;max-height:30vh!important}.next-drawer .select-btn{width:100%;height:42px;background-color:#ff4c3b;color:#fff;font-weight:400;font-size:16px;padding:8px 18px;margin-top:5px;border-radius:4px}.select-normal{display:flex;align-items:center;grid-gap:8px;gap:8px}.select-normal .prefix{color:#666;font-size:14px}.select-normal .select-options{flex:1 1}.select-normal .next-number-picker{width:100%}.text-description-detail-list{width:100%;display:flex;flex-direction:column;grid-gap:16px;gap:16px}.text-description-detail-list .no-data{color:#999;text-align:center;padding:16px 0}.text-description-detail-list-item.position-left{display:flex;justify-content:space-between;align-items:center}.text-description-detail-list-item.position-left .item-label{color:#777;font-size:14px;margin-right:8px}.text-description-detail-list-item.position-left .item-value{color:#222;font-size:14px}.text-description-detail-list-item.position-top{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.text-description-detail-list-item.position-top .item-label{color:#222;font-size:14px;font-weight:700}.text-description-detail-list-item.position-top .item-value{font-size:14px;color:#777}.text-description-detail-list-item.position-none{display:flex}.text-description-detail-list-item.position-none .item-value{font-size:14px;color:#222}.drawer{width:100%;display:flex}.drawer-actions{width:100%;display:flex;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px;padding:16px}.drawer-actions .drawer-action{flex:1 1;text-align:center}.switch{width:100%;display:flex}.profile{width:100%;display:flex;align-items:center}.profile__image{width:82px;height:82px;border-radius:100%;object-fit:cover;margin-right:20px}.profile__info{display:flex;flex-direction:column;align-items:flex-start;grid-gap:8px;gap:8px}.profile__info__name{font-size:16px;font-weight:700;color:#222}.profile__info__phone{font-size:12px;color:#222}.profile__info__button{background-color:#ff4c3b;color:#fff;font-size:14px;font-weight:700;padding:2px 10px;border-radius:3px}.bread-crumb{display:flex;align-items:center}.collapse{width:100%;display:flex}.collapse-content-list{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.collapse-content-list .collapse-content-item{padding:8px 12px;background-color:#f5f5f5;border-radius:4px;color:#333;font-size:14px}.search-history-list{width:100%;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.search-history-list .search-history-item{display:flex;align-items:center;justify-content:space-between}.search-history-list .search-history-item .search-history-item-left{display:flex;align-items:center}.search-history-list .search-history-item .search-history-item-left .search-history-icon{width:14px;height:14px;margin-right:4px}.search-history-list .search-history-item .search-history-item-left .search-history-content{font-size:14px;font-weight:400;color:#777}.search-history-list .search-history-item .search-history-delete{width:14px;height:14px}.reviewList{display:flex;flex-direction:column}.reviewList .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.reviewList .header-title{font-size:14px;line-height:1.3;margin:0;color:#222;font-weight:700}.reviewList .header-right{font-size:14px;line-height:1.3;color:#ff4c3b;font-weight:400}.reviewList .list{display:flex;flex-direction:column}.reviewList .list .review-item{display:flex;flex-direction:column;align-items:flex-start;padding:10px 0;border-bottom:1px solid #f0f0f0}.reviewList .list .review-item .userInfo{display:flex;grid-gap:12px;gap:12px;margin-bottom:10px}.reviewList .list .review-item .userInfo .userDetail{display:flex;flex-direction:column}.reviewList .list .review-item .userInfo .userDetail .topLine{display:flex;grid-gap:10px;gap:10px;font-size:14px;line-height:1.3;margin:0;color:#222}.reviewList .list .review-item .userInfo .userDetail .topLine .userDetail-username{font-size:14px;line-height:1.3;margin:0;color:#222}.reviewList .list .review-item .content{margin:12px 0;color:#777;font-size:14px;line-height:1.3}.reviewList .list .review-item .actions{width:100%;display:flex;justify-content:flex-end;grid-gap:10px;gap:10px}.reviewList .list .review-item .actions .action{display:flex;align-items:center;grid-gap:5px;gap:5px;cursor:pointer}.reviewList .list .review-item .actions .action-img{width:18px;height:18px}.rating{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.accordion-selector{display:block;background-color:#fff}.collapse-selector{width:100%}.collapse-selector .collapse-selector-item{margin-bottom:8px;border-radius:4px;overflow:hidden;background-color:#f5f5f5;border:1px solid #e8e8e8;box-shadow:0 2px 6px rgba(0,0,0,.05)}.collapse-selector .collapse-selector-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;background-color:#f9f9f9;transition:background-color .3s}.collapse-selector .collapse-selector-header:hover{background-color:#f0f0f0}.collapse-selector .collapse-selector-title{display:flex;align-items:center}.collapse-selector .collapse-selector-title .collapse-selector-icon{margin-right:8px;font-size:18px;color:#1890ff}.collapse-selector .collapse-selector-title span{font-size:14px;font-weight:500;color:#333}.collapse-selector .collapse-selector-indicator{width:20px;height:20px;border-radius:50%;border:1px solid #ddd;position:relative;transition:all .3s}.collapse-selector .collapse-selector-indicator:after,.collapse-selector .collapse-selector-indicator:before{content:"";position:absolute;background-color:#999;transition:all .3s}.collapse-selector .collapse-selector-indicator:before{width:10px;height:2px;top:8px;left:4px}.collapse-selector .collapse-selector-indicator:after{width:2px;height:10px;top:4px;left:8px}.collapse-selector .collapse-selector-indicator.active{background-color:#1890ff;border-color:#1890ff}.collapse-selector .collapse-selector-indicator.active:after,.collapse-selector .collapse-selector-indicator.active:before{background-color:#fff}.collapse-selector .collapse-selector-indicator.active:after{height:0}.collapse-selector .collapse-selector-content{padding:0;overflow:hidden;background-color:#fff;border-top:1px solid #e8e8e8}.collapse-selector .collapse-selector-content-inner{padding:16px;min-height:80px}.custom-form{background-color:#fafafa}.custom-form__grid{width:100%}.custom-form__empty{color:#999;padding:12px 0;text-align:center}.custom-form__actions{display:flex;justify-content:center;grid-gap:12px;gap:12px;padding:12px 0 0}.custom-form__reset,.custom-form__submit{min-width:120px}.__dumi-default-previewer{background-color:#fff;border:1px solid #ebedf1;border-radius:1px}[data-prefers-color=dark] .__dumi-default-previewer{background-color:#141414;border-color:#6b6c6d}.__dumi-default-previewer[data-debug]{margin-top:32px;border-color:#ffcb00}.__dumi-default-previewer[data-debug]:before{content:"DEV ONLY";float:left;margin-left:-1px;margin-top:-18px;padding:3px 6px;font-size:12px;line-height:1;background-color:#ffcb00;color:#735600;text-shadow:.5px .5px 0 hsla(0,0%,100%,.5);border-top-left-radius:1px;border-top-right-radius:1px}.__dumi-default-previewer[data-iframe] .__dumi-default-previewer-browser-nav{padding:2px 6px;background-color:#ebedf1}.__dumi-default-previewer[data-iframe] .__dumi-default-previewer-browser-nav:before{content:"";display:inline-block;width:12px;height:12px;border-radius:50%;background-color:#fd6458;box-shadow:20px 0 0 #ffbf2b,40px 0 0 #24cc3d}.__dumi-default-previewer[data-iframe] .__dumi-default-previewer-demo>iframe{border:0;width:100%;height:300px}.__dumi-default-previewer+.__dumi-default-previewer{margin-top:32px}.__dumi-default-previewer-demo{padding:40px 24px}.__dumi-default-previewer-target{border-color:rgba(69,105,212,.5);box-shadow:0 0 0 5px rgba(69,105,212,.05)}[data-prefers-color=dark] .__dumi-default-previewer-target{box-shadow:0 0 0 5px rgba(69,105,212,.3)}.__dumi-default-previewer-desc>div:last-child{padding:1.2em 1em 1em;color:#454d64;border-top:1px solid #ebedf1}[data-prefers-color=dark] .__dumi-default-previewer-desc>div:last-child{border-color:#6b6c6d}.__dumi-default-previewer-desc .markdown>p:first-child{margin-top:0}.__dumi-default-previewer-desc .markdown>p:last-child{margin-bottom:0}.__dumi-default-previewer-desc[data-title]{position:relative}.__dumi-default-previewer-desc[data-title]>a:first-child{position:absolute;top:0;left:1em;margin-left:-4px;padding:0 4px;color:#454d64;font-size:inherit;font-weight:500;background:linear-gradient(0deg,#fff,#fff 50%,hsla(0,0%,100%,0)) 100%;transform:translateY(-50%);pointer-events:auto;cursor:pointer}[data-prefers-color=dark] .__dumi-default-previewer-desc[data-title]>a:first-child{color:hsla(0,0%,100%,.85);background:linear-gradient(0deg,#141414,#141414 50%,hsla(0,0%,100%,0)) 100%}.__dumi-default-previewer-desc[data-title]:empty{padding-top:0}.__dumi-default-previewer-desc[data-title]:empty+.__dumi-default-previewer-actions{height:46px;border-top-style:solid}.__dumi-default-previewer-actions{display:flex;height:40px;padding:0 1em;align-items:center;border-top:1px dashed #ebedf1}[data-prefers-color=dark] .__dumi-default-previewer-actions{border-color:#6b6c6d}.__dumi-default-previewer-actions>a:not(:last-child),.__dumi-default-previewer-actions>button:not(:last-child){margin-right:8px}.__dumi-default-previewer-actions>a{display:flex}.__dumi-default-previewer-actions button{position:relative;display:inline-block;width:16px;height:16px;padding:0;border:0;box-sizing:border-box;cursor:pointer;opacity:.6;outline:none;transition:opacity .2s,background .2s}[data-prefers-color=dark] .__dumi-default-previewer-actions button{opacity:1}.__dumi-default-previewer-actions button:after{content:"";position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px}.__dumi-default-previewer-actions button:hover{opacity:.8}.__dumi-default-previewer-actions button:active{opacity:.9}.__dumi-default-previewer-actions button:disabled{opacity:.2;cursor:not-allowed}.__dumi-default-previewer-actions button[role=codesandbox]{background-position:-18px 0}.__dumi-default-previewer-actions button[role=codepen]{background-position:-36px 0}.__dumi-default-previewer-actions button[role=source]{background-position:-72px 0}.__dumi-default-previewer-actions button[role=change-jsx]{background-position:-90px 0}.__dumi-default-previewer-actions button[role=change-tsx]{background-position:-108px 0}.__dumi-default-previewer-actions button[role=open-demo]{background-position:-126px 0}.__dumi-default-previewer-actions button[role=motions]{background-position:-162px 0}.__dumi-default-previewer-actions button[role=sketch-component]{background-position:-182px 0}.__dumi-default-previewer-actions button[role=sketch-group]{background-position:-200px 0}.__dumi-default-previewer-actions button[role=copy][data-status=ready]{background-position:-54px 0}.__dumi-default-previewer-actions button[role=copy][data-status=copied]{pointer-events:none;background-position:-54px -16px}.__dumi-default-previewer-actions button[role=refresh]{background-position-x:-144px}.__dumi-default-previewer-actions>span{flex:1 1;display:inline-block}.__dumi-default-previewer-source{border-top:1px dashed #ebedf1}[data-prefers-color=dark] .__dumi-default-previewer-source{border-color:#6b6c6d}.__dumi-default-previewer-source-tab{border-top:1px dashed #ebedf1}[data-prefers-color=dark] .__dumi-default-previewer-source-tab{border-color:#6b6c6d}.__dumi-default-previewer-source-tab .__dumi-default-tabs-tab-btn{position:relative;padding-left:32px}.__dumi-default-previewer-source-tab .__dumi-default-tabs-tab-btn:after,.__dumi-default-previewer-source-tab .__dumi-default-tabs-tab-btn:before{content:"";position:absolute;margin-right:4px;display:inline-block;box-sizing:border-box}.__dumi-default-previewer-source-tab .__dumi-default-tabs-tab-btn:before{left:16px;top:50%;margin-top:-6px;width:10px;height:12px;border:1px solid #717484}.__dumi-default-previewer-source-tab .__dumi-default-tabs-tab-btn:after{top:50%;left:23px;margin-top:-7px;width:4px;height:4px;background:#fff;border-bottom:1px solid #717484;transform:rotate(45deg)}[data-prefers-color=dark] .__dumi-default-previewer-source-tab .__dumi-default-tabs-tab-btn:after{background:#141414}.__dumi-default-tabs{overflow:hidden}.__dumi-default-tabs.__dumi-default-tabs-top{flex-direction:column}.__dumi-default-tabs.__dumi-default-tabs-top .__dumi-default-tabs-ink-bar{bottom:0}.__dumi-default-tabs-nav{display:flex}.__dumi-default-tabs-nav-wrap{display:flex;white-space:nowrap;overflow:hidden}.__dumi-default-tabs-nav-wrap.__dumi-default-tabs-nav-wrap-ping-left{box-shadow:inset 5px 0 5px -5px rgba(0,0,0,.1)}.__dumi-default-tabs-nav-wrap.__dumi-default-tabs-nav-wrap-ping-right~*>.__dumi-default-tabs-nav-more{box-shadow:0 0 5px rgba(0,0,0,.1)}.__dumi-default-tabs-nav-list{position:relative;display:flex;transition:transform .2s}.__dumi-default-tabs-nav-more{height:100%;cursor:pointer;background:none;border:0;transition:box-shadow .2s}.__dumi-default-tabs-tab{display:flex}.__dumi-default-tabs-tab-btn{padding:0 16px;font-size:14px;line-height:36px;border:0;outline:none;background:transparent;box-sizing:border-box;cursor:pointer}.__dumi-default-tabs-tab-btn:hover{color:#4569d4}.__dumi-default-tabs-ink-bar{position:absolute;height:2px;background:#4569d4;transition:left .2s,width .2s;pointer-events:none}[data-prefers-color=dark] .__dumi-default-tabs-ink-bar{background:#7395f7}.__dumi-default-tabs-dropdown{position:absolute;background:#fff;border:1px solid #ebedf1;max-height:200px;overflow:auto}.__dumi-default-tabs-dropdown>ul{list-style:none;margin:0;padding:0}.__dumi-default-tabs-dropdown>ul>li{padding:4px 12px;font-size:14px;cursor:pointer}.__dumi-default-tabs-dropdown>ul>li:hover{color:#4569d4}.__dumi-default-tabs-dropdown>ul>li:not(:last-child){border-bottom:1px dashed #ebedf1}.__dumi-default-tabs-dropdown-hidden{display:none}.__dumi-default-alert{position:relative;margin:24px 0;padding:10px 20px;color:#454d64;font-size:14px;line-height:20px;border-left:0;background:#fff;box-shadow:0 6px 16px -2px rgba(0,0,0,.06);border-radius:1px}[data-prefers-color=dark] .__dumi-default-alert{color:hsla(0,0%,100%,.85);background:#141414;box-shadow:0 1px 2px -2px rgba(0,0,0,.64),0 3px 6px 0 rgba(0,0,0,.48),0 5px 12px 4px rgba(0,0,0,.36)}.__dumi-default-alert:after{content:"";position:absolute;display:inline-block;top:0;left:0;bottom:0;width:3px;border-radius:1px}.__dumi-default-alert:first-child{margin-top:0}.__dumi-default-alert:not([type]):after,.__dumi-default-alert[type=warning]:after{background:#ffc121}.__dumi-default-alert[type=info]:after{background:#69b9ff}.__dumi-default-alert[type=success]:after{background:#8cd225}.__dumi-default-alert[type=error]:after{background:#ff4646}code[class*=language-],pre[class*=language-]{color:#000;background:none;text-shadow:0 1px #fff;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-]::selection,code[class*=language-] ::selection,pre[class*=language-]::selection,pre[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.__dumi-default-code-block{position:relative;font-size:14px;background-color:#f9fafb}[data-prefers-color=dark] .__dumi-default-code-block{color:hsla(0,0%,100%,.85);background:#262626}.__dumi-default-code-block+.__dumi-default-code-block,.__dumi-default-code-block+table{margin-top:16px}.__dumi-default-code-block>pre[class*=language-]{margin:0;background:transparent}.__dumi-default-code-block>pre[class*=language-] .token-line:not(:last-child) .plain:empty{display:inline-block;min-height:1em}.__dumi-default-code-block-copy-btn{position:absolute;top:1.1em;right:1em;display:inline-block;width:16px;height:16px;padding:0;border:0;outline:none;cursor:pointer;opacity:.6;transition:opacity .2s,background .2s}.__dumi-default-code-block-copy-btn:hover{opacity:.8}.__dumi-default-code-block-copy-btn:active{opacity:.9}.__dumi-default-code-block-copy-btn[data-status=ready]{background-position:-54px 0}.__dumi-default-code-block-copy-btn[data-status=copied]{opacity:1;pointer-events:none;background-position:-54px -16px}.__dumi-default-code-block:not(:hover) .__dumi-default-code-block-copy-btn{visibility:hidden;opacity:0}code[class*=language-]::selection,code[class*=language-] ::selection,pre[class*=language-]::selection,pre[class*=language-] ::selection{color:inherit}[data-prefers-color=dark] code[class*=language-],[data-prefers-color=dark] pre[class*=language-]{color:hsla(0,0%,100%,.85);text-shadow:0 1px #000}[data-prefers-color=dark] code[class*=language-]::selection,[data-prefers-color=dark] code[class*=language-] ::selection,[data-prefers-color=dark] pre[class*=language-]::selection,[data-prefers-color=dark] pre[class*=language-] ::selection{background-color:#364a63}[data-prefers-color=dark] .language-css .token.string,[data-prefers-color=dark] .style .token.string,[data-prefers-color=dark] .token.entity,[data-prefers-color=dark] .token.operator,[data-prefers-color=dark] .token.url{background:transparent}[data-prefers-color=dark] .token.constant,[data-prefers-color=dark] .token.deleted,[data-prefers-color=dark] .token.property,[data-prefers-color=dark] .token.symbol,[data-prefers-color=dark] .token.tag{color:#f92672}[data-prefers-color=dark] .token.attr-name,[data-prefers-color=dark] .token.builtin,[data-prefers-color=dark] .token.char,[data-prefers-color=dark] .token.inserted,[data-prefers-color=dark] .token.selector,[data-prefers-color=dark] .token.string{color:#a6e22e}[data-prefers-color=dark] .token.atrule,[data-prefers-color=dark] .token.attr-value,[data-prefers-color=dark] .token.keyword{color:#e6db74}[data-prefers-color=dark] .token.punctuation{color:hsla(0,0%,100%,.85)}[data-prefers-color=dark] .token.keyword{color:#66d9ef}[data-prefers-color=dark] .token.boolean,[data-prefers-color=dark] .token.number{color:#ae81ff}.bizpack-colorful-button{border:2px dashed #00f}.teletext-list__panel{display:flex;flex-direction:column;grid-gap:10px;gap:10px;width:100%;margin:0}.teletext-list__panel .teletext-list__panel__item-list{display:grid;width:100%;grid-gap:10px;gap:10px}.teletext-list__panel-head{display:flex;justify-content:space-between;width:100%}.teletext-list__panel-head-more{flex-shrink:0;cursor:pointer}.teletext-list__panel-head-more-text{font-weight:500;font-size:14px;color:#666;margin-right:2px}.teletext-list__panel-head-more-img{width:5px;height:10px}.teletext-list__panel-head-user-menu{display:flex;align-items:center;grid-gap:10px;gap:10px}.teletext-list__panel-head-user-menu-img{width:45px;height:45px;border-radius:50%}.teletext-list__panel-head-user-menu-text{font-size:14px;color:#222}.dc-grid-nav{width:100%;display:grid;margin:0;grid-row-gap:14px}.dc-grid-nav-item-title{color:#222}.dc-grid-nav-item-right{position:absolute;top:-10px;right:2px;z-index:9}.dc-grid-nav-item-right-title{font-size:8px;color:#fff;position:absolute;left:8px;top:2px;z-index:10}.dc-grid-nav-item-right-img{width:32px;height:19.5px}.grid-item{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:#333;position:relative}.grid-item img{object-fit:cover;margin-bottom:3px}.grid-item:hover{color:#007bff}.search-bar-form{height:35px;flex:1 1;box-shadow:0 1px 6px 0 rgba(66,36,8,.08);border-radius:17px}.search-bar{display:flex;align-items:center;height:100%;padding-right:16px}.search-bar-input{outline:none;border:none;height:100%;flex:1 1}.search-bar-icon{margin-left:15px;margin-right:5px;display:flex;align-items:center}.search-bar-icon-img{width:15px;height:15px}.search-bar-delete-img{width:15px;height:15px}.search-bar-enter{font-size:14px;color:#f77c32;margin-left:6px}.search-bar .search-bar-right-icon{margin-left:8px;width:16px;height:16px}.notice-bar__panel{width:100%;display:flex;align-items:center;justify-content:space-between;height:70px;box-shadow:0 2px 6px 0 rgba(0,0,0,.07);margin:0;padding:10px;border-radius:12px;box-sizing:border-box}.notice-bar__panel .notice-bar__panel__item-img{width:46px;margin-right:7px}.notice-bar__panel .notice-bar__panel__item-more{width:60px;height:100%;cursor:pointer}.notice-bar__panel .notice-bar__panel__item-more-more{flex-shrink:0;cursor:pointer;display:flex;justify-content:end;align-items:center}.notice-bar__panel .notice-bar__panel__item-more-more-text{font-weight:500;font-size:11px;color:#666;margin-right:2px}.notice-bar__panel .notice-bar__panel__item-more-more-img{width:5px;height:10px}.notice-bar__panel .notice-bar__panel__item-list{width:calc(100% - 113px);display:flex;flex-direction:column;align-items:start;justify-content:start;border-left:1px solid #f1f1f1;padding-left:10px;position:relative;overflow:hidden}.notice-bar__panel .notice-bar__panel__item-list .notice-bar__panel__item-loop{width:100%;position:relative;overflow:hidden;height:20px}.notice-bar__panel .notice-bar__panel__item-list .notice-bar__panel__item-loop>div{position:absolute;width:100%;height:20px;animation:scrollUp 4s linear infinite}@keyframes scrollUp{0%{transform:translateY(100%)}to{transform:translateY(-200%)}}.anim{transition:all .5s;margin-top:-24px}
|
|
2
2
|
/*!
|
|
3
3
|
* @alifd/theme-2@0.4.4 (https://fusion.design)
|
|
4
4
|
* @alifd/next@1.25.7 (https://fusion.design)
|