systemrobotassistant 3.0.8
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.
Potentially problematic release.
This version of systemrobotassistant might be problematic. Click here for more details.
- package/.eslintignore +6 -0
- package/.eslintrc +45 -0
- package/.gitlab-ci.yml +52 -0
- package/.lecprc.ts +76 -0
- package/.yarnrc +1 -0
- package/CHANGELOG.md +114 -0
- package/README.md +14 -0
- package/custom-amd-plugin.ts +46 -0
- package/es/component/answer-itme/index.d.ts +20 -0
- package/es/component/answer-itme/index.d.ts.map +1 -0
- package/es/component/answer-itme/index.js +41 -0
- package/es/component/answer-itme/style.css +35 -0
- package/es/component/data-container/index.d.ts +19 -0
- package/es/component/data-container/index.d.ts.map +1 -0
- package/es/component/data-container/index.js +37 -0
- package/es/component/data-container/style.css +26 -0
- package/es/component/days-tab/index.d.ts +6 -0
- package/es/component/days-tab/index.d.ts.map +1 -0
- package/es/component/days-tab/index.js +119 -0
- package/es/component/days-tab/style.css +43 -0
- package/es/component/days-tab/utils.d.ts +32 -0
- package/es/component/days-tab/utils.d.ts.map +1 -0
- package/es/component/days-tab/utils.js +98 -0
- package/es/component/error-boundary/index.d.ts +2 -0
- package/es/component/error-boundary/index.d.ts.map +1 -0
- package/es/component/error-boundary/index.js +33 -0
- package/es/component/it-notice-modal/columns.d.ts +11 -0
- package/es/component/it-notice-modal/columns.d.ts.map +1 -0
- package/es/component/it-notice-modal/columns.js +108 -0
- package/es/component/it-notice-modal/double-tab.d.ts +6 -0
- package/es/component/it-notice-modal/double-tab.d.ts.map +1 -0
- package/es/component/it-notice-modal/double-tab.js +94 -0
- package/es/component/it-notice-modal/index.d.ts +6 -0
- package/es/component/it-notice-modal/index.d.ts.map +1 -0
- package/es/component/it-notice-modal/index.js +488 -0
- package/es/component/it-notice-modal/server.d.ts +8 -0
- package/es/component/it-notice-modal/server.d.ts.map +1 -0
- package/es/component/it-notice-modal/server.js +43 -0
- package/es/component/it-notice-modal/single-tab.d.ts +6 -0
- package/es/component/it-notice-modal/single-tab.d.ts.map +1 -0
- package/es/component/it-notice-modal/single-tab.js +82 -0
- package/es/component/it-notice-modal/style.css +301 -0
- package/es/component/it-notice-modal/utils.d.ts +2 -0
- package/es/component/it-notice-modal/utils.d.ts.map +1 -0
- package/es/component/it-notice-modal/utils.js +8 -0
- package/es/component/it-notice-tab/index.d.ts +6 -0
- package/es/component/it-notice-tab/index.d.ts.map +1 -0
- package/es/component/it-notice-tab/index.js +206 -0
- package/es/component/it-notice-tab/server.d.ts +3 -0
- package/es/component/it-notice-tab/server.d.ts.map +1 -0
- package/es/component/it-notice-tab/server.js +13 -0
- package/es/component/it-notice-tab/style.css +103 -0
- package/es/component/mail-list-modal/index.d.ts +2 -0
- package/es/component/mail-list-modal/index.d.ts.map +1 -0
- package/es/component/mail-list-modal/index.js +306 -0
- package/es/component/mail-list-modal/server.d.ts +7 -0
- package/es/component/mail-list-modal/server.d.ts.map +1 -0
- package/es/component/mail-list-modal/server.js +38 -0
- package/es/component/mail-list-modal/style.css +132 -0
- package/es/component/myself-chat-card/index.d.ts +15 -0
- package/es/component/myself-chat-card/index.d.ts.map +1 -0
- package/es/component/myself-chat-card/index.js +25 -0
- package/es/component/myself-chat-card/style.css +22 -0
- package/es/component/need-answer/index.d.ts +15 -0
- package/es/component/need-answer/index.d.ts.map +1 -0
- package/es/component/need-answer/index.js +60 -0
- package/es/component/need-answer/style.css +19 -0
- package/es/component/opppsition-chat-card/index.d.ts +11 -0
- package/es/component/opppsition-chat-card/index.d.ts.map +1 -0
- package/es/component/opppsition-chat-card/index.js +25 -0
- package/es/component/opppsition-chat-card/style.css +23 -0
- package/es/component/question-library/index.d.ts +10 -0
- package/es/component/question-library/index.d.ts.map +1 -0
- package/es/component/question-library/index.js +291 -0
- package/es/component/question-library/server.d.ts +4 -0
- package/es/component/question-library/server.d.ts.map +1 -0
- package/es/component/question-library/server.js +19 -0
- package/es/component/question-library/style.css +75 -0
- package/es/component/question-tag/index.d.ts +11 -0
- package/es/component/question-tag/index.d.ts.map +1 -0
- package/es/component/question-tag/index.js +23 -0
- package/es/component/question-tag/style.css +12 -0
- package/es/component/recommend-questions-card/index.d.ts +10 -0
- package/es/component/recommend-questions-card/index.d.ts.map +1 -0
- package/es/component/recommend-questions-card/index.js +104 -0
- package/es/component/recommend-questions-card/style.css +54 -0
- package/es/component/scroll-view/index.d.ts +3 -0
- package/es/component/scroll-view/index.d.ts.map +1 -0
- package/es/component/scroll-view/index.js +2 -0
- package/es/component/scroll-view/scroll-view.d.ts +18 -0
- package/es/component/scroll-view/scroll-view.d.ts.map +1 -0
- package/es/component/scroll-view/scroll-view.js +66 -0
- package/es/component/scroll-view/style.css +34 -0
- package/es/component/tab/index.d.ts +2 -0
- package/es/component/tab/index.d.ts.map +1 -0
- package/es/component/tab/index.js +18 -0
- package/es/component/tab/style.css +26 -0
- package/es/component/tips-answer/index.d.ts +15 -0
- package/es/component/tips-answer/index.d.ts.map +1 -0
- package/es/component/tips-answer/index.js +28 -0
- package/es/component/tips-answer/style.css +10 -0
- package/es/images/expire-robot.svg +16 -0
- package/es/images/pc-invalid.svg +11 -0
- package/es/images/screenshot-5.png +0 -0
- package/es/index.d.ts +92 -0
- package/es/index.d.ts.map +1 -0
- package/es/index.js +506 -0
- package/es/js/const.d.ts +41 -0
- package/es/js/const.d.ts.map +1 -0
- package/es/js/const.js +46 -0
- package/es/js/gen-render-promise.d.ts +9 -0
- package/es/js/gen-render-promise.d.ts.map +1 -0
- package/es/js/gen-render-promise.js +30 -0
- package/es/js/get-time.d.ts +15 -0
- package/es/js/get-time.d.ts.map +1 -0
- package/es/js/get-time.js +35 -0
- package/es/js/hfc-space.d.ts +16 -0
- package/es/js/hfc-space.d.ts.map +1 -0
- package/es/js/hfc-space.js +71 -0
- package/es/js/render-special.d.ts +16 -0
- package/es/js/render-special.d.ts.map +1 -0
- package/es/js/render-special.js +53 -0
- package/es/js/request/fetch.d.ts +10 -0
- package/es/js/request/fetch.d.ts.map +1 -0
- package/es/js/request/fetch.js +81 -0
- package/es/js/request/request.d.ts +3 -0
- package/es/js/request/request.d.ts.map +1 -0
- package/es/js/request/request.js +63 -0
- package/es/js/showMessage.d.ts +15 -0
- package/es/js/showMessage.d.ts.map +1 -0
- package/es/js/showMessage.js +75 -0
- package/es/js/state-immer.d.ts +3 -0
- package/es/js/state-immer.d.ts.map +1 -0
- package/es/js/state-immer.js +19 -0
- package/es/js/timer-executor.d.ts +3 -0
- package/es/js/timer-executor.d.ts.map +1 -0
- package/es/js/timer-executor.js +83 -0
- package/es/js/to-hfc.d.ts +2 -0
- package/es/js/to-hfc.d.ts.map +1 -0
- package/es/js/to-hfc.js +8 -0
- package/es/js/utils.d.ts +3 -0
- package/es/js/utils.d.ts.map +1 -0
- package/es/js/utils.js +11 -0
- package/es/jsx/chat-modal.d.ts +16 -0
- package/es/jsx/chat-modal.d.ts.map +1 -0
- package/es/jsx/chat-modal.js +268 -0
- package/es/server.d.ts +8 -0
- package/es/server.d.ts.map +1 -0
- package/es/server.js +44 -0
- package/es/style.css +174 -0
- package/lib/component/answer-itme/index.d.ts +20 -0
- package/lib/component/answer-itme/index.d.ts.map +1 -0
- package/lib/component/answer-itme/index.js +51 -0
- package/lib/component/answer-itme/style.css +35 -0
- package/lib/component/data-container/index.d.ts +19 -0
- package/lib/component/data-container/index.d.ts.map +1 -0
- package/lib/component/data-container/index.js +45 -0
- package/lib/component/data-container/style.css +26 -0
- package/lib/component/days-tab/index.d.ts +6 -0
- package/lib/component/days-tab/index.d.ts.map +1 -0
- package/lib/component/days-tab/index.js +129 -0
- package/lib/component/days-tab/style.css +43 -0
- package/lib/component/days-tab/utils.d.ts +32 -0
- package/lib/component/days-tab/utils.d.ts.map +1 -0
- package/lib/component/days-tab/utils.js +110 -0
- package/lib/component/error-boundary/index.d.ts +2 -0
- package/lib/component/error-boundary/index.d.ts.map +1 -0
- package/lib/component/error-boundary/index.js +40 -0
- package/lib/component/it-notice-modal/columns.d.ts +11 -0
- package/lib/component/it-notice-modal/columns.d.ts.map +1 -0
- package/lib/component/it-notice-modal/columns.js +116 -0
- package/lib/component/it-notice-modal/double-tab.d.ts +6 -0
- package/lib/component/it-notice-modal/double-tab.d.ts.map +1 -0
- package/lib/component/it-notice-modal/double-tab.js +104 -0
- package/lib/component/it-notice-modal/index.d.ts +6 -0
- package/lib/component/it-notice-modal/index.d.ts.map +1 -0
- package/lib/component/it-notice-modal/index.js +499 -0
- package/lib/component/it-notice-modal/server.d.ts +8 -0
- package/lib/component/it-notice-modal/server.d.ts.map +1 -0
- package/lib/component/it-notice-modal/server.js +55 -0
- package/lib/component/it-notice-modal/single-tab.d.ts +6 -0
- package/lib/component/it-notice-modal/single-tab.d.ts.map +1 -0
- package/lib/component/it-notice-modal/single-tab.js +92 -0
- package/lib/component/it-notice-modal/style.css +301 -0
- package/lib/component/it-notice-modal/utils.d.ts +2 -0
- package/lib/component/it-notice-modal/utils.d.ts.map +1 -0
- package/lib/component/it-notice-modal/utils.js +15 -0
- package/lib/component/it-notice-tab/index.d.ts +6 -0
- package/lib/component/it-notice-tab/index.d.ts.map +1 -0
- package/lib/component/it-notice-tab/index.js +216 -0
- package/lib/component/it-notice-tab/server.d.ts +3 -0
- package/lib/component/it-notice-tab/server.d.ts.map +1 -0
- package/lib/component/it-notice-tab/server.js +20 -0
- package/lib/component/it-notice-tab/style.css +103 -0
- package/lib/component/mail-list-modal/index.d.ts +2 -0
- package/lib/component/mail-list-modal/index.d.ts.map +1 -0
- package/lib/component/mail-list-modal/index.js +316 -0
- package/lib/component/mail-list-modal/server.d.ts +7 -0
- package/lib/component/mail-list-modal/server.d.ts.map +1 -0
- package/lib/component/mail-list-modal/server.js +50 -0
- package/lib/component/mail-list-modal/style.css +132 -0
- package/lib/component/myself-chat-card/index.d.ts +15 -0
- package/lib/component/myself-chat-card/index.d.ts.map +1 -0
- package/lib/component/myself-chat-card/index.js +35 -0
- package/lib/component/myself-chat-card/style.css +22 -0
- package/lib/component/need-answer/index.d.ts +15 -0
- package/lib/component/need-answer/index.d.ts.map +1 -0
- package/lib/component/need-answer/index.js +70 -0
- package/lib/component/need-answer/style.css +19 -0
- package/lib/component/opppsition-chat-card/index.d.ts +11 -0
- package/lib/component/opppsition-chat-card/index.d.ts.map +1 -0
- package/lib/component/opppsition-chat-card/index.js +35 -0
- package/lib/component/opppsition-chat-card/style.css +23 -0
- package/lib/component/question-library/index.d.ts +10 -0
- package/lib/component/question-library/index.d.ts.map +1 -0
- package/lib/component/question-library/index.js +301 -0
- package/lib/component/question-library/server.d.ts +4 -0
- package/lib/component/question-library/server.d.ts.map +1 -0
- package/lib/component/question-library/server.js +27 -0
- package/lib/component/question-library/style.css +75 -0
- package/lib/component/question-tag/index.d.ts +11 -0
- package/lib/component/question-tag/index.d.ts.map +1 -0
- package/lib/component/question-tag/index.js +33 -0
- package/lib/component/question-tag/style.css +12 -0
- package/lib/component/recommend-questions-card/index.d.ts +10 -0
- package/lib/component/recommend-questions-card/index.d.ts.map +1 -0
- package/lib/component/recommend-questions-card/index.js +114 -0
- package/lib/component/recommend-questions-card/style.css +54 -0
- package/lib/component/scroll-view/index.d.ts +3 -0
- package/lib/component/scroll-view/index.d.ts.map +1 -0
- package/lib/component/scroll-view/index.js +10 -0
- package/lib/component/scroll-view/scroll-view.d.ts +18 -0
- package/lib/component/scroll-view/scroll-view.d.ts.map +1 -0
- package/lib/component/scroll-view/scroll-view.js +76 -0
- package/lib/component/scroll-view/style.css +34 -0
- package/lib/component/tab/index.d.ts +2 -0
- package/lib/component/tab/index.d.ts.map +1 -0
- package/lib/component/tab/index.js +28 -0
- package/lib/component/tab/style.css +26 -0
- package/lib/component/tips-answer/index.d.ts +15 -0
- package/lib/component/tips-answer/index.d.ts.map +1 -0
- package/lib/component/tips-answer/index.js +38 -0
- package/lib/component/tips-answer/style.css +10 -0
- package/lib/images/expire-robot.svg +16 -0
- package/lib/images/pc-invalid.svg +11 -0
- package/lib/images/screenshot-5.png +0 -0
- package/lib/index.d.ts +92 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +516 -0
- package/lib/js/const.d.ts +41 -0
- package/lib/js/const.d.ts.map +1 -0
- package/lib/js/const.js +55 -0
- package/lib/js/gen-render-promise.d.ts +9 -0
- package/lib/js/gen-render-promise.d.ts.map +1 -0
- package/lib/js/gen-render-promise.js +37 -0
- package/lib/js/get-time.d.ts +15 -0
- package/lib/js/get-time.d.ts.map +1 -0
- package/lib/js/get-time.js +43 -0
- package/lib/js/hfc-space.d.ts +16 -0
- package/lib/js/hfc-space.d.ts.map +1 -0
- package/lib/js/hfc-space.js +91 -0
- package/lib/js/render-special.d.ts +16 -0
- package/lib/js/render-special.d.ts.map +1 -0
- package/lib/js/render-special.js +61 -0
- package/lib/js/request/fetch.d.ts +10 -0
- package/lib/js/request/fetch.d.ts.map +1 -0
- package/lib/js/request/fetch.js +88 -0
- package/lib/js/request/request.d.ts +3 -0
- package/lib/js/request/request.d.ts.map +1 -0
- package/lib/js/request/request.js +71 -0
- package/lib/js/showMessage.d.ts +15 -0
- package/lib/js/showMessage.d.ts.map +1 -0
- package/lib/js/showMessage.js +83 -0
- package/lib/js/state-immer.d.ts +3 -0
- package/lib/js/state-immer.d.ts.map +1 -0
- package/lib/js/state-immer.js +27 -0
- package/lib/js/timer-executor.d.ts +3 -0
- package/lib/js/timer-executor.d.ts.map +1 -0
- package/lib/js/timer-executor.js +91 -0
- package/lib/js/to-hfc.d.ts +2 -0
- package/lib/js/to-hfc.d.ts.map +1 -0
- package/lib/js/to-hfc.js +14 -0
- package/lib/js/utils.d.ts +3 -0
- package/lib/js/utils.d.ts.map +1 -0
- package/lib/js/utils.js +19 -0
- package/lib/jsx/chat-modal.d.ts +16 -0
- package/lib/jsx/chat-modal.d.ts.map +1 -0
- package/lib/jsx/chat-modal.js +278 -0
- package/lib/server.d.ts +8 -0
- package/lib/server.d.ts.map +1 -0
- package/lib/server.js +58 -0
- package/lib/style.css +174 -0
- package/package.json +57 -0
- package/rct.config.js +8 -0
- package/src/component/answer-itme/index.jsx +64 -0
- package/src/component/answer-itme/style.less +37 -0
- package/src/component/data-container/index.jsx +45 -0
- package/src/component/data-container/style.less +27 -0
- package/src/component/days-tab/index.jsx +114 -0
- package/src/component/days-tab/style.less +55 -0
- package/src/component/days-tab/utils.js +87 -0
- package/src/component/error-boundary/index.jsx +39 -0
- package/src/component/it-notice-modal/columns.js +102 -0
- package/src/component/it-notice-modal/double-tab.jsx +83 -0
- package/src/component/it-notice-modal/index.jsx +404 -0
- package/src/component/it-notice-modal/server.js +43 -0
- package/src/component/it-notice-modal/single-tab.jsx +70 -0
- package/src/component/it-notice-modal/style.less +367 -0
- package/src/component/it-notice-modal/utils.js +8 -0
- package/src/component/it-notice-tab/index.jsx +196 -0
- package/src/component/it-notice-tab/server.js +14 -0
- package/src/component/it-notice-tab/style.less +120 -0
- package/src/component/mail-list-modal/index.jsx +270 -0
- package/src/component/mail-list-modal/server.js +38 -0
- package/src/component/mail-list-modal/style.less +154 -0
- package/src/component/myself-chat-card/index.jsx +27 -0
- package/src/component/myself-chat-card/style.less +30 -0
- package/src/component/need-answer/index.jsx +56 -0
- package/src/component/need-answer/style.less +21 -0
- package/src/component/opppsition-chat-card/index.jsx +25 -0
- package/src/component/opppsition-chat-card/style.less +33 -0
- package/src/component/question-library/index.jsx +316 -0
- package/src/component/question-library/server.js +19 -0
- package/src/component/question-library/style.less +102 -0
- package/src/component/question-tag/index.jsx +27 -0
- package/src/component/question-tag/style.less +15 -0
- package/src/component/recommend-questions-card/index.jsx +111 -0
- package/src/component/recommend-questions-card/style.less +66 -0
- package/src/component/scroll-view/index.js +3 -0
- package/src/component/scroll-view/scroll-view.jsx +74 -0
- package/src/component/scroll-view/style.less +37 -0
- package/src/component/tab/index.jsx +17 -0
- package/src/component/tab/style.less +26 -0
- package/src/component/tips-answer/index.jsx +38 -0
- package/src/component/tips-answer/style.less +11 -0
- package/src/images/expire-robot.svg +16 -0
- package/src/images/pc-invalid.svg +11 -0
- package/src/images/screenshot-5.png +0 -0
- package/src/index.jsx +554 -0
- package/src/js/const.js +48 -0
- package/src/js/gen-render-promise.js +32 -0
- package/src/js/get-time.js +35 -0
- package/src/js/hfc-space.js +91 -0
- package/src/js/render-special.js +64 -0
- package/src/js/request/fetch.js +87 -0
- package/src/js/request/request.js +74 -0
- package/src/js/showMessage.js +81 -0
- package/src/js/state-immer.js +12 -0
- package/src/js/timer-executor.js +37 -0
- package/src/js/to-hfc.js +9 -0
- package/src/js/utils.js +13 -0
- package/src/jsx/chat-modal.jsx +254 -0
- package/src/main.js +1 -0
- package/src/server.js +45 -0
- package/src/style.less +229 -0
- package/test/cases/case-01.assert.js +6 -0
- package/test/cases/case-01.source.jsx +17 -0
- package/test/cases/case-02.assert.js +6 -0
- package/test/cases/case-02.source.jsx +25 -0
- package/test/cases/case-02.style.less +15 -0
- package/test/cases/case-03.source.jsx +69 -0
- package/test/cases/case-03.style.less +3 -0
- package/tsconfig.json +48 -0
- package/typings.d.ts +5 -0
- package/umd/b415d90208c277ba3703.png +0 -0
- package/umd/index.css +1753 -0
- package/umd/index.js +36258 -0
- package/umd/index.min.css +1 -0
- package/umd/index.min.js +657 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.shein-components_icon_icon{display:inline-block;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:inherit}.shein-components_icon_icon:before{display:none}.shein-components_icon_icon svg{width:1em;height:1em;fill:currentColor;overflow:hidden;display:inline-block;line-height:1;font-size:inherit}.gradient{-webkit-background-clip:text;background-image:linear-gradient(360deg,rgba(49,209,220,.9) 0%,rgba(44,80,238,.9) 100%);-webkit-text-fill-color:transparent}.shein-components_systemrobotassistant_renderIconWrapper{display:inline-block}.shein-components_systemrobotassistant_renderIconWrapper.shein-components_systemrobotassistant_draggableIcon{position:fixed}.shein-components_systemrobotassistant_iconWrapper{position:fixed;bottom:32px;right:32px;width:56px;border-radius:2px;cursor:pointer}.shein-components_systemrobotassistant_iconWrapper .shein-components_systemrobotassistant_avatarWrap{display:flex;flex-direction:column;align-items:center}.shein-components_systemrobotassistant_iconWrapper .shein-components_systemrobotassistant_avatarWrap .shein-components_systemrobotassistant_avatarBorder>img{width:52px;height:52px;border-radius:2px;-webkit-user-drag:none}.shein-components_systemrobotassistant_iconWrapper .shein-components_systemrobotassistant_avatarWrap>span{display:inline-block;white-space:nowrap;margin-top:8px}.shein-components_systemrobotassistant_collapseRobotBox{width:30px;height:30px}.shein-components_systemrobotassistant_collapseRobotBox .shein-components_systemrobotassistant_collapseIcon{font-size:28px;color:#1890ff}.shein-components_systemrobotassistant_redDot{position:absolute;top:-12px;right:-12px;width:24px;height:24px;border-radius:12px;background:red;color:#fff;display:flex;align-items:center;justify-content:center}.shein-components_systemrobotassistant_chatModalWrapper{position:fixed;display:flex;flex-direction:column;width:440px;height:85vh;max-height:660px;background:#ffffff;box-shadow:0 8px 12px #197afa1a;border:1px solid #D9D9D9;border-radius:8px;word-break:break-all}.shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_header{position:relative;display:flex;justify-content:space-between;flex-shrink:0;align-items:center;padding:0 50px 0 20px;height:48px;box-shadow:0 1px #e6eaf080;border-radius:4px 4px 0 0}.shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_midlleWrapper{height:100%;display:flex;flex:1;justify-content:space-around;flex-direction:row}.shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_tabItem{margin-right:12px;flex:1;justify-content:center}.shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_tabItem:last-child{margin:0}.shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_leftTitle{display:flex;align-items:center}.shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_tabIcon{margin-right:4px}.shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_title{font-size:16px;font-weight:700;color:#35383d;margin-left:20px}.shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_avatarClass{width:55px}.shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_suggestion{font-size:12px;font-weight:400;color:#fff}.shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_link{font-size:14px;font-weight:400;color:#1890ff;color:var(--primary-color, #1890FF);cursor:pointer}.shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_link>span{margin-right:2px}.shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_closedIcon{position:absolute;right:20px;color:#7e848f;font-size:20px;cursor:pointer}.shein-components_systemrobotassistant_chatContentWrapper{flex:1;display:flex;flex-direction:column}.shein-components_systemrobotassistant_switch{color:#666c7c}.shein-components_systemrobotassistant_robotImg{width:64px;height:64px;border-radius:50%;-webkit-user-drag:none;box-shadow:1px 1px 6px 6px #1e80ff1a;background-image:url(https://assets.dotfashion.cn/unpkg/@shein/static-file@1.0.69/image/pims/help-center/close-eyes.png);background-color:#1890ff;background-position:center center;background-size:cover;animation-name:shein-components_systemrobotassistant_robotGif;animation-duration:1.5s;animation-timing-function:step-end;animation-iteration-count:infinite}.shein-components_systemrobotassistant_robotImg.shein-components_systemrobotassistant_expireStatus{animation-name:none;background-image:url(https://assets.dotfashion.cn/unpkg/@shein/static-file@1.0.96/image/hfc/expire-robot.svg);box-shadow:unset}@keyframes shein-components_systemrobotassistant_robotGif{0%{background-image:url(https://assets.dotfashion.cn/unpkg/@shein/static-file@1.0.69/image/pims/help-center/open-eyes.png)}90%{background-image:url(https://assets.dotfashion.cn/unpkg/@shein/static-file@1.0.69/image/pims/help-center/close-eyes.png)}to{background-image:url(https://assets.dotfashion.cn/unpkg/@shein/static-file@1.0.69/image/pims/help-center/open-eyes.png)}}.shein-components_systemrobotassistant_modalMask{left:0;top:0;height:100%;width:100%;position:fixed}.shein-components_systemrobotassistant_tabWrapper{height:100%;display:flex;align-items:center;font-size:14px;font-weight:400;color:#35383d;cursor:pointer}.shein-components_systemrobotassistant_selected{position:relative;color:#1890ff;color:var(--primary-color, #1890FF)}.shein-components_systemrobotassistant_selected:after{content:"";position:absolute;left:50%;bottom:0;width:40px;height:2px;transform:translate(-50%);border-radius:4px;background-color:#1890ff;background-color:var(--primary-color, #1890FF)}.shein-components_systemrobotassistant_answerTitle{font-size:14px;font-weight:400}.shein-components_systemrobotassistant_answerContent{font-size:14px;font-weight:400;color:#1890ff;color:var(--primary-color, #1890FF);margin-top:7px;cursor:pointer}.shein-components_systemrobotassistant_answerContent:hover{color:#005aad;color:var(--primary-color, #005AAD)}.shein-components_systemrobotassistant_otherAnswer{font-size:14px;font-weight:400;color:#35383d}.shein-components_systemrobotassistant_toHfc,.shein-components_systemrobotassistant_onSeekHlep{color:#1890ff;color:var(--primary-color, #1890FF);cursor:pointer}.shein-components_systemrobotassistant_oppositionChatCardwrapper{display:flex;flex-direction:row;overflow:hidden}.shein-components_systemrobotassistant_oppositionContentWrapper{max-width:416px;margin-top:12px;background-color:#fff;padding:10px 12px;border:1px solid #E0E4F3;display:flex;flex-direction:column}.shein-components_systemrobotassistant_otherRadius{border-radius:0 8px 8px}.shein-components_systemrobotassistant_isRecommendQuestions{padding:10px 12px 0;box-shadow:0 1px 2px #197afa26;border-radius:8px;width:100%}.shein-components_systemrobotassistant_top{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#35383d;margin-bottom:14px}.shein-components_systemrobotassistant_top>span{font-weight:500}.shein-components_systemrobotassistant_top>span:last-child{color:#7e848f;font-size:12px;font-weight:400;cursor:pointer}.shein-components_systemrobotassistant_top>span:last-child .shein-components_systemrobotassistant_changeIcon{margin-right:4px;font-size:14px;transform:translateY(2px)}.shein-components_systemrobotassistant_icon{margin-left:4px;font-size:14px}.shein-components_systemrobotassistant_recommendContent{display:flex;flex-direction:column;align-items:flex-start}.shein-components_systemrobotassistant_recommendContent .shein-components_systemrobotassistant_problemLine{width:100%;padding:12px 0;cursor:pointer;font-size:14px;border-bottom:1px solid #D9D9D9}.shein-components_systemrobotassistant_recommendContent .shein-components_systemrobotassistant_problemLine .shein-components_systemrobotassistant_problemNum{color:#1890ff;margin-right:6px}.shein-components_systemrobotassistant_recommendContent .shein-components_systemrobotassistant_problemLine .shein-components_systemrobotassistant_probleTitle{color:#35383d}.shein-components_systemrobotassistant_recommendContent .shein-components_systemrobotassistant_problemLine .so-icon{font-size:12px;color:#b3b7c1;float:right;transform:translateY(4px)}.shein-components_systemrobotassistant_recommendContent .shein-components_systemrobotassistant_problemLine:last-of-type{border-bottom:0}.shein-components_systemrobotassistant_wrapper{display:flex;flex-direction:column;align-items:flex-end;margin-top:16px}.shein-components_systemrobotassistant_contentBox{max-width:560px;background:#1890ff;background:var(--primary-color, #1890ff);border-radius:8px 0 8px 8px;display:flex;align-items:center;padding:12px;font-size:14px;font-weight:400;color:#fff}.shein-components_systemrobotassistant_time{margin-top:8px;color:#7e848f}.shein-components_systemrobotassistant_tipsAnswerContent{font-weight:400;color:#35383d}.shein-components_systemrobotassistant_tipsLink{color:#1890ff;color:var(--primary-color, #1890ff);font-weight:400;cursor:pointer}.shein-components_systemrobotassistant_needAnswerContent{font-weight:400;color:#35383d}.shein-components_systemrobotassistant_needLink{color:#1890ff;color:var(--primary-color, #1890ff);font-weight:400;cursor:pointer}.shein-components_systemrobotassistant_onSeekHlep{color:#1890ff;color:var(--primary-color, #1890ff);cursor:pointer}.shein-components_systemrobotassistant_onDisabled{color:#a5acb8;cursor:not-allowed}.shein-components_systemrobotassistant_tipsWrapper{padding:20px;background-color:#f7f9fc}.shein-components_systemrobotassistant_scrollWrapper{padding:20px}.shein-components_systemrobotassistant_scrollCon{display:flex;flex:1}.shein-components_systemrobotassistant_scrollCon>div:nth-child(1)>div:nth-child(1){margin-right:0!important;margin-bottom:0!important}.shein-components_systemrobotassistant_scrollCon *::-webkit-scrollbar{width:0;height:0}.shein-components_systemrobotassistant_bottomLink{display:flex;justify-content:flex-end;font-size:14px;color:#7e848f;background-color:#f7f9fc;padding-bottom:12px;padding-right:12px}.shein-components_systemrobotassistant_bottomLink .shein-components_systemrobotassistant_toLink{font-weight:400;cursor:pointer}.shein-components_systemrobotassistant_bottomLink .shein-components_systemrobotassistant_toLink>span{margin-right:4px}.shein-components_systemrobotassistant_bottomLink .shein-components_systemrobotassistant_toLink .so-icon{font-size:12px}.shein-components_systemrobotassistant_textAreaWrapper{width:100%;display:flex;align-items:flex-end}.shein-components_systemrobotassistant_bottomWrapper{background:#ffffff;box-shadow:inset 0 1px #e6eaf0;padding:20px}.shein-components_systemrobotassistant_bottomWrapper .shein-components_systemrobotassistant_textArea{border-width:0;height:56px;width:100%;resize:none!important;outline:none}.shein-components_systemrobotassistant_bottomWrapper .shein-components_systemrobotassistant_findByWechat{margin-top:9px;cursor:pointer}.shein-components_systemrobotassistant_bottomWrapper .shein-components_systemrobotassistant_findByWechat span{color:#1890ff;color:var(--primary-color, #1890ff)}.shein-components_systemrobotassistant_bottomWrapper .so-input,.shein-components_systemrobotassistant_bottomWrapper .so-input:hover{border:0px solid #fff}.shein-components_systemrobotassistant_bottomWrapper textarea{padding:0}.shein-components_systemrobotassistant_bottomWrapper .shein-components_systemrobotassistant_btn{height:32px}.shein-components_ellipsis_ellipsis{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;position:relative}.shein-components_ellipsis_ellipsis:before{content:"";display:block}.shein-components_ellipsis_ellipsis:after{content:"";display:block}.shein-components_ellipsis_hide{display:inline-block;position:absolute;top:0;left:0;z-index:-1;opacity:0;visibility:hidden;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.shein-components_ellipsis_more:after{content:"...";width:1.5em;background-color:#fff;display:inline-block;position:absolute;right:0;bottom:0}.shein-components_ellipsis_popStyle{padding:10px;white-space:pre-wrap;display:flex;flex-wrap:wrap;row-gap:8px}.shein-components_ellipsis_pointer{cursor:pointer}.shein-components_ellipsis_ellipsisWrap{overflow:hidden;position:relative;background-color:#fff}.shein-components_ellipsis_beforeText{content:"";float:left;display:block;width:1.5em}.shein-components_ellipsis_endText{float:right;width:1.5em;position:relative;left:100%;text-align:right;transform:translate(-100%,-100%);cursor:pointer;background:linear-gradient(to right,rgba(255,255,255,0),white 50%,white)}.shein-components_ellipsis_text{float:right;width:100%;margin-left:-1.5em;word-break:break-all}.shein-components_ellipsis_autoSizeWrap{position:relative;height:100%;width:100%}.shein-components_ellipsis_autoSizeIn{position:absolute;width:100%;left:0;top:0}.shein-components_ellipsis_flexWrap{display:flex;flex-flow:row nowrap}.shein-components_ellipsis_grow{flex-grow:1;width:0}.shein-components_ellipsis_arLang{direction:rtl}.shein-components_ellipsis_tagWrap{display:inline-block}.shein-components_systemrobotassistant_systemTipsWrapper{padding:8px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:15px;box-shadow:inset 0 1px #d9d9d980}.shein-components_systemrobotassistant_systemTipsWrapper .shein-components_systemrobotassistant_onGuarantee{width:100%;padding:12px;border-radius:10px;text-align:center;background-color:#1890ff;background-color:var(--primary-color, #1890ff);cursor:pointer}.shein-components_systemrobotassistant_chatWarp{flex:1;display:flex;flex-direction:column;overflow:hidden}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper{flex:1;overflow:hidden;display:flex;flex-direction:column;position:relative;padding-top:56px}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_searchWarp{position:absolute;left:0;top:0}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow{flex:1;overflow:auto;display:flex;flex-direction:column}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;cursor:pointer;border-bottom:1px solid #F4F5F8}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem:hover{background:#E6F5FF}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_img{width:40px;height:40px;border-radius:4px;margin-right:12px}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_mailListModalItemLeft{display:flex}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_mailListModalItemLeft .shein-components_systemrobotassistant_img{flex-shrink:0}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_mailListModalItemLeft .shein-components_systemrobotassistant_userName{font-size:12px;font-weight:400;color:#7e848f;margin-top:4px;line-height:18px}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_mailListModalItemLeft .shein-components_systemrobotassistant_problem{font-size:14px;font-weight:400;color:#35383d}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_findRight{margin-left:12px;flex-shrink:0}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_findHim{font-size:14px;cursor:pointer;font-weight:400;color:#197afa;color:var(--primary-color, #197AFA)}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_personFindedHim{font-size:12px;color:#7e848f}.shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_empty{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#1890ff;color:var(--primary-color, #1890ff)}.shein-components_systemrobotassistant_modalWrapper{display:flex;overflow:hidden;flex:1}.shein-components_systemrobotassistant_modalWrapper .shein-components_systemrobotassistant_treeWarp{max-width:250px;padding-right:8px;padding-top:16px;display:flex;flex-shrink:0;box-shadow:inset -1px 1px #d9d9d980;border-radius:5px 0 0 5px;overflow:hidden}.shein-components_systemrobotassistant_modalWrapper .shein-components_systemrobotassistant_treeWarp .shein-components_systemrobotassistant_treeStyle{color:#333e59;word-break:break-all;overflow-y:auto}.shein-components_systemrobotassistant_modalWrapper .shein-components_systemrobotassistant_treeWarp .shein-components_systemrobotassistant_treeStyle .so-tree-content .so-tree-text{overflow:hidden}.shein-components_systemrobotassistant_modalWrapper .shein-components_systemrobotassistant_treeWarp .shein-components_systemrobotassistant_treeItem{cursor:pointer}.shein-components_systemrobotassistant_modalWrapper .shein-components_systemrobotassistant_treeWarp .shein-components_systemrobotassistant_selectedGroup{color:#197afa;color:var(--primary-color, #197afa)}.shein-components_systemrobotassistant_dataContainer{flex:1}.shein-components_systemrobotassistant_dataContainer .shein-components_systemrobotassistant_emptyCon{height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1;color:#1890ff;color:var(--primary-color, #1890ff)}.shein-components_systemrobotassistant_loadingMask{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#0000000a;z-index:100}.shein-components_systemrobotassistant_daysTab{padding:12px;display:flex;align-items:center;background-color:#fff}.shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_arrowIcon{color:#7e848f;cursor:pointer}.shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_disabledIcon{cursor:not-allowed;color:#cccfd6}.shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_itemWrapper{margin:0 12px;display:flex;align-items:center;justify-content:center;flex:1}.shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_dateItem{margin-left:8px;width:calc((100% - 16px) / 3);height:32px;display:flex;justify-content:center;align-items:center;background:#FFFFFF;border-radius:4px;cursor:pointer}.shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_dateItem:first-child{margin-left:0}.shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_dateItem.shein-components_systemrobotassistant_active{background:#E2F2FF;color:#1890ff;color:var(--primary-color, #1890FF)}.shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_dateItem:hover{background:#F3F9FE}.shein-components_systemrobotassistant_scrollBox{width:100%;height:100%;position:relative;flex:1;overflow:hidden}.shein-components_systemrobotassistant_scrollWrap{width:100%;height:100%;overflow:hidden;overflow-y:auto}.shein-components_systemrobotassistant_scrollWrap .shein-components_systemrobotassistant_scrollContainer{width:100%;height:auto}.shein-components_systemrobotassistant_bottomBox{margin-top:12px;text-align:center;color:#7e848f}.shein-components_systemrobotassistant_scrollLoadingMask{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#0000000a;z-index:100}@keyframes shein-components_imagespreviewer_line-scale{0%,to{transform:scaley(1)}50%{transform:scaley(.4)}}.shein-components_imagespreviewer_lineScale{position:absolute;z-index:1001;top:50%;left:50%;transform:translate(-50%,-50%)}.shein-components_imagespreviewer_lineScale div{animation-fill-mode:both;width:4px;height:35px;display:inline-block;background-color:#ff9800;margin:0 2px}.shein-components_imagespreviewer_lineScale div:nth-child(1){animation:shein-components_imagespreviewer_line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.shein-components_imagespreviewer_lineScale div:nth-child(2){animation:shein-components_imagespreviewer_line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.shein-components_imagespreviewer_lineScale div:nth-child(3){animation:shein-components_imagespreviewer_line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.shein-components_imagespreviewer_lineScale div:nth-child(4){animation:shein-components_imagespreviewer_line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}.shein-components_imagespreviewer_lineScale div:nth-child(5){animation:shein-components_imagespreviewer_line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.shein-components_imagespreviewer_tips{width:100%;height:100%;background:#eee;color:#aaa;display:flex;justify-content:center;align-items:center;font-size:16px}.shein-components_imagespreviewer_imageList{display:flex;align-items:center;flex-wrap:wrap}.shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageItem{display:block;flex:0 0 auto;width:80px;height:100px;margin:2px;max-width:100%;cursor:pointer;background-repeat:no-repeat;background-position:center center;background-size:cover;position:relative}.shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageItem .shein-components_imagespreviewer_copy{position:absolute;display:block;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden}.shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageItem.shein-components_imagespreviewer_showBadge{position:relative}.shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageItem .shein-components_imagespreviewer_thumbBadge{-webkit-user-select:none;user-select:none;position:absolute;top:0;right:0;transform:translate(50%,-50%);padding:0 5px;min-width:20px;height:20px;line-height:20px;background:#F85555;border-radius:10px;font-size:12px;color:#fff;text-align:center;white-space:nowrap}.shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageMore{padding:15px}.shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageMore .shein-components_imagespreviewer_svgIcon{background:none;margin:0}.shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageMore .shein-components_imagespreviewer_svgIcon svg{fill:#707070}.shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageMore .shein-components_imagespreviewer_svgIcon:hover svg{fill:#429aff}.shein-components_imagespreviewer_imageList img{max-width:100%;max-height:100%}.shein-components_imagespreviewer_imageListBlock{display:block}.shein-components_imagespreviewer_imageMouse{background:#fff}.shein-components_imagespreviewer_imageMouse>img{display:block;margin:auto;max-width:200px;max-height:200px}.shein-components_imagespreviewer_imageMouse .shein-components_imagespreviewer_tips{width:140px;height:200px;background:#eee;color:#aaa;display:flex;justify-content:center;align-items:center;font-size:18px}.shein-components_imagespreviewer_gallery{position:fixed;inset:0;background-color:#1417374d;z-index:9999}.shein-components_imagespreviewer_gallery.shein-components_imagespreviewer_display{position:relative;width:100%;height:100%;overflow:hidden}.shein-components_imagespreviewer_gallery.shein-components_imagespreviewer_display .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imgDrag{height:100%;width:100%}.shein-components_imagespreviewer_gallery.shein-components_imagespreviewer_display .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imgDrag .shein-components_imagespreviewer_imgEl{max-height:100%!important}.shein-components_imagespreviewer_gallery.shein-components_imagespreviewer_display .shein-components_imagespreviewer_content .shein-components_imagespreviewer_topButtons .close{display:none}.shein-components_imagespreviewer_gallery.shein-components_imagespreviewer_fixSize{right:initial;bottom:initial;width:100vw;height:100vh}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_overlay{position:absolute;inset:0}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content{position:relative;width:100%;height:100%;display:flex;align-items:center}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow{position:relative;min-width:0;flex:1;height:100%;justify-content:center}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap{position:absolute;top:10%;left:10%;display:flex;width:80%;height:80%;align-items:center;justify-content:center}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap .shein-components_imagespreviewer_imgDrag{text-align:center;margin-top:24px}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap .shein-components_imagespreviewer_imgDrag .shein-components_imagespreviewer_tips{font-size:20px;background:none;color:#ddd}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap .shein-components_imagespreviewer_imgDrag .shein-components_imagespreviewer_imgEl{position:relative;display:inline-block;font-size:0;vertical-align:top;touch-action:none;background-color:#fff;border-radius:8px;max-width:100%;max-height:100%;max-height:80vh;transition:transform .2s;overflow:hidden;-webkit-user-select:none;user-select:none}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap .shein-components_imagespreviewer_imgDrag .shein-components_imagespreviewer_imgEl.shein-components_imagespreviewer_imgDragable{cursor:move}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap .shein-components_imagespreviewer_imgDrag .shein-components_imagespreviewer_imgEl.shein-components_imagespreviewer_zoomIn{cursor:zoom-in}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap .shein-components_imagespreviewer_imgDrag .shein-components_imagespreviewer_imgEl.shein-components_imagespreviewer_zoomOut{cursor:zoom-out}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrapBottom{display:flex;width:100%;height:100%;align-items:center;justify-content:center;position:unset;top:auto;left:auto}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons [class*=Button]{position:absolute;display:inline-block;vertical-align:middle;-webkit-appearance:none;padding:0;background:none;border:none;outline:0;cursor:pointer}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons [class*=Button]:disabled{cursor:not-allowed}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons [class*=Button]>i{width:24px;height:24px;line-height:24px;text-align:center;border-radius:50%;background-color:#3b3b3b;color:#cbcbcb;font-size:24px}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons [class*=Button]>i:hover{color:#fff}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons .shein-components_imagespreviewer_prevButton{top:50%;left:5%;margin-left:-12px;margin-top:-12px}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons .shein-components_imagespreviewer_nextButton{top:50%;right:5%;margin-right:-12px;margin-top:-12px}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons .shein-components_imagespreviewer_arrIcon{width:48px;height:48px;margin-left:0}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_topButtons{position:absolute;top:5%;right:2.5%;transform:translateY(-50%);display:flex}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_topButtons>i,.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_topButtons .shein-components_imagespreviewer_custom>i{margin:0 0 0 10px;width:24px;height:24px;line-height:24px;text-align:center;border-radius:50%;background-color:#3b3b3b;color:#cbcbcb;font-size:14px;cursor:pointer}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_topButtons>i:hover,.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_topButtons .shein-components_imagespreviewer_custom>i:hover{color:#fff}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShowBottom{width:100%;overflow:auto;overflow-y:hidden;margin:24px 0}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav{position:relative;display:flex;height:100%;font-size:0;background-color:#00000080;flex-flow:column nowrap}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav.shein-components_imagespreviewer_imageNavBottom{height:auto;width:100%;background-color:transparent;justify-content:center;align-items:center}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navFooter{padding:10px;display:flex;background-color:#fff}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navFooter>button{flex-grow:1}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navBox{height:0;flex-grow:1;overflow:auto}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navBox.shein-components_imagespreviewer_navBoxBottom{height:auto;width:100%}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navWrapper{display:grid;grid-template-columns:1fr 1fr;padding:10px;overflow-y:auto;overflow-x:hidden}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navWrapper.shein-components_imagespreviewer_navWrapperBottom{display:block;padding:0 10px 10px;overflow-x:auto;white-space:nowrap;text-align:center}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItem{display:inline-block;width:100px;height:130px;margin:5px;cursor:pointer;background-repeat:no-repeat;background-position:center center;background-size:cover;border-radius:4px;background-color:#fff;position:relative}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItem:before{content:"";position:absolute;inset:0;border-radius:4px;overflow:hidden;background-color:#00000080}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItem.shein-components_imagespreviewer_active:before{border:4px solid #197afa;border:4px solid var(--primary-color, #197afa);background-color:#0000}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItem.shein-components_imagespreviewer_activeBottom{border:4px solid #197afa;border:4px solid var(--primary-color, #197afa)}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItem.shein-components_imagespreviewer_activeBottom:before{background-color:#0000}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItem .shein-components_imagespreviewer_navItemTitle{position:absolute;left:0;right:0;bottom:0;padding:5px;font-size:10px;color:#fff;text-align:center;border-radius:0 0 4px 4px;background-color:#00000080}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom{margin:0;border-radius:0;width:64px;min-width:64px;height:64px}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom:before{content:"";position:absolute;inset:0;border-radius:0;overflow:hidden;background-color:#00000080}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom:first-child:before{border-top-left-radius:8px;border-bottom-left-radius:8px}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom:last-child:before{border-top-right-radius:8px;border-bottom-right-radius:8px}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom:hover:before{background-color:transparent}.shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_garlleryBottom{flex-direction:column}.shein-components_imagespreviewer_svgIcon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:6px;text-align:center;border-radius:50%;background-color:#3b3b3b;margin-left:10px;cursor:pointer}.shein-components_imagespreviewer_svgIcon svg{fill:#cbcbcb;display:block;width:24px;height:24px}.shein-components_imagespreviewer_svgIcon:hover svg{fill:#fff}.shein-components_imagespreviewer_svgIconBottom svg{fill:#fff;display:block;width:22px;height:22px;opacity:.7}.shein-components_imagespreviewer_svgIconBottom:hover svg{opacity:1}.shein-components_imagespreviewer_popover{border-radius:0}.shein-components_imagespreviewer_popover .so-popover-content{display:block}.shein-components_imagespreviewer_bottomButtons{display:flex;align-items:center;justify-content:center;padding:6px 12px;background-color:#141737cc;gap:26px;width:fit-content;border-radius:8px;backdrop-filter:blur(5px)}.shein-components_imagespreviewer_bottomButtons>div{width:auto;text-align:center;font-size:14px;cursor:pointer}.shein-components_imagespreviewer_navIndex{color:#fff;text-align:center;font-size:14px;padding:8px;background-color:#00000040;-webkit-user-select:none;user-select:none}.shein-components_imagespreviewer_navIndexBottom{background-color:transparent;opacity:.7;width:64px!important}.shein-components_imagespreviewer_tooltipstyle{z-index:10000}.shein-components_systemrobotassistant_itNoticeModal{padding:0;background-color:#f7f9fc;overflow:hidden;word-break:break-all}.shein-components_systemrobotassistant_itNoticeModal .so-card-body{display:flex;flex-direction:column;overflow:hidden;color:#35383d;font-family:PingFangSC-Regular,PingFang SC}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_modalHeader{padding:12px;position:relative;text-align:center;background-color:#fff;font-size:20px;box-shadow:0 1px #e6eaf080}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_modalHeader .shein-components_systemrobotassistant_tabExtraCon{position:absolute;right:44px;top:50%;transform:translateY(-50%);font-size:14px;color:#7e848f}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_modalHeader .shein-components_systemrobotassistant_closeIcon{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:20px;color:#7e848f;cursor:pointer}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_modalBody{display:flex;flex:1;overflow:hidden}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon{width:204px;height:100%;display:flex;flex-direction:column;background-color:#fff}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftHeader{margin-top:8px;padding:8px 8px 8px 12px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;font-weight:700}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftHeader .shein-components_systemrobotassistant_indentIcon{cursor:pointer;font-size:16px}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_indentHeader{width:48px;justify-content:flex-start;flex-direction:column-reverse}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftListCon .so-list-item{padding:0}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftListCon .so-list-item:after{display:none}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftListCon .shein-components_systemrobotassistant_menuItem{padding:8px 8px 8px 16px;margin-bottom:8px;cursor:pointer}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftListCon .shein-components_systemrobotassistant_menuItem:last-child{margin-bottom:0}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftListCon .shein-components_systemrobotassistant_menuItem.shein-components_systemrobotassistant_active{position:relative;background-color:#e2f2ff;color:#1890ff;color:var(--primary-color, #1890FF)}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftListCon .shein-components_systemrobotassistant_menuItem.shein-components_systemrobotassistant_active:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background-color:#1890ff;background-color:var(--primary-color, #1890FF);border-radius:0 4px 4px 0}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_indentLeftCon{width:48px;transition:all .3s ease-in-out}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_indentLeftCon .shein-components_systemrobotassistant_leftHeader{justify-content:flex-start;flex-direction:column-reverse}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_indentLeftCon .shein-components_systemrobotassistant_leftHeader .shein-components_systemrobotassistant_headTitle{letter-spacing:1em;margin-left:1em}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_indentLeftCon .shein-components_systemrobotassistant_leftHeader .shein-components_systemrobotassistant_indentIcon{margin-bottom:8px}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_rightCon{position:relative;padding:8px 8px 0;display:flex;flex-direction:column;flex:1;overflow:hidden}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tabHeader{display:flex;align-items:center;border-bottom:1px solid #E8EBF0}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tabHeader .shein-components_systemrobotassistant_tabItem{padding:6px 16px;display:flex;align-items:center;font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:700;line-height:24px;border-radius:4px 4px 0 0;background-color:#fff;cursor:pointer}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tabHeader .shein-components_systemrobotassistant_tabItem .shein-components_systemrobotassistant_helpIcon{margin-left:4px;color:#7e848f}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tabHeader .shein-components_systemrobotassistant_tabItem.shein-components_systemrobotassistant_active{position:relative;background:#1890FF;background:var(--primary-color, #1890FF);color:#fff}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tabHeader .shein-components_systemrobotassistant_tabItem.shein-components_systemrobotassistant_active .shein-components_systemrobotassistant_helpIcon{color:#fff}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_subTabCon{padding-top:8px;background-color:#fff}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tabCon{display:flex;flex-direction:column;flex:1;overflow:hidden;background-color:#fff}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_signatureCon{position:absolute;top:0;right:12px;width:138px;height:126px;display:flex;align-items:center;justify-content:center;color:#d13135;font-size:12px;z-index:10;pointer-events:none}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_signatureCon img{position:absolute;top:0;left:0;width:138px;height:126px}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_signatureCon .shein-components_systemrobotassistant_signatureTextCon{display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translateY(4px) rotate(-15deg);font-family:\65b9\6b63\5170\4ead\7c97\9ed1\7b80\4f53}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_signatureCon .shein-components_systemrobotassistant_signatureTextCon .shein-components_systemrobotassistant_configText{white-space:nowrap}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_mainNoticeCon{position:relative;display:flex;flex-direction:column;flex:1;overflow:hidden;overflow-y:auto;background-color:#fff}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_mainNoticeCon .shein-components_systemrobotassistant_containerTitle{color:#7e848f;padding:16px 8px 16px 20px}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_mainNoticeCon .shein-components_systemrobotassistant_containerTitle .shein-components_systemrobotassistant_numberText{margin:0 4px;color:#35383d;font-size:16px;font-weight:700}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_datesCon{padding:12px 20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));grid-gap:8px}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_datesCon .shein-components_systemrobotassistant_dateItem{width:100%;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #D9D9D9;cursor:pointer}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_datesCon .shein-components_systemrobotassistant_dateItem.shein-components_systemrobotassistant_active{border:1px solid #1890FF;border:1px solid var(--primary-color, #1890FF);color:#1890ff;color:var(--primary-color, #1890FF)}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tableWrapper{padding:0 20px;display:flex;flex-direction:column;flex:1}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table{margin-top:8px;margin-bottom:0;border:1px solid rgba(217,217,217,.5);border-radius:4px}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table .shein-components_systemrobotassistant_tdCol{display:flex;flex-direction:column}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table .shein-components_systemrobotassistant_tdCol .shein-components_systemrobotassistant_title{margin-bottom:4px;color:#7e848f}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table .shein-components_systemrobotassistant_tdCol .shein-components_systemrobotassistant_listItem{width:100%;display:flex;overflow:hidden}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table thead th,.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table tr td{padding:12px;background-color:#f7f9fc;font-weight:400}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table tr td{border-color:#d9d9d980;background-color:#fff}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table tr:last-child td{border-bottom:unset}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table thead th{color:#7e848f}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table .so-table-head>table{border-bottom:1px solid rgba(217,217,217,.5)}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table .so-table-empty{padding:12px;font-size:14px}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_clickText{color:#1890ff;color:var(--primary-color, #1890FF);cursor:pointer}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_modalFooter{padding:12px;display:flex;align-items:center;justify-content:center;background-color:#fff;box-shadow:0 -2px 4px #197afa26;z-index:1}.shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_modalFooter button+button{margin-left:12px}.shein-components_systemrobotassistant_itNoticeTabCon{padding:0;display:flex;flex:1;flex-direction:column;background-color:#f7f9fc;overflow:hidden;word-break:break-all}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_mainNoticeCon{margin-top:12px;display:flex;flex-direction:column;flex:1;overflow:hidden}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody{flex:1;overflow-y:auto;margin:0 12px}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_cardItem{margin-bottom:12px;background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #197afa26}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_cardItem:last-child{margin-bottom:0}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemHeader{padding:8px 12px;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;box-shadow:inset 0 -1px #e6eaf0}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemHeader .shein-components_systemrobotassistant_img{margin-right:8px}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemHeader .shein-components_systemrobotassistant_total{color:#7e848f}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemHeader .shein-components_systemrobotassistant_headerRight{margin-left:8px;color:#7e848f}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemBody{padding:12px;margin-bottom:0;border-radius:0 0 8px 8px}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemBody .shein-components_systemrobotassistant_listItem{margin-top:12px;padding-bottom:12px;border-bottom:1px solid #E6EAF0}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemBody .shein-components_systemrobotassistant_listItem:first-child{margin-top:0}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemBody .shein-components_systemrobotassistant_listItem:last-child{padding-bottom:0;border:none}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_checkMore{margin:12px;flex-shrink:0;text-align:center;color:#a5acb8;cursor:pointer}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_clickText{color:#1890ff;color:var(--primary-color, #1890FF);cursor:pointer}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_noticeMenus{position:absolute;left:-120px;top:104px;width:120px;max-height:240px;padding:12px 8px;box-shadow:0 4px 8px #1417370d;border-radius:8px 0 0 8px;border:1px solid #F5F6FB;background:#FFFFFF;overflow-y:auto}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_noticeMenus .shein-components_systemrobotassistant_menuItem{padding:5px 8px;border-radius:4px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_noticeMenus .shein-components_systemrobotassistant_menuItem.shein-components_systemrobotassistant_active{background-color:#e2f2ff;color:#1890ff;color:var(--primary-color, #1890FF)}
|