@media (min-width: 992px) {
    .col-lg-2 {
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
}

.lt-two {
    width: 100%;
    height: 692px;
    position: relative;

    .img-bg {
        &:nth-child(1) {
            position: absolute;
            top: 0;
            left: 0;
            max-width: 538px;
            width: 70%;
            height: 514px;
            border-radius: 10px;
            overflow: hidden;

            a {
                img {
                    padding: 10%;
                }
            }
        }

        &:nth-child(2) {
            position: absolute;
            top: 0;
            right: 0;
            max-width: 200px;
            width: 27%;
            height: 158px;
            border-radius: 10px;
            overflow: hidden;

            a {
                img {
                    padding: 0% 14%;
                }
            }
        }

        &:nth-child(3) {
            position: absolute;
            top: 178px;
            right: 0;
            max-width: 200px;
            width: 27%;
            height: 158px;
            border-radius: 10px;
            overflow: hidden;

            a {
                img {
                    padding: 0% 14%;
                }
            }
        }

        &:nth-child(4) {
            position: absolute;
            top: 356px;
            right: 0;
            max-width: 200px;
            width: 27%;
            height: 158px;
            border-radius: 10px;
            overflow: hidden;

            a {
                img {
                    padding: 0% 14%;
                }
            }
        }

        &:nth-child(5) {
            position: absolute;
            bottom: 0;
            right: 0;
            max-width: 200px;
            width: 27%;
            height: 158px;
            border-radius: 10px;
            overflow: hidden;

            a {
                img {
                    padding: 0% 14%;
                }
            }
        }

        &:nth-child(6) {
            position: absolute;
            bottom: 0;
            left: 0;
            max-width: 200px;
            width: 22%;
            height: 158px;
            border-radius: 10px;
            overflow: hidden;

            a {
                img {
                    padding: 10%;
                }
            }
        }

        &:nth-child(7) {
            position: absolute;
            bottom: 0;
            left: 24%;
            max-width: 200px;
            width: 22%;
            height: 158px;
            border-radius: 10px;
            overflow: hidden;

            a {
                img {
                    padding: 10%;
                }
            }
        }

        &:nth-child(8) {
            position: absolute;
            bottom: 0;
            left: 48%;
            max-width: 200px;
            width: 22%;
            height: 158px;
            border-radius: 10px;
            overflow: hidden;

            a {
                img {
                    padding: 10%;
                }
            }
        }
    }

    .img-bg:hover {
        box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.02);
        transition: all 0.3s;
    }

    .img-bg {
        width: 100%;
        cursor: pointer;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;

        >a {
            text-align: center;

            >img {
                /* padding: 10% 15%; */
            }
        }
    }
}

.zoom-element {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* 移出时使用较慢的过渡 */
}

.zoom-element:hover {
    transform: scale(1.12);
    @apply scale-105 shadow-xl transition-all duration-400 ease-in
    /* 移入时使用较快的过渡 */
}

.rt-com {
    height: 692px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;

    .case-bg {
        width: 100%;
        height: 158px;
        border-radius: 10px;
        background-color: #000;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 10px;
        cursor: pointer;
        overflow: hidden;


        .case-words {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            pointer-events: none;

            .cswd-bg {
                left: 32px;
                height: 50px;
                position: relative;
                z-index: 99;

                p {
                    font-size: 22px;
                    line-height: 22px;
                    color: #fff;
                    margin: 0;
                    font-weight: bold;
                    margin-bottom: 8px
                }

                span {
                    font-size: 15px;
                    color: #fff;
                    line-height: 15px;
                    opacity: 0.9;
                }
            }
        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }

        &:hover {
            box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.02);
            transition: all 0.3s;
        }
    }

    .com-bg {
        width: 100%;
        height: 514px;
        position: absolute;
        top: 178px;
        /* padding: 30px 24px; */
        background: #fff;
        border-radius: 10px;
        overflow: hidden;

        ul {
            width: 100%;
            height: 100%;
            list-style: none;
            display: flex;
            flex-direction: column;
            justify-content: space-between;

            li {
                width: 100%;
                position: relative;
                height: 33.33%;
                display: flex;
                justify-content: center;
                align-items: center;
                border-bottom: 1px solid rgba(0, 0, 0, 0.08);
                padding: 20px;

                /* &:last-child {
                            border: 0;
                        }

                        &:last-child::after {
                            background-color: rgba(0, 0, 0, 0);
                        }

                        &::after {
                            position: absolute;
                            content: '';
                            bottom: -30px;
                            left: -24px;
                            width: calc(100% + 48px);
                            height: 1px;
                            background-color: rgba(0, 0, 0, 0.1);
                        } */
                a {
                    width: 100%;
                    height: 100%;
                }

                .li-rt {
                    width: 110px;
                    height: 110px;
                    display: inline-block;
                    vertical-align: top;
                    float: right;
                    overflow: hidden;
                    border-radius: 10px;
                    border: 1px solid #eee;

                    img {
                        width: 110px;
                        height: 110px;
                        background-color: #fff;
                        object-fit: cover;
                        border-radius: 10px;
                    }
                }

                .li-lt {
                    width: calc(100% - 144px);
                    display: inline-block;
                    vertical-align: top;
                    margin-right: 16px;

                    .person-bg {
                        position: relative;
                        width: 100%;
                        height: 20px;
                        margin-bottom: 16px;
                        cursor: pointer;

                        a {
                            position: absolute;
                            width: 100%;
                            height: 100%;
                        }

                        img {
                            width: 20px;
                            height: 20px;
                            margin: 0;
                            padding: 0;
                            position: absolute;
                            left: 0;
                            top: 0;
                            border: 1px solid rgba(0, 0, 0, 0.2);
                            border-radius: 50%;
                        }

                        p {
                            position: absolute;
                            font-size: 14px;
                            top: 1px;
                            color: #000;
                            left: 28px;
                            line-height: 20px;
                            margin: 0;
                        }
                    }

                    .icon-words {
                        margin-top: 14px;
                        display: flex;

                        .read-icon {
                            height: 16px;
                            font-size: 14px;
                            line-height: 16px;
                            display: flex;
                            color: #666;
                            margin-right: 24px;
                            cursor: context-menu;

                            /* &:hover {
                                        span {
                                            color: #000;
                                        }

                                        p {
                                            color: #000;
                                        }

                                        img {
                                            background: url(./index-img/read-c.png) no-repeat 100%/ 100% 100%;
                                        }
                                    } */

                            span {
                                margin-right: 3px;
                            }

                            img {
                                width: 16px;
                                height: 16px;
                                margin-right: 5px;
                            }
                        }

                        .like-icon {
                            height: 16px;
                            font-size: 14px;
                            line-height: 16px;
                            display: flex;
                            color: #666;
                            cursor: pointer;

                            a {
                                display: inline-flex;
                            }

                            &:hover {
                                span {
                                    color: #000;
                                }

                                p {
                                    color: #000;
                                }

                                img {
                                    background: url(./index-img/like-c.png) no-repeat 100%/ 100% 100%;
                                }
                            }

                            span {
                                margin-right: 3px;
                            }

                            img {
                                width: 16px;
                                height: 16px;
                                margin-right: 5px;
                            }
                        }

                        .like-icon {
                            img:hover {
                                background: url(./index-img/like-c.png) no-repeat 100%/ 100% 100%;
                            }
                        }
                    }
                }



                .com-content-bg {
                    cursor: pointer;

                    .content-title {
                        h4 {
                            font-size: 18px;
                            color: #000;
                            font-weight: bold;
                            line-height: 18px;
                            margin-bottom: 12px;
                            display: -webkit-box;
                            -webkit-line-clamp: 1;
                            /* 限制显示的行数为1 */
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                        }

                        &:hover {
                            h4 {
                                color: #ef233c;
                            }
                        }
                    }

                    .content-detail {
                        h4 {
                            font-size: 14px;
                            color: #999;
                            line-height: 14px;
                            display: -webkit-box;
                            -webkit-line-clamp: 1;
                            /* 限制显示的行数为1 */
                            -webkit-box-orient: vertical;
                            margin: 0;
                            overflow: hidden;
                        }
                    }
                }
            }

        }
    }
}

.com-bg {
    ul {
        li:hover {
            .li-rt {
                cursor: pointer;

                img {
                    transform: scale(1.15);
                    transition: all 0.5s;
                }
            }

            /* .content-title {
                h4 {
                    font-weight: bold;
                    transition: all 0.5s;
                }
            } */

            .content-detail {
                h4 {
                    color: #333 !important;
                    transition: all 0.5s;
                }
            }

            &:nth-child(2) {
                border-bottom: 1px solid rgba(0, 0, 0, 0.15);
                border-top: 1px solid rgba(0, 0, 0, 0.15);
            }

            &:nth-child(3) {
                border-top: 1px solid rgba(0, 0, 0, 0.15);
            }

            &:last-child:hover {
                border-bottom: 0 !important;
            }

            border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            background-color: rgba(240, 241, 243, 0.45)
        }
    }
}

.person-bg:hover {
    p {
        font-weight: bold;
        color: #0674b3 !important;
    }
}

.main-prct {
    width: 100%;
    padding-bottom: 40px;
    background-color: #f0f1f3;
    padding-top: 10px;
    display: flex;
    justify-content: center;

    .prct-bg {
        max-width: 1540px;
        width: 100%;
        font-size: 0;
        height: 100%;


        .pr-lt,
        .ct-rt {
            width: 50%;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
            padding: 40px 30px;

            .title {
                width: 100%;
                position: relative;
                height: 44px;
                margin-bottom: 30px;

                .icon {
                    width: 44px;
                    height: 44px;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                h3 {
                    line-height: 44px;
                    color: #000;
                    position: absolute;
                    left: 52px;
                    font-size: 24px;
                    font-weight: bold;
                    margin: 0;
                    top: 0;
                }

                .icon-more {
                    position: absolute;
                    right: 15px;
                    line-height: 44px;
                    cursor: pointer;
                    font-weight: normal;
                    top: 0;

                    p {
                        color: #999999;
                        font-size: 18px;
                    }

                    .jt-icon {
                        position: absolute;
                        right: -15px;
                        top: 0;
                        width: 6px;
                        height: 44px;
                        background: url(/static/image/img/index-img/jt.png) no-repeat 100%/ 100% 100%;
                    }
                }

                .icon-more {
                    p:hover {
                        color: #666;
                    }

                    &:hover {
                        .jt-icon {
                            position: absolute;
                            right: -15px;
                            top: 0;
                            width: 6px;
                            height: 44px;
                            background: url(/static/image/img/index-img/jt-c.png) no-repeat 100%/ 100% 100%;
                        }

                    }
                }
            }
        }
    }

    .bghs {
        background: #f0f1f3;
    }

    /*flag*/
    .natianal {
        display: inline-block;
        width: 16px;
        height: 12px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .section-padding-top-heading {
        padding-bottom: 0.9625rem;
    }

    @media (min-width: 992px) {
        .col-lg-2 {
            -ms-flex: 0 0 14.285714%;
            flex: 0 0 14.285714%;
            max-width: 14.285714%;
        }
    }

    .item-count {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 限制显示的行数为2 */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    .natianal_au {
        background-image: url('/static/skin/default/imgs_language/au.svg');
    }

    .natianal_cn {
        background-image: url('/static/skin/default/imgs_language/cn.svg');
    }

    .natianal_hk {
        background-image: url('/static/skin/default/imgs_language/hk.svg');
    }

    .natianal_id {
        background-image: url('/static/skin/default/imgs_language/id.svg');
    }

    .natianal_il {
        background-image: url('/static/skin/default/imgs_language/il.svg');
    }

    .natianal_in {
        background-image: url('/static/skin/default/imgs_language/in.svg');
    }

    .natianal_jp {
        background-image: url('/static/skin/default/imgs_language/jp.svg');
    }

    .natianal_kr {
        background-image: url('/static/skin/default/imgs_language/kr.svg');
    }

    .natianal_my {
        background-image: url('/static/skin/default/imgs_language/my.svg');
    }

    .natianal_nz {
        background-image: url('/static/skin/default/imgs_language/nz.svg');
    }

    .natianal_ph {
        background-image: url('/static/skin/default/imgs_language/ph.svg');
    }

    .natianal_sg {
        background-image: url('/static/skin/default/imgs_language/sg.svg');
    }

    .natianal_th {
        background-image: url('/static/skin/default/imgs_language/th.svg');
    }

    .natianal_vn {
        background-image: url('/static/skin/default/imgs_language/vn.svg');
    }

    .natianal_ar {
        background-image: url('/static/skin/default/imgs_language/ar.svg');
    }

    .natianal_br {
        background-image: url('/static/skin/default/imgs_language/br.svg');
    }

    .natianal_ca {
        background-image: url('/static/skin/default/imgs_language/ca.svg');
    }

    .natianal_cl {
        background-image: url('/static/skin/default/imgs_language/cl.svg');
    }

    .natianal_co {
        background-image: url('/static/skin/default/imgs_language/co.svg');
    }

    .natianal_cr {
        background-image: url('/static/skin/default/imgs_language/cr.svg');
    }

    .natianal_do {
        background-image: url('/static/skin/default/imgs_language/do.svg');
    }

    .natianal_ec {
        background-image: url('/static/skin/default/imgs_language/ec.svg');
    }

    .natianal_gt {
        background-image: url('/static/skin/default/imgs_language/gt.svg');
    }

    .natianal_hn {
        background-image: url('/static/skin/default/imgs_language/hn.svg');
    }

    .natianal_mx {
        background-image: url('/static/skin/default/imgs_language/mx.svg');
    }

    .natianal_pe {
        background-image: url('/static/skin/default/imgs_language/pe.svg');
    }

    .natianal_pr {
        background-image: url('/static/skin/default/imgs_language/pr.svg');
    }

    .natianal_ur {
        background-image: url('/static/skin/default/imgs_language/us.svg');
    }

    .natianal_uy {
        background-image: url('/static/skin/default/imgs_language/uy.svg');
    }

    .natianal_ve {
        background-image: url('/static/skin/default/imgs_language/ve.svg');
    }

    .natianal_do {
        background-image: url('/static/skin/default/imgs_language/do.svg');
    }

    .natianal_ag {
        background-image: url('/static/skin/default/imgs_language/ag.svg');
    }

    .natianal_dm {
        background-image: url('/static/skin/default/imgs_language/dm.svg');
    }

    .natianal_lc {
        background-image: url('/static/skin/default/imgs_language/lc.svg');
    }

    .natianal_vc {
        background-image: url('/static/skin/default/imgs_language/vc.svg');
    }

    .natianal_gd {
        background-image: url('/static/skin/default/imgs_language/gd.svg');
    }

    .natianal_tt {
        background-image: url('/static/skin/default/imgs_language/tt.svg');
    }

    .natianal_ru {
        background-image: url('/static/skin/default/imgs_language/ru.svg');
    }

    .natianal_gr {
        background-image: url('/static/skin/default/imgs_language/gr.svg');
    }

    .natianal_ua {
        background-image: url('/static/skin/default/imgs_language/ua.svg');
    }

    .natianal_lt {
        background-image: url('/static/skin/default/imgs_language/lt.svg');
    }

    .natianal_dk {
        background-image: url('/static/skin/default/imgs_language/dk.svg');
    }

    .natianal_fi {
        background-image: url('/static/skin/default/imgs_language/fi.svg');
    }

    .natianal_no {
        background-image: url('/static/skin/default/imgs_language/no.svg');
    }

    .natianal_de {
        background-image: url('/static/skin/default/imgs_language/de.svg');
    }

    .natianal_nl {
        background-image: url('/static/skin/default/imgs_language/nl.svg');
    }

    .natianal_ie {
        background-image: url('/static/skin/default/imgs_language/ie.svg');
    }

    .natianal_fr {
        background-image: url('/static/skin/default/imgs_language/fr.svg');
    }

    .natianal_it {
        background-image: url('/static/skin/default/imgs_language/it.svg');
    }

    .natianal_es {
        background-image: url('/static/skin/default/imgs_language/es.svg');
    }

    .natianal_pt {
        background-image: url('/static/skin/default/imgs_language/pt.svg');
    }

    .me-1 {
        margin-right: .25rem !important;
    }

    .btn-close {
        --bs-btn-close-color: #000;
        --bs-btn-close-bg: url(/static/skin/default/imgs_language/x.svg);
        --bs-btn-close-opacity: 0.5;
        --bs-btn-close-hover-opacity: 0.75;
        --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        --bs-btn-close-focus-opacity: 1;
        --bs-btn-close-disabled-opacity: 0.25;
        --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: #000;
        background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
        border: 0;
        border-radius: .375rem;
        opacity: 0.5;
    }

    .com-sty {
        width: 100%;
    }