.detail_content {
    display: flex;
}

.detail_left {
    box-shadow: none;
    border-radius: 0;
    border-right: 1px solid #CECBE2;
}

.detail_right {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    flex: 1;
}

.help_detail1 {
    background: #fff;
    padding-top: 88px;
}

.mbxBox {
    padding: 12px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 24px;
}

.mbx {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: auto;
    background-color: #fff;
}

.detail_content {
    border-radius: 12px;
    border: 1px solid #CECBE2;
    overflow: hidden;
}

.detail2_title {
    display: inline-block;
    width: auto;
}

.lit_item:hover {
    font-weight: bold;
    font-size: 16px;
    color: #090025;
}

.lit_item:hover,
.menu_title:hover {
    background: #F6F3FF;
}

.lit_item {
    padding-left: 24px;
    border: none
}



.menu_lit {
    padding-left: 0;
}

.detail2_line {
    background: #DCD0FF;
}

/* 响应式 */
@media screen and (max-width: 768px) {
    .detail_content {
        flex-direction: column;
    }

    .help_detail1 {
        padding: 10px;
        padding-top: 90px;
    }

    .detail_left {
        border-right: none;
        border-bottom: 1px solid #CECBE2;
    }

    .detail_right {
        padding: 20px;
    }

    .menu_title {
        font-size: 16px;
    }

    .menu_lit {
        font-size: 14px;
    }

    .menu_lit li {
        padding: 10px 0;
    }

    .menu_lit li a {
        padding: 10px 0;
    }

    .menu_lit li a:hover {
        color: #845CFF;
    }

    .menu_lit li a.active {
        color: #845CFF;
    }

    .menu_lit li a {
        padding: 10px 0;
    }

}