:root{--menu-with:250px;--left-category-menu-height:40px;--left-top-category-menu-height:40px}.goods,.goods-left{display:flex;gap:10px}.goods-left{width:var(--menu-with);height:100%;overflow-y:hidden;box-shadow:0 8px 22px rgba(126,35,73,.12);overflow-x:hidden;flex-direction:column}.goods-left-list-controller{height:var(--left-top-category-menu-height);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0}.goods-left-list{width:100%;height:calc(100% - var(--left-category-menu-height) - var(--left-top-category-menu-height));overflow-y:auto;overflow-x:hidden;position:relative}.goods-left-list .loading{position:absolute;top:0;bottom:0;right:0;left:0;display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.5);z-index:1}.goods-left-list .loading .ant-spin{position:fixed}.goods-left-bottom{width:100%;height:var(--left-category-menu-height)}.good-right{flex:1;height:100%;overflow-y:auto;box-shadow:0 12px 32px rgba(126,35,73,.1);overflow-x:hidden;padding-left:2px;padding-right:2px;--goodsHead:80px;--goodsBottom:calc(100% - var(--goodsHead))}.category-item,.good-right{box-sizing:border-box;position:relative}.category-item{height:50px;transition:all .3s;display:flex;justify-content:space-between;cursor:pointer;border-bottom:1px solid #f0f0f0;gap:10px;padding-left:10px;padding-right:10px;width:calc(100% + var(--menu-with))}.category-item.push:before{content:" ";border:20px solid rgba(156,31,35,.1);position:absolute;left:0;top:0;border-top:0;border-bottom-color:transparent;border-right-color:transparent}.category-item.push:after{position:absolute;left:0;top:0;content:"\e613";color:#fff;font-family:iconfont;transform:translateY(-25%);color:red}.category-item.open{transform:translateX(calc(0px - var(--menu-with)))}.category-item.selected,.category-item:hover{background-color:var(--color-muted);border-bottom:1px solid #fff}.category-item>*{display:flex;align-items:center}.category-item .item-checkbox{width:20px}.category-item .item-content{width:calc(100% - 40px - var(--menu-with));overflow:hidden}.item-content-content{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%}.category-item .category-menu-trigger{width:20px;justify-content:flex-end}.category-item .category-menu-trigger span{width:100%;display:flex;height:100%;align-items:center;justify-content:flex-end}.category-menu-content{width:calc(var(--menu-with))}.productInfo{display:flex;flex-direction:row;gap:10px}.productInfo>.productInfoImage{width:90px;height:90px;border:1px solid rgba(156,31,35,.3);display:flex;align-items:center;justify-content:center;padding:2px;position:relative}.productInfo .sellingTime{position:absolute;left:0;top:0;background-color:#fff;padding:5px;line-height:0;border-radius:5px;color:red}.productInfo>.infoAssets{flex:1;display:flex;flex-direction:column;gap:5px}.productInfo>.infoAssets>*{flex:1}.formTopContainer{width:100%;height:var(--goodsHead);display:flex;flex-direction:column;gap:5px}.formTopContainer>*{flex:1}.category-item .required{position:absolute;left:0;bottom:0;transform-origin:0 100%;transform:scale(.7);background-color:var(--color-primary-dark);line-height:100%;padding:3px;z-index:10;color:#fff;border-radius:5px}.skuForm .ant-col{min-height:auto}:root{--point-space:85px;--point-v-space:85px}.clip_container{position:relative;display:block;border:1px solid var(--color-border);margin-bottom:10px;overflow:hidden}.clip_img{-webkit-user-select:all;-moz-user-select:all;user-select:all;z-index:3}.clip_bg,.clip_img{display:flex;align-items:center;justify-content:center;pointer-events:none;position:absolute}.clip_bg{left:0;top:0;width:100%;height:100%;z-index:1;overflow:hidden}.clip_bg,.clip_bg img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.clip_bg img{pointer-events:none;max-width:unset}.clip_points{width:10px;height:10px;background-color:rgba(232,93,134,.3);border-radius:50%;position:absolute;transform:translateX(-50%) translateY(-50%);cursor:nw-resize;z-index:4}.clip_points:after{position:absolute;content:" ";width:100%;height:100%;transform:scale(2)}.clip_points[data-role="1"]{left:var(--point-space);top:var(--point-v-space);cursor:nwse-resize}.clip_points[data-role="2"]{top:var(--point-v-space);left:50%;cursor:ns-resize}.clip_points[data-role="3"]{top:var(--point-v-space);right:var(--point-space);cursor:nesw-resize}.clip_points[data-role="4"]{left:var(--point-space);top:50%;cursor:e-resize}.clip_points[data-role="5"]{left:50%;top:50%;cursor:move}.clip_points[data-role="5"]:after{transform:scale(7);border-radius:50%;background-color:rgba(159,36,79,.45)}.clip_points[data-role="6"]{right:var(--point-space);top:50%;cursor:e-resize}.clip_points[data-role="7"]{left:var(--point-space);bottom:var(--point-v-space);cursor:nesw-resize}.clip_points[data-role="8"]{left:50%;bottom:var(--point-v-space);cursor:ns-resize}.clip_points[data-role="9"]{right:var(--point-space);bottom:var(--point-v-space);cursor:nw-resize}.decoratorContainer{word-break:break-all;flex-direction:column}.decoratorContainer,.viewStatus{width:100%;display:flex;position:relative;box-sizing:border-box}.viewStatus{overflow:hidden}.decoratorContainer-content{max-width:100%;box-sizing:border-box}.decoratorContainer-textarea{width:100%}.decoratorContainer-btns{width:100%;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:10px;box-sizing:border-box}.decoratorCotainer-trigger{display:none;justify-content:flex-end;align-items:center;cursor:pointer;color:#9c1f24;position:absolute;right:0;background-color:#fff;padding-left:3px;padding-right:3px}.viewStatus:hover .decoratorCotainer-trigger{display:flex}.decoratorContainer .ant-row.ant-form-item{margin-bottom:5px}