.block33304 {
    width: 100%;
    margin: auto;
}


/* .block33304 .wrapper{
    opacity: 0;
}
.block33304 .wrapper.slick-initialized.slick-slider{
    opacity: 1;
    transition: all 0,5s;
} */


.block33304 .clearfix{
    opacity: 0;
}
.block33304 .clearfix.initclass{
    opacity: 1;
    transition: all 0,5s;
}



.block33304 div .wrapper {
    background-color: var(--color-match-setting1);
}

.block33304 div .after {
    border-top-color: var(--color-match-setting1);
}

.block33304 div .textBox {
    background-color: var(--color-match-setting1);
}

.block33304 div .button {
    color: var(--color-match-setting1);
}

.block33304 div .slick-dots>li {
    background-color: var(--color-match-setting1);
}

.block33304 div .icon {
    color: var(--color-match-setting1);
}

.block33304 .content {
    width: 55%;
    position: relative;
    z-index: 2;
}

.block33304 .wrapper {
    width: 100%;
    display: flex;
    z-index: 2;
    background-color: #85CB33;
}

.block33304 .tile {
    width: 100%;
    outline: none;
    min-height: 295px !important;
}

.block33304 .textBox {
    padding: 100px 90px 75px;
    position: relative;
    z-index: 2;
    transform-origin: 50% 60%;
    -webkit-transform-origin: 50% 60%;
    transition: transform .4s cubic-bezier(0.155, 0.485, .325, 1.2), opacity .4s cubic-bezier(0.155, 0.485, .325, 1.2);
}

.block33304 .wrapper::before {
    top: -45px;
    left: calc(100% + 145px);
    position: absolute;
    content: '';
    background: url("//a3.leadongcdn.cn/cloud/ljBqoKijRmmSppqqniom/3-200-200.png") no-repeat;
    width: 200px;
    height: 200px;
    background-size: 100%;
}

.block33304 .after {
    top: 100%;
    right: calc(18% - 46px);
    position: absolute;
    height: 0;
    width: 0;
    border-left: 46px solid transparent;
    border-right: 46px solid transparent;
    border-top: 46px solid #85CB33;
    content: '';
}

.block33304 .imgBox {
    width: 100%;
    height: 406px;
    display: none;
}

.block33304 .imgWra::before {
    bottom: -60px;
    right: calc(100% + 145px);
    position: absolute;
    content: '';
    background: url("//a3.leadongcdn.cn/cloud/llBqoKijRmmSppiprkop/2-200-200.png") no-repeat;
    width: 200px;
    height: 200px;
    background-size: 100%;
}

.block33304 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block33304 .h5Style {
    display: none;
}

.block33304 .pStyle {
    font-size: 1em;
    color: #FFF;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.block33304 .banner-docs>.paragraph1,
.block33304 .banner-docs>.paragraph2,
.block33304 .banner-docs>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

.block33304 .moreBtn {
    /* font-size: 1em;
    line-height: 2.5em;
    text-align: center; */
    text-transform: uppercase;
    color: #FFF;
    display: block;
    /* font-weight: 100; */
    outline: none;
    margin-top: 10px;
}

.block33304 .moreBtn * {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block33304 .clearfix {
    clear: both;
    zoom: 1;
}

.block33304 .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.block33304 .imgWra {
    float: right;
    margin-top: -170px;
    width: 55%;
    position: relative;
    height: 406px;
}

.block33304 .imgTile {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transition: all .35s cubic-bezier(0.155, 0.485, .325, 1.1);
    -webkit-transition-timing-function: cubic-bezier(0.155, 0.485, .325, 1.1);
    transition-timing-function: cubic-bezier(0.155, 0.485, .325, 1.1);
    transform: rotate(90deg) scale(0.3);
    -webkit-transform: rotate(90deg) scale(0.3);
    opacity: 0;
}

.block33304 .imgTile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* .block33304 .backstage-blocksEditor-wrapLayer {
    z-index: 21 !important;
} */

.block33304 .active {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    opacity: 1;
}

.block33304 .tile:not(.slick-active) .textBox {
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    opacity: 0;
}

.block33304 .buttonBox {
    display: inline-block;
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    bottom: -20px;
    cursor: pointer;
}

.block33304 .button {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    letter-spacing: .08em;
    color: #85CB33;
    border-radius: 30px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    /* margin: -20px auto 0; */
    position: relative;
    background: #fff;
    display: inline-block;
    margin-top: -20px;
    max-width: 100%;
}

.block33304 .button a {
    display: block;
    overflow: hidden;
    color: inherit;
    font-size: 12px;
}

.block33304 .button .backstage-componet-bd {
    padding: 0 70px 0 40px;
    white-space: nowrap;
    max-width: calc(100% - 110px);
    color: inherit;
}

.block33304 .button .backstage-componet {
    max-width: 100%;
    color: inherit;
}

.block33304 .circle {
    position: absolute;
    z-index: 4;
    top: -12px;
    right: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    width: 30px;
    justify-content: center;
}

.block33304 .backstage-blocksEditor-wrapLayer {
    z-index: 6;
}

.block33304 .circle .iconBox {
    cursor: pointer;
    -webkit-transition: all .4s cubic-bezier(0.155, 0.485, .325, 1.5);
    -moz-transition: all .4s cubic-bezier(0.155, 0.485, .325, 1.5);
    -o-transition: all .4s cubic-bezier(0.155, 0.485, .325, 1.5);
    transition: all .4s cubic-bezier(0.155, 0.485, .325, 1.5);
}

.block33304 .circle .icon {
    font-size: 18px;
}

.block33304 .imgActive {
    transform: rotate(60deg);
}

.block33304 .slick-prev {
    display: none !important;
}


/* Slider */
.block33304 .slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;
    padding-bottom: 0px;
    -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;
}

.block33304 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block33304 .slick-dots {
    transform: translateX(0%);
}

.block33304 .slick-list:focus {
    outline: none;
}

.block33304 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block33304 .slick-slider .slick-track,
.block33304 .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);
}

.block33304 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    align-items: stretch;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.block33304 .slick-track:before,
.block33304 .slick-track:after {
    display: table;

    content: '';
}

.block33304 .slick-track:after {
    clear: both;
}

.block33304 .slick-loading .slick-track {
    visibility: hidden;
}

.block33304 .slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}

[dir='rtl'] .block33304 .slick-slide {
    float: right;
}

.block33304 .slick-slide img {
    display: block;
}

.block33304 .slick-slide.slick-loading img {
    display: none;
}

.block33304 .slick-slide.dragging img {
    pointer-events: none;
}

.block33304 .slick-initialized .slick-slide {
    display: block;
}

.block33304 .slick-loading .slick-slide {
    visibility: hidden;
}

.block33304 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block33304 .slick-arrow.slick-hidden {
    display: none;
}

.block33304 .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: unset;
}

.block33304 .slick-dots>li {
    width: 10px;
    height: 10px;
    background-color: #85CB33;
    border-radius: 50%;
    opacity: 0.4;
    margin: 0 5px;
    transition: .3s;
    cursor: pointer;
}

.block33304 .slick-dots>li>button {
    font-size: 0px;
    border: unset;
    display: none;
}

.block33304 .slick-dots>li:hover {
    opacity: 1;
}

.block33304 .slick-dots .slick-active {
    opacity: 1;
}


@media screen and (max-width:1200px) {
    .block33304 {
        margin: 0 10px;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width:900px) {
    .block33304 .imgBox {
        display: block;
        height: 450px;
    }

    .block33304 .imgWra {
        display: none;
    }

    .block33304 .content {
        width: 100%;
    }

    .block33304 .wrapper::before {
        display: none;
    }

    .block33304 .textBox {
        padding: 50px 45px;
        background-color: #85CB33;
    }

    .block33304 .after {
        display: none;
    }

    .block33304 .buttonBox {
        display: none;
    }

    .block33304 .wrapper {
        background-color: unset !important;
    }
}


@media screen and (max-width:600px) {
    .block33304 .imgBox {
        display: block;
    }

    .block33304 .imgWra {
        display: none;
    }

    .block33304 .content {
        width: 100%;
    }

    .block33304 .wrapper::before {
        display: none;
    }

    .block33304 .textBox {
        height: calc(100% - 268px);
        padding: 30px 20px;
        background-color: #85CB33;
    }

    .block33304 .imgBox {
        height: 208px;
    }

    .block33304 .after {
        display: none;
    }

    .block33304 .buttonBox {
        display: none;
    }

    .block33304 .wrapper {
        background-color: unset !important;
    }
}