.ant-card{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;background:#fff;border-radius:2px;-webkit-transition:all .3s;transition:all .3s}.ant-card-hoverable{cursor:pointer}.ant-card-hoverable:hover{border-color:rgba(0,0,0,.09);-webkit-box-shadow:0 2px 8px rgba(0,0,0,.09);box-shadow:0 2px 8px rgba(0,0,0,.09)}.ant-card-bordered{border:1px solid #e8e8e8}.ant-card-head{min-height:48px;margin-bottom:-1px;padding:0 24px;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;background:transparent;border-bottom:1px solid #e8e8e8;border-radius:2px 2px 0 0;zoom:1}.ant-card-head:after,.ant-card-head:before{display:table;content:""}.ant-card-head:after{clear:both}.ant-card-head-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ant-card-head-title{display:inline-block;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:16px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-card-head .ant-tabs{clear:both;margin-bottom:-17px;color:rgba(0,0,0,.65);font-weight:400;font-size:14px}.ant-card-head .ant-tabs-bar{border-bottom:1px solid #e8e8e8}.ant-card-extra{float:right;margin-left:auto;padding:16px 0;color:rgba(0,0,0,.65);font-weight:400;font-size:14px}.ant-card-body{padding:24px;zoom:1}.ant-card-body:after,.ant-card-body:before{display:table;content:""}.ant-card-body:after{clear:both}.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body{margin:-1px 0 0 -1px;padding:0}.ant-card-grid{float:left;width:33.33%;padding:24px;border:0;border-radius:0;-webkit-box-shadow:1px 0 0 0 #e8e8e8,0 1px 0 0 #e8e8e8,1px 1px 0 0 #e8e8e8,1px 0 0 0 #e8e8e8 inset,0 1px 0 0 #e8e8e8 inset;box-shadow:1px 0 0 0 #e8e8e8,0 1px 0 0 #e8e8e8,1px 1px 0 0 #e8e8e8,inset 1px 0 0 0 #e8e8e8,inset 0 1px 0 0 #e8e8e8;-webkit-transition:all .3s;transition:all .3s}.ant-card-grid-hoverable:hover{position:relative;z-index:1;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-card-contain-tabs>.ant-card-head .ant-card-head-title{min-height:32px;padding-bottom:0}.ant-card-contain-tabs>.ant-card-head .ant-card-extra{padding-bottom:0}.ant-card-cover>*{display:block;width:100%}.ant-card-cover img{border-radius:2px 2px 0 0}.ant-card-actions{margin:0;padding:0;list-style:none;background:#fafafa;border-top:1px solid #e8e8e8;zoom:1}.ant-card-actions:after,.ant-card-actions:before{display:table;content:""}.ant-card-actions:after{clear:both}.ant-card-actions>li{float:left;margin:12px 0;color:rgba(0,0,0,.45);text-align:center}.ant-card-actions>li>span{position:relative;display:block;min-width:32px;font-size:14px;line-height:22px;cursor:pointer}.ant-card-actions>li>span:hover{color:#2f4156;-webkit-transition:color .3s;transition:color .3s}.ant-card-actions>li>span>.anticon,.ant-card-actions>li>span a:not(.ant-btn){display:inline-block;width:100%;color:rgba(0,0,0,.45);line-height:22px;-webkit-transition:color .3s;transition:color .3s}.ant-card-actions>li>span>.anticon:hover,.ant-card-actions>li>span a:not(.ant-btn):hover{color:#2f4156}.ant-card-actions>li>span>.anticon{font-size:16px;line-height:22px}.ant-card-actions>li:not(:last-child){border-right:1px solid #e8e8e8}.ant-card-type-inner .ant-card-head{padding:0 24px;background:#fafafa}.ant-card-type-inner .ant-card-head-title{padding:12px 0;font-size:14px}.ant-card-type-inner .ant-card-body{padding:16px 24px}.ant-card-type-inner .ant-card-extra{padding:13.5px 0}.ant-card-meta{margin:-4px 0;zoom:1}.ant-card-meta:after,.ant-card-meta:before{display:table;content:""}.ant-card-meta:after{clear:both}.ant-card-meta-avatar{float:left;padding-right:16px}.ant-card-meta-detail{overflow:hidden}.ant-card-meta-detail>div:not(:last-child){margin-bottom:8px}.ant-card-meta-title{overflow:hidden;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;white-space:nowrap;text-overflow:ellipsis}.ant-card-meta-description{color:rgba(0,0,0,.45)}.ant-card-loading{overflow:hidden}.ant-card-loading .ant-card-body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-card-loading-content p{margin:0}.ant-card-loading-block{height:14px;margin:4px 0;background:-webkit-gradient(linear,left top,right top,from(rgba(207,216,220,.2)),color-stop(rgba(207,216,220,.4)),to(rgba(207,216,220,.2)));background:linear-gradient(90deg,rgba(207,216,220,.2),rgba(207,216,220,.4),rgba(207,216,220,.2));background-size:600% 600%;border-radius:2px;-webkit-animation:card-loading 1.4s ease infinite;animation:card-loading 1.4s ease infinite}@-webkit-keyframes card-loading{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes card-loading{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.ant-card-small>.ant-card-head{min-height:36px;padding:0 12px;font-size:14px}.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-head-title{padding:8px 0}.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-extra{padding:8px 0;font-size:14px}.ant-card-small>.ant-card-body{padding:12px}.icon-a-goubeifen4[data-v-1e9c0de2]{color:#42cd7b}.icon-a-close-circle-fillbeifen2[data-v-1e9c0de2]{color:#f44}.iconfont[data-v-1e9c0de2]{font-size:12px;margin:0 3px}.component[data-v-1e9c0de2]{font-size:14px;color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component .img[data-v-1e9c0de2]{width:15px}.iconfont[data-v-18f8dd8c]{font-size:12px;margin:0 3px;color:#42cd7b}.component[data-v-18f8dd8c]{font-size:14px;color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component .img[data-v-18f8dd8c]{width:15px}.delete[data-v-41e6dfee]{color:#fa6400}.iconfont[data-v-41e6dfee]{font-size:12px;margin:0 3px}.component[data-v-41e6dfee]{font-size:14px;color:#333;-ms-flex-wrap:wrap;flex-wrap:wrap}.component .list[data-v-41e6dfee],.component[data-v-41e6dfee]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component .list .img[data-v-41e6dfee]{margin:0 5px;width:16px;height:16px}.component .list .img img[data-v-41e6dfee]{width:100%;height:100%}.component .add[data-v-41e6dfee]{color:#2f4156}.list[data-v-9a894fce]{padding:0 0 20px 20px;color:#333;font-size:14px;position:relative}.list .title[data-v-9a894fce]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:10px}.list .title .user[data-v-9a894fce]{margin-right:10px}.list .desc[data-v-9a894fce]{line-height:24px;color:#666;padding:10px;background:#f6f6f6}.round[data-v-9a894fce]{position:absolute;width:16px;height:16px;left:-5px;background:#fff;border-radius:50%;top:3px;z-index:2;border:1px solid #42cd7b}.line[data-v-9a894fce]{position:absolute;background:#42cd7b;width:1px;height:100%;left:3px;top:8px;z-index:1}.list:first-child .title[data-v-9a894fce]{color:#42cd7b}.list:first-child .round[data-v-9a894fce]{background:#42cd7b}[data-v-298c6ca9] .ant-form-item{margin-bottom:5px}input[type=number][data-v-298c6ca9]::-webkit-inner-spin-button,input[type=number][data-v-298c6ca9]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number][data-v-298c6ca9]{-moz-appearance:textfield}.checkbox[data-v-298c6ca9]{float:right}.overflowHideBox[data-v-53fd2aac]{width:50%!important}.overflowHide[data-v-53fd2aac]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-upload-select-picture-card i[data-v-53fd2aac]{font-size:32px;color:#999}.ant-upload-select-picture-card .ant-upload-text[data-v-53fd2aac]{margin-top:8px;color:#666}.title[data-v-53fd2aac]{color:#999;font-weight:700}.btn[data-v-53fd2aac]{cursor:pointer;color:#2f4156}.flex[data-v-53fd2aac]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content[data-v-53fd2aac]{position:relative;margin:0 15px;z-index:1;font-size:14px}.content .contentBox[data-v-53fd2aac]{height:85vh;overflow:hidden;overflow-y:auto}.content .contentBox .headerInfo[data-v-53fd2aac]{padding:15px 20px;background:#fff;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0 -1px 0 0 #f6f6f6;box-shadow:0 -1px 0 0 #f6f6f6}.content .contentBox .headerInfo .headerLeft .flex .infoLeft[data-v-53fd2aac],.content .contentBox .headerInfo .headerLeft .flex .infoRight[data-v-53fd2aac],.content .contentBox .headerInfo .headerLeft .flex[data-v-53fd2aac],.content .contentBox .headerInfo .headerLeft[data-v-53fd2aac]{-webkit-box-flex:1;-ms-flex:1;flex:1}.content .contentBox .headerInfo .headerLeft .flex .infoLeft .hidde[data-v-53fd2aac],.content .contentBox .headerInfo .headerLeft .flex .infoRight .hidde[data-v-53fd2aac]{opacity:0}.content .contentBox .headerInfo .headerLeft .list[data-v-53fd2aac]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:10px}.content .contentBox .headerInfo .headerLeft .list>div[data-v-53fd2aac]{padding:10px 0;width:50%;display:-webkit-box;display:-ms-flexbox;display:flex}.content .contentBox .headerInfo .headerLeft .list>div .label[data-v-53fd2aac]{color:#999}.content .contentBox .headerInfo .headerLeft .list>div .value[data-v-53fd2aac]{color:#333}.content .contentBox .otherInfo[data-v-53fd2aac]{padding:15px 20px;margin-top:16px;margin-bottom:50px;background:#fff;border-radius:3px}.content .contentBox .otherInfo .info .title[data-v-53fd2aac]{padding-top:10px}.content .contentBox .otherInfo .info .title .btn[data-v-53fd2aac]{margin-left:10px}.content .contentBox .otherInfo .info .list[data-v-53fd2aac]{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.content .contentBox .otherInfo .info .list .card[data-v-53fd2aac]{margin:0 10px 10px 0;width:32%}.content .contentBox .otherInfo .info .list .card div[data-v-53fd2aac]{padding:2px;display:-webkit-box;display:-ms-flexbox;display:flex}.content .contentBox .otherInfo .info .list .card div span[data-v-53fd2aac]{display:block}.content .contentBox .otherInfo .info .list .card .label[data-v-53fd2aac]{color:#999}.content .contentBox .otherInfo .info .list .card .value[data-v-53fd2aac]{color:#333;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.content .contentBox .otherInfo .info .list .card .other[data-v-53fd2aac]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.content .contentBox .otherInfo .info .list .card .other .btn[data-v-53fd2aac]{margin-left:10px}.content .contentBox .otherInfo .info .list .card .other .default[data-v-53fd2aac]{position:relative;z-index:1}.content .contentBox .otherInfo .info .list .card .other .default[data-v-53fd2aac]:after{content:"";position:absolute;display:block;width:16px;height:16px;border-radius:50%;top:50%;left:-20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#42cd7b;z-index:2}.content .contentBox .otherInfo .factory .card[data-v-53fd2aac]{min-height:130px}.content .contentBox .otherInfo .factory .card .title[data-v-53fd2aac]{font-weight:500;color:#333}.content .contentBox .otherInfo .factory .scale .unit[data-v-53fd2aac]{color:#999}.content .contentBox .otherInfo .factory .scale .inputNumber[data-v-53fd2aac]{width:200px;margin:0 5px}.content .contentBox .otherInfo .docking .flex[data-v-53fd2aac]{margin-top:10px}.content .contentBox .otherInfo .docking .flex .label[data-v-53fd2aac]{color:#999}.content .contentBox .otherInfo .docking .flex .value[data-v-53fd2aac]{margin-left:10px}.content .contentBox .otherInfo .docking .flex .value .select[data-v-53fd2aac]{width:200px}.content .contentBox .otherInfo .log .title[data-v-53fd2aac]{margin:10px 0}.content .contentBox .otherInfo .page[data-v-53fd2aac]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto}.content .contentBox .img[data-v-53fd2aac]{width:120px}.content .contentBox .img img[data-v-53fd2aac]{width:100%}.content .bottom[data-v-53fd2aac]{background:#fff;padding:10px 0;z-index:2;position:absolute;width:100%;bottom:0}.content .bottom .bottomBtn[data-v-53fd2aac]{display:block;margin:auto}