inl-ui 0.0.39 → 0.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/index.js +30 -19
  2. package/dist/index.js.map +1 -1
  3. package/dist/src/pageComponent/utils/format.d.ts +1 -0
  4. package/dist/style.css +8 -8
  5. package/package.json +1 -1
  6. package/src/pageComponent/assets/styles/alarm/warning-record.less +6 -0
  7. package/src/pageComponent/assets/styles/card/index.less +6 -0
  8. package/src/pageComponent/assets/styles/login/login.less +2 -1
  9. package/src/pageComponent/assets/styles/systemManager/aboutNew.less +10 -11
  10. package/src/pageComponent/assets/styles/systemManager/index.less +14 -4
  11. package/src/pageComponent/assets/styles/systemManager/menu-manager.less +5 -2
  12. package/src/pageComponent/assets/styles/systemManager/noticeManager/noticeCenter.less +11 -0
  13. package/src/pageComponent/assets/styles/systemManager/param-manager.less +6 -0
  14. package/src/pageComponent/assets/styles/systemManager/systemSetting.less +1 -1
  15. package/src/pageComponent/assets/styles/thingModel/factory.less +5 -4
  16. package/src/pageComponent/components/CommonTree.tsx +1 -1
  17. package/src/pageComponent/utils/format.ts +11 -0
  18. package/src/pageComponent/views/alarms/warning-record/index.tsx +1 -1
  19. package/src/pageComponent/views/alarms/warning-record/record-table.tsx +1 -1
  20. package/src/pageComponent/views/card-center/cardWarehouse.tsx +2 -2
  21. package/src/pageComponent/views/card-center/components/cardDetail.tsx +4 -0
  22. package/src/pageComponent/views/card-center/components/pageDetail.tsx +4 -0
  23. package/src/pageComponent/views/card-center/components/selectCard.tsx +2 -0
  24. package/src/pageComponent/views/card-center/less/pageConfiguration.less +3 -0
  25. package/src/pageComponent/views/card-center/less/selectCard.less +3 -0
  26. package/src/pageComponent/views/card-center/pageConfiguration.tsx +113 -112
  27. package/src/pageComponent/views/factoryManage/index.tsx +1 -1
  28. package/src/pageComponent/views/productionPlanManager/assets/productionPlan.less +1 -2
  29. package/src/pageComponent/views/pss/assets/less/index.less +1 -0
  30. package/src/pageComponent/views/systemManager/authManager/menuManager/index.tsx +1 -1
  31. package/src/pageComponent/views/systemManager/noticeManager/noticeCenter.tsx +2 -2
  32. package/src/pageComponent/views/systemManager/noticeManager/noticeManager.tsx +1 -1
  33. package/src/pageComponent/views/systemManager/paramManager/index.tsx +1 -1
  34. package/src/pageComponent/views/thingModel/index.tsx +5 -3
  35. package/src/pageComponent/views/thingModel/less/thingModel.less +7 -1
  36. package/src/pageComponent/views/thingModel/less/thingModelDetail.less +2 -0
  37. package/src/pageComponent/views/workforceManager/workforceRule/assets/classManagerAndWorkforceRuleComp.less +1 -2
package/dist/style.css CHANGED
@@ -8,22 +8,22 @@
8
8
  .setting_system{background-color:#fff;box-sizing:border-box;margin:0 20px 20px 10px}.setting_system .media input{width:250px}.setting_system .media .icon{line-height:32px}.setting_system .system_title{color:#354052;font-size:16px;font-weight:600;margin-bottom:20px}.setting_system .ant-form{width:800px}.setting_system .ant-form .ant-row{margin-bottom:8px}.setting_system .ant-form .icon{align-items:center;color:#3e7eff;cursor:pointer;display:flex;font-size:14px;font-weight:600}.setting_system .ant-form .icon img{margin-right:6px}.setting_system .form_footer .ant-btn-primary{margin-right:16px}.camera-permission{background-color:#fff;box-sizing:border-box;margin:0 20px 20px 10px}
9
9
  .play .layout{display:grid;height:100vh;overflow:hidden;width:100vw}.play .layout.layout1{grid-template-areas:"a"}.play .layout.layout4{grid-template-areas:"a b" "c d"}.play .layout.layout8{grid-template-areas:"a a a b" "a a a c" "a a a d" "e f g h"}.play .layout.layout9{grid-template-areas:"a b c" "d e f" "g h i"}.play .layout.layout13{grid-template-areas:"a a b c" "a a d e" "f g h i" "j k l m"}.play .layout.layout16{grid-template-areas:"a b c d" "e f g h" "i j k l" "m n o p"}.play .layout .layout-item{height:0;min-height:100%;min-width:100%;overflow:hidden;width:0}.play .layout .layout-item:first-of-type{grid-area:a}.play .layout .layout-item:nth-of-type(2){grid-area:b}.play .layout .layout-item:nth-of-type(3){grid-area:c}.play .layout .layout-item:nth-of-type(4){grid-area:d}.play .layout .layout-item:nth-of-type(5){grid-area:e}.play .layout .layout-item:nth-of-type(6){grid-area:f}.play .layout .layout-item:nth-of-type(7){grid-area:g}.play .layout .layout-item:nth-of-type(8){grid-area:h}.play .layout .layout-item:nth-of-type(9){grid-area:i}.play .layout .layout-item:nth-of-type(10){grid-area:j}.play .layout .layout-item:nth-of-type(11){grid-area:k}.play .layout .layout-item:nth-of-type(12){grid-area:l}.play .layout .layout-item:nth-of-type(13){grid-area:m}.play .layout .layout-item:nth-of-type(14){grid-area:n}.play .layout .layout-item:nth-of-type(15){grid-area:o}.play .layout .layout-item:nth-of-type(16){grid-area:p}.play .layout .camera{border:1px solid #fff;height:100%}.play .layout .camera .placeholder{background:#000;height:100%;width:100%}
10
10
  .noticeManager{box-sizing:border-box}.noticeManager-top{margin-bottom:20px}.noticeManager .secretKey{align-items:center;display:flex}.noticeManager .secretKey>div{flex:1}
11
- .pssIndex{height:100%}.pssIndex .pssList{height:100%;position:relative}.pssIndex .pssList .ant-tabs,.pssIndex .pssList .ant-tabs-content{height:100%}.pssIndex .pssList_content{display:flex;flex-direction:column;height:100%}.pssIndex .pssList_content .dropSelect{align-items:center;display:flex;flex-direction:row;margin-bottom:20px}.pssIndex .pssList_content .dropSelect .ant-dropdown-trigger{margin-right:44px}.pssIndex .pssList_content .operation_btn{margin-bottom:24px}.pssIndex .pssList_content .batchLine{background:rgba(62,126,255,.1);border-radius:2px;height:48px;margin-bottom:24px;width:100%}.pssIndex .pssList_content .table{flex:1;overflow-y:auto}.pssIndex .pssList_content .table .operation{align-items:center;color:#3e7eff;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:space-between}.pssIndex .pssList_content .table .operation .op button{padding:0}.pssIndex .pssList_content .pages{display:flex;justify-content:flex-end}.pssIndex .pssList_modal .modal_content .ant-row{margin-bottom:24px}.pssIndex .pssList_modal .modal_content .serach{margin-bottom:24px;width:307px}.pssInfoModal{position:absolute!important}.pssInfoModal .info_footer .red{border-color:#ff6b54;color:#ff6b54}.pssInfoModal .info_footer .yellow{border-color:#ff9000;color:#ff9000}.pssInfoModal .ant-modal{height:100%;margin:0;max-width:100%;padding-bottom:0;top:0;width:unset!important}.pssInfoModal .ant-modal-content{display:flex;flex-direction:column;height:100%}.pssInfoModal .ant-modal-body{flex:1;height:0}.pssInfoModal .ant-modal-footer{padding:0}.pssInfoModal .info_container{box-sizing:border-box;height:100%;overflow-y:auto}.pssInfoModal .info_container .title{color:#1f2329;font-size:14px;font-weight:400;margin-bottom:23px}.pssInfoModal .info_container .content{box-sizing:border-box;padding:0 16px}.pssInfoModal .info_container .content_title{align-items:center;color:#1f2329;display:flex;flex-direction:row;font-size:16px;font-weight:700;margin-bottom:20px}.pssInfoModal .info_container .content_title span{color:#5d616b;font-size:12px;font-weight:400;margin-left:9px}.pssInfoModal .info_container .content_info .ant-col{color:#1f2329;display:flex;font-weight:400;margin-bottom:12px}.pssInfoModal .info_container .content_info .ant-col .label{color:#5d616b;font-weight:400;margin-right:8px}.pssInfoModal .info_container .content .loop{border-bottom:1px solid #e7e7e7;box-sizing:border-box;display:flex;flex-direction:row;margin-bottom:24px;padding-bottom:24px}.pssInfoModal .info_container .content .loop .every{display:flex;flex-direction:column;font-weight:400;margin-right:46px;width:200px}.pssInfoModal .info_container .content .loop .every_title{color:#1f2329;font-family:PingFangSC-Regular,PingFang SC;font-size:16px;font-weight:400;line-height:22px;margin-bottom:4px}.pssInfoModal .info_container .content .loop .every_spa{color:#8f959e;font-size:14px}.pssInfoModal .info_container .content .loop .every_state{display:flex;flex-direction:row;justify-content:space-between;margin-top:24px;width:120px}.pssInfoModal .info_container .content .loop .every_state .point{border-radius:50%;height:10px;margin-right:8px;width:10px}.pssInfoModal .info_container .content .loop .every_state .point.green{background:#18c0bf;border:1px solid rgba(12,137,137,.8)}.pssInfoModal .info_container .content .loop .every_state .point.red{background:#ff6b54;border:1px solid #b23622}.pssInfoModal .info_container .content .loop .every_state .point.gray{background:#e0e4e8;border:1px solid #5d616b}.pssInfoModal .info_container .content .loop .every_state img{height:12px;margin-right:8px;width:13px}.pssInfoModal .info_container .content .loop .cus-table{flex:1}.pssInfoModal .info_container .content .loop .cus-table img{height:12px;margin-right:8px;width:13px}.pssInfoModal .info_container .content .timeLine .complate{background:#d6e4ff;border:1px solid #3f7eff;border-radius:50%;color:#3f7eff;height:16px;width:16px}.pssInfoModal .info_container .content .timeLine .active{align-items:center;background:rgba(62,126,255,.2);border-radius:50%;display:flex;height:16px;justify-content:center;width:16px}.pssInfoModal .info_container .content .timeLine .active span{background:#3e7eff;border-radius:50%;display:inline-block;height:8px;width:8px}.pssInfoModal .info_container .content .timeLine .content{flex-direction:row;justify-content:space-between;width:350px}.pssInfoModal .info_container .content .timeLine .content .timeLineActive{color:#1f2329;font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:500;height:20px;line-height:20px}.pssInfoModal .info_container .content .timeLine .content .time{color:#8f959e;flex-shrink:0;font-size:12px;font-weight:400;text-align:right;width:100px}.pssInfoModal .info_footer{align-items:center;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:row;height:60px;justify-content:flex-end}.pssInfoModal .info_footer .ant-btn{margin-right:24px}.pssInfoModal .info_footer .ant-btn:last-of-type{margin:0}.pssInfoModal .stateNode,.pssList .stateNode{align-items:center;background:rgba(62,126,255,.2);border-radius:2px;color:#3e7eff;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400;height:20px;justify-content:center;line-height:16px;padding:2px 8px}.pssInfoModal .stateNode.blue,.pssList .stateNode.blue{background:rgba(62,126,255,.2);color:#3e7eff}.pssInfoModal .stateNode.red,.pssList .stateNode.red{background:rgba(237,63,60,.2);color:#ed3f3c}.pssInfoModal .stateNode.green,.pssList .stateNode.green{background:rgba(24,192,191,.2);color:#18c0bf}.pssInfoModal .stateNode.orange,.pssList .stateNode.orange{background:rgba(255,146,20,.2);color:#ff9214}.pssInfo_modal .modal_content{background:#f8f9fc;box-sizing:border-box;height:144px;padding:16px}.pssInfo_modal .modal_content .ant-input-textarea .ant-input{padding:0!important}.pssInfo_modal .transfer{display:flex;flex-direction:column;margin-top:17px}.pssInfo_modal .transfer .title{align-items:center;color:#1f2329;display:flex;flex-direction:row;font-size:16px;font-weight:400;margin-bottom:7px}.pssInfo_modal .transfer .title span{margin-right:4px}.pssInfo_modal .transfer .title span img{height:9px;width:8px}.pssInfo_modal .transfer .choosePeople .addBtn img{cursor:pointer;height:37px;width:37px}.pssInfo_transModal .searchInput{background:#f8f9fc;border-radius:30px;height:41px}.pssInfo_transModal .choosePeople{margin-top:9px}.pssInfo_transModal .choosePeople .row{align-items:center;border-bottom:1px solid #eff2f6;display:flex;flex-direction:row;padding:7px 0}.pssInfo_transModal .choosePeople .row .avater{border:1px solid #000;border-radius:50%;height:36px;margin-right:20px;width:36px}.pssInfo_transModal .choosePeople .row .label{flex:1}.pssInfo_transModal .choosePeople .row .choosen img{height:22px;width:22px}.cus-table *{scrollbar-width:none}.cus-table * ::-webkit-scrollbar{height:0!important;width:0!important}.cus-table .ant-spin-container,.cus-table .ant-spin-nested-loading,.cus-table .ant-table,.cus-table .ant-table-content,.cus-table .ant-table-fixed-left,.cus-table .ant-table-fixed-right,.cus-table .ant-table-scroll,.cus-table .ant-table-wrapper{height:100%}.cus-table .ant-table-fixed-left,.cus-table .ant-table-fixed-right,.cus-table .ant-table-scroll{display:flex;flex-direction:column}.cus-table .ant-table-fixed-left .ant-table-body,.cus-table .ant-table-fixed-left .ant-table-body-outer,.cus-table .ant-table-fixed-right .ant-table-body,.cus-table .ant-table-fixed-right .ant-table-body-outer,.cus-table .ant-table-scroll .ant-table-body,.cus-table .ant-table-scroll .ant-table-body-outer{flex:1;height:0}.cus-table .ant-table-header{background:none!important;background:#f1f3f4;height:40px;line-height:6px;margin:0!important;min-width:0!important;overflow:auto;padding-bottom:0!important}.cus-table .ant-table-body{background:none!important}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table{background:none;border-radius:2px;overflow:hidden}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table{border-collapse:collapse}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th{border:none}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table.ant-table-empty .ant-table-content .ant-table-body{flex:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table{border-collapse:collapse;height:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row){height:40px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th{background:none;color:#484953;font-size:14px;height:100%;line-height:normal;padding:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border-radius:3px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell{justify-content:center!important}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell{justify-content:flex-end!important}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row{background:none}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row>td{background:#fff;border-radius:8px;padding:10px 20px 0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th{color:#8c97b2;padding:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column{align-items:center;background:#f1f3f4;display:block;display:flex;height:100%;padding:5px 20px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column{border-bottom-left-radius:4px;border-top-left-radius:4px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column{border-bottom-right-radius:4px;border-top-right-radius:4px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span{align-items:center;background:#fff;display:flex;flex-wrap:wrap;height:100%;justify-content:flex-start;min-height:100%;padding:10px 20px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div{width:100%}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row){border-top:1px dashed rgba(149,155,170,.6)}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-placeholder,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-placeholder{border:none;border-radius:0}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column{border-bottom-left-radius:8px;border-top-left-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column{border-bottom-right-radius:8px;border-top-right-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row){border:none!important}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td{padding:5px 0}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span{border-bottom-left-radius:8px;border-top-left-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span{border-bottom-right-radius:8px;border-top-right-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td{padding-top:0}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td{padding-bottom:0}.PerformOperationModal .ant-modal-body{padding-top:0}.PerformOperationModal .pageContent{background:#fff}.PerformOperationModal .pageContent .line{display:flex;font-size:14px;font-weight:400;justify-content:space-between;margin-top:10px}.PerformOperationModal .pageContent .line.title{color:#1f2329;font-family:PingFangSC-Regular,PingFang SC;font-size:16px;font-weight:400;height:22px;line-height:22px}.PerformOperationModal .pageContent .line.titleLine .name,.PerformOperationModal .pageContent .line.titleLine .value{color:#5d616b!important}.PerformOperationModal .pageContent .line .name{color:#1f2329}.PerformOperationModal .pageContent .line .value{color:#3e7eff;text-align:right}.ApproveOpinionModal .ant-modal-body{padding-top:0}.ApproveOpinionModal .modal_footer .red{background:#ff6b54;border-color:#ff6b54}.ApproveOpinionModal .modal_footer .yellow{background:#ff9000;border-color:#ff9000}.newOrder_modal .modal_content{max-height:500px;overflow-y:auto}.newOrder_modal .modal_content .content{flex-direction:column}.newOrder_modal .modal_content .content .line{gap:8px}.newOrder_modal .modal_content .content .line .all .num{color:#1890ff}.newOrder_modal .modal_content .content .deviceBox{margin-top:16px;max-height:260px;overflow-y:auto}.newOrder_modal .modal_content .content .deviceBox .device{margin-bottom:8px}.newOrder_modal .modal_content .content .deviceBox .device .titleLine{background:#f7f7f7;justify-content:space-between;margin-bottom:8px;padding-left:16px;width:100%}:root[data-doc-theme=dark] .newOrder_modal .modal_content .content .all .num{color:#1d33a2}.newOrder_device_modal .deviceModal_content{height:560px}.newOrder_device_modal .deviceModal_content .left{border-right:1px solid #dce1e4;flex-direction:column;margin-right:16px;padding-right:16px}.newOrder_device_modal .deviceModal_content .left .align-r{text-align:right}.newOrder_device_modal .deviceModal_content .left .tableBox{overflow-y:auto}.newOrder_device_modal .deviceModal_content .right{flex-direction:column;flex-grow:0;width:360px}.newOrder_device_modal .deviceModal_content .right .top{justify-content:space-between;margin-bottom:8px}.newOrder_device_modal .deviceModal_content .right .activedBox{flex:1;overflow-y:auto}.newOrder_device_modal .deviceModal_content .right .activedBox .tag{margin-bottom:16px}
11
+ .pssIndex{height:100%;overflow:hidden}.pssIndex .pssList{height:100%;position:relative}.pssIndex .pssList .ant-tabs,.pssIndex .pssList .ant-tabs-content{height:100%}.pssIndex .pssList_content{display:flex;flex-direction:column;height:100%}.pssIndex .pssList_content .dropSelect{align-items:center;display:flex;flex-direction:row;margin-bottom:20px}.pssIndex .pssList_content .dropSelect .ant-dropdown-trigger{margin-right:44px}.pssIndex .pssList_content .operation_btn{margin-bottom:24px}.pssIndex .pssList_content .batchLine{background:rgba(62,126,255,.1);border-radius:2px;height:48px;margin-bottom:24px;width:100%}.pssIndex .pssList_content .table{flex:1;overflow-y:auto}.pssIndex .pssList_content .table .operation{align-items:center;color:#3e7eff;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:space-between}.pssIndex .pssList_content .table .operation .op button{padding:0}.pssIndex .pssList_content .pages{display:flex;justify-content:flex-end}.pssIndex .pssList_modal .modal_content .ant-row{margin-bottom:24px}.pssIndex .pssList_modal .modal_content .serach{margin-bottom:24px;width:307px}.pssInfoModal{position:absolute!important}.pssInfoModal .info_footer .red{border-color:#ff6b54;color:#ff6b54}.pssInfoModal .info_footer .yellow{border-color:#ff9000;color:#ff9000}.pssInfoModal .ant-modal{height:100%;margin:0;max-width:100%;padding-bottom:0;top:0;width:unset!important}.pssInfoModal .ant-modal-content{display:flex;flex-direction:column;height:100%}.pssInfoModal .ant-modal-body{flex:1;height:0}.pssInfoModal .ant-modal-footer{padding:0}.pssInfoModal .info_container{box-sizing:border-box;height:100%;overflow-y:auto}.pssInfoModal .info_container .title{color:#1f2329;font-size:14px;font-weight:400;margin-bottom:23px}.pssInfoModal .info_container .content{box-sizing:border-box;padding:0 16px}.pssInfoModal .info_container .content_title{align-items:center;color:#1f2329;display:flex;flex-direction:row;font-size:16px;font-weight:700;margin-bottom:20px}.pssInfoModal .info_container .content_title span{color:#5d616b;font-size:12px;font-weight:400;margin-left:9px}.pssInfoModal .info_container .content_info .ant-col{color:#1f2329;display:flex;font-weight:400;margin-bottom:12px}.pssInfoModal .info_container .content_info .ant-col .label{color:#5d616b;font-weight:400;margin-right:8px}.pssInfoModal .info_container .content .loop{border-bottom:1px solid #e7e7e7;box-sizing:border-box;display:flex;flex-direction:row;margin-bottom:24px;padding-bottom:24px}.pssInfoModal .info_container .content .loop .every{display:flex;flex-direction:column;font-weight:400;margin-right:46px;width:200px}.pssInfoModal .info_container .content .loop .every_title{color:#1f2329;font-family:PingFangSC-Regular,PingFang SC;font-size:16px;font-weight:400;line-height:22px;margin-bottom:4px}.pssInfoModal .info_container .content .loop .every_spa{color:#8f959e;font-size:14px}.pssInfoModal .info_container .content .loop .every_state{display:flex;flex-direction:row;justify-content:space-between;margin-top:24px;width:120px}.pssInfoModal .info_container .content .loop .every_state .point{border-radius:50%;height:10px;margin-right:8px;width:10px}.pssInfoModal .info_container .content .loop .every_state .point.green{background:#18c0bf;border:1px solid rgba(12,137,137,.8)}.pssInfoModal .info_container .content .loop .every_state .point.red{background:#ff6b54;border:1px solid #b23622}.pssInfoModal .info_container .content .loop .every_state .point.gray{background:#e0e4e8;border:1px solid #5d616b}.pssInfoModal .info_container .content .loop .every_state img{height:12px;margin-right:8px;width:13px}.pssInfoModal .info_container .content .loop .cus-table{flex:1}.pssInfoModal .info_container .content .loop .cus-table img{height:12px;margin-right:8px;width:13px}.pssInfoModal .info_container .content .timeLine .complate{background:#d6e4ff;border:1px solid #3f7eff;border-radius:50%;color:#3f7eff;height:16px;width:16px}.pssInfoModal .info_container .content .timeLine .active{align-items:center;background:rgba(62,126,255,.2);border-radius:50%;display:flex;height:16px;justify-content:center;width:16px}.pssInfoModal .info_container .content .timeLine .active span{background:#3e7eff;border-radius:50%;display:inline-block;height:8px;width:8px}.pssInfoModal .info_container .content .timeLine .content{flex-direction:row;justify-content:space-between;width:350px}.pssInfoModal .info_container .content .timeLine .content .timeLineActive{color:#1f2329;font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:500;height:20px;line-height:20px}.pssInfoModal .info_container .content .timeLine .content .time{color:#8f959e;flex-shrink:0;font-size:12px;font-weight:400;text-align:right;width:100px}.pssInfoModal .info_footer{align-items:center;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:row;height:60px;justify-content:flex-end}.pssInfoModal .info_footer .ant-btn{margin-right:24px}.pssInfoModal .info_footer .ant-btn:last-of-type{margin:0}.pssInfoModal .stateNode,.pssList .stateNode{align-items:center;background:rgba(62,126,255,.2);border-radius:2px;color:#3e7eff;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400;height:20px;justify-content:center;line-height:16px;padding:2px 8px}.pssInfoModal .stateNode.blue,.pssList .stateNode.blue{background:rgba(62,126,255,.2);color:#3e7eff}.pssInfoModal .stateNode.red,.pssList .stateNode.red{background:rgba(237,63,60,.2);color:#ed3f3c}.pssInfoModal .stateNode.green,.pssList .stateNode.green{background:rgba(24,192,191,.2);color:#18c0bf}.pssInfoModal .stateNode.orange,.pssList .stateNode.orange{background:rgba(255,146,20,.2);color:#ff9214}.pssInfo_modal .modal_content{background:#f8f9fc;box-sizing:border-box;height:144px;padding:16px}.pssInfo_modal .modal_content .ant-input-textarea .ant-input{padding:0!important}.pssInfo_modal .transfer{display:flex;flex-direction:column;margin-top:17px}.pssInfo_modal .transfer .title{align-items:center;color:#1f2329;display:flex;flex-direction:row;font-size:16px;font-weight:400;margin-bottom:7px}.pssInfo_modal .transfer .title span{margin-right:4px}.pssInfo_modal .transfer .title span img{height:9px;width:8px}.pssInfo_modal .transfer .choosePeople .addBtn img{cursor:pointer;height:37px;width:37px}.pssInfo_transModal .searchInput{background:#f8f9fc;border-radius:30px;height:41px}.pssInfo_transModal .choosePeople{margin-top:9px}.pssInfo_transModal .choosePeople .row{align-items:center;border-bottom:1px solid #eff2f6;display:flex;flex-direction:row;padding:7px 0}.pssInfo_transModal .choosePeople .row .avater{border:1px solid #000;border-radius:50%;height:36px;margin-right:20px;width:36px}.pssInfo_transModal .choosePeople .row .label{flex:1}.pssInfo_transModal .choosePeople .row .choosen img{height:22px;width:22px}.cus-table *{scrollbar-width:none}.cus-table * ::-webkit-scrollbar{height:0!important;width:0!important}.cus-table .ant-spin-container,.cus-table .ant-spin-nested-loading,.cus-table .ant-table,.cus-table .ant-table-content,.cus-table .ant-table-fixed-left,.cus-table .ant-table-fixed-right,.cus-table .ant-table-scroll,.cus-table .ant-table-wrapper{height:100%}.cus-table .ant-table-fixed-left,.cus-table .ant-table-fixed-right,.cus-table .ant-table-scroll{display:flex;flex-direction:column}.cus-table .ant-table-fixed-left .ant-table-body,.cus-table .ant-table-fixed-left .ant-table-body-outer,.cus-table .ant-table-fixed-right .ant-table-body,.cus-table .ant-table-fixed-right .ant-table-body-outer,.cus-table .ant-table-scroll .ant-table-body,.cus-table .ant-table-scroll .ant-table-body-outer{flex:1;height:0}.cus-table .ant-table-header{background:none!important;background:#f1f3f4;height:40px;line-height:6px;margin:0!important;min-width:0!important;overflow:auto;padding-bottom:0!important}.cus-table .ant-table-body{background:none!important}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table{background:none;border-radius:2px;overflow:hidden}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table{border-collapse:collapse}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row)>th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table:not(.ant-table-bordered)>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row)>th{border:none}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table.ant-table-empty .ant-table-content .ant-table-body{flex:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table{border-collapse:collapse;height:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row){height:40px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th{background:none;color:#484953;font-size:14px;height:100%;line-height:normal;padding:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border-radius:3px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-center .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-center .row-cell{justify-content:center!important}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) td.table-cell-right .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr:not(.ant-table-expanded-row) th.table-cell-right .row-cell{justify-content:flex-end!important}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row{background:none}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table .ant-table-thead>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-tbody>tr.ant-table-expanded-row>td,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table .ant-table-thead>tr.ant-table-expanded-row>td{background:#fff;border-radius:8px;padding:10px 20px 0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th{color:#8c97b2;padding:0}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th .ant-table-header-column{align-items:center;background:#f1f3f4;display:block;display:flex;height:100%;padding:5px 20px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column{border-bottom-left-radius:4px;border-top-left-radius:4px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column{border-bottom-right-radius:4px;border-top-right-radius:4px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span{align-items:center;background:#fff;display:flex;flex-wrap:wrap;height:100%;justify-content:flex-start;min-height:100%;padding:10px 20px}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td .row-cell>div,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td.ant-table-selection-column>span>div{width:100%}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row),.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row)+tr:not(.ant-table-expanded-row){border-top:1px dashed rgba(149,155,170,.6)}.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-placeholder,.cus-table>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-placeholder{border:none;border-radius:0}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:first-child .ant-table-header-column{border-bottom-left-radius:8px;border-top-left-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr:not(.ant-table-expanded-row) th:last-child .ant-table-header-column{border-bottom-right-radius:8px;border-top-right-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row),.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row){border:none!important}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td{padding:5px 0}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:first-child.ant-table-selection-column>span{border-bottom-left-radius:8px;border-top-left-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child .row-cell,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row) td:last-child.ant-table-selection-column>span{border-bottom-right-radius:8px;border-top-right-radius:8px}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):first-child td{padding-top:0}.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td,.cus-table-scatter>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr:not(.ant-table-expanded-row):last-child td{padding-bottom:0}.PerformOperationModal .ant-modal-body{padding-top:0}.PerformOperationModal .pageContent{background:#fff}.PerformOperationModal .pageContent .line{display:flex;font-size:14px;font-weight:400;justify-content:space-between;margin-top:10px}.PerformOperationModal .pageContent .line.title{color:#1f2329;font-family:PingFangSC-Regular,PingFang SC;font-size:16px;font-weight:400;height:22px;line-height:22px}.PerformOperationModal .pageContent .line.titleLine .name,.PerformOperationModal .pageContent .line.titleLine .value{color:#5d616b!important}.PerformOperationModal .pageContent .line .name{color:#1f2329}.PerformOperationModal .pageContent .line .value{color:#3e7eff;text-align:right}.ApproveOpinionModal .ant-modal-body{padding-top:0}.ApproveOpinionModal .modal_footer .red{background:#ff6b54;border-color:#ff6b54}.ApproveOpinionModal .modal_footer .yellow{background:#ff9000;border-color:#ff9000}.newOrder_modal .modal_content{max-height:500px;overflow-y:auto}.newOrder_modal .modal_content .content{flex-direction:column}.newOrder_modal .modal_content .content .line{gap:8px}.newOrder_modal .modal_content .content .line .all .num{color:#1890ff}.newOrder_modal .modal_content .content .deviceBox{margin-top:16px;max-height:260px;overflow-y:auto}.newOrder_modal .modal_content .content .deviceBox .device{margin-bottom:8px}.newOrder_modal .modal_content .content .deviceBox .device .titleLine{background:#f7f7f7;justify-content:space-between;margin-bottom:8px;padding-left:16px;width:100%}:root[data-doc-theme=dark] .newOrder_modal .modal_content .content .all .num{color:#1d33a2}.newOrder_device_modal .deviceModal_content{height:560px}.newOrder_device_modal .deviceModal_content .left{border-right:1px solid #dce1e4;flex-direction:column;margin-right:16px;padding-right:16px}.newOrder_device_modal .deviceModal_content .left .align-r{text-align:right}.newOrder_device_modal .deviceModal_content .left .tableBox{overflow-y:auto}.newOrder_device_modal .deviceModal_content .right{flex-direction:column;flex-grow:0;width:360px}.newOrder_device_modal .deviceModal_content .right .top{justify-content:space-between;margin-bottom:8px}.newOrder_device_modal .deviceModal_content .right .activedBox{flex:1;overflow-y:auto}.newOrder_device_modal .deviceModal_content .right .activedBox .tag{margin-bottom:16px}
12
12
  .pssRecord{flex-direction:column;height:100%;overflow:hidden;position:relative}.pssRecord .seachFrom{justify-content:space-between}.pssRecord .seachFrom .operation_btn{gap:8px;margin-bottom:24px}.pssRecord .table{flex:1;overflow-y:auto}.pssRecord .table .operation{align-items:center;color:#3e7eff;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:space-between}.pssRecord .table .operation .op button{padding:0}.pssRecord .pages{display:flex;justify-content:flex-end}.pssRecordInfoModal{position:absolute!important}.pssRecordInfoModal .info_footer .red{border-color:#ff6b54;color:#ff6b54}.pssRecordInfoModal .info_footer .yellow{border-color:#ff9000;color:#ff9000}.pssRecordInfoModal .ant-modal{height:100%;margin:0;max-width:100%;padding-bottom:0;top:0;width:unset!important}.pssRecordInfoModal .ant-modal-content{display:flex;flex-direction:column;height:100%}.pssRecordInfoModal .ant-modal-body{flex:1;height:0}.pssRecordInfoModal .ant-modal-footer{padding:0}.pssRecordInfoModal .info_container{box-sizing:border-box;height:100%;overflow-y:auto}.pssRecordInfoModal .info_container .title{color:#1f2329;font-size:14px;font-weight:400;margin-bottom:23px}.pssRecordInfoModal .info_container .content{box-sizing:border-box;padding:0 16px}.pssRecordInfoModal .info_container .content_title{align-items:center;color:#1f2329;display:flex;flex-direction:row;font-size:16px;font-weight:700;margin-bottom:20px;margin-top:24px}.pssRecordInfoModal .info_container .content_title span{color:#5d616b;font-size:12px;font-weight:400;margin-left:9px}.pssRecordInfoModal .info_container .content_info .ant-col{color:#1f2329;display:flex;font-weight:400;margin-bottom:12px}.pssRecordInfoModal .info_container .content_info .ant-col .label{color:#5d616b;font-weight:400;margin-right:8px}.pssRecordInfoModal .info_container .content .loopBox .loopTitle{color:#1f2329;font-family:PingFangSC-Regular,PingFang SC;font-size:16px;font-weight:400;line-height:22px;margin-right:40px}.pssRecordInfoModal .info_container .content .timeLine .complate{background:#d6e4ff;border:1px solid #3f7eff;border-radius:50%;color:#3f7eff;height:16px;width:16px}.pssRecordInfoModal .info_container .content .timeLine .active{align-items:center;background:rgba(62,126,255,.2);border-radius:50%;display:flex;height:16px;justify-content:center;width:16px}.pssRecordInfoModal .info_container .content .timeLine .active span{background:#3e7eff;border-radius:50%;display:inline-block;height:8px;width:8px}.pssRecordInfoModal .info_container .content .timeLine .content{flex-direction:row;justify-content:space-between;width:350px}.pssRecordInfoModal .info_container .content .timeLine .content .timeLineActive{color:#1f2329;font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:500;height:20px;line-height:20px}.pssRecordInfoModal .info_container .content .timeLine .content .time{color:#8f959e;flex-shrink:0;font-size:12px;font-weight:400;text-align:right;width:100px}.pssRecordInfoModal .info_footer{align-items:center;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:row;height:60px;justify-content:flex-end}.pssRecordInfoModal .info_footer .ant-btn{margin-right:24px}.pssRecordInfoModal .info_footer .ant-btn:last-of-type{margin:0}.pssRecord .stateNode,.pssRecordInfoModal .stateNode{align-items:center;background:rgba(62,126,255,.2);border-radius:2px;color:#3e7eff;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400;height:20px;justify-content:center;line-height:16px;padding:2px 8px}.pssRecord .stateNode.blue,.pssRecordInfoModal .stateNode.blue{background:rgba(62,126,255,.2);color:#3e7eff}.pssRecord .stateNode.red,.pssRecordInfoModal .stateNode.red{background:rgba(237,63,60,.2);color:#ed3f3c}.pssRecord .stateNode.green,.pssRecordInfoModal .stateNode.green{background:rgba(24,192,191,.2);color:#18c0bf}.pssRecord .stateNode.orange,.pssRecordInfoModal .stateNode.orange{background:rgba(255,146,20,.2);color:#ff9214}
13
13
  .editThing .header .ant-page-header{padding:0}.editThing .header .ant-page-header .ant-page-header-heading-title{font-size:16px;font-weight:400}.editThing .header .ant-btn{margin:8px}.editThing .title{margin-bottom:25px}.editThing .title .icon{background:#1d33a2;height:15px;margin:3.5px 6px;width:4px}.editThing .title .name{color:#354052;font-size:16px;font-weight:600;height:22px;line-height:22px}.editThing .title .fold{color:#1d33a2;cursor:pointer;font-size:14px;font-weight:400;height:20px;line-height:20px;margin-left:30px}.editThing .title .fold span{margin:3px}.editThing .basic .content{margin-bottom:25px}.editThing .basic .content .grid{align-content:flex-start;display:grid;grid-template-columns:1fr 1fr 1fr;justify-content:flex-start}.editThing .basic .content .grid .element{justify-content:flex-end}.editThing .basic .content .grid .element .name{line-height:32px;margin-right:10px}.editThing .basic .content .grid.grid4{grid-template-columns:1fr 1fr 1fr 1fr}.editThing .basic .content .pic{align-items:center;display:flex;flex-direction:column;justify-content:center}.editThing .basic .content .pic .tip_pic{word-wrap:break-word;bottom:10px;color:#fff;display:none;font-size:14px;left:10px;margin-top:10px;position:absolute;right:10px;word-break:break-all}.editThing .basic .content .pic .div_pic{word-wrap:break-word;position:relative;width:240px;word-break:break-all}.editThing .basic .content .pic .div_pic:hover .hover_action{display:flex}.editThing .basic .content .pic .div_pic:hover .tip_pic{display:block}.editThing .basic .content .pic .div_pic img{height:240px;width:240px}.editThing .basic .content .pic .div_pic .hover_action{align-items:center;background:rgba(53,64,82,.5);display:none;height:240px;justify-content:center;left:0;position:absolute;top:0;transition:all esae .2s;width:240px}.editThing .basic .content .pic .div_pic .hover_action .icon{background:hsla(0,0%,100%,.5);border-radius:100%;color:#fff;cursor:pointer;font-size:20px;height:36px;line-height:38px;text-align:center;width:36px}.editThing .tableTool button{margin:0 15px 10px 0}.thingRelationDia .inputs{grid-gap:6px 10px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;justify-items:end}.thingRelationDia .inputs .element{height:32px}.thingRelationDia .inputs .element .name{line-height:32px;margin-right:5px}.thingRelationDia .btns{margin-left:20px}.thingRelationDia .btns button{margin-bottom:10px}
14
14
  .thingApp{flex-direction:column}.thingInstance{background:#fff}.thingInstance .gap{gap:8px}.thingInstance .left_wrap{border-right:1px solid #e7e7e7;box-sizing:border-box;flex-shrink:0;height:100%;padding-right:0!important;width:220px}.thingInstance .left_wrap .flex_lr_c{font-weight:700;padding-right:20px}.thingInstance .left_wrap .flex_lr_c .title{justify-content:space-between}.thingInstance .left_wrap .tree_data{margin-top:20px}.thingInstance .left_wrap .tree_data .search{padding-right:20px}.thingInstance .left_wrap .tree_data .ant-tree-switcher-noop{display:none}.thingInstance .left_wrap .tree_wrap{height:calc(100vh - 270px);overflow-y:auto}.thingInstance .table_wrap{box-sizing:border-box;flex-grow:1;padding-left:20px}.thingInstance .table_wrap .ant-empty{position:relative;top:50%;transform:translateY(-50%)}.thingInstance .table_wrap .option .searchSelect{width:100px}.align-r{text-align:right}.mar-t-20{margin-top:20px}.mar-t-10{margin-top:10px}.red{color:#ff4d4f}.pointer{cursor:pointer}.base_wrap{display:flex;padding:16px 24px}.base_wrap img{background:#d8d8d8;flex-shrink:0;height:210px;width:280px}.base_wrap .base_info{flex-grow:1;margin-left:24px}.base_wrap .base_info h3{color:#354052;font-size:18px}.base_wrap .base_info .base_info_list{background:#f2f3f8;box-sizing:border-box;min-height:154px;padding:20px}.param_wrap{padding:10px 24px}.color-3{color:#354052}.color-6{color:#5c667d}.border-10-gray{border:10px solid #f2f3f8}.instance_modal .ant-modal-body{padding:0}.thingSpot{border-radius:50%;display:block;height:20px;margin-left:10px;width:20px}.thingSpot.red{background-color:red}.thingSpot.green{background-color:green}.thingInstance_dynamicForm .formBox{margin-bottom:10px}.thingInstance_dynamicForm .formBox .label{text-align:right;width:110px}.thingInstance_dynamicForm .formBox .item{flex:1}
15
- .thingModel{background:#fff}.thingModel .table_wrap{box-sizing:border-box;flex-grow:1;padding-left:20px}.thingModel .table_wrap .ant-empty{position:relative;top:50%;transform:translateY(-50%)}.align-r{text-align:right}.mar-t-20{margin-top:20px}.mar-t-10{margin-top:10px}.red{color:#ff4d4f}.gray{color:#a4aabf}.pointer{cursor:pointer}.base_wrap{display:flex;padding:16px 24px}.base_wrap img{background:#d8d8d8;flex-shrink:0;height:210px;width:280px}.base_wrap .base_info{flex-grow:1;margin-left:24px}.base_wrap .base_info h3{color:#354052;font-size:18px}.base_wrap .base_info .base_info_list{background:#f2f3f8;box-sizing:border-box;min-height:154px;padding:20px}.param_wrap{padding:10px 24px}.color-3{color:#354052}.color-6{color:#5c667d}.border-10-gray{border:10px solid #f2f3f8}.instance_modal .ant-modal-body{padding:0}.flex-lr-c{align-items:center;display:flex;justify-content:space-between}.update_attr_con{height:60vh;overflow-y:auto;padding:0 10px}.update_attr_con .alarm_card{border:1px solid #e7e7e7;border-radius:2px;margin-bottom:10px;padding:13px 10px}.update_attr_con .alarm_card:hover{border:1px solid #b9c2d5;box-shadow:0 2px 4px 0 rgba(186,193,226,.3)}.update_attr_con .alarm_card:hover a{display:block}.update_attr_con .alarm_card p{color:#354052;margin-bottom:0}.update_attr_con .alarm_card p:nth-of-type(2){margin-top:4px}.update_attr_con .alarm_card a{display:none}
16
- .editModel .header .ant-page-header{padding:0}.editModel .header .ant-page-header .ant-page-header-heading-title{font-size:16px;font-weight:400}.editModel .header .ant-btn{margin:8px}.editModel .edit_icon{font-size:14px}.editModel .model_name p{color:#354052;font-size:16px;font-weight:600;line-height:22px;margin:0}.editModel .basic .content .grid{align-content:flex-start;display:grid;grid-template-columns:1fr 1fr 1fr;justify-content:flex-start}.editModel .basic .content .grid .element{justify-content:flex-start;margin:8px 0}.editModel .basic .content .grid .element .name{line-height:32px;margin-right:10px}.editModel .basic .content .pic{align-items:center;display:flex;flex-direction:column;justify-content:center}.editModel .basic .content .pic .tip_pic{word-wrap:break-word;bottom:10px;color:#fff;display:none;font-size:14px;left:10px;margin-top:10px;position:absolute;right:10px;word-break:break-all}.editModel .basic .content .pic .div_pic{word-wrap:break-word;position:relative;width:240px;word-break:break-all}.editModel .basic .content .pic .div_pic:hover .hover_action{display:flex}.editModel .basic .content .pic .div_pic:hover .tip_pic{display:block}.editModel .basic .content .pic .div_pic img{height:240px;width:240px}.editModel .basic .content .pic .div_pic .hover_action{align-items:center;background:rgba(53,64,82,.5);display:none;height:240px;justify-content:center;left:0;position:absolute;top:0;transition:all esae .2s;width:240px}.editModel .basic .content .pic .div_pic .hover_action .icon{background:hsla(0,0%,100%,.5);border-radius:100%;color:#fff;cursor:pointer;font-size:20px;height:36px;line-height:38px;text-align:center;width:36px}.editModel .tableTool button{margin:0 15px 10px 0}.editModel .tab_wrap .ant-upload-text{font-size:12px}.editModel .tab_wrap .icon_img{border:1px dashed rgba(53,64,82,.2);height:104px;margin-bottom:8px;margin-right:8px;position:relative;width:104px}.editModel .tab_wrap .icon_img img{height:100%;object-fit:contain;width:100%}.editModel .tab_wrap .icon_img .icon_close{cursor:pointer;font-size:18px;position:absolute;right:-9px;top:-9px;z-index:99}.mar-b-20{margin-bottom:20px}.mar-t-20{margin-top:10px}
17
- .label_form label{justify-content:flex-end;text-align:right;width:7em}.manufactorManager .tree_data{background-color:#fff;flex-shrink:0;padding-right:20px;position:relative;width:280px}.manufactorManager .tree_data:after{background:#e7e7e7;bottom:-24px;content:"";display:block;position:absolute;right:0;top:-24px;width:1px}.manufactorManager .info_con{background-color:#fff;flex-grow:1;margin-left:20px}.flex{display:flex}.flex-center{align-items:center;display:flex}.flex-colume{flex-direction:column}.flex-between{display:flex;justify-content:space-between}.f_r{float:right}.align-r{text-align:right}.mar-t-5{margin-top:5px!important}.mar-t-20{margin-top:20px!important}.mar-t-30{margin-top:30px!important}.bg-fff{background:#fff}.pad-20{padding:20px}.pad-b-70{padding-bottom:70px!important}.bold{font-weight:600}.detail_footer{background:#fff;border-top:1px solid #eee;bottom:0;left:200px;padding:20px 40px 20px 20px;position:fixed;right:0;text-align:right;z-index:99}.color-red{color:red}.color-9{color:#999}.tree_wrap{height:calc(100vh - 232px);overflow-y:auto}.tip{color:#999;margin-top:10px}.node_title{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:188px}.node_title.node_title_1{width:188px}.node_title.node_title_1.on{width:148px}.node_title.node_title_2{width:168px}.node_title.node_title_2.on{width:128px}.node_title.node_title_3{width:148px}.node_title.node_title_3.on{width:108px}
18
- .selectCard{height:700px}.selectCard .ant-checkbox-group{display:flex;flex-wrap:wrap;height:calc(100% - 40px);overflow-y:auto;width:100%}.selectCard .ant-checkbox-group .selectCard-item{background-color:#eff2f6;height:50%;margin:5px;padding:10px;width:calc(33% - 10px)}.selectCard .ant-checkbox-group .selectCard-item>div:first-child{margin-bottom:10px}.selectCard .ant-checkbox-group .selectCard-item .inl-card_box{height:calc(100% - 30px)!important}
15
+ .thingModelBox{overflow:hidden}.thingModel{background:#fff;height:100%}.thingModel .table_wrap{box-sizing:border-box;flex-direction:column;flex-grow:1;height:100%}.thingModel .table_wrap .ant-empty{position:relative;top:50%;transform:translateY(-50%)}.align-r{text-align:right}.mar-t-20{margin-top:20px}.mar-t-10{margin-top:10px}.red{color:#ff4d4f}.gray{color:#a4aabf}.pointer{cursor:pointer}.base_wrap{display:flex;padding:16px 24px}.base_wrap img{background:#d8d8d8;flex-shrink:0;height:210px;width:280px}.base_wrap .base_info{flex-grow:1;margin-left:24px}.base_wrap .base_info h3{color:#354052;font-size:18px}.base_wrap .base_info .base_info_list{background:#f2f3f8;box-sizing:border-box;min-height:154px;padding:20px}.param_wrap{padding:10px 24px}.color-3{color:#354052}.color-6{color:#5c667d}.border-10-gray{border:10px solid #f2f3f8}.instance_modal .ant-modal-body{padding:0}.flex-lr-c{align-items:center;display:flex;justify-content:space-between}.update_attr_con{height:60vh;overflow-y:auto;padding:0 10px}.update_attr_con .alarm_card{border:1px solid #e7e7e7;border-radius:2px;margin-bottom:10px;padding:13px 10px}.update_attr_con .alarm_card:hover{border:1px solid #b9c2d5;box-shadow:0 2px 4px 0 rgba(186,193,226,.3)}.update_attr_con .alarm_card:hover a{display:block}.update_attr_con .alarm_card p{color:#354052;margin-bottom:0}.update_attr_con .alarm_card p:nth-of-type(2){margin-top:4px}.update_attr_con .alarm_card a{display:none}
16
+ .editModel{height:100%;overflow:auto}.editModel .header .ant-page-header{padding:0}.editModel .header .ant-page-header .ant-page-header-heading-title{font-size:16px;font-weight:400}.editModel .header .ant-btn{margin:8px}.editModel .edit_icon{font-size:14px}.editModel .model_name p{color:#354052;font-size:16px;font-weight:600;line-height:22px;margin:0}.editModel .basic .content .grid{align-content:flex-start;display:grid;grid-template-columns:1fr 1fr 1fr;justify-content:flex-start}.editModel .basic .content .grid .element{justify-content:flex-start;margin:8px 0}.editModel .basic .content .grid .element .name{line-height:32px;margin-right:10px}.editModel .basic .content .pic{align-items:center;display:flex;flex-direction:column;justify-content:center}.editModel .basic .content .pic .tip_pic{word-wrap:break-word;bottom:10px;color:#fff;display:none;font-size:14px;left:10px;margin-top:10px;position:absolute;right:10px;word-break:break-all}.editModel .basic .content .pic .div_pic{word-wrap:break-word;position:relative;width:240px;word-break:break-all}.editModel .basic .content .pic .div_pic:hover .hover_action{display:flex}.editModel .basic .content .pic .div_pic:hover .tip_pic{display:block}.editModel .basic .content .pic .div_pic img{height:240px;width:240px}.editModel .basic .content .pic .div_pic .hover_action{align-items:center;background:rgba(53,64,82,.5);display:none;height:240px;justify-content:center;left:0;position:absolute;top:0;transition:all esae .2s;width:240px}.editModel .basic .content .pic .div_pic .hover_action .icon{background:hsla(0,0%,100%,.5);border-radius:100%;color:#fff;cursor:pointer;font-size:20px;height:36px;line-height:38px;text-align:center;width:36px}.editModel .tableTool button{margin:0 15px 10px 0}.editModel .tab_wrap .ant-upload-text{font-size:12px}.editModel .tab_wrap .icon_img{border:1px dashed rgba(53,64,82,.2);height:104px;margin-bottom:8px;margin-right:8px;position:relative;width:104px}.editModel .tab_wrap .icon_img img{height:100%;object-fit:contain;width:100%}.editModel .tab_wrap .icon_img .icon_close{cursor:pointer;font-size:18px;position:absolute;right:-9px;top:-9px;z-index:99}.mar-b-20{margin-bottom:20px}.mar-t-20{margin-top:10px}
17
+ .label_form label{justify-content:flex-end;text-align:right;width:7em}.manufactorManager .tree_data{background-color:#fff;flex-direction:column;flex-shrink:0;padding-right:20px;position:relative;width:280px}.manufactorManager .tree_data:after{background:#e7e7e7;bottom:-24px;content:"";display:block;position:absolute;right:0;top:-24px;width:1px}.manufactorManager .info_con{background-color:#fff;flex-grow:1;margin-left:20px;overflow:auto}.flex{display:flex}.flex-center{align-items:center;display:flex}.flex-colume{flex-direction:column}.flex-between{display:flex;justify-content:space-between}.f_r{float:right}.align-r{text-align:right}.mar-t-5{margin-top:5px!important}.mar-t-20{margin-top:20px!important}.mar-t-30{margin-top:30px!important}.bg-fff{background:#fff}.pad-20{padding:20px}.pad-b-70{padding-bottom:70px!important}.bold{font-weight:600}.detail_footer{background:#fff;border-top:1px solid #eee;bottom:0;left:200px;padding:20px 40px 20px 20px;position:fixed;right:0;text-align:right;z-index:99}.color-red{color:red}.color-9{color:#999}.tree_wrap{height:calc(100vh - 232px);overflow-y:auto}.tip{color:#999;margin-top:10px}.node_title{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:188px}.node_title.node_title_1{width:188px}.node_title.node_title_1.on{width:148px}.node_title.node_title_2{width:168px}.node_title.node_title_2.on{width:128px}.node_title.node_title_3{width:148px}.node_title.node_title_3.on{width:108px}
18
+ .selectCard{height:700px}.selectCard .ant-checkbox-group{display:flex;flex-wrap:wrap;height:calc(100% - 40px);overflow-y:auto;width:100%}.selectCard .ant-checkbox-group .selectCard-item{background-color:#eff2f6;height:50%;margin:5px;padding:10px;width:calc(33% - 10px)}.selectCard .ant-checkbox-group .selectCard-item>div:first-child{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.selectCard .ant-checkbox-group .selectCard-item .inl-card_box{height:calc(100% - 30px)!important}
19
19
  .editPage{height:700px}.editPage-top-content .editPage-top-content-radioGroup{align-items:center;display:flex;justify-content:space-around}.editPage-top-content .editPage-top-content-radioGroup-item{text-align:center}.editPage-top-content .editPage-top-content-radioGroup-item>img{cursor:pointer;display:block;height:108px;margin-bottom:10px;width:192px}.editPage-bottom{height:calc(100% - 166px)}.editPage-bottom-content{height:calc(100% - 20px)}.editPage-bottom-content .classicLayout_preview{background-color:#eff2f6;display:flex;flex:1;padding:1rem;position:relative}.editPage-bottom-content .classicLayout_preview_box{background-color:#eff2f6;height:calc(100% - 2rem);position:absolute;width:calc(100% - 2rem);z-index:1}.editPage-bottom-content .classicLayout_preview_box>*{user-select:none}.editPage-bottom-content .classicLayout_preview_box>div{background-color:#fff;border:1px dashed #1d33a2;cursor:pointer;transition:all .3s}.editPage-bottom-content .classicLayout_preview_box>div:hover{border-color:red;border-width:2px}.editPage-bottom-content .classicLayout_preview_opt{bottom:0;height:calc(100% - 2rem);left:1rem;pointer-events:none;position:absolute;right:0;top:1rem;width:calc(100% - 2rem);z-index:2}.editPage-bottom-content .classicLayout_preview_opt_area{overflow:hidden;pointer-events:bounding-box;position:relative}.editPage-bottom-content .classicLayout_preview_opt_area span{transition:all .3s}.editPage-bottom-content .classicLayout_preview_opt_area .anticon-close{position:absolute;right:-100px;top:-100px;z-index:2}.editPage-bottom-content .classicLayout_preview_opt_area .anticon-close:hover{color:red}.editPage-bottom-content .classicLayout_preview_opt_area_add{align-items:center;bottom:0;display:flex;flex-direction:column;font-size:2rem;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}.editPage-bottom-content .classicLayout_preview_opt_area:hover .anticon-close{cursor:pointer;right:10px;top:10px}
20
20
  .dataAnalysis{width:100%}.dataAnalysis .ant-spin-container,.dataAnalysis .ant-spin-nested-loading,.dataAnalysis .ant-table-wrapper{display:flex;flex-direction:column;height:100%}.dataAnalysis .serachHeader{align-items:center;border-bottom:1px solid #f5f6f9;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;padding:0 0 24px;width:100%}.dataAnalysis .serachHeader .left{display:flex;flex:1;flex-direction:row}.dataAnalysis .serachHeader .left .range{align-items:center;cursor:pointer;display:flex;flex-direction:row;margin-left:25px}.dataAnalysis .serachHeader .left .range>div{color:#5d616b;cursor:pointer;font-size:14px;font-weight:400;margin-right:32px}.dataAnalysis .serachHeader .left .range>div.active{color:#1d33a2;font-weight:600}.dataAnalysis .serachHeader .right .ant-btn{background:#1d33a2;border-radius:2px;color:#fff;font-weight:600;height:32px;width:80px}.dataAnalysis .content{display:flex;flex:1;flex-direction:row}.dataAnalysis .content .treeWrap{height:calc(100vh - 300px);overflow-y:auto}.dataAnalysis .content .leftTree{border-right:1px solid #f5f6f9;width:320px}.dataAnalysis .content .leftTree .ant-btn{border-color:#3c53b0;color:#3c53b0;margin-bottom:17px}.dataAnalysis .content .leftTree .ant-tree .ant-tree-node-content-wrapper,.dataAnalysis .content .leftTree .ant-tree .ant-tree-treenode{width:100%}.dataAnalysis .content .rightContent{box-sizing:border-box;display:flex;flex:1;flex-direction:column;overflow-x:hidden;padding-left:28px}.dataAnalysis .content .rightContent .contentTitle{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:24px;padding-top:16px}.dataAnalysis .content .rightContent .contentTitle .guiyi{cursor:pointer;margin-right:40px}.dataAnalysis .content .rightContent .contentTitle .guiyi.active{color:#1d33a2}.dataAnalysis .content .rightContent .contentTitle .guiyi img{height:18px;margin-right:4px;width:18px}.dataAnalysis .content .rightContent .contentTitle .tabs{display:flex;flex-direction:row}.dataAnalysis .content .rightContent .contentTitle .tabs span{align-items:center;border:1px solid #8f959e;border-radius:0 2px 2px 0;cursor:pointer;display:inline-flex;height:24px;justify-content:center;width:24px}.dataAnalysis .content .rightContent .contentTitle .tabs span:first-of-type{border-right:none}.dataAnalysis .content .rightContent .contentTitle .tabs span:last-of-type{border-left:none}.dataAnalysis .content .rightContent .contentTitle .tabs span.active{border:1px solid #1d33a2!important;border-radius:2px 0 0 2px}.dataAnalysis .content .rightContent .contentTitle .tabs img{height:16px;width:15px}.dataAnalysis .content .rightContent #dataAnlysisChart{flex:1}.dataAnalysis .dataAnlysisTree{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.dataAnalysis .dataAnlysisTree img{cursor:pointer;height:18px;margin-left:18px;width:18px}.groupModal .ant-input-search{margin-bottom:10px}.groupModal .ant-modal-footer .save{background:#1d33a2;color:#fff}.groupModal .treeContent{max-height:300px;overflow-y:auto}
21
21
  .CreateFolderModal .ant-modal-body,.MoveToFolderModal .ant-modal-body,.RenameModal .ant-modal-body,.UploadFilesModal .ant-modal-body{padding-top:0}.MoveToFolderModal .modal_footer{justify-content:space-between}.MoveToFolderModal .pageContent .treeBox{margin-top:16px;max-height:500px;overflow:auto}.MoveToFolderModal .pageContent .treeBox .siderTree .ant-tree-treenode .ant-tree-node-content-wrapper{flex:1}.MoveToFolderModal .pageContent .treeBox .siderTree .ant-tree-treenode .ant-tree-node-content-wrapper .treeName{justify-content:space-between}.MoveToFolderModal .pageContent .treeBox .siderTree .ant-tree-treenode .ant-tree-node-content-wrapper .treeName .left{gap:8px}.MoveToFolderModal .pageContent .treeBox .siderTree .ant-tree-treenode .ant-tree-node-content-wrapper .treeName .left img{height:18px;object-fit:fill;width:18px}.UploadFilesModal .ant-upload-list.ant-upload-list-text{margin-top:16px;max-height:400px;overflow-y:auto}.fileManager{height:100%;overflow:hidden}.fileManager .gap{gap:16px}.fileManager .layout{background:#fff;height:100%}.fileManager .layout-sider{overflow:auto}.fileManager .layout-sider.show{margin-right:24px}.fileManager .layout-sider .ant-layout-sider-children{display:flex;flex-direction:column;overflow:hidden}.fileManager .layout-sider .ant-layout-sider-children .search{margin-bottom:16px}.fileManager .layout-sider .ant-layout-sider-children .siderTree{flex:1;overflow:auto}.fileManager .layout-sider .ant-layout-sider-children .siderTree .ant-tree-treenode{width:100%}.fileManager .layout-sider .ant-layout-sider-children .siderTree .ant-tree-treenode .ant-tree-node-content-wrapper{flex:1}.fileManager .layout-sider .ant-layout-sider-children .siderTree .ant-tree-treenode .ant-tree-node-content-wrapper .treeName{justify-content:space-between}.fileManager .layout-sider .ant-layout-sider-children .siderTree .ant-tree-treenode .ant-tree-node-content-wrapper .treeName .left{gap:8px}.fileManager .layout-sider .ant-layout-sider-children .siderTree .ant-tree-treenode .ant-tree-node-content-wrapper .treeName .left img{height:18px;object-fit:fill;width:18px}.fileManager .layout-sider .ant-layout-sider-children .siderTree .ant-tree-treenode .ant-tree-node-content-wrapper .treeName .left .light{color:#1890ff}.fileManager .layout-sider .ant-layout-sider-children .siderTree .ant-tree-treenode .ant-tree-node-content-wrapper .treeName:hover .treeDropdown{display:block!important}.fileManager .layout-sider .ant-layout-sider-children .siderTree .ant-tree-treenode .ant-tree-node-content-wrapper .treeName .treeDropdown{display:none}.fileManager .layout-content{background:#fff;flex-direction:column;padding:0}.fileManager .layout-content .topLine{justify-content:space-between}.fileManager .layout-content .topLine .trigger{margin-top:4px}.fileManager .layout-content .topLine .ant-breadcrumb .ant-breadcrumb-link a{word-break:break-all}.fileManager .layout-content .contentBottom{gap:16px;overflow:hidden}.fileManager .layout-content .contentBottom .left{flex-direction:column}.fileManager .layout-content .contentBottom .left .folderBox{flex-wrap:wrap;margin-bottom:16px;max-height:352px;overflow-y:auto}.fileManager .layout-content .contentBottom .left .folderBox .folder{border-radius:2px;flex-direction:column;height:160px;margin-top:16px;padding:16px 34px;position:relative;width:158px}.fileManager .layout-content .contentBottom .left .folderBox .folder.active,.fileManager .layout-content .contentBottom .left .folderBox .folder:hover{background:rgba(185,194,213,.1);cursor:pointer}.fileManager .layout-content .contentBottom .left .folderBox .folder.active .folderDropdown,.fileManager .layout-content .contentBottom .left .folderBox .folder:hover .folderDropdown{display:block!important}.fileManager .layout-content .contentBottom .left .folderBox .folder img{height:77px;object-fit:fill;width:90px}.fileManager .layout-content .contentBottom .left .folderBox .folder .title{color:#354052;font-family:PingFangSC-Semibold,PingFang SC;font-size:14px;font-weight:600;height:20px;line-height:20px;margin:10px 0 2px;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fileManager .layout-content .contentBottom .left .folderBox .folder .text{color:#a4aabf;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400;height:18px;line-height:18px;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fileManager .layout-content .contentBottom .left .folderBox .folder .folderDropdown{display:none;position:absolute;right:10px;top:10px}.fileManager .layout-content .contentBottom .left .tableBox{overflow-y:auto}.fileManager .layout-content .contentBottom .left .fileTable .tableColName{gap:8px}.fileManager .layout-content .contentBottom .left .fileTable .tableColName img{height:22px;object-fit:fill;width:22px}.fileManager .layout-content .contentBottom .right{flex-direction:column;width:200px}.fileManager .layout-content .contentBottom .right .imgBox,.fileManager .layout-content .contentBottom .right .nameBox,.fileManager .layout-content .contentBottom .right .remakeBox{margin-top:16px}.fileManager .layout-content .contentBottom .right .imgBox .label,.fileManager .layout-content .contentBottom .right .nameBox .label,.fileManager .layout-content .contentBottom .right .remakeBox .label{flex-shrink:0}.fileManager .layout-content .contentBottom .right .imgBox .value,.fileManager .layout-content .contentBottom .right .nameBox .value,.fileManager .layout-content .contentBottom .right .remakeBox .value{word-break:break-all}.fileManager .layout-content .contentBottom .right .nameBox .value{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow-y:hidden}.fileManager .layout-content .contentBottom .right .nameBox .anticon{margin-top:4px}.fileManager .layout-content .contentBottom .right .imgBox{background:rgba(185,194,213,.1);border-radius:10px;flex-shrink:0;height:200px;justify-content:center}.fileManager .layout-content .contentBottom .right .imgBox img{height:77px;object-fit:fill;width:90px}.fileManager .layout-content .contentBottom .right .remakeBox{overflow-y:hidden}.fileManager .layout-content .contentBottom .right .remakeBox .value{height:calc(100% - 22px);overflow-y:auto}.fileManager .ant-modal{height:100%;margin:0;max-width:100%;padding-bottom:0;top:0;width:unset!important}.fileManager .ant-modal-content{display:flex;flex-direction:column;height:100%}.fileManager .ant-modal-body{flex:1;height:0}.fileManager .ant-modal-footer{padding:0}:root[data-doc-theme=dark] .siderTree .ant-tree-treenode .ant-tree-node-content-wrapper .treeName .left .light{color:#1d33a2}
22
- .classManager,.workforceRuleComp{flex-direction:column;height:100%}.classManager .row,.workforceRuleComp .row{margin-bottom:10px}.classManager .ant-table-wrapper,.workforceRuleComp .ant-table-wrapper{flex:1;overflow-y:auto}.chassManagerModal .classManager_infoRow{padding:6px 0}.chassManagerModal .classManager_infoRow .mtop{margin-top:6px}
22
+ .classManager,.workforceRuleComp{flex-direction:column;height:100%}.classManager .row,.workforceRuleComp .row{margin-bottom:10px}.classManager .ant-table-wrapper,.workforceRuleComp .ant-table-wrapper{overflow:auto}.chassManagerModal .classManager_infoRow{padding:6px 0}.chassManagerModal .classManager_infoRow .mtop{margin-top:6px}
23
23
  .rule{min-height:470px}.rule .order,.rule .period{justify-content:space-between}.rule .order .line,.rule .period .line{height:40px;line-height:40px;min-width:300px}.rule .order .line .left,.rule .period .line .left{width:150px}.rule .order .line .left.cls,.rule .period .line .left.cls{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}.rule .order .line .center,.rule .period .line .center{width:120px}.rule .order .line .right,.rule .period .line .right{flex:1}.rule .period{justify-content:unset}.rule .period .line{width:100%}
24
24
  .workforceRule{overflow:hidden}.workforceRule .ant-tabs-content.ant-tabs-content-top,.workforceRule .ant-tabs.ant-tabs-top{height:100%}
25
25
  .workforcePlan{flex-direction:column;overflow:hidden}.workforcePlan .filter{margin-bottom:16px}.workforcePlan .filter .form{width:100%}.workforcePlan .table-container{flex:1;overflow-y:auto}.workforcePlan .table-container .operation{display:flex;justify-content:space-between;margin-bottom:16px}.workforcePlan .table-container .main-table .week-row{border:1px solid #000;display:flex}.workforcePlan .table-container .main-table .week-row .row-head{border-right:1px solid #000}.workforcePlan .table-container .main-table .week-row .row-head .top{border-bottom:1px solid #000;display:flex;height:115px}.workforcePlan .table-container .main-table .week-row .row-head .top div:first-of-type{border-right:1px solid #000;width:80px}.workforcePlan .table-container .main-table .week-row .row-head .top div:nth-of-type(2){flex:1}.workforcePlan .table-container .main-table .week-row .row-head .top>div{align-items:center;display:flex;justify-content:center}.workforcePlan .table-container .main-table .week-row .row-head .bottom{display:flex}.workforcePlan .table-container .main-table .week-row .row-head .bottom .left{border-right:1px solid #000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80px}.workforcePlan .table-container .main-table .week-row .row-head .bottom .right>div{border-bottom:1px solid #000}.workforcePlan .table-container .main-table .week-row .row-head .bottom .right>div:last-child{border-bottom:0}.workforcePlan .table-container .main-table .week-row .days{display:flex;flex:1}.workforcePlan .table-container .main-table .week-row .days .row{display:flex}.workforcePlan .table-container .main-table .week-row .days .row>div{flex:1}.workforcePlan .table-container .main-table .week-row .days .day-content{border-right:1px solid #000;flex:1;text-align:center;width:0}.workforcePlan .table-container .main-table .week-row .days .day-content:last-child{border-right:0}.workforcePlan .table-container .main-table .week-row .days .day-content .clickable{color:#5081b7;cursor:pointer}.workforcePlan .table-container .main-table .week-row .days .day-content .clickable:hover{background:#e0eefd}.workforcePlan .table-container .main-table .week-row .days .day-content .info>div{border-bottom:1px solid #000}.workforcePlan .table-container .main-table .week-row .days .day-content .info>div:last-child{border-bottom:0}.workforcePlan .table-container .main-table .week-row .days .day-content .schedule{display:flex}.workforcePlan .table-container .main-table .week-row .days .day-content .schedule-item{border-right:1px solid #000;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workforcePlan .table-container .main-table .week-row .days .day-content .schedule-item:last-child{border-right:0}.workforcePlan .table-container .main-table .week-row .days .day-content .schedule-item>div{border-top:1px solid #000;min-height:23px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
26
- .productionPlan,.productionPlanConfig{flex-direction:column;overflow:hidden}.productionPlan .ant-table-wrapper,.productionPlanConfig .ant-table-wrapper{flex:1;overflow-y:auto}.productionPlan .planBox .line,.productionPlanConfig .planBox .line{border-bottom:1px solid #f0f3f5;height:40px;line-height:40px;text-align:center;width:600px}.productionPlan .planBox .line .center,.productionPlan .planBox .line .left,.productionPlanConfig .planBox .line .center,.productionPlanConfig .planBox .line .left{width:150px}.productionPlan .planBox .line .right,.productionPlanConfig .planBox .line .right{flex:1}.productionPlan .c1,.productionPlanConfig .c1{color:#70b603}.productionPlan .c2,.productionPlanConfig .c2{color:#3e7eff}.productionPlanModal .line,.productionPlanModal .powerConfigLine{border-bottom:1px solid #f0f3f5;height:auto;line-height:40px;min-height:40px;text-align:center;width:600px}.productionPlanModal .line .col1,.productionPlanModal .line .col2,.productionPlanModal .line .col3,.productionPlanModal .powerConfigLine .col1,.productionPlanModal .powerConfigLine .col2,.productionPlanModal .powerConfigLine .col3{flex:1}.productionPlanModal .line .right,.productionPlanModal .powerConfigLine .right{font-size:16px;gap:8px;justify-content:center;width:150px}.productionPlanModal .powerConfigLine{border:0;width:300px}.productionPlanModal .modalLinebox{height:400px;overflow-y:auto}.productionPlanModal .timeLinebox{height:200px;margin-bottom:10px;overflow-y:auto}.productionPlanModal .timeLinebox .line{border:0}.productionPlanModal .titleLine:before{background:#3e7eff;border-radius:50%;content:"";height:8px;margin-right:10px;width:8px}.productionPlanMonthPlanModal .monthPlanBox{max-height:200px;overflow-y:auto}.productionPlanMonthPlanModal .line{border-bottom:1px solid #f0f3f5;height:auto;line-height:40px;min-height:40px;text-align:center;width:600px}.productionPlanMonthPlanModal .line .col1,.productionPlanMonthPlanModal .line .col2,.productionPlanMonthPlanModal .line .col3{flex:1}.productionPlanMonthPlanModal .line .right{float:left;width:150px}
26
+ .productionPlan,.productionPlanConfig{flex-direction:column;overflow:hidden}.productionPlan .ant-table-wrapper,.productionPlanConfig .ant-table-wrapper{overflow:auto}.productionPlan .planBox .line,.productionPlanConfig .planBox .line{border-bottom:1px solid #f0f3f5;height:40px;line-height:40px;text-align:center;width:600px}.productionPlan .planBox .line .center,.productionPlan .planBox .line .left,.productionPlanConfig .planBox .line .center,.productionPlanConfig .planBox .line .left{width:150px}.productionPlan .planBox .line .right,.productionPlanConfig .planBox .line .right{flex:1}.productionPlan .c1,.productionPlanConfig .c1{color:#70b603}.productionPlan .c2,.productionPlanConfig .c2{color:#3e7eff}.productionPlanModal .line,.productionPlanModal .powerConfigLine{border-bottom:1px solid #f0f3f5;height:auto;line-height:40px;min-height:40px;text-align:center;width:600px}.productionPlanModal .line .col1,.productionPlanModal .line .col2,.productionPlanModal .line .col3,.productionPlanModal .powerConfigLine .col1,.productionPlanModal .powerConfigLine .col2,.productionPlanModal .powerConfigLine .col3{flex:1}.productionPlanModal .line .right,.productionPlanModal .powerConfigLine .right{font-size:16px;gap:8px;justify-content:center;width:150px}.productionPlanModal .powerConfigLine{border:0;width:300px}.productionPlanModal .modalLinebox{height:400px;overflow-y:auto}.productionPlanModal .timeLinebox{height:200px;margin-bottom:10px;overflow-y:auto}.productionPlanModal .timeLinebox .line{border:0}.productionPlanModal .titleLine:before{background:#3e7eff;border-radius:50%;content:"";height:8px;margin-right:10px;width:8px}.productionPlanMonthPlanModal .monthPlanBox{max-height:200px;overflow-y:auto}.productionPlanMonthPlanModal .line{border-bottom:1px solid #f0f3f5;height:auto;line-height:40px;min-height:40px;text-align:center;width:600px}.productionPlanMonthPlanModal .line .col1,.productionPlanMonthPlanModal .line .col2,.productionPlanMonthPlanModal .line .col3{flex:1}.productionPlanMonthPlanModal .line .right{float:left;width:150px}
27
27
  .yearPCPlan{flex-direction:column;height:100%;overflow:hidden;position:relative}.yearPCPlan .topLine{justify-content:space-between}.yearPCPlan .topLine .btnBox{gap:8px}.yearPCPlan .topLine2{margin-bottom:16px}.yearPCPlan .table{overflow-y:auto}.yearPCPlan .table .operation,.yearPCPlanMonthPlanModal .createRuleLabel{gap:8px}.yearPCPlanMonthPlanModal .monthPlanBox{max-height:500px;overflow-y:auto}.yearPCPlanMonthPlanModal .monthPlanBox .monthPlan{flex-direction:column}.yearPCPlanMonthPlanModal .monthPlanBox .monthPlan .title{font-weight:700;line-height:40px;margin-top:16px;padding-left:16px;position:relative}.yearPCPlanMonthPlanModal .monthPlanBox .monthPlan .title:before{background:#0c3343;content:"";height:18px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:5px}.yearPCPlanMonthPlanModal .monthPlanBox .monthPlan .line{border-bottom:1px solid #f0f3f5;height:auto;line-height:40px;min-height:40px;text-align:center;width:600px}.yearPCPlanMonthPlanModal .monthPlanBox .monthPlan .line .coalSeamLine{gap:8px;margin-bottom:8px}.yearPCPlanMonthPlanModal .monthPlanBox .monthPlan .line .coalSeamLine .label{text-align:right;width:100px}.yearPCPlanMonthPlanModal .monthPlanBox .monthPlan .line .coalSeamLine .unit{width:40px}.yearPCPlanMonthPlanModal .monthPlanBox .monthPlan .line .right{float:left;width:150px}
28
28
  .PlanModal{position:absolute!important}.PlanModal .ant-modal{height:100%;margin:0;max-width:100%;padding-bottom:0;top:0;width:unset!important}.PlanModal .ant-modal-content{display:flex;flex-direction:column;height:100%}.PlanModal .ant-modal-body{flex:1;height:0;padding:0}.PlanModal .ant-modal-footer{padding:0}.PlanModal .pageContent .top{justify-content:space-between;margin-bottom:16px}.PlanModal .pageContent .top .title{font-size:16px;font-weight:700}.PlanModal .pageContent .tableBox{overflow:auto;text-align:center}.PlanModal .pageContent .tableBox input{color:#1890ff}.PlanModal .pageContent .tableBox .textLine{min-height:32px}.PlanModal .pageContent .tableBox .flexC{align-items:center;display:flex;justify-content:center}.PlanModal .pageContent .tableBox .high100{height:100%}.PlanModal .pageContent .tableBox .borderTop{border-top:2px solid #f2f3f8}.PlanModal .pageContent .tableBox .borderRight{border-right:2px solid #f2f3f8}.PlanModal .pageContent .tableBox .borderBottom{border-bottom:2px solid #f2f3f8}.PlanModal .pageContent .tableBox .borderLeft{border-left:2px solid #f2f3f8}.PlanModal .pageContent .tableBox .borderColorT{border-color:transparent}.PlanModal .pageContent .tableBox .textLeft{justify-content:left}.PlanModal .pageContent .tableBox .textRight{justify-content:right}.PlanModal .pageContent .tableBox .padding{padding:0 8px}.PlanModal .pageContent .tableBox .fontWeight7{font-weight:700}.PlanModal .pageContent .tableBox input{width:80%}.PlanModal .pageContent .tableBox .production .coalSeam{width:100px}.PlanModal .pageContent .tableBox .production .coalType{width:260px}.PlanModal .pageContent .tableBox .production .product{width:500px}.PlanModal .pageContent .tableBox .line{border-right:2px solid #d3d3d3}.PlanModal .pageContent .tableBox .commodity{width:600px}:root[data-doc-theme=dark] .PlanModal .pageContent .tableBox input{color:#1d33a2}
29
29
  .monthPCPlan{flex-direction:column;height:100%;overflow:hidden;position:relative}.monthPCPlan .topLine{justify-content:space-between}.monthPCPlan .topLine .btnBox{gap:8px}.monthPCPlan .table{overflow-y:auto}.monthPCPlan .table .operation{gap:8px}
@@ -31,4 +31,4 @@
31
31
  .daySCPlan{height:100%;position:relative}.daySCPlan .topLine{justify-content:space-between}.daySCPlan .table .operation{gap:8px}
32
32
  .flex-top{align-items:flex-start;display:flex}.form_row{margin-bottom:24px}.form_row .label{display:inline-block;flex-shrink:0;text-align:right}.form_row span{word-break:break-all}
33
33
 
34
- .menu-manager{display:flex;gap:32px;height:100%}.menu-manager .tree{width:300px}.menu-manager .tree .menu-select-tree .utils-container{display:flex;gap:8px;justify-content:space-around}.menu-manager .tree .menu-select-tree .tree-container{padding:8px}.menu-manager .tree .menu-select-tree .tree-container .ant-tree-show-line .ant-tree-indent-unit:before{border-right:1px dashed #d9d9d9}.menu-manager .right-detail{flex:auto;overflow:auto}.menu-manager .right-detail .menu-detail .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.menu-manager .right-detail .menu-detail .header .header-text{font-size:16px;font-weight:700}.menu-manager .right-detail .menu-detail .form{max-width:500px}.tree-cotextmenu .context-utils{display:flex;gap:8px}.util-item{border:1px solid #ccc;border-radius:50%;color:#ccc;cursor:pointer;line-height:1;margin:8px 0;padding:4px}.menu-form .params-container{list-style:none;padding:0}.menu-form .params-container .param-item{margin-bottom:8px}.menu-form .params-container .param-item .btn-remove{display:none}.menu-form .params-container .param-item:hover .btn-remove{display:inline}.param-manager .ant-tabs{position:relative}.param-manager .tab-item .operation{text-align:right}.param-manager .tab-item .operation>.ant-space{position:absolute;right:0;top:0}.param-manager .tab-item .group-container .group-item-title{font-size:14px;font-weight:600}.param-manager .tab-item .group-container .collapse-container{margin:16px 0}.param-manager .tab-item .group-container .collapse-container .header{align-items:center;display:flex;line-height:1;padding-left:16px;position:relative}.param-manager .tab-item .group-container .collapse-container .header .container-title{font-size:14px;font-weight:600}.param-manager .tab-item .group-container .collapse-container .header:before{background-color:#4b7ff7;bottom:0;content:" ";left:0;position:absolute;top:0;width:2px}.noticeCenter{box-sizing:border-box}.noticeCenter .volumeSent{cursor:pointer}.noticeMaintain{box-sizing:border-box;padding:20px}.noticeMaintain-header{background-color:#fff}.noticeMaintain .noticeGrade-top{margin-bottom:20px;text-align:right}.noticeManager{box-sizing:border-box}.noticeManager-top{margin-bottom:20px}.noticeManager .secretKey{align-items:center;display:flex}.noticeManager .secretKey>div{flex:1}.systemConfig{display:flex;font-size:14px;justify-content:space-between;padding:10px;position:relative;width:100%}.systemConfig .systemConfig_left{width:48%}.systemConfig .systemConfig_info .ant-select{font-size:14px;width:240px}.systemConfig .systemConfig_info .ant-btn{font-size:14px}.systemConfig .systemConfig_info .systemConfig_title{color:#31363c;font-size:16px;font-weight:600;margin-bottom:24px}.systemConfig .systemConfig_info .systemConfig_body{padding-left:24px}.systemConfig .systemConfig_info .systemConfig_body .systemConfig_form{margin-bottom:20px}.systemConfig .systemConfig_info .systemConfig_body .systemConfig_form .label{display:inline-block;width:80px}.systemConfig .systemConfig_info .systemConfig_body .systemConfig_vertical .item{padding:20px 10px 29px 0}.systemConfig .systemConfig_info .systemConfig_body .systemConfig_vertical .item .input{width:449px}.systemConfig .systemConfig_info .systemConfig_body .systemConfig_vertical .item .btn{margin:0 10px}.systemConfig .systemConfig_info .systemConfig_body .systemConfig_vertical .item .annotation{color:#8f959e;margin-left:15px}.systemConfig .systemConfig_info .systemConfig_btm{margin-top:20px}.systemConfig .systemConfig_info .systemConfig_btm .save{margin-right:16px}.systemConfig .systemConfig_right{display:flex;height:560px;justify-content:flex-start;margin-top:45px;width:56%}.systemConfig .systemConfig_right .box{background:#0c1c4c;border:1px dashed #8f959e;display:flex;height:540px;justify-content:space-between;padding:125px 100px 10px;position:relative;transform:scale(.75);width:960px}.systemConfig .systemConfig_right .box .left{width:270px}.systemConfig .systemConfig_right .box .right{background:hsla(0,0%,100%,.1);border:1px dashed #dce4ed;border-radius:4px;color:#fff;height:250px;position:relative;width:280px}.systemConfig .systemConfig_right .box .right .top{display:flex;justify-content:space-between;padding:10px 20px}.systemConfig .systemConfig_right .box .right .name{color:#fff;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.systemConfig .systemConfig_right .green{background:#dbf2ee;border:1px dashed #67dcaf;color:#67dcaf}.systemConfig .systemConfig_right .blue{background:#deeafc;border:1px dashed #6899f9;color:#6899f9}.systemConfig .systemConfig_right .darkBlue{background:#dbe0f0;border:1px dashed #1a2a94;color:#1a2a94}.systemConfig .bot{background:hsla(0,0%,100%,.1);border:1px dashed #dce4ed;border-radius:8px;bottom:8px;color:#fff;height:20px;left:50%;line-height:18px;position:absolute;text-align:center;transform:translateX(-50%);width:720px;z-index:299}.systemManager{height:100%;width:100%}.systemManager .LayoutSider{background:#fff;margin-right:14px;overflow:auto}.depManager,.logManager,.personalSetting,.postManager,.role-manager,.userManager{display:flex;flex-direction:column;overflow:hidden}.depManager .table-search,.logManager .table-search,.personalSetting .table-search,.postManager .table-search,.role-manager .table-search,.userManager .table-search{margin-bottom:16px}.depManager>.ant-table-wrapper,.logManager>.ant-table-wrapper,.personalSetting>.ant-table-wrapper,.postManager>.ant-table-wrapper,.role-manager>.ant-table-wrapper,.userManager>.ant-table-wrapper{flex:1;overflow-y:auto}.depManager .control,.logManager .control,.personalSetting .control,.postManager .control,.role-manager .control,.userManager .control{margin-bottom:16px}.depManager .titleLine,.logManager .titleLine,.personalSetting .titleLine,.postManager .titleLine,.role-manager .titleLine,.userManager .titleLine{display:flex;justify-content:space-between;margin-bottom:10px}.depManager .titleLine .title,.logManager .titleLine .title,.personalSetting .titleLine .title,.postManager .titleLine .title,.role-manager .titleLine .title,.userManager .titleLine .title{font-weight:bolder}.logModal .col{display:flex;margin-bottom:10px}.logModal .col .label{color:gray;min-width:140px;padding:0 10px;text-align:right}.depManager{flex-direction:row}.depManager .left{margin-right:20px;width:300px}.depManager .right{flex:1;overflow-y:auto}.depManager .right .basic-info .basic-info-header{display:flex;font-weight:600;justify-content:space-between}.depManager .right .basic-info .basic-info-header .basic-info-title,.depManager .right .employee-container .title{color:#31363c;font-size:18px;font-weight:600}.depManager .right .employee-container .operation{display:flex;justify-content:space-between;margin-bottom:16px}.depManager .tree,.menu-manager .tree{overflow-y:auto}.depManager .divider,.menu-manager .divider{max-height:unset;width:16px}.about{display:flex;flex-direction:column}.about .logoLine{justify-content:space-between;margin-bottom:16px}.about .logoLine .logo{margin-bottom:40px;width:600px}.about .titleLine{display:flex;justify-content:space-between;margin-bottom:10px}.about .titleLine .title{font-weight:bolder}.about .titleLine .title:before{border-left:2px solid #37f;content:"";height:10px;margin-right:12px}.about .card{background:#f8f7fc;color:rgba(0,0,0,.45);margin:0 0 20px 16px}.about .litTitle{margin:0 0 4px 20px}.about .down{margin:10px 0 20px 16px}.about .info{width:800px}.about .infoBtn{margin:10px 0}.about .update{position:absolute;right:65px;top:220px}.aboutNew{height:100%;min-height:600px;position:relative}.aboutNew .logoLine{justify-content:space-between;margin-bottom:16px}.aboutNew .logoLine .logo{margin-bottom:30px;width:360px}.aboutNew .titleLine{display:flex;justify-content:space-between;margin-bottom:16px}.aboutNew .titleLine .title{color:#354052;font-family:PingFangSC-Semibold,PingFang SC;font-size:16px;font-weight:600;height:24px;line-height:24px}.aboutNew .titleLine .title:before{border-left:3px solid #1d33a2;content:"";height:10px;margin-right:12px}.aboutNew .card{background:rgba(239,242,246,.5);border:0;margin:0 0 20px 12px}.aboutNew .card .summary{color:#5d616b;font-family:PingFangSC-Regular,PingFang SC;font-size:14px;font-weight:400}.aboutNew .card .software{color:#31363c;font-family:PingFangSC-Semibold,PingFang SC;font-size:14px;font-weight:600;height:22px;line-height:22px}.aboutNew .card .software:not(:first-child){margin-top:16px}.aboutNew .bottom_line{bottom:0;left:0;position:absolute}.aboutNew .bottom_line .QRcode{margin-right:24px;width:121px}.aboutNew .bottom_line .companyInfo .infoLine{font-family:PingFangSC-Medium,PingFang SC;font-size:14px;height:20px}.aboutNew .bottom_line .companyInfo .infoLine:not(:first-child){margin-top:4px}.aboutNew .bottom_line .companyInfo .infoLine .label{color:#31363c;font-weight:600}.aboutNew .bottom_line .companyInfo .infoLine .value{color:#5d616b;font-weight:400}.login_slider .ant-modal-body{padding:0}.login_slider .imgBox{height:19.14rem;position:relative;width:30.857rem}.login_slider .imgBox .anticon{color:#fff;position:absolute;right:10px;top:10px;z-index:3}.login_slider .imgBox img{position:absolute;z-index:2}.login_slider .imgBox .bgImg{height:19.14rem;width:30.857rem;z-index:1}.login_slider .modal-box{box-sizing:content-box}.login_slider .ant-slider{background-color:#f4f6f8;height:30px;margin:.6rem 0 0;padding:0}.login_slider .ant-slider .ant-slider-rail,.login_slider .ant-slider .ant-slider-step,.login_slider .ant-slider .ant-slider-track{height:30px;padding:0;top:0}.login_slider .ant-slider .ant-slider-track,.login_slider .ant-slider:hover .ant-slider-track{background-color:#22cc83}.login_slider .ant-slider .ant-slider-handle{background-color:#fff;border:1px solid #ccc;border-radius:.1rem;height:34px;top:3px;transform:translateX(-2%)!important;width:34px}.login_slider .ant-slider .ant-slider-handle:after{content:">>";line-height:30px;position:absolute;text-align:center;width:100%}.login_slider .ant-slider .ant-slider-rail{background-color:#f4f6f8;position:relative}.login_slider .ant-slider .ant-slider-rail:before{content:"向右滑动完成拼图";line-height:30px;position:absolute;text-align:center;width:100%}[data-theme=light] body .login_box input{color:#000}[data-theme=light] body .login_box input:-internal-autofill-previewed,[data-theme=light] body .login_box input:-internal-autofill-selected{-webkit-text-fill-color:#000;color:#000!important;transition:background-color 9999s ease-out .1s}[data-theme=light] body input:-internal-autofill-previewed,[data-theme=light] body input:-internal-autofill-selected{-webkit-text-fill-color:#000;color:#000!important;transition:background-color 9999s ease-out .1s}.login_box{display:flex;flex-direction:column}.login_box input{color:#fff;height:34px}.login_box input:-internal-autofill-previewed,.login_box input:-internal-autofill-selected{-webkit-text-fill-color:#fff;color:#fff!important;transition:background-color 9999s ease-out .1s}.login_box .ant-input-password span span svg{color:#fff}.login_box .ant-form{padding:0 4.79rem}.login_box .ant-form-item{margin-bottom:2rem}.login_box .ant-form-item .ant-input-password,.login_box .ant-form-item input{background:none;background-color:hsla(0,0%,100%,.2);border-radius:.5rem;font-size:1.14rem;height:3.07rem;line-height:0rem}.login_box .ant-form-item .ant-input-password input,.login_box .ant-form-item input input{background:none;height:auto}.login_box .ant-form-item .ant-input-password .ant-input-suffix,.login_box .ant-form-item input .ant-input-suffix{font-size:1rem}.login_box .ant-form-item .ant-btn{border:none;border-radius:0;font-size:1.29rem;height:3.07rem;line-height:0rem}.login_box .ant-form-item .ant-form-item-control-input-content .ant-input-password,.login_box .ant-form-item .ant-form-item-control-input-content>.ant-input{border:1px solid #5e657f;border-radius:0}.login_box .titleBox{display:flex;justify-content:center;margin:3.14rem 0}.login_box .titleBox img{height:2.57rem;margin-right:1.07rem}.login_box .titleBox .title{color:#fff;font-family:YouSheBiaoTiHei;font-size:2rem;font-weight:600;height:3.286rem;line-height:3.286rem;padding:0}.login_box .ant-form label{color:#fff;font-family:PingFangSC-Medium,PingFang SC;font-size:1.14rem;font-weight:500;height:1.57rem;line-height:1.57rem}.login_box .login_tab{display:flex;height:3rem}.login_box .login_tab .item{background:#ebf8ff;cursor:pointer;flex:1;line-height:2.8rem;opacity:.5;text-align:center;transition:all .3s ease}.login_box .login_tab .item.active,.login_box .login_tab .item:hover{background:linear-gradient(90deg,#2eb2ff,#6d71ff);color:#fff;opacity:.8}.login{background-image:url(../img/loginBackground.png);background-origin:content-box;background-size:cover;display:flex;flex-direction:column;font-family:PingFangSC-Ultralight,sans-serif;height:100vh;overflow:auto;overflow-y:auto;position:relative;width:100vw}.login .topTitle{left:0;margin:4.29rem;position:absolute;top:0;z-index:2}.login .topTitle img{height:3.86rem;width:32.29rem}.login .content_login{display:flex;flex:1;height:50rem;justify-content:space-between;padding:0 10.71rem}.login .content_login.system{justify-content:center}.login .content_login.system .left,.login .content_login.system .login_box{height:42.86rem;width:42.86rem}.login .content_login.system .left.left,.login .content_login.system .login_box.left{align-items:center;backdrop-filter:blur(20px);background-color:hsla(0,0%,100%,.1);border-radius:6px 0 0 6px;display:flex;flex-direction:column;justify-content:space-around}.login .content_login.system .left.left>div,.login .content_login.system .login_box.left>div{margin-bottom:3rem}.login .content_login.system .left.left img,.login .content_login.system .login_box.left img{height:21.43rem;width:26.56rem}.login .content_login.system .left.left h3,.login .content_login.system .left.left p,.login .content_login.system .login_box.left h3,.login .content_login.system .login_box.left p{color:#fff}.login .content_login.system .left.left h3,.login .content_login.system .login_box.left h3{font-size:1.43rem;font-weight:600;line-height:2rem;text-align:center}.login .content_login.system .left.left p,.login .content_login.system .login_box.left p{font-size:1rem;font-weight:0;line-height:1.86rem;padding:0 2rem}.login .content_login.system .left.login_box,.login .content_login.system .login_box.login_box{backdrop-filter:blur(20px);background-color:hsla(0,0%,100%,.15);border:none;border-radius:0 6px 6px 0}.login .content_login.platform{align-items:center;display:flex;height:100vh;left:0;overflow-y:auto;padding:0;position:absolute;top:0;width:100vw}.login .content_login.platform .login_center_box{align-items:center;display:flex;flex:1;justify-content:flex-start}.login .content_login.platform .left{align-items:center;display:flex;flex:2;justify-content:center}.login .content_login.platform .left .left_img{height:50rem;width:65.71rem}.login .content_login .login_box{border:.21rem solid;border-image:linear-gradient(rgba(229,235,255,.09),hsla(0,0%,100%,0)) 80 30;display:flex;flex-direction:column;flex-shrink:0;height:38.57rem;position:relative;right:0;width:31.43rem}.login .content_login .login_box label{display:inline-block;text-align:justify;text-align-last:justify;width:73px}.login .content_login .login_box .ant-form{flex:1}.login .content_login .login_box .ant-form .ant-form-item{flex:1;margin-bottom:3.14rem}.login .content_login .login_box .ant-form .ant-form-item .ant-form-item-label{padding-bottom:1.14rem}.login .content_login .login_box .ant-form .ant-form-item .ant-form-item-label label{font-size:1.14rem}.login .copyright-information{bottom:20px;color:#7b8492;font-family:PingFangSC-Regular,PingFang SC;font-size:1rem;font-weight:400;left:0;line-height:20px;margin:0;position:absolute;right:0;text-align:center}.login .copyright-information a{color:#666;text-decoration:none}.login-messsage-notice .ant-message-notice-content{background:transparent;padding:0}.alarmDetail .ant-breadcrumb{margin-bottom:16px}.alarmDetail .line{display:flex;margin-bottom:10px}.alarmDetail .line .title{margin-right:30px;text-align:right;width:200px}.alarmDetail .line .info{flex:1}.video-play .container{padding:0 30px;position:relative}.video-play .container .btn{background:transparent;border:0;position:absolute;top:50%;transform:translateY(-50%)}.video-play .container .btn:hover{color:#4279f6}.video-play .container .btn.btn-prev{left:0}.video-play .container .btn.btn-next{right:0}.warning-record .ant-form-item{margin-bottom:12px!important}.record-table-image-preview-modal .slick-dots>li{background:#fff;opacity:.3}.record-table-image-preview-modal .slick-dots>li.slick-active{opacity:1}.add-warning-configure{display:flex;flex-direction:column;height:100%}.add-warning-configure .form-container-outter{flex:1;overflow:auto}.add-warning-configure .form-container-outter .ant-breadcrumb{margin-bottom:16px}.add-warning-configure .form-container-outter .form-list-container{max-width:800px}.add-warning-configure .form-container-outter .form-list-container .form-title{font-size:16px;font-weight:600}.add-warning-configure .form-container-outter .form-list-container .form-container{padding:16px}.add-warning-configure .footer{background-color:#fff;box-shadow:0 -4px 4px rgba(0,0,0,.2);padding:16px 16px 16px 32px}.warning-configure .table-tool{display:flex;justify-content:space-between;margin-bottom:16px}.check-people .edit-area .edit-button .desc{margin-left:8px}.check-people .edit-area .edit-button .desc .total{color:#3e7eff;margin:0 4px}.check-people .edit-area .people-list{display:flex;flex-wrap:wrap;list-style:none;padding:0}.check-people .edit-area .people-list li{margin-right:16px}.check-people-modal .ant-modal-body{overflow:hidden}.check-people-modal .select-area{display:flex;height:400px}.check-people-modal .select-area .left-tree{min-width:500px;overflow-y:auto}.check-people-modal .select-area .ckecked-list{flex:auto;overflow-y:auto}.check-people-modal .select-area .ckecked-list ul{padding:0}.check-people-modal .select-area .ckecked-list .checked-list-item{align-items:center;border-radius:2px;display:flex;justify-content:space-between;padding-left:16px}.check-people-modal .select-area .ckecked-list .checked-list-item:hover{background:#f5f5f5}.pressureFiltrationHome{background-color:#eff2f6!important;display:flex;height:100%;justify-content:space-between;padding:0!important}.pressureFiltrationHome-left{background-color:#fff;padding:20px;width:80%}.pressureFiltrationHome.pc .pressureFiltrationHome-right-control{height:20%}.pressureFiltrationHome.pc .pressureFiltrationHome-right-alarm,.pressureFiltrationHome.pc .pressureFiltrationHome-right-parameter{height:calc(40% - 20px)}.pressureFiltrationHome-right{display:flex;flex-direction:column;height:100%;margin-left:20px;overflow:hidden;width:20%}.pressureFiltrationHome-right>div{background-color:#fff}.pressureFiltrationHome-right-control{height:30%;padding:5%}.pressureFiltrationHome-right-control .state{font-size:16px;font-weight:700;padding:0 0 5%;text-align:center}.pressureFiltrationHome-right-control .but{margin-bottom:5%}.pressureFiltrationHome-right-parameter{height:calc(35% - 20px);margin-top:20px;padding:5%}.pressureFiltrationHome-right-parameter .title{align-items:center;display:flex;font-size:16px;justify-content:space-between}.pressureFiltrationHome-right-parameter .list{height:calc(100% - 32px);margin:0;overflow-y:auto;padding:0}.pressureFiltrationHome-right-parameter .list li{align-items:center;background-color:rgba(62,126,255,.05);display:flex;justify-content:space-between;list-style:none;margin-bottom:10px;padding:5px 10px}.pressureFiltrationHome-right-alarm{height:calc(35% - 20px);margin-top:20px;padding:5% 20px}.pressureFiltrationHome-right-alarm .title{align-items:center;display:flex;font-size:16px;justify-content:space-between}.pressureFiltrationHome-right-alarm .list{height:calc(100% - 26px);margin:0;overflow-y:auto;padding:0}.pressureFiltrationHome-right-alarm .list li{background:#fff;border-radius:3px;box-shadow:0 2px 7px 0 rgba(146,165,179,.31);list-style:none;margin-bottom:20px;padding:10px}.pressureFiltrationHome-right-alarm .list li .name{font-size:14px}.pressureFiltrationHome-right-alarm .list li .name .icon{color:red;margin-right:10px}.pressureFiltrationHome-right-alarm .list li .time{color:#8f959e;margin-left:24px}.configuration{background:transparent!important;display:flex;height:100%;padding:0!important}.configuration>div{background-color:#fff;flex:1;height:100%;overflow-y:auto;padding:20px}.pressureFiltrationJournal{background:transparent!important;display:flex;padding:0!important}.pressureFiltrationJournal>div{background-color:#fff;flex:1;padding:20px}.pressureFiltrationJournal .record-top,.shiftChange-top{margin-bottom:20px}.shiftChange-content{display:flex;flex-wrap:wrap}.shiftChange-footer{margin-top:20px;text-align:right}.control{display:flex}.control-left{margin-right:20px}.control-right{flex:1;margin-left:20px}.control-right-content{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);height:calc(100% - 32px);margin-top:10px}.control-right-content .ant-btn{width:80%}.task-list{padding:0}.task-list-item{display:flex;list-style:none}.task-list-item-time{width:25%}.task-list-item-details{width:55%}.task-list-item-btn{text-align:right;width:20%}.task .empty{color:#878787;font-size:12px;margin-left:10px}.htModal-tabs{width:30%}.card1-outer{position:relative}.card1-outer .border-block-group .border-block{border:2px solid #57935c;height:8px;position:absolute;width:8px}.card1-outer .border-block-group .border-block.left-top-block{border-bottom:none;border-right:none;left:0;top:0}.card1-outer .border-block-group .border-block.right-top-block{border-bottom:none;border-left:none;right:0;top:0}.card1-outer .border-block-group .border-block.left-bottom-block{border-right:none;border-top:none;bottom:0;left:0}.card1-outer .border-block-group .border-block.right-bottom-block{border-left:none;border-top:none;bottom:0;right:0}.card1-outer .card1-outer-header .inner-header{align-items:center;border-bottom:2px solid;border-image:linear-gradient(90deg,rgba(81,148,147,0),#509b97,rgba(86,152,152,0)) 2 2;color:#4cd3ac;display:flex;font-size:16px;height:29px;justify-content:space-between;padding:0 19px}.card1-outer .card1-outer-header .inner-header .title{align-items:center;display:flex}.card1-outer .card1-outer-header .inner-header .title:before{background:linear-gradient(2deg,#5b9594,#014e54);content:"";display:block;height:16px;margin-right:7px;width:3px}.card2-outer{position:relative}.card2-outer .border-block-group .border-block{border:2px solid #15bc91;height:8px;position:absolute;width:8px}.card2-outer .border-block-group .border-block.left-top-block{border-bottom:none;border-right:none;left:0;top:0}.card2-outer .border-block-group .border-block.left-bottom-block{border-right:none;border-top:none;bottom:0;left:0}.card2-outer .border-block-group .border-block.right-bottom-block{border-left:none;border-top:none;bottom:0;right:0}.card2-outer .card2-outer-header .inner-header{align-items:center;color:#fff;display:flex;font-size:14px;height:22px;justify-content:space-between}.card2-outer .card2-outer-header .inner-header .title{align-items:center;display:flex;font-size:20px;justify-content:center;margin-left:12px}.card2-outer .card2-outer-content{margin:10px 15px}.card2-outer .card2-outer-content-panel{width:100%}.card2-outer .card2-outer-content-panel-content{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:400;margin-bottom:10px}.card2-outer .card2-outer-content-panel-content-state{align-items:center;display:flex;flex-direction:row;margin-right:20px}.card2-outer .card2-outer-content-panel-content-state-col{margin-right:5px}.card2-outer .card2-outer-content-panel-content-state-col>span{border:1px solid #20355f;border-radius:50%;display:inline-block;height:10px;margin-right:5px;width:10px}.card2-outer .card2-outer-content-panel-content-state-col>span.green{background:#55f1ff}.card2-outer .card2-outer-content-panel-content-state-col>span.white{background:#fff}.card2-outer .card2-outer-content-panel-content-state-col>span.red{background:#ec763c}.card2-outer .card2-outer-content-panel-content-state-col>span.grey{background:#a9b3c6}.card2-outer .card2-outer-content-panel-content-state>img{margin-right:10px;width:13px}.card2-outer .card2-outer-content-panel-table{width:100%}.card2-outer .card2-outer-content-panel-table-header{height:42px;line-height:42px;margin-bottom:10px}.card2-outer .card2-outer-content-panel-table-header-info{background:url(/micro-assets/platform-web/headerA.png) no-repeat;background-size:100% 100%}.card2-outer .card2-outer-content-panel-table-header-state{background:url(/micro-assets/platform-web/headerB.png) no-repeat;background-size:100% 100%;text-align:center}.card2-outer .card2-outer-content-panel-table-body{height:32px;line-height:32px}.card2-outer .card2-outer-content-panel-table .line{align-items:center;display:flex;padding:3px 0;width:100%}.card2-outer .card2-outer-content-panel-table .line>span:first-child{background:#fcdf45;display:block;height:2px;width:4px}.card2-outer .card2-outer-content-panel-table .line>span:last-child{background:#d3e2ff;display:block;height:1px;width:calc(100% - 4px)}.room{display:flex;flex-direction:column;height:100%}.room .room-header{pointer-events:all}.room .room-header .border-block-group .left-bottom-block,.room .room-header .border-block-group .right-bottom-block{display:none}.room .room-header .card1-outer .card1-outer-header{background:url(/micro-assets/platform-web/card1OuterHeader.png) no-repeat;background-size:100% 100%;padding:5px 20px}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar{display:flex}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar .select-item{flex:1;padding:0 5px;width:0}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar .select-item .ant-select{color:#fff;width:100%}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar .select-item .ant-select .ant-select-selection{background:none;border:none;box-shadow:none}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar .select-item .ant-select .ant-select-selection .ant-select-selection__rendered{color:#fff;font-size:20px}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar .select-item .ant-select .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value{text-align:center;width:100%}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar .select-item .ant-select .ant-select-selection .ant-select-arrow{color:#4cd3ac}.room .room-content{backdrop-filter:blur(4px);background:rgba(18,58,104,.2);border:1px solid #20355f;margin-top:10px}.room .room-content .room-content-panel{max-height:100%;overflow-y:auto;padding:20px;pointer-events:all;scrollbar-color:#179a6f #07434b;scrollbar-width:14px}.room .room-content .room-content-panel::-webkit-scrollbar{height:14px;width:14px}.room .room-content .room-content-panel::-webkit-scrollbar-track{background:#07434b;border-radius:7px}.room .room-content .room-content-panel::-webkit-scrollbar-thumb{border-radius:7px}.room .room-content .room-content-panel-item{background:url(/micro-assets/platform-web/distributionRoomCard-notSelect.png) no-repeat;background-size:100% 100%;box-sizing:border-box;cursor:pointer;margin-bottom:20px;padding:20px}.room .room-content .room-content-panel-item-title{color:#fff;font-size:16px;font-weight:500}.room .room-content .room-content-panel-item-content{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:400;justify-content:space-between}.room .room-content .room-content-panel-item-content-state{align-items:center;display:flex;flex-direction:row}.room .room-content .room-content-panel-item-content-state-col{margin-right:5px}.room .room-content .room-content-panel-item-content-state-col>span{border:1px solid #20355f;border-radius:50%;display:inline-block;height:10px;margin-right:5px;width:10px}.room .room-content .room-content-panel-item-content-state-col>span.green{background:#55f1ff}.room .room-content .room-content-panel-item-content-state-col>span.white{background:#fff}.room .room-content .room-content-panel-item-content-state-col>span.red{background:#ec763c}.room .room-content .room-content-panel-item-content-state-col>span.grey{background:#a9b3c6}.room .room-content .room-content-panel-item-content-state>img{margin-right:10px;width:13px}.room .room-content .room-content-panel-item-active{background:url(/micro-assets/platform-web/distributionRoomCard-select.png) no-repeat;background-size:100% 100%;margin-bottom:20px}.ant-select-dropdown.screen-select{backdrop-filter:blur(2px);background:rgba(79,104,149,.7);border:1px solid #20355f}.ant-select-dropdown.screen-select .ant-select-item{color:#fff}.ant-select-dropdown.screen-select .ant-select-item-option-active:not(.ant-select-item-option-disabled),.ant-select-dropdown.screen-select .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:#37f}.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu{scrollbar-color:#179a6f #07434b;scrollbar-width:10px}.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu::-webkit-scrollbar{height:10px;width:10px}.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu::-webkit-scrollbar-track{background:#07434b;border-radius:7px}.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu::-webkit-scrollbar-thumb{border-radius:7px}.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu .ant-select-dropdown-menu-item{background:none;color:#fff}.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active,.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected{background:#081e22}.pop-box{background:url(/micro-assets/platform-web/padlockCard.png) no-repeat;background-size:100% 100%;bottom:20px;height:378px;padding:20px;position:absolute;right:20px;width:518px;z-index:9}.pop-box .path-line{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%}.pop-box .close-btn{align-items:center;background:rgba(23,154,111,.6);cursor:pointer;display:flex;height:24px;justify-content:center;margin-bottom:5px;position:absolute;right:10px;top:10px;width:24px}.pop-box .close-btn .anticon{color:#27c199;font-size:18px;transform:rotate(45deg)}.pop-box-title{color:#fff;display:block;font-size:20px;font-weight:500;padding:20px 20px 20px 32px}.pop-box .board-list{max-height:calc(100% - 70px);overflow-y:auto;padding:0 20px;scrollbar-color:#179a6f #07434b;scrollbar-width:6px}.pop-box .board-list::-webkit-scrollbar{width:6px}.pop-box .board-list::-webkit-scrollbar-track{background:#07434b;border-radius:5px}.pop-box .board-list::-webkit-scrollbar-thumb{border-radius:5px}.pop-box .board-list .board-item+.board-item{margin-top:9px}.pop-box .board-list .board-item .card2-outer .card2-outer-content .ant-row{color:#f1fdfe;font-size:10px}.tupu{position:relative}.tupu,.tupu .tupu-3d-content{height:100%;width:100%}.tupu .tupu-3d-content div{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.board-screen{background:#071214;color:#fff;height:100%;position:relative}.board-screen .tupu-panel{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.board-screen .room-panel{bottom:20px;left:20px;pointer-events:none;position:absolute;top:20px;width:408px;z-index:2}.board-screen .video-panel{position:absolute;right:0;top:58px;width:219px;z-index:2}.cardDetail{display:flex;justify-content:space-between}.cardDetail .cardBox{margin-left:20px;width:50%}.cardDetail .cardBox .inl-card_box{border:1px dashed #ccc}.cardWareHouse{height:100%}.cardWareHouse .card{height:calc(100% - 100px)}.cardWareHouse .card .cardgrid{height:100%}.cardWareHouse .card .cardgrid-content{background-color:#eff2f6;display:flex;flex-wrap:wrap;height:calc(100% - 50px);overflow-y:auto;padding:10px}.cardWareHouse .card .cardgrid-content .cardgrid-item{background-color:#fff;height:50%;margin:5px;padding:10px;width:calc(25% - 10px)}.cardWareHouse .card .cardgrid-content .cardgrid-item.addCard{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding:20px;text-align:center}.cardWareHouse .card .cardgrid-content .cardgrid-item.addCard>img{height:80%;margin-bottom:20px;width:100%}.cardWareHouse .card .cardgrid-content .cardgrid-item-cardView{height:calc(100% - 105px);margin-bottom:10px}.cardWareHouse .card .cardgrid-content .cardgrid-item:hover{box-shadow:0 0 6px 0 rgba(36,42,52,.2),0 1px 14px 0 rgba(55,63,77,.08)}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-top{display:flex;justify-content:space-between}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-top-cardName{display:flex}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-top-size span{background-color:#eff2f6;padding:5px 10px}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-center{align-items:center;display:flex;margin-top:5px}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom{display:flex;justify-content:space-between;margin-top:5px}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom-type{align-items:center;display:flex}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom-type>span:first-child{margin-right:15px}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom-type>span>span{margin-right:5px}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom-developer{align-items:center;display:flex}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom-developer>div{height:28.8px;margin-left:5px}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom-developer>div .cardgrid-item-info-bottom-developer-more{display:none}.cardWareHouse .card .cardgrid-content .cardgrid-item:hover .cardgrid-item-info-bottom-developer-more{display:inline-block}.cardWareHouse .card .cardgrid .pagination{margin-top:10px}.userModal{display:flex;height:100%;justify-content:space-between}.userList{display:flex;flex-direction:column;width:200px}.userList .tree{height:500px;overflow-y:auto;width:100%}.divider{background:#eff2f6;margin:0 20px;max-height:600px;min-height:100px;width:16px}.cardModal .card{display:flex;flex-wrap:wrap;max-height:700px;min-height:200px;width:100%}.cardModal .card .card_item{border:1px solid #ccc;height:200px;margin-right:20px;margin-top:20px;padding:0 10px;position:relative;width:calc(33.33333% - 13.33333px)}.cardModal .card .card_item .checkbox{position:absolute;right:0;top:0;z-index:99}.cardModal .card .card_item>div{height:100%;overflow-y:auto}.cardModal .card .card_item:nth-child(3n){margin-right:0}.cardModal .empty{margin-top:50px;text-align:center;width:100%}.processFlow-new{user-select:none}.processFlow-new .tool{align-items:center;border-radius:2px;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.processFlow-new .tool:hover{background:#f2f3f6}.processFlow-new .instance-selector{display:flex;flex-direction:column;width:220px}.processFlow-new .instance-selector .header,.processFlow-new .instance-selector .search{margin:0 10px 10px}.processFlow-new .instance-selector .header{cursor:pointer;width:max-content}.processFlow-new .instance-selector .instance-container{flex:1;overflow:auto;padding-right:10px;user-select:none}.processFlow-new .instance-selector .instance-container::-webkit-scrollbar{height:10px;width:0}.processFlow-new .instance-selector .instance-container .instance{align-items:center;background:#eff2f6;border-radius:4px;display:flex;flex-direction:column;margin-bottom:10px;padding:16px 10px}.processFlow-new .instance-selector .instance-container .instance-layer{cursor:not-allowed;opacity:.5}.processFlow-new .instance-selector .instance-container .instance img{max-width:70%}.processFlow-new .main-content-center{border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;display:flex;flex:1;flex-direction:column;overflow:hidden}.processFlow-new .main-content-center .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;padding:0 10px;position:relative}.processFlow-new .main-content-center .header .title-edit .title{color:#354052;font-weight:600;margin-right:10px}.processFlow-new .main-content-center .header .unfold{left:110px;position:absolute}.processFlow-new .main-content-center .main-editor{background:#f2f3f8;flex:1;position:relative}.processFlow-new .main-content-center .main-editor .utils-btn{background-color:#fff;border:1px solid #f1eeee;border-radius:20px;height:20px;left:120px;position:absolute;text-align:center;top:82px;width:20px;z-index:100}.processFlow-new .main-content-center .main-editor .utils{background:#fff;height:130px;left:30px;padding:10px 8px;position:absolute;top:30px;width:100px;z-index:99}.processFlow-new .main-content-center .main-editor .utils-body{display:flex;flex-direction:column;justify-content:space-around}.processFlow-new .main-content-center .main-editor .utils-body-item{cursor:pointer;flex:1;height:30px;line-height:30px;text-align:center}.processFlow-new .main-content-center .main-editor .utils-body-item:hover{background:#f1f2f6}.processFlow-new .main-content-center .main-editor .utils-body-label{margin-left:8px}.processFlow-new .main-content-center .main-editor .utils .anticon{margin-right:4px}.processFlow-new::-webkit-scrollbar{height:10px;width:0}.processFlow-new .title{color:#354052;font-size:14px;font-weight:600;margin-bottom:16px}.processFlow-new .property{color:#a4aabf;font-size:12px;margin-bottom:5px}.processFlow-new .inputEdit{width:100%}.processFlow-new .inputEdit .ant-input-number{width:100%!important}.processFlow-new .inputEdit .flex{display:flex}.processFlow-new .inputEdit .flex .ant-input-number{width:45%!important}.processFlow-new .widget-tools .bottom,.processFlow-new .widget-tools .top{display:flex;justify-content:space-between}.processFlow-new .widget-tools .top{margin-bottom:16px}.processFlow-new .widget-tools .tool-divider{border-left-color:#b9c2d5;margin:0;top:6px}.processFlow-new .property-check-group{width:100%}.colorPicker{z-index:9}.colorPicker-btn{background:#e2e3e3;display:flex;height:26px;padding:3px;width:50px}.colorPicker-btn,.colorPicker-btn>div{border:1px solid rgba(53,64,82,.2);border-radius:2px}.colorPicker-btn>div{height:18px;width:42px}.colorPicker-container{position:absolute;transform:translate(-70px,20px);width:220px;z-index:10}.preview-modal .ant-modal-body{min-height:200px;overflow:hidden;padding:0 24px 24px}.ant-modal-root .ant-modal-wrap,.ant-modal-root .ant-modal-wrap .ant-modal-body,.preview_box{overflow:hidden}.preview_box{background-color:#fff;display:flex;flex:1;flex-direction:column;position:relative}.preview_box_playback{align-items:center;display:flex;justify-content:space-between;padding:10px}.preview_box_btn{position:absolute;right:10px;top:10px;z-index:1}.preview_box #preview_box{flex:1}.preview-state .preview-state-right{display:flex;flex-direction:column;justify-content:center}.preview-state .preview-state-right .preview-state-video{display:flex;height:360px;overflow:hidden;position:relative;width:100%}.preview-state .preview-state-right .preview-state-video .img{position:absolute;top:50%;transform:translateY(-50%)}.preview-state .preview-state-right .preview-state-video .leftImg{left:0;z-index:99}.preview-state .preview-state-right .preview-state-video .rightImg{right:0;z-index:99}[data-doc-theme=dark] .edit-bar>span{background:#1d33a2}[data-doc-theme=light] .edit-bar>span{background:#3e7eff}.operation-area{overflow:auto;width:240px}.operation-area .ant-tabs-tab{margin-left:24px!important;padding-top:0!important}.operation-area .ant-collapse-header{height:35px!important}.operation-area .ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap{flex:none!important}.operation-area-content{height:calc(100vh - 100px);overflow:auto;padding:10px 16px}.operation-area-content::-webkit-scrollbar{height:10px;width:0}.operation-area-content .btn{height:20px;width:40px}.operation-area .edit-bar{margin-top:10px}.operation-area .edit-bar>span{display:inline-block;margin-left:5px;padding:5px;text-align:center;width:25px}.operation-area .edit-bar>span svg{color:#fff}.editTable .ant-table-tbody>tr.ant-table-row:hover>td,.editTable .ant-table-tbody>tr>td .ant-table-cell-row-hover{background:#fff!important}.table-striped{background-color:#f0f1f7}.processDrawingPreviewModal{display:flex;height:100%;position:relative;width:100%}.processDrawingPreviewModal>div{flex:1}.addonAfter{width:100%}.processFlow{height:100%;overflow:auto;position:relative;width:100%}.processFlow .point{cursor:pointer}.processFlow-new{background-color:#fff;display:flex;height:100%;position:absolute;width:100%;z-index:9}.processFlow-new-left{width:220px}.processFlow-title{align-items:center;color:#5c667d;display:flex;font-weight:400;justify-content:space-between;margin-bottom:16px}.processFlow-title .active{color:#31363c;font-weight:600}.processFlow-body .flow-list{display:flex;flex-wrap:wrap}.processFlow-body .flow-list .list-item{border-radius:5px;box-shadow:0 1px 6px 0 rgba(177,188,211,.24);display:flex;flex-direction:column;height:240px;margin:0 2% 36px 0;width:18%}.processFlow-body .flow-list .list-item.card:hover{box-shadow:0 2px 10px 0 #98a3c036,0 1px 6px 0 #b1bcd33d}.processFlow-body .flow-list .list-item.create{align-items:center;color:#1d33a2;cursor:pointer;display:flex;justify-content:center}.processFlow-body .flow-list .list-item.create .anticon{font-size:60px}.processFlow-body .flow-list .list-item.create .create-title{font-weight:600}.processFlow-body .flow-list .list-item .card-banner{flex:auto;overflow:hidden;position:relative}.processFlow-body .flow-list .list-item .card-banner img{height:100%;width:100%}.processFlow-body .flow-list .list-item .card-banner .operation-layer{align-items:center;background:rgba(45,53,72,.4);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.processFlow-body .flow-list .list-item .card-info{padding:10px 16px}.processFlow-body .flow-list .list-item .card-info .card-name{color:#354052;font-size:16px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.processFlow-body .flow-list .list-item .card-info .card-time{color:#8f959e}.processFlow .ant-collapse-header{border-bottom:1px solid #f2f3f8;font-weight:600;padding:8px 0 0!important}.processFlow .ant-collapse-content{padding-top:16px}.processFlow .preview-flow-modal{bottom:0;left:0;position:absolute;right:0;top:0}.processFlow .preview-flow-modal .ant-modal{height:100%;padding:0;top:0}.processFlow .preview-flow-modal .ant-modal #previewBox,.processFlow .preview-flow-modal .ant-modal .ant-modal-content{height:100%;overflow:hidden}.processFlow .preview-flow-modal .ant-modal #previewCanvas{height:100%;position:relative;width:100%}.processFlow .preview-flow-modal .ant-modal .canvas-container{height:100%;margin-top:30px!important}.processFlow .preview-flow-modal .ant-modal .ant-modal-body{overflow:hidden}.flex{display:flex}.flex-center{align-items:center;display:flex}.flex1{flex:1}.flex2{flex:2}.flex3{flex:3}.flex4{flex:4}.flex5{flex:5}.flex6{flex:6}.flex7{flex:7}.flex8{flex:8}.flex9{flex:9}.flex10{flex:10}.flex11{flex:11}.flex12{flex:12}.main-content input:-internal-autofill-previewed,.main-content input:-internal-autofill-selected{-webkit-text-fill-color:#5c667d;color:#5c667d!important;transition:background-color 9999s ease-out .1s}[data-theme=light] body .main-content input:-internal-autofill-previewed,[data-theme=light] body .main-content input:-internal-autofill-selected{-webkit-text-fill-color:#000;color:#000!important;transition:background-color 9999s ease-out .1s}.center{text-align:center}.hide{display:none}.ant-select{width:200px}.btn{cursor:pointer}::-webkit-scrollbar-thumb{background-color:#e0e4e8}[data-doc-theme=dark] .login_box .ant-input,[data-doc-theme=light] .login_box .ant-input{color:#fff}.elcRoom-full-modal .ant-modal{margin:0;max-width:100%;padding-bottom:0;top:0}.elcRoom-full-modal .ant-modal-content{display:flex;flex-direction:column;height:100vh}.elcRoom-full-modal .ant-modal-body{flex:1}.htVisible .ant-modal-body{padding-top:0}.layoutNav{background-color:#1b2c55!important;border-bottom:0!important;font-size:16px!important}.layoutNav.ant-menu-topNav{background-color:transparent}.layoutNav .ant-menu-item-selected{background:linear-gradient(180deg,rgba(58,117,205,0),rgba(58,117,205,0) 0,rgba(71,98,226,.6))!important}body[data-theme=light] .layoutNav{background:transparent!important;color:#fff}body[data-theme=light] .layoutNav .ant-menu-item-selected{background:linear-gradient(180deg,#56a3ff,#3e7eff)!important;color:#fff!important}.layout-sidebar{border-right:0!important;overflow:hidden auto}.layout-sidebar::-webkit-scrollbar{width:0}.layout-sidebar .ant-menu-sub{background:#0001}.layout-sidebar .ant-menu-item,.layout-sidebar .ant-menu-submenu{font-size:16px}body[data-theme=light] .ant-menu-sub{background:transparent!important}body[data-theme=light] .ant-menu-inline .ant-menu-item:after,body[data-theme=light] .ant-menu-vertical .ant-menu-item:after,body[data-theme=light] .ant-menu-vertical-left .ant-menu-item:after,body[data-theme=light] .ant-menu-vertical-right .ant-menu-item:after{background:#3e7eff;left:0;right:unset}body[data-theme=light] .ant-menu-item-selected{background:#eff4ff}.layout-content{background:#eff2f6;padding:10px}.layout-content .layout-container{display:flex;flex-direction:column;min-height:100%;position:relative;width:100%}.layout-content .layout-container .tabs-container{align-items:center;display:flex;left:0;position:absolute;right:0;top:0}.layout-content .layout-container .tabs-container .btn-scroll{align-items:center;color:#bdc1cf;display:flex;height:20px;justify-content:center;padding:0;width:20px}.layout-content .layout-container .tabs-container .btn-scroll.left,.layout-content .layout-container .tabs-container .btn-scroll.right{border:0;margin:8px 0}.layout-content .layout-container .tabs-container .btn-scroll svg{height:12px;margin-top:3px;width:12px}.layout-content .layout-container .tabs-container .tabs-list{display:flex;flex:1;flex-wrap:nowrap;overflow-x:auto}.layout-content .layout-container .tabs-container .tabs-list::-webkit-scrollbar{height:0}.layout-content .layout-container .tabs-container .tabs-list .tab-item{border-radius:6px 6px 0 0;flex-shrink:0;padding:5px 16px}.layout-content .layout-container .tabs-container .tabs-list .tab-item .icon{margin-right:3px}.layout-content .layout-container .tabs-container .tabs-list .tab-item .btn-close{margin-left:5px}.layout-content .layout-container .tabs-container .tabs-list .tab-item:not(.active) .tab-item-text{color:#5c667d}.layout-content .layout-container .tabs-container .tabs-list .tab-item.active{background:#fff}.layout-content .layout-container .tabs-container .tabs-list .tab-item.active .btn-close{color:#939393}.layout-content .layout-container .main-content{background:#fff;display:flex;flex:1;flex-direction:column;height:calc(100% - 33px);margin-top:33px;padding:24px}.layout-content .layout-container .main-content>*{flex:1 1 0}.inl-header-menu{background-color:#132041;width:100%}.inl-header-menu-item{background:linear-gradient(180deg,rgba(76,146,230,0),rgba(13,95,201,.5));cursor:pointer;opacity:.5;padding:5px 40px}.inl-header-menu-item>span{color:#fff}.inl-header-menu-item.inl-header-menu-item-active,.inl-header-menu-item:hover{background:linear-gradient(180deg,rgba(58,117,205,0),rgba(58,117,205,0) 0,rgba(79,115,228,.3) 71%,rgba(81,115,230,.6) 91%,rgba(71,98,226,.9));border-bottom:1px solid;border-image:linear-gradient(180deg,rgba(156,194,247,0),#628fec) 1 1;opacity:1}.inl-header-menu-title{align-items:center;display:flex;padding:5px 0}.inl-header-menu-title-text{color:#fff;font-size:30px;text-align:center;text-shadow:0 0 9px #389aff}.inl-header-menu-center-title{background:url(/micro-assets/device/titleCenter.png) no-repeat;background-size:contain;justify-content:center;width:25%}.inl-header-menu-left-title{background:url(/micro-assets/device/titleLeft.png) no-repeat;background-size:contain;padding-left:30px;width:40%}.inl-header-menu-content,.inl-header-menu-content-left{align-items:center;display:flex}.inl-header-menu-content-left{background:url(/micro-assets/device/menuLeft.png) no-repeat;background-position:0 100%;background-size:contain;flex:1;justify-content:flex-end;padding:5px 0}.inl-header-menu-content-left .inl-header-menu-item{clip-path:polygon(0 0,80% 0,100% 100%,20% 100%)}.inl-header-menu-content-right{align-items:center;background:url(/micro-assets/device/menuRight.png) no-repeat;background-position:0 100%;background-size:contain;display:flex;flex:1;justify-content:flex-start;padding:5px 0}.inl-header-menu-content-right .inl-header-menu-item{clip-path:polygon(20% 0,100% 0,80% 100%,0 100%)}.inl-header-menu-left .inl-header-menu-content-right{background:none;justify-content:flex-end}
34
+ .menu-manager{gap:32px;height:100%;overflow:hidden}.menu-manager .tree{width:300px}.menu-manager .tree .menu-select-tree .common-tree{flex-direction:column}.menu-manager .tree .menu-select-tree .utils-container{display:flex;gap:8px;justify-content:space-around}.menu-manager .tree .menu-select-tree .tree-container{padding:8px}.menu-manager .tree .menu-select-tree .tree-container .ant-tree-show-line .ant-tree-indent-unit:before{border-right:1px dashed #d9d9d9}.menu-manager .right-detail{flex:auto;overflow:auto}.menu-manager .right-detail .menu-detail .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.menu-manager .right-detail .menu-detail .header .header-text{font-size:16px;font-weight:700}.menu-manager .right-detail .menu-detail .form{max-width:500px}.tree-cotextmenu .context-utils{display:flex;gap:8px}.util-item{border:1px solid #ccc;border-radius:50%;color:#ccc;cursor:pointer;line-height:1;margin:8px 0;padding:4px}.menu-form .params-container{list-style:none;padding:0}.menu-form .params-container .param-item{margin-bottom:8px}.menu-form .params-container .param-item .btn-remove{display:none}.menu-form .params-container .param-item:hover .btn-remove{display:inline}.param-manager{flex-direction:column;overflow:hidden}.param-manager .ant-tabs{position:relative}.param-manager .ant-tabs .ant-tabs-content-holder{overflow:auto}.param-manager .tab-item .operation{text-align:right}.param-manager .tab-item .operation>.ant-space{position:absolute;right:0;top:0}.param-manager .tab-item .group-container .group-item-title{font-size:14px;font-weight:600}.param-manager .tab-item .group-container .collapse-container{margin:16px 0}.param-manager .tab-item .group-container .collapse-container .header{align-items:center;display:flex;line-height:1;padding-left:16px;position:relative}.param-manager .tab-item .group-container .collapse-container .header .container-title{font-size:14px;font-weight:600}.param-manager .tab-item .group-container .collapse-container .header:before{background-color:#4b7ff7;bottom:0;content:" ";left:0;position:absolute;top:0;width:2px}.noticeCenter{box-sizing:border-box;flex-direction:column;overflow:hidden}.noticeCenter .volumeSent{cursor:pointer}.noticeCenter .noticeCenter-content{flex-direction:column;overflow:hidden}.noticeCenter .noticeCenter-content .ant-table-wrapper{overflow:auto}.noticeMaintain{box-sizing:border-box;padding:20px}.noticeMaintain-header{background-color:#fff}.noticeMaintain .noticeGrade-top{margin-bottom:20px;text-align:right}.noticeManager{box-sizing:border-box}.noticeManager-top{margin-bottom:20px}.noticeManager .secretKey{align-items:center;display:flex}.noticeManager .secretKey>div{flex:1}.systemConfig{display:flex;font-size:14px;justify-content:space-between;overflow:auto;position:relative;width:100%}.systemConfig .systemConfig_left{width:48%}.systemConfig .systemConfig_info .ant-select{font-size:14px;width:240px}.systemConfig .systemConfig_info .ant-btn{font-size:14px}.systemConfig .systemConfig_info .systemConfig_title{color:#31363c;font-size:16px;font-weight:600;margin-bottom:24px}.systemConfig .systemConfig_info .systemConfig_body{padding-left:24px}.systemConfig .systemConfig_info .systemConfig_body .systemConfig_form{margin-bottom:20px}.systemConfig .systemConfig_info .systemConfig_body .systemConfig_form .label{display:inline-block;width:80px}.systemConfig .systemConfig_info .systemConfig_body .systemConfig_vertical .item{padding:20px 10px 29px 0}.systemConfig .systemConfig_info .systemConfig_body .systemConfig_vertical .item .input{width:449px}.systemConfig .systemConfig_info .systemConfig_body .systemConfig_vertical .item .btn{margin:0 10px}.systemConfig .systemConfig_info .systemConfig_body .systemConfig_vertical .item .annotation{color:#8f959e;margin-left:15px}.systemConfig .systemConfig_info .systemConfig_btm{margin-top:20px}.systemConfig .systemConfig_info .systemConfig_btm .save{margin-right:16px}.systemConfig .systemConfig_right{display:flex;height:560px;justify-content:flex-start;margin-top:45px;width:56%}.systemConfig .systemConfig_right .box{background:#0c1c4c;border:1px dashed #8f959e;display:flex;height:540px;justify-content:space-between;padding:125px 100px 10px;position:relative;transform:scale(.75);width:960px}.systemConfig .systemConfig_right .box .left{width:270px}.systemConfig .systemConfig_right .box .right{background:hsla(0,0%,100%,.1);border:1px dashed #dce4ed;border-radius:4px;color:#fff;height:250px;position:relative;width:280px}.systemConfig .systemConfig_right .box .right .top{display:flex;justify-content:space-between;padding:10px 20px}.systemConfig .systemConfig_right .box .right .name{color:#fff;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.systemConfig .systemConfig_right .green{background:#dbf2ee;border:1px dashed #67dcaf;color:#67dcaf}.systemConfig .systemConfig_right .blue{background:#deeafc;border:1px dashed #6899f9;color:#6899f9}.systemConfig .systemConfig_right .darkBlue{background:#dbe0f0;border:1px dashed #1a2a94;color:#1a2a94}.systemConfig .bot{background:hsla(0,0%,100%,.1);border:1px dashed #dce4ed;border-radius:8px;bottom:8px;color:#fff;height:20px;left:50%;line-height:18px;position:absolute;text-align:center;transform:translateX(-50%);width:720px;z-index:299}.systemManager{height:100%;width:100%}.systemManager .LayoutSider{background:#fff;margin-right:14px;overflow:auto}.depManager,.logManager,.personalSetting,.postManager,.role-manager,.userManager{display:flex;flex-direction:column;overflow:hidden}.depManager .table-search,.logManager .table-search,.personalSetting .table-search,.postManager .table-search,.role-manager .table-search,.userManager .table-search{margin-bottom:16px}.depManager>.ant-table-wrapper,.logManager>.ant-table-wrapper,.personalSetting>.ant-table-wrapper,.postManager>.ant-table-wrapper,.role-manager>.ant-table-wrapper,.userManager>.ant-table-wrapper{overflow:auto}.depManager .control,.logManager .control,.personalSetting .control,.postManager .control,.role-manager .control,.userManager .control{margin-bottom:16px}.depManager .titleLine,.logManager .titleLine,.personalSetting .titleLine,.postManager .titleLine,.role-manager .titleLine,.userManager .titleLine{display:flex;justify-content:space-between;margin-bottom:10px}.depManager .titleLine .title,.logManager .titleLine .title,.personalSetting .titleLine .title,.postManager .titleLine .title,.role-manager .titleLine .title,.userManager .titleLine .title{font-weight:bolder}.logModal .col{display:flex;margin-bottom:10px}.logModal .col .label{color:gray;min-width:140px;padding:0 10px;text-align:right}.depManager{flex-direction:row}.depManager .left{margin-right:20px;width:300px}.depManager .left .dep-tree{height:100%}.depManager .left .dep-tree .common-tree{flex-direction:column;height:100%}.depManager .left .dep-tree .common-tree .tree-container{overflow:auto}.depManager .right{flex:1;overflow-y:auto}.depManager .right .basic-info .basic-info-header{display:flex;font-weight:600;justify-content:space-between}.depManager .right .basic-info .basic-info-header .basic-info-title,.depManager .right .employee-container .title{color:#31363c;font-size:18px;font-weight:600}.depManager .right .employee-container .operation{display:flex;justify-content:space-between;margin-bottom:16px}.depManager .tree{overflow-y:auto}.depManager .divider{max-height:unset;width:16px}.about{display:flex;flex-direction:column}.about .logoLine{justify-content:space-between;margin-bottom:16px}.about .logoLine .logo{margin-bottom:40px;width:600px}.about .titleLine{display:flex;justify-content:space-between;margin-bottom:10px}.about .titleLine .title{font-weight:bolder}.about .titleLine .title:before{border-left:2px solid #37f;content:"";height:10px;margin-right:12px}.about .card{background:#f8f7fc;color:rgba(0,0,0,.45);margin:0 0 20px 16px}.about .litTitle{margin:0 0 4px 20px}.about .down{margin:10px 0 20px 16px}.about .info{width:800px}.about .infoBtn{margin:10px 0}.about .update{position:absolute;right:65px;top:220px}.aboutNew{height:100%;min-height:500px;overflow:auto;position:relative}.aboutNew .logoLine{justify-content:space-between;margin-bottom:16px}.aboutNew .logoLine .logo{margin-bottom:30px;width:360px}.aboutNew .titleLine{display:flex;justify-content:space-between;margin-bottom:16px}.aboutNew .titleLine .title{color:#354052;font-family:PingFangSC-Semibold,PingFang SC;font-size:16px;font-weight:600;height:24px;line-height:24px}.aboutNew .titleLine .title:before{border-left:3px solid #1d33a2;content:"";height:10px;margin-right:12px}.aboutNew .card{background:rgba(239,242,246,.5);border:0;margin:0 0 20px 12px}.aboutNew .card .summary{color:#5d616b;font-family:PingFangSC-Regular,PingFang SC;font-size:14px;font-weight:400}.aboutNew .card .software{color:#31363c;font-family:PingFangSC-Semibold,PingFang SC;font-size:14px;font-weight:600;height:22px;line-height:22px}.aboutNew .card .software:not(:first-child){margin-top:16px}.aboutNew .bottom_line{bottom:0;left:0;position:absolute}.aboutNew .bottom_line .QRcode{margin-right:24px;width:121px}.aboutNew .bottom_line .companyInfo .infoLine{font-family:PingFangSC-Medium,PingFang SC;font-size:14px;height:20px}.aboutNew .bottom_line .companyInfo .infoLine:not(:first-child){margin-top:4px}.aboutNew .bottom_line .companyInfo .infoLine .label{color:#31363c;font-weight:600}.aboutNew .bottom_line .companyInfo .infoLine .value{color:#5d616b;font-weight:400}.login_slider .ant-modal-body{padding:0}.login_slider .imgBox{height:19.14rem;position:relative;width:30.857rem}.login_slider .imgBox .anticon{color:#fff;position:absolute;right:10px;top:10px;z-index:3}.login_slider .imgBox img{position:absolute;z-index:2}.login_slider .imgBox .bgImg{height:19.14rem;width:30.857rem;z-index:1}.login_slider .modal-box{box-sizing:content-box}.login_slider .ant-slider{background-color:#f4f6f8;height:30px;margin:.6rem 0 0;padding:0}.login_slider .ant-slider .ant-slider-rail,.login_slider .ant-slider .ant-slider-step,.login_slider .ant-slider .ant-slider-track{height:30px;padding:0;top:0}.login_slider .ant-slider .ant-slider-track,.login_slider .ant-slider:hover .ant-slider-track{background-color:#22cc83}.login_slider .ant-slider .ant-slider-handle{background-color:#fff;border:1px solid #ccc;border-radius:.1rem;height:34px;top:3px;transform:translateX(-2%)!important;width:34px}.login_slider .ant-slider .ant-slider-handle:after{content:">>";line-height:30px;position:absolute;text-align:center;width:100%}.login_slider .ant-slider .ant-slider-rail{background-color:#f4f6f8;position:relative}.login_slider .ant-slider .ant-slider-rail:before{content:"向右滑动完成拼图";line-height:30px;position:absolute;text-align:center;width:100%}[data-theme=light] body .login_box input{color:#000}[data-theme=light] body .login_box input:-internal-autofill-previewed,[data-theme=light] body .login_box input:-internal-autofill-selected{-webkit-text-fill-color:#000;color:#000!important;transition:background-color 9999s ease-out .1s}[data-theme=light] body input:-internal-autofill-previewed,[data-theme=light] body input:-internal-autofill-selected{-webkit-text-fill-color:#000;color:#000!important;transition:background-color 9999s ease-out .1s}.login_box{display:flex;flex-direction:column}.login_box input{color:#fff;height:34px}.login_box input:-internal-autofill-previewed,.login_box input:-internal-autofill-selected{-webkit-text-fill-color:#fff;color:#fff!important;transition:background-color 9999s ease-out .1s}.login_box .ant-input-password span span svg{color:#fff}.login_box .ant-form{padding:0 4.79rem}.login_box .ant-form-item{margin-bottom:2rem}.login_box .ant-form-item .ant-input-password,.login_box .ant-form-item input{background:none;background-color:hsla(0,0%,100%,.2);border-radius:.5rem;font-size:1.14rem;height:3.07rem;line-height:0rem}.login_box .ant-form-item .ant-input-password input,.login_box .ant-form-item input input{background:none;height:auto}.login_box .ant-form-item .ant-input-password .ant-input-suffix,.login_box .ant-form-item input .ant-input-suffix{font-size:1rem}.login_box .ant-form-item .ant-btn{border:none;border-radius:0;font-size:1.29rem;height:3.07rem;line-height:0rem}.login_box .ant-form-item .ant-form-item-control-input-content .ant-input-password,.login_box .ant-form-item .ant-form-item-control-input-content>.ant-input{border:1px solid #5e657f;border-radius:0}.login_box .titleBox{display:flex;justify-content:center;margin:3.14rem 0}.login_box .titleBox img{height:2.57rem;margin-right:1.07rem}.login_box .titleBox .title{color:#fff;font-family:YouSheBiaoTiHei;font-size:2rem;font-weight:600;height:3.286rem;line-height:3.286rem;padding:0}.login_box .ant-form label{color:#fff;font-family:PingFangSC-Medium,PingFang SC;font-size:1.14rem;font-weight:500;height:1.57rem;line-height:1.57rem}.login_box .login_tab{display:flex;height:3rem}.login_box .login_tab .item{background:#ebf8ff;cursor:pointer;flex:1;line-height:2.8rem;opacity:.5;text-align:center;transition:all .3s ease}.login_box .login_tab .item.active,.login_box .login_tab .item:hover{background:linear-gradient(90deg,#2eb2ff,#6d71ff);color:#fff;opacity:.8}.login{background-image:url(../img/loginBackground.png);background-origin:content-box;background-size:cover;display:flex;flex-direction:column;font-family:PingFangSC-Ultralight,sans-serif;height:100vh;overflow:auto;overflow-y:auto;position:relative;width:100vw}.login .topTitle{left:0;margin:4.29rem;position:absolute;top:0;z-index:2}.login .topTitle img{height:3.86rem;width:32.29rem}.login .content_login{display:flex;flex:1;height:50rem;justify-content:space-between;padding:0 10.71rem}.login .content_login.system{justify-content:center}.login .content_login.system .left,.login .content_login.system .login_box{height:42.86rem;width:42.86rem}.login .content_login.system .left.left,.login .content_login.system .login_box.left{align-items:center;backdrop-filter:blur(20px);background-color:hsla(0,0%,100%,.1);border-radius:6px 0 0 6px;display:flex;flex-direction:column;justify-content:space-around}.login .content_login.system .left.left>div,.login .content_login.system .login_box.left>div{margin-bottom:3rem}.login .content_login.system .left.left img,.login .content_login.system .login_box.left img{height:21.43rem;width:26.56rem}.login .content_login.system .left.left h3,.login .content_login.system .left.left p,.login .content_login.system .login_box.left h3,.login .content_login.system .login_box.left p{color:#fff}.login .content_login.system .left.left h3,.login .content_login.system .login_box.left h3{font-size:1.43rem;font-weight:600;line-height:2rem;text-align:center}.login .content_login.system .left.left p,.login .content_login.system .login_box.left p{font-size:1rem;font-weight:0;line-height:1.86rem;padding:0 2rem}.login .content_login.system .left.login_box,.login .content_login.system .login_box.login_box{backdrop-filter:blur(20px);background-color:hsla(0,0%,100%,.15);border:none;border-radius:0 6px 6px 0}.login .content_login.platform{align-items:center;display:flex;height:100vh;left:0;overflow-y:auto;padding:0;position:absolute;top:0;width:100vw}.login .content_login.platform .login_center_box{align-items:center;display:flex;flex:1;justify-content:flex-start}.login .content_login.platform .left{align-items:center;display:flex;flex:2;justify-content:center}.login .content_login.platform .left .left_img{height:50rem;width:65.71rem}.login .content_login .login_box{border:.21rem solid;border-image:linear-gradient(rgba(229,235,255,.09),hsla(0,0%,100%,0)) 80 30;display:flex;flex-direction:column;flex-shrink:0;height:38.57rem;position:relative;right:0;width:31.43rem}.login .content_login .login_box label{display:inline-block;text-align:justify;text-align-last:justify;white-space:nowrap;width:73px}.login .content_login .login_box .ant-form{flex:1}.login .content_login .login_box .ant-form .ant-form-item{flex:1;margin-bottom:3.14rem}.login .content_login .login_box .ant-form .ant-form-item .ant-form-item-label{padding-bottom:1.14rem}.login .content_login .login_box .ant-form .ant-form-item .ant-form-item-label label{font-size:1.14rem}.login .copyright-information{bottom:20px;color:#7b8492;font-family:PingFangSC-Regular,PingFang SC;font-size:1rem;font-weight:400;left:0;line-height:20px;margin:0;position:absolute;right:0;text-align:center}.login .copyright-information a{color:#666;text-decoration:none}.login-messsage-notice .ant-message-notice-content{background:transparent;padding:0}.alarmDetail .ant-breadcrumb{margin-bottom:16px}.alarmDetail .line{display:flex;margin-bottom:10px}.alarmDetail .line .title{margin-right:30px;text-align:right;width:200px}.alarmDetail .line .info{flex:1}.video-play .container{padding:0 30px;position:relative}.video-play .container .btn{background:transparent;border:0;position:absolute;top:50%;transform:translateY(-50%)}.video-play .container .btn:hover{color:#4279f6}.video-play .container .btn.btn-prev{left:0}.video-play .container .btn.btn-next{right:0}.warning-record{flex-direction:column}.warning-record .ant-form-item{margin-bottom:12px!important}.warning-record .ant-table-wrapper{overflow:auto}.record-table-image-preview-modal .slick-dots>li{background:#fff;opacity:.3}.record-table-image-preview-modal .slick-dots>li.slick-active{opacity:1}.add-warning-configure{display:flex;flex-direction:column;height:100%}.add-warning-configure .form-container-outter{flex:1;overflow:auto}.add-warning-configure .form-container-outter .ant-breadcrumb{margin-bottom:16px}.add-warning-configure .form-container-outter .form-list-container{max-width:800px}.add-warning-configure .form-container-outter .form-list-container .form-title{font-size:16px;font-weight:600}.add-warning-configure .form-container-outter .form-list-container .form-container{padding:16px}.add-warning-configure .footer{background-color:#fff;box-shadow:0 -4px 4px rgba(0,0,0,.2);padding:16px 16px 16px 32px}.warning-configure .table-tool{display:flex;justify-content:space-between;margin-bottom:16px}.check-people .edit-area .edit-button .desc{margin-left:8px}.check-people .edit-area .edit-button .desc .total{color:#3e7eff;margin:0 4px}.check-people .edit-area .people-list{display:flex;flex-wrap:wrap;list-style:none;padding:0}.check-people .edit-area .people-list li{margin-right:16px}.check-people-modal .ant-modal-body{overflow:hidden}.check-people-modal .select-area{display:flex;height:400px}.check-people-modal .select-area .left-tree{min-width:500px;overflow-y:auto}.check-people-modal .select-area .ckecked-list{flex:auto;overflow-y:auto}.check-people-modal .select-area .ckecked-list ul{padding:0}.check-people-modal .select-area .ckecked-list .checked-list-item{align-items:center;border-radius:2px;display:flex;justify-content:space-between;padding-left:16px}.check-people-modal .select-area .ckecked-list .checked-list-item:hover{background:#f5f5f5}.pressureFiltrationHome{background-color:#eff2f6!important;display:flex;height:100%;justify-content:space-between;padding:0!important}.pressureFiltrationHome-left{background-color:#fff;padding:20px;width:80%}.pressureFiltrationHome.pc .pressureFiltrationHome-right-control{height:20%}.pressureFiltrationHome.pc .pressureFiltrationHome-right-alarm,.pressureFiltrationHome.pc .pressureFiltrationHome-right-parameter{height:calc(40% - 20px)}.pressureFiltrationHome-right{display:flex;flex-direction:column;height:100%;margin-left:20px;overflow:hidden;width:20%}.pressureFiltrationHome-right>div{background-color:#fff}.pressureFiltrationHome-right-control{height:30%;padding:5%}.pressureFiltrationHome-right-control .state{font-size:16px;font-weight:700;padding:0 0 5%;text-align:center}.pressureFiltrationHome-right-control .but{margin-bottom:5%}.pressureFiltrationHome-right-parameter{height:calc(35% - 20px);margin-top:20px;padding:5%}.pressureFiltrationHome-right-parameter .title{align-items:center;display:flex;font-size:16px;justify-content:space-between}.pressureFiltrationHome-right-parameter .list{height:calc(100% - 32px);margin:0;overflow-y:auto;padding:0}.pressureFiltrationHome-right-parameter .list li{align-items:center;background-color:rgba(62,126,255,.05);display:flex;justify-content:space-between;list-style:none;margin-bottom:10px;padding:5px 10px}.pressureFiltrationHome-right-alarm{height:calc(35% - 20px);margin-top:20px;padding:5% 20px}.pressureFiltrationHome-right-alarm .title{align-items:center;display:flex;font-size:16px;justify-content:space-between}.pressureFiltrationHome-right-alarm .list{height:calc(100% - 26px);margin:0;overflow-y:auto;padding:0}.pressureFiltrationHome-right-alarm .list li{background:#fff;border-radius:3px;box-shadow:0 2px 7px 0 rgba(146,165,179,.31);list-style:none;margin-bottom:20px;padding:10px}.pressureFiltrationHome-right-alarm .list li .name{font-size:14px}.pressureFiltrationHome-right-alarm .list li .name .icon{color:red;margin-right:10px}.pressureFiltrationHome-right-alarm .list li .time{color:#8f959e;margin-left:24px}.configuration{background:transparent!important;display:flex;height:100%;padding:0!important}.configuration>div{background-color:#fff;flex:1;height:100%;overflow-y:auto;padding:20px}.pressureFiltrationJournal{background:transparent!important;display:flex;padding:0!important}.pressureFiltrationJournal>div{background-color:#fff;flex:1;padding:20px}.pressureFiltrationJournal .record-top,.shiftChange-top{margin-bottom:20px}.shiftChange-content{display:flex;flex-wrap:wrap}.shiftChange-footer{margin-top:20px;text-align:right}.control{display:flex}.control-left{margin-right:20px}.control-right{flex:1;margin-left:20px}.control-right-content{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);height:calc(100% - 32px);margin-top:10px}.control-right-content .ant-btn{width:80%}.task-list{padding:0}.task-list-item{display:flex;list-style:none}.task-list-item-time{width:25%}.task-list-item-details{width:55%}.task-list-item-btn{text-align:right;width:20%}.task .empty{color:#878787;font-size:12px;margin-left:10px}.htModal-tabs{width:30%}.card1-outer{position:relative}.card1-outer .border-block-group .border-block{border:2px solid #57935c;height:8px;position:absolute;width:8px}.card1-outer .border-block-group .border-block.left-top-block{border-bottom:none;border-right:none;left:0;top:0}.card1-outer .border-block-group .border-block.right-top-block{border-bottom:none;border-left:none;right:0;top:0}.card1-outer .border-block-group .border-block.left-bottom-block{border-right:none;border-top:none;bottom:0;left:0}.card1-outer .border-block-group .border-block.right-bottom-block{border-left:none;border-top:none;bottom:0;right:0}.card1-outer .card1-outer-header .inner-header{align-items:center;border-bottom:2px solid;border-image:linear-gradient(90deg,rgba(81,148,147,0),#509b97,rgba(86,152,152,0)) 2 2;color:#4cd3ac;display:flex;font-size:16px;height:29px;justify-content:space-between;padding:0 19px}.card1-outer .card1-outer-header .inner-header .title{align-items:center;display:flex}.card1-outer .card1-outer-header .inner-header .title:before{background:linear-gradient(2deg,#5b9594,#014e54);content:"";display:block;height:16px;margin-right:7px;width:3px}.card2-outer{position:relative}.card2-outer .border-block-group .border-block{border:2px solid #15bc91;height:8px;position:absolute;width:8px}.card2-outer .border-block-group .border-block.left-top-block{border-bottom:none;border-right:none;left:0;top:0}.card2-outer .border-block-group .border-block.left-bottom-block{border-right:none;border-top:none;bottom:0;left:0}.card2-outer .border-block-group .border-block.right-bottom-block{border-left:none;border-top:none;bottom:0;right:0}.card2-outer .card2-outer-header .inner-header{align-items:center;color:#fff;display:flex;font-size:14px;height:22px;justify-content:space-between}.card2-outer .card2-outer-header .inner-header .title{align-items:center;display:flex;font-size:20px;justify-content:center;margin-left:12px}.card2-outer .card2-outer-content{margin:10px 15px}.card2-outer .card2-outer-content-panel{width:100%}.card2-outer .card2-outer-content-panel-content{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:400;margin-bottom:10px}.card2-outer .card2-outer-content-panel-content-state{align-items:center;display:flex;flex-direction:row;margin-right:20px}.card2-outer .card2-outer-content-panel-content-state-col{margin-right:5px}.card2-outer .card2-outer-content-panel-content-state-col>span{border:1px solid #20355f;border-radius:50%;display:inline-block;height:10px;margin-right:5px;width:10px}.card2-outer .card2-outer-content-panel-content-state-col>span.green{background:#55f1ff}.card2-outer .card2-outer-content-panel-content-state-col>span.white{background:#fff}.card2-outer .card2-outer-content-panel-content-state-col>span.red{background:#ec763c}.card2-outer .card2-outer-content-panel-content-state-col>span.grey{background:#a9b3c6}.card2-outer .card2-outer-content-panel-content-state>img{margin-right:10px;width:13px}.card2-outer .card2-outer-content-panel-table{width:100%}.card2-outer .card2-outer-content-panel-table-header{height:42px;line-height:42px;margin-bottom:10px}.card2-outer .card2-outer-content-panel-table-header-info{background:url(/micro-assets/platform-web/headerA.png) no-repeat;background-size:100% 100%}.card2-outer .card2-outer-content-panel-table-header-state{background:url(/micro-assets/platform-web/headerB.png) no-repeat;background-size:100% 100%;text-align:center}.card2-outer .card2-outer-content-panel-table-body{height:32px;line-height:32px}.card2-outer .card2-outer-content-panel-table .line{align-items:center;display:flex;padding:3px 0;width:100%}.card2-outer .card2-outer-content-panel-table .line>span:first-child{background:#fcdf45;display:block;height:2px;width:4px}.card2-outer .card2-outer-content-panel-table .line>span:last-child{background:#d3e2ff;display:block;height:1px;width:calc(100% - 4px)}.room{display:flex;flex-direction:column;height:100%}.room .room-header{pointer-events:all}.room .room-header .border-block-group .left-bottom-block,.room .room-header .border-block-group .right-bottom-block{display:none}.room .room-header .card1-outer .card1-outer-header{background:url(/micro-assets/platform-web/card1OuterHeader.png) no-repeat;background-size:100% 100%;padding:5px 20px}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar{display:flex}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar .select-item{flex:1;padding:0 5px;width:0}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar .select-item .ant-select{color:#fff;width:100%}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar .select-item .ant-select .ant-select-selection{background:none;border:none;box-shadow:none}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar .select-item .ant-select .ant-select-selection .ant-select-selection__rendered{color:#fff;font-size:20px}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar .select-item .ant-select .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value{text-align:center;width:100%}.room .room-header .card1-outer .card1-outer-header .select-header .select-active-bar .select-item .ant-select .ant-select-selection .ant-select-arrow{color:#4cd3ac}.room .room-content{backdrop-filter:blur(4px);background:rgba(18,58,104,.2);border:1px solid #20355f;margin-top:10px}.room .room-content .room-content-panel{max-height:100%;overflow-y:auto;padding:20px;pointer-events:all;scrollbar-color:#179a6f #07434b;scrollbar-width:14px}.room .room-content .room-content-panel::-webkit-scrollbar{height:14px;width:14px}.room .room-content .room-content-panel::-webkit-scrollbar-track{background:#07434b;border-radius:7px}.room .room-content .room-content-panel::-webkit-scrollbar-thumb{border-radius:7px}.room .room-content .room-content-panel-item{background:url(/micro-assets/platform-web/distributionRoomCard-notSelect.png) no-repeat;background-size:100% 100%;box-sizing:border-box;cursor:pointer;margin-bottom:20px;padding:20px}.room .room-content .room-content-panel-item-title{color:#fff;font-size:16px;font-weight:500}.room .room-content .room-content-panel-item-content{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:400;justify-content:space-between}.room .room-content .room-content-panel-item-content-state{align-items:center;display:flex;flex-direction:row}.room .room-content .room-content-panel-item-content-state-col{margin-right:5px}.room .room-content .room-content-panel-item-content-state-col>span{border:1px solid #20355f;border-radius:50%;display:inline-block;height:10px;margin-right:5px;width:10px}.room .room-content .room-content-panel-item-content-state-col>span.green{background:#55f1ff}.room .room-content .room-content-panel-item-content-state-col>span.white{background:#fff}.room .room-content .room-content-panel-item-content-state-col>span.red{background:#ec763c}.room .room-content .room-content-panel-item-content-state-col>span.grey{background:#a9b3c6}.room .room-content .room-content-panel-item-content-state>img{margin-right:10px;width:13px}.room .room-content .room-content-panel-item-active{background:url(/micro-assets/platform-web/distributionRoomCard-select.png) no-repeat;background-size:100% 100%;margin-bottom:20px}.ant-select-dropdown.screen-select{backdrop-filter:blur(2px);background:rgba(79,104,149,.7);border:1px solid #20355f}.ant-select-dropdown.screen-select .ant-select-item{color:#fff}.ant-select-dropdown.screen-select .ant-select-item-option-active:not(.ant-select-item-option-disabled),.ant-select-dropdown.screen-select .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:#37f}.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu{scrollbar-color:#179a6f #07434b;scrollbar-width:10px}.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu::-webkit-scrollbar{height:10px;width:10px}.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu::-webkit-scrollbar-track{background:#07434b;border-radius:7px}.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu::-webkit-scrollbar-thumb{border-radius:7px}.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu .ant-select-dropdown-menu-item{background:none;color:#fff}.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active,.ant-select-dropdown.screen-select .ant-select-dropdown-content .ant-select-dropdown-menu .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected{background:#081e22}.pop-box{background:url(/micro-assets/platform-web/padlockCard.png) no-repeat;background-size:100% 100%;bottom:20px;height:378px;padding:20px;position:absolute;right:20px;width:518px;z-index:9}.pop-box .path-line{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%}.pop-box .close-btn{align-items:center;background:rgba(23,154,111,.6);cursor:pointer;display:flex;height:24px;justify-content:center;margin-bottom:5px;position:absolute;right:10px;top:10px;width:24px}.pop-box .close-btn .anticon{color:#27c199;font-size:18px;transform:rotate(45deg)}.pop-box-title{color:#fff;display:block;font-size:20px;font-weight:500;padding:20px 20px 20px 32px}.pop-box .board-list{max-height:calc(100% - 70px);overflow-y:auto;padding:0 20px;scrollbar-color:#179a6f #07434b;scrollbar-width:6px}.pop-box .board-list::-webkit-scrollbar{width:6px}.pop-box .board-list::-webkit-scrollbar-track{background:#07434b;border-radius:5px}.pop-box .board-list::-webkit-scrollbar-thumb{border-radius:5px}.pop-box .board-list .board-item+.board-item{margin-top:9px}.pop-box .board-list .board-item .card2-outer .card2-outer-content .ant-row{color:#f1fdfe;font-size:10px}.tupu{position:relative}.tupu,.tupu .tupu-3d-content{height:100%;width:100%}.tupu .tupu-3d-content div{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.board-screen{background:#071214;color:#fff;height:100%;position:relative}.board-screen .tupu-panel{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.board-screen .room-panel{bottom:20px;left:20px;pointer-events:none;position:absolute;top:20px;width:408px;z-index:2}.board-screen .video-panel{position:absolute;right:0;top:58px;width:219px;z-index:2}.cardDetail{display:flex;justify-content:space-between}.cardDetail .cardBox{margin-left:20px;width:50%}.cardDetail .cardBox .inl-card_box{border:1px dashed #ccc}.cardWareHouse{height:100%;overflow:hidden}.cardWareHouse .card{flex-direction:column;height:calc(100% - 100px)}.cardWareHouse .card .cardgrid{height:100%}.cardWareHouse .card .cardgrid-content{background-color:#eff2f6;display:flex;flex-wrap:wrap;height:calc(100% - 50px);overflow-y:auto;padding:10px}.cardWareHouse .card .cardgrid-content .cardgrid-item{background-color:#fff;height:50%;margin:5px;padding:10px;width:calc(25% - 10px)}.cardWareHouse .card .cardgrid-content .cardgrid-item.addCard{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding:20px;text-align:center}.cardWareHouse .card .cardgrid-content .cardgrid-item.addCard>img{height:80%;margin-bottom:20px;width:100%}.cardWareHouse .card .cardgrid-content .cardgrid-item-cardView{height:calc(100% - 105px);margin-bottom:10px}.cardWareHouse .card .cardgrid-content .cardgrid-item:hover{box-shadow:0 0 6px 0 rgba(36,42,52,.2),0 1px 14px 0 rgba(55,63,77,.08)}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-top{display:flex;justify-content:space-between}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-top-cardName{display:flex}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-top-size span{background-color:#eff2f6;padding:5px 10px}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-center{align-items:center;display:flex;margin-top:5px}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom{display:flex;justify-content:space-between;margin-top:5px}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom-type{align-items:center;display:flex}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom-type>span:first-child{margin-right:15px}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom-type>span>span{margin-right:5px}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom-developer{align-items:center;display:flex}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom-developer>div{height:28.8px;margin-left:5px}.cardWareHouse .card .cardgrid-content .cardgrid-item-info-bottom-developer>div .cardgrid-item-info-bottom-developer-more{display:none}.cardWareHouse .card .cardgrid-content .cardgrid-item:hover .cardgrid-item-info-bottom-developer-more{display:inline-block}.cardWareHouse .card .cardgrid .pagination{margin-top:10px}.cardWareHouse .card .ant-table-wrapper{overflow:auto}.userModal{display:flex;height:100%;justify-content:space-between}.userList{display:flex;flex-direction:column;width:200px}.userList .tree{height:500px;overflow-y:auto;width:100%}.divider{background:#eff2f6;margin:0 20px;max-height:600px;min-height:100px;width:16px}.cardModal .card{display:flex;flex-wrap:wrap;max-height:700px;min-height:200px;width:100%}.cardModal .card .card_item{border:1px solid #ccc;height:200px;margin-right:20px;margin-top:20px;padding:0 10px;position:relative;width:calc(33.33333% - 13.33333px)}.cardModal .card .card_item .checkbox{position:absolute;right:0;top:0;z-index:99}.cardModal .card .card_item>div{height:100%;overflow-y:auto}.cardModal .card .card_item:nth-child(3n){margin-right:0}.cardModal .empty{margin-top:50px;text-align:center;width:100%}.processFlow-new{user-select:none}.processFlow-new .tool{align-items:center;border-radius:2px;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.processFlow-new .tool:hover{background:#f2f3f6}.processFlow-new .instance-selector{display:flex;flex-direction:column;width:220px}.processFlow-new .instance-selector .header,.processFlow-new .instance-selector .search{margin:0 10px 10px}.processFlow-new .instance-selector .header{cursor:pointer;width:max-content}.processFlow-new .instance-selector .instance-container{flex:1;overflow:auto;padding-right:10px;user-select:none}.processFlow-new .instance-selector .instance-container::-webkit-scrollbar{height:10px;width:0}.processFlow-new .instance-selector .instance-container .instance{align-items:center;background:#eff2f6;border-radius:4px;display:flex;flex-direction:column;margin-bottom:10px;padding:16px 10px}.processFlow-new .instance-selector .instance-container .instance-layer{cursor:not-allowed;opacity:.5}.processFlow-new .instance-selector .instance-container .instance img{max-width:70%}.processFlow-new .main-content-center{border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;display:flex;flex:1;flex-direction:column;overflow:hidden}.processFlow-new .main-content-center .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;padding:0 10px;position:relative}.processFlow-new .main-content-center .header .title-edit .title{color:#354052;font-weight:600;margin-right:10px}.processFlow-new .main-content-center .header .unfold{left:110px;position:absolute}.processFlow-new .main-content-center .main-editor{background:#f2f3f8;flex:1;position:relative}.processFlow-new .main-content-center .main-editor .utils-btn{background-color:#fff;border:1px solid #f1eeee;border-radius:20px;height:20px;left:120px;position:absolute;text-align:center;top:82px;width:20px;z-index:100}.processFlow-new .main-content-center .main-editor .utils{background:#fff;height:130px;left:30px;padding:10px 8px;position:absolute;top:30px;width:100px;z-index:99}.processFlow-new .main-content-center .main-editor .utils-body{display:flex;flex-direction:column;justify-content:space-around}.processFlow-new .main-content-center .main-editor .utils-body-item{cursor:pointer;flex:1;height:30px;line-height:30px;text-align:center}.processFlow-new .main-content-center .main-editor .utils-body-item:hover{background:#f1f2f6}.processFlow-new .main-content-center .main-editor .utils-body-label{margin-left:8px}.processFlow-new .main-content-center .main-editor .utils .anticon{margin-right:4px}.processFlow-new::-webkit-scrollbar{height:10px;width:0}.processFlow-new .title{color:#354052;font-size:14px;font-weight:600;margin-bottom:16px}.processFlow-new .property{color:#a4aabf;font-size:12px;margin-bottom:5px}.processFlow-new .inputEdit{width:100%}.processFlow-new .inputEdit .ant-input-number{width:100%!important}.processFlow-new .inputEdit .flex{display:flex}.processFlow-new .inputEdit .flex .ant-input-number{width:45%!important}.processFlow-new .widget-tools .bottom,.processFlow-new .widget-tools .top{display:flex;justify-content:space-between}.processFlow-new .widget-tools .top{margin-bottom:16px}.processFlow-new .widget-tools .tool-divider{border-left-color:#b9c2d5;margin:0;top:6px}.processFlow-new .property-check-group{width:100%}.colorPicker{z-index:9}.colorPicker-btn{background:#e2e3e3;display:flex;height:26px;padding:3px;width:50px}.colorPicker-btn,.colorPicker-btn>div{border:1px solid rgba(53,64,82,.2);border-radius:2px}.colorPicker-btn>div{height:18px;width:42px}.colorPicker-container{position:absolute;transform:translate(-70px,20px);width:220px;z-index:10}.preview-modal .ant-modal-body{min-height:200px;overflow:hidden;padding:0 24px 24px}.ant-modal-root .ant-modal-wrap,.ant-modal-root .ant-modal-wrap .ant-modal-body,.preview_box{overflow:hidden}.preview_box{background-color:#fff;display:flex;flex:1;flex-direction:column;position:relative}.preview_box_playback{align-items:center;display:flex;justify-content:space-between;padding:10px}.preview_box_btn{position:absolute;right:10px;top:10px;z-index:1}.preview_box #preview_box{flex:1}.preview-state .preview-state-right{display:flex;flex-direction:column;justify-content:center}.preview-state .preview-state-right .preview-state-video{display:flex;height:360px;overflow:hidden;position:relative;width:100%}.preview-state .preview-state-right .preview-state-video .img{position:absolute;top:50%;transform:translateY(-50%)}.preview-state .preview-state-right .preview-state-video .leftImg{left:0;z-index:99}.preview-state .preview-state-right .preview-state-video .rightImg{right:0;z-index:99}[data-doc-theme=dark] .edit-bar>span{background:#1d33a2}[data-doc-theme=light] .edit-bar>span{background:#3e7eff}.operation-area{overflow:auto;width:240px}.operation-area .ant-tabs-tab{margin-left:24px!important;padding-top:0!important}.operation-area .ant-collapse-header{height:35px!important}.operation-area .ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap{flex:none!important}.operation-area-content{height:calc(100vh - 100px);overflow:auto;padding:10px 16px}.operation-area-content::-webkit-scrollbar{height:10px;width:0}.operation-area-content .btn{height:20px;width:40px}.operation-area .edit-bar{margin-top:10px}.operation-area .edit-bar>span{display:inline-block;margin-left:5px;padding:5px;text-align:center;width:25px}.operation-area .edit-bar>span svg{color:#fff}.editTable .ant-table-tbody>tr.ant-table-row:hover>td,.editTable .ant-table-tbody>tr>td .ant-table-cell-row-hover{background:#fff!important}.table-striped{background-color:#f0f1f7}.processDrawingPreviewModal{display:flex;height:100%;position:relative;width:100%}.processDrawingPreviewModal>div{flex:1}.addonAfter{width:100%}.processFlow{height:100%;overflow:auto;position:relative;width:100%}.processFlow .point{cursor:pointer}.processFlow-new{background-color:#fff;display:flex;height:100%;position:absolute;width:100%;z-index:9}.processFlow-new-left{width:220px}.processFlow-title{align-items:center;color:#5c667d;display:flex;font-weight:400;justify-content:space-between;margin-bottom:16px}.processFlow-title .active{color:#31363c;font-weight:600}.processFlow-body .flow-list{display:flex;flex-wrap:wrap}.processFlow-body .flow-list .list-item{border-radius:5px;box-shadow:0 1px 6px 0 rgba(177,188,211,.24);display:flex;flex-direction:column;height:240px;margin:0 2% 36px 0;width:18%}.processFlow-body .flow-list .list-item.card:hover{box-shadow:0 2px 10px 0 #98a3c036,0 1px 6px 0 #b1bcd33d}.processFlow-body .flow-list .list-item.create{align-items:center;color:#1d33a2;cursor:pointer;display:flex;justify-content:center}.processFlow-body .flow-list .list-item.create .anticon{font-size:60px}.processFlow-body .flow-list .list-item.create .create-title{font-weight:600}.processFlow-body .flow-list .list-item .card-banner{flex:auto;overflow:hidden;position:relative}.processFlow-body .flow-list .list-item .card-banner img{height:100%;width:100%}.processFlow-body .flow-list .list-item .card-banner .operation-layer{align-items:center;background:rgba(45,53,72,.4);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.processFlow-body .flow-list .list-item .card-info{padding:10px 16px}.processFlow-body .flow-list .list-item .card-info .card-name{color:#354052;font-size:16px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.processFlow-body .flow-list .list-item .card-info .card-time{color:#8f959e}.processFlow .ant-collapse-header{border-bottom:1px solid #f2f3f8;font-weight:600;padding:8px 0 0!important}.processFlow .ant-collapse-content{padding-top:16px}.processFlow .preview-flow-modal{bottom:0;left:0;position:absolute;right:0;top:0}.processFlow .preview-flow-modal .ant-modal{height:100%;padding:0;top:0}.processFlow .preview-flow-modal .ant-modal #previewBox,.processFlow .preview-flow-modal .ant-modal .ant-modal-content{height:100%;overflow:hidden}.processFlow .preview-flow-modal .ant-modal #previewCanvas{height:100%;position:relative;width:100%}.processFlow .preview-flow-modal .ant-modal .canvas-container{height:100%;margin-top:30px!important}.processFlow .preview-flow-modal .ant-modal .ant-modal-body{overflow:hidden}.flex{display:flex}.flex-center{align-items:center;display:flex}.flex1{flex:1}.flex2{flex:2}.flex3{flex:3}.flex4{flex:4}.flex5{flex:5}.flex6{flex:6}.flex7{flex:7}.flex8{flex:8}.flex9{flex:9}.flex10{flex:10}.flex11{flex:11}.flex12{flex:12}.main-content input:-internal-autofill-previewed,.main-content input:-internal-autofill-selected{-webkit-text-fill-color:#5c667d;color:#5c667d!important;transition:background-color 9999s ease-out .1s}[data-theme=light] body .main-content input:-internal-autofill-previewed,[data-theme=light] body .main-content input:-internal-autofill-selected{-webkit-text-fill-color:#000;color:#000!important;transition:background-color 9999s ease-out .1s}.center{text-align:center}.hide{display:none}.ant-select{width:200px}.btn{cursor:pointer}::-webkit-scrollbar-thumb{background-color:#e0e4e8}[data-doc-theme=dark] .login_box .ant-input,[data-doc-theme=light] .login_box .ant-input{color:#fff}.elcRoom-full-modal .ant-modal{margin:0;max-width:100%;padding-bottom:0;top:0}.elcRoom-full-modal .ant-modal-content{display:flex;flex-direction:column;height:100vh}.elcRoom-full-modal .ant-modal-body{flex:1}.htVisible .ant-modal-body{padding-top:0}.layoutNav{background-color:#1b2c55!important;border-bottom:0!important;font-size:16px!important}.layoutNav.ant-menu-topNav{background-color:transparent}.layoutNav .ant-menu-item-selected{background:linear-gradient(180deg,rgba(58,117,205,0),rgba(58,117,205,0) 0,rgba(71,98,226,.6))!important}body[data-theme=light] .layoutNav{background:transparent!important;color:#fff}body[data-theme=light] .layoutNav .ant-menu-item-selected{background:linear-gradient(180deg,#56a3ff,#3e7eff)!important;color:#fff!important}.layout-sidebar{border-right:0!important;overflow:hidden auto}.layout-sidebar::-webkit-scrollbar{width:0}.layout-sidebar .ant-menu-sub{background:#0001}.layout-sidebar .ant-menu-item,.layout-sidebar .ant-menu-submenu{font-size:16px}body[data-theme=light] .ant-menu-sub{background:transparent!important}body[data-theme=light] .ant-menu-inline .ant-menu-item:after,body[data-theme=light] .ant-menu-vertical .ant-menu-item:after,body[data-theme=light] .ant-menu-vertical-left .ant-menu-item:after,body[data-theme=light] .ant-menu-vertical-right .ant-menu-item:after{background:#3e7eff;left:0;right:unset}body[data-theme=light] .ant-menu-item-selected{background:#eff4ff}.layout-content{background:#eff2f6;padding:10px}.layout-content .layout-container{display:flex;flex-direction:column;min-height:100%;position:relative;width:100%}.layout-content .layout-container .tabs-container{align-items:center;display:flex;left:0;position:absolute;right:0;top:0}.layout-content .layout-container .tabs-container .btn-scroll{align-items:center;color:#bdc1cf;display:flex;height:20px;justify-content:center;padding:0;width:20px}.layout-content .layout-container .tabs-container .btn-scroll.left,.layout-content .layout-container .tabs-container .btn-scroll.right{border:0;margin:8px 0}.layout-content .layout-container .tabs-container .btn-scroll svg{height:12px;margin-top:3px;width:12px}.layout-content .layout-container .tabs-container .tabs-list{display:flex;flex:1;flex-wrap:nowrap;overflow-x:auto}.layout-content .layout-container .tabs-container .tabs-list::-webkit-scrollbar{height:0}.layout-content .layout-container .tabs-container .tabs-list .tab-item{border-radius:6px 6px 0 0;flex-shrink:0;padding:5px 16px}.layout-content .layout-container .tabs-container .tabs-list .tab-item .icon{margin-right:3px}.layout-content .layout-container .tabs-container .tabs-list .tab-item .btn-close{margin-left:5px}.layout-content .layout-container .tabs-container .tabs-list .tab-item:not(.active) .tab-item-text{color:#5c667d}.layout-content .layout-container .tabs-container .tabs-list .tab-item.active{background:#fff}.layout-content .layout-container .tabs-container .tabs-list .tab-item.active .btn-close{color:#939393}.layout-content .layout-container .main-content{background:#fff;display:flex;flex:1;flex-direction:column;height:calc(100% - 33px);margin-top:33px;padding:24px}.layout-content .layout-container .main-content>*{flex:1 1 0}.inl-header-menu{background-color:#132041;width:100%}.inl-header-menu-item{background:linear-gradient(180deg,rgba(76,146,230,0),rgba(13,95,201,.5));cursor:pointer;opacity:.5;padding:5px 40px}.inl-header-menu-item>span{color:#fff}.inl-header-menu-item.inl-header-menu-item-active,.inl-header-menu-item:hover{background:linear-gradient(180deg,rgba(58,117,205,0),rgba(58,117,205,0) 0,rgba(79,115,228,.3) 71%,rgba(81,115,230,.6) 91%,rgba(71,98,226,.9));border-bottom:1px solid;border-image:linear-gradient(180deg,rgba(156,194,247,0),#628fec) 1 1;opacity:1}.inl-header-menu-title{align-items:center;display:flex;padding:5px 0}.inl-header-menu-title-text{color:#fff;font-size:30px;text-align:center;text-shadow:0 0 9px #389aff}.inl-header-menu-center-title{background:url(/micro-assets/device/titleCenter.png) no-repeat;background-size:contain;justify-content:center;width:25%}.inl-header-menu-left-title{background:url(/micro-assets/device/titleLeft.png) no-repeat;background-size:contain;padding-left:30px;width:40%}.inl-header-menu-content,.inl-header-menu-content-left{align-items:center;display:flex}.inl-header-menu-content-left{background:url(/micro-assets/device/menuLeft.png) no-repeat;background-position:0 100%;background-size:contain;flex:1;justify-content:flex-end;padding:5px 0}.inl-header-menu-content-left .inl-header-menu-item{clip-path:polygon(0 0,80% 0,100% 100%,20% 100%)}.inl-header-menu-content-right{align-items:center;background:url(/micro-assets/device/menuRight.png) no-repeat;background-position:0 100%;background-size:contain;display:flex;flex:1;justify-content:flex-start;padding:5px 0}.inl-header-menu-content-right .inl-header-menu-item{clip-path:polygon(20% 0,100% 0,80% 100%,0 100%)}.inl-header-menu-left .inl-header-menu-content-right{background:none;justify-content:flex-end}