.block32394 {
    width: 100%;
}

.block32394 .wrapper .imgWra .before {
    background-image: linear-gradient(to top, var(--color-match-setting2), var(--color-match-setting1));
}

.block32394 .wrapper .moreBtn {
    color: var(--color-match-setting1);
}

.block32394 .blockTitle2 {
    max-width: 1180px;
    margin: auto;
}

.block32394 .blockTitle {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.block32394 .wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.block32394 .tile {
    padding: 10px;
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
}

.block32394 .imgWra {
    position: relative;
    margin-bottom: 38px;
    height: 138px;
    display: flex;
    align-items: flex-end;
}

.block32394 .tile:hover .imgWra .before {
    margin-top: 42px;
}

.block32394 .imgBox {
    width: 66px;
    height: 77px;
    margin: auto auto 0;
    position: relative;
    z-index: 2;
}

.block32394 .imgWra .before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 120px;
    height: 120px;
    background-image: linear-gradient(to top, #fff, #ffe4d2);
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    left: 50%;
    transform: translateX(-50%);
}

.block32394 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block32394 .title {
    font-size: 24px;
    margin-bottom: .5rem;
    text-align: center;
}

.block32394 .content {
    font-size: 16px;
    line-height: 1.5;
    color: #5e5e5e;
    text-align: center;
}

.block32394 .moreBtn {
    color: #fc8e44;
    margin-top: 28px;
    display: block;
    text-align: center;
    transition: opacity .3s;
}

.block32394 .moreBtn:hover {
    opacity: 0.7;
}

@media screen and (max-width:1200px) {
    .block32394 .blockTitle2 {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width:600px) {
    .block32394 .tile {
        width: calc(100% - 20px);
    }

    .block32394 .blockTitle {
        font-size: 30px;
    }
}