@charset "UTF-8";.global-modal-mask{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-in-out}.global-modal{position:relative;width:420px}.global-modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;position:relative;overflow:hidden}.global-modal-close{position:absolute;top:12px;right:12px;width:24px;height:24px;border:none;background:none;cursor:pointer;color:#999;font-size:20px;line-height:20px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;z-index:1}.global-modal-close:hover{background-color:#f5f5f5;color:#333}.global-modal-close:active{background-color:#e8e8e8}.global-modal-header{padding:20px 24px 16px;border-bottom:1px solid #f0f0f0}.global-modal-title{margin:0;font-size:16px;font-weight:500;color:#262626;line-height:1.4;padding-right:40px}.global-modal-body{padding:20px 24px;color:#595959;font-size:14px;line-height:1.6;min-height:40px}.global-modal-footer{padding:12px 24px 24px;text-align:right;display:flex;gap:8px;justify-content:flex-end}.global-modal-btn{min-width:64px;height:32px;padding:0 16px;border-radius:6px;border:1px solid #d9d9d9;font-size:14px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.global-modal-btn:hover{border-color:#fdc959;color:#fdc959}.global-modal-btn:active{transform:translateY(1px)}.global-modal-btn:disabled{opacity:.6;cursor:not-allowed}.global-modal-btn-cancel{background:#fff;color:#595959}.global-modal-btn-cancel:hover{background:#fafafa}.global-modal-btn-primary{background:#fdc959;border-color:#fdc959;color:#222}.global-modal-btn-primary:hover{background:#fdc959;border-color:#fdc959;color:#fff}.global-modal-btn-primary:active{background:#fdc959;border-color:#fdc959}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:scale(.7) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 768px){.global-modal{width:calc(100vw - 32px);max-width:none}.global-modal-content{border-radius:6px}.global-modal-header{padding:16px 20px 12px}.global-modal-title{font-size:15px;padding-right:36px}.global-modal-body{padding:16px 20px;font-size:14px}.global-modal-footer{padding:8px 20px 20px;flex-direction:column;gap:8px}.global-modal-footer .global-modal-btn{width:100%;height:40px;font-size:14px}.global-modal-close{top:-3px;right:8px;width:28px;height:28px;font-size:18px}}@media (max-width: 480px){.global-modal{width:calc(100vw - 24px)}.global-modal-header{padding:12px 16px 8px}.global-modal-title{font-size:16px;padding-right:32px}.global-modal-body{padding:12px 16px;font-size:16px}.global-modal-footer{padding:6px 16px 16px}.global-modal-footer .global-modal-btn{height:36px;font-size:16px}}@media (hover: none) and (pointer: coarse){.global-modal-btn{min-height:44px}.global-modal-btn:active{transform:scale(.98);transition:transform .1s ease}.global-modal-close{min-width:44px;min-height:44px}.global-modal-close:active{transform:scale(.95)}}@media (orientation: landscape) and (max-height: 600px){.global-modal{max-height:90vh}.global-modal-body{max-height:calc(90vh - 160px);overflow-y:auto}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.global-modal-content{border:.5px solid rgba(0,0,0,.06)}.global-modal-header{border-bottom:.5px solid #f0f0f0}}@media (prefers-color-scheme: dark){.global-modal-mask{background-color:#000000b3}.global-modal-content{background:#1f1f1f;box-shadow:0 4px 12px #0006}.global-modal-title{color:#fff}.global-modal-body{color:#d9d9d9}.global-modal-header{border-bottom-color:#303030}.global-modal-close{color:#aaa}.global-modal-close:hover{background-color:#333;color:#fff}.global-modal-close:active{background-color:#444}.global-modal-btn-cancel{background:#333;border-color:#555;color:#d9d9d9}.global-modal-btn-cancel:hover{background:#444;border-color:#fdc959;color:#fdc959}.global-modal-btn-primary,.global-modal-btn-primary:hover,.global-modal-btn-primary:active{background:#fdc959;border-color:#fdc959}}.bottom-modal-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000}.bottom-modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:auto;z-index:2}.bottom-modal-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .3s ease}.bottom-modal-mask.show{opacity:1}.bottom-modal-content{position:absolute;bottom:0;left:0;width:100%;background:#fff;transform:translateY(100%);transition:transform .3s ease;overflow:hidden}.bottom-modal-content.show{transform:translateY(0)}.touch-thought-process{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;border:1px solid #DDE2E9;margin:0 20px}.touch-thought-process .touch-workflow-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;cursor:pointer;-webkit-user-select:none;user-select:none}.touch-thought-process .touch-workflow-header .header-left .workflow-time{font-size:12px;color:#666;margin-bottom:4px}.touch-thought-process .touch-workflow-header .header-left .workflow-title{font-size:16px;font-weight:600;color:#222}.touch-thought-process .touch-workflow-header .header-right{color:#666;font-size:14px}.touch-thought-process .touch-workflow-content{padding:0 6px 16px}.touch-thought-process .touch-step-item{position:relative;padding-left:40px;padding-bottom:10px}.touch-thought-process .touch-step-item .touch-step-header{display:flex;align-items:center;margin-bottom:12px}.touch-thought-process .touch-step-item .touch-step-header .touch-step-icon{position:absolute;left:9px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.touch-thought-process .touch-step-item .touch-step-header .touch-step-icon.completed{color:#fff;width:16px;height:16px;left:9px}.touch-thought-process .touch-step-item .touch-step-header .touch-step-icon.processing{background:#fff;color:#666;animation:rotate 2s linear infinite}.touch-thought-process .touch-step-item .touch-step-header .touch-step-icon.pending{background:#f5f5f5;color:#999;border:2px solid #e5e5e5}.touch-thought-process .touch-step-item .touch-step-header .touch-step-title{font-size:16px;font-weight:600;color:#222;text-overflow:ellipsis;overflow:hidden;max-width:100%;white-space:nowrap}.touch-thought-process .touch-step-item .first-touch-step-content{display:flex;align-items:baseline;gap:10px;margin-bottom:10px}.touch-thought-process .touch-step-item .first-touch-step-content .step-prod-title{font-size:16px;font-weight:700;min-width:75px}.touch-thought-process .touch-step-item .touch-step-content .touch-product-tags{display:flex;flex-wrap:wrap;gap:8px}.touch-thought-process .touch-step-item .touch-step-content .touch-product-tags .touch-product-tag{padding:5px 10px;border-radius:8px;font-size:14px;color:#222;border:1px solid #e5e5e5}.touch-thought-process .touch-step-item .touch-step-content .touch-product-tags .touch-product-tag .tag-key{color:#666;margin-right:4px}.touch-thought-process .touch-step-item .touch-step-content .touch-step-description{font-size:14px;color:#222;line-height:20px;margin-bottom:8px}.touch-thought-process .touch-step-item .touch-step-content .touch-step-sub-description{font-size:14px;color:#666;line-height:20px}.touch-thought-process .touch-step-item .touch-step-content .touch-execution-item{display:flex;align-items:flex-start;margin-bottom:8px;font-size:14px;line-height:20px;color:#222}.touch-thought-process .touch-step-item .touch-step-content .touch-execution-item .touch-process-icon{width:16px;height:16px;margin-right:8px;margin-top:2px;flex-shrink:0}.touch-thought-process .touch-step-item .touch-step-content .touch-execution-item p{margin:0;flex:1}.touch-thought-process .touch-step-item:last-child{padding-bottom:0}.touch-thought-process .touch-step-item:last-child:before{display:none}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-centent{position:relative;border-radius:8px;overflow:hidden}.product-centent .img-mask{border-radius:8px;overflow:hidden;width:100%;height:100%;background:#0000000d;position:absolute;top:0;left:0;z-index:1;pointer-events:none}.product-a{padding-bottom:100%;width:100%;border-radius:8px;position:relative;display:block}.product-img-content{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;max-width:100%;max-height:100%}.touch-precise-details{width:100%}.touch-precise-details .details-header{font-size:20px;font-weight:600}.touch-precise-details .supplier-list{width:100%;margin-top:10px;display:flex;flex-direction:column;gap:20px;padding-bottom:20px}.touch-precise-details .supplier-item{width:100%;position:relative;font-size:14px;border-radius:16px;padding:0 20px;box-sizing:border-box}.touch-precise-details .supplier-name{cursor:pointer;font-size:16px;font-weight:700}.touch-precise-details .supplier-props{width:100%;margin-top:5px;display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px}.touch-precise-details .certification-icon{gap:4px;display:flex;align-items:center}.touch-precise-details .deep-search{position:absolute;top:24px;right:20px;border-radius:12px;padding:10px 15px;font-size:14px;box-sizing:border-box;background:#181818;cursor:pointer;color:#fff}.touch-precise-details .recommended-tags{display:flex;gap:10px;flex-wrap:wrap}.touch-precise-details .recommended-tags-item{border-radius:280px;padding:2px 10px;box-sizing:border-box;background:#f7f7f7}.touch-precise-details .score-detail{margin-top:20px}.touch-precise-details .score-detail .expand-icon{display:flex;gap:6px}.touch-precise-details .score-detail .collapsa-hearder{font-size:16px;font-weight:500}.touch-precise-details .score-detail .ant-collapse{border-radius:12px;background:#f7f7f7}.touch-precise-details .score-detail .ant-collapse-header{padding:15px 20px}.touch-precise-details .score-detail .ant-collapse-content{border-top:none;background:#f7f7f7}.touch-precise-details .score-detail .ant-collapse-content>.ant-collapse-content-box{padding:0 20px 20px}.touch-precise-details .score-detail-content{margin-top:5px;width:100%;display:flex;flex-direction:column;gap:12px}.touch-precise-details .score-detail-content .score-header{display:flex;font-size:16px;font-weight:700}.touch-precise-details .score-detail-content .score-header>:first-child{margin-right:20px}.touch-precise-details .score-detail-content .score-header>:nth-child(2){display:flex;align-items:center;gap:5px}.touch-precise-details .score-detail-content .score-reason{margin-top:5px;margin-left:9px;font-size:14px;color:#555}.touch-precise-details .star-icon{color:#fc0}.touch-precise-details .product-list-container{position:relative;margin-top:20px}.touch-precise-details .scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #e8e8e8;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.touch-precise-details .scroll-btn:hover{background:#f5f5f5;transform:translateY(-50%) scale(1.1)}.touch-precise-details .scroll-btn:active{transform:translateY(-50%) scale(.95)}.touch-precise-details .scroll-btn .anticon{font-size:14px;color:#333}.touch-precise-details .scroll-btn-left{left:-8px}.touch-precise-details .scroll-btn-right{right:-8px}.touch-precise-details .product-list{width:100%;display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.touch-precise-details .product-list::-webkit-scrollbar{display:none}.touch-precise-details .product-item{width:170px;height:auto;padding:5px;box-sizing:border-box;border-radius:8px}.touch-precise-details .product-item:hover{box-shadow:0 4px 20px #0000001a}.touch-precise-details .product-item .product-centent{position:relative;width:160px;height:160px;border-radius:8px;overflow:hidden}.touch-precise-details .product-item .img-mask{border-radius:8px;overflow:hidden;width:160px;height:160px;background:#0000000d;position:absolute;top:0;left:0;z-index:1;pointer-events:none}.touch-precise-details .product-item .product-a{padding-bottom:100%;width:100%;border-radius:8px;position:relative;display:block}.touch-precise-details .product-item .product-img{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;max-width:100%;max-height:100%}.touch-precise-details .product-item .product-price{margin-top:10px;font-weight:700;color:#3d3d3d}.touch-precise-details .product-item .prop-list{margin-top:5px;display:flex;gap:5px;flex-wrap:wrap}.touch-precise-details .product-item .prop-item{background:#f4f4f4;padding:5px;box-sizing:border-box;border-radius:8px}.touch-precise-details .touch-add-contact-button{width:100%;padding:10px;text-align:center;color:#fff;font-size:16px;font-weight:700;line-height:24px;border-radius:12px;background:#000;border:0;margin-top:10px}.touch-precise-details .touch-overall-wrap{background:#f7f7f7;border-radius:12px;padding:12px 10px;margin:10px 0;display:flex;justify-content:space-between}.touch-precise-details .score-number{font-weight:700}.touch-precise-details .ant-divider-vertical{margin-inline:0}.touch-model-title{font-size:16px;font-weight:700;line-height:24px;letter-spacing:normal;color:#222;padding:20px;display:flex;justify-content:space-between}.touch-close-icon{position:relative}.touch-score-wrap{display:flex;flex-direction:column;height:100%}.touch-score-wrap .score-number-title{font-size:20px;font-weight:700;line-height:30px;margin-right:2px}.touch-score-wrap .touch-score-main{padding:0 20px 20px;margin-top:-10px;flex:1;overflow-y:auto}.touch-score-wrap .touch-overall-sub-title{font-size:12px;line-height:18px;color:#888}.touch-score-wrap .star-icon{color:#fc0}.touch-score-wrap .score-number{line-height:30px;margin-bottom:15px}.touch-score-wrap .score-item{display:flex;flex-direction:column}.touch-score-wrap .score-header{font-size:14px;font-weight:700;line-height:20px;letter-spacing:normal;color:#222}.touch-score-wrap .score-progress{gap:5px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:normal;color:#222;display:flex;align-items:center}.touch-score-wrap .score-detail-content{display:flex;flex-direction:column;gap:15px;font-size:14px;font-weight:400;line-height:18px;letter-spacing:normal;color:#555}.touch-score-wrap .touch-total-wrap{margin-bottom:15px}.touch-score-wrap .ant-progress-inner{background-color:#fff0b6}.touch-score-wrap .score-reason{margin-top:5px}.go-pc-modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.go-pc-modal-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffffe6;opacity:0;transition:opacity .3s ease}.go-pc-modal-mask.show{opacity:1}.go-pc-modal-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:all .3s ease;pointer-events:none}.go-pc-modal-content.show{opacity:1;transform:scale(1)}.go-pc-modal-content .go-pc-modal-inner{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 20px;pointer-events:auto}.go-pc-modal-content .go-pc-modal-inner .go-pc-image{width:260px;height:auto;margin-bottom:24px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.go-pc-modal-content .go-pc-modal-inner .go-pc-text .go-pc-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px;line-height:1.4}.go-pc-modal-content .go-pc-modal-inner .go-pc-text .go-pc-subtitle{font-size:14px;color:#666;line-height:1.4}.touch-supplier-wrap{display:flex;flex-direction:column;height:100%}.touch-supplier-scroll-content{display:flex;flex-direction:column;overflow-y:auto;flex:1;padding-right:5px;margin-right:-5px}.touch-update-time{font-size:12px;font-weight:400;line-height:18px;letter-spacing:normal;color:#888;margin:5px 20px}.touch-prod-list{height:100%;display:flex;flex-direction:column;padding:0 16px 16px;background:#fff}.touch-prod-list .touch-prod-list-header{margin-bottom:16px}.touch-prod-list .touch-prod-list-header .prod-count{font-size:16px;font-weight:600;color:#222}.touch-prod-list .touch-prod-list-container{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:5px;margin-right:-5px}.touch-prod-list .touch-prod-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.touch-prod-list .touch-prod-item{border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;transition:all .3s ease}.touch-prod-list .touch-prod-item:active{transform:scale(.98);opacity:.9}.touch-prod-list .touch-prod-item .touch-prod-content{padding:8px 0}.touch-prod-list .touch-prod-item .touch-prod-content .touch-prod-title{font-size:14px;line-height:20px;margin-bottom:8px;color:#222;height:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.touch-prod-list .touch-prod-item .touch-prod-content .touch-data-sourcing{display:flex;align-items:center;margin-bottom:8px}.touch-prod-list .touch-prod-item .touch-prod-content .touch-data-sourcing span{color:#888;font-size:12px}.touch-prod-list .touch-prod-item .touch-prod-content .touch-data-sourcing .touch-source-img{width:16px;height:16px;border-radius:50%;background:#e5e5e5;display:flex;justify-content:center;align-items:center;margin-right:4px;flex-shrink:0}.touch-prod-list .touch-prod-item .touch-prod-content .touch-data-sourcing .touch-source-img img{width:10px}.touch-prod-list .touch-prod-item .touch-prod-content .touch-prod-price{margin-bottom:4px;min-height:20px}.touch-prod-list .touch-prod-item .touch-prod-content .touch-prod-price .price-text{font-size:16px;font-weight:700;color:#222}.touch-prod-list .touch-prod-item .touch-prod-content .touch-prod-moq .moq-text{font-size:12px;color:#999}.touch-prod-list .touch-prod-loading{display:flex;justify-content:center;padding:16px 0}.user-message-text{padding:15px 20px;box-sizing:border-box;background:#fdeece;border-radius:12px 12px 0;max-width:100%;word-wrap:break-word;word-break:normal;white-space:pre-wrap;overflow-wrap:break-word}.content-img{border-radius:12px;overflow:hidden;max-width:150px;background:#fdeece}.content-file{cursor:pointer}.content-file .ant-attachment-list-card{background:#fdeece}.time-splitter{text-align:center;color:#999}.user-message-reply{display:flex;flex-direction:column;align-items:flex-end}.user-message-reply .user-message-reply-text{background:#f5f5f5;padding:4px 15px;box-sizing:border-box;color:#888;line-height:36px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.guide-card .ant-card-body .ant-checkbox-wrapper{font-size:14px;line-height:1.5}.guide-card .ant-card-body .ant-checkbox-wrapper.disabled,.guide-card .ant-card-body .ant-checkbox-wrapper.disabled .ant-checkbox-input{cursor:not-allowed}.guide-card .ant-card-body .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border-radius:3px;border-color:#d9d9d9}.guide-card .ant-card-body .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner:hover{border-color:#181818}.guide-card .ant-card-body .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:#181818;border-color:#181818}.guide-card .ant-card-body .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff}.guide-card .ant-card-body .ant-checkbox-wrapper .ant-checkbox+span{color:#000000e0;font-weight:400}.guide-card .ant-card-body .ant-input{border-radius:4px;border-color:#d9d9d9}.guide-card .ant-card-body .ant-input:focus,.guide-card .ant-card-body .ant-input:hover{border-color:#181818;box-shadow:0 0 0 2px #1890ff1a}.guide-card .ant-card-body .ant-input::placeholder{color:#bfbfbf;font-size:12px}.guide-card .ant-card-body .ant-btn{transition:all .2s ease}.guide-card .ant-card-body .ant-btn:hover{border-color:#181818;box-shadow:0 2px 4px #0000001a}.guide-card .ant-card-body .ant-btn:hover .anticon{color:#181818}.guide-card .ant-card-body .ant-btn:focus{border-color:#181818;box-shadow:0 0 0 2px #1890ff1a}.guide-card .option-group{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.guide-card .option-input{animation:slideIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-10px);width:0}to{opacity:1;transform:translate(0);width:100%}}.dark-theme .guide-card .ant-card{background-color:#1f1f1f;border-color:#333}.dark-theme .guide-card .ant-typography{color:#fff}.dark-theme .guide-card .ant-checkbox-wrapper .ant-checkbox+span{color:#fff}.dark-theme .guide-card .ant-input{background-color:#2f2f2f;border-color:#555;color:#fff}.dark-theme .guide-card .ant-input::placeholder{color:#888}.dark-theme .guide-card .ant-btn{background-color:#2f2f2f;border-color:#555;color:#fff}.dark-theme .guide-card .ant-btn:hover{border-color:#181818;background-color:#3f3f3f}.quick-search-button{border-radius:12px;box-sizing:border-box;border:1px solid #DDE2E9;display:flex;padding:15px 20px;gap:10px;background-color:#fff;line-height:24px;align-items:center;font-size:16px;margin-top:10px;cursor:pointer}.quick-search-button[disabled]{cursor:not-allowed}.quick-search-button .quick-search-result{font-weight:400;line-height:24px;letter-spacing:normal;color:#888}.rich-ai-text{line-height:24px;word-break:normal;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.rich-ai-text code{white-space:pre-wrap;word-wrap:break-word}.rich-ai-text h1,.rich-ai-text h2,.rich-ai-text h3,.rich-ai-text h4,.rich-ai-text h5,.rich-ai-text h6{margin-bottom:10px;margin-top:20px}.rich-ai-text h1{line-height:40px}.rich-ai-text h2{font-size:20px}.rich-ai-text a{color:#0061ff;text-decoration:none}.rich-ai-text a:hover{text-decoration:underline;color:#0061ff}.rich-ai-text table{border-collapse:collapse;width:100%}.rich-ai-text table,.rich-ai-text th,.rich-ai-text td{border:1px solid #000}.rich-ai-text th,.rich-ai-text td{padding:8px;box-sizing:border-box;text-align:left}.rich-ai-text th{background-color:#eee}.rich-ai-text th:first-child,.rich-ai-text td:first-child{width:200px;min-width:200px;max-width:200px}.rich-ai-text ul,.rich-ai-text ol{font-size:16px;padding-left:20px;list-style:revert}.rich-ai-text li{font-size:16px;margin-bottom:5px}.flow-loading-container+.rich-ai-text{background:#f8faff;padding:15px 20px;box-sizing:border-box;border-radius:8px}.markdown-wrapper{position:relative}.markdown-wrapper.closed .summary{max-height:72px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,black 30%,transparent 100%);mask-image:linear-gradient(to bottom,black 30%,transparent 100%)}.markdown-wrapper .view-more{position:absolute;bottom:0;right:0;width:auto;padding-left:30px;text-align:center;cursor:pointer;line-height:24px;background:linear-gradient(to right,transparent 0%,#F8FAFF 10%,#F8FAFF 100%);color:#0073ff;text-decoration:underline}.markdown-wrapper .view-more:hover{font-weight:700}.procurement-requirements-wrap .procurement-requirements-text{margin-top:-25px;color:transparent;opacity:0;display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.procurement-requirements-wrap .procurement-requirements-msg{background:#f5f5f5;padding:20px 20px 10px;border-radius:20px;box-sizing:border-box;font-size:14px}.procurement-requirements-wrap .procurement-requirements-msg .pr-msg-li{display:flex;margin-bottom:10px;box-sizing:border-box}.procurement-requirements-wrap .procurement-requirements-msg .pr-msg-li:nth-child(2){border-bottom:1px solid #D8D8D8;padding-bottom:15px;margin-bottom:15px}.procurement-requirements-wrap .procurement-requirements-msg .pr-msg-li .pr-msg-label{flex-shrink:0;color:#888;margin-right:4px}.procurement-requirements-wrap .procurement-requirements-msg .pr-msg-li .pr-msg-value{font-weight:700}.card-container{position:relative;width:429px;padding:20px;box-sizing:border-box;border-radius:20px;background-color:#fff;border:1px solid #C9C9C9;font-size:16px;overflow:hidden}.card-container .card-title{display:flex;gap:5px;align-items:center;font-weight:700}.card-container .card-details{display:flex;flex-direction:column;gap:10px}.card-container .card-details .product-entity{display:flex;gap:10px;font-weight:700;align-items:baseline}.card-container .card-details .loading-icon{margin-top:5px;align-self:self-start}.card-container .card-details .card-divider{margin:0}.card-container .card-details .product-attribute-list{display:flex;flex-direction:column;gap:15px}.card-container .card-details .product-attribute-item{display:flex;flex-wrap:wrap;gap:5px}.card-container .card-details .attribute-title{flex-shrink:0}.card-container .card-details .attribute-value{padding:2px 10px;box-sizing:border-box;border-radius:4px;background:#fef4df}.card-container .card-details .product-props{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.card-container .card-details .product-props>span{white-space:nowrap;flex-shrink:0}.card-container .card-details .product-source{display:inline-flex;gap:5px;align-items:center;width:auto;align-self:flex-start;border-radius:172px;padding:5px 10px;box-sizing:border-box;background:#f2f2f2}.card-container .card-details .product-source .icon-item{display:flex;align-items:center;justify-content:center}.card-container .card-details .product-source .product-source-list{display:flex;align-items:center;justify-content:center;gap:2px}.card-container .card-footer{display:flex;justify-content:space-around;gap:20px}.card-container .card-footer .commom-btn{margin-top:20px;width:100%;cursor:pointer;font-weight:700;font-size:16px;line-height:24px;padding:10px 15px;text-align:center;box-sizing:border-box;border-radius:12px;border:none}.card-container .card-footer .commom-btn-selected{width:calc(50% - 10px)}.card-container .card-footer .edit-btn-project{width:100%}.card-container .card-footer .edit-btn{border:1px solid #000000;background-color:#fff}.card-container .card-footer .edit-btn:hover{background:#f2f2f2}.card-container .card-footer .edit-btn:disabled{cursor:not-allowed;opacity:.4}.card-container .card-footer .view-btn{background:#181818;color:#fff}.card-container .card-footer .view-btn:hover{color:#b7b7b7}.card-container .card-footer .view-btn:disabled{cursor:not-allowed;opacity:.4}.card-container .card-footer .view-btn-loading{background:linear-gradient(270deg,#181818,#181818ba)}.card-container-selected{border:1px solid #111;background:linear-gradient(233deg,#fffbf2 7%,#fffef9 42%,#fff 98%)}.card-container-detail-open{width:100%}.card-container-project{width:100%;cursor:pointer}.text-bold{font-weight:700}.card-container .card-details .entity-list{margin-top:20px;display:flex;flex-direction:column;gap:10px}.card-container .card-details .entity-item .entity-title{font-weight:700}.card-container .card-details .entity-item .entity-require{color:#888;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.touch-precise-details-one-stop{width:100%}.touch-precise-details-one-stop .details-header{font-size:20px;font-weight:600}.touch-precise-details-one-stop .supplier-list{width:100%;margin-top:10px;display:flex;flex-direction:column;gap:20px}.touch-precise-details-one-stop .supplier-name{cursor:pointer;font-size:16px;font-weight:700}.touch-precise-details-one-stop .supplier-props{width:100%;margin-top:5px;display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px}.touch-precise-details-one-stop .certification-icon{gap:4px;display:flex;align-items:center}.touch-precise-details-one-stop .deep-search{position:absolute;top:24px;right:20px;border-radius:12px;padding:10px 15px;font-size:14px;box-sizing:border-box;background:#181818;cursor:pointer;color:#fff}.touch-precise-details-one-stop .recommended-tags{display:flex;gap:10px;flex-wrap:wrap}.touch-precise-details-one-stop .recommended-tags-item{border-radius:280px;padding:2px 10px;box-sizing:border-box;background:#f7f7f7}.touch-precise-details-one-stop .score-detail{margin-top:20px}.touch-precise-details-one-stop .score-detail .expand-icon{display:flex;gap:6px}.touch-precise-details-one-stop .score-detail .collapsa-hearder{font-size:16px;font-weight:500}.touch-precise-details-one-stop .score-detail .ant-collapse{border-radius:12px;background:#f7f7f7}.touch-precise-details-one-stop .score-detail .ant-collapse-header{padding:15px 20px}.touch-precise-details-one-stop .score-detail .ant-collapse-content{border-top:none;background:#f7f7f7}.touch-precise-details-one-stop .score-detail .ant-collapse-content>.ant-collapse-content-box{padding:0 20px 20px}.touch-precise-details-one-stop .score-detail-content{margin-top:5px;width:100%;display:flex;flex-direction:column;gap:12px}.touch-precise-details-one-stop .score-detail-content .score-header{display:flex;font-size:16px;font-weight:700}.touch-precise-details-one-stop .score-detail-content .score-header>:first-child{margin-right:20px}.touch-precise-details-one-stop .score-detail-content .score-header>:nth-child(2){display:flex;align-items:center;gap:5px}.touch-precise-details-one-stop .score-detail-content .score-reason{margin-top:5px;margin-left:9px;font-size:14px;color:#555}.touch-precise-details-one-stop .star-icon{color:#fc0}.touch-precise-details-one-stop .product-list-container{position:relative;margin-top:20px}.touch-precise-details-one-stop .scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #e8e8e8;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.touch-precise-details-one-stop .scroll-btn:hover{background:#f5f5f5;transform:translateY(-50%) scale(1.1)}.touch-precise-details-one-stop .scroll-btn:active{transform:translateY(-50%) scale(.95)}.touch-precise-details-one-stop .scroll-btn .anticon{font-size:14px;color:#333}.touch-precise-details-one-stop .scroll-btn-left{left:-8px}.touch-precise-details-one-stop .scroll-btn-right{right:-8px}.touch-precise-details-one-stop .product-list{width:100%;display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.touch-precise-details-one-stop .product-list::-webkit-scrollbar{display:none}.touch-precise-details-one-stop .product-item{width:170px;height:auto;padding:5px;box-sizing:border-box;border-radius:8px}.touch-precise-details-one-stop .product-item:hover{box-shadow:0 4px 20px #0000001a}.touch-precise-details-one-stop .product-item .product-centent{position:relative;width:160px;height:160px;border-radius:8px;overflow:hidden}.touch-precise-details-one-stop .product-item .img-mask{border-radius:8px;overflow:hidden;width:160px;height:160px;background:#0000000d;position:absolute;top:0;left:0;z-index:1;pointer-events:none}.touch-precise-details-one-stop .product-item .product-a{padding-bottom:100%;width:100%;border-radius:8px;position:relative;display:block}.touch-precise-details-one-stop .product-item .product-img{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;max-width:100%;max-height:100%}.touch-precise-details-one-stop .product-item .product-price{margin-top:10px;font-weight:700;color:#3d3d3d}.touch-precise-details-one-stop .product-item .prop-list{margin-top:5px;display:flex;gap:5px;flex-wrap:wrap}.touch-precise-details-one-stop .product-item .prop-item{background:#f4f4f4;padding:5px;box-sizing:border-box;border-radius:8px}.touch-precise-details-one-stop .touch-add-contact-button{width:100%;padding:10px;text-align:center;color:#fff;font-size:16px;font-weight:700;line-height:24px;border-radius:12px;background:#000;border:0;margin-top:10px}.touch-precise-details-one-stop .touch-overall-wrap{background:#f7f7f7;border-radius:12px;padding:12px 10px;margin:10px 0;display:flex;justify-content:space-between}.touch-precise-details-one-stop .score-number{font-weight:700}.touch-supplier-item{width:100%;box-sizing:border-box;padding:15px}.touch-supplier-item .company-name{font-size:16px;font-weight:700;color:#222;line-height:24px}.touch-supplier-item .supplier-score-wrap{display:flex;align-items:center;gap:4px}.touch-supplier-item .supplier-info{display:flex;align-items:center;gap:10px;margin:5px 0 10px;flex-wrap:wrap}.touch-supplier-item .supplier-info img{vertical-align:middle}.touch-supplier-item .supplier-info .supplier-score{font-family:Roboto;font-weight:700;font-size:14px;color:#222}.touch-supplier-item .supplier-info .star-icon{color:#fc0;font-size:16px;margin-right:4px}.touch-supplier-item .supplier-info .address-text{font-size:14px;color:#222}.touch-supplier-item .supplier-info .platform-icon{width:16px;height:20px}.touch-supplier-item .supplier-info .environment-icon{font-size:16px;color:#222}.touch-supplier-item .supplier-good-list{display:flex;gap:10px;align-items:center;margin-bottom:15px;font-size:14px;color:#222;flex-wrap:wrap}.touch-supplier-item .supplier-good-list span{flex-shrink:0}.touch-supplier-item .supplier-good-list .supplier-good-tag{border-radius:8px;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;color:#222;box-sizing:border-box;background:#fdeece;padding:5px 10px;border:1px solid #FFD479}.touch-supplier-item .goods-list-container{position:relative;width:100%;margin-top:20px}.touch-supplier-item .goods-list-container .goods-list{display:flex;width:100%;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.touch-supplier-item .goods-list-container .goods-list::-webkit-scrollbar{display:none}.touch-supplier-item .goods-list-container .goods-list .good-item{display:flex;gap:10px;border-radius:8px;background-color:transparent;cursor:pointer;flex-shrink:0;transition:box-shadow .3s ease-in-out;flex-direction:column}.touch-supplier-item .goods-list-container .goods-list .good-item:hover{box-shadow:0 4px 10px #0000001a;background:#fff}.touch-supplier-item .goods-list-container .goods-list .good-item .good-img{border-radius:8px;width:140px;height:140px}.touch-supplier-item .goods-list-container .goods-list .good-item .good-info{flex:1 1 0%;display:flex;flex-direction:column;position:relative}.touch-supplier-item .goods-list-container .goods-list .good-item .good-info .good-text{color:#222;font-size:14px;margin-bottom:15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:20px;max-height:40px}.touch-supplier-item .goods-list-container .goods-list .good-item .good-info .good-price{font-size:14px;font-weight:700;color:#222}.touch-supplier-item .goods-list-container .goods-list .good-item .good-info .moq-number{font-size:12px;color:#222}.touch-supplier-item .goods-list-container .goods-list .good-item .good-info .good-tag-list{display:flex;flex-wrap:wrap;gap:5px;position:absolute;bottom:0;left:0;right:0;height:26px;line-height:16px;overflow:hidden}.touch-supplier-item .goods-list-container .goods-list .good-item .good-info .good-tag-list .good-tag{display:flex;flex-shrink:0;align-items:center;justify-content:center;font-size:12px;background:#f4f4f4;border-radius:8px;padding:5px;color:#222;white-space:nowrap;max-width:100%}.touch-supplier-item .goods-list-container .goods-list .good-item .good-info .good-tag-list .good-tag-after{content:"";flex-grow:9999}.touch-supplier-item .goods-list-container .scroll-indicator{border-radius:50%;background-color:#fff;display:flex;width:30px;height:30px;justify-content:center;align-items:center;box-shadow:0 4px 10px #0000001a;z-index:20;position:absolute;top:35%;transform:translateY(-50%);cursor:pointer;transition:all .3s ease}.touch-supplier-item .goods-list-container .scroll-indicator:hover{box-shadow:0 6px 12px #00000026}.touch-supplier-item .goods-list-container .scroll-indicator .indicator-icon{font-size:12px;color:#000}.touch-supplier-item .goods-list-container .scroll-indicator.scroll-indicator-right{right:0}.touch-supplier-item .goods-list-container .scroll-indicator.scroll-indicator-left{left:0}.touch-one-stop-supplier-list{width:100%;display:flex;flex-direction:column;gap:20px;padding:20px}.touch-one-stop-supplier-list .rank-title{display:flex;align-items:center;font-size:20px;font-weight:700;color:#222;margin-bottom:5px}.touch-one-stop-supplier-list .rank-title-desc{font-size:14px;color:#888;margin-bottom:15px}.touch-one-stop-supplier-list .rank-title-desc.best-overall-card-desc{color:#222}.touch-one-stop-supplier-list .suppliers-big-card{width:100%;border-radius:16px;background:#f7f7f7;box-sizing:border-box;border:1px solid #222}.touch-one-stop-supplier-list .suppliers-big-card:not(:last-child){margin-bottom:15px}.touch-one-stop-supplier-list .suppliers-big-card.best-overall-card{background:linear-gradient(90deg,#ffd780,#feeabe 99%)}.touch-one-stop-supplier-list .suppliers-big-card .search-item-info{display:flex;justify-content:space-between;align-items:center;height:70px;box-sizing:border-box;padding:12px 20px;border-radius:16px;background:transparent}.touch-one-stop-supplier-list .suppliers-big-card .search-item-info .supplier-number{font-weight:700;font-size:20px;margin-right:2px}.touch-one-stop-supplier-list .suppliers-big-card .search-item-info .overall-score-number{font-weight:700;font-size:20px;margin-right:4px}.touch-one-stop-supplier-list .suppliers-big-card .search-item-info .info-text{font-size:16px;color:#222}.touch-one-stop-supplier-list .suppliers-big-card .search-item-info .add-contact-button{border-radius:12px;background:#181818;width:151px;height:40px}.touch-one-stop-supplier-list .suppliers-big-card .suppliers-container{width:100%;border-radius:16px;background:#fff}.touch-one-stop-supplier-list .suppliers-big-card .suppliers-container.best-overall-container{background:linear-gradient(241deg,#fff9ee 8%,#fffefb 42%,#fbf9f3 98%)}.touch-one-stop-supplier-list .suppliers-big-card .scroll-indicator{border-radius:50%;background-color:#fff;display:flex;width:30px;height:30px;justify-content:center;align-items:center;box-shadow:0 4px 10px #0000001a;z-index:20;position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;transition:all .3s ease}.touch-one-stop-supplier-list .suppliers-big-card .scroll-indicator:hover{box-shadow:0 6px 12px #00000026}.touch-one-stop-supplier-list .suppliers-big-card .scroll-indicator .indicator-icon{font-size:12px;color:#000}.touch-one-stop-supplier-list .suppliers-big-card .scroll-indicator.scroll-indicator-right{right:0}.touch-one-stop-supplier-list .suppliers-big-card .scroll-indicator.scroll-indicator-left{left:0}.touch-one-stop-supplier-list .suppliers-big-card .star-icon{color:#fc0;font-size:16px;margin-right:4px}.touch-one-stop-supplier-list .suppliers-big-card .divider-container{display:flex;width:100%;box-sizing:border-box;padding:0 20px}.multi-entity-separately{display:flex;flex-direction:column;gap:10px;align-items:flex-start;line-height:24px}.multi-entity-separately .guide-button{display:inline-flex;gap:14px;padding:10px 15px;background:#efefef;border-radius:12px;border:none;cursor:pointer}.multi-entity-separately .guide-button span{font-weight:700}.circle-wrap{display:flex;justify-content:center;align-items:center;gap:10px;background:#f5f5f5;width:84px;height:50px;border-radius:8px}.circle-item{width:8px;height:8px;background:#181818;border-radius:50%;display:inline-block}.circle-animated{animation:circle 1.2s infinite ease-in-out}.loading{display:inline-block;width:16px;height:16px;position:relative}.loading.white:before{background:conic-gradient(from 90deg at 50% 50%,#fff0,#fff 360deg)}.loading:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:100%;height:100%;border-radius:50%;background:conic-gradient(from 90deg at 50% 50%,rgba(243,251,255,.0001) 0deg,var(--color-default) 360deg);mask:radial-gradient(farthest-side,transparent 81.25%,black 81.25%);animation:spin 1s linear infinite}.loading-text .loading{margin-right:5px}@keyframes circle{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.skeleton-wrap{display:flex;flex-direction:column;gap:10px}.skeleton-item{height:16px;width:100%;border-radius:2px;background:linear-gradient(90deg,#dcdcdc 25%,#eee,#dcdcdc 75%);background-size:200% 100%;animation:shimmer 3s linear infinite}.skeleton-item.short{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.greet-action-wrap{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.greet-action-wrap .greet-action-button{background:#f5f5f5;box-sizing:border-box;border:1px solid #DDE2E9;padding:15px;border-radius:12px;display:flex}.greet-action-wrap .greet-action-button .greet-title{font-size:16px;font-weight:700;line-height:24px;color:#222;flex-shrink:0}.greet-action-wrap .greet-action-button .greet-value{cursor:pointer;color:#555;text-align:left;font-size:16px;font-weight:400;line-height:24px;margin-left:8px}.greet-action-wrap .greet-action-button:hover{background:#e8e8e8;border:1px solid #DDE2E9}.greet-action-wrap .greet-action-text{margin-bottom:5px}.message-item-user{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.message-item-assistant{width:100%;display:flex;flex-direction:column;gap:10px}.chat-messages{width:60%;font-size:16px;display:flex;flex-direction:column;box-sizing:border-box;gap:30px;padding:0 20px;background:#fff;border-radius:8px;word-wrap:break-word;word-break:normal;overflow-wrap:break-word}.chat-messages .assistant-message{width:auto;align-self:flex-start;width:90%}.chat-messages .assistant-message:last-child{padding-bottom:10px}.chat-messages .user-message{width:auto;align-self:flex-end;max-width:90%}.scroll-chat-message-wrap{overflow-y:auto;flex:1;display:flex;justify-content:center;width:100%;position:relative}.float-button{position:absolute;left:50%;transform:translate(-50%);z-index:2}.chat-messages .ant-spin .ant-spin-dot-item{background-color:#fdc959}.chat-todo-position{border:1px solid #FFE58F;box-shadow:0 4px 10px #0000001a;box-sizing:border-box;border-radius:8px;width:60%;font-size:16px;transition:all .3s ease;cursor:pointer;position:relative;z-index:9}.chat-todo-position.chat-todo-position-one{font-weight:700}.chat-todo-position .anticon-down{transition:transform .3s ease;transform-origin:center}.chat-todo-position:hover .anticon-down{transform:rotate(180deg)}.chat-todo-position:hover .chat-todo-list{max-height:500px;opacity:1;visibility:visible}.chat-todo-position .chat-todo-header{display:flex;justify-content:space-between;align-items:center;padding:15px;box-sizing:border-box;position:sticky;z-index:10;border-radius:8px;background:linear-gradient(90deg,#fff9ed,#fff 99%)}.chat-todo-position .chat-todo-title{display:flex;align-items:center;font-weight:700}.chat-todo-position .chat-todo-title img{width:16px;margin-right:5px}.chat-todo-position .chat-todo-item{display:flex;gap:5px;padding:15px}.chat-todo-position .chat-todo-item:hover{background:#0000000d}.chat-todo-position .chat-todo-item .chat-todo-item-text{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.chat-todo-position .chat-todo-item .chat-todo-item-text .follow-divider{width:1.5px;height:15px;margin:0 7px;background-color:#222}.chat-todo-position .chat-todo-list{box-shadow:0 4px 10px #0000001a;padding-bottom:5px;box-sizing:border-box;max-height:0;opacity:0;visibility:hidden;transition:all .3s ease;position:absolute;left:-1px;right:-1px;background:linear-gradient(90deg,#fff9ed,#fff 99%);border:1px solid #FFE58F;border-top:0;border-radius:0 0 8px 8px;z-index:9;margin-top:-5px;overflow-y:auto}.chat-todo-position .chat-todo-li{padding:10px 15px 10px 36px;box-sizing:border-box;transition:background-color .2s ease;display:flex}.chat-todo-position .chat-todo-li:hover{background:#0000000d}.chat-todo-position .chat-todo-li span{display:flex}.chat-todo-position .chat-todo-li .chat-todo-label{flex-shrink:0;padding-right:5px}.chat-todo-position .chat-todo-li .chat-todo-name{padding-left:5px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.option-input{background-color:#f7f7f7;border-radius:12px;padding:10px;margin-bottom:10px}.option-input .option-input-description{font-size:14px;line-height:20px;color:#222;margin-bottom:12px;font-weight:400}.option-input .option-input-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.option-input .option-tag{display:inline-flex;align-items:center;background:#fff;border:1px solid #DDE2E9;border-radius:12px;padding:10px;font-size:14px;line-height:20px;color:#222;transition:all .2s ease;-webkit-user-select:none;user-select:none}.option-input .option-tag .option-tag-label{margin-right:6px;white-space:nowrap}.option-input .option-tag .option-tag-remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background-color:#222;color:#fff;border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0;font-size:10px}.option-input .option-tag .option-tag-remove:hover{background-color:#333;transform:scale(1.1)}.option-input .option-tag .option-tag-remove:focus{outline:2px solid #1890ff;outline-offset:1px}.option-input .option-tag .option-tag-remove:active{transform:scale(.95)}.option-input .option-tag:hover:not(.readonly):not(.more-indicator){background-color:#f0f0f0;border-color:#bfbfbf}.option-input .option-tag.readonly{cursor:default}.option-input .option-tag.readonly .option-tag-label{margin-right:0}.option-input .option-tag.more-indicator{background-color:#e6f7ff;border-color:#91d5ff;color:#1890ff;cursor:default}.option-input .option-tag.more-indicator .option-tag-label{margin-right:0;font-weight:500}@media (max-width: 768px){.option-input .option-input-description{font-size:13px;line-height:18px;margin-bottom:10px}.option-input .option-input-tags{gap:6px}.option-input .option-tag{padding:5px 10px;font-size:13px;line-height:18px}.option-input .option-tag .option-tag-label{margin-right:4px}.option-input .option-tag .option-tag-remove{width:14px;height:14px;font-size:9px}}@media (max-width: 480px){.option-input .option-input-description{font-size:12px;line-height:16px;margin-bottom:8px}.option-input .option-input-tags{gap:4px}.option-input .option-tag{padding:4px 8px;font-size:12px;line-height:16px;border-radius:16px}.option-input .option-tag .option-tag-label{margin-right:4px}.option-input .option-tag .option-tag-remove{width:12px;height:12px;font-size:8px}}.dark-theme .option-input .option-input-description{color:#fff}.dark-theme .option-input .option-tag{background-color:#2f2f2f;border-color:#555;color:#fff}.dark-theme .option-input .option-tag .option-tag-remove{background-color:#888;color:#fff}.dark-theme .option-input .option-tag .option-tag-remove:hover{background-color:#666}.dark-theme .option-input .option-tag:hover:not(.readonly):not(.more-indicator){background-color:#3f3f3f;border-color:#777}.dark-theme .option-input .option-tag.more-indicator{background-color:#1f3a5f;border-color:#3a7bd5;color:#5fb3f7}@keyframes tagRemove{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}to{opacity:0;transform:scale(.5)}}@keyframes tagAdd{0%{opacity:0;transform:scale(.5)}50%{opacity:.5;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.option-tag.removing{animation:tagRemove .3s ease-out forwards}.option-tag.adding{animation:tagAdd .3s ease-out}.option-input-empty{color:#999;font-size:14px;font-style:italic;text-align:center;padding:20px;border:2px dashed #d9d9d9;border-radius:8px;margin-top:8px}.option-input-limit{font-size:12px;color:#666;margin-top:8px}.option-input-limit.warning{color:#ff7a00}.option-input-limit.error{color:#ff4d4f}.letter-avatar{display:flex;justify-content:center;align-items:center;border-radius:50%;background:#fdc959;width:22px;height:22px;font-size:12px}@font-face{font-family:Roboto;src:url(https://ai.micstatic.com/common/font/roboto/400-regular/Roboto-Regular.eot) format("eot");src:local("Roboto"),local("Roboto Regular"),local("Roboto-Regular"),url(https://ai.micstatic.com/common/font/roboto/400-regular/Roboto-Regular.eot?#iefix) format("embedded-opentype"),url(https://ai.micstatic.com/common/font/roboto/400-regular/Roboto-Regular.woff2) format("woff2"),url(https://ai.micstatic.com/common/font/roboto/400-regular/Roboto-Regular.woff) format("woff"),url(https://ai.micstatic.com/common/font/roboto/400-regular/Roboto-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(https://ai.micstatic.com/common/font/roboto/700-bold/Roboto-Bold.eot) format("eot");src:local("Roboto Bold"),local("Roboto-Bold"),url(https://ai.micstatic.com/common/font/roboto/700-bold/Roboto-Bold.eot?#iefix) format("embedded-opentype"),url(https://ai.micstatic.com/common/font/roboto/700-bold/Roboto-Bold.woff2) format("woff2"),url(https://ai.micstatic.com/common/font/roboto/700-bold/Roboto-Bold.woff) format("woff"),url(https://ai.micstatic.com/common/font/roboto/700-bold/Roboto-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,group,menu,nav,section,p,div{margin:0;padding:0}body,html{line-height:1.5;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-tap-highlight-color:transparent}body{width:100%;height:100%;box-sizing:border-box;font-size:var(--font-size-main);color:var(--color-text);background:#fff}body,button,input,select,textarea,.ant-input,.ant-modal,.ant-alert,.ant-btn,.ant-steps,.ant-drawer{font-family:Roboto,Arial,Microsoft YaHei,sans-serif}fieldset,img{border:0}ul,ol{list-style:none}ins,a{text-decoration:none}a{cursor:pointer;color:var(--color-text-link)}a:hover{color:var(--color-text-link-hover)}textarea{resize:none}input:focus{outline:0 none}.width-auto{max-width:1200px;margin:0 auto}.ant-spin .ant-spin-dot .ant-spin-dot-item{background-color:#fdc959}
