:root {
    /* 主色调 */
    --primary-color: #e70012;
}

@media (max-width: 720px) {
    .bgRight-bg {
        display: none;
    }
}

.bgRight-bg {
    width: calc(25% - 20px);
}

.bg-right-one {
    float: none;
    width: 100%;
    height: max-content;
    border-radius: 6px;
    padding: 24px 24px 4px 24px;
    margin-bottom: 20px;

    .br-title {
        /* margin-bottom: 20px; */

        p {
            font-size: 18px;
            line-height: 18px;
            color: #111E36;
            font-weight: bold;
            white-space: nowrap;
        }
    }

    ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        li {
            position: relative;
            width: 47%;
            margin-bottom: 10px;
            text-align: center;
            overflow: hidden;
            cursor: pointer;

            &:hover {
                i {
                    color: var(--primary-color);
                }

                img {
                    transform: scale(1.1);
                }
            }

            a {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: 999;
            }

            .ccle-bg {
                overflow: hidden;
                border-radius: 8px;
                border: 1px solid #eee;
            }

            img {
                object-fit: cover;
                background-color: #F2F2F2;
                border-radius: 8px;
                transition: transform 0.3s ease-in-out;
            }

            i {
                width: 100%;
                color: #111E36;
                font-size: 14px;
                line-height: 36px;
                font-style: normal;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
                text-overflow: ellipsis;
                font-style: normal;
            }
        }
    }

    &::after {
        content: "";
        display: block;
        clear: both;
    }
}

.bg-right-two {
    float: none;
    width: 100%;
    height: max-content;
    background-color: #fff;
    border-radius: 6px;
    padding: 24px 24px 24px 24px;
    margin-bottom: 20px;

    .br-title {
        /* margin-bottom: 20px; */

        p {
            font-size: 18px;
            line-height: 18px;
            color: #111E36;
            font-weight: bold;
            white-space: nowrap;
        }
    }

    ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;

        li {
            height: 28px;
            background-color: #F3F4F6;
            border-radius: 14px;
            margin-right: 10px;
            margin-bottom: 10px;
            cursor: pointer;
            position: relative;

            a {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: ;
            }

            &:hover {
                background-color: rgba(0, 0, 0, 0.12);

                span {
                    color: #000;
                }
            }

            span {
                color: #4B5563;
                font-size: 14px;
                padding: 0 10px;
                line-height: 28px;
            }
        }
    }

    &::after {
        content: "";
        display: block;
        clear: both;
    }
}

.dataR {
    width: 152px;
    height: 152px;
    margin-left: 50px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    overflow: hidden;

    a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 999;
    }

    img {
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease-in-out;
    }

    &:hover {
        img {
            transform: scale(1.05);
        }
    }
}

.mid-container {
    width: 100%;

    ul {
        width: 100%;

        li {
            width: 100%;
            height: 204px;
            background-color: #fff;
            border-bottom: 1px solid #eee;
            padding: 24px;
            box-sizing: border-box;

            &:hover {
                background-color: #f8f9fa;
                border-top: 1px solid rgba(0, 0, 0, 0.08);
                border-bottom: 1px solid rgba(0, 0, 0, 0.08)
            }

            .data-bg {
                display: flex;
                justify-content: space-between;

                .dataL {
                    min-width: 490px;

                    .dataL-top {
                        display: flex;
                        align-items: center;
                        height: 24px;
                        margin-bottom: 10px;

                        img {
                            width: 24px;
                            height: 24px;
                            cursor: pointer;
                            border: 1px solid #eee;
                            border-radius: 50%;
                        }

                        p {
                            color: #4B5563;
                            font-size: 14px;
                            line-height: 24px;
                            margin: 0 10px;
                            cursor: pointer;

                            &:hover {
                                color: var(--primary-color);
                            }
                        }

                        span {
                            color: #9CA3AF;
                            font-size: 12px;
                            line-height: 24px;
                        }
                    }

                    .dataL-mid {
                        .dLm-title {
                            width: 100%;
                            height: 28px;
                            margin-bottom: 6px;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 1;
                            /* 限制行数为2 */
                            overflow: hidden;
                            text-overflow: ellipsis;


                            p {
                                margin: 0;
                                font-size: 20px;
                                font-weight: bold;
                                color: #111E36;
                                cursor: pointer;

                                &:hover {
                                    color: var(--primary-color);
                                }

                            }
                        }
                    }

                    .dataL-bom {
                        width: 100%;
                        height: 24px;
                        display: flex;

                        .LbomL {
                            min-width: 100px;
                            display: flex;
                            font-size: 0;
                            white-space: nowrap;

                            .Lbom-eyes {
                                display: flex;
                                align-items: center;
                                margin-right: 10px;
                                /* cursor: pointer; */
                                position: relative;

                                a {
                                    position: absolute;
                                    width: 100%;
                                    height: 100%;
                                    top: 0;
                                    left: 0;
                                }

                                .image-eye {
                                    width: 24px;
                                    height: 24px;
                                    background: url(../img/eyes.png) 100% / 100% 100%;
                                }

                                span {
                                    font-size: 14px;
                                    color: #6B7280;
                                    line-height: 24px;
                                }

                                &:hover {
                                    span {
                                        color: var(--primary-color);
                                    }

                                    .image-eye {
                                        background: url(../img/eyes-act.png) 100% / 100% 100%;
                                    }
                                }

                            }

                            .Lbom-anw {
                                display: flex;
                                align-items: center;
                                cursor: pointer;
                                position: relative;

                                .image-anw {
                                    width: 24px;
                                    height: 24px;
                                    background: url(../img/anw.png) 100% / 100% 100%;
                                }

                                a {
                                    position: absolute;
                                    width: 100%;
                                    height: 100%;
                                    top: 0;
                                    left: 0;
                                }

                                img {
                                    width: 24px;
                                    height: 24px;
                                }

                                span {
                                    font-size: 14px;
                                    color: #6B7280;
                                    line-height: 24px;
                                }

                                &:hover {
                                    span {
                                        color: var(--primary-color);
                                    }

                                    .image-anw {
                                        background: url(../img/anw-act.png) 100% / 100% 100%;
                                    }
                                }
                            }
                        }

                        .LbomR {
                            width: calc(100% - 100px);
                            height: 24px;
                            overflow: hidden;
                            margin-left: 10px;

                            &>ul {
                                height: 100%;
                                display: flex;


                                &>li {
                                    padding: 0 10px;
                                    height: 24px;
                                    background-color: #F3F4F6;
                                    border: 0;
                                    margin-right: 8px;
                                    width: initial;
                                    border-radius: 12px;
                                    font-size: 12px;
                                    line-height: 24px;
                                    color: #6B7280;
                                    cursor: pointer;
                                    white-space: nowrap;
                                    position: relative;

                                    a {
                                        position: absolute;
                                        width: 100%;
                                        height: 100%;
                                        top: 0;
                                        left: 0;
                                        z-index: 999;
                                    }

                                    &:hover {
                                        color: #000;
                                        background-color: rgba(0, 0, 0, 0.12);
                                    }


                                }
                            }
                        }
                    }

                    .dLm-words {
                        width: 100%;
                        height: 48px;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        /* 限制行数为2 */
                        overflow: hidden;
                        text-overflow: ellipsis;
                        margin-bottom: 12px;
                        position: relative;

                        &:hover {
                            p {
                                color: #333;
                            }
                        }

                        a {
                            position: absolute;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            top: 0;
                        }

                        p {
                            font-size: 16px;
                            line-height: 24px;
                            color: #4B5563;
                            margin: 0;
                            cursor: pointer;
                        }
                    }
                }
            }
        }
    }
}

.bg-left-mid {
    width: 100%;
    background-color: #fff;
    /* margin-top: 20px; */
    overflow: hidden;
    min-width: 550px;
    border: 1px solid #eee;

    .mid-title {
        width: 100%;
        position: relative;
        height: 48px;
        background-color: #fff;
        border-bottom: 1px solid #eee;

        .title-btn {
            position: absolute;
            top: 0;
            right: 0;
            width: 120px;
            height: 100%;
            background-color: #FF8300;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;

            &:hover {
                background-color: #ffa800;
            }

            .titlebtn-bg {
                position: relative;
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            a {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }

            img {
                width: 16px;
                height: 16px;
            }

            p {
                color: #fff;
                font-size: 16px;
                margin: 0 0 0 5px;
                line-height: 16px;
            }
        }

        ul {
            width: 100%;
            height: 100%;
            display: flex;

            li {
                height: 100%;
                text-align: center;
                font-size: 14px;
                margin-left: 20px;
                border-bottom: 2px solid rgba(13, 110, 253, 0);
                cursor: pointer;
                display: flex;
                color: #111E36;
                align-items: baseline;
                padding: 0 10px;
                position: relative;

                a {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    z-index: 999;
                }

                &:hover {
                    color: var(--primary-color);
                    border-bottom: 2px solid var(--primary-color);
                    font-weight: bold;
                }

                p {
                    margin: 0;
                    font-size: 18px;
                    line-height: 48px;
                    color: inherit;
                    margin-right: 3px;
                }

                span {
                    font-size: 14px;
                    color: inherit;
                }
            }
        }
    }

    .mid-title-two {
        width: 100%;
        position: relative;
        height: 72px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;

        .title-btn {
            position: absolute;
            top: 12px;
            right: 0;
            width: 180px;
            height: 48px;
            background-color: #E70012;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;

            &:hover {
                background-color: #d20010;
            }

            .titlebtn-bg {
                position: relative;
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            a {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }

            img {
                width: 16px;
                height: 16px;
                margin-right: 4px;
            }

            p {
                color: #fff;
                font-size: 16px;
                margin: 0 0 0 5px;
                line-height: 16px;
            }
        }

        ul {
            width: 100%;
            height: 100%;
            display: flex;

            li {
                height: 100%;
                text-align: center;
                font-size: 14px;
                margin-left: 20px;
                border-bottom: 2px solid rgba(13, 110, 253, 0);
                cursor: pointer;
                display: flex;
                color: #111E36;
                align-items: baseline;
                padding: 0 10px;
                position: relative;

                a {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    z-index: 999;
                }

                &:hover {
                    color: var(--primary-color);
                    border-bottom: 2px solid var(--primary-color);
                }

                p {
                    margin: 0;
                    font-size: 18px;
                    line-height: 48px;
                    color: inherit;
                    margin-right: 3px;
                }

                span {
                    font-size: 14px;
                    color: inherit;
                }
            }
        }
    }
}

.mid-list-active {
    & {
        color: var(--primary-color) !important;
        border-bottom: 2px solid var(--primary-color) !important;
        font-weight: bold !important;
    }
}

.bg-left {
    float: left;
    width: 75%;
    height: 100%;
    background-color: #FAFAFC;

    &::after {
        content: "";
        display: block;
        clear: both;
    }

    .bg-left-top {
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: space-between;

        .bg-left-topL {
            overflow: hidden;
            width: 60%;
            min-width: 550px;
            height: 100%;
            background-color: #fff;
            border-radius: 6px;
            display: flex;

            img {
                width: 120px;
                height: 120px;
                background-color: #F2F2F2;
            }

            .twords-bg {
                width: 575px;
                height: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;

                .topL-words {
                    width: 290px;
                    height: 100%;
                    display: flex;
                    align-items: center;

                    .words-title {
                        display: flex;
                        align-items: center;

                        .title-icon {
                            width: 20px;
                            height: 20px;
                            background: url(../img/title-icon.png) 100% / 100% 100%;
                            margin-right: 10px;
                        }

                        .title-ws {
                            font-size: 20px;
                            line-height: 20px;
                            font-weight: bold;
                            color: #111E36
                        }
                    }

                    .words-ws {
                        height: 40px;
                        width: 260px;
                        margin-top: 20px;
                        position: relative;
                        left: -22px;

                        .ws-three {
                            width: 100%;
                            height: 100%;

                            ul {
                                width: 100%;
                                height: 100%;
                                display: flex;
                                justify-content: space-between;

                                li {
                                    position: relative;
                                    width: 86px;
                                    background-color: #fff;
                                    text-align: center;
                                    cursor: pointer;
                                    font-size: 0;
                                    border-right: 1px solid #eee;

                                    &:hover {
                                        b {
                                            color: var(--primary-color);
                                        }
                                    }

                                    a {
                                        position: absolute;
                                        width: 100%;
                                        height: 100%;
                                        left: 0;
                                        top: 0;
                                    }

                                    &:last-child {
                                        border: 0;
                                    }

                                    b {
                                        font-size: 20px;
                                        line-height: 20px;
                                        color: #111E36;
                                        display: block;
                                    }

                                    p {
                                        font-size: 13px;
                                        line-height: 13px;
                                        color: #aaaaaa;
                                        margin: 7px 0 0 0;
                                    }
                                }
                            }
                        }
                    }
                }

                .topR-words {
                    width: 145px;
                    height: 70%;
                    border-left: 1px solid #eee;

                    ul {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        height: 100%;
                        justify-content: space-between;

                        li {
                            width: 100%;
                            height: 14px;
                            text-align: center;
                            display: flex;
                            justify-content: center;
                            position: relative;

                            a {
                                width: 100%;
                                height: 100%;
                                position: absolute;
                                top: 0;
                                left: 0;
                            }

                            &:hover {
                                p {
                                    color: var(--primary-color);
                                }

                                .start {
                                    background: url(../img/collect-hover.png) 100% / 100% 100%;
                                }

                                .xiala {
                                    background: url(../img/xiala-hover.png) 100% / 100% 100%;
                                }
                            }

                            p {
                                margin: 0;
                                font-size: 14px;
                                line-height: 14px;
                                color: #111E36;
                                width: 50px;
                                margin-right: 10px;
                            }

                            .start {
                                background: url(../img/collect.png) 100% / 100% 100%;
                            }

                            .xiala {
                                background: url(../img/xiala.png) 100% / 100% 100%;
                            }

                            .image {
                                width: 13px;
                                cursor: pointer;
                                height: 13px;
                                background-color: #fff;
                            }
                        }
                    }
                }
            }

        }

        .bg-left-topR {
            width: calc(40% - 20px);
            height: 100%;
            border-radius: 6px;
            margin-left: 20px;
            display: flex;
            align-items: center;
            cursor: pointer;
            position: relative;
            transition: transform 0.3s ease;
            overflow: hidden;
            background-size: 100% 100%;
            /* 初始大小 */
            background-position: center;
            transition: background-size 0.3s ease;
            overflow: hidden;

            &:hover {
                background-size: 110% 110%;
                /* 放大1.05倍 */
            }

            a {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }

            p {
                font-size: 23px;
                color: #fff;
                font-weight: bold;
                margin: 0;
                text-transform: uppercase;
                white-space: nowrap;

            }

            b {
                font-size: 14px;
                color: #fff;
                font-weight: normal;
                white-space: nowrap;
            }

        }
    }
}

.main-container {
    /* position: relative; */
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FAFAFC;

    .main-bg {
        position: relative;
        margin: 0 auto;
        height: 100%;
        max-width: 1540px;
        padding-top: 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-bottom: 60px;
    }

}

.box-shadow {
    box-shadow: 1px 2px 3px rgba(28, 28, 40, 0.08)
}

.collapsible-bg {
    /* background-color: #fff; */
}

.bg-right {
    width: calc(25% - 20px);
    border-radius: 4px;
}

/* 菜单容器 */
.collapsible-menu {
    margin-bottom: 8px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.collapsible-menu:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* 菜单标题栏 */
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: #f8f9fa;
    cursor: pointer;
    user-select: none;
    padding: 0 20px;

    img {
        width: 18px;
        height: 18px;
    }
}

.menu-header h3 {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
}

.toggle-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 2px;
}

/* 菜单内容区域 */
.menu-content {
    /* max-height: 0; */
    display: none;
    overflow: hidden;
    /* transition: max-height 0.3s ease-out; */
}

.menu-content ul {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.menu-content li {
    /* border-bottom: 1px solid #f1f1f1; */
    margin-right: 20px;
}

.menu-content li:last-child {
    border-bottom: none;
}

.menu-content a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    transition: color 0.2s;
    /* letter-spacing: -0.5px; */
}

.menu-content a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

/* 展开状态样式 */
.menu-content.open {
    display: block !important;
    padding: 8px 0;
}

.toggle-btn.open {
    transform: rotate(180deg);
}

.sz-ht {
    width: 4px;
    height: 20px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
}

/* 选中状态样式 */
.menu-content a.selected {
    color: var(--primary-color);
    /* font-weight: bold; */
    text-decoration: underline;
}

.mid-title-search {
    width: 520px;
    height: 48px;
    background-color: #FCFCFC;
    margin-left: 20px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 4px;

    input {
        width: 450px;
        height: 44px;
        border: 0;
        padding: 0 16px;
        outline: none;
    }

    a {
        height: 48px;
        width: 44px;
    }

    img {
        height: 48px;
        position: absolute;
        right: 0;
        cursor: pointer;
    }
}

.index-page {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 80px;
    background-color: #fff;
}