:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}#app{max-width:1280px;margin:0 auto;text-align:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.mobile-container{width:100%;height:100vh;position:relative;background:#f5f8fc;font-family:Inter,sans-serif;display:flex;flex-direction:column;overflow:hidden}.chat-head{color:#6d7a88;font-size:12px;font-weight:400;margin-top:8px;line-height:18px}.chat-container{flex:1;overflow-y:auto;padding:16px 16px 76px;background:#f5f8fc;-webkit-overflow-scrolling:touch}.message-box{margin-top:20px;max-width:calc(100% - 25px);display:flex;flex-direction:column}.message-box.bot{align-self:flex-start}.message-box.user{align-self:flex-end;margin-left:auto}.message-box.user .message-header{flex-direction:row-reverse;justify-content:flex-start}.message-header{display:flex;align-items:center;gap:6px;margin-bottom:7px}.message-header .avatar{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:50%}.message-header .avatar :deep(svg){font-size:16px;color:#96a0aa}.message-header .name{font-size:14px;line-height:16px;font-weight:400;color:#96a0aa}.message-header .time{font-size:13px;line-height:14px;font-weight:400;color:#96a0aa}.message-content{padding:12px 12px 0;font-size:15px;line-height:18px;border-radius:8px;word-break:break-word;max-width:100%;min-width:60px;text-align:left}.bot .message-content{background:#fff;color:#000;margin-right:auto}.user .message-content{background:#c8e2ff;color:#000;margin-left:auto;max-width:80%;padding-bottom:12px}.user.style2 .message-content{background:#fbecaf}.message-content-loading{width:10px;height:10px;margin-bottom:13px}.message-content.markdown-body{font-size:15px;line-height:1.6;text-align:left}.message-content.markdown-body :deep(p){margin:0 0 1em;text-align:left}.message-content.markdown-body :deep(code){background-color:#0000001a;padding:.2em .4em;border-radius:3px;font-family:monospace}.message-content.markdown-body :deep(pre){background-color:#0000001a;padding:1em;border-radius:6px;overflow-x:auto;margin:1em 0;text-align:left}.message-content.markdown-body :deep(pre code){background-color:transparent;padding:0}.message-content.markdown-body :deep(ul),.message-content.markdown-body :deep(ol){padding-left:2em;margin:1em 0;text-align:left}.message-content.markdown-body :deep(li){margin:.5em 0;text-align:left}.message-content.markdown-body :deep(blockquote){border-left:4px solid #FFFFFF;margin:1em 0;padding-left:1em;color:#666;text-align:left}.message-content.markdown-body :deep(a){color:#2559f5;text-decoration:none}.message-content.markdown-body :deep(a:hover){text-decoration:underline}.message-content.markdown-body :deep(img){max-width:100%;height:auto;border-radius:6px;margin:1em 0}.message-evaluate{width:100%;display:flex;flex-direction:row-reverse;margin-top:8px;margin-bottom:13px;gap:26px}.message-evaluate-line{height:.5px;background-color:#dee7f3}.message-evaluate-item{display:flex;flex-direction:row;gap:2px;align-items:center;color:#434b53;font-size:12px;text-align:center}.message-evaluate-item.good{color:#0670e8}.message-evaluate-item.good2{color:#ffc300}.message-evaluate-item.bad{color:#ed2c1e}.message-guess{display:flex;flex-direction:column;border-radius:8px;background-color:#fff;width:100%;height:336px;margin-top:8px;padding:16px 6px 16px 14px}.message-guess .message-guess-head{flex-direction:row;justify-content:flex-start}.message-guess-head{display:flex;align-items:center;gap:6px}.message-guess-head .text{font-size:16px;font-weight:500;color:#000;font-weight:700;line-height:20px}.message-guess .guess-type-list{width:100%;display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.guess-type-list .guess-type-checked{background-color:#0670e81a;color:#0670e8;font-size:14px;font-weight:400;line-height:16px;padding:8px 12px;border-radius:16px}.guess-type-list .guess-type-checked.style2{background-color:#ffc3001a;color:#ffc300}.guess-type-list .guess-type-uncheck{background-color:#f5f6f8;color:#434b53;font-size:14px;font-weight:400;line-height:16px;padding:8px 12px;border-radius:16px}.message-guess .guess-question-list{display:flex;flex-direction:column;margin-top:10px;overflow:auto;flex-grow:1}.guess-question-list .content{display:flex;flex-direction:row;margin-left:3px}.guess-question-list .text{flex:1;color:#353b42;font-size:14px;font-weight:400;line-height:16px;text-align:start;padding:10px 0}.service-button{position:fixed;right:12px;bottom:calc(150px + env(safe-area-inset-bottom));border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;z-index:1000}.service-button img{width:44px;height:44px}.service-button .text{color:#96a0aa;font-size:10px;font-weight:400;margin-top:2px}.after-sales-button{position:fixed;right:12px;bottom:calc(76px + env(safe-area-inset-bottom));border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;z-index:1000}.after-sales-button img{width:44px;height:44px}.after-sales-button .text{color:#96a0aa;font-size:10px;font-weight:400;margin-top:2px}.evaluate{position:fixed;left:12px;bottom:calc(76px + env(safe-area-inset-bottom));display:flex;justify-content:center;align-items:center;z-index:1000;gap:10px}.evaluate .resolved{background-color:#fff;border:1px solid #FFFFFF;border-color:#0670e8;color:#0670e8;padding:8px 12px;border-radius:30px;font-size:14px;font-weight:400}.evaluate .resolved.style2{border:1px solid #FFC300;color:#ffc300}.evaluate .unresolved{background-color:#fff;border:1px solid #FFFFFF;border-color:#ed2c1e;color:#ed2c1e;padding:8px 12px;border-radius:30px;font-size:14px;font-weight:400}.image-preview-container{position:fixed;left:12px;bottom:calc(76px + env(safe-area-inset-bottom));display:flex;justify-content:center;align-items:center;z-index:1000;gap:10px}.image-preview{width:66px;height:66px;border-radius:10px;object-fit:cover}.remove-image-button{position:absolute;top:-8px;right:-8px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}@supports (padding-bottom: env(safe-area-inset-bottom)){.chat-container{padding-bottom:calc(130px + env(safe-area-inset-bottom))}.service-button{bottom:calc(150px + env(safe-area-inset-bottom))}.after-sales-button,.evaluate,.image-preview-container{bottom:calc(76px + env(safe-area-inset-bottom))}}.chat-container::-webkit-scrollbar{width:0;background:transparent}.bottom-evaluate{display:flex;flex-direction:column}.bottom-evaluate-header{position:relative;width:100%;height:56px;align-items:center}.bottom-evaluate-header-text{width:100%;position:absolute;font-size:16px;color:#000;font-weight:600;text-align:center;top:50%;transform:translateY(-50%)}.bottom-evaluate-header-close{width:16px;height:16px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.bottom-evaluate-level{display:flex;flex-direction:row;width:100%;height:153px}.bottom-evaluate-level-item{display:flex;flex-direction:column;flex:1;margin-top:16px}.bottom-evaluate-level-item-img{width:50px;height:50px;align-self:center;display:block}.bottom-evaluate-level-item-text{color:#777;font-size:12px;align-self:center;text-align:center;white-space:nowrap;text-overflow:ellipsis}.bottom-modal .ant-modal{top:auto;bottom:0;margin:0;padding-bottom:0}.bottom-modal .ant-modal-content{border-radius:8px 8px 0 0}.bottom-modal .ant-modal{animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.frame-animation{width:36px;height:8px;margin:7px 10px 20px;background-repeat:no-repeat;background-position:center;animation:three-frame-animation 1.5s steps(1) infinite}@keyframes three-frame-animation{0%{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='8'%20viewBox='0%200%2036%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='4'%20cy='4'%20r='4'%20transform='rotate(180%204%204)'%20fill='%232D2D2D'/%3e%3ccircle%20cx='18'%20cy='4'%20r='4'%20transform='rotate(180%2018%204)'%20fill='%23D9D9D9'/%3e%3ccircle%20cx='32'%20cy='4'%20r='4'%20transform='rotate(180%2032%204)'%20fill='%23D9D9D9'/%3e%3c/svg%3e")}33.33%{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='8'%20viewBox='0%200%2036%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='4'%20cy='4'%20r='4'%20transform='rotate(180%204%204)'%20fill='%23D9D9D9'/%3e%3ccircle%20cx='18'%20cy='4'%20r='4'%20transform='rotate(180%2018%204)'%20fill='%232D2D2D'/%3e%3ccircle%20cx='32'%20cy='4'%20r='4'%20transform='rotate(180%2032%204)'%20fill='%23D9D9D9'/%3e%3c/svg%3e")}66.67%{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='8'%20viewBox='0%200%2036%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='4'%20cy='4'%20r='4'%20transform='rotate(180%204%204)'%20fill='%23D9D9D9'/%3e%3ccircle%20cx='18'%20cy='4'%20r='4'%20transform='rotate(180%2018%204)'%20fill='%23D9D9D9'/%3e%3ccircle%20cx='32'%20cy='4'%20r='4'%20transform='rotate(180%2032%204)'%20fill='%232D2D2D'/%3e%3c/svg%3e")}to{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='8'%20viewBox='0%200%2036%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='4'%20cy='4'%20r='4'%20transform='rotate(180%204%204)'%20fill='%232D2D2D'/%3e%3ccircle%20cx='18'%20cy='4'%20r='4'%20transform='rotate(180%2018%204)'%20fill='%23D9D9D9'/%3e%3ccircle%20cx='32'%20cy='4'%20r='4'%20transform='rotate(180%2032%204)'%20fill='%23D9D9D9'/%3e%3c/svg%3e")}}.input-area[data-v-e817a372]{width:100%;height:66px;background:#f5f8fc;display:flex;align-items:center;padding:12px 14px;gap:12px;position:absolute;bottom:0;left:0;right:0;padding-bottom:calc(8px + env(safe-area-inset-bottom));z-index:100;box-shadow:0 -2px 10px #0000000d}.input-box[data-v-e817a372]{flex:1;height:42px;background:#fff;border-radius:8px;padding:0 12px;display:flex;align-items:center}.input-box .ant-input[data-v-e817a372]:focus{outline:none;box-shadow:none}.qr-code-title[data-v-e817a372]{font-size:16px;font-weight:500;color:#000;margin-bottom:8px}.input-box[data-v-e817a372] .ant-input{background:transparent;border:none;font-size:14px;color:#000;padding:0;height:42px;line-height:16px;width:100%}.input-box[data-v-e817a372] .ant-input::placeholder{color:#d2d2d2}.input-hint[data-v-e817a372]{color:#d3d4d7;font-size:14px;text-align:left}.send-button[data-v-e817a372]{padding:0 10px;height:42px;min-width:42px;background:#0670e8;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:500;font-size:14px;cursor:pointer;flex-shrink:0;transition:all .3s ease}.send-button.loading[data-v-e817a372]{opacity:.7;cursor:not-allowed}.send-button.style2[data-v-e817a372]{background:#ffc300}[data-v-e817a372] .ant-modal-footer{padding-top:16px;display:flex;justify-content:center;width:100%;box-sizing:border-box}[data-v-e817a372] .ant-modal-footer>button{flex:none;width:45%}[data-v-e817a372] .ant-modal-footer>button:first-child{margin-right:5%}.modal-button-group[data-v-e817a372]{margin-top:16px;display:flex;justify-content:space-between;width:98%;margin-inline:auto;gap:3%}.modal-button-group .ant-btn[data-v-e817a372]{flex:1;height:40px;font-size:16px;border-radius:30px}.copy-email[data-v-e817a372]{cursor:pointer;position:relative;display:inline-block;transition:all .3s ease}.copy-email[data-v-e817a372]:hover{color:#0670e8}.copy-tooltip[data-v-e817a372]{position:absolute;top:-30px;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;animation:fadeInOut-e817a372 2s ease-in-out}.input-wrapper[data-v-e817a372]{display:flex;align-items:center;gap:12px;width:100%}.upload-button[data-v-e817a372]{flex-shrink:0;cursor:pointer;height:42px;transition:background-color .3s}.image-viewer-overlay[data-v-e817a372]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000}.image-viewer-content[data-v-e817a372]{position:relative;max-width:90%;max-height:90%}.image-viewer-header[data-v-e817a372]{position:absolute;top:-40px;right:0;display:flex;justify-content:flex-end}.image-viewer-close[data-v-e817a372]{width:32px;height:32px;background-color:#00000080;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s}.image-viewer-close[data-v-e817a372]:hover{background-color:#000c}.image-viewer-image[data-v-e817a372]{max-width:80vw;max-height:80vh;object-fit:contain}@keyframes fadeInOut-e817a372{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}#app{width:100%;height:100vh}.mobile-container[data-v-84bda175]{width:100%;height:100vh;position:relative;background:#f5f8fc;font-family:Inter,sans-serif;display:flex;flex-direction:column;overflow:hidden}.content[data-v-84bda175]{margin:16px;background:#fff;border-radius:8px;padding:24px 16px 16px}.usermail[data-v-84bda175]{display:flex;flex-direction:row;color:#000;font-size:15px;font-weight:500;line-height:18px;align-items:center}.usermail-input[data-v-84bda175]{flex:1;margin:0 16px;font-size:14px;font-weight:400;background:#fff}.usermail-input .ant-input[data-v-84bda175]:focus{outline:none;box-shadow:none}.usermail-input[data-v-84bda175] .ant-input{background:transparent;border:none;font-size:14px;color:#000;padding:0;height:42px;line-height:16px;width:100%}.usermail-input[data-v-84bda175] .ant-input::placeholder{color:#d2d2d2}.userquestion[data-v-84bda175]{font-size:15px;color:#000;text-align:left;margin-top:20px}.userquestion-input[data-v-84bda175]{height:88px;font-size:3px;color:#000;margin-top:8px;text-align:left}.userquestion-input .ant-input[data-v-84bda175]:focus{outline:none;box-shadow:none}.userquestion-input[data-v-84bda175] .ant-input{background:transparent;border:none;font-size:14px;color:#000;padding:0;height:42px;line-height:16px;width:100%}.userquestion-input[data-v-84bda175] .ant-input::placeholder{color:#d2d2d2}.upload[data-v-84bda175]{display:flex;flex-direction:row;margin-top:8px;gap:12px}.upload-img[data-v-84bda175]{width:94px;height:94px;background-color:#f8f8f8;border-radius:6px}.upload-img-text[data-v-84bda175]{font-size:12px;color:#d3d4d7;line-height:14px}.submit-button[data-v-84bda175]{height:48px;background:#0670e8;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:500;font-size:14px;cursor:pointer;flex-shrink:0;transition:all .3s ease;margin:0 24px 46px}.submit-button.style2[data-v-84bda175]{background:#ffc300}.submit-button.loading[data-v-84bda175]{opacity:.7;cursor:not-allowed}.submit-button-text[data-v-84bda175]{color:#fff;font-size:16px}.image-preview-content[data-v-84bda175]{display:flex;position:fixed;justify-content:center;align-items:center}.image-preview[data-v-84bda175]{width:94px;height:94px;border-radius:10px;object-fit:cover}.remove-image-button[data-v-84bda175]{position:absolute;top:-8px;right:-8px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.mobile-container[data-v-5d97fb4d]{width:100%;height:100vh;position:relative;background:#f5f8fc;font-family:Inter,sans-serif;display:flex;flex-direction:column;overflow:hidden;padding-top:4px}.order-item[data-v-5d97fb4d]{height:143px;margin:12px 16px 0;background:#fff;border-radius:6px;padding:14px 16px 12px;position:relative}.order-line[data-v-5d97fb4d]{display:flex;flex-direction:row;gap:10px}.order-line-left[data-v-5d97fb4d]{color:#96a0aa;font-size:12px;line-height:14px;white-space:nowrap;text-overflow:ellipsis}.order-line-right[data-v-5d97fb4d]{color:#000;font-size:12px;line-height:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-status[data-v-5d97fb4d]{background:#e7f1fd;padding:3px 12px;color:#0670e8;font-size:13px;position:absolute;top:10px;right:10px}.order-status.received[data-v-5d97fb4d]{background:#00a65026;padding:3px 12px;color:#00a650;font-size:13px;position:absolute;top:10px;right:10px}.order-status.processing[data-v-5d97fb4d]{background:#e7f1fd;padding:3px 12px;color:#0670e8;font-size:13px;position:absolute;top:10px;right:10px}.order-status.done[data-v-5d97fb4d]{background:#f1f2f3;padding:3px 12px;color:#6d7a88;font-size:13px;position:absolute;top:10px;right:10px}.view[data-v-5d97fb4d]{color:#0670e8;font-size:12px}.view.style2[data-v-5d97fb4d]{color:#ffc300;font-size:12px}.mobile-container[data-v-2a882c64]{width:100%;height:100vh;position:relative;background:#fff;font-family:Inter,sans-serif;display:flex;flex-direction:column;overflow:auto}.status-head[data-v-2a882c64]{background:#f8f8f8;height:44px;margin:8px 16px 0;border-radius:4px}.status-head-process[data-v-2a882c64]{display:flex;flex-direction:row;gap:6px;margin:10px 26px;align-items:center}.status-head-circle[data-v-2a882c64]{background:#e2e2e2;border-radius:100%;width:6px;height:6px}.status-head-circle.checked[data-v-2a882c64]{background:#0670e8}.status-head-line[data-v-2a882c64]{background:#e2e2e2;border-radius:1px;flex:1;height:2px}.status-head-line.checked[data-v-2a882c64]{background:#0670e8}.status-head-text[data-v-2a882c64]{display:flex;flex-direction:row;margin-top:-3px}.status-head-text-show[data-v-2a882c64]{font-size:13px;color:#000}.status-head-text-show.status1[data-v-2a882c64]{font-weight:700}.status-head-text-show.status2[data-v-2a882c64]{color:#96a0aa}.content[data-v-2a882c64]{margin:16px 16px 20px;padding:8px 10px 0 0}.order-line[data-v-2a882c64]{display:flex;flex-direction:row;gap:8px;margin-top:16px}.order-line-left[data-v-2a882c64]{text-align:left;color:#96a0aa;font-size:14px;line-height:16px;white-space:nowrap;text-overflow:ellipsis}.order-line-right[data-v-2a882c64]{color:#000;font-size:14px;line-height:16px;text-align:left;overflow-wrap:anywhere}.order-img-item[data-v-2a882c64]{width:94px;height:94px;border-radius:10px}.order-reply-head[data-v-2a882c64]{font-size:12px;color:#6d7a88}.order-reply-item[data-v-2a882c64]{padding:12px 0 0}.order-reply-item-head[data-v-2a882c64]{display:flex;flex-direction:row;align-items:center;gap:5px}.order-reply-item-text[data-v-2a882c64]{font-size:12px;font-weight:400;color:#96a0aa;line-height:14px}.order-reply-item-content[data-v-2a882c64]{font-size:15px;color:#000;line-height:20px;margin:0 0 0 36px;text-align:left}
