.sidebar .menu_fbc .depth02 {
    display: block;
}
.sidebar .menu_fbc .slide::after {
    transform: rotate(-45deg);
}
.sidebar .menu_fbc .slide.active::after {
    transform: rotate(135deg);
}
.sidebar .menu_fbc .inVoice {
    background: #f6f6f6;
    color: var(--theme);
}
.sidebar .menu_fbc .inVoice::before {
    opacity: 1;
}

.header_top,
.header_bottom,
.main {
    min-width: 1200px;
}
.container {
    width: 100%;
}
.main .container .theme {
    background: var(--theme);
    color: #fff;
}

.controls {
    padding: 1.6rem;
    background: #fff;
    border-radius: 0.8rem;
}
.controls .btn_tab {
    display: flex;
    gap: 1rem;
}
.controls .btn_tab button {
    width: 13.2rem;
    height: 4rem;
    background: #f5f5f5;
    border-radius: 0.8rem;
    font-size: 1.4rem;
}
.controls .btn_tab button.active {
    background: var(--theme);
    color: #fff;
}

.filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 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: 25rem;
    height: 3.2rem;
    border: 1px solid #dcdfe6;
    color: #606266;
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
}
.filter .value .dropdown {
    --h: 3.2rem;
    width: 15rem;
}
.filter .value .dropdown::after {
    top: 0.8rem;
}
.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;
    font-size: 1.2rem;
}
.filter .btns .reset {
    border: 1px solid #dcdfe6;
    color: #606266;
}

.content_tab > div {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1.6rem;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.content_tab > .active {
    position: static;
    visibility: visible;
    opacity: 1;
}
.content_tab .box {
    padding: 1.6rem;
    background: #fff;
    border-radius: 0.8rem;
}
.content_tab .box:nth-child(n + 2) {
    margin-top: 1.6rem;
}
.content_tab .box .tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}
.content_tab .box .th {
    text-align: center;
}
.content_tab .box .tl {
    text-align: left;
}
.content_tab .box .nodata {
    padding: 10rem 0;
    text-align: center;
}

.content_tab .box .th {
    width: 13%;
}
.content_tab .box .row1 {
    width: 35%;
}