.sidebar .menu_product .depth02 {
    display: block;
}
.sidebar .menu_product .slide::after {
    transform: rotate(-45deg);
}
.sidebar .menu_product .slide.active::after {
    transform: rotate(135deg);
}
.sidebar .labelList {
    background: #f6f6f6;
    color: var(--theme);
}
.sidebar .labelList::before {
    opacity: 1;
}

#plabelApp {
    height: 100%;
    font-size: 1.6rem;
    overflow-y: auto;
}

.header_top,
.header_bottom,
.main {
    min-width: 1200px;
}
.container {
    width: 100%;
    padding: 1.2rem;
    border-radius: 0.8rem;
    background: #fff;
    overflow-x: hidden;
}
.main .container button.submit {
    background: var(--theme);
    color: #fff;
}

.btn_tab {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.btn_tab button {
    position: relative;
    height: 4.6rem;
    margin-right: 3rem;
}
.btn_tab button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: var(--theme);
    opacity: 0;
}
.btn_tab button.active {
    font-variation-settings: "wght" 600;
    color: var(--theme);
}
.btn_tab button.active::after {
    opacity: 1;
}

.content_tab > div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.content_tab .active {
    position: static;
    visibility: visible;
    opacity: 1;
}

.labeling dl {
    margin-bottom: 3rem;
}
.labeling dt {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
}
.labeling dt .line {
    width: 0.4rem;
    height: 2rem;
    background: var(--theme);
}
.labeling dd {
    display: flex;
    gap: 2rem;
    text-align: center;
}
.labeling dd label {
    display: block;
    position: relative;
    margin-bottom: 1rem;
}
.labeling dd .sample {
    display: block;
    width: 24rem;
    height: 24rem;
    /* background: #f5f5f5; */
    border: 1px solid #f5f5f5;
    border-radius: 0.8rem;
    overflow: hidden;
}
.labeling dd .sample img {
    max-width: 100%;
}
.labeling dd input:checked ~ .sample {
    border-color: var(--theme);
}
.labeling dd .using {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
    background: var(--theme);
    color: #fff;
    font-size: 1.3rem;
    border-radius: 0.4rem;
}
.labeling dd input:checked ~ .using {
    display: block !important;
}

.washing .bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem;
    background: #fdf4e6;
    border: 1px solid #f8ddbb;
    border-radius: 0.4rem;
    font-size: 1.4rem;
}
.washing .bar p {
    color: #7c3e02;
}
.washing .bar button {
    color: var(--theme);
    margin-left: 0.5rem;
}
.washing .controls {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    margin-top: 3rem;
}
.washing .controls > .value {
    margin-right: 2rem;
}
.washing .controls .flex {
    display: flex;
    align-items: center;
}
.washing .controls .key {
    margin-right: 1rem;
}
.washing .controls input {
    height: 3.2rem;
    padding: 0 1.5rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.3rem;
}
.washing .controls .btns button {
    width: 5.4rem;
    height: 3.2rem;
    border-radius: 0.3rem;
    margin-left: 1rem;
    font-size: 1.2rem;
}
.washing .btns .reset {
    border: 1px solid #dcdfe6;
    color: #606266;
}
.washing .pops {
    display: flex;
    margin-top: 1rem;
}
.washing .pops > * {
    height: 3.2rem;
    line-height: 3.2rem;
    padding: 0 1rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
    border: 1px solid #dcdfe6;
    color: #606266;
}
.washing .pops > *:not(:first-child) {
    margin-left: 1rem;
}
.washing .pops .btn_brand {
    background: #c4c4c4;
    border-color: #c4c4c4;
    color: #fff;
}
.washing .pops button:disabled {
    cursor: not-allowed;
}
.washing .pops .download:disabled {
    opacity: 0.5;
}
.washing .edit {
    display: none;
    padding-top: 1rem;
}
.washing .edit table {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
}
.washing .edit .thead {
    background: #f5f5f5;
}
.washing .edit th {
    min-width: 5.5rem;
    height: 4rem;
}
.washing .edit .check {
    margin: 0 auto;
}
.washing .edit td {
    max-width: 12rem;
    padding: 1rem 0.5rem;
}
.washing .edit input {
    width: 100%;
    height: 4.2rem;
    padding: 0 1rem;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 0.4rem;
}
.washing .edit .action button {
    display: block;
    margin: 0.8rem auto;
    color: var(--theme);
}
.washing .nodata div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
    color: #909399;
}

.washing .paging_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    margin-top: 2.4rem;
    font-size: 1.3rem;
}
.washing .paging_wrap .dropdown {
    width: 10rem;
    height: 3rem;
}
.washing .paging_wrap .dropdown .placeholder {
    line-height: 3rem;
}
.washing .paging_wrap .dropdown::after {
    top: 0.8rem;
}
.washing .paging_wrap .paging {
    display: flex;
    align-items: center;
}
.washing .paging_wrap .paging ul {
    display: flex;
    margin: 0 0.5rem;
}
.washing .paging_wrap .paging a {
    display: block;
    padding: 0 0.8rem;
}
.washing .paging_wrap .paging .active {
    color: var(--theme);
    font-variation-settings: "wght" 700;
}
.washing .paging_wrap .paging img {
    width: 1.6rem;
}
.washing .paging_wrap .prev img {
    transform: rotate(-0.75turn);
}
.washing .paging_wrap .next img {
    transform: rotate(0.75turn);
}
.washing .paging_wrap .search {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.washing .paging_wrap .search input {
    width: 5rem;
    height: 3rem;
    border: 1px solid #dcdfe6;
    background: #fff;
    border-radius: 0.4rem;
    text-align: center;
}

.washing_pop .pop_frame {
    max-width: 720px;
    background: #f8ddbb;
    border-radius: 16px;
}
.washing_pop .banner {
    width: 100%;
    padding: 16px;
    line-height: 1.25;
    background: #fff;
    border-radius: 8px;
    font-size: 23px;
    text-align: center;
    color: var(--theme);
}
.washing_pop .desc {
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    margin-top: 10px;
}
.washing_pop .list li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.38;
}
.washing_pop .list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--theme);
}
.washing_pop .list li span {
    color: #4152d0;
}
.washing_pop .desc .img {
    text-align: center;
}

.preview_pop .pop_frame {
    max-width: 400px;
}
.preview_pop .pop_frame .img {
    text-align: center;
}

.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 li a {
    color: var(--theme);
}
.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: 1150px) {
    .btn_tab button {
        height: 36px;
        margin-right: 20px;
    }
}

@media (max-width: 850px) {
    .btn_tab button {
        height: 4rem;
        margin-right: 2.4rem;
    }
}
