.block33254 {
    width: 100%;
    margin: auto;
}

.block33254 .text1 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.block33254 div .text3:hover .app4::after {
    background-color: var(--color-match-setting1);
}

.block33254 div .moreBtn:hover::after {
    background-color: var(--color-match-setting1);
}

.block33254 div .title:hover {
    color: var(--color-match-setting1);
}

.block33254 div .app4 {
    color: var(--color-match-setting1);
}

.block33254 div .app6 {
    color: var(--color-match-setting1);
}

.block33254 div .arrow:hover {
    background-color: var(--color-match-setting1);
}

.block33254 div .moreBtn::after {
    background-color: var(--color-match-setting2);
}

.block33254 .text2 {
    width: calc(100% / 3 - 40px);
    margin: 0 10px;
    outline: none;
}

.block33254 .text3 {
    overflow: hidden;
    border-radius: 4px;
    transition: all 300ms linear 0ms;
    padding: 25px 30px 40px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(170, 170, 170, 0.2);
    margin-top: 10px;
}

.block33254 .imgBox {
    margin-bottom: 32px;
}

.block33254 .imgBox img {
    margin-top: 20px;
    max-height: 80px;
}

.block33254 .text3:hover .imgBox img {
    animation: Updown 1s alternate;
}

/*  alternate */
@keyframes Updown {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.block33254 .container {
    width: auto;
}

.block33254 .textBox {
    width: 100%;
    padding: 0 0 0;
}

.app6 {
    color: inherit;
}

.block33254 .app4 {
    font-size: 15px;
    font-weight: bold;
    color: #0092ff;
    padding: 1.5px 1px;
    background-color: #e6e8eb;
    /* opacity: 0.5; */
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    transition: all 250ms ease 0s;
    margin-left: -52px;
}

.block33254 .app4::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    background-color: #e5f4ff;
    /* border-radius: 3px; */
    transition: all 300ms ease 0s;
    z-index: -1;
}

.block33254 .app4:hover::after {
    width: 100%;
    background-color: #0092ff;
    cursor: pointer;
}

.block33254 .text3:hover .app4::after {
    width: 100%;
    background-color: #0092ff;
    cursor: pointer;
}

.block33254 .title {
    font-size: 20px;
    transition: color 0.36s ease;
    color: #333;
    font-weight: 700;
    margin-bottom: 25px;
}

.block33254 .content {
    margin-top: 25px;
    color: #666;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-word;
}

.block33254 .app6 .moreBtn {
    font-size: 14px;
    border-radius: 5px;
    color: inherit;
    background-color: transparent;
    margin-top: 20px;
    padding: 11px 14px;
    display: inline-block;
    text-transform: capitalize;
    transition: all .36s ease;
    position: relative;
    z-index: 1;
}

.block33254 .moreBtn .app5 {
    font-size: 14px;
    margin-left: 7px;
}

.block33254 .moreBtn .app5::before {
    content: "\f061";
}

.block33254 .moreBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: #0092ff;
    /* opacity: 0.2; */
    border-radius: 3px;
    transition: all 300ms ease 0s;
    z-index: -1;
}

.block33254 .moreBtn:hover {
    color: #fff;
}

.block33254 .moreBtn:hover::after {
    width: 100%;
    background-color: #0092ff;
    opacity: 1;
}

.block33254 .title:hover {
    color: #0092ff;
    cursor: pointer;
}

.block33254 .text3:hover {
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.1);
}

/* 最后小箭头部分 */
.block33254 .arrowBox {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.block33254 .prev {
    margin-right: 14px;
}

.block33254 .arrow {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    position: relative;
    transition: background .36s ease;
    cursor: pointer;
}

.block33254 .prev i {
    margin-left: -1px;
}

.block33254 .next i {
    margin-left: 2px;
}

.block33254 .arrow i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.block33254 .arrow:hover {
    background: #3a51df;
}



/* Slider */
.block33254 .slick-slider {
    position: relative;
    padding-bottom: 0;
    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;
}

.block33254 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block33254 .slick-list:focus {
    outline: none;
}

.block33254 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block33254 .slick-slider .slick-track,
.block33254 .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);
}

.block33254 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block33254 .slick-track:before,
.block33254 .slick-track:after {
    display: table;

    content: '';
}

.block33254 .slick-track:after {
    clear: both;
}

.block33254 .slick-loading .slick-track {
    visibility: hidden;
}

.block33254 .slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .block33254 .slick-slide {
    float: right;
}

.block33254 .slick-slide img {
    display: block;
}

.block33254 .slick-slide.slick-loading img {
    display: none;
}

.block33254 .slick-slide.dragging img {
    pointer-events: none;
}

.block33254 .slick-initialized .slick-slide {
    display: block;
}

.block33254 .slick-loading .slick-slide {
    visibility: hidden;
}

.block33254 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block33254 .slick-arrow.slick-hidden {
    display: block;
}



@media screen and (max-width:1000px) {
    .block33254 .text3 {
        padding: 20px;
    }
}

@media screen and (max-width:700px) {
    .block33254 {
        position: relative;
        padding-bottom: 20px;
    }

    .block33254 .text3 {
        border: block;
        box-shadow: none !important;
        margin-top: 0px;
    }

    .block33254 .textBox {
        padding: 20px 12px 14px;
        width: calc(100% - 24px);
    }

    /* .block33254 .title {
        text-align: center;
    }

    .block33254 .content {
        text-align: center;
    } */

    .block33254 .moreBtn {
        display: none;
    }

    .block33254 .imgBox {
        width: auto;
        max-width: 100%;
        margin: auto;
    }

    .block33254 .arrow {
        width: 40px;
        height: 40px;
    }

    .block33254 .next i {
        margin-left: 1px;
    }

    .block33254 .app1 {
        text-align: center;
        margin-bottom: 10px;
    }

    .block33254 .arrowBox {
        display: flex;
        justify-content: center;
        margin-bottom: 1px;
        margin-top: 1px;
    }
}