#loadingLG{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.12);z-index:9999}#loadingLG span{display:inline-block;position:relative;width:40px;height:40px;-webkit-animation:myrotate 1.8s linear infinite;animation:myrotate 1.8s linear infinite;margin-top:10px}#loadingLG span i{position:absolute;width:18px;height:18px;transform:scale(.75);border-radius:100%;background:#6495ed;opacity:.3;display:block;-webkit-animation:myopacity 1s linear infinite;animation:myopacity 1s linear infinite}#loadingLG span i:first-child{left:0;top:0}#loadingLG span i:nth-child(2){right:0;top:0;-webkit-animation-delay:.4s;animation-delay:.4s}#loadingLG span i:nth-child(3){right:0;bottom:0;-webkit-animation-delay:.8s;animation-delay:.8s}#loadingLG span i:nth-child(4){left:0;bottom:0;-webkit-animation-delay:1.2s;animation-delay:1.2s}@-webkit-keyframes myrotate{to{transform:rotate(450deg)}}@keyframes myrotate{to{transform:rotate(450deg)}}@-webkit-keyframes myopacity{to{opacity:1}}@keyframes myopacity{to{opacity:1}}.public_page{width:100%;min-height:100%;background-color:#fff}.public_page .search_content{width:100%;padding:10px 20px}.public_page .search_content .search_item{display:flex;justify-content:flex-start;align-items:center;padding:0 0 0 10px;line-height:32px;margin:10px 0}.public_page .search_content .search_item:last-child{margin-bottom:0}.public_page .search_content .search_item .tip{width:86px;text-align:right;margin-right:2px;font-size:14px}.public_page .search_content .search_item .input{border-radius:2px;flex:1}.public_page .search_content .search_item_none{display:none}.public_page .search_content .search_btn_box{display:flex;justify-content:flex-end;align-items:center;margin-top:10px;margin-bottom:10px}.public_page .search_content .search_btn_box .btn_item{margin-left:12px}.public_page .search_content .search_btn_box .btn_open{margin-left:10px;display:flex;justify-content:flex-end;align-items:center;color:#1890ff;cursor:pointer}.public_page .search_content .search_btn_box .btn_open .active_open{transform:rotate(0deg);transition:1s}.public_page .search_content .search_btn_box .btn_open .active_shrink{transform:rotate(180deg);transition:1s}.public_page .public_line{height:10px;width:100%;background-color:#f0f2f5}.public_page .public_content{background-color:#fff;padding:20px;height:calc(100% - 92px)}.public_page .public_content .func{width:100%;margin-bottom:10px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;background-color:#fff}.public_page .public_content .func .func_item{display:flex;justify-content:flex-start;align-items:center;margin-right:20px;margin-bottom:10px}.public_page .page{display:flex;justify-content:center;margin-top:20px}.public_block_box{margin-bottom:10px}.public_block_box h3{font-size:16px;font-weight:700;margin-bottom:8px}.public_block_box .public_block_box_info{display:flex;justify-content:flex-start;flex-wrap:wrap}.public_block_box .public_block_box_info .public_block_box_info_item{width:32%;margin-right:2%;margin-bottom:10px}.public_block_box .public_block_box_info .public_block_box_info_item:nth-child(3n){margin-right:0}.public_block_box .public_block_box_info .public_block_box_info_item .public_block_box_info_item_tip{margin-bottom:4px}.public_block_box .public_block_box_info .public_block_box_info_item .input{width:100%}body,h1,h2,h3,h4,h5,h6,html,img,input,li,p,textarea,ul{margin:0;padding:0}li,ul{list-style:none}#root{background-color:#f5f6f7;height:100vh;width:100vw}.padding_box_20{padding:20px}table.tables{border:1px solid #eee;border-spacing:0;table-layout:fixed;width:100%}table.tables th,table.tables tr{border-bottom:1px solid #eee;text-align:center}table.tables th{background:#f5f5f5}table.tables td,table.tables th{border-right:1px solid #eee;border-bottom:1px solid #eee;padding:5px}table.tables tr td:last-child{border-right:0}table.tables tr:last-child td{border-bottom:0}table.tables td>.input{width:100%}.table_12 td,.table_12 th{width:12.5%}.table_25 td,.table_25 th{width:25%}.table_50 td,.table_50 th{width:50%}.public_table .ant-table-cell .operation span{color:#1890ff;cursor:pointer;margin:0 5px}.public_table .ant-table-cell .operation span:hover{color:#49a7ff}.public_table .ant-table-cell .operation span .print{color:red}.ant-table-row td,.ant-table-thead>tr>th{white-space:nowrap}.public_modal_input_700{width:800px!important;margin-top:-50px!important}.public_modal_input_700 .ant-modal-body{height:500px!important}.public_modal_input .edit_item{width:100%;line-height:32px;display:flex;justify-content:flex-start;margin:10px 0}.public_modal_input .edit_item:first-child{margin-top:0}.public_modal_input .edit_item:last-child{margin-bottom:0}.public_modal_input .edit_item .tip{width:100px;text-align:right;margin-right:2px;font-size:14px}.public_modal_input .edit_item .input{border-radius:4px;flex:1;width:100%}.public_tree_checkbox{width:1000px!important}.public_tree_checkbox .edit_item{width:100%;line-height:32px;display:flex;justify-content:flex-start;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #e9e9e9}.public_tree_checkbox .edit_item .tip{width:66px;font-weight:700;margin-right:2px;font-size:14px}.public_tree_checkbox .edit_item .input{border-radius:4px}.public_tree_checkbox .power-item{margin-bottom:20px}.public_tree_checkbox .power-item:last-child{margin-bottom:0}.public_tree_checkbox .power-item .CheckAll{border-bottom:1px solid #e9e9e9;padding-bottom:8px;margin-bottom:8px;font-size:14px;font-weight:700}.public_tree_checkbox .power-item .CheckItem{margin-bottom:3px}#LoadingComponent{display:flex;justify-content:center;align-items:center;width:100%;height:100%}#LoadingComponent .tip_box{background-color:#fff;border-radius:6px}#LoadingComponent .tip_box .tip_top{border-bottom:1px solid #eae5e5;text-align:center;height:60px;line-height:60px;font-size:24px;font-weight:700}#LoadingComponent .tip_box .refresh_box{padding:20px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}#LoadingComponent .tip_box .refresh_box h3{color:red;width:100%;text-align:center;font-size:20px;font-weight:700;margin-bottom:30px}@font-face{font-family:iconfont;src:url(/font/iconfont.6c0bd6cb.woff2) format("woff2"),url(/font/iconfont.158160bb.woff) format("woff"),url(/font/iconfont.3c671894.ttf) format("truetype")}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-jiankong:before{content:"\e646"}.icon-wancheng:before{content:"\e638"}.icon-yanjing:before{content:"\e661"}.icon-houtui:before{content:"\e615"}.icon-caigoua:before{content:"\e887"}.icon-tF:before{content:"\e64c"}.icon-shanchu:before{content:"\e8c1"}.icon-a-gongchangshengchan02:before{content:"\e8de"}.icon-shengchanqiye:before{content:"\e732"}.icon-caigou:before{content:"\e614"}.icon-tianxie:before{content:"\ec88"}.icon-source:before{content:"\e60e"}.icon-cheliang:before{content:"\e62b"}.icon-yundanguanli:before{content:"\e787"}.icon-zhediemianban:before{content:"\e64a"}.icon-weizhi:before{content:"\e613"}.icon-jian:before{content:"\e74b"}.icon-xinzeng:before{content:"\e629"}.icon-huozhuguanli:before{content:"\e60c"}.icon-sijiguanli:before{content:"\e676"}.icon-zhifu1:before{content:"\e8f9"}.icon-daifu:before{content:"\e63e"}.icon-zhifu2:before{content:"\e810"}.icon-gantanhao:before{content:"\e60b"}.icon-Warehousing_home:before{content:"\e604"}.icon-AgentPayment:before{content:"\e625"}.icon-ToBeReviewed:before{content:"\e64b"}.icon-ReviewReturn:before{content:"\e612"}.icon-tongji:before{content:"\e631"}.icon-cuowu:before{content:"\e611"}.icon-shenhe:before{content:"\e69e"}.icon-zhifu:before{content:"\e628"}.icon-jinri:before{content:"\e899"}.icon-xiaoshou:before{content:"\e623"}.icon-bangong1:before{content:"\e624"}.icon-photo:before{content:"\e61d"}.icon-iot:before{content:"\e731"}.icon-pingtai:before{content:"\e6c5"}.icon-xiangji:before{content:"\e66d"}.icon-lable_i:before{content:"\e603"}.icon-did:before{content:"\e65f"}.icon-crown:before{content:"\e601"}.icon-stars:before{content:"\e602"}.icon-anquan:before{content:"\e606"}.icon-clear_x:before{content:"\e898"}.icon-yj-b:before{content:"\e660"}.icon-yj-k:before{content:"\e672"}.icon-qw:before{content:"\e6d9"}.icon-logistics:before{content:"\e609"}.icon-maxScreen:before{content:"\e62a"}.icon-minScreen:before{content:"\e688"}.icon-next:before{content:"\e62d"}.icon-cangku2:before{content:"\e60a"}.icon-cangku:before{content:"\e61f"}.icon-app_admin:before{content:"\e64f"}.icon-enterprise_admin:before{content:"\e627"}.icon-design:before{content:"\e605"}.icon-func_admin:before{content:"\e691"}.icon-shouqi:before{content:"\e62f"}.icon-open:before{content:"\e633"}.icon-signOut:before{content:"\e620"}.icon-copyright:before{content:"\e666"}.icon-category:before{content:"\e600"}.icon-tixing:before{content:"\e60d"}.icon-proprietaryManagement:before{content:"\e66e"}.icon-financialStatistics:before{content:"\e665"}.icon-yue:before{content:"\e6c6"}.icon-shouru:before{content:"\e632"}.icon-zhichu:before{content:"\e608"}.icon-financialManagement:before{content:"\e622"}.icon-line:before{content:"\e949"}.icon-equipment:before{content:"\e630"}.icon-park:before{content:"\e734"}.icon-workshop:before{content:"\e607"}.icon-supplierlist:before{content:"\e647"}.icon-supplierapply:before{content:"\e675"}.icon-orders:before{content:"\e62e"}.icon-supplier:before{content:"\e65b"}.icon-warehousing:before{content:"\e656"}.icon-role:before{content:"\e678"}.icon-home:before{content:"\e61e"}.icon-cuo:before{content:"\e686"}.icon-shouji:before{content:"\e621"}.icon-hr:before{content:"\e63f"}.icon-yanzhengma:before{content:"\e667"}.icon-users:before{content:"\e7d8"}.icon-add:before{content:"\e60f"}.icon-dui:before{content:"\e610"}.icon-system:before{content:"\e864"}.icon-mima:before{content:"\e66c"}.icon-shangchuan:before{content:"\e626"}.icon-customer:before{content:"\e63d"}.myprogress{pointer-events:none}.myprogress .bar{background:#ffc900;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}.myprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #ffc900,0 0 5px #ffc900;opacity:1;transform:rotate(3deg) translateY(-4px)}.myprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}.myprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#ffc900 transparent transparent #ffc900;border-style:solid;border-width:2px;border-radius:50%;-webkit-animation:myprogress-spinner .4s linear infinite;animation:myprogress-spinner .4s linear infinite}.myprogress .myprogress-custom-parent{overflow:hidden;position:relative}.myprogress-custom-parent .myprogress .bar,.myprogress-custom-parent .myprogress .spinner{position:absolute}@-webkit-keyframes myprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes myprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}