@charset "UTF-8";
.list-main { position: absolute; left: 0; right: 0; top: 38px; bottom: 0; z-index: 1; }
.list-main.not-more-search .list-search { height: 40px; }
.list-main.not-more-search .list-content { top: 45px; }
.list-main.not-search .list-content { top: 5px; }
.list-main.type-top .type-box { margin-top: 2px; }
.list-main.type-top .list-search { top: 45px; }
.list-main.type-top .list-content { top: 120px; }
.list-main.type-top.not-more-search .list-content { top: 90px; }

.list-search { position: absolute; top: 0; left: 10px; right: 10px; height: 70px; z-index: 2; padding: 5px 0; }
.list-search .search-form { overflow-x: hidden; overflow-y: hidden; width: 100%; }
.list-search .search-form__content { width: fit-content; white-space: nowrap; height: 100%; }
.list-search .search-result { padding-left: 20px; overflow: hidden; }
.list-search .search-result .search-result__title { padding: 4px 0; color: #fff; font-size: 14px; }
.list-search .search-result .search-tag { padding: 5px 10px; border-radius: 3px; background: var(--active-color); font-size: 12px; color: #fff; }
.list-search .search-result .search-tag span { color: rgba(255, 255, 255, 0.8); }
.list-search .search-result .search-tag + .search-tag { margin-left: 10px; }
.list-search .search-result .search-tag i { border: 1px solid var(--del-color); border-radius: 50%; color: var(--del-color); margin-left: 10px; cursor: pointer; }
.list-search .search-result .search-result__empty { color: rgba(255, 255, 255, 0.5); }

.search-form .el-form-item { margin-bottom: 5px; }
.search-form .el-form-item__label { color: #f8f8f8; }
.search-form .el-input__inner, .search-form .el-range-input { background: none; border-radius: 0; }
.search-form .search-input { width: 200px; }
.search-form .search-select { width: 200px; }
.search-form .search-date .el-select { width: 100px; }
.search-form .search-date .el-select .el-input__inner { border-right: none; }
.search-form .search-date .el-date-editor { width: 240px; padding: 3px 5px; }
.search-form .search-date .el-range-input { width: 80px; }
.search-form .search-date .el-range-separator { width: 25px; }

.el-select-dropdown .el-select-dropdown__wrap .el-select-dropdown__list { padding: 3px 0; }

.list-content { position: absolute; top: 75px; left: 10px; right: 10px; bottom: 5px; z-index: 2; transition: top .3s ease-in-out; }
.list-content.list-full { position: fixed; z-index: 3000; top: 0 !important; left: 0 !important; right: 0 !important; padding: 5px 10px; background: #000; }
.list-content.list-full .board-list__row { background: black; top: 50px !important; left: 10px !important; right: 10px !important; }

.schedule-container__lists .el-table th, .list-content .el-table th { font-size: 12px; padding: 3px 0; background: var(--table-header-color); color: var(--text-info-color); }
.schedule-container__lists .el-table td, .list-content .el-table td { padding: 8px 0; font-size: 13px; font-weight: 400; color: var(--text-secondary-color); }
.schedule-container__lists .el-table td .cell, .list-content .el-table td .cell { padding: 0 5px; }
.schedule-container__lists .el-table .column-status, .list-content .el-table .column-status { padding-left: 5px; padding-right: 5px; border-radius: 4px; }
.schedule-container__lists .el-table .text-height, .list-content .el-table .text-height { padding-top: 2px; padding-bottom: 2px; line-height: 24px; }
.schedule-container__lists .el-table.select-table .el-table__body tr, .list-content .el-table.select-table .el-table__body tr { cursor: pointer; }
.schedule-container__lists .el-table.select-table .el-table__body tr:hover > td.el-table__cell, .schedule-container__lists .el-table.select-table .el-table__body tr.current-row > td.el-table__cell, .list-content .el-table.select-table .el-table__body tr:hover > td.el-table__cell, .list-content .el-table.select-table .el-table__body tr.current-row > td.el-table__cell { background-color: var(--theme-color); color: #fff; }
.schedule-container__lists .el-table .table-btn, .list-content .el-table .table-btn { padding: 5px 15px; }

.list-row { display: flex; }
.list-row .list-col { position: relative; }
.list-row .list-col + .list-col { margin-left: 20px; }
.list-row .list-col .list-layui__table .layui-table-header { padding-right: 2px; }
.list-row .list-col .list-layui__table table { margin: 0 auto !important; border-left: 1px solid #777; }

.list-content__board { height: 100%; }
.list-content__board .board-group__btns .board-group__btn { line-height: 35px; padding: 0 20px; background: #fff; border-radius: 4px; cursor: pointer; transition: all .3s linear; }
.list-content__board .board-group__btns .board-group__btn + .board-group__btn { margin-left: 20px; }
.list-content__board .board-group__btns .board-group__btn:hover { opacity: .8; }
.list-content__board .board-group__btns .board-group__btn.active { background: var(--active-color); color: #fff; }
.list-content__board .board-tools .board-tool__btn { cursor: pointer; background: var(--print-color); color: #fff; border-radius: 4px; height: 35px; padding: 0 15px; display: flex; align-items: center; justify-content: center; }
.list-content__board .board-tools .board-tool__btn i { margin-right: 5px; font-size: 16px; }
.list-content__board .board-list__row { position: absolute; left: 0; right: 0; bottom: 0; top: 45px; display: flex; align-items: stretch; overflow-x: auto; }
.list-content__board .board-list__row.quality-list__row { top: 0; }
.list-content__board .board-list__row .list-row__column { flex: 1; background: #b8b8b8; }
.list-content__board .board-list__row .list-row__column + .list-row__column { margin-left: 15px; }
.list-content__board .board-list__row .list-row__column .list-column__header .list-header__title { display: flex; align-items: center; line-height: 30px; justify-content: center; background: var(--table-header-color); }
.list-content__board .board-list__row .list-row__column .list-column__warp { height: calc(100% - 60px); width: 100%; overflow: hidden; }
.list-content__board .board-list__row .list-row__column.list-row__crads { background: transparent; }
.list-content__board .board-list__row .list-row__column.list-row__crads .column-crad__title { padding: 20px 15px; position: relative; color: #fff; font-size: 18px; }
.list-content__board .board-list__row .list-row__column.list-row__crads .column-crad__title::before { content: ""; position: absolute; left: 0; top: 20px; width: 3px; height: 25px; border-radius: 3px; background: var(--active-color); }
.list-content__board .board-list__row .list-row__column.list-row__crads .column-crad__row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.list-content__board .board-list__row .list-row__column.list-row__crads .column-crad__row .column-crad__item { padding: 20px 10px; display: flex; flex-flow: column; align-items: center; justify-content: center; background: #fff; border-radius: 4px; flex: 1; transition: all .3s ease-in-out; cursor: pointer; }
.list-content__board .board-list__row .list-row__column.list-row__crads .column-crad__row .column-crad__item + .column-crad__item { margin-left: 15px; }
.list-content__board .board-list__row .list-row__column.list-row__crads .column-crad__row .column-crad__item:hover { box-shadow: 0 0 10px #fff; }
.list-content__board .board-list__row .list-row__column.list-row__crads .column-crad__row .column-crad__item label { font-size: 22px; margin-bottom: 10px; }
.list-content__board .board-list__row .list-row__column.list-row__crads .column-crad__row .column-crad__item span { font-size: 18px; }

.column-crad__item:nth-child(1n) { background: #B98222 !important; color: #fff; }

.column-crad__item:nth-child(2n) { background: #055D6B !important; color: #fff; }

.column-crad__item:nth-child(3n) { background: #2E4C74 !important; color: #fff; }

.column-crad__item:nth-child(4n) { background: #B46A6A !important; color: #fff; }

.column-crad__item:nth-child(5n) { background: #756749 !important; color: #fff; }

.help-link { color: #2966ff; }
.help-link:hover { color: #2966ff; }

.list-lr-layout .list-left { position: absolute; left: 0; width: 270px; top: 0; bottom: 0; background: var(--table-body-color); padding-bottom: 28px; }
.list-lr-layout .list-left .left-list__length { height: 28px; font-size: 14px; color: #333; background: var(--table-header-color); bottom: 0; z-index: 1001; left: 0; right: 0; }
.list-lr-layout .list-left .order-other__status .order-other-status__item + .order-other-status__item { margin-left: 10px; }
.list-lr-layout .list-left .order-other__status .order-other-status__item label { padding: 2px 5px; border-radius: 4px; font-size: 12px; }
.list-lr-layout .content-right { position: absolute; left: 280px; right: 0; top: 0; bottom: 0; }
.list-lr-layout .content-right .content-header { position: absolute; top: 0; left: 0; right: 0; height: 35px; background: var(--table-body-color); padding: 0 15px; }
.list-lr-layout .content-right .content-header .header-tabs .tabs-item { color: var(--text-secondary-color); height: 28px; padding: 0 20px; cursor: pointer; font-size: 13px; }
.list-lr-layout .content-right .content-header .header-tabs .tabs-item.active { background-color: #fff; border-radius: 2px; color: var(--text-main-color); box-shadow: var(--tabs-box-shadow); }
.list-lr-layout .content-right .content-header .header-btn .el-button { height: 28px; line-height: 28px; padding: 0 20px; }
.list-lr-layout .content-right .body-content { position: absolute; left: 0; right: 0; bottom: 0; top: 40px; background-color: var(--table-body-color); }
.list-lr-layout .content-right .body-content .content-detail { padding: 20px 15px; }
.list-lr-layout .content-right .body-content .content-detail .detail-base.item-4 .detail-base__item { width: calc((100% - 60px) / 4) !important; }
.list-lr-layout .content-right .body-content .content-detail .detail-base .detail-base__item { width: calc((100% - 50px) / 3); margin-bottom: 15px; display: flex; align-items: flex-start; }
.list-lr-layout .content-right .body-content .content-detail .detail-base .detail-base__item span { display: block; width: 100px; text-align: right; color: var(--text-secondary-color); flex-shrink: 0; }
.list-lr-layout .content-right .body-content .content-detail .detail-base .detail-base__item label { margin-left: 5px; color: var(--text-main-color); font-size: 14px; }
.list-lr-layout .content-right .body-content .content-detail .detail-base .detail-base__item label i { margin-left: 5px; color: var(--edit-color); font-size: 18px; vertical-align: text-top; }
.list-lr-layout .content-right .body-content .content-detail .detail-base .detail-base__item label .file-tiem { background: var(--active-color); color: #fff; }
.list-lr-layout .content-right .body-content .content-detail .detail-base .detail-base__item label.detail-edit { cursor: pointer; }
.list-lr-layout .content-right .body-content .content-detail .detail-base .detail-base__item label.detail-edit img { width: 50px; height: 50px; }
.list-lr-layout .content-right .body-content .content-detail .detail-base .detail-base__item label.detail-edit .el-icon-upload { margin-left: 10px; border-radius: 50%; border: 1px solid var(--edit-color); padding: 5px; }
.list-lr-layout .content-right .body-content .content-detail .detail-base .detail-base__item label.detail-price { font-size: 16px; }
.list-lr-layout .content-right .body-content .content-detail .detail-base .detail-base__item label.detail-price::before { content: "¥"; font-size: 16px; margin-right: 5px; }
.list-lr-layout .content-right .body-content .content-detail .detail-list .detail-list__header { padding: 10px 0; }
.list-lr-layout .content-right .body-content .content-detail .detail-list .detail-list__header .el-button { padding: 8px 20px; }
.list-lr-layout .content-right .body-content .content-detail .detail-list .detail-table__rich img { width: 22px; height: 22px; }

.more-lines-table td { background: #f4f4f4; }
.more-lines-table .suggestion-btn { background: var(--warn-color); border-radius: 2px; padding: 3px 20px; color: #fff; cursor: pointer; transition: opacity .3s; margin: 5px 0; }
.more-lines-table .suggestion-btn:hover { opacity: .5; }
.more-lines-table .suggestion-btn:before, .more-lines-table .suggestion-btn:after { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: rgba(0, 0, 0, 0.2); }
.more-lines-table .suggestion-btn:before { top: 35px; }
.more-lines-table .suggestion-btn:after { top: 70px; }
.more-lines-table .suggestion-text { padding: 8px 2px; font-size: 14px; color: var(--complete-color); }

.order-schedule__container { padding: 15px 20px; }
.order-schedule__container .schedule-container__base { display: flex; align-items: center; margin-bottom: 10px; }
.order-schedule__container .schedule-container__base .schedule-base__item { width: calc(100% / 3); }
.order-schedule__container .schedule-container__base .schedule-base__item span { display: flex; color: var(--text-secondary-color); width: 80px; }
.order-schedule__container .schedule-container__base .schedule-base__item label { color: var(--text-main-color); }
.order-schedule__container .schedule-container__title { padding: 12px 0; border-bottom: 1px solid var(--border-color); }
.order-schedule__container .schedule-container__title label { position: relative; padding-left: 10px; font-size: 16px; }
.order-schedule__container .schedule-container__title label::before { content: ""; position: absolute; left: 0; top: 2px; height: 20px; width: 4px; border-radius: 4px; background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1); }
.order-schedule__container .schedule-container__title .el-progress { width: 220px; }
.order-schedule__container .schedule-container__title .el-progress .el-progress-bar__innerText { color: var(--text-main-color); font-size: 16px; }
.order-schedule__container .schedule-container__chart { margin-bottom: 20px; }
.order-schedule__container .schedule-container__chart .schedule-chart__item .schedule-item__pie { width: 300px; height: 300px; }
.order-schedule__container .schedule-container__chart .schedule-chart__item .schedule-item__bar { height: 300px; width: 800px; }
.order-schedule__container .schedule-container__lists { padding: 15px 0; }
.order-schedule__container .schedule-container__lists .schedule-item__charts { padding: 0 20px; }
.order-schedule__container .schedule-container__lists .schedule-item__charts .schedule-chart__gauge { width: 200px; height: 200px; }
.order-schedule__container .schedule-container__lists .schedule-text { width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; border-radius: 10px; margin-bottom: 15px; background: rgba(0, 0, 0, 0.08); }
.order-schedule__container .schedule-container__lists .schedule-text span { font-size: 25px; color: var(--text-info-color); }
.order-schedule__container .schedule-container__lists .schedule-text span::after { content: "%"; padding-left: 5px; }
.order-schedule__container .schedule-container__lists .schedule-customer__item .schedule-customer-text { width: 200px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 10px; margin-bottom: 15px; background: rgba(0, 0, 0, 0.08); }
.order-schedule__container .schedule-container__lists .schedule-customer__item .schedule-customer-text span { font-size: 20px; color: var(--text-info-color); }
.order-schedule__container .schedule-container__lists .wait-status { background: #65b5ff; }
.order-schedule__container .schedule-container__list { margin-bottom: 20px; }
.order-schedule__container .schedule-container__list .schedule-list__item { flex: 1; display: flex; align-items: center; flex-direction: column; justify-content: center; }
.order-schedule__container .schedule-container__list .schedule-list__item .schedule-item__top { display: flex; align-items: center; justify-content: center; }
.order-schedule__container .schedule-container__list .schedule-list__item .schedule-item__top .schedule-item__chat { width: 220px; height: 220px; }
.order-schedule__container .schedule-container__list .schedule-list__item .schedule-item__bottom { padding: 15px 0; font-size: 16px; }

.kanban-block { overflow-y: auto; }
.kanban-block .l-g-bg-1 { background: linear-gradient(to right, #fff, #5771e5) !important; }
.kanban-block .l-g-bg-2 { background: linear-gradient(to right, #fff, #a455e3) !important; }
.kanban-block .l-g-bg-3 { background: linear-gradient(to right, #fff, #3e8ce3) !important; }
.kanban-block .l-g-bg-4 { background: linear-gradient(to right, #fff, #d7824e) !important; }
.kanban-block .l-g-bg-5 { background: linear-gradient(to right, #fff, #39c06f) !important; }
.kanban-block .l-g-bg-6 { background: linear-gradient(to right, #fff, #293aff) !important; }
.kanban-block .l-g-bg-7 { background: linear-gradient(to right, #fff, #731f7e) !important; }
.kanban-block .l-g-bg-8 { background: linear-gradient(to right, #fff, #65b5ff) !important; }
.kanban-block .l-g-bg-9 { background: linear-gradient(to right, #fff, #e75353) !important; }
.kanban-block .l-g-bg-10 { background: linear-gradient(to right, #fff, #5063ff) !important; }
.kanban-block .l-g-bg-11 { background: linear-gradient(to right, #fff, #ff8f47) !important; }
.kanban-block .k-row .k-col { padding: 0 10px 20px 10px; }
.kanban-block .k-row .k-col .k-title { padding: 8px 15px 8px 25px; color: #000; font-size: 14px; position: relative; background: linear-gradient(to right, #fff, #5771e5); border-top-right-radius: 10px; }
.kanban-block .k-row .k-col .k-title:before { content: ""; position: absolute; left: 10px; top: 50%; height: 15px; width: 4px; transform: translate(0, -50%); border-radius: 4px; background: linear-gradient(#d24949, #5dc07f); }
.kanban-block .k-row .k-col .k-title .export-btn { padding: 3px 15px; border-radius: 20px; color: #fff; background: #ff6521; font-size: 13px; cursor: pointer; }
.kanban-block .k-row .k-col .k-cards { background: #fff; padding: 15px 10px 0 10px; display: flex; flex-flow: wrap; justify-content: space-between; border-radius: 0 0 10px 10px; overflow: hidden; }
.kanban-block .k-row .k-col .k-cards .k-item { width: calc((100% - 15px) / 2); padding: 10px 10px; margin-bottom: 15px; display: flex; flex-direction: column; border-radius: 8px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.kanban-block .k-row .k-col .k-cards .k-item .k-b-top { display: flex; align-items: center; justify-content: space-between; }
.kanban-block .k-row .k-col .k-cards .k-item .k-b-top span { font-size: 13px; color: rgba(0, 0, 0, 0.6); }
.kanban-block .k-row .k-col .k-cards .k-item .k-b-top a { padding: 2px 10px; border-radius: 20px; background: #e0e8f9; color: #3e64d2; transition: all .3s; font-size: 12px; font-weight: 400; cursor: pointer; }
.kanban-block .k-row .k-col .k-cards .k-item .k-b-top a:hover { opacity: .5; }
.kanban-block .k-row .k-col .k-cards .k-item .k-b-content { padding: 15px 0; font-size: 20px; color: #000; line-height: 32px; text-align: center; }
.kanban-block .k-row .k-col .k-cards .k-item .k-b-bottom { font-size: 12px; display: flex; align-items: center; justify-content: center; line-height: 25px; }
.kanban-block .k-row .k-col .k-cards .k-item .k-b-bottom span { color: #797d80; }
.kanban-block .k-row .k-col .k-cards .k-item .k-b-bottom label { font-size: 14px; color: rgba(0, 0, 0, 0.8); }
.kanban-block .k-row .k-col .k-cards .el-table { width: 100%; }

.detail-modal__content { padding: 10px 10px; background: #f8f8f8; }
.detail-modal__content__title { padding: 15px 0; margin-bottom: 10px; font-size: 15px; color: #333; border-bottom: 1px solid #d2d2d2; }
.detail-modal__content__title.not-border { border: none; margin-bottom: 0; }
.detail-modal__content__group { padding: 0 15px 10px 15px; margin-bottom: 20px; background: #fff; border-radius: 10px; }
.detail-modal__content__group .el-col { padding: 8px 0; display: flex; align-items: center; }
.detail-modal__content__group .el-col span { display: flex; width: 100px; font-size: 14px; color: #666; }
.detail-modal__content__group .el-col label { display: flex; font-size: 14px; color: #000; }
.detail-modal__content .el-table { width: fit-content; }
.detail-modal__content .el-table th { font-size: 12px; padding: 3px 0; background: #f2f2f2; color: #333; }
.detail-modal__content .el-table td { padding: 8px 5px; font-size: 14px; color: #333; }
.detail-modal__content__files__cell img { width: auto; height: 80px; }
.detail-modal__content__files__cell span { cursor: pointer; border-bottom: 1px solid transparent; }
.detail-modal__content__files__cell span:hover { color: #0056D2; border-color: #0056D2; }

.bills-modal__container { padding: 0 25px 20px 25px; position: relative; z-index: 1; }
.bills-modal__status-image { position: absolute; top: 50px; right: 40px; width: 80px; height: 80px; overflow: hidden; }
.bills-modal__status-image img { width: 100%; height: 100%; }
.bills-modal__print-btn { position: absolute; right: 20px; top: 10px; width: 80px; z-index: 300; }
.bills-modal__title { display: flex; align-items: center; justify-content: center; padding: 10px 0; font-size: 18px; color: #000; }
.bills-modal__info { display: flex; align-items: center; margin-bottom: 5px; }
.bills-modal__info label { font-size: 14px; color: #000; font-weight: normal; }
.bills-modal__info label + label { margin-left: 50px; }
.bills-modal__table { width: 100%; }
.bills-modal__table__content { width: 100%; border-top: 1px solid #000; border-left: 1px solid #000; }
.bills-modal__table__content td, .bills-modal__table__content th { border-bottom: 1px solid #000; border-right: 1px solid #000; padding: 10px 10px; font-weight: normal; }
.bills-modal__table__content td span, .bills-modal__table__content th span { display: flex; align-items: center; justify-content: center; font-size: 14px; }
.bills-modal__table__content__images__item { margin-bottom: 5px; }
.bills-modal__table__content__images__item img { height: 50px; max-width: 100%; }
.bills-modal__table__content__file { font-size: 14px; padding: 3px 0; }
.bills-modal__table__content__text { flex: 1; }
.bills-modal__item { padding: 5px 0; }
.bills-modal__item .el-col { display: flex; }
.bills-modal__item span { display: block; width: 70px; text-align: right; margin-right: 8px; }
.bills-modal .sign-image img { height: 40px; }

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