.LA30514 .scroll-list_two {
    display: flex;
    opacity: 0;
}

.LA30514 .scroll-list_two.slick-initialized {
    display: block;
    opacity: 1;
    transition: all 0.5s;
}

.LA30514 .banner-name>h1,
.LA30514 .banner-name>h2,
.LA30514 .banner-name>h3,
.LA30514 .banner-name>h4,
.LA30514 .banner-name>h5,
.LA30514 .banner-name>h6 {
    color: var(--color-match-ellipses-title-setting1);
}

.LA30514 .banner-docs>.paragraph1,
.LA30514 .banner-docs>.paragraph2,
.LA30514 .banner-docs>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

.LA30514 .scroll-list_two:not(.slick-slider) li:nth-of-type(n+6) {
    display: none  !important;
}
@media screen and (max-width:800px) {
    .LA30514 .scroll-list_two:not(.slick-slider) li:nth-of-type(n+3) {
        display: none !important;
    }
    .LA30514 .scroll-list_two:not(.slick-slider) {
        display: flex;
    }
    .LA30514 .scroll-list_two:not(.slick-slider) li {
        width: 50%;
    }
}

.LA30514 .lead-text, .LA30514 .lead-text * {
    pointer-events: all;
}
.LA30514 .bag_text_title {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 94px;
    box-sizing: border-box;
    padding-left: 194px;
}
.LA30514 .bag_text_title .bag_text_name {
    font-size: 36px;
    color: white;
    width: 360px;
}
.LA30514 .bag_text_title .bag_text_dosc {
    font-size: 28px;
    color: white;
    margin-bottom: 15px;
    width: 360px;
}
.LA30514 .bag_text_title .bag_xian {
    width: 40px;
    height: 2px;
    background: #FFFFFF;
}
@media screen and (max-width: 1200px) {
    .LA30514 .bag_text_title {
        padding-top: 80px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 768px) {
    .LA30514 .bag_text_title {
        height: unset;
        width: 100%;
        position: relative;
        background: #000;
        padding: 20px;
    }
    .LA30514 .bag_text_title .bag_text_name {
        font-size: 18px;
        width: unset;
    }
    .LA30514 .bag_text_title .bag_text_dosc {
        font-size: 14px;
        width: unset;
    }
}

.LA30514 .bag_icon{
    opacity: 0;
}
.LA30514 .bag_icon.initclass{
    opacity: 1;
    transition: all 0.5s;
}


/* Slider */
.LA30514 .slick-slider {
    position: relative;

    display: block;
    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;
}

.LA30514 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.LA30514 .slick-list:focus {
    outline: none;
}

.LA30514 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.LA30514 .slick-slider .slick-track,
.LA30514 .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);
}

.LA30514 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.LA30514 .slick-track:before,
.LA30514 .slick-track:after {
    display: table;

    content: '';
}

.LA30514 .slick-track:after {
    clear: both;
}

.LA30514 .slick-loading .slick-track {
    visibility: hidden;
}

.LA30514 .slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.LA30514 .slick-slide img {
    display: block;
}

.LA30514 .slick-slide.slick-loading img {
    display: none;
}

.LA30514 .slick-slide.dragging img {
    pointer-events: none;
}

.LA30514 .slick-initialized .slick-slide {
    /* display: block; */
}

.LA30514 .slick-loading .slick-slide {
    visibility: hidden;
}

.LA30514 .slick-vertical .slick-slide {
    /* display: block;

    height: auto; */

    border: 1px solid transparent;
}

.LA30514 .slick-arrow.slick-hidden {
    display: none;
}

.LA30514 .slick-arrow {
    display: none;
}

.LA30514 .slick-dots li button:before {
    display: none;
}

.LA30514 .slick-dots li button {
    display: none;
}

.LA30514 .slick-dots li:hover {
    background: var(--color-match-setting2, #000);
    opacity: 1;
}

.LA30514 .slick-dots .slick-active {
    background: var(--color-match-setting2, #000);
    opacity: 1;
}

.LA30514 .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    transition: .3s;
    background: var(--color-match-setting2, #000);
    opacity: 0.3;
}

.LA30514 .slick-dots {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    height: 10px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}


.LA30514 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    word-break: break-word;
}

.LA30514 .bag_icon {
    width: 100%;
}

.LA30514 .item-pack {
    width: 100%;
}

.LA30514 .imgBox_two {
    width: 100%;
    display: flex;
    align-items: center;
}

.LA30514 .imgBox_two img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.LA30514 .colorBack {
    background-color: var(--color-match-setting2);
}

.LA30514 .scroll-list {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.LA30514 .scroll-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.LA30514 .imgBox {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.LA30514 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.LA30514 .scroll-list_two {
    position: relative;
    z-index: 2;
    width: 327px;
    margin-left: auto;
    margin-right: 200px;
    padding: 102px 0;
    opacity: 0
}
.LA30514 .scroll-list_two.slick-initialized {
    opacity: 0; /* 初始状态透明 */
    animation: fadeIn 0.3s ease-in 0.3s forwards; /* 延迟 2 秒后显示 */
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.LA30514 .scroll-item_two {
    width: 100%;
    position: relative;
    outline: none;
    transition: all .3s;
    height: 125px !important;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 22px;
    background: #FFFFFF;
    padding: 0 16px;
    box-sizing: border-box;
}

/* .LA30514 .scroll-item_two.active {
    background: #67C0BE;
} */



.LA30514 .scroll-item_two:nth-last-child(1) {
    margin-bottom: 0;
}

.LA30514 .banner_two {
    width: 100%;
    flex: auto;
    /* padding: 0 12px; */
}

.LA30514 .icon_two {
    display: flex;
    width: 100%;
    /* justify-content: center; */
    align-content: center;
    /* margin-bottom: 5px; */
    /* text-align: center; */
    max-width: calc(100% - 40px);
}

.LA30514 .cont_two {
    text-align: left;
    margin-top: 4px;
    /* padding-left: 8px; */
}

.LA30514 .icon_two_bag {
    font-size: 26px;
}

.LA30514 .icon_two_div.active-3 {
    color: white;
}

.LA30514 .banner-name {
    /* white-space: nowrap; */
    font-size: 22px;
    /* height: 30px; */
    padding-left: 8px;
    padding-right: 8px;
    color: #2B2B2B;
    /* text-align: center; */
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
    overflow: hidden;
    
}

/* .LA30514 .banner-name * {
    width: 100%;
    white-space: nowrap;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;    
    overflow: hidden;
} */
    
.LA30514 .banner-name.active-1 {
    color: white;
}

.LA30514 .banner-docs.active-2 {
    color: white;
}

.LA30514 .banner-docs {
    font-size: 16px;
    color: #8A8A8A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* .LA30514 .banner-docs * {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none
} */

/* .LA30514 .banner-docs > :first-child {
    display: block
} */

.LA30514 .bag_left {
    position: absolute;
    top: 7%;
    right: 40%;
    transform: translateX(-50%);
    z-index: 3;
    display: none;
    cursor: pointer;
}

.LA30514 .bag_left i,
.LA30514 .bag_right i {
    font-size: 30px;
    color: #B2B6BE;
}

.LA30514 .bag_right {
    position: absolute;
    bottom: 9%;
    right: 40%;
    transform: translateX(-50%);
    z-index: 3;
    display: none;
    cursor: pointer;
}


.LA30514 .scroll-item_two:hover .banner-name,.LA30514 .scroll-item_two:hover .banner-name * {
    color: white !important;
}

.LA30514 .scroll-item_two:hover .banner-docs,.LA30514 .scroll-item_two:hover .banner-docs * {
    color: white !important;
}

.LA30514 .scroll-item_two:hover .icon_two .icon_two_div {
    color: white;
}

.LA30514 .icon_left {
    display: none !important;
}

.LA30514 .icon_right {
    display: none !important;
}


.LA30514 .bag_xian {
    width: 40px;
    height: 2px;
    background: #FFFFFF;
}

.LA30514 .moreBtn {
    display: none;
}

.LA30514 .sub_ul {
    width: 327px;
    margin-left: auto;
    margin-right: 200px;
    position: relative;
}

.LA30514 .block-icon {
    font-size: 26px;
}

@media screen and (max-width:1200px) {
    .LA30514 .scroll-list_two {
        padding: 80px 0;
        margin-right: 20px
    }

    .LA30514 .bag_left {
        top: 5%;
        right: 40%;
    }

    .LA30514 .bag_right {
        bottom: 7%;
        right: 40%;
    }


    .LA30514 .sub_ul {
        margin-right: 20px;
    }
}

@media screen and (max-width:900px) {
    /* .LA30514 .bag_left {
        top: 5%;
        right: 40%;
    }

    .LA30514 .bag_right {
        bottom: 7%;
        right: 40%;
    } */
}

@media screen and (max-width:768px) {
    .LA30514 .scroll-list.init .scroll-item:nth-of-type(n+2){
        display: none;
    }

    .LA30514 .slick-track {
        display: flex
    }

    .LA30514 .scroll-list {
        position: relative;
        /* height: 369px; */
        /* display: flex; */

    }

    .LA30514 .scroll-item {
        position: unset;
    }

    .LA30514 .imgBox {
        position: relative;
        padding-bottom: 48%;
        height: 0;
    }

    .LA30514 .imgBox img {
        position: absolute;
        top: 0;
        left: 0;

    }

    .LA30514 .scroll-list_two {
        /* width: calc(100% / 2 - 30px); */
        width: auto;
        margin: 0 15px;
        padding: 0;
    }

    .LA30514 .banner-name {
        font-size: 18px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;    
        overflow: hidden;
        padding-right: 0;
    }

    .LA30514 .banner-docs {
        font-size: 13px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;    
        overflow: hidden;
    }

    .LA30514 .scroll-item_two {
        /* width: calc(100% / 2 - 40px); */
        flex-shrink: 0;
        box-shadow: 0 0 6px 0 rgb(0 0 0 / 18%);
        margin-bottom: 0;
        margin: 5px;
        position: relative;
    }

    .LA30514 .icon_two_div i {
        font-size: 23px;
    }



    .LA30514 .sub_ul {
        position: relative;
        padding: 24px 0;
        width: 100%;
        margin-right: 0;
    }
    .LA30514 .icon_left i,
    .LA30514 .icon_right i {
        font-size: 20px
    }

    .LA30514 .icon_left {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 28px;
        left: -4px;
        color: #B2B6BE;
        display: block !important;
        cursor: pointer;
    }

    .LA30514 .icon_right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 28px;
        right: -4px;
        color: #B2B6BE;
        display: block !important;
        cursor: pointer;
    }

    .LA30514 .banner_two {
        padding: 0 3px;
        overflow: hidden;
        /* white-space: nowrap; */
        text-overflow: ellipsis;
    }


    .LA30514 .icon_two {
        /* width: calc(100% - 64px); */
        /* padding: 0 10px; */
        width: 100%
    }

    .LA30514 .bag_left {
        display: none !important;
    }

    .LA30514 .bag_right {
        display: none !important;
    }

    .LA30514 .scroll-list_first {
        position: relative;
    }

    /* .LA30514 .icon_left,
    .LA30514 .icon_right {
        display: none !important;
    } */

}

@media screen and (max-width:510px) {
    /* .LA30514 .scroll-list {
        height: 180px;
    } */

    .LA30514 .scroll-item_two {
        height: unset !important;
        padding: 16px;
    }

}

.LA30514 .scroll-item_two:hover {
    background-color: var(--color-match-setting1, #67C0BE);
}