:root,:host{--w-e-textarea-bg-color: #fff;--w-e-textarea-color: #333;--w-e-textarea-border-color: #ccc;--w-e-textarea-slight-border-color: #e8e8e8;--w-e-textarea-slight-color: #d4d4d4;--w-e-textarea-slight-bg-color: #f5f2f0;--w-e-textarea-selected-border-color: #B4D5FF;--w-e-textarea-handler-bg-color: #4290f7;--w-e-toolbar-color: #595959;--w-e-toolbar-bg-color: #fff;--w-e-toolbar-active-color: #333;--w-e-toolbar-active-bg-color: #f1f1f1;--w-e-toolbar-disabled-color: #999;--w-e-toolbar-border-color: #e8e8e8;--w-e-modal-button-bg-color: #fafafa;--w-e-modal-button-border-color: #d9d9d9}.w-e-text-container *,.w-e-toolbar *{box-sizing:border-box;margin:0;outline:none;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.w-e-text-container .w-e-scroll{-webkit-overflow-scrolling:touch;height:100%}.w-e-text-container [data-slate-editor]{word-wrap:break-word;border-top:1px solid transparent;min-height:100%;outline:0;padding:0 10px;white-space:pre-wrap}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;display:inline!important;max-width:100%;min-height:20px;min-width:20px}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{font-style:italic;left:10px;top:17px;width:90%}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);font-size:14px;padding:0 5px}.w-e-bar svg{fill:var(--w-e-toolbar-color);height:14px;width:14px}.w-e-bar-show{display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 5px #0000001f;position:absolute}.w-e-toolbar{flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);display:inline-flex;height:40px;margin:0 5px;width:1px}.w-e-bar-item{display:flex;height:40px;padding:4px;position:relative;text-align:center}.w-e-bar-item,.w-e-bar-item button{align-items:center;justify-content:center}.w-e-bar-item button{background:transparent;border:none;color:var(--w-e-toolbar-color);cursor:pointer;display:inline-flex;height:32px;overflow:hidden;padding:0 8px;white-space:nowrap}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);border-radius:5px;color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);font-size:.75em;opacity:0;padding:5px 10px;position:absolute;text-align:center;top:40px;transition:opacity .6s;visibility:hidden;white-space:pre;z-index:1}.w-e-menu-tooltip-v5:after{border:5px solid transparent;border-bottom:5px solid var(--w-e-toolbar-active-color);content:"";opacity:0;position:absolute;top:30px;transition:opacity .6s;visibility:hidden}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{left:100%;top:10px}.w-e-menu-tooltip-v5.tooltip-right:after{border-bottom-color:transparent;border-left-color:transparent;border-right-color:var(--w-e-toolbar-active-color);border-top-color:transparent;left:100%;margin-left:-10px;top:16px}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;display:none;left:0;margin-top:40px;position:absolute;top:0;z-index:1}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;left:0;margin-top:40px;max-height:350px;min-width:100px;overflow-y:auto;position:absolute;top:0;z-index:1}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;padding:7px 0 7px 25px;position:relative;text-align:left;white-space:nowrap}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{left:0;margin-left:5px;margin-top:-7px;position:absolute;top:50%}.w-e-bar-bottom .w-e-select-list{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;margin-top:40px;min-width:200px;padding:10px;position:absolute;top:0;z-index:1}.w-e-bar-bottom .w-e-drop-panel{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;color:var(--w-e-toolbar-color);font-size:14px;min-height:40px;min-width:100px;padding:20px 15px 0;position:absolute;text-align:left;z-index:1}.w-e-modal .btn-close{cursor:pointer;line-height:1;padding:5px;position:absolute;right:8px;top:7px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);height:10px;width:10px}.w-e-modal .babel-container{display:block;margin-bottom:15px}.w-e-modal .babel-container span{display:block;margin-bottom:10px}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);cursor:pointer;font-weight:400;height:32px;padding:4.5px 15px;text-align:center;touch-action:manipulation;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{font-feature-settings:"tnum";background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);font-variant:tabular-nums;padding:4.5px 11px;transition:all .3s;width:100%}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);height:1px;position:absolute;transition:width .3s;width:0}.w-e-full-screen-container{bottom:0!important;display:flex!important;flex-direction:column!important;height:100%!important;left:0!important;margin:0!important;padding:0!important;position:fixed;right:0!important;top:0!important;width:100%!important}.w-e-full-screen-container [data-w-e-textarea=true]{flex:1!important}.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;font-family:monospace;padding:3px}.w-e-panel-content-color{list-style:none;text-align:left;width:230px}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);border-radius:3px;cursor:pointer;display:inline-block;padding:2px}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;height:17px;width:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{line-height:1.5;margin-bottom:5px;width:100%}.w-e-panel-content-color .clear svg{height:16px;margin-bottom:-4px;width:16px}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.w-e-panel-content-emotion{font-size:20px;list-style:none;text-align:left;width:300px}.w-e-panel-content-emotion li{border-radius:3px;cursor:pointer;display:inline-block;padding:0 5px}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;display:block;height:1px}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);border-radius:4px;display:block;font-size:14px;padding:10px;text-indent:0}.w-e-text-container [data-slate-editor] .w-e-image-container{display:inline-block;margin:0 3px}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{overflow:hidden;position:relative}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);height:7px;position:absolute;width:7px}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;left:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;right:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{bottom:0;cursor:nesw-resize;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{bottom:0;cursor:nwse-resize;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover,.w-e-text-container [contenteditable=false] .w-e-image-container:hover{box-shadow:none}.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin:10px auto 0;padding:10px 0;text-align:center}.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;-webkit-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}[data-v-e0c96d38] .ant-tabs-nav-wrap,[data-v-e0c96d38] .ant-tabs-tabpane{padding:0 20px}.inputFile[data-v-e0c96d38]{width:400px;max-height:32px;background:#fff;cursor:pointer}.inputFile[data-v-e0c96d38] input{cursor:pointer;color:#000}.disFlex[data-v-deb10126]{display:flex}.disFlex.rowReverse[data-v-deb10126]{flex-direction:row-reverse}.disFlex.rowColumn[data-v-deb10126]{flex-direction:column}.disFlex.flexEnd[data-v-deb10126]{justify-content:flex-end}.disFlex.jcsb[data-v-deb10126]{justify-content:space-between}.disFlex.jcsa[data-v-deb10126]{justify-content:space-around}.disFlex.aic[data-v-deb10126]{align-items:center}.disFlex.acsa[data-v-deb10126]{align-content:space-around}.disFlex.flexWrap[data-v-deb10126]{flex-wrap:wrap}.flowText[data-v-deb10126]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fl[data-v-deb10126]{float:left}.fr[data-v-deb10126]{float:right}.clearfix[data-v-deb10126]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.modalCommon[data-v-deb10126]{padding:15px 0 0}.modalCommon[data-v-deb10126] .ant-form-item{display:inline-block;width:400px;margin-bottom:10px}.modalCommon[data-v-deb10126] .ant-form-item .ant-form-item-label{width:140px;text-align:right}.modalCommon[data-v-deb10126] .ant-form-item .ant-form-item-control-wrapper{display:inline-block;width:230px}.modalCommon[data-v-deb10126] .ant-form-item .ant-select{vertical-align:middle}.modalCommon[data-v-deb10126] .ant-form-item .ant-select-selection{max-height:86px;overflow:auto}.modalCommon[data-v-deb10126] .ant-form-item .ant-select-selection--multiple{max-height:32px;overflow:hidden}.modalCommon[data-v-deb10126] .ant-form-item .ant-select-selection--multiple .ant-select-selection__choice__content{max-width:90px}.pointer[data-v-deb10126]:hover{cursor:pointer;opacity:.8}.ant-message-custom-content .ant-message-error span[data-v-deb10126]{word-wrap:break-word}.txt-inline[data-v-deb10126]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:middle}.txt-inline2[data-v-deb10126]{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.txt-inline-clamp1[data-v-deb10126]{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}[data-v-deb10126] .ant-form-item-control{min-height:32px;line-height:32px}.col-img-box[data-v-deb10126]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-deb10126]{width:40px;height:40px}.modalCustom[data-v-deb10126] .ant-modal-header{padding:10px 15px}.modalCustom[data-v-deb10126] .ant-modal-body{padding:10px 24px}.modalCustom[data-v-deb10126] .ant-modal-body .ant-table-pagination.ant-pagination{margin:16px 0 6px}.modalCustom[data-v-deb10126] .ant-modal-close .ant-modal-close-x{width:40px;height:40px;line-height:40px}.bin_modals[data-v-deb10126] .ant-modal-body{padding:10px 20px}form:not(.ant-form-vertical) :not(.ant-input-group-wrapper)>.ant-input-group[data-v-deb10126],form:not(.ant-form-vertical) .ant-input-group-wrapper[data-v-deb10126]{top:0}.iconClib[data-v-deb10126]{display:none;cursor:pointer;color:#606266}.hoverClib:hover .iconClib[data-v-deb10126]{display:inline-block}.iconFont[data-v-deb10126]{cursor:pointer}.iconFont.blue[data-v-deb10126]{color:#1890ff}.iconFont[data-v-deb10126]:hover{cursor:pointer}.ant-popover-inner-content .operationStyle[data-v-deb10126]{margin:-12px -16px}.ant-popover-inner-content .operationStyle>div[data-v-deb10126]{padding:9px 26px;cursor:pointer;text-align:center;font-size:12px}.ant-popover-inner-content .operationStyle>div[data-v-deb10126]:hover{background:#E9F2FF;color:#056eff}.Warning[data-v-deb10126]{background:#FFF4E8;border:none}.Warning[data-v-deb10126] .ant-alert-message{color:#faad14}.bin_timeline .ant-timeline-item[data-v-deb10126]{font-size:12px;padding:0}.bin_timeline[data-v-deb10126] .ant-timeline-item-last>.ant-timeline-item-content{min-height:32px}.circleDot[data-v-deb10126]{display:inline-block;width:10px;height:10px;border-radius:50%}.loadBox[data-v-deb10126]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99999;background:rgba(255,255,255,.6);text-align:center;line-height:50}.textHover[data-v-deb10126]{cursor:pointer}.ant-table-row:hover .iconClib[data-v-deb10126]{display:inline-block}.ant-table-row:hover .textHover[data-v-deb10126]{color:#4c97ff}.ant-anchor-link.ant-anchor-link-active[data-v-deb10126]{background:#F6FAFF;border-right:2px solid #0E73FF}[data-v-deb10126] .ant-modal-footer{border-top:none}[data-v-deb10126] .errorIcon.ant-input-affix-wrapper .ant-input-suffix{display:none}[data-v-deb10126] .errorIcon.ant-input-affix-wrapper:hover .ant-input-suffix{display:flex;color:#00000040}.areaNum[data-v-deb10126]{position:absolute;bottom:2px;right:20px;font-size:12px;color:#aeaeae}.areaNum[data-v-3d71c57f]{position:absolute;bottom:4px;right:20px;font-size:12px;color:#aeaeae}.actionBtn[data-v-3d71c57f]{padding:0}.descriptions[data-v-149f2aa9]{display:flex;padding:10px;background:#f7f8fa}.imgBox[data-v-149f2aa9]{text-align:left;display:flex}.imgBox .imgProduct[data-v-149f2aa9]{width:59px;height:59px}.head[data-v-149f2aa9]{margin:10px 0;position:relative;padding-left:8px}.head .title[data-v-149f2aa9]{font-size:14px;font-weight:700;color:#000;margin-right:15px;vertical-align:sub}.head[data-v-149f2aa9]:after{content:"";position:absolute;width:2px;top:6px;left:0;height:12px;background:#056eff}[data-v-149f2aa9] .ant-descriptions-item{padding-bottom:10px}[data-v-149f2aa9] .ant-descriptions-item-content{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:middle}.iconFont[data-v-18ca43f6]{cursor:pointer}.iconFont.blue[data-v-18ca43f6]{color:#1890ff}.iconFont[data-v-18ca43f6]:hover{cursor:pointer}.clearfix[data-v-18ca43f6]{border-top:1px solid #ddd;padding:12px 14px 0;margin:0 -14px}.clearfix[data-v-18ca43f6]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.fr[data-v-18ca43f6]{float:right}.areaNum[data-v-18ca43f6]{position:absolute;bottom:8px;right:16px;font-size:12px;color:#aeaeae;z-index:9}[data-v-18ca43f6] .ant-popover-inner-content{padding:0}.ant-radio-button-wrapper[data-v-18ca43f6]{padding:0 8px}.confirm-content[data-v-86c739c8]{padding:0;min-height:80px}.confirm-text[data-v-86c739c8]{font-size:14px;color:#000000d9;display:flex;align-items:center;margin:16px 0 0}.icon-wrapper[data-v-86c739c8]{display:flex;align-items:center}.modal-warning-icon[data-v-86c739c8]{color:#faad14;background:transparent;border-radius:50%;margin:0 8px 0 16px;font-size:28px;padding:3px}.modal-warning-icon[data-v-86c739c8] svg{background:#fff;border-radius:50%}.modal-warning-icon[data-v-86c739c8] svg path{fill:#faad14}.footerModal[data-v-86c739c8]{display:flex;justify-content:flex-end;padding:10px 16px;border-top:1px solid #f0f0f0}.tip-text[data-v-86c739c8]{color:#00000073;font-size:13px;margin-left:50px}.actionBtn[data-v-7505f090]{padding:0}.iconFont[data-v-7505f090]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-7505f090]{color:#1890ff}.fr[data-v-7505f090]{float:right}.clearfix[data-v-7505f090]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-7505f090]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-7505f090]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-7505f090]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-7505f090]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-7505f090]{width:40px;height:40px}[data-v-05ed0d7e] .ant-tabs-nav-wrap,[data-v-05ed0d7e] .ant-tabs-tabpane{padding:0 20px}.inputFile[data-v-05ed0d7e]{width:400px;max-height:32px;background:#fff;cursor:pointer}.inputFile[data-v-05ed0d7e] input{cursor:pointer;color:#000}.primary[data-v-0b2e2609]{color:#1890ff;border:1px solid #1890ff}.primary[data-v-0b2e2609]:hover{opacity:.8}[data-v-0b2e2609] .ant-upload{vertical-align:top}[data-v-0b2e2609] .ant-upload .ant-upload-list{height:32px;overflow:hidden;display:inline-block}[data-v-0b2e2609] .ant-upload .ant-upload-list .ant-upload-list-item{margin-top:6px}.transverse[data-v-0b2e2609]{display:flex;align-items:center}.transverse .upload[data-v-0b2e2609]{display:flex}.ishideFile[data-v-0b2e2609] .ant-upload-list{display:none}.primary[data-v-5bf3c2bb]{color:#1890ff;border:1px solid #1890ff}.primary[data-v-5bf3c2bb]:hover{opacity:.8}[data-v-5bf3c2bb] .ant-upload{vertical-align:top}[data-v-5bf3c2bb] .ant-upload .ant-upload-list{height:32px;overflow:hidden;display:inline-block}[data-v-5bf3c2bb] .ant-upload .ant-upload-list .ant-upload-list-item{margin-top:6px}.line[data-v-5bf3c2bb]{display:flex}.line[data-v-5bf3c2bb] .ant-upload-list{max-width:100%}[data-v-5bf3c2bb] .ant-tooltip-inner{display:none}.skuInfo[data-v-4d73a8a8]{background:#f3f4f7;padding:8px 15px}.skuInfo .flex[data-v-4d73a8a8]{display:flex}.skuInfo .flex>div[data-v-4d73a8a8]{width:30%}.spinClass[data-v-4d73a8a8]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9;background:rgba(255,255,255,.6);text-align:center;line-height:20}.actionBtn[data-v-c237090d]{padding:0}.clearfix[data-v-c237090d]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.fr[data-v-c237090d]{float:right}.iconFont[data-v-9cd05416]{cursor:pointer}.iconFont.blue[data-v-9cd05416]{color:#1890ff}.iconFont[data-v-9cd05416]:hover{cursor:pointer}.clearfix[data-v-9cd05416]{border-top:1px solid #ddd;padding:12px 14px 0;margin:0 -14px}.clearfix[data-v-9cd05416]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.fr[data-v-9cd05416]{float:right}[data-v-9cd05416] .ant-popover-inner-content{padding:0}.iconFont[data-v-3a4e15aa]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-3a4e15aa]{color:#1890ff}.fr[data-v-3a4e15aa]{float:right}.clearfix[data-v-3a4e15aa]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-3a4e15aa]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-3a4e15aa]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-3a4e15aa]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-3a4e15aa]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-3a4e15aa]{width:40px;height:40px}.apply[data-v-de234f95]{display:flex}.apply .applyLeft[data-v-de234f95]{width:78px}.apply .applyLeft[data-v-de234f95] .ant-tabs-nav{padding:8px 0}.apply .applyLeft[data-v-de234f95] .ant-tabs-nav .ant-tabs-tab{margin:0}.apply .applyLeft[data-v-de234f95] .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background:#e1f0fd}.apply .applyRight[data-v-de234f95]{padding:0 10px;width:calc(100% - 78px)}.iconFont[data-v-de234f95]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-de234f95]{color:#1890ff}.fr[data-v-de234f95]{float:right}.clearfix[data-v-de234f95]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-de234f95]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-de234f95]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-de234f95]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-de234f95]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-de234f95]{width:40px;height:40px}[data-v-b70a7b81] .ant-tabs-nav-wrap,[data-v-b70a7b81] .ant-tabs-tabpane{padding:0 20px}.inputFile[data-v-b70a7b81]{width:400px;max-height:32px;background:#fff;cursor:pointer}.inputFile[data-v-b70a7b81] input{cursor:pointer;color:#000}.actionBtn[data-v-b72fb21a]{padding:0}.areaNum[data-v-b72fb21a]{position:absolute;bottom:8px;right:16px;font-size:12px;color:#aeaeae;z-index:9}.clearfix[data-v-b72fb21a]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.fr[data-v-b72fb21a]{float:right}.iconFont[data-v-e310e8cb]{cursor:pointer}.iconFont.blue[data-v-e310e8cb]{color:#1890ff}.iconFont[data-v-e310e8cb]:hover{cursor:pointer}.clearfix[data-v-e310e8cb]{border-top:1px solid #ddd;padding:12px 14px 0;margin:0 -14px}.clearfix[data-v-e310e8cb]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.fr[data-v-e310e8cb]{float:right}[data-v-e310e8cb] .ant-popover-inner-content{padding:0}.areaNum[data-v-fbd02b8c]{position:absolute;bottom:8px;right:16px;font-size:12px;color:#aeaeae;z-index:9}.skuInfo[data-v-77800955]{background:#f3f4f7;display:flex;padding:8px 10px;margin-bottom:15px}.skuInfo>div[data-v-77800955]{flex:1;min-width:0}.skuInfo>div[data-v-77800955]:nth-child(2){flex:1}.skuInfo1[data-v-77800955]{background:#f3f4f7;display:flex;padding:8px 10px;margin-bottom:15px}.skuInfo1>div[data-v-77800955]{min-width:0;margin-right:50px}.skuInfo1>div[data-v-77800955]:nth-child(2){flex:1}.green-text[data-v-77800955]{color:green}.red-text[data-v-77800955]{color:red}.adaptive-text[data-v-77800955]{display:inline-block;max-width:100%;white-space:nowrap;overflow:visible;text-overflow:clip}.clearfix[data-v-ef7f2680]:after{content:"";display:table;clear:both}.fr[data-v-ef7f2680]{float:right}.areaNum[data-v-ef7f2680]{position:absolute;right:7px;bottom:5px;color:#999}.iconFont[data-v-3b616376]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-3b616376]{color:#1890ff}.fr[data-v-3b616376]{float:right}.clearfix[data-v-3b616376]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-3b616376]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-3b616376]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-3b616376]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-3b616376]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-3b616376]{width:40px;height:40px}.areaNum[data-v-8fedb8dd]{position:absolute;bottom:8px;right:16px;font-size:12px;color:#aeaeae;z-index:9}.iconFont[data-v-727c8c4a]{cursor:pointer}.iconFont.blue[data-v-727c8c4a]{color:#1890ff}.iconFont[data-v-727c8c4a]:hover{cursor:pointer}.clearfix[data-v-727c8c4a]{border-top:1px solid #ddd;padding:12px 14px 0;margin:0 -14px}.clearfix[data-v-727c8c4a]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.fr[data-v-727c8c4a]{float:right}[data-v-727c8c4a] .ant-popover-inner-content{padding:0}.apply[data-v-f85c32bb]{display:flex}.apply .applyLeft[data-v-f85c32bb]{width:78px}.apply .applyLeft[data-v-f85c32bb] .ant-tabs-nav{padding:8px 0}.apply .applyLeft[data-v-f85c32bb] .ant-tabs-nav .ant-tabs-tab{margin:0}.apply .applyLeft[data-v-f85c32bb] .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background:#e1f0fd}.apply .applyRight[data-v-f85c32bb]{padding:0 10px;width:calc(100% - 78px)}.iconFont[data-v-f85c32bb]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-f85c32bb]{color:#1890ff}.fr[data-v-f85c32bb]{float:right}.clearfix[data-v-f85c32bb]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-f85c32bb]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-f85c32bb]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-f85c32bb]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-f85c32bb]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-f85c32bb]{width:40px;height:40px}.apply[data-v-0e4e6042]{display:flex}.apply .applyLeft[data-v-0e4e6042]{width:78px}.apply .applyLeft[data-v-0e4e6042] .ant-tabs-nav{padding:8px 0}.apply .applyLeft[data-v-0e4e6042] .ant-tabs-nav .ant-tabs-tab{margin:0}.apply .applyLeft[data-v-0e4e6042] .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background:#e1f0fd}.apply .applyRight[data-v-0e4e6042]{padding:0 10px;width:calc(100% - 78px)}.iconFont[data-v-0e4e6042]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-0e4e6042]{color:#1890ff}.fr[data-v-0e4e6042]{float:right}.clearfix[data-v-0e4e6042]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-0e4e6042]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-0e4e6042]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-0e4e6042]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-0e4e6042]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-0e4e6042]{width:40px;height:40px}.apply[data-v-d0823ba5]{display:flex}.apply .applyLeft[data-v-d0823ba5]{width:78px}.apply .applyLeft[data-v-d0823ba5] .ant-tabs-nav{padding:8px 0}.apply .applyLeft[data-v-d0823ba5] .ant-tabs-nav .ant-tabs-tab{margin:0}.apply .applyLeft[data-v-d0823ba5] .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background:#e1f0fd}.apply .applyRight[data-v-d0823ba5]{padding:0 10px;width:calc(100% - 78px)}.iconFont[data-v-d0823ba5]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-d0823ba5]{color:#1890ff}.fr[data-v-d0823ba5]{float:right}.clearfix[data-v-d0823ba5]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-d0823ba5]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-d0823ba5]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-d0823ba5]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-d0823ba5]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-d0823ba5]{width:40px;height:40px}[data-v-d66c8f40] .ant-tabs-nav{margin-bottom:0;padding:0 20px}[data-v-d66c8f40] .ant-tabs-nav .ant-tabs-tab{margin-right:40px}.w-e-full-screen-container[data-v-2e4f6ab0]{z-index:1000}[data-v-2e41d04d] .ant-descriptions .ant-descriptions-item-container{width:100%}[data-v-2e41d04d] .ant-descriptions .ant-descriptions-item-container .descBtn{padding:0;height:24px}[data-v-2e41d04d] .ant-descriptions .ant-descriptions-item-content{max-width:100%;overflow:auto}[data-v-2e41d04d] .ant-descriptions .ant-descriptions-item-content .tox.tox-tinymce{width:100%}[data-v-2e41d04d] .ant-descriptions .ant-descriptions-item-label{min-width:38px}[data-v-2e41d04d] .ant-descriptions .ant-descriptions-header{margin:10px 0}[data-v-2e41d04d] .ant-descriptions .ant-descriptions-header .ant-descriptions-title{position:relative;padding-left:8px}[data-v-2e41d04d] .ant-descriptions .ant-descriptions-header .ant-descriptions-title:before{content:"";position:absolute;top:5px;left:0;width:2px;height:12px;background:#1890ff}.fr[data-v-2e41d04d]{float:right}.clearfix[data-v-2e41d04d]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.color1[data-v-2e41d04d]{color:green}.color2[data-v-2e41d04d]{color:red}.areaNum[data-v-2e41d04d]{position:absolute;bottom:8px;right:15px;font-size:12px;color:#aeaeae}.ant-switch[data-v-2e41d04d]{background-color:red}.ant-switch.ant-switch-checked[data-v-2e41d04d]{background-color:#1890ff}.footer[data-v-2e41d04d] .ant-space{display:flex;justify-content:space-between;width:800px}.content-table[data-v-2e41d04d] table th{font-weight:700;text-align:center;border:1px solid #ccc;line-height:1.5;min-width:30px;padding:3px 5px;background-color:#f5f2f0}.content-table[data-v-2e41d04d] table td{border:1px solid #ccc;line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.disFlex[data-v-a797fca7]{display:flex}.disFlex.rowReverse[data-v-a797fca7]{flex-direction:row-reverse}.disFlex.rowColumn[data-v-a797fca7]{flex-direction:column}.disFlex.flexEnd[data-v-a797fca7]{justify-content:flex-end}.disFlex.jcsb[data-v-a797fca7]{justify-content:space-between}.disFlex.jcsa[data-v-a797fca7]{justify-content:space-around}.disFlex.aic[data-v-a797fca7]{align-items:center}.disFlex.acsa[data-v-a797fca7]{align-content:space-around}.disFlex.flexWrap[data-v-a797fca7]{flex-wrap:wrap}.flowText[data-v-a797fca7]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fl[data-v-a797fca7]{float:left}.fr[data-v-a797fca7]{float:right}.clearfix[data-v-a797fca7]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.modalCommon[data-v-a797fca7]{padding:15px 0 0}.modalCommon[data-v-a797fca7] .ant-form-item{display:inline-block;width:400px;margin-bottom:10px}.modalCommon[data-v-a797fca7] .ant-form-item .ant-form-item-label{width:140px;text-align:right}.modalCommon[data-v-a797fca7] .ant-form-item .ant-form-item-control-wrapper{display:inline-block;width:230px}.modalCommon[data-v-a797fca7] .ant-form-item .ant-select{vertical-align:middle}.modalCommon[data-v-a797fca7] .ant-form-item .ant-select-selection{max-height:86px;overflow:auto}.modalCommon[data-v-a797fca7] .ant-form-item .ant-select-selection--multiple{max-height:32px;overflow:hidden}.modalCommon[data-v-a797fca7] .ant-form-item .ant-select-selection--multiple .ant-select-selection__choice__content{max-width:90px}.pointer[data-v-a797fca7]:hover{cursor:pointer;opacity:.8}.ant-message-custom-content .ant-message-error span[data-v-a797fca7]{word-wrap:break-word}.txt-inline[data-v-a797fca7]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:middle}.txt-inline2[data-v-a797fca7]{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.txt-inline-clamp1[data-v-a797fca7]{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}[data-v-a797fca7] .ant-form-item-control{min-height:32px;line-height:32px}.col-img-box[data-v-a797fca7]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-a797fca7]{width:40px;height:40px}.modalCustom[data-v-a797fca7] .ant-modal-header{padding:10px 15px}.modalCustom[data-v-a797fca7] .ant-modal-body{padding:10px 24px}.modalCustom[data-v-a797fca7] .ant-modal-body .ant-table-pagination.ant-pagination{margin:16px 0 6px}.modalCustom[data-v-a797fca7] .ant-modal-close .ant-modal-close-x{width:40px;height:40px;line-height:40px}.bin_modals[data-v-a797fca7] .ant-modal-body{padding:10px 20px}form:not(.ant-form-vertical) :not(.ant-input-group-wrapper)>.ant-input-group[data-v-a797fca7],form:not(.ant-form-vertical) .ant-input-group-wrapper[data-v-a797fca7]{top:0}.iconClib[data-v-a797fca7]{display:none;cursor:pointer;color:#606266}.hoverClib:hover .iconClib[data-v-a797fca7]{display:inline-block}.iconFont[data-v-a797fca7]{cursor:pointer}.iconFont.blue[data-v-a797fca7]{color:#1890ff}.iconFont[data-v-a797fca7]:hover{cursor:pointer}.ant-popover-inner-content .operationStyle[data-v-a797fca7]{margin:-12px -16px}.ant-popover-inner-content .operationStyle>div[data-v-a797fca7]{padding:9px 26px;cursor:pointer;text-align:center;font-size:12px}.ant-popover-inner-content .operationStyle>div[data-v-a797fca7]:hover{background:#E9F2FF;color:#056eff}.Warning[data-v-a797fca7]{background:#FFF4E8;border:none}.Warning[data-v-a797fca7] .ant-alert-message{color:#faad14}.bin_timeline .ant-timeline-item[data-v-a797fca7]{font-size:12px;padding:0}.bin_timeline[data-v-a797fca7] .ant-timeline-item-last>.ant-timeline-item-content{min-height:32px}.circleDot[data-v-a797fca7]{display:inline-block;width:10px;height:10px;border-radius:50%}.loadBox[data-v-a797fca7]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99999;background:rgba(255,255,255,.6);text-align:center;line-height:50}.textHover[data-v-a797fca7]{cursor:pointer}.ant-table-row:hover .iconClib[data-v-a797fca7]{display:inline-block}.ant-table-row:hover .textHover[data-v-a797fca7]{color:#4c97ff}.ant-anchor-link.ant-anchor-link-active[data-v-a797fca7]{background:#F6FAFF;border-right:2px solid #0E73FF}[data-v-a797fca7] .ant-modal-footer{border-top:none}[data-v-a797fca7] .errorIcon.ant-input-affix-wrapper .ant-input-suffix{display:none}[data-v-a797fca7] .errorIcon.ant-input-affix-wrapper:hover .ant-input-suffix{display:flex;color:#00000040}.areaNum[data-v-bb92e65e]{position:absolute;bottom:4px;right:20px;font-size:12px;color:#aeaeae}.actionBtn[data-v-bb92e65e]{padding:0}.descriptions[data-v-bb92e65e]{padding:7px 10px}.descriptions.bg[data-v-bb92e65e]{background:#f7f8fa}.descriptions[data-v-bb92e65e] .ant-descriptions-item{padding-bottom:0}.areaNum[data-v-b5b4e03a]{position:absolute;bottom:4px;right:20px;font-size:12px;color:#aeaeae}.actionBtn[data-v-b5b4e03a]{padding:0}.descriptions[data-v-b5b4e03a]{padding:7px 10px}.descriptions.bg[data-v-b5b4e03a]{background:#f7f8fa}.descriptions[data-v-b5b4e03a] .ant-descriptions-item{padding-bottom:0}.descriptions[data-v-02d1aa8c]{padding:10px}.descriptions.bg[data-v-02d1aa8c]{background:#f7f8fa}.descriptions[data-v-02d1aa8c] .ant-descriptions-item{padding-bottom:0}.head[data-v-02d1aa8c]{margin:10px 0;position:relative;padding-left:8px}.head .title[data-v-02d1aa8c]{font-size:14px;font-weight:700;color:#000;margin-right:15px;vertical-align:sub}.head[data-v-02d1aa8c]:after{content:"";position:absolute;width:2px;top:6px;left:0;height:12px;background:#056eff}[data-v-02d1aa8c] .ant-descriptions-item-content{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:middle}.areaNum[data-v-bc475d3e]{position:absolute;bottom:8px;right:16px;font-size:12px;color:#aeaeae;z-index:9}.actionBtn[data-v-64331234]{padding:0;margin-right:5px}.iconFont[data-v-64331234]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-64331234]{color:#1890ff}.fr[data-v-64331234]{float:right}.clearfix[data-v-64331234]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-64331234]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-64331234]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-64331234]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-64331234]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-64331234]{width:40px;height:40px}[data-v-c738ca7d] .ant-tabs-nav-wrap,[data-v-c738ca7d] .ant-tabs-tabpane{padding:0 20px}.inputFile[data-v-c738ca7d]{width:400px;max-height:32px;background:#fff;cursor:pointer}.inputFile[data-v-c738ca7d] input{cursor:pointer;color:#000}.h-text-btn[data-v-c738ca7d]:hover{cursor:pointer;opacity:.8}.spin[data-v-c738ca7d]{background:rgba(255,255,255,.5);width:100%;height:100%;text-align:center;position:absolute;top:0;left:0;padding-top:150px;z-index:9}[data-v-9c0b199a] .ant-descriptions-item-label,[data-v-9c0b199a] .ant-descriptions-item-content,[data-v-687518a4] .ant-descriptions-item-label,[data-v-687518a4] .ant-descriptions-item-content,[data-v-22398712] .ant-descriptions-item-label,[data-v-22398712] .ant-descriptions-item-content{text-align:center}.popoverContent[data-v-5899309c]{border:1px solid #e6e8ed;min-width:700px;font-size:12px}.popoverContent .popoverContentItem[data-v-5899309c]{border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.popoverContent .popoverContentItem[data-v-5899309c]:first-child{background-color:#f6f6f6}.popoverContent .popoverContentItem>span[data-v-5899309c]{text-align:center;padding:5px;border-right:1px solid #e6e8ed}.popoverContent .popoverContentItem[data-v-5899309c]:last-child{border-bottom:none}.popoverContent.popoverContent1[data-v-5899309c]{min-width:700px}.popoverContent.popoverContent1 .popoverContentItem>span[data-v-5899309c]:nth-child(1),.popoverContent.popoverContent1 .popoverContentItem>span[data-v-5899309c]:nth-child(2),.popoverContent.popoverContent1 .popoverContentItem>span[data-v-5899309c]:nth-child(3){width:130px}.popoverContent.popoverContent1 .popoverContentItem>span[data-v-5899309c]:nth-child(4){width:110px}.popoverContent.popoverContent1 .popoverContentItem>span[data-v-5899309c]:nth-child(5){width:80px}.popoverContent.popoverContent1 .popoverContentItem>span[data-v-5899309c]:last-child{flex:1}.popoverContent.popoverContent2 .popoverContentItem>span[data-v-5899309c]:nth-child(1),.popoverContent.popoverContent2 .popoverContentItem>span[data-v-5899309c]:nth-child(2),.popoverContent.popoverContent2 .popoverContentItem>span[data-v-5899309c]:nth-child(5){width:150px}.popoverContent.popoverContent2 .popoverContentItem>span[data-v-5899309c]:nth-child(4){flex:1}.popoverContent.popoverContent2 .popoverContentItem>span[data-v-5899309c]:nth-child(3){width:80px}.popoverContent.popoverContent3 .popoverContentItem>span[data-v-5899309c]{width:110px}.popoverContent.popoverContent3 .popoverContentItem>span[data-v-5899309c]:nth-child(3){width:160px}.popoverContent.popoverContent3 .popoverContentItem>span[data-v-5899309c]:nth-child(5){flex:1;width:auto}.popoverContent.popoverContent3 .popoverContentItem>span[data-v-5899309c]:nth-child(6){width:130px}.iconFont[data-v-5899309c]{color:#1890ff}.iconFont[data-v-5899309c]:hover{opacity:.8}.content[data-v-c8b7577c]{display:flex}.content .ant-radio-wrapper[data-v-c8b7577c]{display:block;height:41px}[data-v-d2ecca76] .ant-tabs-nav{margin-bottom:0;padding:0 20px}[data-v-d2ecca76] .ant-tabs-nav .ant-tabs-tab{margin-right:40px}[data-v-ea0edc73] .ant-tabs-nav-wrap,[data-v-ea0edc73] .ant-tabs-tabpane{padding:0 20px}.inputFile[data-v-ea0edc73]{width:400px;max-height:32px;background:#fff;cursor:pointer}.inputFile[data-v-ea0edc73] input{cursor:pointer;color:#000}.primary[data-v-f559e897]{color:#1890ff;border:1px solid #1890ff}.primary[data-v-f559e897]:hover{opacity:.8}[data-v-f559e897] .ant-upload{vertical-align:top}[data-v-f559e897] .ant-upload .ant-upload-list{height:32px;overflow:hidden;display:inline-block}[data-v-f559e897] .ant-upload .ant-upload-list .ant-upload-list-item{margin-top:6px}.transverse[data-v-f559e897]{display:flex;align-items:center}.transverse .upload[data-v-f559e897]{display:flex}.ishideFile[data-v-f559e897] .ant-upload-list{display:none}.primary[data-v-c83e85fb]{color:#1890ff;border:1px solid #1890ff}.primary[data-v-c83e85fb]:hover{opacity:.8}[data-v-c83e85fb] .ant-upload{vertical-align:top}[data-v-c83e85fb] .ant-upload .ant-upload-list{height:32px;overflow:hidden;display:inline-block}[data-v-c83e85fb] .ant-upload .ant-upload-list .ant-upload-list-item{margin-top:6px}.line[data-v-c83e85fb]{display:flex}.line[data-v-c83e85fb] .ant-upload-list{max-width:100%}[data-v-c83e85fb] .ant-tooltip-inner{display:none}.actionBtn[data-v-42502faf]{padding:0}.clearfix[data-v-42502faf]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.fr[data-v-42502faf]{float:right}.iconFont[data-v-4e48b10a]{cursor:pointer}.iconFont.blue[data-v-4e48b10a]{color:#1890ff}.iconFont[data-v-4e48b10a]:hover{cursor:pointer}.clearfix[data-v-4e48b10a]{border-top:1px solid #ddd;padding:12px 14px 0;margin:0 -14px}.clearfix[data-v-4e48b10a]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.fr[data-v-4e48b10a]{float:right}[data-v-4e48b10a] .ant-popover-inner-content{padding:0}.skuInfo[data-v-9825f917]{background:#f3f4f7;padding:8px 15px}.skuInfo .flex[data-v-9825f917]{display:flex}.skuInfo .flex>div[data-v-9825f917]{width:30%}.spinClass[data-v-9825f917]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9;background:rgba(255,255,255,.6);text-align:center;line-height:20}.totalBox[data-v-9825f917]{border:1px solid #ddd;padding:5px 10px}.iconFont[data-v-63f9c8e9]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-63f9c8e9]{color:#1890ff}.fr[data-v-63f9c8e9]{float:right}.clearfix[data-v-63f9c8e9]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-63f9c8e9]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-63f9c8e9]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-63f9c8e9]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-63f9c8e9]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-63f9c8e9]{width:40px;height:40px}.apply[data-v-45429485]{display:flex}.apply .applyLeft[data-v-45429485]{width:78px}.apply .applyLeft[data-v-45429485] .ant-tabs-nav{padding:8px 0}.apply .applyLeft[data-v-45429485] .ant-tabs-nav .ant-tabs-tab{margin:0}.apply .applyLeft[data-v-45429485] .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background:#e1f0fd}.apply .applyRight[data-v-45429485]{padding:0 10px;width:calc(100% - 78px)}.iconFont[data-v-45429485]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-45429485]{color:#1890ff}.fr[data-v-45429485]{float:right}.clearfix[data-v-45429485]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-45429485]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-45429485]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-45429485]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-45429485]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-45429485]{width:40px;height:40px}.areaNum[data-v-34612d6f]{position:absolute;bottom:8px;right:16px;font-size:12px;color:#aeaeae;z-index:9}.iconFont[data-v-6e4e3b99]{cursor:pointer}.iconFont.blue[data-v-6e4e3b99]{color:#1890ff}.iconFont[data-v-6e4e3b99]:hover{cursor:pointer}.clearfix[data-v-6e4e3b99]{border-top:1px solid #ddd;padding:12px 14px 0;margin:0 -14px}.clearfix[data-v-6e4e3b99]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.fr[data-v-6e4e3b99]{float:right}[data-v-6e4e3b99] .ant-popover-inner-content{padding:0}.apply[data-v-340488ef]{display:flex}.apply .applyLeft[data-v-340488ef]{width:78px}.apply .applyLeft[data-v-340488ef] .ant-tabs-nav{padding:8px 0}.apply .applyLeft[data-v-340488ef] .ant-tabs-nav .ant-tabs-tab{margin:0}.apply .applyLeft[data-v-340488ef] .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background:#e1f0fd}.apply .applyRight[data-v-340488ef]{padding:0 10px;width:calc(100% - 78px)}.iconFont[data-v-340488ef]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-340488ef]{color:#1890ff}.fr[data-v-340488ef]{float:right}.clearfix[data-v-340488ef]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-340488ef]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-340488ef]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-340488ef]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-340488ef]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-340488ef]{width:40px;height:40px}.apply[data-v-782190c9]{display:flex}.apply .applyLeft[data-v-782190c9]{width:78px}.apply .applyLeft[data-v-782190c9] .ant-tabs-nav{padding:8px 0}.apply .applyLeft[data-v-782190c9] .ant-tabs-nav .ant-tabs-tab{margin:0}.apply .applyLeft[data-v-782190c9] .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background:#e1f0fd}.apply .applyRight[data-v-782190c9]{padding:0 10px;width:calc(100% - 78px)}.iconFont[data-v-782190c9]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-782190c9]{color:#1890ff}.fr[data-v-782190c9]{float:right}.clearfix[data-v-782190c9]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-782190c9]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-782190c9]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-782190c9]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-782190c9]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-782190c9]{width:40px;height:40px}.apply[data-v-177ba1fe]{display:flex}.apply .applyLeft[data-v-177ba1fe]{width:78px}.apply .applyLeft[data-v-177ba1fe] .ant-tabs-nav{padding:8px 0}.apply .applyLeft[data-v-177ba1fe] .ant-tabs-nav .ant-tabs-tab{margin:0}.apply .applyLeft[data-v-177ba1fe] .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background:#e1f0fd}.apply .applyRight[data-v-177ba1fe]{padding:0 10px;width:calc(100% - 78px)}.iconFont[data-v-177ba1fe]{margin-top:3px;cursor:pointer}.iconFont.blue[data-v-177ba1fe]{color:#1890ff}.fr[data-v-177ba1fe]{float:right}.clearfix[data-v-177ba1fe]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.totalPopover[data-v-177ba1fe]{border:1px solid #e6e8ed;min-width:160px;font-size:12px}.totalPopover .item[data-v-177ba1fe]{padding:5px;border-bottom:1px solid #e6e8ed;display:flex;justify-content:space-between;white-space:nowrap}.totalPopover .item[data-v-177ba1fe]:last-child{border-bottom:none;background:#f7f8fa}.col-img-box[data-v-177ba1fe]{text-align:left;display:flex}.col-img-box .imgProduct[data-v-177ba1fe]{width:40px;height:40px}[data-v-b11ab097] .ant-tabs-nav{margin-bottom:0;padding:0 20px}[data-v-b11ab097] .ant-tabs-nav .ant-tabs-tab{margin-right:40px}.w-e-full-screen-container[data-v-1503ebd7]{z-index:1000}[data-v-606b69f2] .ant-descriptions .ant-descriptions-item-container{width:100%}[data-v-606b69f2] .ant-descriptions .ant-descriptions-item-container .descBtn{padding:0;height:24px}[data-v-606b69f2] .ant-descriptions .ant-descriptions-item-content{max-width:100%;overflow:auto}[data-v-606b69f2] .ant-descriptions .ant-descriptions-item-content .tox.tox-tinymce{width:100%}[data-v-606b69f2] .ant-descriptions .ant-descriptions-item-label{min-width:38px}[data-v-606b69f2] .ant-descriptions .ant-descriptions-header{margin:10px 0}[data-v-606b69f2] .ant-descriptions .ant-descriptions-header .ant-descriptions-title{position:relative;padding-left:8px}[data-v-606b69f2] .ant-descriptions .ant-descriptions-header .ant-descriptions-title:before{content:"";position:absolute;top:5px;left:0;width:2px;height:12px;background:#1890ff}.fr[data-v-606b69f2]{float:right}.clearfix[data-v-606b69f2]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.color1[data-v-606b69f2]{color:green}.color2[data-v-606b69f2]{color:red}.areaNum[data-v-606b69f2]{position:absolute;bottom:8px;right:15px;font-size:12px;color:#aeaeae}.ant-switch[data-v-606b69f2]{background-color:red}.ant-switch.ant-switch-checked[data-v-606b69f2]{background-color:#1890ff}.footer[data-v-606b69f2] .ant-space{display:flex;justify-content:space-between;width:800px}.content-table[data-v-606b69f2] table th{font-weight:700;text-align:center;border:1px solid #ccc;line-height:1.5;min-width:30px;padding:3px 5px;background-color:#f5f2f0}.content-table[data-v-606b69f2] table td{border:1px solid #ccc;line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.tableChoiceClass{position:relative}.tableChoiceClass .uploadClass{position:absolute;left:20px;top:8px}.tableChoiceClass .btnClass{position:absolute;right:20px;top:8px}.tableChoiceClass .ant-row-bottom{flex-direction:row-reverse;margin-left:33px}.primary[data-v-00c9c4df]{color:#1890ff;border:1px solid #1890ff}.primary.isShowText[data-v-00c9c4df]{display:inline-block}.primary[data-v-00c9c4df]:hover{opacity:.8}.isShowText[data-v-00c9c4df]{height:32px;overflow:hidden;display:flex}.isShowText>span[data-v-00c9c4df]{display:flex;max-width:100%}.isShowText>span[data-v-00c9c4df] .ant-upload-list{height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;width:calc(100% - 80)}.isShowText>span[data-v-00c9c4df] .ant-upload-list .ant-upload-list-item{margin-top:6px}.skuInfo[data-v-e89bc93a]{background:#f3f4f7;display:flex;padding:8px 10px;margin-bottom:15px}.skuInfo>div[data-v-e89bc93a]{min-width:20%;padding-right:10px}.skuInfo>div[data-v-e89bc93a]:nth-child(2){flex:1}.skuInfo[data-v-443a5c3e]{background:#f3f4f7;display:flex;padding:8px 10px;margin-bottom:15px}.skuInfo>div[data-v-443a5c3e]{min-width:20%;padding-right:10px}.skuInfo>div[data-v-443a5c3e]:nth-child(2){flex:1}.itemSpin[data-v-443a5c3e]{position:absolute;right:33%;top:8px;z-index:1}[data-v-b1cb05d2] .ant-tabs-nav-wrap,[data-v-b1cb05d2] .ant-tabs-tabpane{padding:0 20px}.inputFile[data-v-b1cb05d2]{width:400px;max-height:32px;background:#fff;cursor:pointer}.inputFile[data-v-b1cb05d2] input{cursor:pointer;color:#000}.skuInfo[data-v-faff9db8]{background:#f3f4f7;display:flex;padding:8px 10px;margin-bottom:15px}.skuInfo>div[data-v-faff9db8]{min-width:20%;padding-right:10px}.skuInfo>div[data-v-faff9db8]:nth-child(2){flex:1}.iconActive[data-v-faff9db8]{color:#1890ff;cursor:pointer}.iconDefault[data-v-faff9db8]{cursor:not-allowed;color:#bbb}.skuInfo[data-v-3c6c5eb8]{background:#f3f4f7;display:flex;padding:8px 10px;margin-bottom:15px}.skuInfo>div[data-v-3c6c5eb8]{min-width:20%;padding-right:10px}.skuInfo>div[data-v-3c6c5eb8]:nth-child(2){flex:1}.iconActive[data-v-0160d804]{color:#1890ff;cursor:pointer}.iconDefault[data-v-0160d804]{cursor:not-allowed;color:#bbb}.skuInfo[data-v-5a4ebaeb]{background:#f3f4f7;display:flex;padding:8px 10px;margin-bottom:15px}.skuInfo>div[data-v-5a4ebaeb]{min-width:20%;padding-right:10px}.skuInfo>div[data-v-5a4ebaeb]:nth-child(2){flex:1}.iconActive[data-v-5a4ebaeb]{color:#1890ff;cursor:pointer}.iconDefault[data-v-5a4ebaeb]{cursor:not-allowed;color:#bbb}.iconActive[data-v-fcd7826f]{color:#1890ff;cursor:pointer}.iconDefault[data-v-fcd7826f]{cursor:not-allowed;color:#bbb}.iconActive[data-v-e14bcac3]{color:#1890ff;cursor:pointer}.iconDefault[data-v-e14bcac3]{cursor:not-allowed;color:#bbb}[data-v-52427e03] .ant-tabs-nav{margin-bottom:0;padding:0 20px}[data-v-52427e03] .ant-tabs-nav .ant-tabs-tab{margin-right:40px}[data-v-52427e03] .ant-tabs-content-holder{padding:0 20px}[data-v-4d1c99b2] .has-error .ant-input-number,[data-v-eb6e5276] .has-error .ant-input-number{background-color:#fff;border-color:#f5222d}.loadBox[data-v-eb6e5276]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99999;background:rgba(255,255,255,.6);text-align:center;line-height:10}.skuInfo[data-v-92be700d]{background:#f3f4f7;display:flex;padding:8px 10px;margin-bottom:15px}.skuInfo>div[data-v-92be700d]{min-width:20%;padding-right:10px}.skuInfo>div[data-v-92be700d]:nth-child(2){flex:1}.iconActive[data-v-92be700d]{color:#1890ff;cursor:pointer}.iconDefault[data-v-92be700d]{cursor:not-allowed;color:#bbb}.skuInfo[data-v-3e5ce047]{background:#f3f4f7;display:flex;padding:8px 10px;margin-bottom:15px;flex:1}.skuInfo>div[data-v-3e5ce047]{min-width:20%;padding-right:10px}.skuInfo>div[data-v-3e5ce047]:nth-child(2){flex:1}.iconActive[data-v-3e5ce047]{color:#1890ff;cursor:pointer}.iconDefault[data-v-3e5ce047]{cursor:not-allowed;color:#bbb}.label-text[data-v-fb890e59]{margin:8px 0;line-height:1.5}.aDisabled[data-v-20654ed3]{cursor:not-allowed;color:#666}[data-v-e745ceab] .ant-tabs-nav-wrap{padding:0 20px;color:#000}[data-v-e745ceab] .ant-tabs-tabpane{height:62vh;overflow:auto;padding:0 20px}.skuInfo[data-v-e745ceab]{margin-top:10px;background:#f3f4f7;display:flex;padding:6px;justify-content:space-between}.skuInfo>div[data-v-e745ceab]{display:flex}.skuInfo>div>div[data-v-e745ceab]{margin-right:20px}[data-v-e745ceab] .ant-descriptions .ant-descriptions-header{margin:8px 0}[data-v-e745ceab] .ant-descriptions .ant-descriptions-header .ant-descriptions-title{position:relative;padding-left:8px}[data-v-e745ceab] .ant-descriptions .ant-descriptions-header .ant-descriptions-title:before{content:"";position:absolute;top:5px;left:0;width:2px;height:12px;background:#1890ff}[data-v-e745ceab] .ant-descriptions .ant-descriptions-view{padding-left:8px}[data-v-e745ceab] .ant-descriptions .ant-descriptions-view .ant-descriptions-item{padding-bottom:8px;padding-right:5px}.descriptionImg[data-v-e745ceab]{display:flex;flex-wrap:wrap;align-items:end;margin-bottom:10px}.descriptionImg .imagePreview[data-v-e745ceab]{display:inline-flex;flex-direction:column;align-items:center}.descriptionImg .imagePreview[data-v-e745ceab] .ant-image{overflow:hidden;display:flex;justify-content:center;align-items:center;border:1px solid #e6e8ed;margin-right:10px}.descriptionImg .imagePreview[data-v-e745ceab] .ant-image .ant-image-img{width:auto;max-width:100%;max-height:100%}.spinBox[data-v-e745ceab]{position:relative}.spinBox .spinClass[data-v-e745ceab]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.5);line-height:50}.spinBox[data-v-e745ceab] .ant-tabs-nav,.spinBox[data-v-e745ceab] .ant-tabs-content-holder{padding:0}.boxDesc[data-v-e745ceab]{max-height:calc(100% - 200px);overflow:auto}.boxDesc .boxItem[data-v-e745ceab]{border:1px solid #ddd;padding:10px 5px 0;margin-bottom:10px}.redClass[data-v-e745ceab],[data-v-e745ceab] .ant-descriptions-item.redClass .ant-descriptions-item-label,[data-v-e745ceab] .ant-descriptions-item.redClass .ant-descriptions-item-content{color:red}.footerModal[data-v-e745ceab]{display:flex;justify-content:flex-end;padding:10px 16px;border-top:1px solid #f0f0f0}.iconActive[data-v-d29d2d76]{color:#1890ff;cursor:pointer}.iconDefault[data-v-d29d2d76]{cursor:not-allowed;color:#bbb}.label-text[data-v-07cca666]{text-align:right}.iconActive[data-v-106a09e9]{color:#1890ff;cursor:pointer}.iconDefault[data-v-106a09e9]{cursor:not-allowed;color:#bbb}.iconActive[data-v-7b52e259]{color:#1890ff;cursor:pointer}.iconDefault[data-v-7b52e259]{cursor:not-allowed;color:#bbb}.iconActive[data-v-b84fe9ab]{color:#1890ff;cursor:pointer}.iconDefault[data-v-b84fe9ab]{cursor:not-allowed;color:#bbb}.iconActive[data-v-dd09bcdb]{color:#1890ff;cursor:pointer}.iconDefault[data-v-dd09bcdb]{cursor:not-allowed;color:#bbb}[data-v-47402620] .ant-tabs-nav{margin-bottom:0;padding:0 20px}[data-v-47402620] .ant-tabs-nav .ant-tabs-tab{margin-right:40px}[data-v-47402620] .ant-tabs-content-holder{padding:0 20px}.primary[data-v-edbc905f]{color:#1890ff;border:1px solid #1890ff}.primary.isShowText[data-v-edbc905f]{display:inline-block}.primary[data-v-edbc905f]:hover{opacity:.8}.isShowText[data-v-edbc905f]{height:32px;overflow:hidden;display:flex}.isShowText>span[data-v-edbc905f]{display:flex;max-width:100%}.isShowText>span[data-v-edbc905f] .ant-upload-list{height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;width:calc(100% - 80)}.isShowText>span[data-v-edbc905f] .ant-upload-list .ant-upload-list-item{margin-top:6px}.headTitle[data-v-77f8d7f2]{position:relative;padding-bottom:10px;display:flex;justify-content:space-between}.headTitle .left[data-v-77f8d7f2]{font-size:16px;font-weight:700}.headTitle .left>span[data-v-77f8d7f2]{font-size:12px;font-weight:400;color:#aaa;margin-left:5px}.headTitle[data-v-77f8d7f2]:after{content:"";position:absolute;left:-10px;top:7px;height:12px;width:2px;background-color:#1890ff}.headTitle[data-v-7a82ea43]{position:relative;padding-bottom:10px;display:flex;justify-content:space-between}.headTitle .left[data-v-7a82ea43]{font-size:16px;font-weight:700}.headTitle .left>span[data-v-7a82ea43]{font-size:12px;font-weight:400;color:#aaa;margin-left:5px}.headTitle[data-v-7a82ea43]:after{content:"";position:absolute;left:-10px;top:7px;height:12px;width:2px;background-color:#1890ff}.itemList[data-v-7a82ea43]{border:1px solid #ddd;padding:0 20px 0 0;margin-bottom:10px;position:relative}.itemList .delIcon[data-v-7a82ea43]{position:absolute;right:3px;top:3px;color:red;font-size:14px}.itemList .delIcon[data-v-7a82ea43]:hover{opacity:.8}[data-v-7a82ea43] .has-error-contact .ant-picker,[data-v-7a82ea43] .has-error-contact .ant-input,[data-v-7a82ea43] .has-error-contact .ant-input-affix-wrapper,[data-v-7a82ea43] .has-error-contact .ant-select-selector,[data-v-7a82ea43] .has-error-contact .ant-input-number{background-color:#fff;border-color:#f5222d}.headTitle[data-v-c211d54e]{position:relative;padding-bottom:10px;display:flex;justify-content:space-between}.headTitle .left[data-v-c211d54e]{font-size:16px;font-weight:700}.headTitle .left>span[data-v-c211d54e]{font-size:12px;font-weight:400;color:#aaa;margin-left:5px}.headTitle[data-v-c211d54e]:after{content:"";position:absolute;left:-10px;top:7px;height:12px;width:2px;background-color:#1890ff}.itemList[data-v-c211d54e]{border:1px solid #ddd;padding:20px 20px 0 0;margin-bottom:10px;position:relative}.itemList .delIcon[data-v-c211d54e]{position:absolute;right:3px;top:3px;color:red;font-size:14px}.itemList .delIcon[data-v-c211d54e]:hover{opacity:.8}.itemList .delIcon.disabled[data-v-c211d54e]{cursor:not-allowed;color:gray}[data-v-c211d54e] .ant-radio-wrapper{align-items:start}[data-v-c211d54e] .ant-radio-wrapper span.ant-radio+*{padding-left:2px;padding-right:0}[data-v-c211d54e] .has-error .ant-picker,[data-v-c211d54e] .has-error .ant-input,[data-v-c211d54e] .has-error .ant-input-affix-wrapper,[data-v-c211d54e] .has-error .ant-select-selector,[data-v-c211d54e] .has-error .ant-input-number{background-color:#fff;border-color:#f5222d}[data-v-c211d54e] .has-error.has-error-file{margin-bottom:0}.primary[data-v-b4aef8cc]{color:#1890ff;border:1px solid #1890ff}.primary[data-v-b4aef8cc]:hover{opacity:.8}[data-v-b4aef8cc] .ant-upload{vertical-align:top}[data-v-b4aef8cc] .ant-upload .ant-upload-list{height:32px;overflow:hidden;display:inline-block}[data-v-b4aef8cc] .ant-upload .ant-upload-list .ant-upload-list-item{margin-top:6px}[data-v-b4aef8cc] .ant-upload.ant-upload-select-picture-card{width:88px!important;height:86px!important;margin:0 0 0 8px}[data-v-b4aef8cc] .ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:31px}[data-v-b4aef8cc] .ant-upload-list-picture-card .ant-upload-list-item-name{margin-bottom:0}[data-v-b4aef8cc] .ant-upload-list-picture-card .ant-upload-list-item-thumbnail{height:68px}[data-v-b4aef8cc] .ant-upload-list-item-container{margin-bottom:5px;margin-right:1px;padding:0 8px;overflow:hidden;min-height:86px;max-height:86px}[data-v-b4aef8cc] .ant-upload-list-item-container .ant-upload-list-item-done .ant-upload-list-item-name{display:block!important;position:absolute;bottom:-20px;color:#999;left:0;width:100%}[data-v-b4aef8cc] .ant-upload-picture-card-wrapper{padding-bottom:10px}.ant-progress[data-v-b4aef8cc]{line-height:1}.form-item-style1[data-v-5aadeb59]{margin-bottom:0!important}.headTitle[data-v-5aadeb59]{position:relative;padding-bottom:10px;display:flex;justify-content:space-between}.headTitle .left[data-v-5aadeb59]{font-size:16px;font-weight:700}.headTitle .left>span[data-v-5aadeb59]{font-size:12px;font-weight:400;color:#aaa;margin-left:5px}.headTitle[data-v-5aadeb59]:after{content:"";position:absolute;left:-10px;top:7px;height:12px;width:2px;background-color:#1890ff}.container[data-v-cdb057c8]{position:relative;height:100%}.container .ant-tabs[data-v-cdb057c8]{height:100%}.container .spin[data-v-cdb057c8]{background:rgba(255,255,255,.5);width:100%;height:100%;text-align:center;position:absolute;top:0;left:0;padding-top:45vh}[data-v-cdb057c8] .ant-tabs-tab{margin-top:0!important;padding:8px 12px!important}[data-v-cdb057c8] .ant-tabs-tabpane{padding-left:10px!important}[data-v-cdb057c8] .ant-tabs-content{height:100%;overflow:auto}.iconFont[data-v-cef9da09]{cursor:pointer}.iconFont.blue[data-v-cef9da09]{color:#1890ff}.iconFont[data-v-cef9da09]:hover{cursor:pointer}.clearfix[data-v-cef9da09]{padding-top:10px}.clearfix[data-v-cef9da09]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.fr[data-v-cef9da09]{float:right}.disFlex[data-v-b18f9083]{display:flex}.footer[data-v-b18f9083]{text-align:right}.iconFont[data-v-b18f9083]{cursor:pointer}.iconFont.blue[data-v-b18f9083]{color:#1890ff}.iconFont[data-v-b18f9083]:hover{cursor:pointer}.loadBox[data-v-b18f9083]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;background:rgba(255,255,255,.6);text-align:center;line-height:3}.skuInfo[data-v-fe4cfabb]{padding:3px 10px;background:#f3f4f7}.skuInfo .ant-row[data-v-fe4cfabb]{margin:0}.skuInfo[data-v-fe4cfabb] .ant-form-item-control-input{min-height:20px}.skuInfo[data-v-fe4cfabb] .ant-form-item{margin-bottom:0}.skuInfo[data-v-fe4cfabb] .ant-form-item-label>label{height:20px}[data-v-fe4cfabb] .ant-descriptions-item{padding:1px 0}.skuInfo[data-v-fe033507]{background:#f3f4f7;display:flex;justify-content:space-between;padding:8px 10px;margin:10px 0}[data-v-fe033507] .ant-tabs-nav-wrap,[data-v-fe033507] .ant-tabs-tabpane{padding:0 20px}.inputFile[data-v-fe033507]{width:400px;max-height:32px;background:#fff;cursor:pointer}.inputFile[data-v-fe033507] input{cursor:pointer;color:#000}.spin[data-v-fe033507]{background:rgba(255,255,255,.5);width:100%;height:100%;text-align:center;position:absolute;top:0;left:0;padding-top:150px;z-index:9}.h-text-btn[data-v-fe033507]:hover{cursor:pointer;opacity:.8}.iconFont[data-v-23db1c57]{cursor:pointer}.iconFont.blue[data-v-23db1c57]{color:#1890ff}.iconFont[data-v-23db1c57]:hover{cursor:pointer}.clearfix[data-v-23db1c57]{padding-top:20px}.clearfix[data-v-23db1c57]:after{content:"";display:block;height:0;clear:both;visibility:hidden}.fr[data-v-23db1c57]{float:right}.disFlex[data-v-560a05ea]{display:flex}.footer[data-v-560a05ea]{text-align:right}.iconFont[data-v-560a05ea]{cursor:pointer}.iconFont.blue[data-v-560a05ea]{color:#1890ff}.iconFont[data-v-560a05ea]:hover{cursor:pointer}[data-v-86b72be7] .ant-input-number{width:100%}[data-v-86b72be7] .ant-input-number .ant-input-number-input{color:#1890ff}[data-v-a3b7def0] .ant-input-number{width:100%}[data-v-a3b7def0] .ant-input-number .ant-input-number-input{color:#1890ff}.skuInfo[data-v-0d7a588f]{background:#f3f4f7;display:flex;justify-content:space-between;padding:8px 10px;margin:10px 0}.iconActive[data-v-0d7a588f]{color:#1890ff;cursor:pointer}.iconDefault[data-v-0d7a588f]{cursor:not-allowed;color:#bbb}.skuInfo[data-v-7fbb47aa]{padding:3px 10px;background:#f3f4f7}.skuInfo .ant-row .ant-form-item[data-v-7fbb47aa]{margin-bottom:0}.skuInfo[data-v-7fbb47aa] .ant-form-item-control-input{min-height:20px}.skuInfo[data-v-7fbb47aa] .ant-form-item-label>label{height:20px}[data-v-7fbb47aa] .ant-descriptions-item{padding:1px 0}.skuInfo[data-v-82813d8d]{padding:3px 10px;background:#f3f4f7}.skuInfo .ant-row .ant-form-item[data-v-82813d8d]{margin-bottom:0}.skuInfo[data-v-82813d8d] .ant-form-item-control-input{min-height:20px}.skuInfo[data-v-82813d8d] .ant-form-item-label>label{height:20px}[data-v-82813d8d] .ant-descriptions-item{padding:1px 0}.aDisabled[data-v-1ce4208b],.aDisabled[data-v-a4b20651],.aDisabled[data-v-39a975b6],.aDisabled[data-v-b073a656],.aDisabled[data-v-07e7de33]{cursor:not-allowed;color:#666}.transfer-manage-content .ant-tabs-left[data-v-390d1d1e] .ant-tabs-nav{padding:8px 0}.transfer-manage-content .ant-tabs-left[data-v-390d1d1e] .ant-tabs-nav .ant-tabs-tab{margin:0}.transfer-manage-content .ant-tabs-left[data-v-390d1d1e] .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background:#e1f0fd}.transfer-manage-content .ant-tabs-left>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane[data-v-390d1d1e]{padding:0 10px}[data-v-33ba6c4c] .ant-select-focused .ant-select-selector{border-color:#40a9ff;color:#000000d9!important;background:#fff!important}[data-v-dee8d250] .ant-upload-list{display:none}.icon[data-v-c9cb1e63]{color:#1890ff;cursor:pointer;font-size:13px}.headTitle[data-v-c9cb1e63]{position:relative;padding-bottom:10px;display:flex;justify-content:space-between;align-items:center}.headTitle .left[data-v-c9cb1e63]{font-size:16px;font-weight:700}.headTitle[data-v-c9cb1e63]:after{content:"";position:absolute;left:-10px;top:7px;height:12px;width:2px;background-color:#1890ff}.headTitle.top[data-v-c9cb1e63]:after{top:12px}.icon[data-v-79195d47]{color:#1890ff;cursor:pointer;font-size:13px}.headTitle[data-v-79195d47]{position:relative;padding-bottom:10px;display:flex;justify-content:space-between;align-items:center}.headTitle .left[data-v-79195d47]{font-size:16px;font-weight:700}.headTitle[data-v-79195d47]:after{content:"";position:absolute;left:-10px;top:7px;height:12px;width:2px;background-color:#1890ff}.headTitle.top[data-v-79195d47]:after{top:10px}
