.LA30674 {
    max-width: 100%;
}

.LA30674 .ListUl {
    width: calc(100% + 20px);
    transform: translateX(-10px);
}

.LA30674 .banner-name>h1,
.LA30674 .banner-name>h2,
.LA30674 .banner-name>h3,
.LA30674 .banner-name>h4,
.LA30674 .banner-name>h5,
.LA30674 .banner-name>h6 {
    color: var(--color-match-ellipses-title-setting1);
}

.LA30674 .banner-docs>.paragraph1,
.LA30674 .banner-docs>.paragraph2,
.LA30674 .banner-docs>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

@media (min-width: 701px) {
    .LA30674 .ListUl {
        display: flex;
        opacity: 0;
    }
    .LA30674 .ListUl.slick-initialized {
        display: block;
        opacity: 1;
        transition: all 0.5s;
    }
}

@media (min-width:700px) {
    .LA30674 .ListUl:not(.slick-slider) li:nth-of-type(n+5) {
        display: none !important;
    }
    .LA30674 .ListUl:not(.slick-slider) li {
            max-width: calc(25% - 70px);
    }
}

    .LA30674 .Flex {
        display: flex;
        align-items: center;
        position: relative;
    }

    .LA30674 .itemLi {
        margin: 0 10px;
        padding: 50px 30px 75px;
        position: relative;
        background: #fff;
        z-index: -1;
    }



    .LA30674 .Link {
        width: 100%;
        height: 1px;
        background: #E0E0E0;
        margin: 35px 0 20px;
    }

    .LA30674 .banner-name {
        margin-left: 30px;
        font-size: 20px;
        color: #242827;
        width: 230px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-weight: 600;
            line-height: 22px;
    }

    .LA30674 .banner-docs {
        font-size: 15px;
        color: #242827;
        line-height: 24px;
        display: -webkit-box;
        /* height: 120px; */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        word-break: break-word;
    }

    .LA30674 .imgBox {
        width: 60px;
        height: 60px;
    }

    .LA30674 .imgBox img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }

    .LA30674 .Viceimgbox {
        width: 60px;
        height: 60px;
        display: none;
    }

    .LA30674 .Viceimgbox img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }

    .LA30674 .After {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all .5s;
        /* transform-style: top; */
    }

    .LA30674 .DownUp {
        display: none;
    }

    .LA30674 .ListUl_two {
        display: none;
    }

    .LA30674 .moreBtn {
        margin-top: 20px;
        display: inline-block;
        font-size: 15px;
        color: #242827;
    }

    .LA30674 .itemLi:hover .moreBtn {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    .LA30674 .itemLi.addLI {
        height: 276px;
    }

    .LA30674 .itemLi {
        /* height: 188px; */
    }



    @media (min-width:1024px) {
        .LA30674 .ListUl.judgeUl .itemLi {
            width: calc(100% / 3) !important;
        }

        .LA30674 .ListUl.judgeUl .slick-track {
            display: flex;
            width: 100% !important;
        }

        .LA30674 .ListUl.judgeUl_2 .itemLi {
            width: calc(100% / 2) !important;
        }

        .LA30674 .ListUl.judgeUl_2 .slick-track {
            display: flex;
            width: 100% !important;
        }
    }

    @media (max-width:1200px) {
        .LA30674 .banner-name {
            margin-left: 20px;
            font-size: 16px;
            width: unset;
            max-width: 200px;
        }

        .LA30674 .itemLi {
            padding: 50px 20px 75px;
        }

        .LA30674 .imgBox,
        .LA30674 .Viceimgbox {
            width: 50px;
            height: 50px;
        }

        /* .LA30674 {
            padding: 0 10px;
        } */

        .LA30674 .itemLi.addLI {
            height: 266px;
        }

    }

    @media (max-width:900px) {

        .LA30674 .imgBox,
        .LA30674 .Viceimgbox {
            width: 60px;
            height: 60px;
        }

        .LA30674 .banner-name {
            width: unset;
            max-width: 200px;
        }

        .LA30674 .itemLi.addLI {
            height: 276px;
        }

        /*.LA30674 .itemLi {
        height: 188px;
    } */
    }

    @media (min-width:768px) {
        .LA30674 .itemLi {
            display: block !important;
        }

        .LA30674 .ListUl.judgeUl_1 .itemLi {
            width: 100% !important;
        }

        .LA30674 .ListUl.judgeUl_1 .slick-track {
            display: flex;
            width: 100% !important;
        }
    }

    @media (min-width:300px) {
        .LA30674 .itemLi:hover .After {
            background-image: linear-gradient(0deg, #FF7600 0%, #FF9A00 100%);
            /* height: 100%; */
        }

        .LA30674 .itemLi:hover .banner-name {
            color: #fff;
        }
        .LA30674 .itemLi:hover .banner-name *{
            color: inherit;
        }

        .LA30674 .itemLi:hover .banner-docs {
            color: #fff;
        }
        .LA30674 .itemLi:hover .banner-docs * {
                color: inherit;
        }

        .LA30674 .itemLi:hover .Link {
            color: #fff;
        }

        .LA30674 .itemLi:hover .Viceimgbox {
            display: block;
        }

        .LA30674 .itemLi:hover .imgBox {
            display: none;
        }


        .LA30674 .itemLi:hover {
            box-shadow: 0 3px 12px 0 rgb(36 40 39 / 50%);
        }

    }

    @media (max-width:510px) {
        .LA30674 .itemLi {
            margin: 0px 0 20px;
            z-index: 1;
            height: unset !important;
        }

        .LA30674 .banner-name {
            width: unset;
            max-width: 200px;
        }

        .LA30674 .banner-name {
            font-size: 20px;
        }

        .LA30674 .DownUp {
            display: block;
        }

        .LA30674 .DownUp .Down,
        .LA30674 .DownUp .Up {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            margin: 0 auto;
            position: relative;
            background: #FF9A00;
        }

        .LA30674 .DownUp .Down svg {
            position: absolute;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 14px;
        }

        .LA30674 .DownUp .Up svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 14px;
        }

        .LA30674 .DownUp .Up {
            display: none;
        }

        .LA30674 .banner-docs {
            height: unset;
        }



    }


    .arabic-exclusive .LA30674 .banner-name,
    .arabic-exclusive .LA30674 .banner-docs {
        text-align: right;
    }

    /* Slider */
    .LA30674 .slick-slider {
        position: relative;

        display: block !important;
        box-sizing: border-box;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
        padding-bottom: 0;
    }

    .LA30674 .slick-list {
        position: relative;

        display: block;
        overflow: hidden;

        margin: 0;
        padding: 0;
    }

    .LA30674 .slick-list:focus {
        outline: none;
    }

    .LA30674 .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

    .LA30674 .slick-slider .slick-track,
    .LA30674 .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .LA30674 .slick-track {
        position: relative;
        top: 0;
        left: 0;

        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .LA30674 .slick-track:before,
    .LA30674 .slick-track:after {
        display: table;

        content: '';
    }

    .LA30674 .slick-track:after {
        clear: both;
    }

    .LA30674 .slick-loading .slick-track {
        visibility: hidden;
    }

    .LA30674 .slick-slide {
        display: none;
        float: left;

        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .LA30674 .slick-slide img {
        display: block;
    }

    .LA30674 .slick-slide.slick-loading img {
        display: none;
    }

    .LA30674 .slick-slide.dragging img {
        pointer-events: none;
    }

    .LA30674 .slick-initialized .slick-slide {
        display: block !important;
    }

    .LA30674 .slick-loading .slick-slide {
        visibility: hidden;
    }

    .LA30674 .slick-vertical .slick-slide {
        display: block;

        height: auto;

        border: 1px solid transparent;
    }

    .LA30674 .slick-arrow.slick-hidden {
        display: none;
    }

    .LA30674 .slick-arrow {
        display: none;
    }

    .LA30674 .slick-dots li button:before {
        display: none;
    }

    .LA30674 .slick-dots li button {
        display: none;
    }

    .LA30674 .slick-dots li:hover {
        /* background: #D3D3D3; */
        /* opacity: 1; */
    }

    .LA30674 .slick-dots .slick-active {
        background: #FF9A00;
        opacity: 1;
        width: 32px;
        height: 3px;
    }

    .LA30674 .slick-dots li {
        width: 22px;
        height: 3px;
        margin: 0 5px;
        transition: .3s;
        background: #DDDDDD;
        opacity: 0.3;
    }

    .LA30674 .slick-dots {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        bottom: 0;
        height: 10px;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        cursor: pointer;
    }

    .LA30674 {
        /* max-width: 1600px; */
        /* margin: 0 auto; */
        /* padding: 0px 10px; */
    }

    .LA30674 .Flex {
        display: flex;
        align-items: center;
        position: relative;
    }

    .LA30674 .itemLi {
        margin: 0 10px;
        padding: 50px 30px 75px;
        position: relative;
        background: #fff;
        z-index: -1;
    }



    .LA30674 .Link {
        width: 100%;
        height: 1px;
        background: #E0E0E0;
        margin: 35px 0 20px;
    }

    .LA30674 .banner-name {
        margin-left: 30px;
        font-size: 20px;
        color: #242827;
        width: 230px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-weight: 600;
    }

    .LA30674 .banner-docs {
        font-size: 15px;
        color: #242827;
        line-height: 24px;
        display: -webkit-box;
        /* height: 120px; */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        word-break: break-word;
    }

    .LA30674 .imgBox {
        width: 60px;
        height: 60px;
    }

    .LA30674 .imgBox img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }

    .LA30674 .Viceimgbox {
        width: 60px;
        height: 60px;
        display: none;
    }

    .LA30674 .Viceimgbox img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }

    .LA30674 .After {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all .5s;
        /* transform-style: top; */
    }

    .LA30674 .DownUp {
        display: none;
        margin-top: 10px;
        cursor: pointer;
    }

    .LA30674 .ListUl_two {
        display: none;
    }

    .LA30674 .moreBtn {
        margin-top: 20px;
        display: inline-block;
        font-size: 15px;
        color: #242827;
    }

    .LA30674 .itemLi:hover .moreBtn {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    .LA30674 .itemLi.addLI {
        height: 276px;
    }

    .LA30674 .itemLi {
        /* height: 188px; */
    }



    @media (min-width:1024px) {
        .LA30674 .ListUl.judgeUl .itemLi {
            width: calc(100% / 3) !important;
        }

        .LA30674 .ListUl.judgeUl .slick-track {
            display: flex;
            width: 100% !important;
        }

        .LA30674 .ListUl.judgeUl_2 .itemLi {
            width: calc(100% / 2) !important;
        }

        .LA30674 .ListUl.judgeUl_2 .slick-track {
            display: flex;
            width: 100% !important;
        }
    }

    @media (max-width:1200px) {
        .LA30674 .banner-name {
            margin-left: 20px;
            font-size: 16px;
            width: unset;
            max-width: 200px;
        }

        .LA30674 .itemLi {
            padding: 50px 20px 75px;
        }

        .LA30674 .imgBox,
        .LA30674 .Viceimgbox {
            width: 50px;
            height: 50px;
        }

        /* .LA30674 {
            padding: 0 10px;
        } */

        .LA30674 .itemLi.addLI {
            height: 266px;
        }

        /*.LA30674 .itemLi {
        height: 178px;
    } */
    }

    @media (max-width:900px) {

        .LA30674 .imgBox,
        .LA30674 .Viceimgbox {
            width: 60px;
            height: 60px;
        }

        .LA30674 .banner-name {
            width: unset;
            max-width: 200px;
        }

        .LA30674 .itemLi.addLI {
            height: 276px;
        }

        /*.LA30674 .itemLi {
        height: 188px;
    } */
    }

    @media (min-width:768px) {
        /* .LA30674 .itemLi {
        display: block !important;
    } */

        .LA30674 .ListUl.judgeUl_1 .itemLi {
            width: 100% !important;
        }

        .LA30674 .ListUl.judgeUl_1 .slick-track {
            display: flex;
            width: 100% !important;
        }
    }

    @media (min-width:300px) {
        .LA30674 .itemLi:hover .After {
            background-image: linear-gradient(0deg, #FF7600 0%, #FF9A00 100%);
            /* height: 100%; */
        }

        .LA30674 .itemLi:hover .banner-name {
            color: #fff;
        }

        .LA30674 .itemLi:hover .banner-docs {
            color: #fff;
        }

        .LA30674 .itemLi:hover .Link {
            color: #fff;
        }

        .LA30674 .itemLi:hover .Viceimgbox {
            display: block;
        }

        .LA30674 .itemLi:hover .imgBox {
            display: none;
        }


        .LA30674 .itemLi:hover {
            box-shadow: 0 3px 12px 0 rgb(36 40 39 / 50%);
        }

    }

    @media (max-width:510px) {
        .LA30674 .itemLi {
            margin: 0px 0 20px;
            z-index: 1;
            height: unset !important;
        }

        .LA30674 .banner-name {
            width: unset;
            max-width: 200px;
        }

        .LA30674 .banner-name {
            font-size: 20px;
        }

        /* .LA30674 .itemLi .After.active {
        background-image: linear-gradient(0deg, #FF7600 0%, #FF9A00 100%);
        height: 100%;
    }

    .LA30674 .itemLi .banner-name.active {
        color: #fff;
    }

    .LA30674 .itemLi .banner-docs.active {
        color: #fff;
    }

    .LA30674 .itemLi .Link.active {
        color: #fff;
    }

    .LA30674 .itemLi .Viceimgbox.active {
        display: block;
    }

    .LA30674 .itemLi .imgBox.active {
        display: none;
    }


    .LA30674 .itemLi.active {
        box-shadow: 0 2px 10px 0 rgba(36, 40, 39, 0.40);
    } */

        .LA30674 .DownUp {
            display: block;
        }



        .LA30674 .DownUp .Down,
        .LA30674 .DownUp .Up {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            margin: 0 auto;
            position: relative;
            background: #FF9A00;
        }

        .LA30674 .DownUp .Down svg {
            position: absolute;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 14px;
        }

        .LA30674 .DownUp .Up svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 14px;
        }

        .LA30674 .DownUp .Up {
            display: none;
        }

        .LA30674 .banner-docs {
            height: unset;
        }

        .LA30674 .ListUl {
            flex-direction: column;
        }



    }


    .LA30674 .slick-dots .slick-active {
        background-color: var(--color-match-setting1)
    }

    .LA30674 .DownUp .Down,
    .LA30674 .DownUp .Up {
        background-color: var(--color-match-setting1)
    }

    .LA30674 .itemLi:hover .After {
        background-image: linear-gradient(0deg, var(--color-match-setting2) 0%, var(--color-match-setting1) 100%)
    }

    .LA30674 .itemLi .After.active {
        background-image: linear-gradient(0deg, var(--color-match-setting2) 0%, var(--color-match-setting1) 100%)
    }

    .LA30674 .ListUl {
        display: flex;
    }

    .LA30674 .itemLi {
        display: none;
    }

    .LA30674 .itemLi:nth-child(1),
    .LA30674 .itemLi:nth-child(2),
    .LA30674 .itemLi:nth-child(3),
    .LA30674 .itemLi:nth-child(4) {
        display: block;
    }

    @media (max-width:510px) {

        .LA30674 .itemLi:nth-child(3),
        .LA30674 .itemLi:nth-child(4) {
            display: none;
        }
    }

    @media (max-width: 699px) {
        .LA30674 .ListUl {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            width: 100%;
            transform: translateX(0);
        }
        .LA30674 .ListUl .itemLi {
            margin: 0;
            height: auto;
            padding: 50px 20px;
        }
        .LA30674 .ListUl .itemLi {
            display: none;
        } 
        .LA30674 .ListUl .itemLi:nth-child(1),
        .LA30674 .ListUl .itemLi:nth-child(2) {
            display: block;
        }
        .LA30674 .DownUp {
            display: block;
        }

        .LA30674 .DownUp .Down,
        .LA30674 .DownUp .Up {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            margin: 0 auto;
            position: relative;
            background: #FF9A00;
        }

        .LA30674 .DownUp .Down svg {
            position: absolute;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 14px;
        }

        .LA30674 .DownUp .Up svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 14px;
        }

        .LA30674 .DownUp .Up {
            display: none;
        }
    }