.block32084 {
    width: 100%;
}

.block32084 .wrapper {
    width: 100%;
    opacity: 0;
}

.block32084 .wrapper.active {
    opacity: 1;
    transition: all 0.3s;
}

.block32084 .clearfix {
    clear: both;
    zoom: 1;
}

.block32084 .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.block32084 .tile {
    width: 20%;
    float: left;
    position: relative;
}




.block32084 .imgBox {
    width: 106px;
    height: 106px;
    margin: auto;
}

.block32084 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block32084 .textBox {
    width: 100%;
}

.block32084 .cont {
    padding: 20px;
}

.block32084 .title,
.block32084 .banner-docs {
    text-align: center;
    transition: .3s;
    word-break: break-word;
}

.block32084 .arrow {
    position: absolute;
    top: 33px;
    right: -14px;
    font-size: 30px;
    /* background: white; */
    color: var(--color-match-setting2, #d9d9d9);
}
.block32084 .arrow .icon-a-fafa-forward{
    font-size: 30px;
}

.block32084 .tile:last-child .arrow {
    display: none;
}

@media screen and (min-width:1000px) {

    .block32084 .tile:nth-child(6),
    .block32084 .tile:nth-child(7),
    .block32084 .tile:nth-child(8),
    .block32084 .tile:nth-child(9),
    .block32084 .tile:nth-child(10),
    .block32084 .tile:nth-child(10n+6),
    .block32084 .tile:nth-child(10n+7),
    .block32084 .tile:nth-child(10n+8),
    .block32084 .tile:nth-child(10n+9),
    .block32084 .tile:nth-child(10n+10) {
        float: right;
    }

    .block32084 .tile:nth-child(n+6) {
        margin-top: 60px;
    }

    .block32084 .tile:nth-child(6) .arrow,
    .block32084 .tile:nth-child(7) .arrow,
    .block32084 .tile:nth-child(8) .arrow,
    .block32084 .tile:nth-child(9) .arrow,
    .block32084 .tile:nth-child(10) .arrow,
    .block32084 .tile:nth-child(10n+6) .arrow,
    .block32084 .tile:nth-child(10n+7) .arrow,
    .block32084 .tile:nth-child(10n+8) .arrow,
    .block32084 .tile:nth-child(10n+9) .arrow,
    .block32084 .tile:nth-child(10n+10) .arrow {
        left: -14px;
        right: unset;
        transform: rotate(180deg);
    }


    .block32084 .tile:nth-child(10n+5) .arrow {
        top: 100%;
        right: 50%;
        transform: translateX(50%) rotate(90deg);
    }

    .block32084 .tile:nth-child(10n+10) .arrow {
        top: 100%;
        right: 50%;
        transform: translateX(50%) rotate(90deg);
        left: unset;
    }

}

@media screen and (max-width:1000px) and (min-width:600px) {
    .block32084 .tile {
        width: 33.33333%;
    }

    .block32084 .tile:nth-child(4),
    .block32084 .tile:nth-child(5),
    .block32084 .tile:nth-child(6),
    .block32084 .tile:nth-child(6n+4),
    .block32084 .tile:nth-child(6n+5),
    .block32084 .tile:nth-child(6n+6) {
        float: right;
    }

    .block32084 .tile:nth-child(4) .arrow,
    .block32084 .tile:nth-child(5) .arrow,
    .block32084 .tile:nth-child(6) .arrow,
    .block32084 .tile:nth-child(6n+4) .arrow,
    .block32084 .tile:nth-child(6n+5) .arrow,
    .block32084 .tile:nth-child(6n+6) .arrow {
        left: -14px;
        right: unset;
        transform: rotate(180deg);
    }

    .block32084 .tile:nth-child(6n+3) .arrow {
        top: 100%;
        right: 50%;
        transform: translateX(50%) rotate(90deg);
        left: unset;
    }


    .block32084 .tile:nth-child(6n+6) .arrow {
        top: 100%;
        right: 50%;
        transform: translateX(50%) rotate(90deg);
        left: unset;
    }


    .block32084 .tile:nth-child(n+4) {
        margin-top: 40px;
    }

    .block32084 .cont {
        padding: 10px;
    }

}

@media screen and (max-width:768px) {
    .block32084 .tile {
        width: 50%;
        float: unset;
    }

    .block32084 .wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .block32084 .tile .arrow {
        display: none;
    }
}

.block32084 .tile:hover .title,
.block32084 .tile:hover .title * {
    color: var(--color-match-setting1)
}

.block32084 .arrow {
    color: var(--color-match-setting2)
}