.text-main { color: #303030 !important; }

.text-info { color: #999 !important; }

.text-blue { color: #007DDB !important; }

.text-gray { color: #009f95 !important; }

.text-orange { color: #D2691E !important; }

.text-yellow { color: #EEDC82 !important; }

.text-red { color: #EE4000 !important; }

.text-f { color: #fff !important; }

.text-b { color: #000 !important; }

.default-text-color { color: #e9aeff; }

.default-bg-color { background: #e9aeff; color: #fff; }

.audit-text-color { color: #eccc68; }

.audit-bg-color { background: #eccc68; color: #fff; }

.design-text-color { color: #C4E538; }

.design-bg-color { background: #C4E538; color: #fff; }

.process-text-color { color: #1289A7; }

.process-bg-color { background: #1289A7; color: #fff; }

.making-text-color { color: #1B1464; }

.making-bg-color { background: #1B1464; color: #fff; }

.quality-text-color { color: #5352ed; }

.quality-bg-color { background: #5352ed; color: #fff; }

.storage-text-color { color: #3742fa; }

.storage-bg-color { background: #3742fa; color: #fff; }

.payment-text-color { color: #ff6348; }

.payment-bg-color { background: #ff6348; color: #fff; }

.complete-text-color { color: #2ed573; }

.complete-bg-color { background: #2ed573; color: #fff; }

.waring-text-color { color: #ffac26; }

.waring-bg-color { background: #ffac26; color: #fff; }

.abnormal-text-color { color: #ff6b81; }

.abnormal-bg-color { background: #ff6b81; color: #fff; }

.cancel-text-color { color: #57606f; }

.cancel-bg-color { background: #57606f; color: #fff; }

.over-text-color { color: #ff2700; }

.over-bg-color { background: #ff2700; color: #fff; }

.choose-list-status-color { --background-color: ''; }
.choose-list-status-color .start-status { background: var(--background-color); color: var(--start-color); }
.choose-list-status-color .check-status { background: var(--background-color); color: var(--check-color); }
.choose-list-status-color .end-status { background: var(--background-color); color: var(--end-color); }
.choose-list-status-color .waste-status { background: var(--background-color); color: var(--waste-color); }
.choose-list-status-color .confirm-status { background: var(--background-color); color: var(--confirm-color); }
.choose-list-status-color .waring-status { background: var(--background-color); color: #e76f1b; }

.list-cell-status-background, .list-layui__table { --color: #fff; }
.list-cell-status-background .wait-status, .list-layui__table .wait-status { color: var(--color); }
.list-cell-status-background .wait-status.list-cell__status, .list-cell-status-background .wait-status.parts-status, .list-layui__table .wait-status.list-cell__status, .list-layui__table .wait-status.parts-status { background: var(--wait-color); }
.list-cell-status-background .start-status, .list-layui__table .start-status { background: var(--start-color); color: var(--color); }
.list-cell-status-background .check-status, .list-layui__table .check-status { background: var(--check-color); color: var(--color); }
.list-cell-status-background .end-status, .list-layui__table .end-status { background: var(--end-color); color: var(--color); }
.list-cell-status-background .waste-status, .list-layui__table .waste-status { background: var(--waste-color); color: var(--color); }
.list-cell-status-background .confirm-status, .list-layui__table .confirm-status { background: var(--confirm-color); color: var(--color); }
.list-cell-status-background .waring-status, .list-layui__table .waring-status { background: #e76f1b; color: var(--color); }

.team-color .team-color-make { color: var(--team-mark); }
.team-color .team-color-engineering { color: var(--team-engineering); }
.team-color .team-color-assembly { color: var(--team-assembly); }

.team-back .team-color-make { background: var(--team-mark); }
.team-back .team-color-engineering { background: var(--team-engineering); }
.team-back .team-color-assembly { background: var(--team-assembly); }

.active-color { color: var(--active-color); }

/*# sourceMappingURL=colors.css.map */
