.sidebar .menu_odm .depth02 {
    display: block;
}
.sidebar .menu_odm .slide::after {
    transform: rotate(-45deg);
}
.sidebar .menu_odm .slide.active::after {
    transform: rotate(135deg);
}
.sidebar .menu_odm .depth02 {
    background: #f6f6f6;
    color: var(--theme);
}
.sidebar .menu_odm .depth02 a::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: 1rem 2rem;
    padding: 1.6rem;
    background: #fff;
    border-radius: 0.8rem;
    font-size: 1.4rem;
}
.controls > div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.controls .value {
    color: #606266;
}
.controls .value input {
    width: 18rem;
    height: 3.2rem;
    border: 1px solid #dcdfe6;
    color: #606266;
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
}
.controls .value .dropdown {
    --h: 3.2rem;
    width: 15rem;
}
.controls .value .dropdown::after {
    top: 0.8rem;
}
.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: 3.2rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
}
.controls .btns .reset {
    border: 1px solid #dcdfe6;
    color: #606266;
}

.contents {
    margin-top: 1.6rem;
    padding: 1.6rem;
    background: #fff;
    border-radius: 0.8rem;
    font-size: 1.4rem;
}

.btn_tab {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.btn_tab button {
    position: relative;
    height: 3.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;
}

.content_tab .nodata {
    width: 100%;
    padding: 10rem 0;
    text-align: center;
}
.data_odm .btn_require {
    display: block;
    width: 11.2rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    background: var(--theme);
    border-radius: 0.3rem;
    font-size: 1.2rem;
}
