.sidebar .menu_cn .depth02 {
    display: block;
}
.sidebar .menu_cn .slide::after {
    transform: rotate(-45deg);
}
.sidebar .menu_cn .slide.active::after {
    transform: rotate(135deg);
}
.sidebar .inStore {
    background: #f6f6f6;
    color: var(--theme);
}
.sidebar .inStore::before {
    opacity: 1;
}

.header_top,
.header_bottom,
.main {
    min-width: 1200px;
}
.container {
    width: 100%;
}
.main .container .theme {
    background: var(--theme);
    color: #fff;
}

.controls {
    border-radius: 0.8rem;
    overflow: hidden;
}
.process {
    padding: 1.6rem;
    background: #fff5f2;
}
.process .captions {
    position: relative;
    display: flex;
    font-size: 1.2rem;
}
.process .caption-title {
    margin-right: 8rem;
}
.process .captions .types {
    display: flex;
}
.process .captions li {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}
.process .captions .icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.8rem;
}
.process .captions li:first-child {
    color: var(--theme);
}
.process .captions li:nth-child(2) {
    color: #4152d0;
}
.process .captions li:first-child .icon {
    background: #ffd9cc;
}
.process .captions li:nth-child(2) .icon {
    background: #d9dcf6;
}
.process .captions .btn_flod {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--theme);
}
.process .captions .btn_flod .arr {
    width: 1.6rem;
    transform: rotate(0.5turn);
}
.process .captions .fold .arr {
    transform: rotate(0);
}
.process .captions .btn_flod img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(39%) saturate(5452%)
        hue-rotate(4deg) brightness(105%) contrast(103%);
}
.process .img {
    margin-top: 1.6rem;
}
.view_controls {
    padding: 1.6rem;
    background: #fff;
}
.view_controls .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view_controls .buttons .btn_info {
    width: 10rem;
    height: 4rem;
    color: var(--theme);
    border-radius: 2rem 0 0 2rem;
    background: #fff5f2;
    font-size: 1.4rem;
}
.view_controls .btn_tab {
    display: flex;
    gap: 1rem;
}
.view_controls .btn_tab button {
    width: 13.2rem;
    height: 4rem;
    background: #f5f5f5;
    border-radius: 0.8rem;
    font-size: 1.4rem;
}
.view_controls .btn_tab button.active {
    background: var(--theme);
    color: #fff;
}
.filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
    margin-top: 1.6rem;
    font-size: 1.4rem;
}
.filter > div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.filter .value {
    color: #606266;
}
.filter .value input {
    width: 18rem;
    height: 3.2rem;
    border: 1px solid #dcdfe6;
    color: #606266;
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
}
.filter .date_box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}
.filter .date_box input {
    width: 10rem;
    height: 3rem;
    text-align: center;
    border: none;
    padding: 0;
}
.filter .btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.filter .btns button {
    width: 5.4rem;
    height: 3.2rem;
    border-radius: 0.3rem;
    margin-left: 1rem;
    font-size: 1.2rem;
}
.filter .btns .reset {
    border: 1px solid #dcdfe6;
    color: #606266;
}

.content_tab > div {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 1.6rem;
    border-radius: 0.8rem;
    margin-top: 1.6rem;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.content_tab .active {
    position: static;
    visibility: visible;
    opacity: 1;
}
.content_tab table {
    width: 100%;
    font-size: 1.4rem;
}
.content_tab .thead th {
    height: 4rem;
    padding: 0 1rem;
    background: #f5f5f5;
}
.content_tab .thead .tl {
    text-align: left;
}
.content_tab .nodata {
    width: 100%;
    height: 10rem;
    padding: 5rem 0;
    text-align: center;
    vertical-align: middle;
}
.content_tab .storage .btn_service {
    padding: 0.8rem 1rem;
    border-radius: 0.4rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.info_pop .pop_frame {
    max-width: 650px;
    font-size: 14px;
}
.info_pop .scr {
    height: 400px;
    overflow-y: scroll;
}
.info_pop dt {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 32px;
    padding: 0 10px;
    color: var(--theme);
    background: linear-gradient(90deg, #ffece6, #fff);
    border-radius: 16px 0 0 16px;
    font-variation-settings: "wght" 700;
}
.info_pop dt span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: var(--theme);
}
.info_pop dd {
    padding: 10px 16px 24px;
    line-height: 1.8;
    color: #333;
    word-break: keep-all;
}
.info_pop .pop_btns {
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
}
.info_pop .pop_btns .btn_submit {
    width: 10rem;
}
.info_pop .pop_btns label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
