* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #f3f3f3;
    color: #333;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
}

button,
input,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

[v-cloak] {
    display: none;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-style: italic;
    background: linear-gradient(145deg, #ff6a54, #f4333c);
    box-shadow: 0 10px 24px rgba(244, 51, 60, .22);
}

.login-wrap {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(520px, 1fr) 560px;
    align-items: center;
    padding: 0 92px;
    background:
        radial-gradient(circle at 28% 47%, rgba(255, 71, 61, .10), transparent 10%),
        linear-gradient(120deg, rgba(246, 248, 252, .35), rgba(255, 255, 255, .96) 56%),
        #f7f8fb;
    overflow: hidden;
}

.login-hero {
    height: 560px;
    position: relative;
}

.login-hero:before,
.login-hero:after {
    content: "";
    position: absolute;
    inset: 20px 0 0 -70px;
    background-image:
        linear-gradient(135deg, rgba(207, 214, 226, .35) 0 1px, transparent 1px),
        linear-gradient(45deg, rgba(207, 214, 226, .28) 0 1px, transparent 1px);
    background-size: 156px 156px;
    transform: perspective(900px) rotateX(58deg) rotateZ(-21deg);
    filter: blur(.2px);
}

.login-hero:after {
    inset: 170px auto auto 255px;
    width: 270px;
    height: 270px;
    border-radius: 34px;
    background: linear-gradient(160deg, #ff5142, #ef1f30);
    transform: perspective(800px) rotateX(56deg) rotateZ(-28deg);
    box-shadow: 0 36px 50px rgba(243, 55, 52, .25);
}

.login-big-b {
    position: absolute;
    z-index: 2;
    left: 230px;
    top: 155px;
    width: 250px;
    height: 250px;
    border-radius: 42px;
    font-size: 178px;
    line-height: 1;
    transform: skew(-8deg);
}

.login-panel {
    width: 420px;
    min-height: 430px;
    justify-self: center;
    padding: 54px 44px 42px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #ebeef5;
    border-radius: 10px;
    box-shadow: 0 16px 44px rgba(0, 0, 0, .04);
}

.login-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 54px;
    color: #2d2f33;
    font-size: 28px;
    font-weight: 800;
}

.login-title .brand-mark {
    width: 72px;
    height: 58px;
    border-radius: 12px;
    font-size: 46px;
}

.login-field {
    position: relative;
    margin-bottom: 20px;
}

.login-input {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 2px;
    padding: 0 18px;
    color: #555;
    background: #f1f3f6;
    outline: none;
}

.login-input:focus,
.boss-input:focus,
.boss-select:focus {
    border-color: #ff474f;
    box-shadow: 0 0 0 2px rgba(255, 71, 79, .08);
}

.login-btn {
    width: 100%;
    height: 48px;
    margin-top: 32px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    background: #ff3f45;
    font-size: 17px;
    font-weight: 700;
}

.login-remember {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    color: #ff3f45;
    font-weight: 700;
}

.login-error {
    min-height: 20px;
    margin: 12px 0 0;
    color: #ff3f45;
}

.topbar {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    color: #fff;
    background: #ff565c;
}

.topbar-title {
    display: flex;
    align-items: baseline;
    gap: 18px;
    font-size: 34px;
    font-family: Georgia, "Microsoft YaHei", serif;
    letter-spacing: 0;
}

.topbar-title span {
    font-size: 20px;
    font-weight: 700;
}

.boss-shell {
    min-height: calc(100vh - 70px);
    display: grid;
    grid-template-columns: 214px 1fr;
    gap: 30px;
    padding: 30px 38px 42px;
}

.boss-side {
    background: #fff;
    min-height: 760px;
}

.user-card {
    height: 172px;
    padding-top: 14px;
    text-align: center;
    background: #fff2f3;
}

.side-brand {
    width: 80px;
    height: 80px;
    margin: 0 auto 7px;
    border-radius: 50%;
    background: #fff;
    color: #ff3f45;
    font-size: 58px;
    font-style: italic;
    font-weight: 900;
    line-height: 80px;
    box-shadow: 0 4px 16px rgba(255, 63, 69, .08);
}

.user-name {
    margin-bottom: 8px;
    font-weight: 700;
}

.member-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 140px;
    min-width: 94px;
    height: 28px;
    border: 1px solid #ffbd45;
    border-radius: 4px;
    padding: 0 10px;
    color: #f5a623;
    background: #fff7e8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-badge {
    border-color: #ffd9a6;
    color: #c97800;
    background: #fff9ef;
}

.side-menu {
    padding: 24px 0;
}

.side-menu a {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 42px;
    padding: 0 30px;
    color: #ff3f45;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.content {
    min-width: 980px;
    padding: 40px 40px 28px;
    background: #fff;
}

.page-title {
    margin: 0 0 18px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.page-tabs {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #e5e8ef;
}

.page-tabs a {
    height: 34px;
    color: #303133;
    text-decoration: none;
    font-weight: 700;
}

.page-tabs a.active {
    color: #ff3f45;
    border-bottom: 2px solid #ff3f45;
}

.action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 26px 0 12px;
}

.boss-btn {
    min-width: 64px;
    height: 32px;
    border: 1px solid #ff3f45;
    border-radius: 4px;
    padding: 0 16px;
    color: #fff;
    background: #ff3f45;
    font-weight: 700;
}

.boss-btn.orange {
    border-color: #f5a623;
    background: #f5a623;
}

.boss-btn.light-orange {
    border-color: #ffc681;
    color: #f5a623;
    background: #fff6e7;
}

.boss-btn.ghost {
    border-color: #dfe4ec;
    color: #606266;
    background: #fff;
}

.boss-btn.link {
    min-width: auto;
    border: 0;
    padding: 0 4px;
    color: #ff3f45;
    background: transparent;
}

.boss-btn:disabled {
    cursor: not-allowed;
    opacity: .58;
}

.filter-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr)) auto;
    gap: 18px 24px;
    align-items: center;
    margin: 24px 0 10px;
}

.filter-field {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

.filter-field.wide {
    grid-column: span 2;
}

.filter-label {
    color: #606266;
    text-align: right;
    white-space: nowrap;
}

.filter-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.list-filter-panel {
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    gap: 16px 18px;
    margin-bottom: 8px;
}

.list-filter-panel .filter-field {
    grid-template-columns: 76px minmax(0, 1fr);
}

.list-filter-panel .filter-field.wide {
    grid-column: span 2;
}

.list-filter-panel .filter-actions {
    grid-column: 4 / 6;
    justify-content: flex-end;
}

.list-action-row {
    justify-content: flex-start;
    gap: 14px;
    margin: 10px 0 12px;
}

.boss-input,
.boss-select {
    width: 100%;
    height: 34px;
    border: 1px solid #dfe4ec;
    border-radius: 4px;
    padding: 0 12px;
    color: #606266;
    background: #fff;
    outline: none;
}

.boss-select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #c0c4cc 50%), linear-gradient(135deg, #c0c4cc 50%, transparent 50%);
    background-position: calc(100% - 16px) 14px, calc(100% - 11px) 14px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.table-wrap {
    overflow-x: auto;
}

.boss-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #606266;
}

.boss-table th {
    height: 48px;
    color: #606266;
    background: #eef1f6;
    font-weight: 700;
}

.boss-table td {
    height: 78px;
    border-bottom: 1px solid #eef1f6;
    padding: 12px 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.boss-table.compact td {
    height: 64px;
}

.operation-buttons {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 112px;
}

.operation-buttons .boss-btn {
    width: 100%;
    min-width: 0;
    padding: 0 10px;
}

.muted {
    color: #909399;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 26px;
    border-radius: 5px;
    color: #67c23a;
    background: #effbea;
    font-size: 12px;
}

.status-pill.warn {
    color: #e6a23c;
    background: #fff6e7;
}

.status-pill.danger {
    color: #f56c6c;
    background: #fff0f0;
}

.pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    padding: 18px 0 0;
    color: #606266;
}

.page-num {
    color: #303133;
    font-weight: 700;
}

.page-num.active {
    color: #ff3f45;
}

.product-cell {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    text-align: left;
}

.product-thumb,
.candidate-img {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #eef1f6;
    background: #f8fafc;
    object-fit: cover;
}

.product-thumb {
    width: 50px;
    height: 50px;
}

.product-title {
    line-height: 1.35;
    color: #333;
    font-weight: 700;
}

.product-meta {
    margin-top: 4px;
    color: #606266;
    font-size: 12px;
    line-height: 1.5;
}

.green-text {
    color: #67c23a;
}

.orange-text {
    color: #f5a623;
}

.sku-status-pending {
    color: #e6a23c;
}

.sku-status-replaced {
    color: #67c23a;
}

.sku-status-not-found {
    color: #909399;
}

.red-text {
    color: #ff3f45;
}

.list-tabs {
    display: flex;
    gap: 32px;
    margin-top: 14px;
    border-bottom: 1px solid #e5e8ef;
}

.list-tab {
    height: 38px;
    border: 0;
    padding: 0;
    color: #303133;
    background: transparent;
    font-weight: 700;
}

.list-tab.active {
    color: #ff3f45;
    border-bottom: 2px solid #ff3f45;
}

.empty-state {
    padding: 54px 0;
    text-align: center;
    color: #909399;
}

.modal-mask {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .32);
}

.modal {
    position: relative;
    background: #fff;
    border: 1px solid #9da0a6;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .18);
}

.modal.import-modal {
    width: min(980px, 92vw);
    min-width: 0;
    height: 560px;
    padding: 28px 32px;
}

.modal.sku-modal {
    width: min(1338px, 96vw);
    height: min(880px, 94vh);
    display: flex;
    flex-direction: column;
}

.modal.record-modal {
    width: 600px;
    min-height: 420px;
    padding: 20px;
}

.modal.confirm-modal {
    width: 420px;
    min-height: 260px;
    padding: 18px 22px;
}

.modal-title {
    margin: 0 0 26px;
    color: #303133;
    font-size: 20px;
    font-weight: 700;
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    border: 0;
    color: #b4b7bd;
    background: transparent;
    font-size: 26px;
    line-height: 1;
}

.form-grid {
    display: grid;
    grid-template-columns: 430px 430px;
    gap: 28px 38px;
    align-items: center;
}

.form-line {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.form-line label {
    white-space: nowrap;
}

.form-line.full {
    grid-column: span 2;
}

.required {
    color: #ff3f45;
    font-weight: 700;
}

.radio-group {
    display: flex;
    gap: 34px;
    color: #606266;
    font-weight: 700;
}

.file-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 42px;
    border-radius: 4px;
    color: #fff;
    background: #ff3f45;
    overflow: hidden;
    font-weight: 700;
}

.file-button input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.modal-footer {
    position: absolute;
    right: 26px;
    bottom: 28px;
    display: flex;
    gap: 14px;
}

.toast {
    position: fixed;
    z-index: 50;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    min-width: 240px;
    padding: 12px 20px;
    border-radius: 4px;
    color: #fff;
    background: rgba(48, 49, 51, .92);
    text-align: center;
}

.sku-header {
    margin: 58px 20px 14px;
    padding: 8px 10px 8px;
    border: 1px solid #e5e8ef;
    background: #fff;
}

.sku-header .modal-title {
    position: absolute;
    top: 22px;
    left: 20px;
    margin: 0;
}

.strategy-row {
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
}

.tag-btn {
    height: 28px;
    border: 1px solid #aeb4bd;
    border-radius: 3px;
    padding: 0 9px;
    color: #606266;
    background: #fff;
    font-size: 13px;
    font-weight: 400;
}

.condition-panel {
    border: 0;
    padding: 0;
    background: #fff;
}

.condition-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 26px;
    margin-bottom: 4px;
    color: #606266;
}

.condition-title strong {
    font-size: 15px;
    font-weight: 700;
}

.condition-toggle {
    border: 0;
    background: transparent;
    color: #ff4d4f;
    font-weight: 400;
    cursor: pointer;
}

.condition-lines {
    display: grid;
    gap: 6px;
}

.condition-line {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    column-gap: 0;
    align-items: start;
}

.condition-name {
    color: #606266;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
}

.condition-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 5px;
    min-width: 0;
}

.condition-chip {
    min-height: 24px;
    border: 1px solid #aeb4bd;
    border-radius: 4px;
    padding: 0 7px;
    color: #606266;
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}

.condition-chip.active {
    color: #5abf3a;
    border-color: #cfeec9;
    background: #f1fbef;
}

.condition-actions {
    display: flex;
    gap: 16px;
    margin-top: 10px;
}

.condition-actions .boss-btn {
    min-width: 86px;
    height: 30px;
    font-weight: 400;
}

.condition-apply {
    background: #f53f3f;
    border-color: #f53f3f;
    color: #fff;
}

.strategy-btn.active {
    color: #52c41a;
    border-color: #52c41a;
    background: #f1fbef;
}

.sku-body {
    min-height: 0;
    flex: 1;
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    border-top: 1px solid #eef1f6;
    overflow: hidden;
}

.sku-left {
    border-right: 1px solid #dfe4ec;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.sku-left-filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px 14px;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #eef1f6;
}

.sku-depot-tree-select {
    grid-column: 1 / -1;
    width: 370px;
}

.sku-depot-tree-select .depot-tree-panel {
    width: 100%;
    z-index: 30;
}

.import-depot-tree-select {
    width: 302px;
    max-width: 100%;
}

.import-depot-tree-select .depot-tree-panel {
    width: 100%;
}

.sku-product-list {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.sku-product-row {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    min-height: 100px;
    padding: 10px 12px;
    border-bottom: 1px solid #eef1f6;
    cursor: pointer;
}

.sku-product-row.has-status-action {
    padding-right: 120px;
}

.sku-product-content {
    min-width: 0;
}

.sku-status-action {
    position: absolute;
    right: 12px;
    bottom: 14px;
    min-width: 96px;
    height: 30px;
    padding: 0 12px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    color: #606266;
    background: #fff;
    cursor: pointer;
}

.sku-status-action:hover {
    color: #409eff;
    border-color: #409eff;
}

.sku-product-row.active {
    background: #eaf4ff;
    border-left: 3px solid #409eff;
}

.sku-list-pagination {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border-top: 1px solid #e5e8ef;
    background: #fff;
    color: #606266;
    white-space: nowrap;
}

.mini-page {
    min-width: 24px;
    height: 24px;
    border: 0;
    border-radius: 3px;
    color: #303133;
    background: transparent;
}

.mini-page.active {
    color: #ff3f45;
    font-weight: 700;
}

.mini-page:disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}

.mini-page.ellipsis {
    color: #303133;
}

.sku-page-jump {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.sku-page-jump .boss-input {
    width: 46px;
    height: 26px;
    padding: 0 6px;
    text-align: center;
}

.sku-page-total {
    color: #606266;
}

.sku-right {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    position: relative;
    z-index: 5;
}

.current-sku {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid #eef1f6;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

.current-sku-title {
    grid-column: span 2;
    min-height: 48px;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 64px;
    gap: 12px;
    align-items: start;
    padding: 14px 16px 10px;
    border-bottom: 1px solid #eef1f6;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
}

.current-sku-product {
    color: #606266;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: right;
}

.sku-toggle-btn {
    border: 0;
    color: #ff3f45;
    background: transparent;
    font-weight: 700;
}

.sku-item {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #f2f4f8;
}

.sku-item span:first-child {
    min-width: 0;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.sku-item span:last-child {
    flex: 0 0 auto;
}

.sku-empty {
    grid-column: span 2;
    color: #909399;
}

.candidate-toolbar {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-bottom: 1px solid #eef1f6;
}

.candidate-grid {
    flex: 1;
    min-height: 0;
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    padding: 12px;
    align-content: start;
}

.candidate-grid .empty-state {
    grid-column: 1 / -1;
}

.candidate-card {
    position: relative;
    border: 1px solid #e5e8ef;
    background: #fff;
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.candidate-card.replaced {
    border-color: #1890ff;
    /*box-shadow: inset 0 0 0 1px #1890ff;*/
}

.candidate-img-wrap {
    position: relative;
    cursor: zoom-in;
}

.candidate-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border: 0;
    border-radius: 0;
}

.candidate-info {
    flex: 1;
    padding: 8px 10px 9px;
}

.candidate-title {
    height: 38px;
    overflow: hidden;
    line-height: 1.35;
}

.candidate-price {
    margin: 8px 0 6px;
    color: #ff3f45;
    font-size: 18px;
    font-weight: 800;
}

.candidate-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    min-height: 20px;
}

.candidate-tags span {
    max-width: 100%;
    padding: 2px 5px;
    overflow: hidden;
    color: #909399;
    background: #f2f3f5;
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.candidate-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #eef1f6;
}

.candidate-action {
    height: 36px;
    border: 0;
    border-right: 1px solid #eef1f6;
    background: #fff;
    color: #606266;
    cursor: pointer;
}

.candidate-action:last-child {
    border-right: 0;
}

.candidate-action.primary {
    color: #1890ff;
    font-weight: 700;
}

.candidate-action:hover {
    background: #f7fbff;
}

.candidate-replaced-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 3px 8px;
    border-radius: 2px;
    background: #409eff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.candidate-preview {
    position: fixed;
    z-index: 9999;
    width: 374px;
    padding: 12px;
    border: 1px solid #e5e8ef;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    pointer-events: none;
}

.candidate-preview img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.sku-footer {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    padding: 0 20px;
    border-top: 1px solid #eef1f6;
}

.confirm-body {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    line-height: 1.7;
}

.warn-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    background: #e6a23c;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
}

.record-hint {
    margin: 0 0 12px;
    color: #909399;
    font-size: 12px;
}

.link-text {
    color: #1685ff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.depot-tree-select {
    position: relative;
}

.filter-field .depot-tree-select {
    width: 100%;
}

.depot-tree-trigger {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    background-color: #fff;
    padding-right: 30px;
}

.depot-tree-trigger span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.depot-tree-trigger span:last-child {
    display: none;
}

.depot-tree-panel {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 20;
    width: 360px;
    min-height: 260px;
    max-height: 360px;
    overflow: hidden;
    border: 1px solid #d9e0ea;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(25, 35, 54, .12);
}

.filter-field .depot-tree-panel {
    width: 100%;
}

.depot-tree-search {
    display: grid;
    grid-template-columns: 1fr 24px;
    align-items: center;
    height: 42px;
    margin: 8px 12px;
    padding: 0 8px;
    border: 1px solid #dfe5ef;
    border-radius: 3px;
    color: #9aa3b2;
}

.depot-tree-search input {
    border: 0;
    outline: 0;
    color: #303133;
}

.depot-tree-body {
    max-height: 300px;
    overflow: auto;
    padding-bottom: 8px;
}

.depot-group-title,
.depot-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 28px;
    padding: 0 16px;
    border: 0;
    background: transparent;
    color: #606266;
    font-size: 14px;
}

.depot-group-title {
    margin-top: 2px;
    background: #f4f6f9;
    font-weight: 700;
    cursor: pointer;
}

.depot-option {
    padding-left: 46px;
    cursor: pointer;
}

.depot-option.all-option {
    padding-left: 16px;
    font-weight: 700;
}

.depot-option:hover,
.depot-option.active {
    background: #eaf2ff;
    color: #303133;
}

@media (max-width: 1180px) {
    .login-wrap {
        grid-template-columns: 1fr;
        padding: 32px;
    }

    .login-hero {
        display: none;
    }

    .boss-shell {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .boss-side {
        min-height: auto;
    }

    .content {
        min-width: 0;
        padding: 24px;
    }

    .filter-panel {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}
