.block33404 {
    width: 100%;
    position: relative;
}

.block33404 .navigation {
    opacity: 1;
}

.block33404 .navigation.resizing {
    opacity: 0;
}

.block33404 .hu_ul  {
    display: flex;
    opacity: 0;
}

.block33404 .hu_ul.slick-initialized {
    display: block;
    opacity: 1;
    transition: all 0.5s;
}

.block33404 .pre {
    opacity: 0;
}

.block33404 .hu_ul.slick-initialized + .pre {
    opacity: 1;
    transition: all 0.5s;
}

.block33404 .hu_li {
    position: relative;
}

.block33404 .hu_li .a {
    display: flex;
}

.block33404 .hu_li a:focus {
    outline: none;
}

.block33404 .hu_li .hu_box {
    position: relative;
    /* padding-bottom: 50%; */
}

.block33404 .hu_li .hu_box:nth-child(1) {
    width: calc(50% - 10px);
    margin-right: 10px;
    height: 0;
    padding-bottom: calc(50% - 10px);
}

.block33404 .hu_li .hu_box:nth-child(3) {
    width: calc(50% - 10px);
    margin-left: 10px;
    height: 0;
    padding-bottom: calc(50% - 10px);
}

.block33404 .hu_li .a img {
    position: absolute;
    width: 100%;
    height: 100%;
    /* position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%; */
    object-fit: cover;
}

.block33404 .hu_li .banner-description {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    max-width: 360px;
}

.block33404 .banner-name>h1,
.block33404 .banner-name>h2,
.block33404 .banner-name>h3,
.block33404 .banner-name>h4,
.block33404 .banner-name>h5,
.block33404 .banner-name>h6 {
    color: var(--color-match-ellipses-title-setting1);
}

.block33404 .banner-docs>.paragraph1,
.block33404 .banner-docs>.paragraph2,
.block33404 .banner-docs>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

.block33404 .hu_li .banner-name {
    font-weight: 800;
    font-size: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

.block33404 .hu_li .banner-docs {
    font-weight: 300;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    word-break: break-word;
}

.block33404 .hu_li .moreBtn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    color: #fff;
    background: #af8e7a;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 800;
    transition: .5s ease;
    font-size: 14px;
    white-space: nowrap;
}

.block33404 .hu_li .moreBtn:hover {
    background: #927b6d;
}

.block33404 .prev {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 1;
    background: rgba(151, 149, 150, 0.8);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
    transform: translateY(-50%);
}

.block33404 .prev .fa-angle-left {
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block33404 .next {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    background: rgba(151, 149, 150, 0.8);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
    transform: translateY(-50%);
}

.block33404 .next .fa-angle-right {
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block33404 .other {
    display: none;
}

@media screen and (max-width: 1200px) {
    .block33404 .container {
        width: unset;
    }

    /* .block33404{
        margin: 0;
    } */
}

@media screen and (max-width: 800px) {
    .block33404 .other {
        display: block;
    }

    .block33404 .hu_li .banner-description {
        display: none;
    }

    .block33404 .hu_li .a {
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .block33404 .other {
        margin: 10px;
        text-align: center;
        padding: 10px 20px;
        word-break: break-word;
    }

    .block33404 .hu_li .banner-docs {
        margin-bottom: 0;
    }

    .block33404 .hu_li .moreBtn {
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
        margin-top: 20px;
        display: inline-block;
    }

    .block33404 .hu_li .hu_box:nth-child(1) {
        width: calc(100%);
        margin-right: 0;
    }

    .block33404 .hu_li .hu_box:nth-child(3) {
        width: calc(100%);
        margin-left: 0;
    }

    .block33404 .prev {
        left: 10px;
        background: transparent;
        color: #333;
        font-size: 30px;
        width: auto;
        height: auto;
    }

    .block33404 .next {
        right: 10px;
        background: transparent;
        color: #333;
        font-size: 30px;
        width: auto;
        height: auto;
    }

    .block33404 .hu_li .a img {
        object-fit: cover;
    }

    .block33404 .hu_li .hu_box:nth-child(1) {
        padding-bottom: 100%;
    }

    .block33404 .hu_li .hu_box:nth-child(3) {
        padding-bottom: 100%;
    }

    .block33404 .hu_ul .slick-track {
        display: flex;
        align-items: stretch;
    }

    .block33404 .hu_ul .slick-track .slick-slide {
        height: auto;
    }
}

.block33404 .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;
    padding-bottom: 0;
    outline: none;
}

.block33404 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block33404 .slick-list:focus {
    outline: none;
}

.block33404 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block33404 .slick-slider .slick-track,
.block33404 .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);
}

.block33404 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block33404 .slick-track:before,
.block33404 .slick-track:after {
    display: table;

    content: '';
}

.block33404 .slick-track:after {
    clear: both;
}

.block33404 .slick-loading .slick-track {
    visibility: hidden;
}

.block33404 .slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline: none;
}

.block33404 .slick-slide:focus {
    outline: none;
}

.block33404 [dir='rtl'] .slick-slide {
    float: right;
}

/* .block33404 .slick-slide img {
    display: block;
} */

.block33404 .slick-slide.slick-loading img {
    display: none;
}

.block33404 .slick-slide.dragging img {
    pointer-events: none;
}

.block33404 .slick-initialized .slick-slide {
    display: block;
}

.block33404 .slick-loading .slick-slide {
    visibility: hidden;
}

.block33404 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block33404 .slick-arrow.slick-hidden {
    display: none;
}

.block33404 .slick-dots li button:before {
    display: none;
}

.block33404 .slick-dots li button {
    display: none;
}

.block33404 .slick-dots .slick-active {
    background: #DC8736;
    opacity: 1;
}

.block33404 .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 5px;
    transition: .3s;
    background: #D8D8D8;
    opacity: 1;
    cursor: pointer;
}

.block33404 .slick-dots {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    bottom: -40px;
    height: 10px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}


.block33404 .hu_li .moreBtn {
    background-color: var(--color-match-setting1)
}

.block33404 .hu_li .moreBtn:hover {
    background-color: var(--color-match-setting2)
}