.sidebar .menu_order .depth02 {
    display: block;
}
.sidebar .menu_order .slide::after {
    transform: rotate(-45deg);
}
.sidebar .menu_order .slide.active::after {
    transform: rotate(135deg);
}
.sidebar .issueProduct {
    background: #f6f6f6;
    color: var(--theme);
}
.sidebar .issueProduct::before {
    opacity: 1;
}

.header_top,
.header_bottom,
.main {
    min-width: 1200px;
}
.container {
    width: 100%;
}
.main .container .theme {
    background: var(--theme);
    color: #fff;
}

.controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: #fff;
    font-size: 1.4rem;
}
.controls .flex {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.controls .value {
    color: #606266;
}
.controls .value input {
    border: 1px solid #dcdfe6;
    color: #606266;
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
}
.controls input,
.controls .dropdown {
    --h: 3.2rem;
    width: 18rem;
    height: 3.2rem;
}
.controls .dropdown::after {
    top: 0.8rem;
}
.controls .search input {
    width: 25rem;
}
.controls .date_box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}
.controls .date_box input {
    width: 10rem;
    height: 3rem;
    text-align: center;
    border: none;
    padding: 0;
}
.controls .btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.controls .btns button {
    width: 5.4rem;
    height: 3rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
}
.controls .btns .reset {
    border: 1px solid #dcdfe6;
    color: #606266;
}

.tr > * {
    width: 12%;
}
.tr .row1 {
    flex-shrink: 0;
    width: 3.3rem;
}
.tr .row2 {
    flex-shrink: 0;
    width: 25%;
}
.tr .row3 {
    flex-shrink: 0;
    width: 10%;
    min-width: 10rem;
}

.thead {
    margin-top: 1.6rem;
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: #fff;
    font-size: 1.4rem;
}
.thead .btns {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.6rem;
}
.thead .btns * {
    padding: 0.8rem 1rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
    border: 1px solid #dcdfe6;
    color: #606266;
}
.thead .tr {
    display: flex;
    align-items: center;
}
.thead .tr .th {
    padding: 0 1rem;
    text-align: center;
}
.thead .sort {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.sort button {
    vertical-align: bottom;
}
.sort button span {
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.sort button .asc {
    border-bottom: 6px solid #c0c4cc;
    margin-bottom: 2px;
}
.sort button .desc {
    border-top: 6px solid #c0c4cc;
}
.sort button .asc.active {
    border-bottom-color: var(--theme);
}
.sort button .desc.active {
    border-top-color: var(--theme);
}

.tbody {
    margin-top: 1.6rem;
    border-radius: 0.8rem;
    background: #fff;
    font-size: 1.4rem;
}
.tbody .tr {
    display: flex;
    align-items: center;
}
.tbody .tr > * {
    padding: 0 1rem;
}
.tbody .state {
    padding: 1.6rem;
    border-bottom: 1px solid #dcdfe6;
}
.tbody .state .row2 {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.tbody .state .icon {
    width: 16px;
    height: 16px;
    background: pink;
}
.tbody .state .row3,
.tbody .state .row4 {
    color: #999;
}
.tbody .board {
    align-items: center;
    padding: 0 1.6rem;
    font-size: 1.2rem;
}
.tbody .board > * {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    text-align: center;
    line-height: 1.35;
}
.tbody .board .row2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: calc(35% + 3.3rem);
    text-align: left;
}
.tbody .board .row2 .img {
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    background: pink;
    overflow: hidden;
}
.tbody .board .product-num {
    color: #999;
    margin: 0.6rem 0;
}
.tbody .board .row5 {
    text-align: right;
}
.tbody .board .row5 .count {
    color: var(--theme);
    margin-bottom: 0.5rem;
}

.paging_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    margin-top: 1.6rem;
    padding: 1.6rem;
    border-radius: 0.8rem;
    font-size: 1.3rem;
    background: #fff;
}
.paging_wrap .dropdown {
    width: 10rem;
    height: 3rem;
}
.paging_wrap .dropdown .placeholder {
    line-height: 3rem;
}
.paging_wrap .dropdown::after {
    top: 0.8rem;
}
.paging_wrap .paging {
    display: flex;
    align-items: center;
}
.paging_wrap .paging ul {
    display: flex;
    margin: 0 0.5rem;
}
.paging_wrap .paging a {
    display: block;
    padding: 0 0.8rem;
}
.paging_wrap .paging .active {
    color: var(--theme);
    font-variation-settings: "wght" 700;
}
.paging_wrap .paging img {
    width: 1.6rem;
}
.paging_wrap .prev img {
    transform: rotate(-0.75turn);
}
.paging_wrap .next img {
    transform: rotate(0.75turn);
}
.paging_wrap .search {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.paging_wrap .search input {
    width: 5rem;
    height: 3rem;
    border: 1px solid #dcdfe6;
    background: #fff;
    border-radius: 0.4rem;
    text-align: center;
}

.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;
}

.state-tip .tooltip-wrap {
    min-width: auto;
    background: #303133;
    color: #fff;
}
.state-tip .tooltip-wrap .tail {
    border-top-color: #303133;
}
