.sidebar .menu_product .depth02 {
    display: block;
}
.sidebar .menu_product .slide::after {
    transform: rotate(-45deg);
}
.sidebar .menu_product .slide.active::after {
    transform: rotate(135deg);
}
.sidebar .categoryList {
    background: #f6f6f6;
    color: var(--theme);
}
.sidebar .categoryList::before {
    opacity: 1;
}

.container {
    width: 100%;
    padding: 1.2rem;
    border-radius: 0.8rem;
    background: #fff;
    overflow-x: hidden;
}

.top_btns button {
    padding: 1rem 1.5rem;
    border: 1px solid #dcdfe6;
    color: #606266;
    font-size: 1.2rem;
    border-radius: 0.4rem;
}
.top_btns .theme {
    background: var(--theme);
    color: #fff;
    border-color: var(--theme);
}

.table {
    width: 100%;
    margin-top: 2rem;
}
.table table {
    width: 100%;
    font-size: 1.4rem;
    color: #333;
}
.table .thead th {
    height: 40px;
    padding: 0 1rem;
    background: #f5f5f5;
}
.table th button {
    vertical-align: bottom;
}
.table th button span {
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.table th button .asc {
    border-bottom: 6px solid #c0c4cc;
    margin-bottom: 2px;
}
.table th button .desc {
    border-top: 6px solid #c0c4cc;
}
.table th button .asc.active {
    border-bottom-color: var(--theme);
}
.table th button .desc.active {
    border-top-color: var(--theme);
}
.table td {
    text-align: center;
}
.table .tl {
    text-align: left;
}
.table .tbody td {
    height: 40px;
    padding: 0 1rem;
    background: #fff;
    border-bottom: 1px solid #ebeef5;
}
.table .tbody .tl {
    padding: 0 2rem;
}
.table .ctr button {
    color: var(--theme);
}

.add_pop .pop_frame {
    max-width: 400px;
}
.add_pop .pop_frame input {
    width: 100%;
    height: 40px;
    padding: 0 14px;
    margin-top: 16px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.upload_pop .pop_frame {
    max-width: 500px;
}
.upload_pop .pop_frame .box {
    max-width: 400px;
    margin: 0 auto;
}
.upload_pop .box li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.6;
}
.upload_pop .box .theme {
    padding: 7px 10px;
    border-radius: 4px;
    background: var(--theme);
    font-size: 11px;
    color: #fff;
}
.upload_pop .box .files {
    border: 1px dashed #cdcdcd;
    border-radius: 8px;
    margin-top: 16px;
}
.upload_pop .box label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    font-size: 13px;
}
.upload_pop .box label .caption {
    font-size: 11px;
}

.delete_pop .pop_frame {
    max-width: 400px;
}
.delete_pop .pop_frame .text {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.38;
}
.delete_pop .text .icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 17px;
    border-radius: 50%;
    background: #e6a23c;
    color: #fff;
    text-align: center;
    font-variation-settings: "wght" 500;
}

@media (max-width: 850px) {
    .table {
        overflow-x: auto;
    }
    .table table {
        min-width: 700px;
    }
}

@media (max-width: 650px) {
    .top_btns button {
        padding: 0.8rem 1rem;
        font-size: 1rem;
    }
    .table table {
        font-size: 1.25rem;
    }
}
